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