xref: /openbmc/qemu/MAINTAINERS (revision 740b1759)
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://gitlab.com/jsnow/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://gitlab.com/jsnow/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
2094CAN bus subsystem and hardware
2095M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2096M: Vikram Garhwal <fnu.vikram@xilinx.com>
2097S: Maintained
2098W: https://canbus.pages.fel.cvut.cz/
2099F: net/can/*
2100F: hw/net/can/*
2101F: include/net/can_*.h
2102
2103Subsystems
2104----------
2105Audio
2106M: Gerd Hoffmann <kraxel@redhat.com>
2107S: Maintained
2108F: audio/
2109F: hw/audio/
2110F: include/hw/audio/
2111F: tests/qtest/ac97-test.c
2112F: tests/qtest/es1370-test.c
2113F: tests/qtest/intel-hda-test.c
2114
2115Block layer core
2116M: Kevin Wolf <kwolf@redhat.com>
2117M: Max Reitz <mreitz@redhat.com>
2118L: qemu-block@nongnu.org
2119S: Supported
2120F: block*
2121F: block/
2122F: hw/block/
2123F: include/block/
2124F: qemu-img*
2125F: docs/interop/qemu-img.rst
2126F: qemu-io*
2127F: tests/qemu-iotests/
2128F: util/qemu-progress.c
2129F: qobject/block-qdict.c
2130F: tests/check-block-qdict.c
2131T: git https://repo.or.cz/qemu/kevin.git block
2132
2133Block I/O path
2134M: Stefan Hajnoczi <stefanha@redhat.com>
2135M: Fam Zheng <fam@euphon.net>
2136L: qemu-block@nongnu.org
2137S: Supported
2138F: util/async.c
2139F: util/aio-*.c
2140F: util/aio-*.h
2141F: util/fdmon-*.c
2142F: block/io.c
2143F: migration/block*
2144F: include/block/aio.h
2145F: include/block/aio-wait.h
2146F: scripts/qemugdb/aio.py
2147F: tests/test-fdmon-epoll.c
2148T: git https://github.com/stefanha/qemu.git block
2149
2150Block SCSI subsystem
2151M: Paolo Bonzini <pbonzini@redhat.com>
2152R: Fam Zheng <fam@euphon.net>
2153L: qemu-block@nongnu.org
2154S: Supported
2155F: include/scsi/*
2156F: scsi/*
2157
2158Block Jobs
2159M: John Snow <jsnow@redhat.com>
2160L: qemu-block@nongnu.org
2161S: Supported
2162F: blockjob.c
2163F: include/block/blockjob.h
2164F: job.c
2165F: job-qmp.c
2166F: include/qemu/job.h
2167F: block/backup.c
2168F: block/commit.c
2169F: block/stream.c
2170F: block/mirror.c
2171F: qapi/job.json
2172T: git https://gitlab.com/jsnow/qemu.git jobs
2173
2174Block QAPI, monitor, command line
2175M: Markus Armbruster <armbru@redhat.com>
2176S: Supported
2177F: blockdev.c
2178F: blockdev-hmp-cmds.c
2179F: block/qapi.c
2180F: qapi/block*.json
2181F: qapi/transaction.json
2182T: git https://repo.or.cz/qemu/armbru.git block-next
2183
2184Dirty Bitmaps
2185M: Eric Blake <eblake@redhat.com>
2186M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2187R: John Snow <jsnow@redhat.com>
2188L: qemu-block@nongnu.org
2189S: Supported
2190F: include/qemu/hbitmap.h
2191F: include/block/dirty-bitmap.h
2192F: block/monitor/bitmap-qmp-cmds.c
2193F: block/dirty-bitmap.c
2194F: block/qcow2-bitmap.c
2195F: migration/block-dirty-bitmap.c
2196F: util/hbitmap.c
2197F: tests/test-hbitmap.c
2198F: docs/interop/bitmaps.rst
2199T: git https://repo.or.cz/qemu/ericb.git bitmaps
2200
2201Character device backends
2202M: Marc-André Lureau <marcandre.lureau@redhat.com>
2203R: Paolo Bonzini <pbonzini@redhat.com>
2204S: Maintained
2205F: chardev/
2206F: include/chardev/
2207F: qapi/char.json
2208
2209Character Devices (Braille)
2210M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2211S: Maintained
2212F: chardev/baum.c
2213
2214Command line option argument parsing
2215M: Markus Armbruster <armbru@redhat.com>
2216S: Supported
2217F: include/qemu/option.h
2218F: tests/test-keyval.c
2219F: tests/test-qemu-opts.c
2220F: util/keyval.c
2221F: util/qemu-option.c
2222
2223Coverity model
2224M: Markus Armbruster <armbru@redhat.com>
2225S: Supported
2226F: scripts/coverity-model.c
2227
2228Coverity Scan integration
2229M: Peter Maydell <peter.maydell@linaro.org>
2230S: Maintained
2231F: scripts/coverity-scan/
2232
2233Device Tree
2234M: Alistair Francis <alistair.francis@wdc.com>
2235R: David Gibson <david@gibson.dropbear.id.au>
2236S: Maintained
2237F: device_tree.c
2238F: include/sysemu/device_tree.h
2239
2240Dump
2241S: Supported
2242M: Marc-André Lureau <marcandre.lureau@redhat.com>
2243F: dump/
2244F: hw/misc/vmcoreinfo.c
2245F: include/hw/misc/vmcoreinfo.h
2246F: include/qemu/win_dump_defs
2247F: include/sysemu/dump-arch.h
2248F: include/sysemu/dump.h
2249F: qapi/dump.json
2250F: scripts/dump-guest-memory.py
2251F: stubs/dump.c
2252
2253Error reporting
2254M: Markus Armbruster <armbru@redhat.com>
2255S: Supported
2256F: include/qapi/error.h
2257F: include/qemu/error-report.h
2258F: qapi/error.json
2259F: util/error.c
2260F: util/qemu-error.c
2261F: scripts/coccinelle/err-bad-newline.cocci
2262F: scripts/coccinelle/error-use-after-free.cocci
2263F: scripts/coccinelle/error_propagate_null.cocci
2264F: scripts/coccinelle/remove_local_err.cocci
2265F: scripts/coccinelle/use-error_fatal.cocci
2266F: scripts/coccinelle/errp-guard.cocci
2267
2268GDB stub
2269M: Alex Bennée <alex.bennee@linaro.org>
2270R: Philippe Mathieu-Daudé <philmd@redhat.com>
2271S: Maintained
2272F: gdbstub*
2273F: gdb-xml/
2274
2275Memory API
2276M: Paolo Bonzini <pbonzini@redhat.com>
2277S: Supported
2278F: include/exec/ioport.h
2279F: include/exec/memop.h
2280F: include/exec/memory.h
2281F: include/exec/ram_addr.h
2282F: include/exec/ramblock.h
2283F: softmmu/ioport.c
2284F: softmmu/memory.c
2285F: include/exec/memory-internal.h
2286F: exec.c
2287F: scripts/coccinelle/memory-region-housekeeping.cocci
2288
2289SPICE
2290M: Gerd Hoffmann <kraxel@redhat.com>
2291S: Supported
2292F: include/ui/qemu-spice.h
2293F: include/ui/spice-display.h
2294F: ui/spice-*.c
2295F: audio/spiceaudio.c
2296F: hw/display/qxl*
2297F: qapi/ui.json
2298F: docs/spice-port-fqdn.txt
2299
2300Graphics
2301M: Gerd Hoffmann <kraxel@redhat.com>
2302S: Odd Fixes
2303F: ui/
2304F: include/ui/
2305F: qapi/ui.json
2306F: util/drm.c
2307
2308Cocoa graphics
2309M: Peter Maydell <peter.maydell@linaro.org>
2310S: Odd Fixes
2311F: ui/cocoa.m
2312
2313Main loop
2314M: Paolo Bonzini <pbonzini@redhat.com>
2315S: Maintained
2316F: include/qemu/main-loop.h
2317F: include/sysemu/runstate.h
2318F: util/main-loop.c
2319F: util/qemu-timer.c
2320F: softmmu/vl.c
2321F: softmmu/main.c
2322F: softmmu/cpus.c
2323F: softmmu/cpu-throttle.c
2324F: softmmu/cpu-timers.c
2325F: softmmu/icount.c
2326F: qapi/run-state.json
2327
2328Read, Copy, Update (RCU)
2329M: Paolo Bonzini <pbonzini@redhat.com>
2330S: Maintained
2331F: include/qemu/rcu*.h
2332F: tests/rcutorture.c
2333F: tests/test-rcu-*.c
2334F: util/rcu.c
2335
2336Human Monitor (HMP)
2337M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2338S: Maintained
2339F: monitor/monitor-internal.h
2340F: monitor/misc.c
2341F: monitor/monitor.c
2342F: monitor/hmp*
2343F: hmp.h
2344F: hmp-commands*.hx
2345F: include/monitor/hmp-target.h
2346F: tests/qtest/test-hmp.c
2347F: include/qemu/qemu-print.h
2348F: util/qemu-print.c
2349
2350Network device backends
2351M: Jason Wang <jasowang@redhat.com>
2352S: Maintained
2353F: net/
2354F: include/net/
2355F: qemu-bridge-helper.c
2356T: git https://github.com/jasowang/qemu.git net
2357F: qapi/net.json
2358
2359Netmap network backend
2360M: Luigi Rizzo <rizzo@iet.unipi.it>
2361M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2362M: Vincenzo Maffione <v.maffione@gmail.com>
2363W: http://info.iet.unipi.it/~luigi/netmap/
2364S: Maintained
2365F: net/netmap.c
2366
2367Host Memory Backends
2368M: Eduardo Habkost <ehabkost@redhat.com>
2369M: Igor Mammedov <imammedo@redhat.com>
2370S: Maintained
2371F: backends/hostmem*.c
2372F: include/sysemu/hostmem.h
2373T: git https://github.com/ehabkost/qemu.git machine-next
2374
2375Cryptodev Backends
2376M: Gonglei <arei.gonglei@huawei.com>
2377S: Maintained
2378F: include/sysemu/cryptodev*.h
2379F: backends/cryptodev*.c
2380
2381Python scripts
2382M: Eduardo Habkost <ehabkost@redhat.com>
2383M: Cleber Rosa <crosa@redhat.com>
2384S: Odd fixes
2385F: python/qemu/*py
2386F: scripts/*.py
2387F: tests/*.py
2388
2389Benchmark util
2390M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2391S: Maintained
2392F: scripts/simplebench/
2393
2394QAPI
2395M: Markus Armbruster <armbru@redhat.com>
2396M: Michael Roth <mdroth@linux.vnet.ibm.com>
2397S: Supported
2398F: qapi/
2399X: qapi/*.json
2400F: include/qapi/
2401X: include/qapi/qmp/
2402F: include/qapi/qmp/dispatch.h
2403F: tests/qapi-schema/
2404F: tests/test-*-visitor.c
2405F: tests/test-qapi-*.c
2406F: tests/test-qmp-*.c
2407F: tests/test-visitor-serialization.c
2408F: scripts/qapi-gen.py
2409F: scripts/qapi/*
2410F: docs/sphinx/qapidoc.py
2411F: docs/devel/qapi*
2412T: git https://repo.or.cz/qemu/armbru.git qapi-next
2413
2414QAPI Schema
2415M: Eric Blake <eblake@redhat.com>
2416M: Markus Armbruster <armbru@redhat.com>
2417S: Supported
2418F: qapi/*.json
2419T: git https://repo.or.cz/qemu/armbru.git qapi-next
2420
2421QObject
2422M: Markus Armbruster <armbru@redhat.com>
2423S: Supported
2424F: qobject/
2425F: include/qapi/qmp/
2426X: include/qapi/qmp/dispatch.h
2427F: scripts/coccinelle/qobject.cocci
2428F: tests/check-qdict.c
2429F: tests/check-qjson.c
2430F: tests/check-qlist.c
2431F: tests/check-qlit.c
2432F: tests/check-qnull.c
2433F: tests/check-qnum.c
2434F: tests/check-qobject.c
2435F: tests/check-qstring.c
2436F: tests/data/qobject/qdict.txt
2437T: git https://repo.or.cz/qemu/armbru.git qapi-next
2438
2439QEMU Guest Agent
2440M: Michael Roth <mdroth@linux.vnet.ibm.com>
2441S: Maintained
2442F: qga/
2443F: docs/interop/qemu-ga.rst
2444F: docs/interop/qemu-ga-ref.rst
2445F: scripts/qemu-guest-agent/
2446F: tests/test-qga.c
2447T: git https://github.com/mdroth/qemu.git qga
2448
2449QOM
2450M: Paolo Bonzini <pbonzini@redhat.com>
2451R: Daniel P. Berrange <berrange@redhat.com>
2452R: Eduardo Habkost <ehabkost@redhat.com>
2453S: Supported
2454F: docs/qdev-device-use.txt
2455F: hw/core/qdev*
2456F: hw/core/bus.c
2457F: hw/core/sysbus.c
2458F: include/hw/qdev*
2459F: include/monitor/qdev.h
2460F: include/qom/
2461F: qapi/qom.json
2462F: qapi/qdev.json
2463F: qdev-monitor.c
2464F: qom/
2465F: tests/check-qom-interface.c
2466F: tests/check-qom-proplist.c
2467F: tests/test-qdev-global-props.c
2468
2469QOM boilerplate conversion script
2470M: Eduardo Habkost <ehabkost@redhat.com>
2471S: Maintained
2472F: scripts/codeconverter/
2473
2474QMP
2475M: Markus Armbruster <armbru@redhat.com>
2476S: Supported
2477F: monitor/monitor-internal.h
2478F: monitor/qmp*
2479F: monitor/misc.c
2480F: monitor/monitor.c
2481F: qapi/error.json
2482F: docs/devel/*qmp-*
2483F: docs/interop/*qmp-*
2484F: scripts/qmp/
2485F: tests/qtest/qmp-test.c
2486F: tests/qtest/qmp-cmd-test.c
2487T: git https://repo.or.cz/qemu/armbru.git qapi-next
2488
2489qtest
2490M: Thomas Huth <thuth@redhat.com>
2491M: Laurent Vivier <lvivier@redhat.com>
2492R: Paolo Bonzini <pbonzini@redhat.com>
2493S: Maintained
2494F: softmmu/qtest.c
2495F: accel/qtest.c
2496F: tests/qtest/
2497X: tests/qtest/bios-tables-test-allowed-diff.h
2498
2499Device Fuzzing
2500M: Alexander Bulekov <alxndr@bu.edu>
2501R: Paolo Bonzini <pbonzini@redhat.com>
2502R: Bandan Das <bsd@redhat.com>
2503R: Stefan Hajnoczi <stefanha@redhat.com>
2504R: Thomas Huth <thuth@redhat.com>
2505S: Maintained
2506F: tests/qtest/fuzz/
2507F: scripts/oss-fuzz/
2508F: docs/devel/fuzzing.txt
2509
2510Register API
2511M: Alistair Francis <alistair@alistair23.me>
2512S: Maintained
2513F: hw/core/register.c
2514F: include/hw/register.h
2515F: include/hw/registerfields.h
2516
2517SLIRP
2518M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2519S: Maintained
2520F: slirp/
2521F: net/slirp.c
2522F: include/net/slirp.h
2523T: git https://people.debian.org/~sthibault/qemu.git slirp
2524
2525Streams
2526M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2527S: Maintained
2528F: hw/core/stream.c
2529F: include/hw/stream.h
2530
2531Stubs
2532M: Paolo Bonzini <pbonzini@redhat.com>
2533S: Maintained
2534F: stubs/
2535
2536Tracing
2537M: Stefan Hajnoczi <stefanha@redhat.com>
2538S: Maintained
2539F: trace/
2540F: trace-events
2541F: docs/qemu-option-trace.rst.inc
2542F: scripts/tracetool.py
2543F: scripts/tracetool/
2544F: scripts/qemu-trace-stap*
2545F: docs/interop/qemu-trace-stap.rst
2546F: docs/devel/tracing.txt
2547T: git https://github.com/stefanha/qemu.git tracing
2548
2549TPM
2550M: Stefan Berger <stefanb@linux.ibm.com>
2551S: Maintained
2552F: tpm.c
2553F: stubs/tpm.c
2554F: hw/tpm/*
2555F: include/hw/acpi/tpm.h
2556F: include/sysemu/tpm*
2557F: qapi/tpm.json
2558F: backends/tpm/
2559F: tests/qtest/*tpm*
2560T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2561
2562Checkpatch
2563S: Odd Fixes
2564F: scripts/checkpatch.pl
2565
2566Migration
2567M: Juan Quintela <quintela@redhat.com>
2568M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2569S: Maintained
2570F: hw/core/vmstate-if.c
2571F: include/hw/vmstate-if.h
2572F: include/migration/
2573F: migration/
2574F: scripts/vmstate-static-checker.py
2575F: tests/vmstate-static-checker-data/
2576F: tests/qtest/migration-test.c
2577F: docs/devel/migration.rst
2578F: qapi/migration.json
2579
2580D-Bus
2581M: Marc-André Lureau <marcandre.lureau@redhat.com>
2582S: Maintained
2583F: backends/dbus-vmstate.c
2584F: tests/dbus-vmstate*
2585F: util/dbus.c
2586F: include/qemu/dbus.h
2587F: docs/interop/dbus.rst
2588F: docs/interop/dbus-vmstate.rst
2589
2590Seccomp
2591M: Eduardo Otubo <otubo@redhat.com>
2592S: Supported
2593F: qemu-seccomp.c
2594F: include/sysemu/seccomp.h
2595
2596Cryptography
2597M: Daniel P. Berrange <berrange@redhat.com>
2598S: Maintained
2599F: crypto/
2600F: include/crypto/
2601F: tests/test-crypto-*
2602F: tests/benchmark-crypto-*
2603F: tests/crypto-tls-*
2604F: tests/pkix_asn1_tab.c
2605F: qemu.sasl
2606
2607Coroutines
2608M: Stefan Hajnoczi <stefanha@redhat.com>
2609M: Kevin Wolf <kwolf@redhat.com>
2610S: Maintained
2611F: util/*coroutine*
2612F: include/qemu/coroutine*
2613F: tests/test-coroutine.c
2614
2615Buffers
2616M: Daniel P. Berrange <berrange@redhat.com>
2617S: Odd fixes
2618F: util/buffer.c
2619F: include/qemu/buffer.h
2620
2621I/O Channels
2622M: Daniel P. Berrange <berrange@redhat.com>
2623S: Maintained
2624F: io/
2625F: include/io/
2626F: tests/test-io-*
2627
2628User authorization
2629M: Daniel P. Berrange <berrange@redhat.com>
2630S: Maintained
2631F: authz/
2632F: qapi/authz.json
2633F: include/authz/
2634F: tests/test-authz-*
2635
2636Sockets
2637M: Daniel P. Berrange <berrange@redhat.com>
2638M: Gerd Hoffmann <kraxel@redhat.com>
2639S: Maintained
2640F: include/qemu/sockets.h
2641F: util/qemu-sockets.c
2642F: qapi/sockets.json
2643
2644File monitor
2645M: Daniel P. Berrange <berrange@redhat.com>
2646S: Odd fixes
2647F: util/filemonitor*.c
2648F: include/qemu/filemonitor.h
2649F: tests/test-util-filemonitor.c
2650
2651Throttling infrastructure
2652M: Alberto Garcia <berto@igalia.com>
2653S: Supported
2654F: block/throttle-groups.c
2655F: include/block/throttle-groups.h
2656F: include/qemu/throttle*.h
2657F: util/throttle.c
2658F: docs/throttle.txt
2659F: tests/test-throttle.c
2660L: qemu-block@nongnu.org
2661
2662UUID
2663M: Fam Zheng <fam@euphon.net>
2664S: Supported
2665F: util/uuid.c
2666F: include/qemu/uuid.h
2667F: tests/test-uuid.c
2668
2669COLO Framework
2670M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2671S: Maintained
2672F: migration/colo*
2673F: include/migration/colo.h
2674F: include/migration/failover.h
2675F: docs/COLO-FT.txt
2676
2677COLO Proxy
2678M: Zhang Chen <chen.zhang@intel.com>
2679M: Li Zhijian <lizhijian@cn.fujitsu.com>
2680S: Supported
2681F: docs/colo-proxy.txt
2682F: net/colo*
2683F: net/filter-rewriter.c
2684F: net/filter-mirror.c
2685
2686Record/replay
2687M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2688R: Paolo Bonzini <pbonzini@redhat.com>
2689W: https://wiki.qemu.org/Features/record-replay
2690S: Supported
2691F: replay/*
2692F: block/blkreplay.c
2693F: net/filter-replay.c
2694F: include/sysemu/replay.h
2695F: docs/replay.txt
2696F: stubs/replay.c
2697F: tests/acceptance/replay_kernel.py
2698
2699IOVA Tree
2700M: Peter Xu <peterx@redhat.com>
2701S: Maintained
2702F: include/qemu/iova-tree.h
2703F: util/iova-tree.c
2704
2705elf2dmp
2706M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2707S: Maintained
2708F: contrib/elf2dmp/
2709
2710I2C and SMBus
2711M: Corey Minyard <cminyard@mvista.com>
2712S: Maintained
2713F: hw/i2c/core.c
2714F: hw/i2c/smbus_slave.c
2715F: hw/i2c/smbus_master.c
2716F: hw/i2c/smbus_eeprom.c
2717F: include/hw/i2c/i2c.h
2718F: include/hw/i2c/smbus_master.h
2719F: include/hw/i2c/smbus_slave.h
2720F: include/hw/i2c/smbus_eeprom.h
2721
2722Firmware schema specifications
2723M: Laszlo Ersek <lersek@redhat.com>
2724M: Philippe Mathieu-Daudé <philmd@redhat.com>
2725R: Daniel P. Berrange <berrange@redhat.com>
2726R: Kashyap Chamarthy <kchamart@redhat.com>
2727S: Maintained
2728F: docs/interop/firmware.json
2729
2730EDK2 Firmware
2731M: Laszlo Ersek <lersek@redhat.com>
2732M: Philippe Mathieu-Daudé <philmd@redhat.com>
2733S: Supported
2734F: pc-bios/descriptors/??-edk2-*.json
2735F: pc-bios/edk2-*
2736F: roms/Makefile.edk2
2737F: roms/edk2
2738F: roms/edk2-*
2739F: tests/data/uefi-boot-images/
2740F: tests/uefi-test-tools/
2741F: .gitlab-ci.d/edk2.yml
2742F: .gitlab-ci.d/edk2/
2743
2744VT-d Emulation
2745M: Michael S. Tsirkin <mst@redhat.com>
2746M: Peter Xu <peterx@redhat.com>
2747R: Jason Wang <jasowang@redhat.com>
2748S: Supported
2749F: hw/i386/intel_iommu.c
2750F: hw/i386/intel_iommu_internal.h
2751F: include/hw/i386/intel_iommu.h
2752
2753OpenSBI Firmware
2754M: Bin Meng <bmeng.cn@gmail.com>
2755S: Supported
2756F: pc-bios/opensbi-*
2757F: .gitlab-ci.d/opensbi.yml
2758F: .gitlab-ci.d/opensbi/
2759
2760Usermode Emulation
2761------------------
2762Overall usermode emulation
2763M: Riku Voipio <riku.voipio@iki.fi>
2764S: Maintained
2765F: thunk.c
2766F: accel/tcg/user-exec*.c
2767
2768BSD user
2769S: Orphan
2770F: bsd-user/
2771F: default-configs/*-bsd-user.mak
2772
2773Linux user
2774M: Laurent Vivier <laurent@vivier.eu>
2775S: Maintained
2776F: linux-user/
2777F: default-configs/*-linux-user.mak
2778F: scripts/qemu-binfmt-conf.sh
2779F: scripts/update-syscalltbl.sh
2780F: scripts/update-mips-syscall-args.sh
2781F: scripts/gensyscalls.sh
2782
2783Tiny Code Generator (TCG)
2784-------------------------
2785Common TCG code
2786M: Richard Henderson <rth@twiddle.net>
2787S: Maintained
2788F: tcg/
2789F: include/tcg/
2790
2791TCG Plugins
2792M: Alex Bennée <alex.bennee@linaro.org>
2793S: Maintained
2794F: docs/devel/tcg-plugins.rst
2795F: plugins/
2796F: tests/plugin/
2797F: contrib/plugins/
2798
2799AArch64 TCG target
2800M: Richard Henderson <richard.henderson@linaro.org>
2801S: Maintained
2802L: qemu-arm@nongnu.org
2803F: tcg/aarch64/
2804F: disas/arm-a64.cc
2805F: disas/libvixl/
2806
2807ARM TCG target
2808M: Andrzej Zaborowski <balrogg@gmail.com>
2809S: Maintained
2810L: qemu-arm@nongnu.org
2811F: tcg/arm/
2812F: disas/arm.c
2813
2814i386 TCG target
2815M: Richard Henderson <rth@twiddle.net>
2816S: Maintained
2817F: tcg/i386/
2818F: disas/i386.c
2819
2820MIPS TCG target
2821M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2822R: Aurelien Jarno <aurelien@aurel32.net>
2823R: Huacai Chen <chenhc@lemote.com>
2824R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2825R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2826S: Maintained
2827F: tcg/mips/
2828
2829PPC TCG target
2830M: Richard Henderson <rth@twiddle.net>
2831S: Odd Fixes
2832F: tcg/ppc/
2833F: disas/ppc.c
2834
2835RISC-V TCG target
2836M: Palmer Dabbelt <palmer@dabbelt.com>
2837M: Alistair Francis <Alistair.Francis@wdc.com>
2838L: qemu-riscv@nongnu.org
2839S: Maintained
2840F: tcg/riscv/
2841F: disas/riscv.c
2842
2843S390 TCG target
2844M: Richard Henderson <rth@twiddle.net>
2845S: Maintained
2846F: tcg/s390/
2847F: disas/s390.c
2848L: qemu-s390x@nongnu.org
2849
2850SPARC TCG target
2851S: Odd Fixes
2852F: tcg/sparc/
2853F: disas/sparc.c
2854
2855TCI TCG target
2856M: Stefan Weil <sw@weilnetz.de>
2857S: Maintained
2858F: tcg/tci/
2859F: tcg/tci.c
2860F: disas/tci.c
2861
2862Block drivers
2863-------------
2864VMDK
2865M: Fam Zheng <fam@euphon.net>
2866L: qemu-block@nongnu.org
2867S: Supported
2868F: block/vmdk.c
2869
2870RBD
2871M: Jason Dillaman <dillaman@redhat.com>
2872L: qemu-block@nongnu.org
2873S: Supported
2874F: block/rbd.c
2875
2876Sheepdog
2877M: Liu Yuan <namei.unix@gmail.com>
2878L: qemu-block@nongnu.org
2879L: sheepdog@lists.wpkg.org
2880S: Odd Fixes
2881F: block/sheepdog.c
2882
2883VHDX
2884M: Jeff Cody <codyprime@gmail.com>
2885L: qemu-block@nongnu.org
2886S: Supported
2887F: block/vhdx*
2888
2889VDI
2890M: Stefan Weil <sw@weilnetz.de>
2891L: qemu-block@nongnu.org
2892S: Maintained
2893F: block/vdi.c
2894
2895iSCSI
2896M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2897M: Paolo Bonzini <pbonzini@redhat.com>
2898M: Peter Lieven <pl@kamp.de>
2899L: qemu-block@nongnu.org
2900S: Odd Fixes
2901F: block/iscsi.c
2902F: block/iscsi-opts.c
2903
2904Network Block Device (NBD)
2905M: Eric Blake <eblake@redhat.com>
2906L: qemu-block@nongnu.org
2907S: Maintained
2908F: block/nbd*
2909F: nbd/
2910F: include/block/nbd*
2911F: qemu-nbd.*
2912F: blockdev-nbd.c
2913F: docs/interop/nbd.txt
2914F: docs/interop/qemu-nbd.rst
2915T: git https://repo.or.cz/qemu/ericb.git nbd
2916
2917NFS
2918M: Peter Lieven <pl@kamp.de>
2919L: qemu-block@nongnu.org
2920S: Maintained
2921F: block/nfs.c
2922
2923SSH
2924M: Richard W.M. Jones <rjones@redhat.com>
2925L: qemu-block@nongnu.org
2926S: Supported
2927F: block/ssh.c
2928
2929CURL
2930L: qemu-block@nongnu.org
2931S: Odd Fixes
2932F: block/curl.c
2933
2934GLUSTER
2935L: qemu-block@nongnu.org
2936L: integration@gluster.org
2937S: Odd Fixes
2938F: block/gluster.c
2939
2940Null Block Driver
2941M: Fam Zheng <fam@euphon.net>
2942L: qemu-block@nongnu.org
2943S: Supported
2944F: block/null.c
2945
2946NVMe Block Driver
2947M: Stefan Hajnoczi <stefanha@redhat.com>
2948R: Fam Zheng <fam@euphon.net>
2949L: qemu-block@nongnu.org
2950S: Supported
2951F: block/nvme*
2952T: git https://github.com/stefanha/qemu.git block
2953
2954Bootdevice
2955M: Gonglei <arei.gonglei@huawei.com>
2956S: Maintained
2957F: bootdevice.c
2958
2959Quorum
2960M: Alberto Garcia <berto@igalia.com>
2961S: Supported
2962F: block/quorum.c
2963L: qemu-block@nongnu.org
2964
2965blklogwrites
2966M: Ari Sundholm <ari@tuxera.com>
2967L: qemu-block@nongnu.org
2968S: Supported
2969F: block/blklogwrites.c
2970
2971blkverify
2972M: Stefan Hajnoczi <stefanha@redhat.com>
2973L: qemu-block@nongnu.org
2974S: Supported
2975F: block/blkverify.c
2976
2977bochs
2978M: Stefan Hajnoczi <stefanha@redhat.com>
2979L: qemu-block@nongnu.org
2980S: Supported
2981F: block/bochs.c
2982
2983cloop
2984M: Stefan Hajnoczi <stefanha@redhat.com>
2985L: qemu-block@nongnu.org
2986S: Supported
2987F: block/cloop.c
2988
2989dmg
2990M: Stefan Hajnoczi <stefanha@redhat.com>
2991L: qemu-block@nongnu.org
2992S: Supported
2993F: block/dmg.c
2994
2995parallels
2996M: Stefan Hajnoczi <stefanha@redhat.com>
2997M: Denis V. Lunev <den@openvz.org>
2998L: qemu-block@nongnu.org
2999S: Supported
3000F: block/parallels.c
3001F: docs/interop/parallels.txt
3002
3003qed
3004M: Stefan Hajnoczi <stefanha@redhat.com>
3005L: qemu-block@nongnu.org
3006S: Supported
3007F: block/qed.c
3008
3009raw
3010M: Kevin Wolf <kwolf@redhat.com>
3011L: qemu-block@nongnu.org
3012S: Supported
3013F: block/linux-aio.c
3014F: include/block/raw-aio.h
3015F: block/raw-format.c
3016F: block/file-posix.c
3017F: block/file-win32.c
3018F: block/win32-aio.c
3019
3020Linux io_uring
3021M: Aarushi Mehta <mehta.aaru20@gmail.com>
3022M: Julia Suvorova <jusual@redhat.com>
3023M: Stefan Hajnoczi <stefanha@redhat.com>
3024L: qemu-block@nongnu.org
3025S: Maintained
3026F: block/io_uring.c
3027F: stubs/io_uring.c
3028
3029qcow2
3030M: Kevin Wolf <kwolf@redhat.com>
3031M: Max Reitz <mreitz@redhat.com>
3032L: qemu-block@nongnu.org
3033S: Supported
3034F: block/qcow2*
3035F: docs/interop/qcow2.txt
3036
3037qcow
3038M: Kevin Wolf <kwolf@redhat.com>
3039L: qemu-block@nongnu.org
3040S: Supported
3041F: block/qcow.c
3042
3043blkdebug
3044M: Kevin Wolf <kwolf@redhat.com>
3045M: Max Reitz <mreitz@redhat.com>
3046L: qemu-block@nongnu.org
3047S: Supported
3048F: block/blkdebug.c
3049
3050vpc
3051M: Kevin Wolf <kwolf@redhat.com>
3052L: qemu-block@nongnu.org
3053S: Supported
3054F: block/vpc.c
3055
3056vvfat
3057M: Kevin Wolf <kwolf@redhat.com>
3058L: qemu-block@nongnu.org
3059S: Odd Fixes
3060F: block/vvfat.c
3061
3062Image format fuzzer
3063M: Stefan Hajnoczi <stefanha@redhat.com>
3064L: qemu-block@nongnu.org
3065S: Supported
3066F: tests/image-fuzzer/
3067
3068Replication
3069M: Wen Congyang <wencongyang2@huawei.com>
3070M: Xie Changlong <xiechanglong.d@gmail.com>
3071S: Supported
3072F: replication*
3073F: block/replication.c
3074F: tests/test-replication.c
3075F: docs/block-replication.txt
3076
3077PVRDMA
3078M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3079M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3080S: Maintained
3081F: hw/rdma/*
3082F: hw/rdma/vmw/*
3083F: docs/pvrdma.txt
3084F: contrib/rdmacm-mux/*
3085F: qapi/rdma.json
3086
3087Semihosting
3088M: Alex Bennée <alex.bennee@linaro.org>
3089S: Maintained
3090F: hw/semihosting/
3091F: include/hw/semihosting/
3092
3093Build and test automation
3094-------------------------
3095Build and test automation
3096M: Alex Bennée <alex.bennee@linaro.org>
3097M: Fam Zheng <fam@euphon.net>
3098R: Philippe Mathieu-Daudé <philmd@redhat.com>
3099S: Maintained
3100F: .github/lockdown.yml
3101F: .travis.yml
3102F: scripts/travis/
3103F: .shippable.yml
3104F: tests/docker/
3105F: tests/vm/
3106F: scripts/archive-source.sh
3107W: https://travis-ci.org/qemu/qemu
3108W: https://app.shippable.com/github/qemu/qemu
3109W: http://patchew.org/QEMU/
3110
3111FreeBSD Hosted Continuous Integration
3112M: Ed Maste <emaste@freebsd.org>
3113M: Li-Wen Hsu <lwhsu@freebsd.org>
3114S: Maintained
3115F: .cirrus.yml
3116W: https://cirrus-ci.com/github/qemu/qemu
3117
3118GitLab Continuous Integration
3119M: Thomas Huth <thuth@redhat.com>
3120M: Philippe Mathieu-Daudé <philmd@redhat.com>
3121M: Alex Bennée <alex.bennee@linaro.org>
3122R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3123S: Maintained
3124F: .gitlab-ci.yml
3125F: .gitlab-ci.d/crossbuilds.yml
3126
3127Guest Test Compilation Support
3128M: Alex Bennée <alex.bennee@linaro.org>
3129R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3130S: Maintained
3131F: tests/tcg/Makefile
3132F: tests/tcg/Makefile.include
3133
3134Acceptance (Integration) Testing with the Avocado framework
3135W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3136R: Cleber Rosa <crosa@redhat.com>
3137R: Philippe Mathieu-Daudé <philmd@redhat.com>
3138R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3139S: Odd Fixes
3140F: tests/acceptance/
3141
3142Documentation
3143-------------
3144Build system architecture
3145M: Daniel P. Berrange <berrange@redhat.com>
3146S: Odd Fixes
3147F: docs/devel/build-system.txt
3148
3149GIT Data Mining Config
3150M: Alex Bennée <alex.bennee@linaro.org>
3151S: Odd Fixes
3152F: gitdm.config
3153F: contrib/gitdm/*
3154
3155Incompatible changes
3156R: libvir-list@redhat.com
3157F: docs/system/deprecated.rst
3158
3159Build System
3160------------
3161GIT submodules
3162M: Daniel P. Berrange <berrange@redhat.com>
3163S: Odd Fixes
3164F: scripts/git-submodule.sh
3165
3166UI translations
3167M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3168F: po/*.po
3169
3170Sphinx documentation configuration and build machinery
3171M: Peter Maydell <peter.maydell@linaro.org>
3172S: Maintained
3173F: docs/conf.py
3174F: docs/*/conf.py
3175F: docs/sphinx/
3176
3177Miscellaneous
3178-------------
3179Performance Tools and Tests
3180M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3181S: Maintained
3182F: scripts/performance/
3183