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