xref: /qemu/MAINTAINERS (revision b43047a2)
1QEMU Maintainers
2================
3
4The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
8
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
11
12Descriptions of section entries:
13
14	M: Mail patches to: FullName <address@domain>
15	   Maintainers are looking after a certain area and must be CCed on
16	   patches. They are considered the main contact point.
17	R: Designated reviewer: FullName <address@domain>
18	   These reviewers should be CCed on patches.
19	   Reviewers are familiar with the subject matter and provide feedback
20	   even though they are not maintainers.
21	L: Mailing list that is relevant to this area
22	   These lists should be CCed on patches.
23	W: Web-page with status/info
24	Q: Patchwork web based patch tracking system site
25	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26	S: Status, one of the following:
27	   Supported:	Someone is actually paid to look after this.
28	   Maintained:	Someone actually looks after it.
29	   Odd Fixes:	It has a maintainer but they don't have time to do
30			much other than throw the odd patch in. See below.
31	   Orphan:	No current maintainer [but maybe you could take the
32			role as you write your new code].
33	   Obsolete:	Old code. Something tagged obsolete generally means
34			it has been replaced by a better system and you
35			should be using that.
36	F: Files and directories with wildcard patterns.
37	   A trailing slash includes all files and subdirectory files.
38	   F:	drivers/net/	all files in and below drivers/net
39	   F:	drivers/net/*	all files in drivers/net, but not below
40	   F:	*/net/*		all files in "any top level directory"/net
41	   One pattern per line.  Multiple F: lines acceptable.
42	X: Files and directories that are NOT maintained, same rules as F:
43	   Files exclusions are tested before file matches.
44	   Can be useful for excluding a specific subdirectory, for instance:
45	   F:	net/
46	   X:	net/ipv6/
47	   matches all files in and below net excluding net/ipv6/
48	K: Keyword perl extended regex pattern to match content in a
49	   patch or file.  For instance:
50	   K: of_get_profile
51	      matches patches or files that contain "of_get_profile"
52	   K: \b(printk|pr_(info|err))\b
53	      matches patches or files that contain one or more of the words
54	      printk, pr_info or pr_err
55	   One regex pattern per line.  Multiple K: lines acceptable.
56
57
58General Project Administration
59------------------------------
60M: Peter Maydell <peter.maydell@linaro.org>
61
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
67Responsible Disclosure, Reporting Security Issues
68-------------------------------------------------
69W: https://wiki.qemu.org/SecurityProcess
70M: Michael S. Tsirkin <mst@redhat.com>
71L: secalert@redhat.com
72
73Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
82T: git https://github.com/vivier/qemu.git trivial-patches
83
84Architecture support
85--------------------
86S390 general architecture support
87M: Cornelia Huck <cohuck@redhat.com>
88S: Supported
89F: default-configs/s390x-softmmu.mak
90F: gdb-xml/s390*.xml
91F: hw/char/sclp*.[hc]
92F: hw/char/terminal3270.c
93F: hw/intc/s390_flic.c
94F: hw/intc/s390_flic_kvm.c
95F: hw/s390x/
96F: hw/vfio/ap.c
97F: hw/vfio/ccw.c
98F: hw/watchdog/wdt_diag288.c
99F: include/hw/s390x/
100F: include/hw/watchdog/wdt_diag288.h
101F: pc-bios/s390-ccw/
102F: pc-bios/s390-ccw.img
103F: target/s390x/
104F: docs/vfio-ap.txt
105F: tests/migration/s390x/
106K: ^Subject:.*(?i)s390x?
107T: git https://github.com/cohuck/qemu.git s390-next
108L: qemu-s390x@nongnu.org
109
110Guest CPU cores (TCG)
111---------------------
112Overall TCG CPUs
113M: Richard Henderson <rth@twiddle.net>
114R: Paolo Bonzini <pbonzini@redhat.com>
115S: Maintained
116F: cpus.c
117F: exec.c
118F: accel/tcg/
119F: accel/stubs/tcg-stub.c
120F: scripts/decodetree.py
121F: docs/devel/decodetree.rst
122F: include/exec/cpu*.h
123F: include/exec/exec-all.h
124F: include/exec/helper*.h
125F: include/exec/tb-hash.h
126F: include/sysemu/cpus.h
127F: include/sysemu/tcg.h
128
129FPU emulation
130M: Aurelien Jarno <aurelien@aurel32.net>
131M: Peter Maydell <peter.maydell@linaro.org>
132M: Alex Bennée <alex.bennee@linaro.org>
133S: Maintained
134F: fpu/
135F: include/fpu/
136F: tests/fp/
137
138Alpha TCG CPUs
139M: Richard Henderson <rth@twiddle.net>
140S: Maintained
141F: target/alpha/
142F: tests/tcg/alpha/
143F: disas/alpha.c
144
145ARM TCG CPUs
146M: Peter Maydell <peter.maydell@linaro.org>
147L: qemu-arm@nongnu.org
148S: Maintained
149F: target/arm/
150F: tests/tcg/arm/
151F: tests/tcg/aarch64/
152F: hw/arm/
153F: hw/cpu/a*mpcore.c
154F: include/hw/cpu/a*mpcore.h
155F: disas/arm.c
156F: disas/arm-a64.cc
157F: disas/libvixl/
158
159ARM SMMU
160M: Eric Auger <eric.auger@redhat.com>
161L: qemu-arm@nongnu.org
162S: Maintained
163F: hw/arm/smmu*
164F: include/hw/arm/smmu*
165
166CRIS TCG CPUs
167M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
168S: Maintained
169F: target/cris/
170F: hw/cris/
171F: include/hw/cris/
172F: tests/tcg/cris/
173F: disas/cris.c
174
175HPPA (PA-RISC) TCG CPUs
176M: Richard Henderson <rth@twiddle.net>
177S: Maintained
178F: target/hppa/
179F: hw/hppa/
180F: disas/hppa.c
181
182LM32 TCG CPUs
183M: Michael Walle <michael@walle.cc>
184S: Maintained
185F: target/lm32/
186F: disas/lm32.c
187F: hw/lm32/
188F: hw/*/lm32_*
189F: hw/*/milkymist-*
190F: include/hw/display/milkymist_tmu2.h
191F: include/hw/char/lm32_juart.h
192F: include/hw/lm32/
193F: tests/tcg/lm32/
194
195M68K TCG CPUs
196M: Laurent Vivier <laurent@vivier.eu>
197S: Maintained
198F: target/m68k/
199F: disas/m68k.c
200
201MicroBlaze TCG CPUs
202M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
203S: Maintained
204F: target/microblaze/
205F: hw/microblaze/
206F: disas/microblaze.c
207
208MIPS TCG CPUs
209M: Aurelien Jarno <aurelien@aurel32.net>
210M: Aleksandar Markovic <amarkovic@wavecomp.com>
211R: Aleksandar Rikalo <arikalo@wavecomp.com>
212S: Maintained
213F: target/mips/
214F: default-configs/*mips*
215F: disas/*mips*
216F: hw/intc/mips_gic.c
217F: hw/mips/
218F: hw/misc/mips_*
219F: hw/timer/mips_gictimer.c
220F: include/hw/intc/mips_gic.h
221F: include/hw/mips/
222F: include/hw/misc/mips_*
223F: include/hw/timer/mips_gictimer.h
224F: tests/tcg/mips/
225K: ^Subject:.*(?i)mips
226
227Moxie TCG CPUs
228M: Anthony Green <green@moxielogic.com>
229S: Maintained
230F: target/moxie/
231F: disas/moxie.c
232F: hw/moxie/
233F: default-configs/moxie-softmmu.mak
234
235NiosII TCG CPUs
236M: Chris Wulff <crwulff@gmail.com>
237M: Marek Vasut <marex@denx.de>
238S: Maintained
239F: target/nios2/
240F: hw/nios2/
241F: hw/intc/nios2_iic.c
242F: disas/nios2.c
243F: default-configs/nios2-softmmu.mak
244
245OpenRISC TCG CPUs
246M: Stafford Horne <shorne@gmail.com>
247S: Odd Fixes
248F: target/openrisc/
249F: hw/openrisc/
250F: tests/tcg/openrisc/
251
252PowerPC TCG CPUs
253M: David Gibson <david@gibson.dropbear.id.au>
254L: qemu-ppc@nongnu.org
255S: Maintained
256F: target/ppc/
257F: hw/ppc/
258F: include/hw/ppc/
259F: disas/ppc.c
260
261RISC-V TCG CPUs
262M: Palmer Dabbelt <palmer@sifive.com>
263M: Alistair Francis <Alistair.Francis@wdc.com>
264M: Sagar Karandikar <sagark@eecs.berkeley.edu>
265M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
266L: qemu-riscv@nongnu.org
267S: Supported
268F: target/riscv/
269F: hw/riscv/
270F: include/hw/riscv/
271F: linux-user/host/riscv32/
272F: linux-user/host/riscv64/
273
274S390 TCG CPUs
275M: Richard Henderson <rth@twiddle.net>
276M: David Hildenbrand <david@redhat.com>
277S: Maintained
278F: target/s390x/
279F: hw/s390x/
280F: disas/s390.c
281F: tests/tcg/s390x/
282L: qemu-s390x@nongnu.org
283
284SH4 TCG CPUs
285M: Aurelien Jarno <aurelien@aurel32.net>
286S: Odd Fixes
287F: target/sh4/
288F: hw/sh4/
289F: disas/sh4.c
290F: include/hw/sh4/
291
292SPARC TCG CPUs
293M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
294M: Artyom Tarasenko <atar4qemu@gmail.com>
295S: Maintained
296F: target/sparc/
297F: hw/sparc/
298F: hw/sparc64/
299F: include/hw/sparc/sparc64.h
300F: disas/sparc.c
301
302UniCore32 TCG CPUs
303M: Guan Xuetao <gxt@mprc.pku.edu.cn>
304S: Maintained
305F: target/unicore32/
306F: hw/unicore32/
307F: include/hw/unicore32/
308
309X86 TCG CPUs
310M: Paolo Bonzini <pbonzini@redhat.com>
311M: Richard Henderson <rth@twiddle.net>
312M: Eduardo Habkost <ehabkost@redhat.com>
313S: Maintained
314F: target/i386/
315F: tests/tcg/i386/
316F: tests/tcg/x86_64/
317F: hw/i386/
318F: disas/i386.c
319F: docs/qemu-cpu-models.texi
320T: git https://github.com/ehabkost/qemu.git x86-next
321
322Xtensa TCG CPUs
323M: Max Filippov <jcmvbkbc@gmail.com>
324W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
325S: Maintained
326F: target/xtensa/
327F: hw/xtensa/
328F: tests/tcg/xtensa/
329F: disas/xtensa.c
330F: include/hw/xtensa/xtensa-isa.h
331F: default-configs/xtensa*.mak
332
333TriCore TCG CPUs
334M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
335S: Maintained
336F: target/tricore/
337F: hw/tricore/
338F: include/hw/tricore/
339
340Multiarch Linux User Tests
341M: Alex Bennée <alex.bennee@linaro.org>
342S: Maintained
343F: tests/tcg/multiarch/
344
345Guest CPU Cores (KVM)
346---------------------
347Overall KVM CPUs
348M: Paolo Bonzini <pbonzini@redhat.com>
349L: kvm@vger.kernel.org
350S: Supported
351F: */kvm.*
352F: accel/kvm/
353F: accel/stubs/kvm-stub.c
354F: include/hw/kvm/
355F: include/sysemu/kvm*.h
356F: scripts/kvm/kvm_flightrecorder
357
358ARM KVM CPUs
359M: Peter Maydell <peter.maydell@linaro.org>
360L: qemu-arm@nongnu.org
361S: Maintained
362F: target/arm/kvm.c
363
364MIPS KVM CPUs
365M: James Hogan <jhogan@kernel.org>
366R: Aleksandar Rikalo <arikalo@wavecomp.com>
367S: Maintained
368F: target/mips/kvm.c
369
370PPC KVM CPUs
371M: David Gibson <david@gibson.dropbear.id.au>
372S: Maintained
373F: target/ppc/kvm.c
374
375S390 KVM CPUs
376M: Halil Pasic <pasic@linux.ibm.com>
377M: Cornelia Huck <cohuck@redhat.com>
378M: Christian Borntraeger <borntraeger@de.ibm.com>
379S: Supported
380F: target/s390x/kvm.c
381F: target/s390x/kvm_s390x.h
382F: target/s390x/kvm-stub.c
383F: target/s390x/ioinst.[ch]
384F: target/s390x/machine.c
385F: target/s390x/sigp.c
386F: target/s390x/cpu_features*.[ch]
387F: target/s390x/cpu_models.[ch]
388F: hw/intc/s390_flic.c
389F: hw/intc/s390_flic_kvm.c
390F: include/hw/s390x/s390_flic.h
391F: gdb-xml/s390*.xml
392T: git https://github.com/cohuck/qemu.git s390-next
393T: git https://github.com/borntraeger/qemu.git s390-next
394L: qemu-s390x@nongnu.org
395
396X86 KVM CPUs
397M: Paolo Bonzini <pbonzini@redhat.com>
398M: Marcelo Tosatti <mtosatti@redhat.com>
399L: kvm@vger.kernel.org
400S: Supported
401F: target/i386/kvm.c
402F: scripts/kvm/vmxcap
403
404Guest CPU Cores (Xen)
405---------------------
406X86 Xen CPUs
407M: Stefano Stabellini <sstabellini@kernel.org>
408M: Anthony Perard <anthony.perard@citrix.com>
409M: Paul Durrant <paul.durrant@citrix.com>
410L: xen-devel@lists.xenproject.org
411S: Supported
412F: */xen*
413F: hw/9pfs/xen-9p*
414F: hw/char/xen_console.c
415F: hw/display/xenfb.c
416F: hw/net/xen_nic.c
417F: hw/block/xen*
418F: hw/block/dataplane/xen*
419F: hw/xen/
420F: hw/xenpv/
421F: hw/i386/xen/
422F: include/hw/block/dataplane/xen*
423F: include/hw/xen/
424F: include/sysemu/xen-mapcache.h
425
426Hosts
427-----
428LINUX
429M: Michael S. Tsirkin <mst@redhat.com>
430M: Cornelia Huck <cohuck@redhat.com>
431M: Paolo Bonzini <pbonzini@redhat.com>
432S: Maintained
433F: linux-headers/
434F: scripts/update-linux-headers.sh
435
436POSIX
437M: Paolo Bonzini <pbonzini@redhat.com>
438S: Maintained
439F: os-posix.c
440F: include/sysemu/os-posix.h
441F: util/*posix*.c
442F: include/qemu/*posix*.h
443
444NETBSD
445M: Kamil Rytarowski <kamil@netbsd.org>
446S: Maintained
447K: ^Subject:.*(?i)NetBSD
448
449OPENBSD
450M: Brad Smith <brad@comstyle.com>
451S: Maintained
452K: ^Subject:.*(?i)OpenBSD
453
454W32, W64
455M: Stefan Weil <sw@weilnetz.de>
456S: Maintained
457F: *win32*
458F: */*win32*
459F: include/*/*win32*
460X: qga/*win32*
461F: qemu.nsi
462
463Alpha Machines
464--------------
465M: Richard Henderson <rth@twiddle.net>
466S: Maintained
467F: hw/alpha/
468F: hw/isa/smc37c669-superio.c
469F: tests/tcg/alpha/system/
470
471ARM Machines
472------------
473Allwinner-a10
474M: Beniamino Galvani <b.galvani@gmail.com>
475M: Peter Maydell <peter.maydell@linaro.org>
476L: qemu-arm@nongnu.org
477S: Odd Fixes
478F: hw/*/allwinner*
479F: include/hw/*/allwinner*
480F: hw/arm/cubieboard.c
481
482ARM PrimeCell and CMSDK devices
483M: Peter Maydell <peter.maydell@linaro.org>
484L: qemu-arm@nongnu.org
485S: Maintained
486F: hw/char/pl011.c
487F: include/hw/char/pl011.h
488F: hw/display/pl110*
489F: hw/dma/pl080.c
490F: include/hw/dma/pl080.h
491F: hw/dma/pl330.c
492F: hw/gpio/pl061.c
493F: hw/input/pl050.c
494F: hw/intc/pl190.c
495F: hw/sd/pl181.c
496F: hw/ssi/pl022.c
497F: include/hw/ssi/pl022.h
498F: hw/timer/pl031.c
499F: include/hw/timer/pl031.h
500F: include/hw/arm/primecell.h
501F: hw/timer/cmsdk-apb-timer.c
502F: include/hw/timer/cmsdk-apb-timer.h
503F: hw/timer/cmsdk-apb-dualtimer.c
504F: include/hw/timer/cmsdk-apb-dualtimer.h
505F: hw/char/cmsdk-apb-uart.c
506F: include/hw/char/cmsdk-apb-uart.h
507F: hw/watchdog/cmsdk-apb-watchdog.c
508F: include/hw/watchdog/cmsdk-apb-watchdog.h
509F: hw/misc/tz-ppc.c
510F: include/hw/misc/tz-ppc.h
511F: hw/misc/tz-mpc.c
512F: include/hw/misc/tz-mpc.h
513F: hw/misc/tz-msc.c
514F: include/hw/misc/tz-msc.h
515
516ARM cores
517M: Peter Maydell <peter.maydell@linaro.org>
518L: qemu-arm@nongnu.org
519S: Maintained
520F: hw/intc/arm*
521F: hw/intc/gic_internal.h
522F: hw/misc/a9scu.c
523F: hw/misc/arm11scu.c
524F: hw/misc/arm_l2x0.c
525F: hw/timer/a9gtimer*
526F: hw/timer/arm*
527F: include/hw/arm/arm*.h
528F: include/hw/intc/arm*
529F: include/hw/misc/a9scu.h
530F: include/hw/misc/arm11scu.h
531F: include/hw/timer/a9gtimer.h
532F: include/hw/timer/arm_mptimer.h
533F: include/hw/timer/armv7m_systick.h
534F: tests/test-arm-mptimer.c
535
536Exynos
537M: Igor Mitsyanko <i.mitsyanko@gmail.com>
538M: Peter Maydell <peter.maydell@linaro.org>
539L: qemu-arm@nongnu.org
540S: Odd Fixes
541F: hw/*/exynos*
542F: include/hw/arm/exynos4210.h
543
544Calxeda Highbank
545M: Rob Herring <robh@kernel.org>
546M: Peter Maydell <peter.maydell@linaro.org>
547L: qemu-arm@nongnu.org
548S: Odd Fixes
549F: hw/arm/highbank.c
550F: hw/net/xgmac.c
551
552Canon DIGIC
553M: Antony Pavlov <antonynpavlov@gmail.com>
554M: Peter Maydell <peter.maydell@linaro.org>
555L: qemu-arm@nongnu.org
556S: Odd Fixes
557F: include/hw/arm/digic.h
558F: hw/*/digic*
559F: include/hw/*/digic*
560
561Gumstix
562M: Peter Maydell <peter.maydell@linaro.org>
563R: Philippe Mathieu-Daudé <f4bug@amsat.org>
564L: qemu-arm@nongnu.org
565S: Odd Fixes
566F: hw/arm/gumstix.c
567
568i.MX25 PDK
569M: Peter Maydell <peter.maydell@linaro.org>
570R: Jean-Christophe Dubois <jcd@tribudubois.net>
571L: qemu-arm@nongnu.org
572S: Odd Fixes
573F: hw/arm/fsl-imx25.c
574F: hw/arm/imx25_pdk.c
575F: hw/misc/imx25_ccm.c
576F: include/hw/arm/fsl-imx25.h
577F: include/hw/misc/imx25_ccm.h
578
579i.MX31 (kzm)
580M: Peter Chubb <peter.chubb@nicta.com.au>
581M: Peter Maydell <peter.maydell@linaro.org>
582L: qemu-arm@nongnu.org
583S: Odd Fixes
584F: hw/arm/kzm.c
585F: hw/*/imx_*
586F: hw/*/*imx31*
587F: include/hw/*/imx_*
588F: include/hw/*/*imx31*
589
590Integrator CP
591M: Peter Maydell <peter.maydell@linaro.org>
592L: qemu-arm@nongnu.org
593S: Maintained
594F: hw/arm/integratorcp.c
595F: hw/misc/arm_integrator_debug.c
596F: include/hw/misc/arm_integrator_debug.h
597
598MCIMX6UL EVK / i.MX6ul
599M: Peter Maydell <peter.maydell@linaro.org>
600R: Jean-Christophe Dubois <jcd@tribudubois.net>
601L: qemu-arm@nongnu.org
602S: Odd Fixes
603F: hw/arm/mcimx6ul-evk.c
604F: hw/arm/fsl-imx6ul.c
605F: hw/misc/imx6ul_ccm.c
606F: include/hw/arm/fsl-imx6ul.h
607F: include/hw/misc/imx6ul_ccm.h
608
609MCIMX7D SABRE / i.MX7
610M: Peter Maydell <peter.maydell@linaro.org>
611R: Andrey Smirnov <andrew.smirnov@gmail.com>
612L: qemu-arm@nongnu.org
613S: Odd Fixes
614F: hw/arm/mcimx7d-sabre.c
615F: hw/arm/fsl-imx7.c
616F: hw/misc/imx7_*.c
617F: include/hw/arm/fsl-imx7.h
618F: include/hw/misc/imx7_*.h
619F: hw/pci-host/designware.c
620F: include/hw/pci-host/designware.h
621
622MPS2
623M: Peter Maydell <peter.maydell@linaro.org>
624L: qemu-arm@nongnu.org
625S: Maintained
626F: hw/arm/mps2.c
627F: hw/arm/mps2-tz.c
628F: hw/misc/mps2-*.c
629F: include/hw/misc/mps2-*.h
630F: hw/arm/armsse.c
631F: include/hw/arm/armsse.h
632F: hw/misc/iotkit-secctl.c
633F: include/hw/misc/iotkit-secctl.h
634F: hw/misc/iotkit-sysctl.c
635F: include/hw/misc/iotkit-sysctl.h
636F: hw/misc/iotkit-sysinfo.c
637F: include/hw/misc/iotkit-sysinfo.h
638F: hw/misc/armsse-cpuid.c
639F: include/hw/misc/armsse-cpuid.h
640F: hw/misc/armsse-mhu.c
641F: include/hw/misc/armsse-mhu.h
642
643Musca
644M: Peter Maydell <peter.maydell@linaro.org>
645L: qemu-arm@nongnu.org
646S: Maintained
647F: hw/arm/musca.c
648
649Musicpal
650M: Jan Kiszka <jan.kiszka@web.de>
651M: Peter Maydell <peter.maydell@linaro.org>
652L: qemu-arm@nongnu.org
653S: Odd Fixes
654F: hw/arm/musicpal.c
655
656nSeries
657M: Andrzej Zaborowski <balrogg@gmail.com>
658M: Peter Maydell <peter.maydell@linaro.org>
659L: qemu-arm@nongnu.org
660S: Odd Fixes
661F: hw/arm/nseries.c
662F: hw/display/blizzard.c
663F: hw/input/lm832x.c
664F: hw/input/tsc2005.c
665F: hw/misc/cbus.c
666F: hw/timer/twl92230.c
667F: include/hw/display/blizzard.h
668F: include/hw/input/tsc2xxx.h
669F: include/hw/misc/cbus.h
670
671Palm
672M: Andrzej Zaborowski <balrogg@gmail.com>
673M: Peter Maydell <peter.maydell@linaro.org>
674L: qemu-arm@nongnu.org
675S: Odd Fixes
676F: hw/arm/palm.c
677F: hw/input/tsc210x.c
678F: include/hw/input/tsc2xxx.h
679
680Raspberry Pi
681M: Peter Maydell <peter.maydell@linaro.org>
682R: Andrew Baumann <Andrew.Baumann@microsoft.com>
683R: Philippe Mathieu-Daudé <f4bug@amsat.org>
684L: qemu-arm@nongnu.org
685S: Odd Fixes
686F: hw/arm/raspi.c
687F: hw/arm/raspi_platform.h
688F: hw/*/bcm283*
689F: include/hw/arm/raspi*
690F: include/hw/*/bcm283*
691
692Real View
693M: Peter Maydell <peter.maydell@linaro.org>
694L: qemu-arm@nongnu.org
695S: Maintained
696F: hw/arm/realview*
697F: hw/cpu/realview_mpcore.c
698F: hw/intc/realview_gic.c
699F: include/hw/intc/realview_gic.h
700
701PXA2XX
702M: Andrzej Zaborowski <balrogg@gmail.com>
703M: Peter Maydell <peter.maydell@linaro.org>
704L: qemu-arm@nongnu.org
705S: Odd Fixes
706F: hw/arm/mainstone.c
707F: hw/arm/spitz.c
708F: hw/arm/tosa.c
709F: hw/arm/z2.c
710F: hw/*/pxa2xx*
711F: hw/display/tc6393xb.c
712F: hw/gpio/max7310.c
713F: hw/gpio/zaurus.c
714F: hw/misc/mst_fpga.c
715F: hw/misc/max111x.c
716F: include/hw/arm/pxa.h
717F: include/hw/arm/sharpsl.h
718F: include/hw/display/tc6393xb.h
719
720SABRELITE / i.MX6
721M: Peter Maydell <peter.maydell@linaro.org>
722R: Jean-Christophe Dubois <jcd@tribudubois.net>
723L: qemu-arm@nongnu.org
724S: Odd Fixes
725F: hw/arm/sabrelite.c
726F: hw/arm/fsl-imx6.c
727F: hw/misc/imx6_*.c
728F: hw/ssi/imx_spi.c
729F: include/hw/arm/fsl-imx6.h
730F: include/hw/misc/imx6_*.h
731F: include/hw/ssi/imx_spi.h
732
733SBSA-REF
734M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
735M: Peter Maydell <peter.maydell@linaro.org>
736R: Leif Lindholm <leif.lindholm@linaro.org>
737L: qemu-arm@nongnu.org
738S: Maintained
739F: hw/arm/sbsa-ref.c
740
741Sharp SL-5500 (Collie) PDA
742M: Peter Maydell <peter.maydell@linaro.org>
743L: qemu-arm@nongnu.org
744S: Odd Fixes
745F: hw/arm/collie.c
746F: hw/arm/strongarm*
747
748Stellaris
749M: Peter Maydell <peter.maydell@linaro.org>
750L: qemu-arm@nongnu.org
751S: Maintained
752F: hw/*/stellaris*
753F: include/hw/input/gamepad.h
754
755Versatile Express
756M: Peter Maydell <peter.maydell@linaro.org>
757L: qemu-arm@nongnu.org
758S: Maintained
759F: hw/arm/vexpress.c
760
761Versatile PB
762M: Peter Maydell <peter.maydell@linaro.org>
763L: qemu-arm@nongnu.org
764S: Maintained
765F: hw/*/versatile*
766F: hw/misc/arm_sysctl.c
767
768Virt
769M: Peter Maydell <peter.maydell@linaro.org>
770L: qemu-arm@nongnu.org
771S: Maintained
772F: hw/arm/virt*
773F: include/hw/arm/virt.h
774
775Xilinx Zynq
776M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
777M: Alistair Francis <alistair@alistair23.me>
778M: Peter Maydell <peter.maydell@linaro.org>
779L: qemu-arm@nongnu.org
780S: Maintained
781F: hw/*/xilinx_*
782F: hw/*/cadence_*
783F: hw/misc/zynq*
784F: include/hw/misc/zynq*
785X: hw/ssi/xilinx_*
786
787Xilinx ZynqMP
788M: Alistair Francis <alistair@alistair23.me>
789M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
790M: Peter Maydell <peter.maydell@linaro.org>
791L: qemu-arm@nongnu.org
792S: Maintained
793F: hw/*/xlnx*.c
794F: include/hw/*/xlnx*.h
795F: include/hw/ssi/xilinx_spips.h
796F: hw/display/dpcd.c
797F: include/hw/display/dpcd.h
798
799ARM ACPI Subsystem
800M: Shannon Zhao <shannon.zhaosl@gmail.com>
801L: qemu-arm@nongnu.org
802S: Maintained
803F: hw/arm/virt-acpi-build.c
804
805STM32F205
806M: Alistair Francis <alistair@alistair23.me>
807M: Peter Maydell <peter.maydell@linaro.org>
808S: Maintained
809F: hw/arm/stm32f205_soc.c
810F: hw/misc/stm32f2xx_syscfg.c
811F: hw/char/stm32f2xx_usart.c
812F: hw/timer/stm32f2xx_timer.c
813F: hw/adc/*
814F: hw/ssi/stm32f2xx_spi.c
815F: include/hw/*/stm32*.h
816
817Netduino 2
818M: Alistair Francis <alistair@alistair23.me>
819M: Peter Maydell <peter.maydell@linaro.org>
820S: Maintained
821F: hw/arm/netduino2.c
822
823SmartFusion2
824M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
825M: Peter Maydell <peter.maydell@linaro.org>
826S: Maintained
827F: hw/arm/msf2-soc.c
828F: hw/misc/msf2-sysreg.c
829F: hw/timer/mss-timer.c
830F: hw/ssi/mss-spi.c
831F: include/hw/arm/msf2-soc.h
832F: include/hw/misc/msf2-sysreg.h
833F: include/hw/timer/mss-timer.h
834F: include/hw/ssi/mss-spi.h
835
836Emcraft M2S-FG484
837M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
838M: Peter Maydell <peter.maydell@linaro.org>
839S: Maintained
840F: hw/arm/msf2-som.c
841
842ASPEED BMCs
843M: Cédric Le Goater <clg@kaod.org>
844M: Peter Maydell <peter.maydell@linaro.org>
845R: Andrew Jeffery <andrew@aj.id.au>
846R: Joel Stanley <joel@jms.id.au>
847L: qemu-arm@nongnu.org
848S: Maintained
849F: hw/*/*aspeed*
850F: hw/misc/pca9552.c
851F: include/hw/*/*aspeed*
852F: include/hw/misc/pca9552*.h
853F: hw/net/ftgmac100.c
854F: include/hw/net/ftgmac100.h
855
856NRF51
857M: Joel Stanley <joel@jms.id.au>
858M: Peter Maydell <peter.maydell@linaro.org>
859L: qemu-arm@nongnu.org
860S: Maintained
861F: hw/*/nrf51*.c
862F: hw/*/microbit*.c
863F: include/hw/*/nrf51*.h
864F: include/hw/*/microbit*.h
865F: tests/microbit-test.c
866
867CRIS Machines
868-------------
869Axis Dev88
870M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
871S: Maintained
872F: hw/cris/axis_dev88.c
873F: hw/*/etraxfs_*.c
874
875HP-PARISC Machines
876------------------
877Dino
878M: Richard Henderson <rth@twiddle.net>
879R: Helge Deller <deller@gmx.de>
880S: Odd Fixes
881F: hw/hppa/
882F: pc-bios/hppa-firmware.img
883
884LM32 Machines
885-------------
886EVR32 and uclinux BSP
887M: Michael Walle <michael@walle.cc>
888S: Maintained
889F: hw/lm32/lm32_boards.c
890
891milkymist
892M: Michael Walle <michael@walle.cc>
893S: Maintained
894F: hw/lm32/milkymist.c
895
896M68K Machines
897-------------
898an5206
899M: Thomas Huth <huth@tuxfamily.org>
900S: Odd Fixes
901F: hw/m68k/an5206.c
902F: hw/m68k/mcf5206.c
903
904mcf5208
905M: Thomas Huth <huth@tuxfamily.org>
906S: Odd Fixes
907F: hw/m68k/mcf5208.c
908F: hw/m68k/mcf_intc.c
909F: hw/char/mcf_uart.c
910F: hw/net/mcf_fec.c
911F: include/hw/m68k/mcf*.h
912
913MicroBlaze Machines
914-------------------
915petalogix_s3adsp1800
916M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
917S: Maintained
918F: hw/microblaze/petalogix_s3adsp1800_mmu.c
919F: include/hw/char/xilinx_uartlite.h
920
921petalogix_ml605
922M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
923S: Maintained
924F: hw/microblaze/petalogix_ml605_mmu.c
925
926MIPS Machines
927-------------
928Jazz
929M: Hervé Poussineau <hpoussin@reactos.org>
930R: Aleksandar Rikalo <arikalo@wavecomp.com>
931S: Maintained
932F: hw/mips/mips_jazz.c
933F: hw/display/jazz_led.c
934F: hw/dma/rc4030.c
935
936Malta
937M: Aurelien Jarno <aurelien@aurel32.net>
938R: Aleksandar Rikalo <arikalo@wavecomp.com>
939S: Maintained
940F: hw/mips/mips_malta.c
941F: hw/mips/gt64xxx_pci.c
942F: tests/acceptance/linux_ssh_mips_malta.py
943
944Mipssim
945M: Aleksandar Markovic <amarkovic@wavecomp.com>
946R: Aleksandar Rikalo <arikalo@wavecomp.com>
947S: Odd Fixes
948F: hw/mips/mips_mipssim.c
949F: hw/net/mipsnet.c
950
951R4000
952M: Aurelien Jarno <aurelien@aurel32.net>
953R: Aleksandar Rikalo <arikalo@wavecomp.com>
954S: Maintained
955F: hw/mips/mips_r4k.c
956
957Fulong 2E
958M: Aleksandar Markovic <amarkovic@wavecomp.com>
959R: Aleksandar Rikalo <arikalo@wavecomp.com>
960S: Odd Fixes
961F: hw/mips/mips_fulong2e.c
962F: hw/isa/vt82c686.c
963F: hw/pci-host/bonito.c
964F: include/hw/isa/vt82c686.h
965
966Boston
967M: Paul Burton <pburton@wavecomp.com>
968R: Aleksandar Rikalo <arikalo@wavecomp.com>
969S: Maintained
970F: hw/core/loader-fit.c
971F: hw/mips/boston.c
972F: hw/pci-host/xilinx-pcie.c
973F: include/hw/pci-host/xilinx-pcie.h
974
975OpenRISC Machines
976-----------------
977or1k-sim
978M: Jia Liu <proljc@gmail.com>
979S: Maintained
980F: hw/openrisc/openrisc_sim.c
981
982PowerPC Machines
983----------------
984405
985M: David Gibson <david@gibson.dropbear.id.au>
986L: qemu-ppc@nongnu.org
987S: Odd Fixes
988F: hw/ppc/ppc405_boards.c
989
990Bamboo
991M: David Gibson <david@gibson.dropbear.id.au>
992L: qemu-ppc@nongnu.org
993S: Odd Fixes
994F: hw/ppc/ppc440_bamboo.c
995
996e500
997M: David Gibson <david@gibson.dropbear.id.au>
998L: qemu-ppc@nongnu.org
999S: Odd Fixes
1000F: hw/ppc/e500*
1001F: hw/gpio/mpc8xxx.c
1002F: hw/i2c/mpc_i2c.c
1003F: hw/net/fsl_etsec/
1004F: hw/pci-host/ppce500.c
1005F: include/hw/ppc/ppc_e500.h
1006F: include/hw/pci-host/ppce500.h
1007F: pc-bios/u-boot.e500
1008
1009mpc8544ds
1010M: David Gibson <david@gibson.dropbear.id.au>
1011L: qemu-ppc@nongnu.org
1012S: Odd Fixes
1013F: hw/ppc/mpc8544ds.c
1014F: hw/ppc/mpc8544_guts.c
1015
1016New World (mac99)
1017M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1018R: David Gibson <david@gibson.dropbear.id.au>
1019L: qemu-ppc@nongnu.org
1020S: Odd Fixes
1021F: hw/ppc/mac_newworld.c
1022F: hw/pci-host/uninorth.c
1023F: hw/pci-bridge/dec.[hc]
1024F: hw/misc/macio/
1025F: hw/misc/mos6522.c
1026F: hw/nvram/mac_nvram.c
1027F: hw/input/adb*
1028F: include/hw/misc/macio/
1029F: include/hw/misc/mos6522.h
1030F: include/hw/ppc/mac_dbdma.h
1031F: include/hw/pci-host/uninorth.h
1032F: include/hw/input/adb*
1033F: pc-bios/qemu_vga.ndrv
1034
1035Old World (g3beige)
1036M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1037R: David Gibson <david@gibson.dropbear.id.au>
1038L: qemu-ppc@nongnu.org
1039S: Odd Fixes
1040F: hw/ppc/mac_oldworld.c
1041F: hw/pci-host/grackle.c
1042F: hw/misc/macio/
1043F: hw/intc/heathrow_pic.c
1044F: hw/input/adb*
1045F: include/hw/intc/heathrow_pic.h
1046F: include/hw/input/adb*
1047F: pc-bios/qemu_vga.ndrv
1048
1049PReP
1050M: Hervé Poussineau <hpoussin@reactos.org>
1051L: qemu-ppc@nongnu.org
1052S: Maintained
1053F: hw/ppc/prep.c
1054F: hw/ppc/prep_systemio.c
1055F: hw/ppc/rs6000_mc.c
1056F: hw/pci-host/prep.[hc]
1057F: hw/isa/i82378.c
1058F: hw/isa/pc87312.c
1059F: hw/dma/i82374.c
1060F: hw/timer/m48t59-isa.c
1061F: include/hw/isa/pc87312.h
1062F: include/hw/timer/m48t59.h
1063F: pc-bios/ppc_rom.bin
1064
1065sPAPR
1066M: David Gibson <david@gibson.dropbear.id.au>
1067L: qemu-ppc@nongnu.org
1068S: Supported
1069F: hw/*/spapr*
1070F: include/hw/*/spapr*
1071F: hw/*/xics*
1072F: include/hw/*/xics*
1073F: pc-bios/spapr-rtas/*
1074F: pc-bios/spapr-rtas.bin
1075F: pc-bios/slof.bin
1076F: docs/specs/ppc-spapr-hcalls.txt
1077F: docs/specs/ppc-spapr-hotplug.txt
1078F: tests/spapr*
1079F: tests/libqos/*spapr*
1080F: tests/rtas*
1081F: tests/libqos/rtas*
1082
1083PowerNV (Non-Virtualized)
1084M: Cédric Le Goater <clg@kaod.org>
1085M: David Gibson <david@gibson.dropbear.id.au>
1086L: qemu-ppc@nongnu.org
1087S: Maintained
1088F: hw/ppc/pnv*
1089F: hw/intc/pnv*
1090F: hw/intc/xics_pnv.c
1091F: include/hw/ppc/pnv*
1092F: pc-bios/skiboot.lid
1093F: tests/pnv*
1094
1095virtex_ml507
1096M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1097L: qemu-ppc@nongnu.org
1098S: Odd Fixes
1099F: hw/ppc/virtex_ml507.c
1100
1101sam460ex
1102M: BALATON Zoltan <balaton@eik.bme.hu>
1103L: qemu-ppc@nongnu.org
1104S: Maintained
1105F: hw/ppc/sam460ex.c
1106F: hw/ppc/ppc440_pcix.c
1107F: hw/display/sm501*
1108F: hw/ide/sii3112.c
1109F: hw/timer/m41t80.c
1110F: pc-bios/canyonlands.dt[sb]
1111F: pc-bios/u-boot-sam460ex-20100605.bin
1112F: roms/u-boot-sam460ex
1113
1114SH4 Machines
1115------------
1116R2D
1117M: Magnus Damm <magnus.damm@gmail.com>
1118S: Maintained
1119F: hw/sh4/r2d.c
1120F: hw/intc/sh_intc.c
1121F: hw/timer/sh_timer.c
1122
1123Shix
1124M: Magnus Damm <magnus.damm@gmail.com>
1125S: Odd Fixes
1126F: hw/sh4/shix.c
1127
1128SPARC Machines
1129--------------
1130Sun4m
1131M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1132S: Maintained
1133F: hw/sparc/sun4m.c
1134F: hw/sparc/sun4m_iommu.c
1135F: hw/display/cg3.c
1136F: hw/display/tcx.c
1137F: hw/dma/sparc32_dma.c
1138F: hw/misc/eccmemctl.c
1139F: hw/*/slavio_*.c
1140F: include/hw/nvram/sun_nvram.h
1141F: include/hw/sparc/sparc32_dma.h
1142F: include/hw/sparc/sun4m_iommu.h
1143F: pc-bios/openbios-sparc32
1144
1145Sun4u
1146M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1147S: Maintained
1148F: hw/sparc64/sun4u.c
1149F: hw/sparc64/sun4u_iommu.c
1150F: include/hw/sparc/sun4u_iommu.h
1151F: hw/pci-host/sabre.c
1152F: include/hw/pci-host/sabre.h
1153F: hw/pci-bridge/simba.c
1154F: include/hw/pci-bridge/simba.h
1155F: pc-bios/openbios-sparc64
1156
1157Sun4v
1158M: Artyom Tarasenko <atar4qemu@gmail.com>
1159S: Maintained
1160F: hw/sparc64/niagara.c
1161F: hw/timer/sun4v-rtc.c
1162F: include/hw/timer/sun4v-rtc.h
1163
1164Leon3
1165M: Fabien Chouteau <chouteau@adacore.com>
1166M: KONRAD Frederic <frederic.konrad@adacore.com>
1167S: Maintained
1168F: hw/sparc/leon3.c
1169F: hw/*/grlib*
1170F: include/hw/*/grlib*
1171
1172S390 Machines
1173-------------
1174S390 Virtio-ccw
1175M: Cornelia Huck <cohuck@redhat.com>
1176M: Halil Pasic <pasic@linux.ibm.com>
1177M: Christian Borntraeger <borntraeger@de.ibm.com>
1178S: Supported
1179F: hw/char/sclp*.[hc]
1180F: hw/char/terminal3270.c
1181F: hw/s390x/
1182F: include/hw/s390x/
1183F: hw/watchdog/wdt_diag288.c
1184F: include/hw/watchdog/wdt_diag288.h
1185F: default-configs/s390x-softmmu.mak
1186T: git https://github.com/cohuck/qemu.git s390-next
1187T: git https://github.com/borntraeger/qemu.git s390-next
1188L: qemu-s390x@nongnu.org
1189
1190S390-ccw boot
1191M: Christian Borntraeger <borntraeger@de.ibm.com>
1192M: Thomas Huth <thuth@redhat.com>
1193S: Supported
1194F: hw/s390x/ipl.*
1195F: pc-bios/s390-ccw/
1196F: pc-bios/s390-ccw.img
1197F: docs/devel/s390-dasd-ipl.txt
1198T: git https://github.com/borntraeger/qemu.git s390-next
1199L: qemu-s390x@nongnu.org
1200
1201S390 PCI
1202M: Collin Walling <walling@linux.ibm.com>
1203S: Supported
1204F: hw/s390x/s390-pci*
1205L: qemu-s390x@nongnu.org
1206
1207UniCore32 Machines
1208------------------
1209PKUnity-3 SoC initramfs-with-busybox
1210M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1211S: Maintained
1212F: hw/*/puv3*
1213F: hw/unicore32/
1214
1215X86 Machines
1216------------
1217PC
1218M: Michael S. Tsirkin <mst@redhat.com>
1219M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1220S: Supported
1221F: include/hw/i386/
1222F: hw/i386/
1223F: hw/pci-host/piix.c
1224F: hw/pci-host/q35.c
1225F: hw/pci-host/pam.c
1226F: include/hw/pci-host/q35.h
1227F: include/hw/pci-host/pam.h
1228F: hw/isa/piix4.c
1229F: hw/isa/lpc_ich9.c
1230F: hw/i2c/smbus_ich9.c
1231F: hw/acpi/piix4.c
1232F: hw/acpi/ich9.c
1233F: include/hw/acpi/ich9.h
1234F: include/hw/acpi/piix4.h
1235F: hw/misc/sga.c
1236F: hw/isa/apm.c
1237F: include/hw/isa/apm.h
1238F: tests/test-x86-cpuid.c
1239F: tests/test-x86-cpuid-compat.c
1240
1241PC Chipset
1242M: Michael S. Tsirkin <mst@redhat.com>
1243M: Paolo Bonzini <pbonzini@redhat.com>
1244S: Supported
1245F: hw/char/debugcon.c
1246F: hw/char/parallel*
1247F: hw/char/serial*
1248F: hw/dma/i8257*
1249F: hw/i2c/pm_smbus.c
1250F: hw/input/pckbd.c
1251F: hw/intc/apic*
1252F: hw/intc/ioapic*
1253F: hw/intc/i8259*
1254F: hw/isa/isa-superio.c
1255F: hw/misc/debugexit.c
1256F: hw/misc/pc-testdev.c
1257F: hw/timer/hpet*
1258F: hw/timer/i8254*
1259F: hw/timer/mc146818rtc*
1260F: hw/watchdog/wdt_ib700.c
1261F: hw/watchdog/wdt_i6300esb.c
1262F: include/hw/display/vga.h
1263F: include/hw/char/parallel.h
1264F: include/hw/dma/i8257.h
1265F: include/hw/i2c/pm_smbus.h
1266F: include/hw/input/i8042.h
1267F: include/hw/isa/i8259_internal.h
1268F: include/hw/isa/superio.h
1269F: include/hw/timer/hpet.h
1270F: include/hw/timer/i8254*
1271F: include/hw/timer/mc146818rtc*
1272
1273Machine core
1274M: Eduardo Habkost <ehabkost@redhat.com>
1275M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1276S: Supported
1277F: hw/core/cpu.c
1278F: hw/core/machine-qmp-cmds.c
1279F: hw/core/machine.c
1280F: hw/core/null-machine.c
1281F: hw/core/numa.c
1282F: hw/cpu/cluster.c
1283F: qapi/machine.json
1284F: qapi/machine-target.json
1285F: include/hw/boards.h
1286F: include/hw/core/cpu.h
1287F: include/hw/cpu/cluster.h
1288F: include/sysemu/numa.h
1289T: git https://github.com/ehabkost/qemu.git machine-next
1290
1291Xtensa Machines
1292---------------
1293sim
1294M: Max Filippov <jcmvbkbc@gmail.com>
1295S: Maintained
1296F: hw/xtensa/sim.c
1297
1298XTFPGA (LX60, LX200, ML605, KC705)
1299M: Max Filippov <jcmvbkbc@gmail.com>
1300S: Maintained
1301F: hw/xtensa/xtfpga.c
1302F: hw/net/opencores_eth.c
1303
1304Devices
1305-------
1306EDU
1307M: Jiri Slaby <jslaby@suse.cz>
1308S: Maintained
1309F: hw/misc/edu.c
1310
1311IDE
1312M: John Snow <jsnow@redhat.com>
1313L: qemu-block@nongnu.org
1314S: Supported
1315F: include/hw/ide.h
1316F: include/hw/ide/
1317F: hw/ide/
1318F: hw/block/block.c
1319F: hw/block/cdrom.c
1320F: hw/block/hd-geometry.c
1321F: tests/ide-test.c
1322F: tests/ahci-test.c
1323F: tests/cdrom-test.c
1324F: tests/libqos/ahci*
1325T: git https://github.com/jnsnow/qemu.git ide
1326
1327IPMI
1328M: Corey Minyard <minyard@acm.org>
1329S: Maintained
1330F: include/hw/ipmi/*
1331F: hw/ipmi/*
1332F: hw/smbios/smbios_type_38.c
1333F: tests/ipmi*
1334T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1335
1336Floppy
1337M: John Snow <jsnow@redhat.com>
1338L: qemu-block@nongnu.org
1339S: Supported
1340F: hw/block/fdc.c
1341F: include/hw/block/fdc.h
1342F: tests/fdc-test.c
1343T: git https://github.com/jnsnow/qemu.git ide
1344
1345OMAP
1346M: Peter Maydell <peter.maydell@linaro.org>
1347S: Maintained
1348F: hw/*/omap*
1349F: include/hw/arm/omap.h
1350
1351IPack
1352M: Alberto Garcia <berto@igalia.com>
1353S: Odd Fixes
1354F: hw/char/ipoctal232.c
1355F: hw/ipack/
1356
1357PCI
1358M: Michael S. Tsirkin <mst@redhat.com>
1359M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1360S: Supported
1361F: include/hw/pci/*
1362F: hw/misc/pci-testdev.c
1363F: hw/pci/*
1364F: hw/pci-bridge/*
1365F: docs/pci*
1366F: docs/specs/*pci*
1367F: default-configs/pci.mak
1368
1369ACPI/SMBIOS
1370M: Michael S. Tsirkin <mst@redhat.com>
1371M: Igor Mammedov <imammedo@redhat.com>
1372S: Supported
1373F: include/hw/acpi/*
1374F: include/hw/firmware/smbios.h
1375F: hw/mem/*
1376F: hw/acpi/*
1377F: hw/smbios/*
1378F: hw/i386/acpi-build.[hc]
1379F: hw/arm/virt-acpi-build.c
1380F: tests/bios-tables-test.c
1381F: tests/acpi-utils.[hc]
1382F: tests/data/acpi/
1383
1384ppc4xx
1385M: David Gibson <david@gibson.dropbear.id.au>
1386L: qemu-ppc@nongnu.org
1387S: Odd Fixes
1388F: hw/ppc/ppc4*.c
1389F: hw/i2c/ppc4xx_i2c.c
1390F: include/hw/ppc/ppc4xx.h
1391F: include/hw/i2c/ppc4xx_i2c.h
1392
1393Character devices
1394M: Marc-André Lureau <marcandre.lureau@redhat.com>
1395R: Paolo Bonzini <pbonzini@redhat.com>
1396S: Odd Fixes
1397F: hw/char/
1398
1399Network devices
1400M: Jason Wang <jasowang@redhat.com>
1401S: Odd Fixes
1402F: hw/net/
1403F: include/hw/net/
1404F: tests/virtio-net-test.c
1405T: git https://github.com/jasowang/qemu.git net
1406
1407Parallel NOR Flash devices
1408M: Philippe Mathieu-Daudé <philmd@redhat.com>
1409T: git https://gitlab.com/philmd/qemu.git pflash-next
1410S: Maintained
1411F: hw/block/pflash_cfi*.c
1412F: include/hw/block/flash.h
1413
1414SCSI
1415M: Paolo Bonzini <pbonzini@redhat.com>
1416R: Fam Zheng <fam@euphon.net>
1417S: Supported
1418F: include/hw/scsi/*
1419F: hw/scsi/*
1420F: tests/virtio-scsi-test.c
1421T: git https://github.com/bonzini/qemu.git scsi-next
1422
1423SSI
1424M: Alistair Francis <alistair@alistair23.me>
1425S: Maintained
1426F: hw/ssi/*
1427F: hw/block/m25p80.c
1428F: include/hw/ssi/ssi.h
1429X: hw/ssi/xilinx_*
1430F: tests/m25p80-test.c
1431
1432Xilinx SPI
1433M: Alistair Francis <alistair@alistair23.me>
1434S: Maintained
1435F: hw/ssi/xilinx_*
1436
1437SD (Secure Card)
1438M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1439S: Odd Fixes
1440F: include/hw/sd/sd*
1441F: hw/sd/core.c
1442F: hw/sd/sd*
1443F: tests/sd*
1444
1445USB
1446M: Gerd Hoffmann <kraxel@redhat.com>
1447S: Maintained
1448F: hw/usb/*
1449F: tests/usb-*-test.c
1450F: docs/usb2.txt
1451F: docs/usb-storage.txt
1452F: include/hw/usb.h
1453F: include/hw/usb/
1454F: default-configs/usb.mak
1455
1456USB (serial adapter)
1457M: Gerd Hoffmann <kraxel@redhat.com>
1458M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1459S: Maintained
1460F: hw/usb/dev-serial.c
1461
1462VFIO
1463M: Alex Williamson <alex.williamson@redhat.com>
1464S: Supported
1465F: hw/vfio/*
1466F: include/hw/vfio/
1467
1468vfio-ccw
1469M: Cornelia Huck <cohuck@redhat.com>
1470M: Eric Farman <farman@linux.ibm.com>
1471S: Supported
1472F: hw/vfio/ccw.c
1473F: hw/s390x/s390-ccw.c
1474F: include/hw/s390x/s390-ccw.h
1475F: include/hw/s390x/vfio-ccw.h
1476T: git https://github.com/cohuck/qemu.git s390-next
1477L: qemu-s390x@nongnu.org
1478
1479vfio-ap
1480M: Christian Borntraeger <borntraeger@de.ibm.com>
1481M: Tony Krowiak <akrowiak@linux.ibm.com>
1482M: Halil Pasic <pasic@linux.ibm.com>
1483M: Pierre Morel <pmorel@linux.ibm.com>
1484S: Supported
1485F: hw/s390x/ap-device.c
1486F: hw/s390x/ap-bridge.c
1487F: include/hw/s390x/ap-device.h
1488F: include/hw/s390x/ap-bridge.h
1489F: hw/vfio/ap.c
1490F: docs/vfio-ap.txt
1491L: qemu-s390x@nongnu.org
1492
1493vhost
1494M: Michael S. Tsirkin <mst@redhat.com>
1495S: Supported
1496F: hw/*/*vhost*
1497F: docs/interop/vhost-user.json
1498F: docs/interop/vhost-user.rst
1499F: contrib/vhost-user-*/
1500F: backends/vhost-user.c
1501F: include/sysemu/vhost-user-backend.h
1502
1503virtio
1504M: Michael S. Tsirkin <mst@redhat.com>
1505S: Supported
1506F: hw/*/virtio*
1507F: hw/virtio/Makefile.objs
1508F: hw/virtio/trace-events
1509F: net/vhost-user.c
1510F: include/hw/virtio/
1511F: tests/virtio-balloon-test.c
1512
1513virtio-9p
1514M: Greg Kurz <groug@kaod.org>
1515S: Supported
1516F: hw/9pfs/
1517X: hw/9pfs/xen-9p*
1518F: fsdev/
1519F: tests/virtio-9p-test.c
1520T: git https://github.com/gkurz/qemu.git 9p-next
1521
1522virtio-blk
1523M: Stefan Hajnoczi <stefanha@redhat.com>
1524L: qemu-block@nongnu.org
1525S: Supported
1526F: hw/block/virtio-blk.c
1527F: hw/block/dataplane/*
1528F: tests/virtio-blk-test.c
1529T: git https://github.com/stefanha/qemu.git block
1530
1531virtio-ccw
1532M: Cornelia Huck <cohuck@redhat.com>
1533M: Halil Pasic <pasic@linux.ibm.com>
1534S: Supported
1535F: hw/s390x/virtio-ccw*.[hc]
1536F: hw/s390x/vhost-vsock-ccw.c
1537T: git https://github.com/cohuck/qemu.git s390-next
1538T: git https://github.com/borntraeger/qemu.git s390-next
1539L: qemu-s390x@nongnu.org
1540
1541virtio-input
1542M: Gerd Hoffmann <kraxel@redhat.com>
1543S: Maintained
1544F: hw/input/vhost-user-input.c
1545F: hw/input/virtio-input*.c
1546F: include/hw/virtio/virtio-input.h
1547F: contrib/vhost-user-input/*
1548
1549virtio-serial
1550M: Amit Shah <amit@kernel.org>
1551S: Supported
1552F: hw/char/virtio-serial-bus.c
1553F: hw/char/virtio-console.c
1554F: include/hw/virtio/virtio-serial.h
1555F: tests/virtio-console-test.c
1556F: tests/virtio-serial-test.c
1557
1558virtio-rng
1559M: Amit Shah <amit@kernel.org>
1560S: Supported
1561F: hw/virtio/virtio-rng.c
1562F: include/hw/virtio/virtio-rng.h
1563F: include/sysemu/rng*.h
1564F: backends/rng*.c
1565F: tests/virtio-rng-test.c
1566
1567virtio-crypto
1568M: Gonglei <arei.gonglei@huawei.com>
1569S: Supported
1570F: hw/virtio/virtio-crypto.c
1571F: hw/virtio/virtio-crypto-pci.c
1572F: include/hw/virtio/virtio-crypto.h
1573
1574nvme
1575M: Keith Busch <keith.busch@intel.com>
1576L: qemu-block@nongnu.org
1577S: Supported
1578F: hw/block/nvme*
1579F: tests/nvme-test.c
1580
1581megasas
1582M: Hannes Reinecke <hare@suse.com>
1583L: qemu-block@nongnu.org
1584S: Supported
1585F: hw/scsi/megasas.c
1586F: hw/scsi/mfi.h
1587F: tests/megasas-test.c
1588
1589Network packet abstractions
1590M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1591S: Maintained
1592F: include/net/eth.h
1593F: net/eth.c
1594F: hw/net/net_rx_pkt*
1595F: hw/net/net_tx_pkt*
1596
1597Vmware
1598M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1599S: Maintained
1600F: hw/net/vmxnet*
1601F: hw/scsi/vmw_pvscsi*
1602F: tests/vmxnet3-test.c
1603
1604Rocker
1605M: Jiri Pirko <jiri@resnulli.us>
1606S: Maintained
1607F: hw/net/rocker/
1608F: tests/rocker/
1609F: docs/specs/rocker.txt
1610
1611NVDIMM
1612M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1613S: Maintained
1614F: hw/acpi/nvdimm.c
1615F: hw/mem/nvdimm.c
1616F: include/hw/mem/nvdimm.h
1617F: docs/nvdimm.txt
1618
1619e1000x
1620M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1621S: Maintained
1622F: hw/net/e1000x*
1623
1624e1000e
1625M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1626S: Maintained
1627F: hw/net/e1000e*
1628
1629eepro100
1630M: Stefan Weil <sw@weilnetz.de>
1631S: Maintained
1632F: hw/net/eepro100.c
1633
1634Generic Loader
1635M: Alistair Francis <alistair@alistair23.me>
1636S: Maintained
1637F: hw/core/generic-loader.c
1638F: include/hw/core/generic-loader.h
1639F: docs/generic-loader.txt
1640
1641Intel Hexadecimal Object File Loader
1642M: Su Hang <suhang16@mails.ucas.ac.cn>
1643S: Maintained
1644F: tests/hexloader-test.c
1645F: tests/data/hex-loader/test.hex
1646
1647CHRP NVRAM
1648M: Thomas Huth <thuth@redhat.com>
1649S: Maintained
1650F: hw/nvram/chrp_nvram.c
1651F: include/hw/nvram/chrp_nvram.h
1652F: tests/prom-env-test.c
1653
1654VM Generation ID
1655M: Ben Warren <ben@skyportsystems.com>
1656S: Maintained
1657F: hw/acpi/vmgenid.c
1658F: include/hw/acpi/vmgenid.h
1659F: docs/specs/vmgenid.txt
1660F: tests/vmgenid-test.c
1661F: stubs/vmgenid.c
1662
1663Unimplemented device
1664M: Peter Maydell <peter.maydell@linaro.org>
1665R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1666S: Maintained
1667F: include/hw/misc/unimp.h
1668F: hw/misc/unimp.c
1669
1670Standard VGA
1671M: Gerd Hoffmann <kraxel@redhat.com>
1672S: Maintained
1673F: hw/display/vga*
1674F: hw/display/bochs-display.c
1675F: include/hw/display/vga.h
1676F: include/hw/display/bochs-vbe.h
1677
1678ramfb
1679M: Gerd Hoffmann <kraxel@redhat.com>
1680S: Maintained
1681F: hw/display/ramfb*.c
1682F: include/hw/display/ramfb.h
1683
1684virtio-gpu
1685M: Gerd Hoffmann <kraxel@redhat.com>
1686S: Maintained
1687F: hw/display/virtio-gpu*
1688F: hw/display/virtio-vga.*
1689F: include/hw/virtio/virtio-gpu.h
1690
1691vhost-user-gpu
1692M: Marc-André Lureau <marcandre.lureau@redhat.com>
1693M: Gerd Hoffmann <kraxel@redhat.com>
1694S: Maintained
1695F: docs/interop/vhost-user-gpu.rst
1696F: contrib/vhost-user-gpu
1697F: hw/display/vhost-user-*
1698
1699Cirrus VGA
1700M: Gerd Hoffmann <kraxel@redhat.com>
1701S: Odd Fixes
1702W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1703F: hw/display/cirrus*
1704
1705EDID Generator
1706M: Gerd Hoffmann <kraxel@redhat.com>
1707S: Maintained
1708F: hw/display/edid*
1709F: include/hw/display/edid.h
1710F: qemu-edid.c
1711
1712Firmware configuration (fw_cfg)
1713M: Philippe Mathieu-Daudé <philmd@redhat.com>
1714R: Laszlo Ersek <lersek@redhat.com>
1715R: Gerd Hoffmann <kraxel@redhat.com>
1716S: Supported
1717F: docs/specs/fw_cfg.txt
1718F: hw/nvram/fw_cfg.c
1719F: stubs/fw_cfg.c
1720F: include/hw/nvram/fw_cfg.h
1721F: include/standard-headers/linux/qemu_fw_cfg.h
1722F: tests/libqos/fw_cfg.c
1723F: tests/fw_cfg-test.c
1724T: git https://github.com/philmd/qemu.git fw_cfg-next
1725
1726XIVE
1727M: David Gibson <david@gibson.dropbear.id.au>
1728M: Cédric Le Goater <clg@kaod.org>
1729L: qemu-ppc@nongnu.org
1730S: Supported
1731F: hw/*/*xive*
1732F: include/hw/*/*xive*
1733F: docs/*/*xive*
1734
1735Subsystems
1736----------
1737Audio
1738M: Gerd Hoffmann <kraxel@redhat.com>
1739S: Maintained
1740F: audio/
1741F: hw/audio/
1742F: include/hw/audio/
1743F: tests/ac97-test.c
1744F: tests/es1370-test.c
1745F: tests/intel-hda-test.c
1746
1747Block layer core
1748M: Kevin Wolf <kwolf@redhat.com>
1749M: Max Reitz <mreitz@redhat.com>
1750L: qemu-block@nongnu.org
1751S: Supported
1752F: block*
1753F: block/
1754F: hw/block/
1755F: include/block/
1756F: qemu-img*
1757F: qemu-io*
1758F: tests/qemu-iotests/
1759F: util/qemu-progress.c
1760F: qobject/block-qdict.c
1761F: tests/check-block-qdict.c
1762T: git https://repo.or.cz/qemu/kevin.git block
1763
1764Block I/O path
1765M: Stefan Hajnoczi <stefanha@redhat.com>
1766M: Fam Zheng <fam@euphon.net>
1767L: qemu-block@nongnu.org
1768S: Supported
1769F: util/async.c
1770F: util/aio-*.c
1771F: block/io.c
1772F: migration/block*
1773F: include/block/aio.h
1774F: include/block/aio-wait.h
1775F: scripts/qemugdb/aio.py
1776T: git https://github.com/stefanha/qemu.git block
1777
1778Block SCSI subsystem
1779M: Paolo Bonzini <pbonzini@redhat.com>
1780R: Fam Zheng <fam@euphon.net>
1781L: qemu-block@nongnu.org
1782S: Supported
1783F: include/scsi/*
1784F: scsi/*
1785
1786Block Jobs
1787M: John Snow <jsnow@redhat.com>
1788L: qemu-block@nongnu.org
1789S: Supported
1790F: blockjob.c
1791F: include/block/blockjob.h
1792F: job.c
1793F: job-qmp.c
1794F: include/qemu/job.h
1795F: block/backup.c
1796F: block/commit.c
1797F: block/stream.c
1798F: block/mirror.c
1799F: qapi/job.json
1800T: git https://github.com/jnsnow/qemu.git jobs
1801
1802Block QAPI, monitor, command line
1803M: Markus Armbruster <armbru@redhat.com>
1804S: Supported
1805F: blockdev.c
1806F: block/qapi.c
1807F: qapi/block*.json
1808F: qapi/transaction.json
1809T: git https://repo.or.cz/qemu/armbru.git block-next
1810
1811Dirty Bitmaps
1812M: Fam Zheng <fam@euphon.net>
1813M: John Snow <jsnow@redhat.com>
1814L: qemu-block@nongnu.org
1815S: Supported
1816F: util/hbitmap.c
1817F: block/dirty-bitmap.c
1818F: include/qemu/hbitmap.h
1819F: include/block/dirty-bitmap.h
1820F: tests/test-hbitmap.c
1821F: docs/interop/bitmaps.rst
1822T: git https://github.com/famz/qemu.git bitmaps
1823T: git https://github.com/jnsnow/qemu.git bitmaps
1824
1825Character device backends
1826M: Marc-André Lureau <marcandre.lureau@redhat.com>
1827R: Paolo Bonzini <pbonzini@redhat.com>
1828S: Maintained
1829F: chardev/
1830F: include/chardev/
1831F: qapi/char.json
1832
1833Character Devices (Braille)
1834M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1835S: Maintained
1836F: chardev/baum.c
1837
1838Command line option argument parsing
1839M: Markus Armbruster <armbru@redhat.com>
1840S: Supported
1841F: include/qemu/option.h
1842F: tests/test-keyval.c
1843F: tests/test-qemu-opts.c
1844F: util/keyval.c
1845F: util/qemu-option.c
1846
1847Coverity model
1848M: Markus Armbruster <armbru@redhat.com>
1849S: Supported
1850F: scripts/coverity-model.c
1851
1852Device Tree
1853M: Alistair Francis <alistair.francis@wdc.com>
1854R: David Gibson <david@gibson.dropbear.id.au>
1855S: Maintained
1856F: device_tree.c
1857F: include/sysemu/device_tree.h
1858
1859Dump
1860S: Supported
1861M: Marc-André Lureau <marcandre.lureau@redhat.com>
1862F: dump/
1863F: hw/misc/vmcoreinfo.c
1864F: include/hw/misc/vmcoreinfo.h
1865F: include/qemu/win_dump_defs
1866F: include/sysemu/dump-arch.h
1867F: include/sysemu/dump.h
1868F: qapi/dump.json
1869F: scripts/dump-guest-memory.py
1870F: stubs/dump.c
1871
1872Error reporting
1873M: Markus Armbruster <armbru@redhat.com>
1874S: Supported
1875F: include/qapi/error.h
1876F: include/qemu/error-report.h
1877F: qapi/error.json
1878F: util/error.c
1879F: util/qemu-error.c
1880
1881GDB stub
1882M: Alex Bennée <alex.bennee@linaro.org>
1883R: Philippe Mathieu-Daudé <philmd@redhat.com>
1884S: Maintained
1885F: gdbstub*
1886F: gdb-xml/
1887
1888Memory API
1889M: Paolo Bonzini <pbonzini@redhat.com>
1890S: Supported
1891F: include/exec/ioport.h
1892F: ioport.c
1893F: include/exec/memop.h
1894F: include/exec/memory.h
1895F: include/exec/ram_addr.h
1896F: memory.c
1897F: include/exec/memory-internal.h
1898F: exec.c
1899
1900SPICE
1901M: Gerd Hoffmann <kraxel@redhat.com>
1902S: Supported
1903F: include/ui/qemu-spice.h
1904F: include/ui/spice-display.h
1905F: ui/spice-*.c
1906F: audio/spiceaudio.c
1907F: hw/display/qxl*
1908F: qapi/ui.json
1909F: docs/spice-port-fqdn.txt
1910
1911Graphics
1912M: Gerd Hoffmann <kraxel@redhat.com>
1913S: Odd Fixes
1914F: ui/
1915F: include/ui/
1916F: qapi/ui.json
1917F: util/drm.c
1918
1919Cocoa graphics
1920M: Peter Maydell <peter.maydell@linaro.org>
1921S: Odd Fixes
1922F: ui/cocoa.m
1923
1924Main loop
1925M: Paolo Bonzini <pbonzini@redhat.com>
1926S: Maintained
1927F: cpus.c
1928F: include/qemu/main-loop.h
1929F: include/sysemu/runstate.h
1930F: util/main-loop.c
1931F: util/qemu-timer.c
1932F: vl.c
1933F: qapi/run-state.json
1934
1935Human Monitor (HMP)
1936M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1937S: Maintained
1938F: monitor/monitor-internal.h
1939F: monitor/misc.c
1940F: monitor/monitor.c
1941F: monitor/hmp*
1942F: hmp.h
1943F: hmp-commands*.hx
1944F: include/monitor/hmp-target.h
1945F: tests/test-hmp.c
1946F: include/qemu/qemu-print.h
1947F: util/qemu-print.c
1948
1949Network device backends
1950M: Jason Wang <jasowang@redhat.com>
1951S: Maintained
1952F: net/
1953F: include/net/
1954F: qemu-bridge-helper.c
1955T: git https://github.com/jasowang/qemu.git net
1956F: qapi/net.json
1957
1958Netmap network backend
1959M: Luigi Rizzo <rizzo@iet.unipi.it>
1960M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1961M: Vincenzo Maffione <v.maffione@gmail.com>
1962W: http://info.iet.unipi.it/~luigi/netmap/
1963S: Maintained
1964F: net/netmap.c
1965
1966Host Memory Backends
1967M: Eduardo Habkost <ehabkost@redhat.com>
1968M: Igor Mammedov <imammedo@redhat.com>
1969S: Maintained
1970F: backends/hostmem*.c
1971F: include/sysemu/hostmem.h
1972T: git https://github.com/ehabkost/qemu.git machine-next
1973
1974Cryptodev Backends
1975M: Gonglei <arei.gonglei@huawei.com>
1976S: Maintained
1977F: include/sysemu/cryptodev*.h
1978F: backends/cryptodev*.c
1979
1980Python scripts
1981M: Eduardo Habkost <ehabkost@redhat.com>
1982M: Cleber Rosa <crosa@redhat.com>
1983S: Odd fixes
1984F: scripts/qmp/*
1985F: scripts/*.py
1986F: tests/*.py
1987
1988QAPI
1989M: Markus Armbruster <armbru@redhat.com>
1990M: Michael Roth <mdroth@linux.vnet.ibm.com>
1991S: Supported
1992F: qapi/
1993X: qapi/*.json
1994F: include/qapi/
1995X: include/qapi/qmp/
1996F: include/qapi/qmp/dispatch.h
1997F: tests/qapi-schema/
1998F: tests/test-*-visitor.c
1999F: tests/test-qapi-*.c
2000F: tests/test-qmp-*.c
2001F: tests/test-visitor-serialization.c
2002F: scripts/qapi-gen.py
2003F: scripts/qapi/*
2004F: docs/devel/qapi*
2005T: git https://repo.or.cz/qemu/armbru.git qapi-next
2006
2007QAPI Schema
2008M: Eric Blake <eblake@redhat.com>
2009M: Markus Armbruster <armbru@redhat.com>
2010S: Supported
2011F: qapi/*.json
2012T: git https://repo.or.cz/qemu/armbru.git qapi-next
2013
2014QObject
2015M: Markus Armbruster <armbru@redhat.com>
2016S: Supported
2017F: qobject/
2018F: include/qapi/qmp/
2019X: include/qapi/qmp/dispatch.h
2020F: scripts/coccinelle/qobject.cocci
2021F: tests/check-qdict.c
2022F: tests/check-qjson.c
2023F: tests/check-qlist.c
2024F: tests/check-qlit.c
2025F: tests/check-qnull.c
2026F: tests/check-qnum.c
2027F: tests/check-qobject.c
2028F: tests/check-qstring.c
2029F: tests/data/qobject/qdict.txt
2030T: git https://repo.or.cz/qemu/armbru.git qapi-next
2031
2032QEMU Guest Agent
2033M: Michael Roth <mdroth@linux.vnet.ibm.com>
2034S: Maintained
2035F: qga/
2036F: qemu-ga.texi
2037F: scripts/qemu-guest-agent/
2038F: tests/test-qga.c
2039F: docs/interop/qemu-ga-ref.texi
2040T: git https://github.com/mdroth/qemu.git qga
2041
2042QOM
2043M: Paolo Bonzini <pbonzini@redhat.com>
2044R: Daniel P. Berrange <berrange@redhat.com>
2045R: Eduardo Habkost <ehabkost@redhat.com>
2046S: Supported
2047F: docs/qdev-device-use.txt
2048F: hw/core/qdev*
2049F: include/hw/qdev*
2050F: include/monitor/qdev.h
2051F: include/qom/
2052F: qapi/qom.json
2053F: qapi/qdev.json
2054F: qdev-monitor.c
2055F: qom/
2056F: tests/check-qom-interface.c
2057F: tests/check-qom-proplist.c
2058F: tests/test-qdev-global-props.c
2059
2060QMP
2061M: Markus Armbruster <armbru@redhat.com>
2062S: Supported
2063F: monitor/monitor-internal.h
2064F: monitor/qmp*
2065F: monitor/misc.c
2066F: monitor/monitor.c
2067F: qapi/error.json
2068F: docs/devel/*qmp-*
2069F: docs/interop/*qmp-*
2070F: scripts/qmp/
2071F: tests/qmp-test.c
2072F: tests/qmp-cmd-test.c
2073T: git https://repo.or.cz/qemu/armbru.git qapi-next
2074
2075qtest
2076M: Thomas Huth <thuth@redhat.com>
2077M: Laurent Vivier <lvivier@redhat.com>
2078R: Paolo Bonzini <pbonzini@redhat.com>
2079S: Maintained
2080F: qtest.c
2081F: accel/qtest.c
2082F: tests/libqtest*
2083F: tests/libqos/
2084F: tests/*-test.c
2085
2086Register API
2087M: Alistair Francis <alistair@alistair23.me>
2088S: Maintained
2089F: hw/core/register.c
2090F: include/hw/register.h
2091F: include/hw/registerfields.h
2092
2093SLIRP
2094M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2095M: Jan Kiszka <jan.kiszka@siemens.com>
2096S: Maintained
2097F: slirp/
2098F: net/slirp.c
2099F: include/net/slirp.h
2100T: git https://people.debian.org/~sthibault/qemu.git slirp
2101T: git git://git.kiszka.org/qemu.git queues/slirp
2102
2103Stubs
2104M: Paolo Bonzini <pbonzini@redhat.com>
2105S: Maintained
2106F: stubs/
2107
2108Tracing
2109M: Stefan Hajnoczi <stefanha@redhat.com>
2110S: Maintained
2111F: trace/
2112F: trace-events
2113F: qemu-option-trace.texi
2114F: scripts/tracetool.py
2115F: scripts/tracetool/
2116F: scripts/qemu-trace-stap*
2117F: docs/devel/tracing.txt
2118T: git https://github.com/stefanha/qemu.git tracing
2119
2120TPM
2121M: Stefan Berger <stefanb@linux.ibm.com>
2122S: Maintained
2123F: tpm.c
2124F: stubs/tpm.c
2125F: hw/tpm/*
2126F: include/hw/acpi/tpm.h
2127F: include/sysemu/tpm*
2128F: qapi/tpm.json
2129F: backends/tpm.c
2130F: tests/*tpm*
2131T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2132
2133Checkpatch
2134S: Odd Fixes
2135F: scripts/checkpatch.pl
2136
2137Migration
2138M: Juan Quintela <quintela@redhat.com>
2139M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2140S: Maintained
2141F: include/migration/
2142F: migration/
2143F: scripts/vmstate-static-checker.py
2144F: tests/vmstate-static-checker-data/
2145F: tests/migration-test.c
2146F: docs/devel/migration.rst
2147F: qapi/migration.json
2148
2149Seccomp
2150M: Eduardo Otubo <otubo@redhat.com>
2151S: Supported
2152F: qemu-seccomp.c
2153F: include/sysemu/seccomp.h
2154
2155Cryptography
2156M: Daniel P. Berrange <berrange@redhat.com>
2157S: Maintained
2158F: crypto/
2159F: include/crypto/
2160F: tests/test-crypto-*
2161F: tests/benchmark-crypto-*
2162F: tests/crypto-tls-*
2163F: tests/pkix_asn1_tab.c
2164F: qemu.sasl
2165
2166Coroutines
2167M: Stefan Hajnoczi <stefanha@redhat.com>
2168M: Kevin Wolf <kwolf@redhat.com>
2169S: Maintained
2170F: util/*coroutine*
2171F: include/qemu/coroutine*
2172F: tests/test-coroutine.c
2173
2174Buffers
2175M: Daniel P. Berrange <berrange@redhat.com>
2176S: Odd fixes
2177F: util/buffer.c
2178F: include/qemu/buffer.h
2179
2180I/O Channels
2181M: Daniel P. Berrange <berrange@redhat.com>
2182S: Maintained
2183F: io/
2184F: include/io/
2185F: tests/test-io-*
2186
2187User authorization
2188M: Daniel P. Berrange <berrange@redhat.com>
2189S: Maintained
2190F: authz/
2191F: qapi/authz.json
2192F: include/authz/
2193F: tests/test-authz-*
2194
2195Sockets
2196M: Daniel P. Berrange <berrange@redhat.com>
2197M: Gerd Hoffmann <kraxel@redhat.com>
2198S: Maintained
2199F: include/qemu/sockets.h
2200F: util/qemu-sockets.c
2201F: qapi/sockets.json
2202
2203File monitor
2204M: Daniel P. Berrange <berrange@redhat.com>
2205S: Odd fixes
2206F: util/filemonitor*.c
2207F: include/qemu/filemonitor.h
2208F: tests/test-util-filemonitor.c
2209
2210Throttling infrastructure
2211M: Alberto Garcia <berto@igalia.com>
2212S: Supported
2213F: block/throttle-groups.c
2214F: include/block/throttle-groups.h
2215F: include/qemu/throttle*.h
2216F: util/throttle.c
2217F: docs/throttle.txt
2218F: tests/test-throttle.c
2219L: qemu-block@nongnu.org
2220
2221UUID
2222M: Fam Zheng <fam@euphon.net>
2223S: Supported
2224F: util/uuid.c
2225F: include/qemu/uuid.h
2226F: tests/test-uuid.c
2227
2228COLO Framework
2229M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2230S: Maintained
2231F: migration/colo*
2232F: include/migration/colo.h
2233F: include/migration/failover.h
2234F: docs/COLO-FT.txt
2235
2236COLO Proxy
2237M: Zhang Chen <chen.zhang@intel.com>
2238M: Li Zhijian <lizhijian@cn.fujitsu.com>
2239S: Supported
2240F: docs/colo-proxy.txt
2241F: net/colo*
2242F: net/filter-rewriter.c
2243F: net/filter-mirror.c
2244
2245Record/replay
2246M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2247R: Paolo Bonzini <pbonzini@redhat.com>
2248W: https://wiki.qemu.org/Features/record-replay
2249S: Supported
2250F: replay/*
2251F: block/blkreplay.c
2252F: net/filter-replay.c
2253F: include/sysemu/replay.h
2254F: docs/replay.txt
2255F: stubs/replay.c
2256
2257IOVA Tree
2258M: Peter Xu <peterx@redhat.com>
2259S: Maintained
2260F: include/qemu/iova-tree.h
2261F: util/iova-tree.c
2262
2263elf2dmp
2264M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2265S: Maintained
2266F: contrib/elf2dmp/
2267
2268I2C and SMBus
2269M: Corey Minyard <cminyard@mvista.com>
2270S: Maintained
2271F: hw/i2c/core.c
2272F: hw/i2c/smbus_slave.c
2273F: hw/i2c/smbus_master.c
2274F: hw/i2c/smbus_eeprom.c
2275F: include/hw/i2c/i2c.h
2276F: include/hw/i2c/smbus_master.h
2277F: include/hw/i2c/smbus_slave.h
2278F: include/hw/i2c/smbus_eeprom.h
2279
2280EDK2 Firmware
2281M: Laszlo Ersek <lersek@redhat.com>
2282M: Philippe Mathieu-Daudé <philmd@redhat.com>
2283S: Supported
2284F: pc-bios/descriptors/??-edk2-*.json
2285F: pc-bios/edk2-*
2286F: roms/Makefile.edk2
2287F: roms/edk2
2288F: roms/edk2-*
2289F: tests/data/uefi-boot-images/
2290F: tests/uefi-test-tools/
2291
2292Usermode Emulation
2293------------------
2294Overall usermode emulation
2295M: Riku Voipio <riku.voipio@iki.fi>
2296S: Maintained
2297F: thunk.c
2298F: accel/tcg/user-exec*.c
2299
2300BSD user
2301S: Orphan
2302F: bsd-user/
2303F: default-configs/*-bsd-user.mak
2304
2305Linux user
2306M: Riku Voipio <riku.voipio@iki.fi>
2307R: Laurent Vivier <laurent@vivier.eu>
2308S: Maintained
2309F: linux-user/
2310F: default-configs/*-linux-user.mak
2311F: scripts/qemu-binfmt-conf.sh
2312
2313Tiny Code Generator (TCG)
2314-------------------------
2315Common TCG code
2316M: Richard Henderson <rth@twiddle.net>
2317S: Maintained
2318F: tcg/
2319
2320AArch64 TCG target
2321M: Claudio Fontana <claudio.fontana@huawei.com>
2322M: Claudio Fontana <claudio.fontana@gmail.com>
2323S: Maintained
2324L: qemu-arm@nongnu.org
2325F: tcg/aarch64/
2326F: disas/arm-a64.cc
2327F: disas/libvixl/
2328
2329ARM TCG target
2330M: Andrzej Zaborowski <balrogg@gmail.com>
2331S: Maintained
2332L: qemu-arm@nongnu.org
2333F: tcg/arm/
2334F: disas/arm.c
2335
2336i386 TCG target
2337M: Richard Henderson <rth@twiddle.net>
2338S: Maintained
2339F: tcg/i386/
2340F: disas/i386.c
2341
2342MIPS TCG target
2343M: Aurelien Jarno <aurelien@aurel32.net>
2344R: Aleksandar Rikalo <arikalo@wavecomp.com>
2345S: Maintained
2346F: tcg/mips/
2347
2348PPC TCG target
2349M: Richard Henderson <rth@twiddle.net>
2350S: Odd Fixes
2351F: tcg/ppc/
2352F: disas/ppc.c
2353
2354RISC-V TCG target
2355M: Palmer Dabbelt <palmer@sifive.com>
2356M: Alistair Francis <Alistair.Francis@wdc.com>
2357L: qemu-riscv@nongnu.org
2358S: Maintained
2359F: tcg/riscv/
2360F: disas/riscv.c
2361
2362S390 TCG target
2363M: Richard Henderson <rth@twiddle.net>
2364S: Maintained
2365F: tcg/s390/
2366F: disas/s390.c
2367L: qemu-s390x@nongnu.org
2368
2369SPARC TCG target
2370S: Odd Fixes
2371F: tcg/sparc/
2372F: disas/sparc.c
2373
2374TCI TCG target
2375M: Stefan Weil <sw@weilnetz.de>
2376S: Maintained
2377F: tcg/tci/
2378F: tcg/tci.c
2379F: disas/tci.c
2380
2381Block drivers
2382-------------
2383VMDK
2384M: Fam Zheng <fam@euphon.net>
2385L: qemu-block@nongnu.org
2386S: Supported
2387F: block/vmdk.c
2388
2389RBD
2390M: Jason Dillaman <dillaman@redhat.com>
2391L: qemu-block@nongnu.org
2392S: Supported
2393F: block/rbd.c
2394
2395Sheepdog
2396M: Liu Yuan <namei.unix@gmail.com>
2397L: qemu-block@nongnu.org
2398L: sheepdog@lists.wpkg.org
2399S: Odd Fixes
2400F: block/sheepdog.c
2401
2402VHDX
2403M: Jeff Cody <codyprime@gmail.com>
2404L: qemu-block@nongnu.org
2405S: Supported
2406F: block/vhdx*
2407
2408VDI
2409M: Stefan Weil <sw@weilnetz.de>
2410L: qemu-block@nongnu.org
2411S: Maintained
2412F: block/vdi.c
2413
2414iSCSI
2415M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2416M: Paolo Bonzini <pbonzini@redhat.com>
2417M: Peter Lieven <pl@kamp.de>
2418L: qemu-block@nongnu.org
2419S: Odd Fixes
2420F: block/iscsi.c
2421F: block/iscsi-opts.c
2422
2423Network Block Device (NBD)
2424M: Eric Blake <eblake@redhat.com>
2425L: qemu-block@nongnu.org
2426S: Maintained
2427F: block/nbd*
2428F: nbd/
2429F: include/block/nbd*
2430F: qemu-nbd.*
2431F: blockdev-nbd.c
2432F: docs/interop/nbd.txt
2433T: git https://repo.or.cz/qemu/ericb.git nbd
2434
2435NFS
2436M: Peter Lieven <pl@kamp.de>
2437L: qemu-block@nongnu.org
2438S: Maintained
2439F: block/nfs.c
2440
2441SSH
2442M: Richard W.M. Jones <rjones@redhat.com>
2443L: qemu-block@nongnu.org
2444S: Supported
2445F: block/ssh.c
2446
2447CURL
2448L: qemu-block@nongnu.org
2449S: Odd Fixes
2450F: block/curl.c
2451
2452GLUSTER
2453L: qemu-block@nongnu.org
2454L: integration@gluster.org
2455S: Odd Fixes
2456F: block/gluster.c
2457
2458Null Block Driver
2459M: Fam Zheng <fam@euphon.net>
2460L: qemu-block@nongnu.org
2461S: Supported
2462F: block/null.c
2463
2464NVMe Block Driver
2465M: Fam Zheng <fam@euphon.net>
2466L: qemu-block@nongnu.org
2467S: Supported
2468F: block/nvme*
2469
2470Bootdevice
2471M: Gonglei <arei.gonglei@huawei.com>
2472S: Maintained
2473F: bootdevice.c
2474
2475Quorum
2476M: Alberto Garcia <berto@igalia.com>
2477S: Supported
2478F: block/quorum.c
2479L: qemu-block@nongnu.org
2480
2481blklogwrites
2482M: Ari Sundholm <ari@tuxera.com>
2483L: qemu-block@nongnu.org
2484S: Supported
2485F: block/blklogwrites.c
2486
2487blkverify
2488M: Stefan Hajnoczi <stefanha@redhat.com>
2489L: qemu-block@nongnu.org
2490S: Supported
2491F: block/blkverify.c
2492
2493bochs
2494M: Stefan Hajnoczi <stefanha@redhat.com>
2495L: qemu-block@nongnu.org
2496S: Supported
2497F: block/bochs.c
2498
2499cloop
2500M: Stefan Hajnoczi <stefanha@redhat.com>
2501L: qemu-block@nongnu.org
2502S: Supported
2503F: block/cloop.c
2504
2505dmg
2506M: Stefan Hajnoczi <stefanha@redhat.com>
2507L: qemu-block@nongnu.org
2508S: Supported
2509F: block/dmg.c
2510
2511parallels
2512M: Stefan Hajnoczi <stefanha@redhat.com>
2513M: Denis V. Lunev <den@openvz.org>
2514L: qemu-block@nongnu.org
2515S: Supported
2516F: block/parallels.c
2517F: docs/interop/parallels.txt
2518
2519qed
2520M: Stefan Hajnoczi <stefanha@redhat.com>
2521L: qemu-block@nongnu.org
2522S: Supported
2523F: block/qed.c
2524
2525raw
2526M: Kevin Wolf <kwolf@redhat.com>
2527L: qemu-block@nongnu.org
2528S: Supported
2529F: block/linux-aio.c
2530F: include/block/raw-aio.h
2531F: block/raw-format.c
2532F: block/file-posix.c
2533F: block/file-win32.c
2534F: block/win32-aio.c
2535
2536qcow2
2537M: Kevin Wolf <kwolf@redhat.com>
2538M: Max Reitz <mreitz@redhat.com>
2539L: qemu-block@nongnu.org
2540S: Supported
2541F: block/qcow2*
2542F: docs/interop/qcow2.txt
2543
2544qcow
2545M: Kevin Wolf <kwolf@redhat.com>
2546L: qemu-block@nongnu.org
2547S: Supported
2548F: block/qcow.c
2549
2550blkdebug
2551M: Kevin Wolf <kwolf@redhat.com>
2552M: Max Reitz <mreitz@redhat.com>
2553L: qemu-block@nongnu.org
2554S: Supported
2555F: block/blkdebug.c
2556
2557vpc
2558M: Kevin Wolf <kwolf@redhat.com>
2559L: qemu-block@nongnu.org
2560S: Supported
2561F: block/vpc.c
2562
2563vvfat
2564M: Kevin Wolf <kwolf@redhat.com>
2565L: qemu-block@nongnu.org
2566S: Supported
2567F: block/vvfat.c
2568
2569Image format fuzzer
2570M: Stefan Hajnoczi <stefanha@redhat.com>
2571L: qemu-block@nongnu.org
2572S: Supported
2573F: tests/image-fuzzer/
2574
2575Replication
2576M: Wen Congyang <wencongyang2@huawei.com>
2577M: Xie Changlong <xiechanglong.d@gmail.com>
2578S: Supported
2579F: replication*
2580F: block/replication.c
2581F: tests/test-replication.c
2582F: docs/block-replication.txt
2583
2584PVRDMA
2585M: Yuval Shaia <yuval.shaia@oracle.com>
2586M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2587S: Maintained
2588F: hw/rdma/*
2589F: hw/rdma/vmw/*
2590F: docs/pvrdma.txt
2591F: contrib/rdmacm-mux/*
2592F: qapi/rdma.json
2593
2594Semihosting
2595M: Alex Bennée <alex.bennee@linaro.org>
2596S: Maintained
2597F: hw/semihosting/
2598F: include/hw/semihosting/
2599
2600Build and test automation
2601-------------------------
2602Build and test automation
2603M: Alex Bennée <alex.bennee@linaro.org>
2604M: Fam Zheng <fam@euphon.net>
2605R: Philippe Mathieu-Daudé <philmd@redhat.com>
2606S: Maintained
2607F: .travis.yml
2608F: scripts/travis/
2609F: .shippable.yml
2610F: tests/docker/
2611F: tests/vm/
2612F: scripts/archive-source.sh
2613W: https://travis-ci.org/qemu/qemu
2614W: https://app.shippable.com/github/qemu/qemu
2615W: http://patchew.org/QEMU/
2616
2617FreeBSD Hosted Continuous Integration
2618M: Ed Maste <emaste@freebsd.org>
2619M: Li-Wen Hsu <lwhsu@freebsd.org>
2620S: Maintained
2621F: .cirrus.yml
2622W: https://cirrus-ci.com/github/qemu/qemu
2623
2624GitLab Continuous Integration
2625M: Thomas Huth <thuth@redhat.com>
2626S: Maintained
2627F: .gitlab-ci.yml
2628
2629Guest Test Compilation Support
2630M: Alex Bennée <alex.bennee@linaro.org>
2631R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2632S: Maintained
2633F: tests/tcg/Makefile
2634F: tests/tcg/Makefile.include
2635
2636Documentation
2637-------------
2638Build system architecture
2639M: Daniel P. Berrange <berrange@redhat.com>
2640S: Odd Fixes
2641F: docs/devel/build-system.txt
2642
2643GIT Data Mining Config
2644M: Alex Bennée <alex.bennee@linaro.org>
2645S: Odd Fixes
2646F: gitdm.config
2647F: contrib/gitdm/*
2648
2649Incompatible changes
2650R: libvir-list@redhat.com
2651F: qemu-deprecated.texi
2652
2653Build System
2654------------
2655GIT submodules
2656M: Daniel P. Berrange <berrange@redhat.com>
2657S: Odd Fixes
2658F: scripts/git-submodule.sh
2659
2660Sphinx documentation configuration and build machinery
2661M: Peter Maydell <peter.maydell@linaro.org>
2662S: Maintained
2663F: docs/conf.py
2664F: docs/*/conf.py
2665