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