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