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