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