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