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