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