xref: /openbmc/qemu/MAINTAINERS (revision 4b9fa0b4)
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 <aleksandar.rikalo@rt-rk.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 <aleksandar.rikalo@rt-rk.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@xen.org>
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/rtc/pl031.c
499F: include/hw/rtc/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/rtc/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
913NeXTcube
914M: Thomas Huth <huth@tuxfamily.org>
915S: Odd Fixes
916F: hw/m68k/next-*.c
917F: hw/display/next-fb.c
918F: include/hw/m68k/next-cube.h
919
920MicroBlaze Machines
921-------------------
922petalogix_s3adsp1800
923M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
924S: Maintained
925F: hw/microblaze/petalogix_s3adsp1800_mmu.c
926F: include/hw/char/xilinx_uartlite.h
927
928petalogix_ml605
929M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
930S: Maintained
931F: hw/microblaze/petalogix_ml605_mmu.c
932
933MIPS Machines
934-------------
935Jazz
936M: Hervé Poussineau <hpoussin@reactos.org>
937R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
938S: Maintained
939F: hw/mips/mips_jazz.c
940F: hw/display/jazz_led.c
941F: hw/dma/rc4030.c
942
943Malta
944M: Aurelien Jarno <aurelien@aurel32.net>
945R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
946S: Maintained
947F: hw/mips/mips_malta.c
948F: hw/mips/gt64xxx_pci.c
949F: tests/acceptance/linux_ssh_mips_malta.py
950
951Mipssim
952M: Aleksandar Markovic <amarkovic@wavecomp.com>
953R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
954S: Odd Fixes
955F: hw/mips/mips_mipssim.c
956F: hw/net/mipsnet.c
957
958R4000
959M: Aurelien Jarno <aurelien@aurel32.net>
960R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
961S: Maintained
962F: hw/mips/mips_r4k.c
963
964Fulong 2E
965M: Aleksandar Markovic <amarkovic@wavecomp.com>
966R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
967S: Odd Fixes
968F: hw/mips/mips_fulong2e.c
969F: hw/isa/vt82c686.c
970F: hw/pci-host/bonito.c
971F: include/hw/isa/vt82c686.h
972
973Boston
974M: Paul Burton <pburton@wavecomp.com>
975R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
976S: Maintained
977F: hw/core/loader-fit.c
978F: hw/mips/boston.c
979F: hw/pci-host/xilinx-pcie.c
980F: include/hw/pci-host/xilinx-pcie.h
981
982OpenRISC Machines
983-----------------
984or1k-sim
985M: Jia Liu <proljc@gmail.com>
986S: Maintained
987F: hw/openrisc/openrisc_sim.c
988
989PowerPC Machines
990----------------
991405
992M: David Gibson <david@gibson.dropbear.id.au>
993L: qemu-ppc@nongnu.org
994S: Odd Fixes
995F: hw/ppc/ppc405_boards.c
996
997Bamboo
998M: David Gibson <david@gibson.dropbear.id.au>
999L: qemu-ppc@nongnu.org
1000S: Odd Fixes
1001F: hw/ppc/ppc440_bamboo.c
1002
1003e500
1004M: David Gibson <david@gibson.dropbear.id.au>
1005L: qemu-ppc@nongnu.org
1006S: Odd Fixes
1007F: hw/ppc/e500*
1008F: hw/gpio/mpc8xxx.c
1009F: hw/i2c/mpc_i2c.c
1010F: hw/net/fsl_etsec/
1011F: hw/pci-host/ppce500.c
1012F: include/hw/ppc/ppc_e500.h
1013F: include/hw/pci-host/ppce500.h
1014F: pc-bios/u-boot.e500
1015
1016mpc8544ds
1017M: David Gibson <david@gibson.dropbear.id.au>
1018L: qemu-ppc@nongnu.org
1019S: Odd Fixes
1020F: hw/ppc/mpc8544ds.c
1021F: hw/ppc/mpc8544_guts.c
1022
1023New World (mac99)
1024M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1025R: David Gibson <david@gibson.dropbear.id.au>
1026L: qemu-ppc@nongnu.org
1027S: Odd Fixes
1028F: hw/ppc/mac_newworld.c
1029F: hw/pci-host/uninorth.c
1030F: hw/pci-bridge/dec.[hc]
1031F: hw/misc/macio/
1032F: hw/misc/mos6522.c
1033F: hw/nvram/mac_nvram.c
1034F: hw/input/adb*
1035F: include/hw/misc/macio/
1036F: include/hw/misc/mos6522.h
1037F: include/hw/ppc/mac_dbdma.h
1038F: include/hw/pci-host/uninorth.h
1039F: include/hw/input/adb*
1040F: pc-bios/qemu_vga.ndrv
1041
1042Old World (g3beige)
1043M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1044R: David Gibson <david@gibson.dropbear.id.au>
1045L: qemu-ppc@nongnu.org
1046S: Odd Fixes
1047F: hw/ppc/mac_oldworld.c
1048F: hw/pci-host/grackle.c
1049F: hw/misc/macio/
1050F: hw/intc/heathrow_pic.c
1051F: hw/input/adb*
1052F: include/hw/intc/heathrow_pic.h
1053F: include/hw/input/adb*
1054F: pc-bios/qemu_vga.ndrv
1055
1056PReP
1057M: Hervé Poussineau <hpoussin@reactos.org>
1058L: qemu-ppc@nongnu.org
1059S: Maintained
1060F: hw/ppc/prep.c
1061F: hw/ppc/prep_systemio.c
1062F: hw/ppc/rs6000_mc.c
1063F: hw/pci-host/prep.[hc]
1064F: hw/isa/i82378.c
1065F: hw/isa/pc87312.c
1066F: hw/dma/i82374.c
1067F: hw/rtc/m48t59-isa.c
1068F: include/hw/isa/pc87312.h
1069F: include/hw/rtc/m48t59.h
1070F: pc-bios/ppc_rom.bin
1071
1072sPAPR
1073M: David Gibson <david@gibson.dropbear.id.au>
1074L: qemu-ppc@nongnu.org
1075S: Supported
1076F: hw/*/spapr*
1077F: include/hw/*/spapr*
1078F: hw/*/xics*
1079F: include/hw/*/xics*
1080F: pc-bios/slof.bin
1081F: docs/specs/ppc-spapr-hcalls.txt
1082F: docs/specs/ppc-spapr-hotplug.txt
1083F: tests/spapr*
1084F: tests/libqos/*spapr*
1085F: tests/rtas*
1086F: tests/libqos/rtas*
1087
1088PowerNV (Non-Virtualized)
1089M: Cédric Le Goater <clg@kaod.org>
1090M: David Gibson <david@gibson.dropbear.id.au>
1091L: qemu-ppc@nongnu.org
1092S: Maintained
1093F: hw/ppc/pnv*
1094F: hw/intc/pnv*
1095F: hw/intc/xics_pnv.c
1096F: include/hw/ppc/pnv*
1097F: pc-bios/skiboot.lid
1098F: tests/pnv*
1099
1100virtex_ml507
1101M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1102L: qemu-ppc@nongnu.org
1103S: Odd Fixes
1104F: hw/ppc/virtex_ml507.c
1105
1106sam460ex
1107M: BALATON Zoltan <balaton@eik.bme.hu>
1108L: qemu-ppc@nongnu.org
1109S: Maintained
1110F: hw/ppc/sam460ex.c
1111F: hw/ppc/ppc440_pcix.c
1112F: hw/display/sm501*
1113F: hw/ide/sii3112.c
1114F: hw/rtc/m41t80.c
1115F: pc-bios/canyonlands.dt[sb]
1116F: pc-bios/u-boot-sam460ex-20100605.bin
1117F: roms/u-boot-sam460ex
1118
1119SH4 Machines
1120------------
1121R2D
1122M: Magnus Damm <magnus.damm@gmail.com>
1123S: Maintained
1124F: hw/sh4/r2d.c
1125F: hw/intc/sh_intc.c
1126F: hw/timer/sh_timer.c
1127
1128Shix
1129M: Magnus Damm <magnus.damm@gmail.com>
1130S: Odd Fixes
1131F: hw/sh4/shix.c
1132
1133SPARC Machines
1134--------------
1135Sun4m
1136M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1137S: Maintained
1138F: hw/sparc/sun4m.c
1139F: hw/sparc/sun4m_iommu.c
1140F: hw/display/cg3.c
1141F: hw/display/tcx.c
1142F: hw/dma/sparc32_dma.c
1143F: hw/misc/eccmemctl.c
1144F: hw/*/slavio_*.c
1145F: include/hw/nvram/sun_nvram.h
1146F: include/hw/sparc/sparc32_dma.h
1147F: include/hw/sparc/sun4m_iommu.h
1148F: pc-bios/openbios-sparc32
1149
1150Sun4u
1151M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1152S: Maintained
1153F: hw/sparc64/sun4u.c
1154F: hw/sparc64/sun4u_iommu.c
1155F: include/hw/sparc/sun4u_iommu.h
1156F: hw/pci-host/sabre.c
1157F: include/hw/pci-host/sabre.h
1158F: hw/pci-bridge/simba.c
1159F: include/hw/pci-bridge/simba.h
1160F: pc-bios/openbios-sparc64
1161
1162Sun4v
1163M: Artyom Tarasenko <atar4qemu@gmail.com>
1164S: Maintained
1165F: hw/sparc64/niagara.c
1166F: hw/rtc/sun4v-rtc.c
1167F: include/hw/rtc/sun4v-rtc.h
1168
1169Leon3
1170M: Fabien Chouteau <chouteau@adacore.com>
1171M: KONRAD Frederic <frederic.konrad@adacore.com>
1172S: Maintained
1173F: hw/sparc/leon3.c
1174F: hw/*/grlib*
1175F: include/hw/*/grlib*
1176
1177S390 Machines
1178-------------
1179S390 Virtio-ccw
1180M: Cornelia Huck <cohuck@redhat.com>
1181M: Halil Pasic <pasic@linux.ibm.com>
1182M: Christian Borntraeger <borntraeger@de.ibm.com>
1183S: Supported
1184F: hw/char/sclp*.[hc]
1185F: hw/char/terminal3270.c
1186F: hw/s390x/
1187F: include/hw/s390x/
1188F: hw/watchdog/wdt_diag288.c
1189F: include/hw/watchdog/wdt_diag288.h
1190F: default-configs/s390x-softmmu.mak
1191T: git https://github.com/cohuck/qemu.git s390-next
1192T: git https://github.com/borntraeger/qemu.git s390-next
1193L: qemu-s390x@nongnu.org
1194
1195S390-ccw boot
1196M: Christian Borntraeger <borntraeger@de.ibm.com>
1197M: Thomas Huth <thuth@redhat.com>
1198S: Supported
1199F: hw/s390x/ipl.*
1200F: pc-bios/s390-ccw/
1201F: pc-bios/s390-ccw.img
1202F: docs/devel/s390-dasd-ipl.txt
1203T: git https://github.com/borntraeger/qemu.git s390-next
1204L: qemu-s390x@nongnu.org
1205
1206S390 PCI
1207M: Matthew Rosato <mjrosato@linux.ibm.com>
1208S: Supported
1209F: hw/s390x/s390-pci*
1210L: qemu-s390x@nongnu.org
1211
1212UniCore32 Machines
1213------------------
1214PKUnity-3 SoC initramfs-with-busybox
1215M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1216S: Maintained
1217F: hw/*/puv3*
1218F: hw/unicore32/
1219
1220X86 Machines
1221------------
1222PC
1223M: Michael S. Tsirkin <mst@redhat.com>
1224M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1225S: Supported
1226F: include/hw/i386/
1227F: hw/i386/
1228F: hw/pci-host/piix.c
1229F: hw/pci-host/q35.c
1230F: hw/pci-host/pam.c
1231F: include/hw/pci-host/q35.h
1232F: include/hw/pci-host/pam.h
1233F: hw/isa/piix4.c
1234F: hw/isa/lpc_ich9.c
1235F: hw/i2c/smbus_ich9.c
1236F: hw/acpi/piix4.c
1237F: hw/acpi/ich9.c
1238F: include/hw/acpi/ich9.h
1239F: include/hw/acpi/piix4.h
1240F: hw/misc/sga.c
1241F: hw/isa/apm.c
1242F: include/hw/isa/apm.h
1243F: tests/test-x86-cpuid.c
1244F: tests/test-x86-cpuid-compat.c
1245
1246PC Chipset
1247M: Michael S. Tsirkin <mst@redhat.com>
1248M: Paolo Bonzini <pbonzini@redhat.com>
1249S: Supported
1250F: hw/char/debugcon.c
1251F: hw/char/parallel*
1252F: hw/char/serial*
1253F: hw/dma/i8257*
1254F: hw/i2c/pm_smbus.c
1255F: hw/input/pckbd.c
1256F: hw/intc/apic*
1257F: hw/intc/ioapic*
1258F: hw/intc/i8259*
1259F: hw/isa/isa-superio.c
1260F: hw/misc/debugexit.c
1261F: hw/misc/pc-testdev.c
1262F: hw/timer/hpet*
1263F: hw/timer/i8254*
1264F: hw/rtc/mc146818rtc*
1265F: hw/watchdog/wdt_ib700.c
1266F: hw/watchdog/wdt_i6300esb.c
1267F: include/hw/display/vga.h
1268F: include/hw/char/parallel.h
1269F: include/hw/dma/i8257.h
1270F: include/hw/i2c/pm_smbus.h
1271F: include/hw/input/i8042.h
1272F: include/hw/isa/i8259_internal.h
1273F: include/hw/isa/superio.h
1274F: include/hw/timer/hpet.h
1275F: include/hw/timer/i8254*
1276F: include/hw/rtc/mc146818rtc*
1277
1278microvm
1279M: Sergio Lopez <slp@redhat.com>
1280M: Paolo Bonzini <pbonzini@redhat.com>
1281S: Maintained
1282F: docs/microvm.rst
1283F: hw/i386/microvm.c
1284F: include/hw/i386/microvm.h
1285F: pc-bios/bios-microvm.bin
1286
1287Machine core
1288M: Eduardo Habkost <ehabkost@redhat.com>
1289M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1290S: Supported
1291F: hw/core/cpu.c
1292F: hw/core/machine-qmp-cmds.c
1293F: hw/core/machine.c
1294F: hw/core/null-machine.c
1295F: hw/core/numa.c
1296F: hw/cpu/cluster.c
1297F: qapi/machine.json
1298F: qapi/machine-target.json
1299F: include/hw/boards.h
1300F: include/hw/core/cpu.h
1301F: include/hw/cpu/cluster.h
1302F: include/sysemu/numa.h
1303T: git https://github.com/ehabkost/qemu.git machine-next
1304
1305Xtensa Machines
1306---------------
1307sim
1308M: Max Filippov <jcmvbkbc@gmail.com>
1309S: Maintained
1310F: hw/xtensa/sim.c
1311
1312virt
1313M: Max Filippov <jcmvbkbc@gmail.com>
1314S: Maintained
1315F: hw/xtensa/virt.c
1316
1317XTFPGA (LX60, LX200, ML605, KC705)
1318M: Max Filippov <jcmvbkbc@gmail.com>
1319S: Maintained
1320F: hw/xtensa/xtfpga.c
1321F: hw/net/opencores_eth.c
1322
1323Devices
1324-------
1325EDU
1326M: Jiri Slaby <jslaby@suse.cz>
1327S: Maintained
1328F: hw/misc/edu.c
1329
1330IDE
1331M: John Snow <jsnow@redhat.com>
1332L: qemu-block@nongnu.org
1333S: Supported
1334F: include/hw/ide.h
1335F: include/hw/ide/
1336F: hw/ide/
1337F: hw/block/block.c
1338F: hw/block/cdrom.c
1339F: hw/block/hd-geometry.c
1340F: tests/ide-test.c
1341F: tests/ahci-test.c
1342F: tests/cdrom-test.c
1343F: tests/libqos/ahci*
1344T: git https://github.com/jnsnow/qemu.git ide
1345
1346IPMI
1347M: Corey Minyard <minyard@acm.org>
1348S: Maintained
1349F: include/hw/ipmi/*
1350F: hw/ipmi/*
1351F: hw/smbios/smbios_type_38.c
1352F: tests/ipmi*
1353T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1354
1355Floppy
1356M: John Snow <jsnow@redhat.com>
1357L: qemu-block@nongnu.org
1358S: Supported
1359F: hw/block/fdc.c
1360F: include/hw/block/fdc.h
1361F: tests/fdc-test.c
1362T: git https://github.com/jnsnow/qemu.git ide
1363
1364OMAP
1365M: Peter Maydell <peter.maydell@linaro.org>
1366S: Maintained
1367F: hw/*/omap*
1368F: include/hw/arm/omap.h
1369
1370IPack
1371M: Alberto Garcia <berto@igalia.com>
1372S: Odd Fixes
1373F: hw/char/ipoctal232.c
1374F: hw/ipack/
1375
1376PCI
1377M: Michael S. Tsirkin <mst@redhat.com>
1378M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1379S: Supported
1380F: include/hw/pci/*
1381F: hw/misc/pci-testdev.c
1382F: hw/pci/*
1383F: hw/pci-bridge/*
1384F: docs/pci*
1385F: docs/specs/*pci*
1386F: default-configs/pci.mak
1387
1388ACPI/SMBIOS
1389M: Michael S. Tsirkin <mst@redhat.com>
1390M: Igor Mammedov <imammedo@redhat.com>
1391S: Supported
1392F: include/hw/acpi/*
1393F: include/hw/firmware/smbios.h
1394F: hw/mem/*
1395F: hw/acpi/*
1396F: hw/smbios/*
1397F: hw/i386/acpi-build.[hc]
1398F: hw/arm/virt-acpi-build.c
1399F: tests/bios-tables-test.c
1400F: tests/acpi-utils.[hc]
1401F: tests/data/acpi/
1402
1403ppc4xx
1404M: David Gibson <david@gibson.dropbear.id.au>
1405L: qemu-ppc@nongnu.org
1406S: Odd Fixes
1407F: hw/ppc/ppc4*.c
1408F: hw/i2c/ppc4xx_i2c.c
1409F: include/hw/ppc/ppc4xx.h
1410F: include/hw/i2c/ppc4xx_i2c.h
1411
1412Character devices
1413M: Marc-André Lureau <marcandre.lureau@redhat.com>
1414R: Paolo Bonzini <pbonzini@redhat.com>
1415S: Odd Fixes
1416F: hw/char/
1417
1418Network devices
1419M: Jason Wang <jasowang@redhat.com>
1420S: Odd Fixes
1421F: hw/net/
1422F: include/hw/net/
1423F: tests/virtio-net-test.c
1424T: git https://github.com/jasowang/qemu.git net
1425
1426Parallel NOR Flash devices
1427M: Philippe Mathieu-Daudé <philmd@redhat.com>
1428T: git https://gitlab.com/philmd/qemu.git pflash-next
1429S: Maintained
1430F: hw/block/pflash_cfi*.c
1431F: include/hw/block/flash.h
1432
1433SCSI
1434M: Paolo Bonzini <pbonzini@redhat.com>
1435R: Fam Zheng <fam@euphon.net>
1436S: Supported
1437F: include/hw/scsi/*
1438F: hw/scsi/*
1439F: tests/virtio-scsi-test.c
1440T: git https://github.com/bonzini/qemu.git scsi-next
1441
1442SSI
1443M: Alistair Francis <alistair@alistair23.me>
1444S: Maintained
1445F: hw/ssi/*
1446F: hw/block/m25p80.c
1447F: include/hw/ssi/ssi.h
1448X: hw/ssi/xilinx_*
1449F: tests/m25p80-test.c
1450
1451Xilinx SPI
1452M: Alistair Francis <alistair@alistair23.me>
1453S: Maintained
1454F: hw/ssi/xilinx_*
1455
1456SD (Secure Card)
1457M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1458S: Odd Fixes
1459F: include/hw/sd/sd*
1460F: hw/sd/core.c
1461F: hw/sd/sd*
1462F: tests/sd*
1463
1464USB
1465M: Gerd Hoffmann <kraxel@redhat.com>
1466S: Maintained
1467F: hw/usb/*
1468F: tests/usb-*-test.c
1469F: docs/usb2.txt
1470F: docs/usb-storage.txt
1471F: include/hw/usb.h
1472F: include/hw/usb/
1473F: default-configs/usb.mak
1474
1475USB (serial adapter)
1476M: Gerd Hoffmann <kraxel@redhat.com>
1477M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1478S: Maintained
1479F: hw/usb/dev-serial.c
1480
1481VFIO
1482M: Alex Williamson <alex.williamson@redhat.com>
1483S: Supported
1484F: hw/vfio/*
1485F: include/hw/vfio/
1486
1487vfio-ccw
1488M: Cornelia Huck <cohuck@redhat.com>
1489M: Eric Farman <farman@linux.ibm.com>
1490S: Supported
1491F: hw/vfio/ccw.c
1492F: hw/s390x/s390-ccw.c
1493F: include/hw/s390x/s390-ccw.h
1494F: include/hw/s390x/vfio-ccw.h
1495T: git https://github.com/cohuck/qemu.git s390-next
1496L: qemu-s390x@nongnu.org
1497
1498vfio-ap
1499M: Christian Borntraeger <borntraeger@de.ibm.com>
1500M: Tony Krowiak <akrowiak@linux.ibm.com>
1501M: Halil Pasic <pasic@linux.ibm.com>
1502M: Pierre Morel <pmorel@linux.ibm.com>
1503S: Supported
1504F: hw/s390x/ap-device.c
1505F: hw/s390x/ap-bridge.c
1506F: include/hw/s390x/ap-device.h
1507F: include/hw/s390x/ap-bridge.h
1508F: hw/vfio/ap.c
1509F: docs/vfio-ap.txt
1510L: qemu-s390x@nongnu.org
1511
1512vhost
1513M: Michael S. Tsirkin <mst@redhat.com>
1514S: Supported
1515F: hw/*/*vhost*
1516F: docs/interop/vhost-user.json
1517F: docs/interop/vhost-user.rst
1518F: contrib/vhost-user-*/
1519F: backends/vhost-user.c
1520F: include/sysemu/vhost-user-backend.h
1521
1522virtio
1523M: Michael S. Tsirkin <mst@redhat.com>
1524S: Supported
1525F: hw/*/virtio*
1526F: hw/virtio/Makefile.objs
1527F: hw/virtio/trace-events
1528F: net/vhost-user.c
1529F: include/hw/virtio/
1530F: tests/virtio-balloon-test.c
1531
1532virtio-9p
1533M: Greg Kurz <groug@kaod.org>
1534S: Odd Fixes
1535F: hw/9pfs/
1536X: hw/9pfs/xen-9p*
1537F: fsdev/
1538F: tests/virtio-9p-test.c
1539T: git https://github.com/gkurz/qemu.git 9p-next
1540
1541virtio-blk
1542M: Stefan Hajnoczi <stefanha@redhat.com>
1543L: qemu-block@nongnu.org
1544S: Supported
1545F: hw/block/virtio-blk.c
1546F: hw/block/dataplane/*
1547F: tests/virtio-blk-test.c
1548T: git https://github.com/stefanha/qemu.git block
1549
1550virtio-ccw
1551M: Cornelia Huck <cohuck@redhat.com>
1552M: Halil Pasic <pasic@linux.ibm.com>
1553S: Supported
1554F: hw/s390x/virtio-ccw*.[hc]
1555F: hw/s390x/vhost-vsock-ccw.c
1556T: git https://github.com/cohuck/qemu.git s390-next
1557T: git https://github.com/borntraeger/qemu.git s390-next
1558L: qemu-s390x@nongnu.org
1559
1560virtio-input
1561M: Gerd Hoffmann <kraxel@redhat.com>
1562S: Maintained
1563F: hw/input/vhost-user-input.c
1564F: hw/input/virtio-input*.c
1565F: include/hw/virtio/virtio-input.h
1566F: contrib/vhost-user-input/*
1567
1568virtio-serial
1569M: Laurent Vivier <lvivier@redhat.com>
1570R: Amit Shah <amit@kernel.org>
1571S: Supported
1572F: hw/char/virtio-serial-bus.c
1573F: hw/char/virtio-console.c
1574F: include/hw/virtio/virtio-serial.h
1575F: tests/virtio-console-test.c
1576F: tests/virtio-serial-test.c
1577
1578virtio-rng
1579M: Laurent Vivier <lvivier@redhat.com>
1580R: Amit Shah <amit@kernel.org>
1581S: Supported
1582F: hw/virtio/virtio-rng.c
1583F: include/hw/virtio/virtio-rng.h
1584F: include/sysemu/rng*.h
1585F: backends/rng*.c
1586F: tests/virtio-rng-test.c
1587
1588virtio-crypto
1589M: Gonglei <arei.gonglei@huawei.com>
1590S: Supported
1591F: hw/virtio/virtio-crypto.c
1592F: hw/virtio/virtio-crypto-pci.c
1593F: include/hw/virtio/virtio-crypto.h
1594
1595nvme
1596M: Keith Busch <keith.busch@intel.com>
1597L: qemu-block@nongnu.org
1598S: Supported
1599F: hw/block/nvme*
1600F: tests/nvme-test.c
1601
1602megasas
1603M: Hannes Reinecke <hare@suse.com>
1604L: qemu-block@nongnu.org
1605S: Supported
1606F: hw/scsi/megasas.c
1607F: hw/scsi/mfi.h
1608F: tests/megasas-test.c
1609
1610Network packet abstractions
1611M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1612S: Maintained
1613F: include/net/eth.h
1614F: net/eth.c
1615F: hw/net/net_rx_pkt*
1616F: hw/net/net_tx_pkt*
1617
1618Vmware
1619M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1620S: Maintained
1621F: hw/net/vmxnet*
1622F: hw/scsi/vmw_pvscsi*
1623F: tests/vmxnet3-test.c
1624
1625Rocker
1626M: Jiri Pirko <jiri@resnulli.us>
1627S: Maintained
1628F: hw/net/rocker/
1629F: tests/rocker/
1630F: docs/specs/rocker.txt
1631
1632NVDIMM
1633M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1634S: Maintained
1635F: hw/acpi/nvdimm.c
1636F: hw/mem/nvdimm.c
1637F: include/hw/mem/nvdimm.h
1638F: docs/nvdimm.txt
1639
1640e1000x
1641M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1642S: Maintained
1643F: hw/net/e1000x*
1644
1645e1000e
1646M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1647S: Maintained
1648F: hw/net/e1000e*
1649
1650eepro100
1651M: Stefan Weil <sw@weilnetz.de>
1652S: Maintained
1653F: hw/net/eepro100.c
1654
1655Generic Loader
1656M: Alistair Francis <alistair@alistair23.me>
1657S: Maintained
1658F: hw/core/generic-loader.c
1659F: include/hw/core/generic-loader.h
1660F: docs/generic-loader.txt
1661
1662Intel Hexadecimal Object File Loader
1663M: Su Hang <suhang16@mails.ucas.ac.cn>
1664S: Maintained
1665F: tests/hexloader-test.c
1666F: tests/data/hex-loader/test.hex
1667
1668CHRP NVRAM
1669M: Thomas Huth <thuth@redhat.com>
1670S: Maintained
1671F: hw/nvram/chrp_nvram.c
1672F: include/hw/nvram/chrp_nvram.h
1673F: tests/prom-env-test.c
1674
1675VM Generation ID
1676M: Ben Warren <ben@skyportsystems.com>
1677S: Maintained
1678F: hw/acpi/vmgenid.c
1679F: include/hw/acpi/vmgenid.h
1680F: docs/specs/vmgenid.txt
1681F: tests/vmgenid-test.c
1682F: stubs/vmgenid.c
1683
1684Unimplemented device
1685M: Peter Maydell <peter.maydell@linaro.org>
1686R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1687S: Maintained
1688F: include/hw/misc/unimp.h
1689F: hw/misc/unimp.c
1690
1691Standard VGA
1692M: Gerd Hoffmann <kraxel@redhat.com>
1693S: Maintained
1694F: hw/display/vga*
1695F: hw/display/bochs-display.c
1696F: include/hw/display/vga.h
1697F: include/hw/display/bochs-vbe.h
1698
1699ramfb
1700M: Gerd Hoffmann <kraxel@redhat.com>
1701S: Maintained
1702F: hw/display/ramfb*.c
1703F: include/hw/display/ramfb.h
1704
1705virtio-gpu
1706M: Gerd Hoffmann <kraxel@redhat.com>
1707S: Maintained
1708F: hw/display/virtio-gpu*
1709F: hw/display/virtio-vga.*
1710F: include/hw/virtio/virtio-gpu.h
1711
1712vhost-user-gpu
1713M: Marc-André Lureau <marcandre.lureau@redhat.com>
1714M: Gerd Hoffmann <kraxel@redhat.com>
1715S: Maintained
1716F: docs/interop/vhost-user-gpu.rst
1717F: contrib/vhost-user-gpu
1718F: hw/display/vhost-user-*
1719
1720Cirrus VGA
1721M: Gerd Hoffmann <kraxel@redhat.com>
1722S: Odd Fixes
1723W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1724F: hw/display/cirrus*
1725
1726EDID Generator
1727M: Gerd Hoffmann <kraxel@redhat.com>
1728S: Maintained
1729F: hw/display/edid*
1730F: include/hw/display/edid.h
1731F: qemu-edid.c
1732
1733Firmware configuration (fw_cfg)
1734M: Philippe Mathieu-Daudé <philmd@redhat.com>
1735R: Laszlo Ersek <lersek@redhat.com>
1736R: Gerd Hoffmann <kraxel@redhat.com>
1737S: Supported
1738F: docs/specs/fw_cfg.txt
1739F: hw/nvram/fw_cfg.c
1740F: stubs/fw_cfg.c
1741F: include/hw/nvram/fw_cfg.h
1742F: include/standard-headers/linux/qemu_fw_cfg.h
1743F: tests/libqos/fw_cfg.c
1744F: tests/fw_cfg-test.c
1745T: git https://github.com/philmd/qemu.git fw_cfg-next
1746
1747XIVE
1748M: David Gibson <david@gibson.dropbear.id.au>
1749M: Cédric Le Goater <clg@kaod.org>
1750L: qemu-ppc@nongnu.org
1751S: Supported
1752F: hw/*/*xive*
1753F: include/hw/*/*xive*
1754F: docs/*/*xive*
1755
1756Subsystems
1757----------
1758Audio
1759M: Gerd Hoffmann <kraxel@redhat.com>
1760S: Maintained
1761F: audio/
1762F: hw/audio/
1763F: include/hw/audio/
1764F: tests/ac97-test.c
1765F: tests/es1370-test.c
1766F: tests/intel-hda-test.c
1767
1768Block layer core
1769M: Kevin Wolf <kwolf@redhat.com>
1770M: Max Reitz <mreitz@redhat.com>
1771L: qemu-block@nongnu.org
1772S: Supported
1773F: block*
1774F: block/
1775F: hw/block/
1776F: include/block/
1777F: qemu-img*
1778F: qemu-io*
1779F: tests/qemu-iotests/
1780F: util/qemu-progress.c
1781F: qobject/block-qdict.c
1782F: tests/check-block-qdict.c
1783T: git https://repo.or.cz/qemu/kevin.git block
1784
1785Block I/O path
1786M: Stefan Hajnoczi <stefanha@redhat.com>
1787M: Fam Zheng <fam@euphon.net>
1788L: qemu-block@nongnu.org
1789S: Supported
1790F: util/async.c
1791F: util/aio-*.c
1792F: block/io.c
1793F: migration/block*
1794F: include/block/aio.h
1795F: include/block/aio-wait.h
1796F: scripts/qemugdb/aio.py
1797T: git https://github.com/stefanha/qemu.git block
1798
1799Block SCSI subsystem
1800M: Paolo Bonzini <pbonzini@redhat.com>
1801R: Fam Zheng <fam@euphon.net>
1802L: qemu-block@nongnu.org
1803S: Supported
1804F: include/scsi/*
1805F: scsi/*
1806
1807Block Jobs
1808M: John Snow <jsnow@redhat.com>
1809L: qemu-block@nongnu.org
1810S: Supported
1811F: blockjob.c
1812F: include/block/blockjob.h
1813F: job.c
1814F: job-qmp.c
1815F: include/qemu/job.h
1816F: block/backup.c
1817F: block/commit.c
1818F: block/stream.c
1819F: block/mirror.c
1820F: qapi/job.json
1821T: git https://github.com/jnsnow/qemu.git jobs
1822
1823Block QAPI, monitor, command line
1824M: Markus Armbruster <armbru@redhat.com>
1825S: Supported
1826F: blockdev.c
1827F: block/qapi.c
1828F: qapi/block*.json
1829F: qapi/transaction.json
1830T: git https://repo.or.cz/qemu/armbru.git block-next
1831
1832Dirty Bitmaps
1833M: John Snow <jsnow@redhat.com>
1834R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1835L: qemu-block@nongnu.org
1836S: Supported
1837F: util/hbitmap.c
1838F: block/dirty-bitmap.c
1839F: include/qemu/hbitmap.h
1840F: include/block/dirty-bitmap.h
1841F: tests/test-hbitmap.c
1842F: docs/interop/bitmaps.rst
1843T: git https://github.com/jnsnow/qemu.git bitmaps
1844
1845Character device backends
1846M: Marc-André Lureau <marcandre.lureau@redhat.com>
1847R: Paolo Bonzini <pbonzini@redhat.com>
1848S: Maintained
1849F: chardev/
1850F: include/chardev/
1851F: qapi/char.json
1852
1853Character Devices (Braille)
1854M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1855S: Maintained
1856F: chardev/baum.c
1857
1858Command line option argument parsing
1859M: Markus Armbruster <armbru@redhat.com>
1860S: Supported
1861F: include/qemu/option.h
1862F: tests/test-keyval.c
1863F: tests/test-qemu-opts.c
1864F: util/keyval.c
1865F: util/qemu-option.c
1866
1867Coverity model
1868M: Markus Armbruster <armbru@redhat.com>
1869S: Supported
1870F: scripts/coverity-model.c
1871
1872Device Tree
1873M: Alistair Francis <alistair.francis@wdc.com>
1874R: David Gibson <david@gibson.dropbear.id.au>
1875S: Maintained
1876F: device_tree.c
1877F: include/sysemu/device_tree.h
1878
1879Dump
1880S: Supported
1881M: Marc-André Lureau <marcandre.lureau@redhat.com>
1882F: dump/
1883F: hw/misc/vmcoreinfo.c
1884F: include/hw/misc/vmcoreinfo.h
1885F: include/qemu/win_dump_defs
1886F: include/sysemu/dump-arch.h
1887F: include/sysemu/dump.h
1888F: qapi/dump.json
1889F: scripts/dump-guest-memory.py
1890F: stubs/dump.c
1891
1892Error reporting
1893M: Markus Armbruster <armbru@redhat.com>
1894S: Supported
1895F: include/qapi/error.h
1896F: include/qemu/error-report.h
1897F: qapi/error.json
1898F: util/error.c
1899F: util/qemu-error.c
1900
1901GDB stub
1902M: Alex Bennée <alex.bennee@linaro.org>
1903R: Philippe Mathieu-Daudé <philmd@redhat.com>
1904S: Maintained
1905F: gdbstub*
1906F: gdb-xml/
1907
1908Memory API
1909M: Paolo Bonzini <pbonzini@redhat.com>
1910S: Supported
1911F: include/exec/ioport.h
1912F: ioport.c
1913F: include/exec/memop.h
1914F: include/exec/memory.h
1915F: include/exec/ram_addr.h
1916F: memory.c
1917F: include/exec/memory-internal.h
1918F: exec.c
1919
1920SPICE
1921M: Gerd Hoffmann <kraxel@redhat.com>
1922S: Supported
1923F: include/ui/qemu-spice.h
1924F: include/ui/spice-display.h
1925F: ui/spice-*.c
1926F: audio/spiceaudio.c
1927F: hw/display/qxl*
1928F: qapi/ui.json
1929F: docs/spice-port-fqdn.txt
1930
1931Graphics
1932M: Gerd Hoffmann <kraxel@redhat.com>
1933S: Odd Fixes
1934F: ui/
1935F: include/ui/
1936F: qapi/ui.json
1937F: util/drm.c
1938
1939Cocoa graphics
1940M: Peter Maydell <peter.maydell@linaro.org>
1941S: Odd Fixes
1942F: ui/cocoa.m
1943
1944Main loop
1945M: Paolo Bonzini <pbonzini@redhat.com>
1946S: Maintained
1947F: cpus.c
1948F: include/qemu/main-loop.h
1949F: include/sysemu/runstate.h
1950F: util/main-loop.c
1951F: util/qemu-timer.c
1952F: vl.c
1953F: qapi/run-state.json
1954
1955Human Monitor (HMP)
1956M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1957S: Maintained
1958F: monitor/monitor-internal.h
1959F: monitor/misc.c
1960F: monitor/monitor.c
1961F: monitor/hmp*
1962F: hmp.h
1963F: hmp-commands*.hx
1964F: include/monitor/hmp-target.h
1965F: tests/test-hmp.c
1966F: include/qemu/qemu-print.h
1967F: util/qemu-print.c
1968
1969Network device backends
1970M: Jason Wang <jasowang@redhat.com>
1971S: Maintained
1972F: net/
1973F: include/net/
1974F: qemu-bridge-helper.c
1975T: git https://github.com/jasowang/qemu.git net
1976F: qapi/net.json
1977
1978Netmap network backend
1979M: Luigi Rizzo <rizzo@iet.unipi.it>
1980M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1981M: Vincenzo Maffione <v.maffione@gmail.com>
1982W: http://info.iet.unipi.it/~luigi/netmap/
1983S: Maintained
1984F: net/netmap.c
1985
1986Host Memory Backends
1987M: Eduardo Habkost <ehabkost@redhat.com>
1988M: Igor Mammedov <imammedo@redhat.com>
1989S: Maintained
1990F: backends/hostmem*.c
1991F: include/sysemu/hostmem.h
1992T: git https://github.com/ehabkost/qemu.git machine-next
1993
1994Cryptodev Backends
1995M: Gonglei <arei.gonglei@huawei.com>
1996S: Maintained
1997F: include/sysemu/cryptodev*.h
1998F: backends/cryptodev*.c
1999
2000Python scripts
2001M: Eduardo Habkost <ehabkost@redhat.com>
2002M: Cleber Rosa <crosa@redhat.com>
2003S: Odd fixes
2004F: scripts/qmp/*
2005F: scripts/*.py
2006F: tests/*.py
2007
2008QAPI
2009M: Markus Armbruster <armbru@redhat.com>
2010M: Michael Roth <mdroth@linux.vnet.ibm.com>
2011S: Supported
2012F: qapi/
2013X: qapi/*.json
2014F: include/qapi/
2015X: include/qapi/qmp/
2016F: include/qapi/qmp/dispatch.h
2017F: tests/qapi-schema/
2018F: tests/test-*-visitor.c
2019F: tests/test-qapi-*.c
2020F: tests/test-qmp-*.c
2021F: tests/test-visitor-serialization.c
2022F: scripts/qapi-gen.py
2023F: scripts/qapi/*
2024F: docs/devel/qapi*
2025T: git https://repo.or.cz/qemu/armbru.git qapi-next
2026
2027QAPI Schema
2028M: Eric Blake <eblake@redhat.com>
2029M: Markus Armbruster <armbru@redhat.com>
2030S: Supported
2031F: qapi/*.json
2032T: git https://repo.or.cz/qemu/armbru.git qapi-next
2033
2034QObject
2035M: Markus Armbruster <armbru@redhat.com>
2036S: Supported
2037F: qobject/
2038F: include/qapi/qmp/
2039X: include/qapi/qmp/dispatch.h
2040F: scripts/coccinelle/qobject.cocci
2041F: tests/check-qdict.c
2042F: tests/check-qjson.c
2043F: tests/check-qlist.c
2044F: tests/check-qlit.c
2045F: tests/check-qnull.c
2046F: tests/check-qnum.c
2047F: tests/check-qobject.c
2048F: tests/check-qstring.c
2049F: tests/data/qobject/qdict.txt
2050T: git https://repo.or.cz/qemu/armbru.git qapi-next
2051
2052QEMU Guest Agent
2053M: Michael Roth <mdroth@linux.vnet.ibm.com>
2054S: Maintained
2055F: qga/
2056F: docs/interop/qemu-ga.rst
2057F: scripts/qemu-guest-agent/
2058F: tests/test-qga.c
2059F: docs/interop/qemu-ga-ref.texi
2060T: git https://github.com/mdroth/qemu.git qga
2061
2062QOM
2063M: Paolo Bonzini <pbonzini@redhat.com>
2064R: Daniel P. Berrange <berrange@redhat.com>
2065R: Eduardo Habkost <ehabkost@redhat.com>
2066S: Supported
2067F: docs/qdev-device-use.txt
2068F: hw/core/qdev*
2069F: include/hw/qdev*
2070F: include/monitor/qdev.h
2071F: include/qom/
2072F: qapi/qom.json
2073F: qapi/qdev.json
2074F: qdev-monitor.c
2075F: qom/
2076F: tests/check-qom-interface.c
2077F: tests/check-qom-proplist.c
2078F: tests/test-qdev-global-props.c
2079
2080QMP
2081M: Markus Armbruster <armbru@redhat.com>
2082S: Supported
2083F: monitor/monitor-internal.h
2084F: monitor/qmp*
2085F: monitor/misc.c
2086F: monitor/monitor.c
2087F: qapi/error.json
2088F: docs/devel/*qmp-*
2089F: docs/interop/*qmp-*
2090F: scripts/qmp/
2091F: tests/qmp-test.c
2092F: tests/qmp-cmd-test.c
2093T: git https://repo.or.cz/qemu/armbru.git qapi-next
2094
2095qtest
2096M: Thomas Huth <thuth@redhat.com>
2097M: Laurent Vivier <lvivier@redhat.com>
2098R: Paolo Bonzini <pbonzini@redhat.com>
2099S: Maintained
2100F: qtest.c
2101F: accel/qtest.c
2102F: tests/libqtest*
2103F: tests/libqos/
2104F: tests/*-test.c
2105
2106Register API
2107M: Alistair Francis <alistair@alistair23.me>
2108S: Maintained
2109F: hw/core/register.c
2110F: include/hw/register.h
2111F: include/hw/registerfields.h
2112
2113SLIRP
2114M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2115M: Jan Kiszka <jan.kiszka@siemens.com>
2116S: Maintained
2117F: slirp/
2118F: net/slirp.c
2119F: include/net/slirp.h
2120T: git https://people.debian.org/~sthibault/qemu.git slirp
2121T: git git://git.kiszka.org/qemu.git queues/slirp
2122
2123Stubs
2124M: Paolo Bonzini <pbonzini@redhat.com>
2125S: Maintained
2126F: stubs/
2127
2128Tracing
2129M: Stefan Hajnoczi <stefanha@redhat.com>
2130S: Maintained
2131F: trace/
2132F: trace-events
2133F: qemu-option-trace.texi
2134F: scripts/tracetool.py
2135F: scripts/tracetool/
2136F: scripts/qemu-trace-stap*
2137F: docs/devel/tracing.txt
2138T: git https://github.com/stefanha/qemu.git tracing
2139
2140TPM
2141M: Stefan Berger <stefanb@linux.ibm.com>
2142S: Maintained
2143F: tpm.c
2144F: stubs/tpm.c
2145F: hw/tpm/*
2146F: include/hw/acpi/tpm.h
2147F: include/sysemu/tpm*
2148F: qapi/tpm.json
2149F: backends/tpm.c
2150F: tests/*tpm*
2151T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2152
2153Checkpatch
2154S: Odd Fixes
2155F: scripts/checkpatch.pl
2156
2157Migration
2158M: Juan Quintela <quintela@redhat.com>
2159M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2160S: Maintained
2161F: include/migration/
2162F: migration/
2163F: scripts/vmstate-static-checker.py
2164F: tests/vmstate-static-checker-data/
2165F: tests/migration-test.c
2166F: docs/devel/migration.rst
2167F: qapi/migration.json
2168
2169Seccomp
2170M: Eduardo Otubo <otubo@redhat.com>
2171S: Supported
2172F: qemu-seccomp.c
2173F: include/sysemu/seccomp.h
2174
2175Cryptography
2176M: Daniel P. Berrange <berrange@redhat.com>
2177S: Maintained
2178F: crypto/
2179F: include/crypto/
2180F: tests/test-crypto-*
2181F: tests/benchmark-crypto-*
2182F: tests/crypto-tls-*
2183F: tests/pkix_asn1_tab.c
2184F: qemu.sasl
2185
2186Coroutines
2187M: Stefan Hajnoczi <stefanha@redhat.com>
2188M: Kevin Wolf <kwolf@redhat.com>
2189S: Maintained
2190F: util/*coroutine*
2191F: include/qemu/coroutine*
2192F: tests/test-coroutine.c
2193
2194Buffers
2195M: Daniel P. Berrange <berrange@redhat.com>
2196S: Odd fixes
2197F: util/buffer.c
2198F: include/qemu/buffer.h
2199
2200I/O Channels
2201M: Daniel P. Berrange <berrange@redhat.com>
2202S: Maintained
2203F: io/
2204F: include/io/
2205F: tests/test-io-*
2206
2207User authorization
2208M: Daniel P. Berrange <berrange@redhat.com>
2209S: Maintained
2210F: authz/
2211F: qapi/authz.json
2212F: include/authz/
2213F: tests/test-authz-*
2214
2215Sockets
2216M: Daniel P. Berrange <berrange@redhat.com>
2217M: Gerd Hoffmann <kraxel@redhat.com>
2218S: Maintained
2219F: include/qemu/sockets.h
2220F: util/qemu-sockets.c
2221F: qapi/sockets.json
2222
2223File monitor
2224M: Daniel P. Berrange <berrange@redhat.com>
2225S: Odd fixes
2226F: util/filemonitor*.c
2227F: include/qemu/filemonitor.h
2228F: tests/test-util-filemonitor.c
2229
2230Throttling infrastructure
2231M: Alberto Garcia <berto@igalia.com>
2232S: Supported
2233F: block/throttle-groups.c
2234F: include/block/throttle-groups.h
2235F: include/qemu/throttle*.h
2236F: util/throttle.c
2237F: docs/throttle.txt
2238F: tests/test-throttle.c
2239L: qemu-block@nongnu.org
2240
2241UUID
2242M: Fam Zheng <fam@euphon.net>
2243S: Supported
2244F: util/uuid.c
2245F: include/qemu/uuid.h
2246F: tests/test-uuid.c
2247
2248COLO Framework
2249M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2250S: Maintained
2251F: migration/colo*
2252F: include/migration/colo.h
2253F: include/migration/failover.h
2254F: docs/COLO-FT.txt
2255
2256COLO Proxy
2257M: Zhang Chen <chen.zhang@intel.com>
2258M: Li Zhijian <lizhijian@cn.fujitsu.com>
2259S: Supported
2260F: docs/colo-proxy.txt
2261F: net/colo*
2262F: net/filter-rewriter.c
2263F: net/filter-mirror.c
2264
2265Record/replay
2266M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2267R: Paolo Bonzini <pbonzini@redhat.com>
2268W: https://wiki.qemu.org/Features/record-replay
2269S: Supported
2270F: replay/*
2271F: block/blkreplay.c
2272F: net/filter-replay.c
2273F: include/sysemu/replay.h
2274F: docs/replay.txt
2275F: stubs/replay.c
2276
2277IOVA Tree
2278M: Peter Xu <peterx@redhat.com>
2279S: Maintained
2280F: include/qemu/iova-tree.h
2281F: util/iova-tree.c
2282
2283elf2dmp
2284M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2285S: Maintained
2286F: contrib/elf2dmp/
2287
2288I2C and SMBus
2289M: Corey Minyard <cminyard@mvista.com>
2290S: Maintained
2291F: hw/i2c/core.c
2292F: hw/i2c/smbus_slave.c
2293F: hw/i2c/smbus_master.c
2294F: hw/i2c/smbus_eeprom.c
2295F: include/hw/i2c/i2c.h
2296F: include/hw/i2c/smbus_master.h
2297F: include/hw/i2c/smbus_slave.h
2298F: include/hw/i2c/smbus_eeprom.h
2299
2300EDK2 Firmware
2301M: Laszlo Ersek <lersek@redhat.com>
2302M: Philippe Mathieu-Daudé <philmd@redhat.com>
2303S: Supported
2304F: pc-bios/descriptors/??-edk2-*.json
2305F: pc-bios/edk2-*
2306F: roms/Makefile.edk2
2307F: roms/edk2
2308F: roms/edk2-*
2309F: tests/data/uefi-boot-images/
2310F: tests/uefi-test-tools/
2311
2312Usermode Emulation
2313------------------
2314Overall usermode emulation
2315M: Riku Voipio <riku.voipio@iki.fi>
2316S: Maintained
2317F: thunk.c
2318F: accel/tcg/user-exec*.c
2319
2320BSD user
2321S: Orphan
2322F: bsd-user/
2323F: default-configs/*-bsd-user.mak
2324
2325Linux user
2326M: Riku Voipio <riku.voipio@iki.fi>
2327R: Laurent Vivier <laurent@vivier.eu>
2328S: Maintained
2329F: linux-user/
2330F: default-configs/*-linux-user.mak
2331F: scripts/qemu-binfmt-conf.sh
2332
2333Tiny Code Generator (TCG)
2334-------------------------
2335Common TCG code
2336M: Richard Henderson <rth@twiddle.net>
2337S: Maintained
2338F: tcg/
2339
2340AArch64 TCG target
2341M: Claudio Fontana <claudio.fontana@huawei.com>
2342M: Claudio Fontana <claudio.fontana@gmail.com>
2343S: Maintained
2344L: qemu-arm@nongnu.org
2345F: tcg/aarch64/
2346F: disas/arm-a64.cc
2347F: disas/libvixl/
2348
2349ARM TCG target
2350M: Andrzej Zaborowski <balrogg@gmail.com>
2351S: Maintained
2352L: qemu-arm@nongnu.org
2353F: tcg/arm/
2354F: disas/arm.c
2355
2356i386 TCG target
2357M: Richard Henderson <rth@twiddle.net>
2358S: Maintained
2359F: tcg/i386/
2360F: disas/i386.c
2361
2362MIPS TCG target
2363M: Aurelien Jarno <aurelien@aurel32.net>
2364R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2365S: Maintained
2366F: tcg/mips/
2367
2368PPC TCG target
2369M: Richard Henderson <rth@twiddle.net>
2370S: Odd Fixes
2371F: tcg/ppc/
2372F: disas/ppc.c
2373
2374RISC-V TCG target
2375M: Palmer Dabbelt <palmer@sifive.com>
2376M: Alistair Francis <Alistair.Francis@wdc.com>
2377L: qemu-riscv@nongnu.org
2378S: Maintained
2379F: tcg/riscv/
2380F: disas/riscv.c
2381
2382S390 TCG target
2383M: Richard Henderson <rth@twiddle.net>
2384S: Maintained
2385F: tcg/s390/
2386F: disas/s390.c
2387L: qemu-s390x@nongnu.org
2388
2389SPARC TCG target
2390S: Odd Fixes
2391F: tcg/sparc/
2392F: disas/sparc.c
2393
2394TCI TCG target
2395M: Stefan Weil <sw@weilnetz.de>
2396S: Maintained
2397F: tcg/tci/
2398F: tcg/tci.c
2399F: disas/tci.c
2400
2401Block drivers
2402-------------
2403VMDK
2404M: Fam Zheng <fam@euphon.net>
2405L: qemu-block@nongnu.org
2406S: Supported
2407F: block/vmdk.c
2408
2409RBD
2410M: Jason Dillaman <dillaman@redhat.com>
2411L: qemu-block@nongnu.org
2412S: Supported
2413F: block/rbd.c
2414
2415Sheepdog
2416M: Liu Yuan <namei.unix@gmail.com>
2417L: qemu-block@nongnu.org
2418L: sheepdog@lists.wpkg.org
2419S: Odd Fixes
2420F: block/sheepdog.c
2421
2422VHDX
2423M: Jeff Cody <codyprime@gmail.com>
2424L: qemu-block@nongnu.org
2425S: Supported
2426F: block/vhdx*
2427
2428VDI
2429M: Stefan Weil <sw@weilnetz.de>
2430L: qemu-block@nongnu.org
2431S: Maintained
2432F: block/vdi.c
2433
2434iSCSI
2435M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2436M: Paolo Bonzini <pbonzini@redhat.com>
2437M: Peter Lieven <pl@kamp.de>
2438L: qemu-block@nongnu.org
2439S: Odd Fixes
2440F: block/iscsi.c
2441F: block/iscsi-opts.c
2442
2443Network Block Device (NBD)
2444M: Eric Blake <eblake@redhat.com>
2445L: qemu-block@nongnu.org
2446S: Maintained
2447F: block/nbd*
2448F: nbd/
2449F: include/block/nbd*
2450F: qemu-nbd.*
2451F: blockdev-nbd.c
2452F: docs/interop/nbd.txt
2453T: git https://repo.or.cz/qemu/ericb.git nbd
2454
2455NFS
2456M: Peter Lieven <pl@kamp.de>
2457L: qemu-block@nongnu.org
2458S: Maintained
2459F: block/nfs.c
2460
2461SSH
2462M: Richard W.M. Jones <rjones@redhat.com>
2463L: qemu-block@nongnu.org
2464S: Supported
2465F: block/ssh.c
2466
2467CURL
2468L: qemu-block@nongnu.org
2469S: Odd Fixes
2470F: block/curl.c
2471
2472GLUSTER
2473L: qemu-block@nongnu.org
2474L: integration@gluster.org
2475S: Odd Fixes
2476F: block/gluster.c
2477
2478Null Block Driver
2479M: Fam Zheng <fam@euphon.net>
2480L: qemu-block@nongnu.org
2481S: Supported
2482F: block/null.c
2483
2484NVMe Block Driver
2485M: Fam Zheng <fam@euphon.net>
2486L: qemu-block@nongnu.org
2487S: Supported
2488F: block/nvme*
2489
2490Bootdevice
2491M: Gonglei <arei.gonglei@huawei.com>
2492S: Maintained
2493F: bootdevice.c
2494
2495Quorum
2496M: Alberto Garcia <berto@igalia.com>
2497S: Supported
2498F: block/quorum.c
2499L: qemu-block@nongnu.org
2500
2501blklogwrites
2502M: Ari Sundholm <ari@tuxera.com>
2503L: qemu-block@nongnu.org
2504S: Supported
2505F: block/blklogwrites.c
2506
2507blkverify
2508M: Stefan Hajnoczi <stefanha@redhat.com>
2509L: qemu-block@nongnu.org
2510S: Supported
2511F: block/blkverify.c
2512
2513bochs
2514M: Stefan Hajnoczi <stefanha@redhat.com>
2515L: qemu-block@nongnu.org
2516S: Supported
2517F: block/bochs.c
2518
2519cloop
2520M: Stefan Hajnoczi <stefanha@redhat.com>
2521L: qemu-block@nongnu.org
2522S: Supported
2523F: block/cloop.c
2524
2525dmg
2526M: Stefan Hajnoczi <stefanha@redhat.com>
2527L: qemu-block@nongnu.org
2528S: Supported
2529F: block/dmg.c
2530
2531parallels
2532M: Stefan Hajnoczi <stefanha@redhat.com>
2533M: Denis V. Lunev <den@openvz.org>
2534L: qemu-block@nongnu.org
2535S: Supported
2536F: block/parallels.c
2537F: docs/interop/parallels.txt
2538
2539qed
2540M: Stefan Hajnoczi <stefanha@redhat.com>
2541L: qemu-block@nongnu.org
2542S: Supported
2543F: block/qed.c
2544
2545raw
2546M: Kevin Wolf <kwolf@redhat.com>
2547L: qemu-block@nongnu.org
2548S: Supported
2549F: block/linux-aio.c
2550F: include/block/raw-aio.h
2551F: block/raw-format.c
2552F: block/file-posix.c
2553F: block/file-win32.c
2554F: block/win32-aio.c
2555
2556qcow2
2557M: Kevin Wolf <kwolf@redhat.com>
2558M: Max Reitz <mreitz@redhat.com>
2559L: qemu-block@nongnu.org
2560S: Supported
2561F: block/qcow2*
2562F: docs/interop/qcow2.txt
2563
2564qcow
2565M: Kevin Wolf <kwolf@redhat.com>
2566L: qemu-block@nongnu.org
2567S: Supported
2568F: block/qcow.c
2569
2570blkdebug
2571M: Kevin Wolf <kwolf@redhat.com>
2572M: Max Reitz <mreitz@redhat.com>
2573L: qemu-block@nongnu.org
2574S: Supported
2575F: block/blkdebug.c
2576
2577vpc
2578M: Kevin Wolf <kwolf@redhat.com>
2579L: qemu-block@nongnu.org
2580S: Supported
2581F: block/vpc.c
2582
2583vvfat
2584M: Kevin Wolf <kwolf@redhat.com>
2585L: qemu-block@nongnu.org
2586S: Supported
2587F: block/vvfat.c
2588
2589Image format fuzzer
2590M: Stefan Hajnoczi <stefanha@redhat.com>
2591L: qemu-block@nongnu.org
2592S: Supported
2593F: tests/image-fuzzer/
2594
2595Replication
2596M: Wen Congyang <wencongyang2@huawei.com>
2597M: Xie Changlong <xiechanglong.d@gmail.com>
2598S: Supported
2599F: replication*
2600F: block/replication.c
2601F: tests/test-replication.c
2602F: docs/block-replication.txt
2603
2604PVRDMA
2605M: Yuval Shaia <yuval.shaia@oracle.com>
2606M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2607S: Maintained
2608F: hw/rdma/*
2609F: hw/rdma/vmw/*
2610F: docs/pvrdma.txt
2611F: contrib/rdmacm-mux/*
2612F: qapi/rdma.json
2613
2614Semihosting
2615M: Alex Bennée <alex.bennee@linaro.org>
2616S: Maintained
2617F: hw/semihosting/
2618F: include/hw/semihosting/
2619
2620Build and test automation
2621-------------------------
2622Build and test automation
2623M: Alex Bennée <alex.bennee@linaro.org>
2624M: Fam Zheng <fam@euphon.net>
2625R: Philippe Mathieu-Daudé <philmd@redhat.com>
2626S: Maintained
2627F: .travis.yml
2628F: scripts/travis/
2629F: .shippable.yml
2630F: tests/docker/
2631F: tests/vm/
2632F: scripts/archive-source.sh
2633W: https://travis-ci.org/qemu/qemu
2634W: https://app.shippable.com/github/qemu/qemu
2635W: http://patchew.org/QEMU/
2636
2637FreeBSD Hosted Continuous Integration
2638M: Ed Maste <emaste@freebsd.org>
2639M: Li-Wen Hsu <lwhsu@freebsd.org>
2640S: Maintained
2641F: .cirrus.yml
2642W: https://cirrus-ci.com/github/qemu/qemu
2643
2644GitLab Continuous Integration
2645M: Thomas Huth <thuth@redhat.com>
2646S: Maintained
2647F: .gitlab-ci.yml
2648
2649Guest Test Compilation Support
2650M: Alex Bennée <alex.bennee@linaro.org>
2651R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2652S: Maintained
2653F: tests/tcg/Makefile
2654F: tests/tcg/Makefile.include
2655
2656Documentation
2657-------------
2658Build system architecture
2659M: Daniel P. Berrange <berrange@redhat.com>
2660S: Odd Fixes
2661F: docs/devel/build-system.txt
2662
2663GIT Data Mining Config
2664M: Alex Bennée <alex.bennee@linaro.org>
2665S: Odd Fixes
2666F: gitdm.config
2667F: contrib/gitdm/*
2668
2669Incompatible changes
2670R: libvir-list@redhat.com
2671F: qemu-deprecated.texi
2672
2673Build System
2674------------
2675GIT submodules
2676M: Daniel P. Berrange <berrange@redhat.com>
2677S: Odd Fixes
2678F: scripts/git-submodule.sh
2679
2680Sphinx documentation configuration and build machinery
2681M: Peter Maydell <peter.maydell@linaro.org>
2682S: Maintained
2683F: docs/conf.py
2684F: docs/*/conf.py
2685