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