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