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