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