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