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