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