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