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