xref: /openbmc/qemu/MAINTAINERS (revision 42e4ac9e)
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
1955virtio-crypto
1956M: Gonglei <arei.gonglei@huawei.com>
1957S: Supported
1958F: hw/virtio/virtio-crypto.c
1959F: hw/virtio/virtio-crypto-pci.c
1960F: include/hw/virtio/virtio-crypto.h
1961
1962virtio-mem
1963M: David Hildenbrand <david@redhat.com>
1964S: Supported
1965W: https://virtio-mem.gitlab.io/
1966F: hw/virtio/virtio-mem.c
1967F: hw/virtio/virtio-mem-pci.h
1968F: hw/virtio/virtio-mem-pci.c
1969F: include/hw/virtio/virtio-mem.h
1970
1971nvme
1972M: Keith Busch <kbusch@kernel.org>
1973M: Klaus Jensen <its@irrelevant.dk>
1974L: qemu-block@nongnu.org
1975S: Supported
1976F: hw/nvme/*
1977F: include/block/nvme.h
1978F: tests/qtest/nvme-test.c
1979F: docs/system/nvme.rst
1980T: git git://git.infradead.org/qemu-nvme.git nvme-next
1981
1982megasas
1983M: Hannes Reinecke <hare@suse.com>
1984L: qemu-block@nongnu.org
1985S: Supported
1986F: hw/scsi/megasas.c
1987F: hw/scsi/mfi.h
1988F: tests/qtest/megasas-test.c
1989F: tests/qtest/fuzz-megasas-test.c
1990
1991Network packet abstractions
1992M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1993S: Maintained
1994F: include/net/eth.h
1995F: net/eth.c
1996F: hw/net/net_rx_pkt*
1997F: hw/net/net_tx_pkt*
1998
1999Vmware
2000M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2001S: Maintained
2002F: hw/net/vmxnet*
2003F: hw/scsi/vmw_pvscsi*
2004F: tests/qtest/vmxnet3-test.c
2005
2006Rocker
2007M: Jiri Pirko <jiri@resnulli.us>
2008S: Maintained
2009F: hw/net/rocker/
2010F: qapi/rocker.json
2011F: tests/rocker/
2012F: docs/specs/rocker.txt
2013
2014NVDIMM
2015M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2016S: Maintained
2017F: hw/acpi/nvdimm.c
2018F: hw/mem/nvdimm.c
2019F: include/hw/mem/nvdimm.h
2020F: docs/nvdimm.txt
2021
2022e1000x
2023M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2024S: Maintained
2025F: hw/net/e1000x*
2026
2027e1000e
2028M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2029S: Maintained
2030F: hw/net/e1000e*
2031F: tests/qtest/fuzz-e1000e-test.c
2032
2033eepro100
2034M: Stefan Weil <sw@weilnetz.de>
2035S: Maintained
2036F: hw/net/eepro100.c
2037
2038tulip
2039M: Sven Schnelle <svens@stackframe.org>
2040S: Maintained
2041F: hw/net/tulip.c
2042F: hw/net/tulip.h
2043
2044pca954x
2045M: Patrick Venture <venture@google.com>
2046S: Maintained
2047F: hw/i2c/i2c_mux_pca954x.c
2048F: include/hw/i2c/i2c_mux_pca954x.h
2049
2050Generic Loader
2051M: Alistair Francis <alistair@alistair23.me>
2052S: Maintained
2053F: hw/core/generic-loader.c
2054F: include/hw/core/generic-loader.h
2055F: docs/system/generic-loader.rst
2056
2057Guest Loader
2058M: Alex Bennée <alex.bennee@linaro.org>
2059S: Maintained
2060F: hw/core/guest-loader.c
2061F: docs/system/guest-loader.rst
2062F: tests/acceptance/boot_xen.py
2063
2064Intel Hexadecimal Object File Loader
2065M: Su Hang <suhang16@mails.ucas.ac.cn>
2066S: Maintained
2067F: tests/qtest/hexloader-test.c
2068F: tests/data/hex-loader/test.hex
2069
2070CHRP NVRAM
2071M: Thomas Huth <thuth@redhat.com>
2072S: Maintained
2073F: hw/nvram/chrp_nvram.c
2074F: include/hw/nvram/chrp_nvram.h
2075F: tests/qtest/prom-env-test.c
2076
2077VM Generation ID
2078S: Orphan
2079F: hw/acpi/vmgenid.c
2080F: include/hw/acpi/vmgenid.h
2081F: docs/specs/vmgenid.txt
2082F: tests/qtest/vmgenid-test.c
2083F: stubs/vmgenid.c
2084
2085LED
2086M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2087S: Maintained
2088F: include/hw/misc/led.h
2089F: hw/misc/led.c
2090
2091Unimplemented device
2092M: Peter Maydell <peter.maydell@linaro.org>
2093R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2094S: Maintained
2095F: include/hw/misc/unimp.h
2096F: hw/misc/unimp.c
2097
2098Empty slot
2099M: Artyom Tarasenko <atar4qemu@gmail.com>
2100R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2101S: Maintained
2102F: include/hw/misc/empty_slot.h
2103F: hw/misc/empty_slot.c
2104
2105Standard VGA
2106M: Gerd Hoffmann <kraxel@redhat.com>
2107S: Maintained
2108F: hw/display/vga*
2109F: hw/display/bochs-display.c
2110F: include/hw/display/vga.h
2111F: include/hw/display/bochs-vbe.h
2112
2113ramfb
2114M: Gerd Hoffmann <kraxel@redhat.com>
2115S: Maintained
2116F: hw/display/ramfb*.c
2117F: include/hw/display/ramfb.h
2118
2119virtio-gpu
2120M: Gerd Hoffmann <kraxel@redhat.com>
2121S: Maintained
2122F: hw/display/virtio-gpu*
2123F: hw/display/virtio-vga.*
2124F: include/hw/virtio/virtio-gpu.h
2125
2126vhost-user-blk
2127M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2128S: Maintained
2129F: contrib/vhost-user-blk/
2130F: contrib/vhost-user-scsi/
2131F: hw/block/vhost-user-blk.c
2132F: hw/scsi/vhost-user-scsi.c
2133F: hw/virtio/vhost-user-blk-pci.c
2134F: hw/virtio/vhost-user-scsi-pci.c
2135F: include/hw/virtio/vhost-user-blk.h
2136F: include/hw/virtio/vhost-user-scsi.h
2137
2138vhost-user-gpu
2139M: Marc-André Lureau <marcandre.lureau@redhat.com>
2140M: Gerd Hoffmann <kraxel@redhat.com>
2141S: Maintained
2142F: docs/interop/vhost-user-gpu.rst
2143F: contrib/vhost-user-gpu
2144F: hw/display/vhost-user-*
2145
2146Cirrus VGA
2147M: Gerd Hoffmann <kraxel@redhat.com>
2148S: Odd Fixes
2149W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2150F: hw/display/cirrus*
2151
2152EDID Generator
2153M: Gerd Hoffmann <kraxel@redhat.com>
2154S: Maintained
2155F: hw/display/edid*
2156F: include/hw/display/edid.h
2157F: qemu-edid.c
2158
2159PIIX4 South Bridge (i82371AB)
2160M: Hervé Poussineau <hpoussin@reactos.org>
2161M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2162S: Maintained
2163F: hw/isa/piix4.c
2164F: include/hw/southbridge/piix.h
2165
2166Firmware configuration (fw_cfg)
2167M: Philippe Mathieu-Daudé <philmd@redhat.com>
2168R: Laszlo Ersek <lersek@redhat.com>
2169R: Gerd Hoffmann <kraxel@redhat.com>
2170S: Supported
2171F: docs/specs/fw_cfg.txt
2172F: hw/nvram/fw_cfg*.c
2173F: stubs/fw_cfg.c
2174F: include/hw/nvram/fw_cfg.h
2175F: include/standard-headers/linux/qemu_fw_cfg.h
2176F: tests/qtest/libqos/fw_cfg.c
2177F: tests/qtest/fw_cfg-test.c
2178T: git https://github.com/philmd/qemu.git fw_cfg-next
2179
2180XIVE
2181M: Cédric Le Goater <clg@kaod.org>
2182R: David Gibson <david@gibson.dropbear.id.au>
2183R: Greg Kurz <groug@kaod.org>
2184L: qemu-ppc@nongnu.org
2185S: Supported
2186F: hw/*/*xive*
2187F: include/hw/*/*xive*
2188F: docs/*/*xive*
2189
2190Renesas peripherals
2191R: Yoshinori Sato <ysato@users.sourceforge.jp>
2192R: Magnus Damm <magnus.damm@gmail.com>
2193S: Odd Fixes
2194F: hw/char/renesas_sci.c
2195F: hw/char/sh_serial.c
2196F: hw/timer/renesas_*.c
2197F: hw/timer/sh_timer.c
2198F: include/hw/char/renesas_sci.h
2199F: include/hw/sh4/sh.h
2200F: include/hw/timer/renesas_*.h
2201
2202Renesas RX peripherals
2203R: Yoshinori Sato <ysato@users.sourceforge.jp>
2204S: Orphan
2205F: hw/intc/rx_icu.c
2206F: hw/rx/
2207F: include/hw/intc/rx_icu.h
2208F: include/hw/rx/
2209
2210CAN bus subsystem and hardware
2211M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2212M: Vikram Garhwal <fnu.vikram@xilinx.com>
2213S: Maintained
2214W: https://canbus.pages.fel.cvut.cz/
2215F: net/can/*
2216F: hw/net/can/*
2217F: include/net/can_*.h
2218
2219Subsystems
2220----------
2221Audio
2222M: Gerd Hoffmann <kraxel@redhat.com>
2223S: Maintained
2224F: audio/
2225F: hw/audio/
2226F: include/hw/audio/
2227F: qapi/audio.json
2228F: tests/qtest/ac97-test.c
2229F: tests/qtest/es1370-test.c
2230F: tests/qtest/intel-hda-test.c
2231F: tests/qtest/fuzz-sb16-test.c
2232
2233Block layer core
2234M: Kevin Wolf <kwolf@redhat.com>
2235M: Max Reitz <mreitz@redhat.com>
2236L: qemu-block@nongnu.org
2237S: Supported
2238F: block*
2239F: block/
2240F: hw/block/
2241F: include/block/
2242F: qemu-img*
2243F: docs/tools/qemu-img.rst
2244F: qemu-io*
2245F: tests/qemu-iotests/
2246F: util/qemu-progress.c
2247F: qobject/block-qdict.c
2248F: tests/unit/check-block-qdict.c
2249T: git https://repo.or.cz/qemu/kevin.git block
2250
2251Storage daemon
2252M: Kevin Wolf <kwolf@redhat.com>
2253L: qemu-block@nongnu.org
2254S: Supported
2255F: storage-daemon/
2256F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2257F: docs/tools/qemu-storage-daemon.rst
2258T: git https://repo.or.cz/qemu/kevin.git block
2259
2260Block I/O path
2261M: Stefan Hajnoczi <stefanha@redhat.com>
2262M: Fam Zheng <fam@euphon.net>
2263L: qemu-block@nongnu.org
2264S: Supported
2265F: util/async.c
2266F: util/aio-*.c
2267F: util/aio-*.h
2268F: util/fdmon-*.c
2269F: block/io.c
2270F: migration/block*
2271F: include/block/aio.h
2272F: include/block/aio-wait.h
2273F: scripts/qemugdb/aio.py
2274F: tests/unit/test-fdmon-epoll.c
2275T: git https://github.com/stefanha/qemu.git block
2276
2277Block SCSI subsystem
2278M: Paolo Bonzini <pbonzini@redhat.com>
2279R: Fam Zheng <fam@euphon.net>
2280L: qemu-block@nongnu.org
2281S: Supported
2282F: include/scsi/*
2283F: scsi/*
2284
2285Block Jobs
2286M: John Snow <jsnow@redhat.com>
2287M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2288L: qemu-block@nongnu.org
2289S: Supported
2290F: blockjob.c
2291F: include/block/blockjob.h
2292F: job.c
2293F: job-qmp.c
2294F: include/qemu/job.h
2295F: block/backup.c
2296F: block/commit.c
2297F: block/stream.c
2298F: block/mirror.c
2299F: qapi/job.json
2300F: block/block-copy.c
2301F: include/block/block-copy.c
2302F: block/backup-top.h
2303F: block/backup-top.c
2304F: include/block/aio_task.h
2305F: block/aio_task.c
2306F: util/qemu-co-shared-resource.c
2307F: include/qemu/co-shared-resource.h
2308T: git https://gitlab.com/jsnow/qemu.git jobs
2309T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2310
2311Block QAPI, monitor, command line
2312M: Markus Armbruster <armbru@redhat.com>
2313S: Supported
2314F: blockdev.c
2315F: blockdev-hmp-cmds.c
2316F: block/qapi.c
2317F: qapi/block*.json
2318F: qapi/transaction.json
2319T: git https://repo.or.cz/qemu/armbru.git block-next
2320
2321Dirty Bitmaps
2322M: Eric Blake <eblake@redhat.com>
2323M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2324R: John Snow <jsnow@redhat.com>
2325L: qemu-block@nongnu.org
2326S: Supported
2327F: include/qemu/hbitmap.h
2328F: include/block/dirty-bitmap.h
2329F: block/monitor/bitmap-qmp-cmds.c
2330F: block/dirty-bitmap.c
2331F: block/qcow2-bitmap.c
2332F: migration/block-dirty-bitmap.c
2333F: util/hbitmap.c
2334F: tests/unit/test-hbitmap.c
2335F: docs/interop/bitmaps.rst
2336T: git https://repo.or.cz/qemu/ericb.git bitmaps
2337
2338Character device backends
2339M: Marc-André Lureau <marcandre.lureau@redhat.com>
2340R: Paolo Bonzini <pbonzini@redhat.com>
2341S: Maintained
2342F: chardev/
2343F: include/chardev/
2344F: qapi/char.json
2345
2346Character Devices (Braille)
2347M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2348S: Maintained
2349F: chardev/baum.c
2350
2351Command line option argument parsing
2352M: Markus Armbruster <armbru@redhat.com>
2353S: Supported
2354F: include/qemu/option.h
2355F: tests/unit/test-keyval.c
2356F: tests/unit/test-qemu-opts.c
2357F: util/keyval.c
2358F: util/qemu-option.c
2359
2360Coverity model
2361M: Markus Armbruster <armbru@redhat.com>
2362S: Supported
2363F: scripts/coverity-model.c
2364
2365Coverity Scan integration
2366M: Peter Maydell <peter.maydell@linaro.org>
2367S: Maintained
2368F: scripts/coverity-scan/
2369
2370Device Tree
2371M: Alistair Francis <alistair.francis@wdc.com>
2372R: David Gibson <david@gibson.dropbear.id.au>
2373S: Maintained
2374F: softmmu/device_tree.c
2375F: include/sysemu/device_tree.h
2376
2377Dump
2378S: Supported
2379M: Marc-André Lureau <marcandre.lureau@redhat.com>
2380F: dump/
2381F: hw/misc/vmcoreinfo.c
2382F: include/hw/misc/vmcoreinfo.h
2383F: include/qemu/win_dump_defs
2384F: include/sysemu/dump-arch.h
2385F: include/sysemu/dump.h
2386F: qapi/dump.json
2387F: scripts/dump-guest-memory.py
2388F: stubs/dump.c
2389
2390Error reporting
2391M: Markus Armbruster <armbru@redhat.com>
2392S: Supported
2393F: include/qapi/error.h
2394F: include/qemu/error-report.h
2395F: qapi/error.json
2396F: util/error.c
2397F: util/qemu-error.c
2398F: scripts/coccinelle/err-bad-newline.cocci
2399F: scripts/coccinelle/error-use-after-free.cocci
2400F: scripts/coccinelle/error_propagate_null.cocci
2401F: scripts/coccinelle/remove_local_err.cocci
2402F: scripts/coccinelle/use-error_fatal.cocci
2403F: scripts/coccinelle/errp-guard.cocci
2404
2405GDB stub
2406M: Alex Bennée <alex.bennee@linaro.org>
2407R: Philippe Mathieu-Daudé <philmd@redhat.com>
2408S: Maintained
2409F: gdbstub*
2410F: include/exec/gdbstub.h
2411F: gdb-xml/
2412F: tests/tcg/multiarch/gdbstub/
2413
2414Memory API
2415M: Paolo Bonzini <pbonzini@redhat.com>
2416S: Supported
2417F: include/exec/ioport.h
2418F: include/exec/memop.h
2419F: include/exec/memory.h
2420F: include/exec/ram_addr.h
2421F: include/exec/ramblock.h
2422F: softmmu/dma-helpers.c
2423F: softmmu/ioport.c
2424F: softmmu/memory.c
2425F: softmmu/physmem.c
2426F: include/exec/memory-internal.h
2427F: scripts/coccinelle/memory-region-housekeeping.cocci
2428
2429SPICE
2430M: Gerd Hoffmann <kraxel@redhat.com>
2431S: Supported
2432F: include/ui/qemu-spice.h
2433F: include/ui/spice-display.h
2434F: ui/spice-*.c
2435F: audio/spiceaudio.c
2436F: hw/display/qxl*
2437F: qapi/ui.json
2438F: docs/spice-port-fqdn.txt
2439
2440Graphics
2441M: Gerd Hoffmann <kraxel@redhat.com>
2442S: Odd Fixes
2443F: ui/
2444F: include/ui/
2445F: qapi/ui.json
2446F: util/drm.c
2447
2448Cocoa graphics
2449M: Peter Maydell <peter.maydell@linaro.org>
2450S: Odd Fixes
2451F: ui/cocoa.m
2452
2453Main loop
2454M: Paolo Bonzini <pbonzini@redhat.com>
2455S: Maintained
2456F: include/exec/gen-icount.h
2457F: include/qemu/main-loop.h
2458F: include/sysemu/runstate.h
2459F: include/sysemu/runstate-action.h
2460F: util/main-loop.c
2461F: util/qemu-timer.c
2462F: softmmu/vl.c
2463F: softmmu/main.c
2464F: softmmu/cpus.c
2465F: softmmu/cpu-throttle.c
2466F: softmmu/cpu-timers.c
2467F: softmmu/icount.c
2468F: softmmu/runstate-action.c
2469F: qapi/run-state.json
2470
2471Read, Copy, Update (RCU)
2472M: Paolo Bonzini <pbonzini@redhat.com>
2473S: Maintained
2474F: include/qemu/rcu*.h
2475F: tests/unit/rcutorture.c
2476F: tests/unit/test-rcu-*.c
2477F: util/rcu.c
2478
2479Human Monitor (HMP)
2480M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2481S: Maintained
2482F: monitor/monitor-internal.h
2483F: monitor/misc.c
2484F: monitor/monitor.c
2485F: monitor/hmp*
2486F: hmp.h
2487F: hmp-commands*.hx
2488F: include/monitor/hmp-target.h
2489F: tests/qtest/test-hmp.c
2490F: include/qemu/qemu-print.h
2491F: util/qemu-print.c
2492
2493Network device backends
2494M: Jason Wang <jasowang@redhat.com>
2495S: Maintained
2496F: net/
2497F: include/net/
2498F: qemu-bridge-helper.c
2499T: git https://github.com/jasowang/qemu.git net
2500F: qapi/net.json
2501
2502Netmap network backend
2503M: Luigi Rizzo <rizzo@iet.unipi.it>
2504M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2505M: Vincenzo Maffione <v.maffione@gmail.com>
2506W: http://info.iet.unipi.it/~luigi/netmap/
2507S: Maintained
2508F: net/netmap.c
2509
2510Host Memory Backends
2511M: Eduardo Habkost <ehabkost@redhat.com>
2512M: Igor Mammedov <imammedo@redhat.com>
2513S: Maintained
2514F: backends/hostmem*.c
2515F: include/sysemu/hostmem.h
2516T: git https://gitlab.com/ehabkost/qemu.git machine-next
2517
2518Cryptodev Backends
2519M: Gonglei <arei.gonglei@huawei.com>
2520S: Maintained
2521F: include/sysemu/cryptodev*.h
2522F: backends/cryptodev*.c
2523
2524Python library
2525M: John Snow <jsnow@redhat.com>
2526M: Cleber Rosa <crosa@redhat.com>
2527R: Eduardo Habkost <ehabkost@redhat.com>
2528S: Maintained
2529F: python/
2530T: git https://gitlab.com/jsnow/qemu.git python
2531
2532Python scripts
2533M: Eduardo Habkost <ehabkost@redhat.com>
2534M: Cleber Rosa <crosa@redhat.com>
2535S: Odd Fixes
2536F: scripts/*.py
2537F: tests/*.py
2538
2539Benchmark util
2540M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2541S: Maintained
2542F: scripts/simplebench/
2543T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2544
2545Transactions helper
2546M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2547S: Maintained
2548F: include/qemu/transactions.h
2549F: util/transactions.c
2550
2551QAPI
2552M: Markus Armbruster <armbru@redhat.com>
2553M: Michael Roth <michael.roth@amd.com>
2554S: Supported
2555F: qapi/
2556X: qapi/*.json
2557F: include/qapi/
2558X: include/qapi/qmp/
2559F: include/qapi/qmp/dispatch.h
2560F: tests/qapi-schema/
2561F: tests/unit/test-*-visitor.c
2562F: tests/unit/test-qapi-*.c
2563F: tests/unit/test-qmp-*.c
2564F: tests/unit/test-visitor-serialization.c
2565F: scripts/qapi-gen.py
2566F: scripts/qapi/*
2567F: docs/sphinx/qapidoc.py
2568F: docs/devel/qapi*
2569T: git https://repo.or.cz/qemu/armbru.git qapi-next
2570
2571QAPI Schema
2572M: Eric Blake <eblake@redhat.com>
2573M: Markus Armbruster <armbru@redhat.com>
2574S: Supported
2575F: qapi/*.json
2576T: git https://repo.or.cz/qemu/armbru.git qapi-next
2577
2578QObject
2579M: Markus Armbruster <armbru@redhat.com>
2580S: Supported
2581F: qobject/
2582F: include/qapi/qmp/
2583X: include/qapi/qmp/dispatch.h
2584F: scripts/coccinelle/qobject.cocci
2585F: tests/unit/check-qdict.c
2586F: tests/unit/check-qjson.c
2587F: tests/unit/check-qlist.c
2588F: tests/unit/check-qlit.c
2589F: tests/unit/check-qnull.c
2590F: tests/unit/check-qnum.c
2591F: tests/unit/check-qobject.c
2592F: tests/unit/check-qstring.c
2593F: tests/data/qobject/qdict.txt
2594T: git https://repo.or.cz/qemu/armbru.git qapi-next
2595
2596QEMU Guest Agent
2597M: Michael Roth <michael.roth@amd.com>
2598S: Maintained
2599F: qga/
2600F: docs/interop/qemu-ga.rst
2601F: docs/interop/qemu-ga-ref.rst
2602F: scripts/qemu-guest-agent/
2603F: tests/unit/test-qga.c
2604T: git https://github.com/mdroth/qemu.git qga
2605
2606QOM
2607M: Paolo Bonzini <pbonzini@redhat.com>
2608R: Daniel P. Berrange <berrange@redhat.com>
2609R: Eduardo Habkost <ehabkost@redhat.com>
2610S: Supported
2611F: docs/qdev-device-use.txt
2612F: hw/core/qdev*
2613F: hw/core/bus.c
2614F: hw/core/sysbus.c
2615F: include/hw/qdev*
2616F: include/monitor/qdev.h
2617F: include/qom/
2618F: qapi/qom.json
2619F: qapi/qdev.json
2620F: scripts/coccinelle/qom-parent-type.cocci
2621F: softmmu/qdev-monitor.c
2622F: stubs/qdev.c
2623F: qom/
2624F: tests/unit/check-qom-interface.c
2625F: tests/unit/check-qom-proplist.c
2626F: tests/unit/test-qdev-global-props.c
2627
2628QOM boilerplate conversion script
2629M: Eduardo Habkost <ehabkost@redhat.com>
2630S: Maintained
2631F: scripts/codeconverter/
2632
2633QMP
2634M: Markus Armbruster <armbru@redhat.com>
2635S: Supported
2636F: monitor/monitor-internal.h
2637F: monitor/qmp*
2638F: monitor/misc.c
2639F: monitor/monitor.c
2640F: qapi/control.json
2641F: qapi/error.json
2642F: qapi/introspect.json
2643F: docs/devel/*qmp-*
2644F: docs/interop/*qmp-*
2645F: scripts/qmp/
2646F: tests/qtest/qmp-test.c
2647F: tests/qtest/qmp-cmd-test.c
2648T: git https://repo.or.cz/qemu/armbru.git qapi-next
2649
2650qtest
2651M: Thomas Huth <thuth@redhat.com>
2652M: Laurent Vivier <lvivier@redhat.com>
2653R: Paolo Bonzini <pbonzini@redhat.com>
2654S: Maintained
2655F: softmmu/qtest.c
2656F: accel/qtest/
2657F: tests/qtest/
2658F: docs/devel/qgraph.rst
2659X: tests/qtest/bios-tables-test*
2660
2661Device Fuzzing
2662M: Alexander Bulekov <alxndr@bu.edu>
2663R: Paolo Bonzini <pbonzini@redhat.com>
2664R: Bandan Das <bsd@redhat.com>
2665R: Stefan Hajnoczi <stefanha@redhat.com>
2666R: Thomas Huth <thuth@redhat.com>
2667S: Maintained
2668F: tests/qtest/fuzz/
2669F: tests/qtest/fuzz-*test.c
2670F: scripts/oss-fuzz/
2671F: hw/mem/sparse-mem.c
2672F: docs/devel/fuzzing.rst
2673
2674Register API
2675M: Alistair Francis <alistair@alistair23.me>
2676S: Maintained
2677F: hw/core/register.c
2678F: include/hw/register.h
2679F: include/hw/registerfields.h
2680
2681SLIRP
2682M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2683S: Maintained
2684F: slirp/
2685F: net/slirp.c
2686F: include/net/slirp.h
2687T: git https://people.debian.org/~sthibault/qemu.git slirp
2688
2689Streams
2690M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2691S: Maintained
2692F: hw/core/stream.c
2693F: include/hw/stream.h
2694
2695Stubs
2696M: Paolo Bonzini <pbonzini@redhat.com>
2697S: Maintained
2698F: stubs/
2699
2700Tracing
2701M: Stefan Hajnoczi <stefanha@redhat.com>
2702S: Maintained
2703F: trace/
2704F: trace-events
2705F: docs/qemu-option-trace.rst.inc
2706F: qapi/trace.json
2707F: scripts/tracetool.py
2708F: scripts/tracetool/
2709F: scripts/qemu-trace-stap*
2710F: docs/tools/qemu-trace-stap.rst
2711F: docs/devel/tracing.rst
2712T: git https://github.com/stefanha/qemu.git tracing
2713
2714TPM
2715M: Stefan Berger <stefanb@linux.ibm.com>
2716S: Maintained
2717F: tpm.c
2718F: hw/tpm/*
2719F: include/hw/acpi/tpm.h
2720F: include/sysemu/tpm*
2721F: qapi/tpm.json
2722F: backends/tpm/
2723F: tests/qtest/*tpm*
2724T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2725
2726Checkpatch
2727S: Odd Fixes
2728F: scripts/checkpatch.pl
2729
2730Migration
2731M: Juan Quintela <quintela@redhat.com>
2732M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2733S: Maintained
2734F: hw/core/vmstate-if.c
2735F: include/hw/vmstate-if.h
2736F: include/migration/
2737F: migration/
2738F: scripts/vmstate-static-checker.py
2739F: tests/vmstate-static-checker-data/
2740F: tests/qtest/migration-test.c
2741F: docs/devel/migration.rst
2742F: qapi/migration.json
2743F: tests/migration/
2744
2745D-Bus
2746M: Marc-André Lureau <marcandre.lureau@redhat.com>
2747S: Maintained
2748F: backends/dbus-vmstate.c
2749F: tests/dbus-vmstate*
2750F: util/dbus.c
2751F: include/qemu/dbus.h
2752F: docs/interop/dbus.rst
2753F: docs/interop/dbus-vmstate.rst
2754
2755Seccomp
2756M: Eduardo Otubo <otubo@redhat.com>
2757S: Supported
2758F: softmmu/qemu-seccomp.c
2759F: include/sysemu/seccomp.h
2760
2761Cryptography
2762M: Daniel P. Berrange <berrange@redhat.com>
2763S: Maintained
2764F: crypto/
2765F: include/crypto/
2766F: qapi/crypto.json
2767F: tests/unit/test-crypto-*
2768F: tests/bench/benchmark-crypto-*
2769F: tests/unit/crypto-tls-*
2770F: tests/unit/pkix_asn1_tab.c
2771F: qemu.sasl
2772
2773Coroutines
2774M: Stefan Hajnoczi <stefanha@redhat.com>
2775M: Kevin Wolf <kwolf@redhat.com>
2776S: Maintained
2777F: util/*coroutine*
2778F: include/qemu/coroutine*
2779F: tests/unit/test-coroutine.c
2780
2781Buffers
2782M: Daniel P. Berrange <berrange@redhat.com>
2783S: Odd Fixes
2784F: util/buffer.c
2785F: include/qemu/buffer.h
2786
2787I/O Channels
2788M: Daniel P. Berrange <berrange@redhat.com>
2789S: Maintained
2790F: io/
2791F: include/io/
2792F: tests/unit/test-io-*
2793
2794User authorization
2795M: Daniel P. Berrange <berrange@redhat.com>
2796S: Maintained
2797F: authz/
2798F: qapi/authz.json
2799F: include/authz/
2800F: tests/unit/test-authz-*
2801
2802Sockets
2803M: Daniel P. Berrange <berrange@redhat.com>
2804M: Gerd Hoffmann <kraxel@redhat.com>
2805S: Maintained
2806F: include/qemu/sockets.h
2807F: util/qemu-sockets.c
2808F: qapi/sockets.json
2809
2810File monitor
2811M: Daniel P. Berrange <berrange@redhat.com>
2812S: Odd Fixes
2813F: util/filemonitor*.c
2814F: include/qemu/filemonitor.h
2815F: tests/unit/test-util-filemonitor.c
2816
2817Throttling infrastructure
2818M: Alberto Garcia <berto@igalia.com>
2819S: Supported
2820F: block/throttle-groups.c
2821F: include/block/throttle-groups.h
2822F: include/qemu/throttle*.h
2823F: util/throttle.c
2824F: docs/throttle.txt
2825F: tests/unit/test-throttle.c
2826L: qemu-block@nongnu.org
2827
2828UUID
2829M: Fam Zheng <fam@euphon.net>
2830S: Supported
2831F: util/uuid.c
2832F: include/qemu/uuid.h
2833F: tests/unit/test-uuid.c
2834
2835Yank feature
2836M: Lukas Straub <lukasstraub2@web.de>
2837S: Odd fixes
2838F: util/yank.c
2839F: migration/yank_functions*
2840F: tests/unit/test-yank.c
2841F: include/qemu/yank.h
2842F: qapi/yank.json
2843
2844COLO Framework
2845M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2846S: Maintained
2847F: migration/colo*
2848F: include/migration/colo.h
2849F: include/migration/failover.h
2850F: docs/COLO-FT.txt
2851
2852COLO Proxy
2853M: Zhang Chen <chen.zhang@intel.com>
2854M: Li Zhijian <lizhijian@cn.fujitsu.com>
2855S: Supported
2856F: docs/colo-proxy.txt
2857F: net/colo*
2858F: net/filter-rewriter.c
2859F: net/filter-mirror.c
2860
2861Record/replay
2862M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2863R: Paolo Bonzini <pbonzini@redhat.com>
2864W: https://wiki.qemu.org/Features/record-replay
2865S: Supported
2866F: replay/*
2867F: block/blkreplay.c
2868F: net/filter-replay.c
2869F: include/sysemu/replay.h
2870F: docs/replay.txt
2871F: stubs/replay.c
2872F: tests/acceptance/replay_kernel.py
2873F: tests/acceptance/reverse_debugging.py
2874F: qapi/replay.json
2875
2876IOVA Tree
2877M: Peter Xu <peterx@redhat.com>
2878S: Maintained
2879F: include/qemu/iova-tree.h
2880F: util/iova-tree.c
2881
2882elf2dmp
2883M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2884S: Maintained
2885F: contrib/elf2dmp/
2886
2887I2C and SMBus
2888M: Corey Minyard <cminyard@mvista.com>
2889S: Maintained
2890F: hw/i2c/core.c
2891F: hw/i2c/smbus_slave.c
2892F: hw/i2c/smbus_master.c
2893F: hw/i2c/smbus_eeprom.c
2894F: include/hw/i2c/i2c.h
2895F: include/hw/i2c/smbus_master.h
2896F: include/hw/i2c/smbus_slave.h
2897F: include/hw/i2c/smbus_eeprom.h
2898
2899Firmware schema specifications
2900M: Laszlo Ersek <lersek@redhat.com>
2901M: Philippe Mathieu-Daudé <philmd@redhat.com>
2902R: Daniel P. Berrange <berrange@redhat.com>
2903R: Kashyap Chamarthy <kchamart@redhat.com>
2904S: Maintained
2905F: docs/interop/firmware.json
2906
2907EDK2 Firmware
2908M: Laszlo Ersek <lersek@redhat.com>
2909M: Philippe Mathieu-Daudé <philmd@redhat.com>
2910S: Supported
2911F: pc-bios/descriptors/??-edk2-*.json
2912F: pc-bios/edk2-*
2913F: roms/Makefile.edk2
2914F: roms/edk2
2915F: roms/edk2-*
2916F: tests/data/uefi-boot-images/
2917F: tests/uefi-test-tools/
2918F: .gitlab-ci.d/edk2.yml
2919F: .gitlab-ci.d/edk2/
2920
2921VT-d Emulation
2922M: Michael S. Tsirkin <mst@redhat.com>
2923M: Peter Xu <peterx@redhat.com>
2924R: Jason Wang <jasowang@redhat.com>
2925S: Supported
2926F: hw/i386/intel_iommu.c
2927F: hw/i386/intel_iommu_internal.h
2928F: include/hw/i386/intel_iommu.h
2929
2930OpenSBI Firmware
2931M: Bin Meng <bmeng.cn@gmail.com>
2932S: Supported
2933F: pc-bios/opensbi-*
2934F: .gitlab-ci.d/opensbi.yml
2935F: .gitlab-ci.d/opensbi/
2936
2937Clock framework
2938M: Luc Michel <luc@lmichel.fr>
2939R: Damien Hedde <damien.hedde@greensocs.com>
2940S: Maintained
2941F: include/hw/clock.h
2942F: include/hw/qdev-clock.h
2943F: hw/core/clock.c
2944F: hw/core/clock-vmstate.c
2945F: hw/core/qdev-clock.c
2946F: docs/devel/clocks.rst
2947
2948Usermode Emulation
2949------------------
2950Overall usermode emulation
2951M: Riku Voipio <riku.voipio@iki.fi>
2952S: Maintained
2953F: thunk.c
2954F: accel/tcg/user-exec*.c
2955
2956BSD user
2957M: Warner Losh <imp@bsdimp.com>
2958R: Kyle Evans <kevans@freebsd.org>
2959S: Maintained
2960F: bsd-user/
2961F: default-configs/targets/*-bsd-user.mak
2962T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
2963
2964Linux user
2965M: Laurent Vivier <laurent@vivier.eu>
2966S: Maintained
2967F: linux-user/
2968F: default-configs/targets/*linux-user.mak
2969F: scripts/qemu-binfmt-conf.sh
2970F: scripts/update-syscalltbl.sh
2971F: scripts/update-mips-syscall-args.sh
2972F: scripts/gensyscalls.sh
2973
2974Tiny Code Generator (TCG)
2975-------------------------
2976Common TCG code
2977M: Richard Henderson <richard.henderson@linaro.org>
2978S: Maintained
2979F: tcg/
2980F: include/tcg/
2981
2982TCG Plugins
2983M: Alex Bennée <alex.bennee@linaro.org>
2984S: Maintained
2985F: docs/devel/tcg-plugins.rst
2986F: plugins/
2987F: tests/plugin/
2988F: tests/acceptance/tcg_plugins.py
2989F: contrib/plugins/
2990
2991AArch64 TCG target
2992M: Richard Henderson <richard.henderson@linaro.org>
2993S: Maintained
2994L: qemu-arm@nongnu.org
2995F: tcg/aarch64/
2996F: disas/arm-a64.cc
2997F: disas/libvixl/
2998
2999ARM TCG target
3000M: Andrzej Zaborowski <balrogg@gmail.com>
3001S: Maintained
3002L: qemu-arm@nongnu.org
3003F: tcg/arm/
3004F: disas/arm.c
3005
3006i386 TCG target
3007M: Richard Henderson <richard.henderson@linaro.org>
3008S: Maintained
3009F: tcg/i386/
3010F: disas/i386.c
3011
3012MIPS TCG target
3013M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3014R: Aurelien Jarno <aurelien@aurel32.net>
3015R: Huacai Chen <chenhuacai@kernel.org>
3016R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3017R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3018S: Odd Fixes
3019F: tcg/mips/
3020
3021PPC TCG target
3022M: Richard Henderson <richard.henderson@linaro.org>
3023S: Odd Fixes
3024F: tcg/ppc/
3025F: disas/ppc.c
3026
3027RISC-V TCG target
3028M: Palmer Dabbelt <palmer@dabbelt.com>
3029M: Alistair Francis <Alistair.Francis@wdc.com>
3030L: qemu-riscv@nongnu.org
3031S: Maintained
3032F: tcg/riscv/
3033F: disas/riscv.c
3034
3035S390 TCG target
3036M: Richard Henderson <richard.henderson@linaro.org>
3037S: Maintained
3038F: tcg/s390/
3039F: disas/s390.c
3040L: qemu-s390x@nongnu.org
3041
3042SPARC TCG target
3043S: Odd Fixes
3044F: tcg/sparc/
3045F: disas/sparc.c
3046
3047TCI TCG target
3048M: Stefan Weil <sw@weilnetz.de>
3049S: Maintained
3050F: tcg/tci/
3051F: tcg/tci.c
3052F: disas/tci.c
3053
3054Block drivers
3055-------------
3056VMDK
3057M: Fam Zheng <fam@euphon.net>
3058L: qemu-block@nongnu.org
3059S: Supported
3060F: block/vmdk.c
3061
3062RBD
3063M: Ilya Dryomov <idryomov@gmail.com>
3064L: qemu-block@nongnu.org
3065S: Supported
3066F: block/rbd.c
3067
3068VHDX
3069M: Jeff Cody <codyprime@gmail.com>
3070L: qemu-block@nongnu.org
3071S: Supported
3072F: block/vhdx*
3073
3074VDI
3075M: Stefan Weil <sw@weilnetz.de>
3076L: qemu-block@nongnu.org
3077S: Maintained
3078F: block/vdi.c
3079
3080iSCSI
3081M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3082M: Paolo Bonzini <pbonzini@redhat.com>
3083M: Peter Lieven <pl@kamp.de>
3084L: qemu-block@nongnu.org
3085S: Odd Fixes
3086F: block/iscsi.c
3087F: block/iscsi-opts.c
3088
3089Network Block Device (NBD)
3090M: Eric Blake <eblake@redhat.com>
3091M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3092L: qemu-block@nongnu.org
3093S: Maintained
3094F: block/nbd*
3095F: nbd/
3096F: include/block/nbd*
3097F: qemu-nbd.*
3098F: blockdev-nbd.c
3099F: docs/interop/nbd.txt
3100F: docs/tools/qemu-nbd.rst
3101T: git https://repo.or.cz/qemu/ericb.git nbd
3102T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3103
3104NFS
3105M: Peter Lieven <pl@kamp.de>
3106L: qemu-block@nongnu.org
3107S: Maintained
3108F: block/nfs.c
3109
3110SSH
3111M: Richard W.M. Jones <rjones@redhat.com>
3112L: qemu-block@nongnu.org
3113S: Supported
3114F: block/ssh.c
3115
3116CURL
3117L: qemu-block@nongnu.org
3118S: Odd Fixes
3119F: block/curl.c
3120
3121GLUSTER
3122L: qemu-block@nongnu.org
3123L: integration@gluster.org
3124S: Odd Fixes
3125F: block/gluster.c
3126
3127Null Block Driver
3128M: Fam Zheng <fam@euphon.net>
3129L: qemu-block@nongnu.org
3130S: Supported
3131F: block/null.c
3132
3133NVMe Block Driver
3134M: Stefan Hajnoczi <stefanha@redhat.com>
3135R: Fam Zheng <fam@euphon.net>
3136L: qemu-block@nongnu.org
3137S: Supported
3138F: block/nvme*
3139F: include/block/nvme.h
3140T: git https://github.com/stefanha/qemu.git block
3141
3142Bootdevice
3143M: Gonglei <arei.gonglei@huawei.com>
3144S: Maintained
3145F: softmmu/bootdevice.c
3146
3147Quorum
3148M: Alberto Garcia <berto@igalia.com>
3149S: Supported
3150F: block/quorum.c
3151L: qemu-block@nongnu.org
3152
3153blklogwrites
3154M: Ari Sundholm <ari@tuxera.com>
3155L: qemu-block@nongnu.org
3156S: Supported
3157F: block/blklogwrites.c
3158
3159blkverify
3160M: Stefan Hajnoczi <stefanha@redhat.com>
3161L: qemu-block@nongnu.org
3162S: Supported
3163F: block/blkverify.c
3164
3165bochs
3166M: Stefan Hajnoczi <stefanha@redhat.com>
3167L: qemu-block@nongnu.org
3168S: Supported
3169F: block/bochs.c
3170
3171cloop
3172M: Stefan Hajnoczi <stefanha@redhat.com>
3173L: qemu-block@nongnu.org
3174S: Supported
3175F: block/cloop.c
3176
3177dmg
3178M: Stefan Hajnoczi <stefanha@redhat.com>
3179L: qemu-block@nongnu.org
3180S: Supported
3181F: block/dmg.c
3182
3183parallels
3184M: Stefan Hajnoczi <stefanha@redhat.com>
3185M: Denis V. Lunev <den@openvz.org>
3186M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3187L: qemu-block@nongnu.org
3188S: Supported
3189F: block/parallels.c
3190F: block/parallels-ext.c
3191F: docs/interop/parallels.txt
3192T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3193
3194qed
3195M: Stefan Hajnoczi <stefanha@redhat.com>
3196L: qemu-block@nongnu.org
3197S: Supported
3198F: block/qed.c
3199
3200raw
3201M: Kevin Wolf <kwolf@redhat.com>
3202L: qemu-block@nongnu.org
3203S: Supported
3204F: block/linux-aio.c
3205F: include/block/raw-aio.h
3206F: block/raw-format.c
3207F: block/file-posix.c
3208F: block/file-win32.c
3209F: block/win32-aio.c
3210
3211Linux io_uring
3212M: Aarushi Mehta <mehta.aaru20@gmail.com>
3213M: Julia Suvorova <jusual@redhat.com>
3214M: Stefan Hajnoczi <stefanha@redhat.com>
3215L: qemu-block@nongnu.org
3216S: Maintained
3217F: block/io_uring.c
3218F: stubs/io_uring.c
3219
3220qcow2
3221M: Kevin Wolf <kwolf@redhat.com>
3222M: Max Reitz <mreitz@redhat.com>
3223L: qemu-block@nongnu.org
3224S: Supported
3225F: block/qcow2*
3226F: docs/interop/qcow2.txt
3227
3228qcow
3229M: Kevin Wolf <kwolf@redhat.com>
3230L: qemu-block@nongnu.org
3231S: Supported
3232F: block/qcow.c
3233
3234blkdebug
3235M: Kevin Wolf <kwolf@redhat.com>
3236M: Max Reitz <mreitz@redhat.com>
3237L: qemu-block@nongnu.org
3238S: Supported
3239F: block/blkdebug.c
3240
3241vpc
3242M: Kevin Wolf <kwolf@redhat.com>
3243L: qemu-block@nongnu.org
3244S: Supported
3245F: block/vpc.c
3246
3247vvfat
3248M: Kevin Wolf <kwolf@redhat.com>
3249L: qemu-block@nongnu.org
3250S: Odd Fixes
3251F: block/vvfat.c
3252
3253Image format fuzzer
3254M: Stefan Hajnoczi <stefanha@redhat.com>
3255L: qemu-block@nongnu.org
3256S: Supported
3257F: tests/image-fuzzer/
3258
3259Vhost-user block device backend server
3260M: Coiby Xu <Coiby.Xu@gmail.com>
3261S: Maintained
3262F: block/export/vhost-user-blk-server.c
3263F: block/export/vhost-user-blk-server.h
3264F: include/qemu/vhost-user-server.h
3265F: tests/qtest/libqos/vhost-user-blk.c
3266F: tests/qtest/libqos/vhost-user-blk.h
3267F: tests/qtest/vhost-user-blk-test.c
3268F: util/vhost-user-server.c
3269
3270FUSE block device exports
3271M: Max Reitz <mreitz@redhat.com>
3272L: qemu-block@nongnu.org
3273S: Supported
3274F: block/export/fuse.c
3275
3276Replication
3277M: Wen Congyang <wencongyang2@huawei.com>
3278M: Xie Changlong <xiechanglong.d@gmail.com>
3279S: Supported
3280F: replication*
3281F: block/replication.c
3282F: tests/unit/test-replication.c
3283F: docs/block-replication.txt
3284
3285PVRDMA
3286M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3287M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3288S: Maintained
3289F: hw/rdma/*
3290F: hw/rdma/vmw/*
3291F: docs/pvrdma.txt
3292F: contrib/rdmacm-mux/*
3293F: qapi/rdma.json
3294
3295Semihosting
3296M: Alex Bennée <alex.bennee@linaro.org>
3297S: Maintained
3298F: semihosting/
3299F: include/semihosting/
3300F: tests/tcg/multiarch/arm-compat-semi/
3301
3302Multi-process QEMU
3303M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3304M: Jagannathan Raman <jag.raman@oracle.com>
3305M: John G Johnson <john.g.johnson@oracle.com>
3306S: Maintained
3307F: docs/devel/multi-process.rst
3308F: docs/system/multi-process.rst
3309F: hw/pci-host/remote.c
3310F: include/hw/pci-host/remote.h
3311F: hw/remote/machine.c
3312F: include/hw/remote/machine.h
3313F: hw/remote/mpqemu-link.c
3314F: include/hw/remote/mpqemu-link.h
3315F: hw/remote/message.c
3316F: hw/remote/remote-obj.c
3317F: include/hw/remote/memory.h
3318F: hw/remote/memory.c
3319F: hw/remote/proxy.c
3320F: include/hw/remote/proxy.h
3321F: hw/remote/proxy-memory-listener.c
3322F: include/hw/remote/proxy-memory-listener.h
3323F: hw/remote/iohub.c
3324F: include/hw/remote/iohub.h
3325
3326EBPF:
3327M: Jason Wang <jasowang@redhat.com>
3328R: Andrew Melnychenko <andrew@daynix.com>
3329R: Yuri Benditovich <yuri.benditovich@daynix.com>
3330S: Maintained
3331F: ebpf/*
3332F: tools/ebpf/*
3333
3334Build and test automation
3335-------------------------
3336Build and test automation, general continuous integration
3337M: Alex Bennée <alex.bennee@linaro.org>
3338M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3339M: Thomas Huth <thuth@redhat.com>
3340R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3341R: Willian Rampazzo <willianr@redhat.com>
3342S: Maintained
3343F: .github/lockdown.yml
3344F: .gitlab-ci.yml
3345F: .gitlab-ci.d/
3346F: .travis.yml
3347F: scripts/ci/
3348F: tests/docker/
3349F: tests/vm/
3350F: scripts/archive-source.sh
3351W: https://gitlab.com/qemu-project/qemu/pipelines
3352W: https://travis-ci.org/qemu/qemu
3353
3354FreeBSD Hosted Continuous Integration
3355M: Ed Maste <emaste@freebsd.org>
3356M: Li-Wen Hsu <lwhsu@freebsd.org>
3357S: Maintained
3358F: .cirrus.yml
3359W: https://cirrus-ci.com/github/qemu/qemu
3360
3361Windows Hosted Continuous Integration
3362M: Yonggang Luo <luoyonggang@gmail.com>
3363S: Maintained
3364F: .cirrus.yml
3365W: https://cirrus-ci.com/github/qemu/qemu
3366
3367Guest Test Compilation Support
3368M: Alex Bennée <alex.bennee@linaro.org>
3369R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3370S: Maintained
3371F: tests/tcg/Makefile
3372F: tests/tcg/Makefile.include
3373
3374Acceptance (Integration) Testing with the Avocado framework
3375W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3376R: Cleber Rosa <crosa@redhat.com>
3377R: Philippe Mathieu-Daudé <philmd@redhat.com>
3378R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3379S: Odd Fixes
3380F: tests/acceptance/
3381
3382Documentation
3383-------------
3384Build system architecture
3385M: Daniel P. Berrange <berrange@redhat.com>
3386S: Odd Fixes
3387F: docs/devel/build-system.rst
3388
3389GIT Data Mining Config
3390M: Alex Bennée <alex.bennee@linaro.org>
3391S: Odd Fixes
3392F: gitdm.config
3393F: contrib/gitdm/*
3394
3395Incompatible changes
3396R: libvir-list@redhat.com
3397F: docs/system/deprecated.rst
3398
3399Build System
3400------------
3401GIT submodules
3402M: Daniel P. Berrange <berrange@redhat.com>
3403S: Odd Fixes
3404F: scripts/git-submodule.sh
3405
3406UI translations
3407S: Orphan
3408F: po/*.po
3409
3410Sphinx documentation configuration and build machinery
3411M: Peter Maydell <peter.maydell@linaro.org>
3412S: Maintained
3413F: docs/conf.py
3414F: docs/*/conf.py
3415F: docs/sphinx/
3416
3417Miscellaneous
3418-------------
3419Performance Tools and Tests
3420M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3421S: Maintained
3422F: scripts/performance/
3423