xref: /openbmc/qemu/MAINTAINERS (revision f892b494fafd39660679c1c4ef1dbe711a73df45)
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: hw/char/ibex_uart.c
1254F: hw/intc/ibex_plic.c
1255F: include/hw/riscv/opentitan.h
1256F: include/hw/char/ibex_uart.h
1257F: include/hw/intc/ibex_plic.h
1258
1259RX Machines
1260-----------
1261rx-gdbsim
1262M: Yoshinori Sato <ysato@users.sourceforge.jp>
1263S: Maintained
1264F: docs/system/target-rx.rst
1265F: hw/rx/rx-gdbsim.c
1266F: tests/acceptance/machine_rx_gdbsim.py
1267
1268SH4 Machines
1269------------
1270R2D
1271M: Yoshinori Sato <ysato@users.sourceforge.jp>
1272R: Magnus Damm <magnus.damm@gmail.com>
1273S: Maintained
1274F: hw/sh4/r2d.c
1275F: hw/intc/sh_intc.c
1276F: include/hw/sh4/sh_intc.h
1277
1278Shix
1279M: Yoshinori Sato <ysato@users.sourceforge.jp>
1280R: Magnus Damm <magnus.damm@gmail.com>
1281S: Odd Fixes
1282F: hw/sh4/shix.c
1283F: hw/intc/sh_intc.c
1284F: include/hw/sh4/sh_intc.h
1285
1286SPARC Machines
1287--------------
1288Sun4m
1289M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1290S: Maintained
1291F: hw/sparc/sun4m.c
1292F: hw/sparc/sun4m_iommu.c
1293F: hw/display/cg3.c
1294F: hw/display/tcx.c
1295F: hw/dma/sparc32_dma.c
1296F: hw/misc/eccmemctl.c
1297F: hw/*/slavio_*.c
1298F: include/hw/nvram/sun_nvram.h
1299F: include/hw/sparc/sparc32_dma.h
1300F: include/hw/sparc/sun4m_iommu.h
1301F: pc-bios/openbios-sparc32
1302
1303Sun4u
1304M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1305S: Maintained
1306F: hw/sparc64/sun4u.c
1307F: hw/sparc64/sun4u_iommu.c
1308F: include/hw/sparc/sun4u_iommu.h
1309F: hw/pci-host/sabre.c
1310F: include/hw/pci-host/sabre.h
1311F: hw/pci-bridge/simba.c
1312F: include/hw/pci-bridge/simba.h
1313F: pc-bios/openbios-sparc64
1314
1315Sun4v
1316M: Artyom Tarasenko <atar4qemu@gmail.com>
1317S: Maintained
1318F: hw/sparc64/niagara.c
1319F: hw/rtc/sun4v-rtc.c
1320F: include/hw/rtc/sun4v-rtc.h
1321
1322Leon3
1323M: Fabien Chouteau <chouteau@adacore.com>
1324M: KONRAD Frederic <frederic.konrad@adacore.com>
1325S: Maintained
1326F: hw/sparc/leon3.c
1327F: hw/*/grlib*
1328F: include/hw/*/grlib*
1329F: tests/acceptance/machine_sparc_leon3.py
1330
1331S390 Machines
1332-------------
1333S390 Virtio-ccw
1334M: Cornelia Huck <cohuck@redhat.com>
1335M: Halil Pasic <pasic@linux.ibm.com>
1336M: Christian Borntraeger <borntraeger@de.ibm.com>
1337S: Supported
1338F: hw/char/sclp*.[hc]
1339F: hw/char/terminal3270.c
1340F: hw/s390x/
1341F: include/hw/s390x/
1342F: hw/watchdog/wdt_diag288.c
1343F: include/hw/watchdog/wdt_diag288.h
1344F: default-configs/s390x-softmmu.mak
1345T: git https://github.com/cohuck/qemu.git s390-next
1346T: git https://github.com/borntraeger/qemu.git s390-next
1347L: qemu-s390x@nongnu.org
1348
1349S390-ccw boot
1350M: Christian Borntraeger <borntraeger@de.ibm.com>
1351M: Thomas Huth <thuth@redhat.com>
1352S: Supported
1353F: hw/s390x/ipl.*
1354F: pc-bios/s390-ccw/
1355F: pc-bios/s390-ccw.img
1356F: docs/devel/s390-dasd-ipl.rst
1357T: git https://github.com/borntraeger/qemu.git s390-next
1358L: qemu-s390x@nongnu.org
1359
1360S390 PCI
1361M: Matthew Rosato <mjrosato@linux.ibm.com>
1362S: Supported
1363F: hw/s390x/s390-pci*
1364L: qemu-s390x@nongnu.org
1365
1366UniCore32 Machines
1367------------------
1368PKUnity-3 SoC initramfs-with-busybox
1369M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1370S: Maintained
1371F: hw/*/puv3*
1372F: hw/unicore32/
1373
1374X86 Machines
1375------------
1376PC
1377M: Michael S. Tsirkin <mst@redhat.com>
1378M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1379S: Supported
1380F: include/hw/i386/
1381F: hw/i386/
1382F: hw/pci-host/i440fx.c
1383F: hw/pci-host/q35.c
1384F: hw/pci-host/pam.c
1385F: include/hw/pci-host/i440fx.h
1386F: include/hw/pci-host/q35.h
1387F: include/hw/pci-host/pam.h
1388F: hw/isa/piix3.c
1389F: hw/isa/lpc_ich9.c
1390F: hw/i2c/smbus_ich9.c
1391F: hw/acpi/piix4.c
1392F: hw/acpi/ich9.c
1393F: include/hw/acpi/ich9.h
1394F: include/hw/southbridge/piix.h
1395F: hw/misc/sga.c
1396F: hw/isa/apm.c
1397F: include/hw/isa/apm.h
1398F: tests/test-x86-cpuid.c
1399F: tests/qtest/test-x86-cpuid-compat.c
1400
1401PC Chipset
1402M: Michael S. Tsirkin <mst@redhat.com>
1403M: Paolo Bonzini <pbonzini@redhat.com>
1404S: Supported
1405F: hw/char/debugcon.c
1406F: hw/char/parallel*
1407F: hw/char/serial*
1408F: hw/dma/i8257*
1409F: hw/i2c/pm_smbus.c
1410F: hw/input/pckbd.c
1411F: hw/intc/apic*
1412F: hw/intc/ioapic*
1413F: hw/intc/i8259*
1414F: hw/isa/isa-superio.c
1415F: hw/misc/debugexit.c
1416F: hw/misc/pc-testdev.c
1417F: hw/timer/hpet*
1418F: hw/timer/i8254*
1419F: hw/rtc/mc146818rtc*
1420F: hw/watchdog/wdt_ib700.c
1421F: hw/watchdog/wdt_i6300esb.c
1422F: include/hw/display/vga.h
1423F: include/hw/char/parallel.h
1424F: include/hw/dma/i8257.h
1425F: include/hw/i2c/pm_smbus.h
1426F: include/hw/input/i8042.h
1427F: include/hw/isa/i8259_internal.h
1428F: include/hw/isa/superio.h
1429F: include/hw/timer/hpet.h
1430F: include/hw/timer/i8254*
1431F: include/hw/rtc/mc146818rtc*
1432
1433microvm
1434M: Sergio Lopez <slp@redhat.com>
1435M: Paolo Bonzini <pbonzini@redhat.com>
1436S: Maintained
1437F: docs/microvm.rst
1438F: hw/i386/microvm.c
1439F: include/hw/i386/microvm.h
1440F: pc-bios/bios-microvm.bin
1441
1442Machine core
1443M: Eduardo Habkost <ehabkost@redhat.com>
1444M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1445S: Supported
1446F: hw/core/cpu.c
1447F: hw/core/machine-qmp-cmds.c
1448F: hw/core/machine.c
1449F: hw/core/null-machine.c
1450F: hw/core/numa.c
1451F: hw/cpu/cluster.c
1452F: qapi/machine.json
1453F: qapi/machine-target.json
1454F: include/hw/boards.h
1455F: include/hw/core/cpu.h
1456F: include/hw/cpu/cluster.h
1457F: include/sysemu/numa.h
1458T: git https://github.com/ehabkost/qemu.git machine-next
1459
1460Xtensa Machines
1461---------------
1462sim
1463M: Max Filippov <jcmvbkbc@gmail.com>
1464S: Maintained
1465F: hw/xtensa/sim.c
1466
1467virt
1468M: Max Filippov <jcmvbkbc@gmail.com>
1469S: Maintained
1470F: hw/xtensa/virt.c
1471
1472XTFPGA (LX60, LX200, ML605, KC705)
1473M: Max Filippov <jcmvbkbc@gmail.com>
1474S: Maintained
1475F: hw/xtensa/xtfpga.c
1476F: hw/net/opencores_eth.c
1477
1478Devices
1479-------
1480EDU
1481M: Jiri Slaby <jslaby@suse.cz>
1482S: Maintained
1483F: hw/misc/edu.c
1484
1485IDE
1486M: John Snow <jsnow@redhat.com>
1487L: qemu-block@nongnu.org
1488S: Supported
1489F: include/hw/ide.h
1490F: include/hw/ide/
1491F: hw/ide/
1492F: hw/block/block.c
1493F: hw/block/cdrom.c
1494F: hw/block/hd-geometry.c
1495F: tests/qtest/ide-test.c
1496F: tests/qtest/ahci-test.c
1497F: tests/qtest/cdrom-test.c
1498F: tests/qtest/libqos/ahci*
1499T: git https://github.com/jnsnow/qemu.git ide
1500
1501IPMI
1502M: Corey Minyard <minyard@acm.org>
1503S: Maintained
1504F: include/hw/ipmi/*
1505F: hw/ipmi/*
1506F: hw/smbios/smbios_type_38.c
1507F: tests/qtest/ipmi*
1508T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1509
1510Floppy
1511M: John Snow <jsnow@redhat.com>
1512L: qemu-block@nongnu.org
1513S: Supported
1514F: hw/block/fdc.c
1515F: include/hw/block/fdc.h
1516F: tests/qtest/fdc-test.c
1517T: git https://github.com/jnsnow/qemu.git ide
1518
1519OMAP
1520M: Peter Maydell <peter.maydell@linaro.org>
1521L: qemu-arm@nongnu.org
1522S: Maintained
1523F: hw/*/omap*
1524F: include/hw/arm/omap.h
1525
1526IPack
1527M: Alberto Garcia <berto@igalia.com>
1528S: Odd Fixes
1529F: hw/char/ipoctal232.c
1530F: hw/ipack/
1531
1532PCI
1533M: Michael S. Tsirkin <mst@redhat.com>
1534M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1535S: Supported
1536F: include/hw/pci/*
1537F: hw/misc/pci-testdev.c
1538F: hw/pci/*
1539F: hw/pci-bridge/*
1540F: docs/pci*
1541F: docs/specs/*pci*
1542F: default-configs/pci.mak
1543
1544ACPI/SMBIOS
1545M: Michael S. Tsirkin <mst@redhat.com>
1546M: Igor Mammedov <imammedo@redhat.com>
1547S: Supported
1548F: include/hw/acpi/*
1549F: include/hw/firmware/smbios.h
1550F: hw/mem/*
1551F: hw/acpi/*
1552F: hw/smbios/*
1553F: hw/i386/acpi-build.[hc]
1554F: hw/arm/virt-acpi-build.c
1555F: tests/qtest/bios-tables-test*
1556F: tests/qtest/acpi-utils.[hc]
1557F: tests/data/acpi/
1558
1559ACPI/HEST/GHES
1560R: Dongjiu Geng <gengdongjiu@huawei.com>
1561R: Xiang Zheng <zhengxiang9@huawei.com>
1562L: qemu-arm@nongnu.org
1563S: Maintained
1564F: hw/acpi/ghes.c
1565F: include/hw/acpi/ghes.h
1566F: docs/specs/acpi_hest_ghes.rst
1567
1568ppc4xx
1569M: David Gibson <david@gibson.dropbear.id.au>
1570L: qemu-ppc@nongnu.org
1571S: Odd Fixes
1572F: hw/ppc/ppc4*.c
1573F: hw/i2c/ppc4xx_i2c.c
1574F: include/hw/ppc/ppc4xx.h
1575F: include/hw/i2c/ppc4xx_i2c.h
1576
1577Character devices
1578M: Marc-André Lureau <marcandre.lureau@redhat.com>
1579R: Paolo Bonzini <pbonzini@redhat.com>
1580S: Odd Fixes
1581F: hw/char/
1582
1583Network devices
1584M: Jason Wang <jasowang@redhat.com>
1585S: Odd Fixes
1586F: hw/net/
1587F: include/hw/net/
1588F: tests/qtest/virtio-net-test.c
1589F: docs/virtio-net-failover.rst
1590T: git https://github.com/jasowang/qemu.git net
1591
1592Parallel NOR Flash devices
1593M: Philippe Mathieu-Daudé <philmd@redhat.com>
1594T: git https://gitlab.com/philmd/qemu.git pflash-next
1595S: Maintained
1596F: hw/block/pflash_cfi*.c
1597F: include/hw/block/flash.h
1598
1599SCSI
1600M: Paolo Bonzini <pbonzini@redhat.com>
1601R: Fam Zheng <fam@euphon.net>
1602S: Supported
1603F: include/hw/scsi/*
1604F: hw/scsi/*
1605F: tests/qtest/virtio-scsi-test.c
1606T: git https://github.com/bonzini/qemu.git scsi-next
1607
1608SSI
1609M: Alistair Francis <alistair@alistair23.me>
1610S: Maintained
1611F: hw/ssi/*
1612F: hw/block/m25p80.c
1613F: include/hw/ssi/ssi.h
1614X: hw/ssi/xilinx_*
1615F: tests/qtest/m25p80-test.c
1616
1617Xilinx SPI
1618M: Alistair Francis <alistair@alistair23.me>
1619S: Maintained
1620F: hw/ssi/xilinx_*
1621
1622SD (Secure Card)
1623M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1624S: Odd Fixes
1625F: include/hw/sd/sd*
1626F: hw/sd/core.c
1627F: hw/sd/sd*
1628F: hw/sd/ssi-sd.c
1629F: tests/qtest/sd*
1630
1631USB
1632M: Gerd Hoffmann <kraxel@redhat.com>
1633S: Maintained
1634F: hw/usb/*
1635F: tests/qtest/usb-*-test.c
1636F: docs/usb2.txt
1637F: docs/usb-storage.txt
1638F: include/hw/usb.h
1639F: include/hw/usb/
1640F: default-configs/usb.mak
1641
1642USB (serial adapter)
1643M: Gerd Hoffmann <kraxel@redhat.com>
1644M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1645S: Maintained
1646F: hw/usb/dev-serial.c
1647
1648VFIO
1649M: Alex Williamson <alex.williamson@redhat.com>
1650S: Supported
1651F: hw/vfio/*
1652F: include/hw/vfio/
1653
1654vfio-ccw
1655M: Cornelia Huck <cohuck@redhat.com>
1656M: Eric Farman <farman@linux.ibm.com>
1657S: Supported
1658F: hw/vfio/ccw.c
1659F: hw/s390x/s390-ccw.c
1660F: include/hw/s390x/s390-ccw.h
1661F: include/hw/s390x/vfio-ccw.h
1662T: git https://github.com/cohuck/qemu.git s390-next
1663L: qemu-s390x@nongnu.org
1664
1665vfio-ap
1666M: Christian Borntraeger <borntraeger@de.ibm.com>
1667M: Tony Krowiak <akrowiak@linux.ibm.com>
1668M: Halil Pasic <pasic@linux.ibm.com>
1669M: Pierre Morel <pmorel@linux.ibm.com>
1670S: Supported
1671F: hw/s390x/ap-device.c
1672F: hw/s390x/ap-bridge.c
1673F: include/hw/s390x/ap-device.h
1674F: include/hw/s390x/ap-bridge.h
1675F: hw/vfio/ap.c
1676F: docs/system/s390x/vfio-ap.rst
1677L: qemu-s390x@nongnu.org
1678
1679vhost
1680M: Michael S. Tsirkin <mst@redhat.com>
1681S: Supported
1682F: hw/*/*vhost*
1683F: docs/interop/vhost-user.json
1684F: docs/interop/vhost-user.rst
1685F: contrib/vhost-user-*/
1686F: backends/vhost-user.c
1687F: include/sysemu/vhost-user-backend.h
1688
1689virtio
1690M: Michael S. Tsirkin <mst@redhat.com>
1691S: Supported
1692F: hw/*/virtio*
1693F: hw/virtio/Makefile.objs
1694F: hw/virtio/trace-events
1695F: net/vhost-user.c
1696F: include/hw/virtio/
1697
1698virtio-balloon
1699M: Michael S. Tsirkin <mst@redhat.com>
1700M: David Hildenbrand <david@redhat.com>
1701S: Maintained
1702F: hw/virtio/virtio-balloon*.c
1703F: include/hw/virtio/virtio-balloon.h
1704F: balloon.c
1705F: include/sysemu/balloon.h
1706
1707virtio-9p
1708M: Greg Kurz <groug@kaod.org>
1709M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1710S: Odd Fixes
1711F: hw/9pfs/
1712X: hw/9pfs/xen-9p*
1713F: fsdev/
1714F: docs/interop/virtfs-proxy-helper.rst
1715F: tests/qtest/virtio-9p-test.c
1716T: git https://github.com/gkurz/qemu.git 9p-next
1717
1718virtio-blk
1719M: Stefan Hajnoczi <stefanha@redhat.com>
1720L: qemu-block@nongnu.org
1721S: Supported
1722F: hw/block/virtio-blk.c
1723F: hw/block/dataplane/*
1724F: tests/qtest/virtio-blk-test.c
1725T: git https://github.com/stefanha/qemu.git block
1726
1727virtio-ccw
1728M: Cornelia Huck <cohuck@redhat.com>
1729M: Halil Pasic <pasic@linux.ibm.com>
1730S: Supported
1731F: hw/s390x/virtio-ccw*.[hc]
1732F: hw/s390x/vhost-vsock-ccw.c
1733T: git https://github.com/cohuck/qemu.git s390-next
1734T: git https://github.com/borntraeger/qemu.git s390-next
1735L: qemu-s390x@nongnu.org
1736
1737virtiofs
1738M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1739M: Stefan Hajnoczi <stefanha@redhat.com>
1740S: Supported
1741F: tools/virtiofsd/*
1742F: hw/virtio/vhost-user-fs*
1743F: include/hw/virtio/vhost-user-fs.h
1744F: docs/interop/virtiofsd.rst
1745
1746virtio-input
1747M: Gerd Hoffmann <kraxel@redhat.com>
1748S: Maintained
1749F: hw/input/vhost-user-input.c
1750F: hw/input/virtio-input*.c
1751F: include/hw/virtio/virtio-input.h
1752F: contrib/vhost-user-input/*
1753
1754virtio-iommu
1755M: Eric Auger <eric.auger@redhat.com>
1756S: Maintained
1757F: hw/virtio/virtio-iommu*.c
1758F: include/hw/virtio/virtio-iommu.h
1759
1760virtio-serial
1761M: Laurent Vivier <lvivier@redhat.com>
1762R: Amit Shah <amit@kernel.org>
1763S: Supported
1764F: hw/char/virtio-serial-bus.c
1765F: hw/char/virtio-console.c
1766F: include/hw/virtio/virtio-serial.h
1767F: tests/qtest/virtio-serial-test.c
1768
1769virtio-rng
1770M: Laurent Vivier <lvivier@redhat.com>
1771R: Amit Shah <amit@kernel.org>
1772S: Supported
1773F: hw/virtio/virtio-rng.c
1774F: include/hw/virtio/virtio-rng.h
1775F: include/sysemu/rng*.h
1776F: backends/rng*.c
1777F: tests/qtest/virtio-rng-test.c
1778
1779virtio-crypto
1780M: Gonglei <arei.gonglei@huawei.com>
1781S: Supported
1782F: hw/virtio/virtio-crypto.c
1783F: hw/virtio/virtio-crypto-pci.c
1784F: include/hw/virtio/virtio-crypto.h
1785
1786nvme
1787M: Keith Busch <kbusch@kernel.org>
1788L: qemu-block@nongnu.org
1789S: Supported
1790F: hw/block/nvme*
1791F: tests/qtest/nvme-test.c
1792
1793megasas
1794M: Hannes Reinecke <hare@suse.com>
1795L: qemu-block@nongnu.org
1796S: Supported
1797F: hw/scsi/megasas.c
1798F: hw/scsi/mfi.h
1799F: tests/qtest/megasas-test.c
1800
1801Network packet abstractions
1802M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1803S: Maintained
1804F: include/net/eth.h
1805F: net/eth.c
1806F: hw/net/net_rx_pkt*
1807F: hw/net/net_tx_pkt*
1808
1809Vmware
1810M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1811S: Maintained
1812F: hw/net/vmxnet*
1813F: hw/scsi/vmw_pvscsi*
1814F: tests/qtest/vmxnet3-test.c
1815
1816Rocker
1817M: Jiri Pirko <jiri@resnulli.us>
1818S: Maintained
1819F: hw/net/rocker/
1820F: tests/rocker/
1821F: docs/specs/rocker.txt
1822
1823NVDIMM
1824M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1825S: Maintained
1826F: hw/acpi/nvdimm.c
1827F: hw/mem/nvdimm.c
1828F: include/hw/mem/nvdimm.h
1829F: docs/nvdimm.txt
1830
1831e1000x
1832M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1833S: Maintained
1834F: hw/net/e1000x*
1835
1836e1000e
1837M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1838S: Maintained
1839F: hw/net/e1000e*
1840
1841eepro100
1842M: Stefan Weil <sw@weilnetz.de>
1843S: Maintained
1844F: hw/net/eepro100.c
1845
1846tulip
1847M: Sven Schnelle <svens@stackframe.org>
1848S: Maintained
1849F: hw/net/tulip.c
1850F: hw/net/tulip.h
1851
1852Generic Loader
1853M: Alistair Francis <alistair@alistair23.me>
1854S: Maintained
1855F: hw/core/generic-loader.c
1856F: include/hw/core/generic-loader.h
1857F: docs/generic-loader.txt
1858
1859Intel Hexadecimal Object File Loader
1860M: Su Hang <suhang16@mails.ucas.ac.cn>
1861S: Maintained
1862F: tests/qtest/hexloader-test.c
1863F: tests/data/hex-loader/test.hex
1864
1865CHRP NVRAM
1866M: Thomas Huth <thuth@redhat.com>
1867S: Maintained
1868F: hw/nvram/chrp_nvram.c
1869F: include/hw/nvram/chrp_nvram.h
1870F: tests/qtest/prom-env-test.c
1871
1872VM Generation ID
1873M: Ben Warren <ben@skyportsystems.com>
1874S: Maintained
1875F: hw/acpi/vmgenid.c
1876F: include/hw/acpi/vmgenid.h
1877F: docs/specs/vmgenid.txt
1878F: tests/qtest/vmgenid-test.c
1879F: stubs/vmgenid.c
1880
1881Unimplemented device
1882M: Peter Maydell <peter.maydell@linaro.org>
1883R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1884S: Maintained
1885F: include/hw/misc/unimp.h
1886F: hw/misc/unimp.c
1887
1888Empty slot
1889M: Artyom Tarasenko <atar4qemu@gmail.com>
1890R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1891S: Maintained
1892F: include/hw/misc/empty_slot.h
1893F: hw/misc/empty_slot.c
1894
1895Standard VGA
1896M: Gerd Hoffmann <kraxel@redhat.com>
1897S: Maintained
1898F: hw/display/vga*
1899F: hw/display/bochs-display.c
1900F: include/hw/display/vga.h
1901F: include/hw/display/bochs-vbe.h
1902
1903ramfb
1904M: Gerd Hoffmann <kraxel@redhat.com>
1905S: Maintained
1906F: hw/display/ramfb*.c
1907F: include/hw/display/ramfb.h
1908
1909virtio-gpu
1910M: Gerd Hoffmann <kraxel@redhat.com>
1911S: Maintained
1912F: hw/display/virtio-gpu*
1913F: hw/display/virtio-vga.*
1914F: include/hw/virtio/virtio-gpu.h
1915
1916vhost-user-blk
1917M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1918S: Maintained
1919F: contrib/vhost-user-blk/
1920F: contrib/vhost-user-scsi/
1921F: hw/block/vhost-user-blk.c
1922F: hw/scsi/vhost-user-scsi.c
1923F: hw/virtio/vhost-user-blk-pci.c
1924F: hw/virtio/vhost-user-scsi-pci.c
1925F: include/hw/virtio/vhost-user-blk.h
1926F: include/hw/virtio/vhost-user-scsi.h
1927
1928vhost-user-gpu
1929M: Marc-André Lureau <marcandre.lureau@redhat.com>
1930M: Gerd Hoffmann <kraxel@redhat.com>
1931S: Maintained
1932F: docs/interop/vhost-user-gpu.rst
1933F: contrib/vhost-user-gpu
1934F: hw/display/vhost-user-*
1935
1936Cirrus VGA
1937M: Gerd Hoffmann <kraxel@redhat.com>
1938S: Odd Fixes
1939W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1940F: hw/display/cirrus*
1941
1942EDID Generator
1943M: Gerd Hoffmann <kraxel@redhat.com>
1944S: Maintained
1945F: hw/display/edid*
1946F: include/hw/display/edid.h
1947F: qemu-edid.c
1948
1949PIIX4 South Bridge (i82371AB)
1950M: Hervé Poussineau <hpoussin@reactos.org>
1951M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1952S: Maintained
1953F: hw/isa/piix4.c
1954F: include/hw/southbridge/piix.h
1955
1956Firmware configuration (fw_cfg)
1957M: Philippe Mathieu-Daudé <philmd@redhat.com>
1958R: Laszlo Ersek <lersek@redhat.com>
1959R: Gerd Hoffmann <kraxel@redhat.com>
1960S: Supported
1961F: docs/specs/fw_cfg.txt
1962F: hw/nvram/fw_cfg.c
1963F: stubs/fw_cfg.c
1964F: include/hw/nvram/fw_cfg.h
1965F: include/standard-headers/linux/qemu_fw_cfg.h
1966F: tests/qtest/libqos/fw_cfg.c
1967F: tests/qtest/fw_cfg-test.c
1968T: git https://github.com/philmd/qemu.git fw_cfg-next
1969
1970XIVE
1971M: David Gibson <david@gibson.dropbear.id.au>
1972M: Cédric Le Goater <clg@kaod.org>
1973L: qemu-ppc@nongnu.org
1974S: Supported
1975F: hw/*/*xive*
1976F: include/hw/*/*xive*
1977F: docs/*/*xive*
1978
1979Renesas peripherals
1980M: Yoshinori Sato <ysato@users.sourceforge.jp>
1981R: Magnus Damm <magnus.damm@gmail.com>
1982S: Maintained
1983F: hw/char/renesas_sci.c
1984F: hw/char/sh_serial.c
1985F: hw/timer/renesas_*.c
1986F: hw/timer/sh_timer.c
1987F: include/hw/char/renesas_sci.h
1988F: include/hw/sh4/sh.h
1989F: include/hw/timer/renesas_*.h
1990
1991Renesas RX peripherals
1992M: Yoshinori Sato <ysato@users.sourceforge.jp>
1993S: Maintained
1994F: hw/intc/rx_icu.c
1995F: hw/rx/
1996F: include/hw/intc/rx_icu.h
1997F: include/hw/rx/
1998
1999Subsystems
2000----------
2001Audio
2002M: Gerd Hoffmann <kraxel@redhat.com>
2003S: Maintained
2004F: audio/
2005F: hw/audio/
2006F: include/hw/audio/
2007F: tests/qtest/ac97-test.c
2008F: tests/qtest/es1370-test.c
2009F: tests/qtest/intel-hda-test.c
2010
2011Block layer core
2012M: Kevin Wolf <kwolf@redhat.com>
2013M: Max Reitz <mreitz@redhat.com>
2014L: qemu-block@nongnu.org
2015S: Supported
2016F: block*
2017F: block/
2018F: hw/block/
2019F: include/block/
2020F: qemu-img*
2021F: docs/interop/qemu-img.rst
2022F: qemu-io*
2023F: tests/qemu-iotests/
2024F: util/qemu-progress.c
2025F: qobject/block-qdict.c
2026F: tests/check-block-qdict.c
2027T: git https://repo.or.cz/qemu/kevin.git block
2028
2029Block I/O path
2030M: Stefan Hajnoczi <stefanha@redhat.com>
2031M: Fam Zheng <fam@euphon.net>
2032L: qemu-block@nongnu.org
2033S: Supported
2034F: util/async.c
2035F: util/aio-*.c
2036F: util/aio-*.h
2037F: util/fdmon-*.c
2038F: block/io.c
2039F: migration/block*
2040F: include/block/aio.h
2041F: include/block/aio-wait.h
2042F: scripts/qemugdb/aio.py
2043T: git https://github.com/stefanha/qemu.git block
2044
2045Block SCSI subsystem
2046M: Paolo Bonzini <pbonzini@redhat.com>
2047R: Fam Zheng <fam@euphon.net>
2048L: qemu-block@nongnu.org
2049S: Supported
2050F: include/scsi/*
2051F: scsi/*
2052
2053Block Jobs
2054M: John Snow <jsnow@redhat.com>
2055L: qemu-block@nongnu.org
2056S: Supported
2057F: blockjob.c
2058F: include/block/blockjob.h
2059F: job.c
2060F: job-qmp.c
2061F: include/qemu/job.h
2062F: block/backup.c
2063F: block/commit.c
2064F: block/stream.c
2065F: block/mirror.c
2066F: qapi/job.json
2067T: git https://github.com/jnsnow/qemu.git jobs
2068
2069Block QAPI, monitor, command line
2070M: Markus Armbruster <armbru@redhat.com>
2071S: Supported
2072F: blockdev.c
2073F: blockdev-hmp-cmds.c
2074F: block/qapi.c
2075F: qapi/block*.json
2076F: qapi/transaction.json
2077T: git https://repo.or.cz/qemu/armbru.git block-next
2078
2079Dirty Bitmaps
2080M: Eric Blake <eblake@redhat.com>
2081M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2082R: John Snow <jsnow@redhat.com>
2083L: qemu-block@nongnu.org
2084S: Supported
2085F: include/qemu/hbitmap.h
2086F: include/block/dirty-bitmap.h
2087F: block/monitor/bitmap-qmp-cmds.c
2088F: block/dirty-bitmap.c
2089F: block/qcow2-bitmap.c
2090F: migration/block-dirty-bitmap.c
2091F: util/hbitmap.c
2092F: tests/test-hbitmap.c
2093F: docs/interop/bitmaps.rst
2094T: git https://repo.or.cz/qemu/ericb.git bitmaps
2095
2096Character device backends
2097M: Marc-André Lureau <marcandre.lureau@redhat.com>
2098R: Paolo Bonzini <pbonzini@redhat.com>
2099S: Maintained
2100F: chardev/
2101F: include/chardev/
2102F: qapi/char.json
2103
2104Character Devices (Braille)
2105M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2106S: Maintained
2107F: chardev/baum.c
2108
2109Command line option argument parsing
2110M: Markus Armbruster <armbru@redhat.com>
2111S: Supported
2112F: include/qemu/option.h
2113F: tests/test-keyval.c
2114F: tests/test-qemu-opts.c
2115F: util/keyval.c
2116F: util/qemu-option.c
2117
2118Coverity model
2119M: Markus Armbruster <armbru@redhat.com>
2120S: Supported
2121F: scripts/coverity-model.c
2122
2123Coverity Scan integration
2124M: Peter Maydell <peter.maydell@linaro.org>
2125S: Maintained
2126F: scripts/coverity-scan/
2127
2128Device Tree
2129M: Alistair Francis <alistair.francis@wdc.com>
2130R: David Gibson <david@gibson.dropbear.id.au>
2131S: Maintained
2132F: device_tree.c
2133F: include/sysemu/device_tree.h
2134
2135Dump
2136S: Supported
2137M: Marc-André Lureau <marcandre.lureau@redhat.com>
2138F: dump/
2139F: hw/misc/vmcoreinfo.c
2140F: include/hw/misc/vmcoreinfo.h
2141F: include/qemu/win_dump_defs
2142F: include/sysemu/dump-arch.h
2143F: include/sysemu/dump.h
2144F: qapi/dump.json
2145F: scripts/dump-guest-memory.py
2146F: stubs/dump.c
2147
2148Error reporting
2149M: Markus Armbruster <armbru@redhat.com>
2150S: Supported
2151F: include/qapi/error.h
2152F: include/qemu/error-report.h
2153F: qapi/error.json
2154F: util/error.c
2155F: util/qemu-error.c
2156F: scripts/coccinelle/err-bad-newline.cocci
2157F: scripts/coccinelle/error-use-after-free.cocci
2158F: scripts/coccinelle/error_propagate_null.cocci
2159F: scripts/coccinelle/remove_local_err.cocci
2160F: scripts/coccinelle/use-error_fatal.cocci
2161
2162GDB stub
2163M: Alex Bennée <alex.bennee@linaro.org>
2164R: Philippe Mathieu-Daudé <philmd@redhat.com>
2165S: Maintained
2166F: gdbstub*
2167F: gdb-xml/
2168
2169Memory API
2170M: Paolo Bonzini <pbonzini@redhat.com>
2171S: Supported
2172F: include/exec/ioport.h
2173F: ioport.c
2174F: include/exec/memop.h
2175F: include/exec/memory.h
2176F: include/exec/ram_addr.h
2177F: include/exec/ramblock.h
2178F: memory.c
2179F: include/exec/memory-internal.h
2180F: exec.c
2181F: scripts/coccinelle/memory-region-housekeeping.cocci
2182
2183SPICE
2184M: Gerd Hoffmann <kraxel@redhat.com>
2185S: Supported
2186F: include/ui/qemu-spice.h
2187F: include/ui/spice-display.h
2188F: ui/spice-*.c
2189F: audio/spiceaudio.c
2190F: hw/display/qxl*
2191F: qapi/ui.json
2192F: docs/spice-port-fqdn.txt
2193
2194Graphics
2195M: Gerd Hoffmann <kraxel@redhat.com>
2196S: Odd Fixes
2197F: ui/
2198F: include/ui/
2199F: qapi/ui.json
2200F: util/drm.c
2201
2202Cocoa graphics
2203M: Peter Maydell <peter.maydell@linaro.org>
2204S: Odd Fixes
2205F: ui/cocoa.m
2206
2207Main loop
2208M: Paolo Bonzini <pbonzini@redhat.com>
2209S: Maintained
2210F: cpus.c
2211F: include/qemu/main-loop.h
2212F: include/sysemu/runstate.h
2213F: util/main-loop.c
2214F: util/qemu-timer.c
2215F: softmmu/vl.c
2216F: softmmu/main.c
2217F: qapi/run-state.json
2218
2219Human Monitor (HMP)
2220M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2221S: Maintained
2222F: monitor/monitor-internal.h
2223F: monitor/misc.c
2224F: monitor/monitor.c
2225F: monitor/hmp*
2226F: hmp.h
2227F: hmp-commands*.hx
2228F: include/monitor/hmp-target.h
2229F: tests/qtest/test-hmp.c
2230F: include/qemu/qemu-print.h
2231F: util/qemu-print.c
2232
2233Network device backends
2234M: Jason Wang <jasowang@redhat.com>
2235S: Maintained
2236F: net/
2237F: include/net/
2238F: qemu-bridge-helper.c
2239T: git https://github.com/jasowang/qemu.git net
2240F: qapi/net.json
2241
2242Netmap network backend
2243M: Luigi Rizzo <rizzo@iet.unipi.it>
2244M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2245M: Vincenzo Maffione <v.maffione@gmail.com>
2246W: http://info.iet.unipi.it/~luigi/netmap/
2247S: Maintained
2248F: net/netmap.c
2249
2250Host Memory Backends
2251M: Eduardo Habkost <ehabkost@redhat.com>
2252M: Igor Mammedov <imammedo@redhat.com>
2253S: Maintained
2254F: backends/hostmem*.c
2255F: include/sysemu/hostmem.h
2256T: git https://github.com/ehabkost/qemu.git machine-next
2257
2258Cryptodev Backends
2259M: Gonglei <arei.gonglei@huawei.com>
2260S: Maintained
2261F: include/sysemu/cryptodev*.h
2262F: backends/cryptodev*.c
2263
2264Python scripts
2265M: Eduardo Habkost <ehabkost@redhat.com>
2266M: Cleber Rosa <crosa@redhat.com>
2267S: Odd fixes
2268F: python/qemu/*py
2269F: scripts/*.py
2270F: tests/*.py
2271
2272Benchmark util
2273M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2274S: Maintained
2275F: scripts/simplebench/
2276
2277QAPI
2278M: Markus Armbruster <armbru@redhat.com>
2279M: Michael Roth <mdroth@linux.vnet.ibm.com>
2280S: Supported
2281F: qapi/
2282X: qapi/*.json
2283F: include/qapi/
2284X: include/qapi/qmp/
2285F: include/qapi/qmp/dispatch.h
2286F: tests/qapi-schema/
2287F: tests/test-*-visitor.c
2288F: tests/test-qapi-*.c
2289F: tests/test-qmp-*.c
2290F: tests/test-visitor-serialization.c
2291F: scripts/qapi-gen.py
2292F: scripts/qapi/*
2293F: docs/devel/qapi*
2294T: git https://repo.or.cz/qemu/armbru.git qapi-next
2295
2296QAPI Schema
2297M: Eric Blake <eblake@redhat.com>
2298M: Markus Armbruster <armbru@redhat.com>
2299S: Supported
2300F: qapi/*.json
2301T: git https://repo.or.cz/qemu/armbru.git qapi-next
2302
2303QObject
2304M: Markus Armbruster <armbru@redhat.com>
2305S: Supported
2306F: qobject/
2307F: include/qapi/qmp/
2308X: include/qapi/qmp/dispatch.h
2309F: scripts/coccinelle/qobject.cocci
2310F: tests/check-qdict.c
2311F: tests/check-qjson.c
2312F: tests/check-qlist.c
2313F: tests/check-qlit.c
2314F: tests/check-qnull.c
2315F: tests/check-qnum.c
2316F: tests/check-qobject.c
2317F: tests/check-qstring.c
2318F: tests/data/qobject/qdict.txt
2319T: git https://repo.or.cz/qemu/armbru.git qapi-next
2320
2321QEMU Guest Agent
2322M: Michael Roth <mdroth@linux.vnet.ibm.com>
2323S: Maintained
2324F: qga/
2325F: docs/interop/qemu-ga.rst
2326F: scripts/qemu-guest-agent/
2327F: tests/test-qga.c
2328F: docs/interop/qemu-ga-ref.texi
2329T: git https://github.com/mdroth/qemu.git qga
2330
2331QOM
2332M: Paolo Bonzini <pbonzini@redhat.com>
2333R: Daniel P. Berrange <berrange@redhat.com>
2334R: Eduardo Habkost <ehabkost@redhat.com>
2335S: Supported
2336F: docs/qdev-device-use.txt
2337F: hw/core/qdev*
2338F: hw/core/bus.c
2339F: hw/core/sysbus.c
2340F: include/hw/qdev*
2341F: include/monitor/qdev.h
2342F: include/qom/
2343F: qapi/qom.json
2344F: qapi/qdev.json
2345F: qdev-monitor.c
2346F: qom/
2347F: tests/check-qom-interface.c
2348F: tests/check-qom-proplist.c
2349F: tests/test-qdev-global-props.c
2350
2351QMP
2352M: Markus Armbruster <armbru@redhat.com>
2353S: Supported
2354F: monitor/monitor-internal.h
2355F: monitor/qmp*
2356F: monitor/misc.c
2357F: monitor/monitor.c
2358F: qapi/error.json
2359F: docs/devel/*qmp-*
2360F: docs/interop/*qmp-*
2361F: scripts/qmp/
2362F: tests/qtest/qmp-test.c
2363F: tests/qtest/qmp-cmd-test.c
2364T: git https://repo.or.cz/qemu/armbru.git qapi-next
2365
2366qtest
2367M: Thomas Huth <thuth@redhat.com>
2368M: Laurent Vivier <lvivier@redhat.com>
2369R: Paolo Bonzini <pbonzini@redhat.com>
2370S: Maintained
2371F: qtest.c
2372F: accel/qtest.c
2373F: tests/qtest/
2374X: tests/qtest/bios-tables-test-allowed-diff.h
2375
2376Device Fuzzing
2377M: Alexander Bulekov <alxndr@bu.edu>
2378R: Paolo Bonzini <pbonzini@redhat.com>
2379R: Bandan Das <bsd@redhat.com>
2380R: Stefan Hajnoczi <stefanha@redhat.com>
2381S: Maintained
2382F: tests/qtest/fuzz/
2383F: scripts/oss-fuzz/
2384
2385Register API
2386M: Alistair Francis <alistair@alistair23.me>
2387S: Maintained
2388F: hw/core/register.c
2389F: include/hw/register.h
2390F: include/hw/registerfields.h
2391
2392SLIRP
2393M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2394S: Maintained
2395F: slirp/
2396F: net/slirp.c
2397F: include/net/slirp.h
2398T: git https://people.debian.org/~sthibault/qemu.git slirp
2399
2400Streams
2401M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2402S: Maintained
2403F: hw/core/stream.c
2404F: include/hw/stream.h
2405
2406Stubs
2407M: Paolo Bonzini <pbonzini@redhat.com>
2408S: Maintained
2409F: stubs/
2410
2411Tracing
2412M: Stefan Hajnoczi <stefanha@redhat.com>
2413S: Maintained
2414F: trace/
2415F: trace-events
2416F: docs/qemu-option-trace.rst.inc
2417F: scripts/tracetool.py
2418F: scripts/tracetool/
2419F: scripts/qemu-trace-stap*
2420F: docs/interop/qemu-trace-stap.rst
2421F: docs/devel/tracing.txt
2422T: git https://github.com/stefanha/qemu.git tracing
2423
2424TPM
2425M: Stefan Berger <stefanb@linux.ibm.com>
2426S: Maintained
2427F: tpm.c
2428F: stubs/tpm.c
2429F: hw/tpm/*
2430F: include/hw/acpi/tpm.h
2431F: include/sysemu/tpm*
2432F: qapi/tpm.json
2433F: backends/tpm.c
2434F: tests/qtest/*tpm*
2435T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2436
2437Checkpatch
2438S: Odd Fixes
2439F: scripts/checkpatch.pl
2440
2441Migration
2442M: Juan Quintela <quintela@redhat.com>
2443M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2444S: Maintained
2445F: hw/core/vmstate-if.c
2446F: include/hw/vmstate-if.h
2447F: include/migration/
2448F: migration/
2449F: scripts/vmstate-static-checker.py
2450F: tests/vmstate-static-checker-data/
2451F: tests/qtest/migration-test.c
2452F: docs/devel/migration.rst
2453F: qapi/migration.json
2454
2455D-Bus
2456M: Marc-André Lureau <marcandre.lureau@redhat.com>
2457S: Maintained
2458F: backends/dbus-vmstate.c
2459F: tests/dbus-vmstate*
2460F: util/dbus.c
2461F: include/qemu/dbus.h
2462F: docs/interop/dbus.rst
2463F: docs/interop/dbus-vmstate.rst
2464
2465Seccomp
2466M: Eduardo Otubo <otubo@redhat.com>
2467S: Supported
2468F: qemu-seccomp.c
2469F: include/sysemu/seccomp.h
2470
2471Cryptography
2472M: Daniel P. Berrange <berrange@redhat.com>
2473S: Maintained
2474F: crypto/
2475F: include/crypto/
2476F: tests/test-crypto-*
2477F: tests/benchmark-crypto-*
2478F: tests/crypto-tls-*
2479F: tests/pkix_asn1_tab.c
2480F: qemu.sasl
2481
2482Coroutines
2483M: Stefan Hajnoczi <stefanha@redhat.com>
2484M: Kevin Wolf <kwolf@redhat.com>
2485S: Maintained
2486F: util/*coroutine*
2487F: include/qemu/coroutine*
2488F: tests/test-coroutine.c
2489
2490Buffers
2491M: Daniel P. Berrange <berrange@redhat.com>
2492S: Odd fixes
2493F: util/buffer.c
2494F: include/qemu/buffer.h
2495
2496I/O Channels
2497M: Daniel P. Berrange <berrange@redhat.com>
2498S: Maintained
2499F: io/
2500F: include/io/
2501F: tests/test-io-*
2502
2503User authorization
2504M: Daniel P. Berrange <berrange@redhat.com>
2505S: Maintained
2506F: authz/
2507F: qapi/authz.json
2508F: include/authz/
2509F: tests/test-authz-*
2510
2511Sockets
2512M: Daniel P. Berrange <berrange@redhat.com>
2513M: Gerd Hoffmann <kraxel@redhat.com>
2514S: Maintained
2515F: include/qemu/sockets.h
2516F: util/qemu-sockets.c
2517F: qapi/sockets.json
2518
2519File monitor
2520M: Daniel P. Berrange <berrange@redhat.com>
2521S: Odd fixes
2522F: util/filemonitor*.c
2523F: include/qemu/filemonitor.h
2524F: tests/test-util-filemonitor.c
2525
2526Throttling infrastructure
2527M: Alberto Garcia <berto@igalia.com>
2528S: Supported
2529F: block/throttle-groups.c
2530F: include/block/throttle-groups.h
2531F: include/qemu/throttle*.h
2532F: util/throttle.c
2533F: docs/throttle.txt
2534F: tests/test-throttle.c
2535L: qemu-block@nongnu.org
2536
2537UUID
2538M: Fam Zheng <fam@euphon.net>
2539S: Supported
2540F: util/uuid.c
2541F: include/qemu/uuid.h
2542F: tests/test-uuid.c
2543
2544COLO Framework
2545M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2546S: Maintained
2547F: migration/colo*
2548F: include/migration/colo.h
2549F: include/migration/failover.h
2550F: docs/COLO-FT.txt
2551
2552COLO Proxy
2553M: Zhang Chen <chen.zhang@intel.com>
2554M: Li Zhijian <lizhijian@cn.fujitsu.com>
2555S: Supported
2556F: docs/colo-proxy.txt
2557F: net/colo*
2558F: net/filter-rewriter.c
2559F: net/filter-mirror.c
2560
2561Record/replay
2562M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2563R: Paolo Bonzini <pbonzini@redhat.com>
2564W: https://wiki.qemu.org/Features/record-replay
2565S: Supported
2566F: replay/*
2567F: block/blkreplay.c
2568F: net/filter-replay.c
2569F: include/sysemu/replay.h
2570F: docs/replay.txt
2571F: stubs/replay.c
2572F: tests/acceptance/replay_kernel.py
2573
2574IOVA Tree
2575M: Peter Xu <peterx@redhat.com>
2576S: Maintained
2577F: include/qemu/iova-tree.h
2578F: util/iova-tree.c
2579
2580elf2dmp
2581M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2582S: Maintained
2583F: contrib/elf2dmp/
2584
2585I2C and SMBus
2586M: Corey Minyard <cminyard@mvista.com>
2587S: Maintained
2588F: hw/i2c/core.c
2589F: hw/i2c/smbus_slave.c
2590F: hw/i2c/smbus_master.c
2591F: hw/i2c/smbus_eeprom.c
2592F: include/hw/i2c/i2c.h
2593F: include/hw/i2c/smbus_master.h
2594F: include/hw/i2c/smbus_slave.h
2595F: include/hw/i2c/smbus_eeprom.h
2596
2597EDK2 Firmware
2598M: Laszlo Ersek <lersek@redhat.com>
2599M: Philippe Mathieu-Daudé <philmd@redhat.com>
2600S: Supported
2601F: pc-bios/descriptors/??-edk2-*.json
2602F: pc-bios/edk2-*
2603F: roms/Makefile.edk2
2604F: roms/edk2
2605F: roms/edk2-*
2606F: tests/data/uefi-boot-images/
2607F: tests/uefi-test-tools/
2608F: .gitlab-ci.d/edk2.yml
2609F: .gitlab-ci.d/edk2/
2610
2611Usermode Emulation
2612------------------
2613Overall usermode emulation
2614M: Riku Voipio <riku.voipio@iki.fi>
2615S: Maintained
2616F: thunk.c
2617F: accel/tcg/user-exec*.c
2618
2619BSD user
2620S: Orphan
2621F: bsd-user/
2622F: default-configs/*-bsd-user.mak
2623
2624Linux user
2625M: Riku Voipio <riku.voipio@iki.fi>
2626R: Laurent Vivier <laurent@vivier.eu>
2627S: Maintained
2628F: linux-user/
2629F: default-configs/*-linux-user.mak
2630F: scripts/qemu-binfmt-conf.sh
2631F: scripts/update-syscalltbl.sh
2632F: scripts/update-mips-syscall-args.sh
2633F: scripts/gensyscalls.sh
2634
2635Tiny Code Generator (TCG)
2636-------------------------
2637Common TCG code
2638M: Richard Henderson <rth@twiddle.net>
2639S: Maintained
2640F: tcg/
2641F: include/tcg/
2642
2643TCG Plugins
2644M: Alex Bennée <alex.bennee@linaro.org>
2645S: Maintained
2646F: docs/devel/tcg-plugins.rst
2647F: plugins/
2648F: tests/plugin
2649
2650AArch64 TCG target
2651M: Richard Henderson <richard.henderson@linaro.org>
2652S: Maintained
2653L: qemu-arm@nongnu.org
2654F: tcg/aarch64/
2655F: disas/arm-a64.cc
2656F: disas/libvixl/
2657
2658ARM TCG target
2659M: Andrzej Zaborowski <balrogg@gmail.com>
2660S: Maintained
2661L: qemu-arm@nongnu.org
2662F: tcg/arm/
2663F: disas/arm.c
2664
2665i386 TCG target
2666M: Richard Henderson <rth@twiddle.net>
2667S: Maintained
2668F: tcg/i386/
2669F: disas/i386.c
2670
2671MIPS TCG target
2672M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2673R: Aurelien Jarno <aurelien@aurel32.net>
2674R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2675S: Maintained
2676F: tcg/mips/
2677
2678PPC TCG target
2679M: Richard Henderson <rth@twiddle.net>
2680S: Odd Fixes
2681F: tcg/ppc/
2682F: disas/ppc.c
2683
2684RISC-V TCG target
2685M: Palmer Dabbelt <palmer@dabbelt.com>
2686M: Alistair Francis <Alistair.Francis@wdc.com>
2687L: qemu-riscv@nongnu.org
2688S: Maintained
2689F: tcg/riscv/
2690F: disas/riscv.c
2691
2692S390 TCG target
2693M: Richard Henderson <rth@twiddle.net>
2694S: Maintained
2695F: tcg/s390/
2696F: disas/s390.c
2697L: qemu-s390x@nongnu.org
2698
2699SPARC TCG target
2700S: Odd Fixes
2701F: tcg/sparc/
2702F: disas/sparc.c
2703
2704TCI TCG target
2705M: Stefan Weil <sw@weilnetz.de>
2706S: Maintained
2707F: tcg/tci/
2708F: tcg/tci.c
2709F: disas/tci.c
2710
2711Block drivers
2712-------------
2713VMDK
2714M: Fam Zheng <fam@euphon.net>
2715L: qemu-block@nongnu.org
2716S: Supported
2717F: block/vmdk.c
2718
2719RBD
2720M: Jason Dillaman <dillaman@redhat.com>
2721L: qemu-block@nongnu.org
2722S: Supported
2723F: block/rbd.c
2724
2725Sheepdog
2726M: Liu Yuan <namei.unix@gmail.com>
2727L: qemu-block@nongnu.org
2728L: sheepdog@lists.wpkg.org
2729S: Odd Fixes
2730F: block/sheepdog.c
2731
2732VHDX
2733M: Jeff Cody <codyprime@gmail.com>
2734L: qemu-block@nongnu.org
2735S: Supported
2736F: block/vhdx*
2737
2738VDI
2739M: Stefan Weil <sw@weilnetz.de>
2740L: qemu-block@nongnu.org
2741S: Maintained
2742F: block/vdi.c
2743
2744iSCSI
2745M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2746M: Paolo Bonzini <pbonzini@redhat.com>
2747M: Peter Lieven <pl@kamp.de>
2748L: qemu-block@nongnu.org
2749S: Odd Fixes
2750F: block/iscsi.c
2751F: block/iscsi-opts.c
2752
2753Network Block Device (NBD)
2754M: Eric Blake <eblake@redhat.com>
2755L: qemu-block@nongnu.org
2756S: Maintained
2757F: block/nbd*
2758F: nbd/
2759F: include/block/nbd*
2760F: qemu-nbd.*
2761F: blockdev-nbd.c
2762F: docs/interop/nbd.txt
2763F: docs/interop/qemu-nbd.rst
2764T: git https://repo.or.cz/qemu/ericb.git nbd
2765
2766NFS
2767M: Peter Lieven <pl@kamp.de>
2768L: qemu-block@nongnu.org
2769S: Maintained
2770F: block/nfs.c
2771
2772SSH
2773M: Richard W.M. Jones <rjones@redhat.com>
2774L: qemu-block@nongnu.org
2775S: Supported
2776F: block/ssh.c
2777
2778CURL
2779L: qemu-block@nongnu.org
2780S: Odd Fixes
2781F: block/curl.c
2782
2783GLUSTER
2784L: qemu-block@nongnu.org
2785L: integration@gluster.org
2786S: Odd Fixes
2787F: block/gluster.c
2788
2789Null Block Driver
2790M: Fam Zheng <fam@euphon.net>
2791L: qemu-block@nongnu.org
2792S: Supported
2793F: block/null.c
2794
2795NVMe Block Driver
2796M: Fam Zheng <fam@euphon.net>
2797L: qemu-block@nongnu.org
2798S: Supported
2799F: block/nvme*
2800
2801Bootdevice
2802M: Gonglei <arei.gonglei@huawei.com>
2803S: Maintained
2804F: bootdevice.c
2805
2806Quorum
2807M: Alberto Garcia <berto@igalia.com>
2808S: Supported
2809F: block/quorum.c
2810L: qemu-block@nongnu.org
2811
2812blklogwrites
2813M: Ari Sundholm <ari@tuxera.com>
2814L: qemu-block@nongnu.org
2815S: Supported
2816F: block/blklogwrites.c
2817
2818blkverify
2819M: Stefan Hajnoczi <stefanha@redhat.com>
2820L: qemu-block@nongnu.org
2821S: Supported
2822F: block/blkverify.c
2823
2824bochs
2825M: Stefan Hajnoczi <stefanha@redhat.com>
2826L: qemu-block@nongnu.org
2827S: Supported
2828F: block/bochs.c
2829
2830cloop
2831M: Stefan Hajnoczi <stefanha@redhat.com>
2832L: qemu-block@nongnu.org
2833S: Supported
2834F: block/cloop.c
2835
2836dmg
2837M: Stefan Hajnoczi <stefanha@redhat.com>
2838L: qemu-block@nongnu.org
2839S: Supported
2840F: block/dmg.c
2841
2842parallels
2843M: Stefan Hajnoczi <stefanha@redhat.com>
2844M: Denis V. Lunev <den@openvz.org>
2845L: qemu-block@nongnu.org
2846S: Supported
2847F: block/parallels.c
2848F: docs/interop/parallels.txt
2849
2850qed
2851M: Stefan Hajnoczi <stefanha@redhat.com>
2852L: qemu-block@nongnu.org
2853S: Supported
2854F: block/qed.c
2855
2856raw
2857M: Kevin Wolf <kwolf@redhat.com>
2858L: qemu-block@nongnu.org
2859S: Supported
2860F: block/linux-aio.c
2861F: include/block/raw-aio.h
2862F: block/raw-format.c
2863F: block/file-posix.c
2864F: block/file-win32.c
2865F: block/win32-aio.c
2866
2867Linux io_uring
2868M: Aarushi Mehta <mehta.aaru20@gmail.com>
2869M: Julia Suvorova <jusual@redhat.com>
2870M: Stefan Hajnoczi <stefanha@redhat.com>
2871L: qemu-block@nongnu.org
2872S: Maintained
2873F: block/io_uring.c
2874F: stubs/io_uring.c
2875
2876qcow2
2877M: Kevin Wolf <kwolf@redhat.com>
2878M: Max Reitz <mreitz@redhat.com>
2879L: qemu-block@nongnu.org
2880S: Supported
2881F: block/qcow2*
2882F: docs/interop/qcow2.txt
2883
2884qcow
2885M: Kevin Wolf <kwolf@redhat.com>
2886L: qemu-block@nongnu.org
2887S: Supported
2888F: block/qcow.c
2889
2890blkdebug
2891M: Kevin Wolf <kwolf@redhat.com>
2892M: Max Reitz <mreitz@redhat.com>
2893L: qemu-block@nongnu.org
2894S: Supported
2895F: block/blkdebug.c
2896
2897vpc
2898M: Kevin Wolf <kwolf@redhat.com>
2899L: qemu-block@nongnu.org
2900S: Supported
2901F: block/vpc.c
2902
2903vvfat
2904M: Kevin Wolf <kwolf@redhat.com>
2905L: qemu-block@nongnu.org
2906S: Supported
2907F: block/vvfat.c
2908
2909Image format fuzzer
2910M: Stefan Hajnoczi <stefanha@redhat.com>
2911L: qemu-block@nongnu.org
2912S: Supported
2913F: tests/image-fuzzer/
2914
2915Replication
2916M: Wen Congyang <wencongyang2@huawei.com>
2917M: Xie Changlong <xiechanglong.d@gmail.com>
2918S: Supported
2919F: replication*
2920F: block/replication.c
2921F: tests/test-replication.c
2922F: docs/block-replication.txt
2923
2924PVRDMA
2925M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2926M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2927S: Maintained
2928F: hw/rdma/*
2929F: hw/rdma/vmw/*
2930F: docs/pvrdma.txt
2931F: contrib/rdmacm-mux/*
2932F: qapi/rdma.json
2933
2934Semihosting
2935M: Alex Bennée <alex.bennee@linaro.org>
2936S: Maintained
2937F: hw/semihosting/
2938F: include/hw/semihosting/
2939
2940Build and test automation
2941-------------------------
2942Build and test automation
2943M: Alex Bennée <alex.bennee@linaro.org>
2944M: Fam Zheng <fam@euphon.net>
2945R: Philippe Mathieu-Daudé <philmd@redhat.com>
2946S: Maintained
2947F: .github/lockdown.yml
2948F: .travis.yml
2949F: scripts/travis/
2950F: .shippable.yml
2951F: tests/docker/
2952F: tests/vm/
2953F: scripts/archive-source.sh
2954W: https://travis-ci.org/qemu/qemu
2955W: https://app.shippable.com/github/qemu/qemu
2956W: http://patchew.org/QEMU/
2957
2958FreeBSD Hosted Continuous Integration
2959M: Ed Maste <emaste@freebsd.org>
2960M: Li-Wen Hsu <lwhsu@freebsd.org>
2961S: Maintained
2962F: .cirrus.yml
2963W: https://cirrus-ci.com/github/qemu/qemu
2964
2965GitLab Continuous Integration
2966M: Thomas Huth <thuth@redhat.com>
2967M: Philippe Mathieu-Daudé <philmd@redhat.com>
2968M: Alex Bennée <alex.bennee@linaro.org>
2969R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2970S: Maintained
2971F: .gitlab-ci.yml
2972
2973Guest Test Compilation Support
2974M: Alex Bennée <alex.bennee@linaro.org>
2975R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2976S: Maintained
2977F: tests/tcg/Makefile
2978F: tests/tcg/Makefile.include
2979
2980Acceptance (Integration) Testing with the Avocado framework
2981W: https://trello.com/b/6Qi1pxVn/avocado-qemu
2982R: Cleber Rosa <crosa@redhat.com>
2983R: Philippe Mathieu-Daudé <philmd@redhat.com>
2984R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2985S: Odd Fixes
2986F: tests/acceptance/
2987
2988Documentation
2989-------------
2990Build system architecture
2991M: Daniel P. Berrange <berrange@redhat.com>
2992S: Odd Fixes
2993F: docs/devel/build-system.txt
2994
2995GIT Data Mining Config
2996M: Alex Bennée <alex.bennee@linaro.org>
2997S: Odd Fixes
2998F: gitdm.config
2999F: contrib/gitdm/*
3000
3001Incompatible changes
3002R: libvir-list@redhat.com
3003F: docs/system/deprecated.rst
3004
3005Build System
3006------------
3007GIT submodules
3008M: Daniel P. Berrange <berrange@redhat.com>
3009S: Odd Fixes
3010F: scripts/git-submodule.sh
3011
3012UI translations
3013M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3014F: po/*.po
3015
3016Sphinx documentation configuration and build machinery
3017M: Peter Maydell <peter.maydell@linaro.org>
3018S: Maintained
3019F: docs/conf.py
3020F: docs/*/conf.py
3021