xref: /qemu/MAINTAINERS (revision 21bde1ec)
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
1363Virtual Open Firmware (VOF)
1364M: Alexey Kardashevskiy <aik@ozlabs.ru>
1365R: David Gibson <david@gibson.dropbear.id.au>
1366R: Greg Kurz <groug@kaod.org>
1367L: qemu-ppc@nongnu.org
1368S: Maintained
1369F: hw/ppc/spapr_vof*
1370F: hw/ppc/vof*
1371F: include/hw/ppc/vof*
1372F: pc-bios/vof/*
1373F: pc-bios/vof*
1374
1375RISC-V Machines
1376---------------
1377OpenTitan
1378M: Alistair Francis <Alistair.Francis@wdc.com>
1379L: qemu-riscv@nongnu.org
1380S: Supported
1381F: hw/riscv/opentitan.c
1382F: hw/*/ibex_*.c
1383F: include/hw/riscv/opentitan.h
1384F: include/hw/*/ibex_*.h
1385
1386Microchip PolarFire SoC Icicle Kit
1387M: Bin Meng <bin.meng@windriver.com>
1388L: qemu-riscv@nongnu.org
1389S: Supported
1390F: hw/riscv/microchip_pfsoc.c
1391F: hw/char/mchp_pfsoc_mmuart.c
1392F: hw/misc/mchp_pfsoc_dmc.c
1393F: hw/misc/mchp_pfsoc_ioscb.c
1394F: hw/misc/mchp_pfsoc_sysreg.c
1395F: include/hw/riscv/microchip_pfsoc.h
1396F: include/hw/char/mchp_pfsoc_mmuart.h
1397F: include/hw/misc/mchp_pfsoc_dmc.h
1398F: include/hw/misc/mchp_pfsoc_ioscb.h
1399F: include/hw/misc/mchp_pfsoc_sysreg.h
1400
1401Shakti C class SoC
1402M: Vijai Kumar K <vijai@behindbytes.com>
1403L: qemu-riscv@nongnu.org
1404S: Supported
1405F: hw/riscv/shakti_c.c
1406F: hw/char/shakti_uart.c
1407F: include/hw/riscv/shakti_c.h
1408F: include/hw/char/shakti_uart.h
1409
1410SiFive Machines
1411M: Alistair Francis <Alistair.Francis@wdc.com>
1412M: Bin Meng <bin.meng@windriver.com>
1413M: Palmer Dabbelt <palmer@dabbelt.com>
1414L: qemu-riscv@nongnu.org
1415S: Supported
1416F: hw/*/*sifive*.c
1417F: include/hw/*/*sifive*.h
1418
1419RX Machines
1420-----------
1421rx-gdbsim
1422R: Yoshinori Sato <ysato@users.sourceforge.jp>
1423S: Orphan
1424F: docs/system/target-rx.rst
1425F: hw/rx/rx-gdbsim.c
1426F: tests/acceptance/machine_rx_gdbsim.py
1427
1428SH4 Machines
1429------------
1430R2D
1431R: Yoshinori Sato <ysato@users.sourceforge.jp>
1432R: Magnus Damm <magnus.damm@gmail.com>
1433S: Odd Fixes
1434F: hw/char/sh_serial.c
1435F: hw/sh4/r2d.c
1436F: hw/intc/sh_intc.c
1437F: hw/pci-host/sh_pci.c
1438F: hw/timer/sh_timer.c
1439F: include/hw/sh4/sh_intc.h
1440
1441Shix
1442R: Yoshinori Sato <ysato@users.sourceforge.jp>
1443R: Magnus Damm <magnus.damm@gmail.com>
1444S: Odd Fixes
1445F: hw/block/tc58128.c
1446F: hw/char/sh_serial.c
1447F: hw/sh4/shix.c
1448F: hw/intc/sh_intc.c
1449F: hw/timer/sh_timer.c
1450F: include/hw/sh4/sh_intc.h
1451
1452SPARC Machines
1453--------------
1454Sun4m
1455M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1456S: Maintained
1457F: hw/sparc/sun4m.c
1458F: hw/sparc/sun4m_iommu.c
1459F: hw/display/cg3.c
1460F: hw/display/tcx.c
1461F: hw/dma/sparc32_dma.c
1462F: hw/misc/eccmemctl.c
1463F: hw/*/slavio_*.c
1464F: include/hw/nvram/sun_nvram.h
1465F: include/hw/sparc/sparc32_dma.h
1466F: include/hw/sparc/sun4m_iommu.h
1467F: pc-bios/openbios-sparc32
1468
1469Sun4u
1470M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1471S: Maintained
1472F: hw/sparc64/sun4u.c
1473F: hw/sparc64/sun4u_iommu.c
1474F: include/hw/sparc/sun4u_iommu.h
1475F: hw/pci-host/sabre.c
1476F: include/hw/pci-host/sabre.h
1477F: hw/pci-bridge/simba.c
1478F: include/hw/pci-bridge/simba.h
1479F: pc-bios/openbios-sparc64
1480F: tests/acceptance/machine_sparc64_sun4u.py
1481
1482Sun4v
1483M: Artyom Tarasenko <atar4qemu@gmail.com>
1484S: Maintained
1485F: hw/sparc64/niagara.c
1486F: hw/rtc/sun4v-rtc.c
1487F: include/hw/rtc/sun4v-rtc.h
1488
1489Leon3
1490M: Fabien Chouteau <chouteau@adacore.com>
1491M: KONRAD Frederic <frederic.konrad@adacore.com>
1492S: Maintained
1493F: hw/sparc/leon3.c
1494F: hw/*/grlib*
1495F: include/hw/*/grlib*
1496F: tests/acceptance/machine_sparc_leon3.py
1497
1498S390 Machines
1499-------------
1500S390 Virtio-ccw
1501M: Cornelia Huck <cohuck@redhat.com>
1502M: Halil Pasic <pasic@linux.ibm.com>
1503M: Christian Borntraeger <borntraeger@de.ibm.com>
1504S: Supported
1505F: hw/char/sclp*.[hc]
1506F: hw/char/terminal3270.c
1507F: hw/s390x/
1508F: include/hw/s390x/
1509F: hw/watchdog/wdt_diag288.c
1510F: include/hw/watchdog/wdt_diag288.h
1511F: default-configs/*/s390x-softmmu.mak
1512F: tests/acceptance/machine_s390_ccw_virtio.py
1513T: git https://gitlab.com/cohuck/qemu.git s390-next
1514T: git https://github.com/borntraeger/qemu.git s390-next
1515L: qemu-s390x@nongnu.org
1516
1517S390-ccw boot
1518M: Christian Borntraeger <borntraeger@de.ibm.com>
1519M: Thomas Huth <thuth@redhat.com>
1520S: Supported
1521F: hw/s390x/ipl.*
1522F: pc-bios/s390-ccw/
1523F: pc-bios/s390-ccw.img
1524F: docs/devel/s390-dasd-ipl.rst
1525T: git https://github.com/borntraeger/qemu.git s390-next
1526L: qemu-s390x@nongnu.org
1527
1528S390 PCI
1529M: Matthew Rosato <mjrosato@linux.ibm.com>
1530M: Eric Farman <farman@linux.ibm.com>
1531S: Supported
1532F: hw/s390x/s390-pci*
1533F: include/hw/s390x/s390-pci*
1534L: qemu-s390x@nongnu.org
1535
1536X86 Machines
1537------------
1538PC
1539M: Michael S. Tsirkin <mst@redhat.com>
1540M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1541S: Supported
1542F: include/hw/i386/
1543F: hw/i386/
1544F: hw/pci-host/i440fx.c
1545F: hw/pci-host/q35.c
1546F: hw/pci-host/pam.c
1547F: include/hw/pci-host/i440fx.h
1548F: include/hw/pci-host/q35.h
1549F: include/hw/pci-host/pam.h
1550F: hw/isa/piix3.c
1551F: hw/isa/lpc_ich9.c
1552F: hw/i2c/smbus_ich9.c
1553F: hw/acpi/piix4.c
1554F: hw/acpi/ich9.c
1555F: include/hw/acpi/ich9.h
1556F: include/hw/southbridge/piix.h
1557F: hw/misc/sga.c
1558F: hw/isa/apm.c
1559F: include/hw/isa/apm.h
1560F: tests/unit/test-x86-cpuid.c
1561F: tests/qtest/test-x86-cpuid-compat.c
1562
1563PC Chipset
1564M: Michael S. Tsirkin <mst@redhat.com>
1565M: Paolo Bonzini <pbonzini@redhat.com>
1566S: Supported
1567F: hw/char/debugcon.c
1568F: hw/char/parallel*
1569F: hw/char/serial*
1570F: hw/dma/i8257*
1571F: hw/i2c/pm_smbus.c
1572F: hw/input/pckbd.c
1573F: hw/intc/apic*
1574F: hw/intc/ioapic*
1575F: hw/intc/i8259*
1576F: hw/isa/isa-superio.c
1577F: hw/misc/debugexit.c
1578F: hw/misc/pc-testdev.c
1579F: hw/timer/hpet*
1580F: hw/timer/i8254*
1581F: hw/rtc/mc146818rtc*
1582F: hw/watchdog/wdt_ib700.c
1583F: hw/watchdog/wdt_i6300esb.c
1584F: include/hw/display/vga.h
1585F: include/hw/char/parallel.h
1586F: include/hw/dma/i8257.h
1587F: include/hw/i2c/pm_smbus.h
1588F: include/hw/input/i8042.h
1589F: include/hw/isa/i8259_internal.h
1590F: include/hw/isa/superio.h
1591F: include/hw/timer/hpet.h
1592F: include/hw/timer/i8254*
1593F: include/hw/rtc/mc146818rtc*
1594
1595microvm
1596M: Sergio Lopez <slp@redhat.com>
1597M: Paolo Bonzini <pbonzini@redhat.com>
1598S: Maintained
1599F: docs/microvm.rst
1600F: hw/i386/microvm.c
1601F: include/hw/i386/microvm.h
1602F: pc-bios/bios-microvm.bin
1603
1604Machine core
1605M: Eduardo Habkost <ehabkost@redhat.com>
1606M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1607S: Supported
1608F: cpu.c
1609F: hw/core/cpu.c
1610F: hw/core/machine-qmp-cmds.c
1611F: hw/core/machine.c
1612F: hw/core/null-machine.c
1613F: hw/core/numa.c
1614F: hw/cpu/cluster.c
1615F: qapi/machine.json
1616F: qapi/machine-target.json
1617F: include/hw/boards.h
1618F: include/hw/core/cpu.h
1619F: include/hw/cpu/cluster.h
1620F: include/sysemu/numa.h
1621T: git https://gitlab.com/ehabkost/qemu.git machine-next
1622
1623Xtensa Machines
1624---------------
1625sim
1626M: Max Filippov <jcmvbkbc@gmail.com>
1627S: Maintained
1628F: hw/xtensa/sim.c
1629
1630virt
1631M: Max Filippov <jcmvbkbc@gmail.com>
1632S: Maintained
1633F: hw/xtensa/virt.c
1634
1635XTFPGA (LX60, LX200, ML605, KC705)
1636M: Max Filippov <jcmvbkbc@gmail.com>
1637S: Maintained
1638F: hw/xtensa/xtfpga.c
1639F: hw/net/opencores_eth.c
1640
1641Devices
1642-------
1643Xilinx CAN
1644M: Vikram Garhwal <fnu.vikram@xilinx.com>
1645M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1646S: Maintained
1647F: hw/net/can/xlnx-*
1648F: include/hw/net/xlnx-*
1649F: tests/qtest/xlnx-can-test*
1650
1651EDU
1652M: Jiri Slaby <jslaby@suse.cz>
1653S: Maintained
1654F: hw/misc/edu.c
1655
1656IDE
1657M: John Snow <jsnow@redhat.com>
1658L: qemu-block@nongnu.org
1659S: Supported
1660F: include/hw/ide.h
1661F: include/hw/ide/
1662F: hw/ide/
1663F: hw/block/block.c
1664F: hw/block/cdrom.c
1665F: hw/block/hd-geometry.c
1666F: tests/qtest/ide-test.c
1667F: tests/qtest/ahci-test.c
1668F: tests/qtest/cdrom-test.c
1669F: tests/qtest/libqos/ahci*
1670T: git https://gitlab.com/jsnow/qemu.git ide
1671
1672IPMI
1673M: Corey Minyard <minyard@acm.org>
1674S: Maintained
1675F: include/hw/ipmi/*
1676F: hw/ipmi/*
1677F: hw/smbios/smbios_type_38.c
1678F: tests/qtest/ipmi*
1679T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1680
1681Floppy
1682M: John Snow <jsnow@redhat.com>
1683L: qemu-block@nongnu.org
1684S: Supported
1685F: hw/block/fdc.c
1686F: hw/block/fdc-internal.h
1687F: hw/block/fdc-isa.c
1688F: hw/block/fdc-sysbus.c
1689F: include/hw/block/fdc.h
1690F: tests/qtest/fdc-test.c
1691T: git https://gitlab.com/jsnow/qemu.git ide
1692
1693OMAP
1694M: Peter Maydell <peter.maydell@linaro.org>
1695L: qemu-arm@nongnu.org
1696S: Maintained
1697F: hw/*/omap*
1698F: include/hw/arm/omap.h
1699F: docs/system/arm/sx1.rst
1700
1701IPack
1702M: Alberto Garcia <berto@igalia.com>
1703S: Odd Fixes
1704F: hw/char/ipoctal232.c
1705F: hw/ipack/
1706
1707PCI
1708M: Michael S. Tsirkin <mst@redhat.com>
1709M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1710S: Supported
1711F: include/hw/pci/*
1712F: hw/misc/pci-testdev.c
1713F: hw/pci/*
1714F: hw/pci-bridge/*
1715F: qapi/pci.json
1716F: docs/pci*
1717F: docs/specs/*pci*
1718F: default-configs/pci.mak
1719
1720ACPI/SMBIOS
1721M: Michael S. Tsirkin <mst@redhat.com>
1722M: Igor Mammedov <imammedo@redhat.com>
1723S: Supported
1724F: include/hw/acpi/*
1725F: include/hw/firmware/smbios.h
1726F: hw/mem/*
1727F: hw/acpi/*
1728F: hw/smbios/*
1729F: hw/i386/acpi-build.[hc]
1730F: hw/arm/virt-acpi-build.c
1731F: qapi/acpi.json
1732F: tests/qtest/bios-tables-test*
1733F: tests/qtest/acpi-utils.[hc]
1734F: tests/data/acpi/
1735
1736ACPI/HEST/GHES
1737R: Dongjiu Geng <gengdongjiu1@gmail.com>
1738L: qemu-arm@nongnu.org
1739S: Maintained
1740F: hw/acpi/ghes.c
1741F: include/hw/acpi/ghes.h
1742F: docs/specs/acpi_hest_ghes.rst
1743
1744ppc4xx
1745M: David Gibson <david@gibson.dropbear.id.au>
1746L: qemu-ppc@nongnu.org
1747S: Odd Fixes
1748F: hw/ppc/ppc4*.c
1749F: hw/i2c/ppc4xx_i2c.c
1750F: include/hw/ppc/ppc4xx.h
1751F: include/hw/i2c/ppc4xx_i2c.h
1752F: hw/intc/ppc-uic.c
1753F: include/hw/intc/ppc-uic.h
1754
1755Character devices
1756M: Marc-André Lureau <marcandre.lureau@redhat.com>
1757R: Paolo Bonzini <pbonzini@redhat.com>
1758S: Odd Fixes
1759F: hw/char/
1760
1761Network devices
1762M: Jason Wang <jasowang@redhat.com>
1763S: Odd Fixes
1764F: hw/net/
1765F: include/hw/net/
1766F: tests/qtest/virtio-net-test.c
1767F: docs/virtio-net-failover.rst
1768T: git https://github.com/jasowang/qemu.git net
1769
1770Parallel NOR Flash devices
1771M: Philippe Mathieu-Daudé <philmd@redhat.com>
1772T: git https://gitlab.com/philmd/qemu.git pflash-next
1773S: Maintained
1774F: hw/block/pflash_cfi*.c
1775F: include/hw/block/flash.h
1776
1777SCSI
1778M: Paolo Bonzini <pbonzini@redhat.com>
1779R: Fam Zheng <fam@euphon.net>
1780S: Supported
1781F: include/hw/scsi/*
1782F: hw/scsi/*
1783F: tests/qtest/virtio-scsi-test.c
1784F: tests/qtest/fuzz-virtio-scsi-test.c
1785F: tests/qtest/am53c974-test.c
1786T: git https://github.com/bonzini/qemu.git scsi-next
1787
1788SSI
1789M: Alistair Francis <alistair@alistair23.me>
1790S: Maintained
1791F: hw/ssi/*
1792F: hw/block/m25p80.c
1793F: include/hw/ssi/ssi.h
1794X: hw/ssi/xilinx_*
1795F: tests/qtest/m25p80-test.c
1796
1797Xilinx SPI
1798M: Alistair Francis <alistair@alistair23.me>
1799S: Maintained
1800F: hw/ssi/xilinx_*
1801
1802SD (Secure Card)
1803M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1804M: Bin Meng <bin.meng@windriver.com>
1805L: qemu-block@nongnu.org
1806S: Odd Fixes
1807F: include/hw/sd/sd*
1808F: hw/sd/core.c
1809F: hw/sd/sd*
1810F: hw/sd/ssi-sd.c
1811F: tests/qtest/sd*
1812
1813USB
1814M: Gerd Hoffmann <kraxel@redhat.com>
1815S: Maintained
1816F: hw/usb/*
1817F: stubs/usb-dev-stub.c
1818F: tests/qtest/usb-*-test.c
1819F: docs/usb2.txt
1820F: docs/usb-storage.txt
1821F: include/hw/usb.h
1822F: include/hw/usb/
1823F: default-configs/usb.mak
1824
1825USB (serial adapter)
1826M: Gerd Hoffmann <kraxel@redhat.com>
1827M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1828S: Maintained
1829F: hw/usb/dev-serial.c
1830
1831VFIO
1832M: Alex Williamson <alex.williamson@redhat.com>
1833S: Supported
1834F: hw/vfio/*
1835F: include/hw/vfio/
1836F: docs/igd-assign.txt
1837F: docs/devel/vfio-migration.rst
1838
1839vfio-ccw
1840M: Cornelia Huck <cohuck@redhat.com>
1841M: Eric Farman <farman@linux.ibm.com>
1842M: Matthew Rosato <mjrosato@linux.ibm.com>
1843S: Supported
1844F: hw/vfio/ccw.c
1845F: hw/s390x/s390-ccw.c
1846F: include/hw/s390x/s390-ccw.h
1847F: include/hw/s390x/vfio-ccw.h
1848T: git https://gitlab.com/cohuck/qemu.git s390-next
1849L: qemu-s390x@nongnu.org
1850
1851vfio-ap
1852M: Tony Krowiak <akrowiak@linux.ibm.com>
1853M: Halil Pasic <pasic@linux.ibm.com>
1854M: Jason Herne <jjherne@linux.ibm.com>
1855S: Supported
1856F: hw/s390x/ap-device.c
1857F: hw/s390x/ap-bridge.c
1858F: include/hw/s390x/ap-device.h
1859F: include/hw/s390x/ap-bridge.h
1860F: hw/vfio/ap.c
1861F: docs/system/s390x/vfio-ap.rst
1862L: qemu-s390x@nongnu.org
1863
1864vhost
1865M: Michael S. Tsirkin <mst@redhat.com>
1866S: Supported
1867F: hw/*/*vhost*
1868F: docs/interop/vhost-user.json
1869F: docs/interop/vhost-user.rst
1870F: contrib/vhost-user-*/
1871F: backends/vhost-user.c
1872F: include/sysemu/vhost-user-backend.h
1873
1874virtio
1875M: Michael S. Tsirkin <mst@redhat.com>
1876S: Supported
1877F: hw/*/virtio*
1878F: hw/virtio/Makefile.objs
1879F: hw/virtio/trace-events
1880F: net/vhost-user.c
1881F: include/hw/virtio/
1882
1883virtio-balloon
1884M: Michael S. Tsirkin <mst@redhat.com>
1885M: David Hildenbrand <david@redhat.com>
1886S: Maintained
1887F: hw/virtio/virtio-balloon*.c
1888F: include/hw/virtio/virtio-balloon.h
1889F: softmmu/balloon.c
1890F: include/sysemu/balloon.h
1891
1892virtio-9p
1893M: Greg Kurz <groug@kaod.org>
1894M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1895S: Odd Fixes
1896W: https://wiki.qemu.org/Documentation/9p
1897F: hw/9pfs/
1898X: hw/9pfs/xen-9p*
1899F: fsdev/
1900F: docs/tools/virtfs-proxy-helper.rst
1901F: tests/qtest/virtio-9p-test.c
1902T: git https://gitlab.com/gkurz/qemu.git 9p-next
1903T: git https://github.com/cschoenebeck/qemu.git 9p.next
1904
1905virtio-blk
1906M: Stefan Hajnoczi <stefanha@redhat.com>
1907L: qemu-block@nongnu.org
1908S: Supported
1909F: hw/block/virtio-blk.c
1910F: hw/block/dataplane/*
1911F: tests/qtest/virtio-blk-test.c
1912T: git https://github.com/stefanha/qemu.git block
1913
1914virtio-ccw
1915M: Cornelia Huck <cohuck@redhat.com>
1916M: Halil Pasic <pasic@linux.ibm.com>
1917S: Supported
1918F: hw/s390x/virtio-ccw*.[hc]
1919F: hw/s390x/vhost-vsock-ccw.c
1920T: git https://gitlab.com/cohuck/qemu.git s390-next
1921T: git https://github.com/borntraeger/qemu.git s390-next
1922L: qemu-s390x@nongnu.org
1923
1924virtiofs
1925M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1926M: Stefan Hajnoczi <stefanha@redhat.com>
1927S: Supported
1928F: tools/virtiofsd/*
1929F: hw/virtio/vhost-user-fs*
1930F: include/hw/virtio/vhost-user-fs.h
1931F: docs/tools/virtiofsd.rst
1932L: virtio-fs@redhat.com
1933
1934virtio-input
1935M: Gerd Hoffmann <kraxel@redhat.com>
1936S: Maintained
1937F: hw/input/vhost-user-input.c
1938F: hw/input/virtio-input*.c
1939F: include/hw/virtio/virtio-input.h
1940F: contrib/vhost-user-input/*
1941
1942virtio-iommu
1943M: Eric Auger <eric.auger@redhat.com>
1944S: Maintained
1945F: hw/virtio/virtio-iommu*.c
1946F: include/hw/virtio/virtio-iommu.h
1947
1948virtio-serial
1949M: Laurent Vivier <lvivier@redhat.com>
1950R: Amit Shah <amit@kernel.org>
1951S: Supported
1952F: hw/char/virtio-serial-bus.c
1953F: hw/char/virtio-console.c
1954F: include/hw/virtio/virtio-serial.h
1955F: tests/qtest/virtio-serial-test.c
1956
1957virtio-rng
1958M: Laurent Vivier <lvivier@redhat.com>
1959R: Amit Shah <amit@kernel.org>
1960S: Supported
1961F: hw/virtio/virtio-rng.c
1962F: include/hw/virtio/virtio-rng.h
1963F: include/sysemu/rng*.h
1964F: backends/rng*.c
1965F: tests/qtest/virtio-rng-test.c
1966
1967virtio-crypto
1968M: Gonglei <arei.gonglei@huawei.com>
1969S: Supported
1970F: hw/virtio/virtio-crypto.c
1971F: hw/virtio/virtio-crypto-pci.c
1972F: include/hw/virtio/virtio-crypto.h
1973
1974virtio-mem
1975M: David Hildenbrand <david@redhat.com>
1976S: Supported
1977W: https://virtio-mem.gitlab.io/
1978F: hw/virtio/virtio-mem.c
1979F: hw/virtio/virtio-mem-pci.h
1980F: hw/virtio/virtio-mem-pci.c
1981F: include/hw/virtio/virtio-mem.h
1982
1983nvme
1984M: Keith Busch <kbusch@kernel.org>
1985M: Klaus Jensen <its@irrelevant.dk>
1986L: qemu-block@nongnu.org
1987S: Supported
1988F: hw/nvme/*
1989F: include/block/nvme.h
1990F: tests/qtest/nvme-test.c
1991F: docs/system/nvme.rst
1992T: git git://git.infradead.org/qemu-nvme.git nvme-next
1993
1994megasas
1995M: Hannes Reinecke <hare@suse.com>
1996L: qemu-block@nongnu.org
1997S: Supported
1998F: hw/scsi/megasas.c
1999F: hw/scsi/mfi.h
2000F: tests/qtest/megasas-test.c
2001F: tests/qtest/fuzz-megasas-test.c
2002
2003Network packet abstractions
2004M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2005S: Maintained
2006F: include/net/eth.h
2007F: net/eth.c
2008F: hw/net/net_rx_pkt*
2009F: hw/net/net_tx_pkt*
2010
2011Vmware
2012M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2013S: Maintained
2014F: hw/net/vmxnet*
2015F: hw/scsi/vmw_pvscsi*
2016F: tests/qtest/vmxnet3-test.c
2017
2018Rocker
2019M: Jiri Pirko <jiri@resnulli.us>
2020S: Maintained
2021F: hw/net/rocker/
2022F: qapi/rocker.json
2023F: tests/rocker/
2024F: docs/specs/rocker.txt
2025
2026NVDIMM
2027M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2028S: Maintained
2029F: hw/acpi/nvdimm.c
2030F: hw/mem/nvdimm.c
2031F: include/hw/mem/nvdimm.h
2032F: docs/nvdimm.txt
2033
2034e1000x
2035M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2036S: Maintained
2037F: hw/net/e1000x*
2038
2039e1000e
2040M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2041S: Maintained
2042F: hw/net/e1000e*
2043F: tests/qtest/fuzz-e1000e-test.c
2044
2045eepro100
2046M: Stefan Weil <sw@weilnetz.de>
2047S: Maintained
2048F: hw/net/eepro100.c
2049
2050tulip
2051M: Sven Schnelle <svens@stackframe.org>
2052S: Maintained
2053F: hw/net/tulip.c
2054F: hw/net/tulip.h
2055
2056pca954x
2057M: Patrick Venture <venture@google.com>
2058S: Maintained
2059F: hw/i2c/i2c_mux_pca954x.c
2060F: include/hw/i2c/i2c_mux_pca954x.h
2061
2062Generic Loader
2063M: Alistair Francis <alistair@alistair23.me>
2064S: Maintained
2065F: hw/core/generic-loader.c
2066F: include/hw/core/generic-loader.h
2067F: docs/system/generic-loader.rst
2068
2069Guest Loader
2070M: Alex Bennée <alex.bennee@linaro.org>
2071S: Maintained
2072F: hw/core/guest-loader.c
2073F: docs/system/guest-loader.rst
2074F: tests/acceptance/boot_xen.py
2075
2076Intel Hexadecimal Object File Loader
2077M: Su Hang <suhang16@mails.ucas.ac.cn>
2078S: Maintained
2079F: tests/qtest/hexloader-test.c
2080F: tests/data/hex-loader/test.hex
2081
2082CHRP NVRAM
2083M: Thomas Huth <thuth@redhat.com>
2084S: Maintained
2085F: hw/nvram/chrp_nvram.c
2086F: include/hw/nvram/chrp_nvram.h
2087F: tests/qtest/prom-env-test.c
2088
2089VM Generation ID
2090S: Orphan
2091F: hw/acpi/vmgenid.c
2092F: include/hw/acpi/vmgenid.h
2093F: docs/specs/vmgenid.txt
2094F: tests/qtest/vmgenid-test.c
2095F: stubs/vmgenid.c
2096
2097LED
2098M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2099S: Maintained
2100F: include/hw/misc/led.h
2101F: hw/misc/led.c
2102
2103Unimplemented device
2104M: Peter Maydell <peter.maydell@linaro.org>
2105R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2106S: Maintained
2107F: include/hw/misc/unimp.h
2108F: hw/misc/unimp.c
2109
2110Empty slot
2111M: Artyom Tarasenko <atar4qemu@gmail.com>
2112R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2113S: Maintained
2114F: include/hw/misc/empty_slot.h
2115F: hw/misc/empty_slot.c
2116
2117Standard VGA
2118M: Gerd Hoffmann <kraxel@redhat.com>
2119S: Maintained
2120F: hw/display/vga*
2121F: hw/display/bochs-display.c
2122F: include/hw/display/vga.h
2123F: include/hw/display/bochs-vbe.h
2124
2125ramfb
2126M: Gerd Hoffmann <kraxel@redhat.com>
2127S: Maintained
2128F: hw/display/ramfb*.c
2129F: include/hw/display/ramfb.h
2130
2131virtio-gpu
2132M: Gerd Hoffmann <kraxel@redhat.com>
2133S: Maintained
2134F: hw/display/virtio-gpu*
2135F: hw/display/virtio-vga.*
2136F: include/hw/virtio/virtio-gpu.h
2137
2138vhost-user-blk
2139M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2140S: Maintained
2141F: contrib/vhost-user-blk/
2142F: contrib/vhost-user-scsi/
2143F: hw/block/vhost-user-blk.c
2144F: hw/scsi/vhost-user-scsi.c
2145F: hw/virtio/vhost-user-blk-pci.c
2146F: hw/virtio/vhost-user-scsi-pci.c
2147F: include/hw/virtio/vhost-user-blk.h
2148F: include/hw/virtio/vhost-user-scsi.h
2149
2150vhost-user-gpu
2151M: Marc-André Lureau <marcandre.lureau@redhat.com>
2152M: Gerd Hoffmann <kraxel@redhat.com>
2153S: Maintained
2154F: docs/interop/vhost-user-gpu.rst
2155F: contrib/vhost-user-gpu
2156F: hw/display/vhost-user-*
2157
2158Cirrus VGA
2159M: Gerd Hoffmann <kraxel@redhat.com>
2160S: Odd Fixes
2161W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2162F: hw/display/cirrus*
2163
2164EDID Generator
2165M: Gerd Hoffmann <kraxel@redhat.com>
2166S: Maintained
2167F: hw/display/edid*
2168F: include/hw/display/edid.h
2169F: qemu-edid.c
2170
2171PIIX4 South Bridge (i82371AB)
2172M: Hervé Poussineau <hpoussin@reactos.org>
2173M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2174S: Maintained
2175F: hw/isa/piix4.c
2176F: include/hw/southbridge/piix.h
2177
2178Firmware configuration (fw_cfg)
2179M: Philippe Mathieu-Daudé <philmd@redhat.com>
2180R: Laszlo Ersek <lersek@redhat.com>
2181R: Gerd Hoffmann <kraxel@redhat.com>
2182S: Supported
2183F: docs/specs/fw_cfg.txt
2184F: hw/nvram/fw_cfg*.c
2185F: stubs/fw_cfg.c
2186F: include/hw/nvram/fw_cfg.h
2187F: include/standard-headers/linux/qemu_fw_cfg.h
2188F: tests/qtest/libqos/fw_cfg.c
2189F: tests/qtest/fw_cfg-test.c
2190T: git https://github.com/philmd/qemu.git fw_cfg-next
2191
2192XIVE
2193M: Cédric Le Goater <clg@kaod.org>
2194R: David Gibson <david@gibson.dropbear.id.au>
2195R: Greg Kurz <groug@kaod.org>
2196L: qemu-ppc@nongnu.org
2197S: Supported
2198F: hw/*/*xive*
2199F: include/hw/*/*xive*
2200F: docs/*/*xive*
2201
2202Renesas peripherals
2203R: Yoshinori Sato <ysato@users.sourceforge.jp>
2204R: Magnus Damm <magnus.damm@gmail.com>
2205S: Odd Fixes
2206F: hw/char/renesas_sci.c
2207F: hw/char/sh_serial.c
2208F: hw/timer/renesas_*.c
2209F: hw/timer/sh_timer.c
2210F: include/hw/char/renesas_sci.h
2211F: include/hw/sh4/sh.h
2212F: include/hw/timer/renesas_*.h
2213
2214Renesas RX peripherals
2215R: Yoshinori Sato <ysato@users.sourceforge.jp>
2216S: Orphan
2217F: hw/intc/rx_icu.c
2218F: hw/rx/
2219F: include/hw/intc/rx_icu.h
2220F: include/hw/rx/
2221
2222CAN bus subsystem and hardware
2223M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2224M: Vikram Garhwal <fnu.vikram@xilinx.com>
2225S: Maintained
2226W: https://canbus.pages.fel.cvut.cz/
2227F: net/can/*
2228F: hw/net/can/*
2229F: include/net/can_*.h
2230
2231Subsystems
2232----------
2233Audio
2234M: Gerd Hoffmann <kraxel@redhat.com>
2235S: Maintained
2236F: audio/
2237F: hw/audio/
2238F: include/hw/audio/
2239F: qapi/audio.json
2240F: tests/qtest/ac97-test.c
2241F: tests/qtest/es1370-test.c
2242F: tests/qtest/intel-hda-test.c
2243F: tests/qtest/fuzz-sb16-test.c
2244
2245Block layer core
2246M: Kevin Wolf <kwolf@redhat.com>
2247M: Max Reitz <mreitz@redhat.com>
2248L: qemu-block@nongnu.org
2249S: Supported
2250F: block*
2251F: block/
2252F: hw/block/
2253F: include/block/
2254F: qemu-img*
2255F: docs/tools/qemu-img.rst
2256F: qemu-io*
2257F: tests/qemu-iotests/
2258F: util/qemu-progress.c
2259F: qobject/block-qdict.c
2260F: tests/unit/check-block-qdict.c
2261T: git https://repo.or.cz/qemu/kevin.git block
2262
2263Storage daemon
2264M: Kevin Wolf <kwolf@redhat.com>
2265L: qemu-block@nongnu.org
2266S: Supported
2267F: storage-daemon/
2268F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2269F: docs/tools/qemu-storage-daemon.rst
2270T: git https://repo.or.cz/qemu/kevin.git block
2271
2272Block I/O path
2273M: Stefan Hajnoczi <stefanha@redhat.com>
2274M: Fam Zheng <fam@euphon.net>
2275L: qemu-block@nongnu.org
2276S: Supported
2277F: util/async.c
2278F: util/aio-*.c
2279F: util/aio-*.h
2280F: util/fdmon-*.c
2281F: block/io.c
2282F: migration/block*
2283F: include/block/aio.h
2284F: include/block/aio-wait.h
2285F: scripts/qemugdb/aio.py
2286F: tests/unit/test-fdmon-epoll.c
2287T: git https://github.com/stefanha/qemu.git block
2288
2289Block SCSI subsystem
2290M: Paolo Bonzini <pbonzini@redhat.com>
2291R: Fam Zheng <fam@euphon.net>
2292L: qemu-block@nongnu.org
2293S: Supported
2294F: include/scsi/*
2295F: scsi/*
2296
2297Block Jobs
2298M: John Snow <jsnow@redhat.com>
2299M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2300L: qemu-block@nongnu.org
2301S: Supported
2302F: blockjob.c
2303F: include/block/blockjob.h
2304F: job.c
2305F: job-qmp.c
2306F: include/qemu/job.h
2307F: block/backup.c
2308F: block/commit.c
2309F: block/stream.c
2310F: block/mirror.c
2311F: qapi/job.json
2312F: block/block-copy.c
2313F: include/block/block-copy.c
2314F: block/backup-top.h
2315F: block/backup-top.c
2316F: include/block/aio_task.h
2317F: block/aio_task.c
2318F: util/qemu-co-shared-resource.c
2319F: include/qemu/co-shared-resource.h
2320T: git https://gitlab.com/jsnow/qemu.git jobs
2321T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2322
2323Block QAPI, monitor, command line
2324M: Markus Armbruster <armbru@redhat.com>
2325S: Supported
2326F: blockdev.c
2327F: blockdev-hmp-cmds.c
2328F: block/qapi.c
2329F: qapi/block*.json
2330F: qapi/transaction.json
2331T: git https://repo.or.cz/qemu/armbru.git block-next
2332
2333Dirty Bitmaps
2334M: Eric Blake <eblake@redhat.com>
2335M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2336R: John Snow <jsnow@redhat.com>
2337L: qemu-block@nongnu.org
2338S: Supported
2339F: include/qemu/hbitmap.h
2340F: include/block/dirty-bitmap.h
2341F: block/monitor/bitmap-qmp-cmds.c
2342F: block/dirty-bitmap.c
2343F: block/qcow2-bitmap.c
2344F: migration/block-dirty-bitmap.c
2345F: util/hbitmap.c
2346F: tests/unit/test-hbitmap.c
2347F: docs/interop/bitmaps.rst
2348T: git https://repo.or.cz/qemu/ericb.git bitmaps
2349
2350Character device backends
2351M: Marc-André Lureau <marcandre.lureau@redhat.com>
2352R: Paolo Bonzini <pbonzini@redhat.com>
2353S: Maintained
2354F: chardev/
2355F: include/chardev/
2356F: qapi/char.json
2357
2358Character Devices (Braille)
2359M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2360S: Maintained
2361F: chardev/baum.c
2362
2363Command line option argument parsing
2364M: Markus Armbruster <armbru@redhat.com>
2365S: Supported
2366F: include/qemu/option.h
2367F: tests/unit/test-keyval.c
2368F: tests/unit/test-qemu-opts.c
2369F: util/keyval.c
2370F: util/qemu-option.c
2371
2372Coverity model
2373M: Markus Armbruster <armbru@redhat.com>
2374S: Supported
2375F: scripts/coverity-model.c
2376
2377Coverity Scan integration
2378M: Peter Maydell <peter.maydell@linaro.org>
2379S: Maintained
2380F: scripts/coverity-scan/
2381
2382Device Tree
2383M: Alistair Francis <alistair.francis@wdc.com>
2384R: David Gibson <david@gibson.dropbear.id.au>
2385S: Maintained
2386F: softmmu/device_tree.c
2387F: include/sysemu/device_tree.h
2388
2389Dump
2390S: Supported
2391M: Marc-André Lureau <marcandre.lureau@redhat.com>
2392F: dump/
2393F: hw/misc/vmcoreinfo.c
2394F: include/hw/misc/vmcoreinfo.h
2395F: include/qemu/win_dump_defs
2396F: include/sysemu/dump-arch.h
2397F: include/sysemu/dump.h
2398F: qapi/dump.json
2399F: scripts/dump-guest-memory.py
2400F: stubs/dump.c
2401
2402Error reporting
2403M: Markus Armbruster <armbru@redhat.com>
2404S: Supported
2405F: include/qapi/error.h
2406F: include/qemu/error-report.h
2407F: qapi/error.json
2408F: util/error.c
2409F: util/qemu-error.c
2410F: scripts/coccinelle/err-bad-newline.cocci
2411F: scripts/coccinelle/error-use-after-free.cocci
2412F: scripts/coccinelle/error_propagate_null.cocci
2413F: scripts/coccinelle/remove_local_err.cocci
2414F: scripts/coccinelle/use-error_fatal.cocci
2415F: scripts/coccinelle/errp-guard.cocci
2416
2417GDB stub
2418M: Alex Bennée <alex.bennee@linaro.org>
2419R: Philippe Mathieu-Daudé <philmd@redhat.com>
2420S: Maintained
2421F: gdbstub*
2422F: include/exec/gdbstub.h
2423F: gdb-xml/
2424F: tests/tcg/multiarch/gdbstub/
2425
2426Memory API
2427M: Paolo Bonzini <pbonzini@redhat.com>
2428S: Supported
2429F: include/exec/ioport.h
2430F: include/exec/memop.h
2431F: include/exec/memory.h
2432F: include/exec/ram_addr.h
2433F: include/exec/ramblock.h
2434F: softmmu/dma-helpers.c
2435F: softmmu/ioport.c
2436F: softmmu/memory.c
2437F: softmmu/physmem.c
2438F: include/exec/memory-internal.h
2439F: scripts/coccinelle/memory-region-housekeeping.cocci
2440
2441SPICE
2442M: Gerd Hoffmann <kraxel@redhat.com>
2443S: Supported
2444F: include/ui/qemu-spice.h
2445F: include/ui/spice-display.h
2446F: ui/spice-*.c
2447F: audio/spiceaudio.c
2448F: hw/display/qxl*
2449F: qapi/ui.json
2450F: docs/spice-port-fqdn.txt
2451
2452Graphics
2453M: Gerd Hoffmann <kraxel@redhat.com>
2454S: Odd Fixes
2455F: ui/
2456F: include/ui/
2457F: qapi/ui.json
2458F: util/drm.c
2459
2460Cocoa graphics
2461M: Peter Maydell <peter.maydell@linaro.org>
2462S: Odd Fixes
2463F: ui/cocoa.m
2464
2465Main loop
2466M: Paolo Bonzini <pbonzini@redhat.com>
2467S: Maintained
2468F: include/exec/gen-icount.h
2469F: include/qemu/main-loop.h
2470F: include/sysemu/runstate.h
2471F: include/sysemu/runstate-action.h
2472F: util/main-loop.c
2473F: util/qemu-timer.c
2474F: softmmu/vl.c
2475F: softmmu/main.c
2476F: softmmu/cpus.c
2477F: softmmu/cpu-throttle.c
2478F: softmmu/cpu-timers.c
2479F: softmmu/icount.c
2480F: softmmu/runstate-action.c
2481F: qapi/run-state.json
2482
2483Read, Copy, Update (RCU)
2484M: Paolo Bonzini <pbonzini@redhat.com>
2485S: Maintained
2486F: include/qemu/rcu*.h
2487F: tests/unit/rcutorture.c
2488F: tests/unit/test-rcu-*.c
2489F: util/rcu.c
2490
2491Human Monitor (HMP)
2492M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2493S: Maintained
2494F: monitor/monitor-internal.h
2495F: monitor/misc.c
2496F: monitor/monitor.c
2497F: monitor/hmp*
2498F: hmp.h
2499F: hmp-commands*.hx
2500F: include/monitor/hmp-target.h
2501F: tests/qtest/test-hmp.c
2502F: include/qemu/qemu-print.h
2503F: util/qemu-print.c
2504
2505Network device backends
2506M: Jason Wang <jasowang@redhat.com>
2507S: Maintained
2508F: net/
2509F: include/net/
2510F: qemu-bridge-helper.c
2511T: git https://github.com/jasowang/qemu.git net
2512F: qapi/net.json
2513
2514Netmap network backend
2515M: Luigi Rizzo <rizzo@iet.unipi.it>
2516M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2517M: Vincenzo Maffione <v.maffione@gmail.com>
2518W: http://info.iet.unipi.it/~luigi/netmap/
2519S: Maintained
2520F: net/netmap.c
2521
2522Host Memory Backends
2523M: Eduardo Habkost <ehabkost@redhat.com>
2524M: Igor Mammedov <imammedo@redhat.com>
2525S: Maintained
2526F: backends/hostmem*.c
2527F: include/sysemu/hostmem.h
2528T: git https://gitlab.com/ehabkost/qemu.git machine-next
2529
2530Cryptodev Backends
2531M: Gonglei <arei.gonglei@huawei.com>
2532S: Maintained
2533F: include/sysemu/cryptodev*.h
2534F: backends/cryptodev*.c
2535
2536Python library
2537M: John Snow <jsnow@redhat.com>
2538M: Cleber Rosa <crosa@redhat.com>
2539R: Eduardo Habkost <ehabkost@redhat.com>
2540S: Maintained
2541F: python/
2542T: git https://gitlab.com/jsnow/qemu.git python
2543
2544Python scripts
2545M: Eduardo Habkost <ehabkost@redhat.com>
2546M: Cleber Rosa <crosa@redhat.com>
2547S: Odd Fixes
2548F: scripts/*.py
2549F: tests/*.py
2550
2551Benchmark util
2552M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2553S: Maintained
2554F: scripts/simplebench/
2555T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2556
2557Transactions helper
2558M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2559S: Maintained
2560F: include/qemu/transactions.h
2561F: util/transactions.c
2562
2563QAPI
2564M: Markus Armbruster <armbru@redhat.com>
2565M: Michael Roth <michael.roth@amd.com>
2566S: Supported
2567F: qapi/
2568X: qapi/*.json
2569F: include/qapi/
2570X: include/qapi/qmp/
2571F: include/qapi/qmp/dispatch.h
2572F: tests/qapi-schema/
2573F: tests/unit/test-*-visitor.c
2574F: tests/unit/test-qapi-*.c
2575F: tests/unit/test-qmp-*.c
2576F: tests/unit/test-visitor-serialization.c
2577F: scripts/qapi-gen.py
2578F: scripts/qapi/*
2579F: docs/sphinx/qapidoc.py
2580F: docs/devel/qapi*
2581T: git https://repo.or.cz/qemu/armbru.git qapi-next
2582
2583QAPI Schema
2584M: Eric Blake <eblake@redhat.com>
2585M: Markus Armbruster <armbru@redhat.com>
2586S: Supported
2587F: qapi/*.json
2588T: git https://repo.or.cz/qemu/armbru.git qapi-next
2589
2590QObject
2591M: Markus Armbruster <armbru@redhat.com>
2592S: Supported
2593F: qobject/
2594F: include/qapi/qmp/
2595X: include/qapi/qmp/dispatch.h
2596F: scripts/coccinelle/qobject.cocci
2597F: tests/unit/check-qdict.c
2598F: tests/unit/check-qjson.c
2599F: tests/unit/check-qlist.c
2600F: tests/unit/check-qlit.c
2601F: tests/unit/check-qnull.c
2602F: tests/unit/check-qnum.c
2603F: tests/unit/check-qobject.c
2604F: tests/unit/check-qstring.c
2605F: tests/data/qobject/qdict.txt
2606T: git https://repo.or.cz/qemu/armbru.git qapi-next
2607
2608QEMU Guest Agent
2609M: Michael Roth <michael.roth@amd.com>
2610S: Maintained
2611F: qga/
2612F: docs/interop/qemu-ga.rst
2613F: docs/interop/qemu-ga-ref.rst
2614F: scripts/qemu-guest-agent/
2615F: tests/unit/test-qga.c
2616T: git https://github.com/mdroth/qemu.git qga
2617
2618QOM
2619M: Paolo Bonzini <pbonzini@redhat.com>
2620R: Daniel P. Berrange <berrange@redhat.com>
2621R: Eduardo Habkost <ehabkost@redhat.com>
2622S: Supported
2623F: docs/qdev-device-use.txt
2624F: hw/core/qdev*
2625F: hw/core/bus.c
2626F: hw/core/sysbus.c
2627F: include/hw/qdev*
2628F: include/monitor/qdev.h
2629F: include/qom/
2630F: qapi/qom.json
2631F: qapi/qdev.json
2632F: scripts/coccinelle/qom-parent-type.cocci
2633F: softmmu/qdev-monitor.c
2634F: stubs/qdev.c
2635F: qom/
2636F: tests/unit/check-qom-interface.c
2637F: tests/unit/check-qom-proplist.c
2638F: tests/unit/test-qdev-global-props.c
2639
2640QOM boilerplate conversion script
2641M: Eduardo Habkost <ehabkost@redhat.com>
2642S: Maintained
2643F: scripts/codeconverter/
2644
2645QMP
2646M: Markus Armbruster <armbru@redhat.com>
2647S: Supported
2648F: monitor/monitor-internal.h
2649F: monitor/qmp*
2650F: monitor/misc.c
2651F: monitor/monitor.c
2652F: qapi/control.json
2653F: qapi/error.json
2654F: qapi/introspect.json
2655F: docs/devel/*qmp-*
2656F: docs/interop/*qmp-*
2657F: scripts/qmp/
2658F: tests/qtest/qmp-test.c
2659F: tests/qtest/qmp-cmd-test.c
2660T: git https://repo.or.cz/qemu/armbru.git qapi-next
2661
2662qtest
2663M: Thomas Huth <thuth@redhat.com>
2664M: Laurent Vivier <lvivier@redhat.com>
2665R: Paolo Bonzini <pbonzini@redhat.com>
2666S: Maintained
2667F: softmmu/qtest.c
2668F: accel/qtest/
2669F: tests/qtest/
2670F: docs/devel/qgraph.rst
2671X: tests/qtest/bios-tables-test*
2672
2673Device Fuzzing
2674M: Alexander Bulekov <alxndr@bu.edu>
2675R: Paolo Bonzini <pbonzini@redhat.com>
2676R: Bandan Das <bsd@redhat.com>
2677R: Stefan Hajnoczi <stefanha@redhat.com>
2678R: Thomas Huth <thuth@redhat.com>
2679S: Maintained
2680F: tests/qtest/fuzz/
2681F: tests/qtest/fuzz-*test.c
2682F: scripts/oss-fuzz/
2683F: hw/mem/sparse-mem.c
2684F: docs/devel/fuzzing.rst
2685
2686Register API
2687M: Alistair Francis <alistair@alistair23.me>
2688S: Maintained
2689F: hw/core/register.c
2690F: include/hw/register.h
2691F: include/hw/registerfields.h
2692
2693SLIRP
2694M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2695S: Maintained
2696F: slirp/
2697F: net/slirp.c
2698F: include/net/slirp.h
2699T: git https://people.debian.org/~sthibault/qemu.git slirp
2700
2701Streams
2702M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2703S: Maintained
2704F: hw/core/stream.c
2705F: include/hw/stream.h
2706
2707Stubs
2708M: Paolo Bonzini <pbonzini@redhat.com>
2709S: Maintained
2710F: stubs/
2711
2712Tracing
2713M: Stefan Hajnoczi <stefanha@redhat.com>
2714S: Maintained
2715F: trace/
2716F: trace-events
2717F: docs/qemu-option-trace.rst.inc
2718F: qapi/trace.json
2719F: scripts/tracetool.py
2720F: scripts/tracetool/
2721F: scripts/qemu-trace-stap*
2722F: docs/tools/qemu-trace-stap.rst
2723F: docs/devel/tracing.rst
2724T: git https://github.com/stefanha/qemu.git tracing
2725
2726TPM
2727M: Stefan Berger <stefanb@linux.ibm.com>
2728S: Maintained
2729F: tpm.c
2730F: hw/tpm/*
2731F: include/hw/acpi/tpm.h
2732F: include/sysemu/tpm*
2733F: qapi/tpm.json
2734F: backends/tpm/
2735F: tests/qtest/*tpm*
2736T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2737
2738Checkpatch
2739S: Odd Fixes
2740F: scripts/checkpatch.pl
2741
2742Migration
2743M: Juan Quintela <quintela@redhat.com>
2744M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2745S: Maintained
2746F: hw/core/vmstate-if.c
2747F: include/hw/vmstate-if.h
2748F: include/migration/
2749F: migration/
2750F: scripts/vmstate-static-checker.py
2751F: tests/vmstate-static-checker-data/
2752F: tests/qtest/migration-test.c
2753F: docs/devel/migration.rst
2754F: qapi/migration.json
2755F: tests/migration/
2756
2757D-Bus
2758M: Marc-André Lureau <marcandre.lureau@redhat.com>
2759S: Maintained
2760F: backends/dbus-vmstate.c
2761F: tests/dbus-vmstate*
2762F: util/dbus.c
2763F: include/qemu/dbus.h
2764F: docs/interop/dbus.rst
2765F: docs/interop/dbus-vmstate.rst
2766
2767Seccomp
2768M: Eduardo Otubo <otubo@redhat.com>
2769S: Supported
2770F: softmmu/qemu-seccomp.c
2771F: include/sysemu/seccomp.h
2772
2773Cryptography
2774M: Daniel P. Berrange <berrange@redhat.com>
2775S: Maintained
2776F: crypto/
2777F: include/crypto/
2778F: qapi/crypto.json
2779F: tests/unit/test-crypto-*
2780F: tests/bench/benchmark-crypto-*
2781F: tests/unit/crypto-tls-*
2782F: tests/unit/pkix_asn1_tab.c
2783F: qemu.sasl
2784
2785Coroutines
2786M: Stefan Hajnoczi <stefanha@redhat.com>
2787M: Kevin Wolf <kwolf@redhat.com>
2788S: Maintained
2789F: util/*coroutine*
2790F: include/qemu/coroutine*
2791F: tests/unit/test-coroutine.c
2792
2793Buffers
2794M: Daniel P. Berrange <berrange@redhat.com>
2795S: Odd Fixes
2796F: util/buffer.c
2797F: include/qemu/buffer.h
2798
2799I/O Channels
2800M: Daniel P. Berrange <berrange@redhat.com>
2801S: Maintained
2802F: io/
2803F: include/io/
2804F: tests/unit/test-io-*
2805
2806User authorization
2807M: Daniel P. Berrange <berrange@redhat.com>
2808S: Maintained
2809F: authz/
2810F: qapi/authz.json
2811F: include/authz/
2812F: tests/unit/test-authz-*
2813
2814Sockets
2815M: Daniel P. Berrange <berrange@redhat.com>
2816M: Gerd Hoffmann <kraxel@redhat.com>
2817S: Maintained
2818F: include/qemu/sockets.h
2819F: util/qemu-sockets.c
2820F: qapi/sockets.json
2821
2822File monitor
2823M: Daniel P. Berrange <berrange@redhat.com>
2824S: Odd Fixes
2825F: util/filemonitor*.c
2826F: include/qemu/filemonitor.h
2827F: tests/unit/test-util-filemonitor.c
2828
2829Throttling infrastructure
2830M: Alberto Garcia <berto@igalia.com>
2831S: Supported
2832F: block/throttle-groups.c
2833F: include/block/throttle-groups.h
2834F: include/qemu/throttle*.h
2835F: util/throttle.c
2836F: docs/throttle.txt
2837F: tests/unit/test-throttle.c
2838L: qemu-block@nongnu.org
2839
2840UUID
2841M: Fam Zheng <fam@euphon.net>
2842S: Supported
2843F: util/uuid.c
2844F: include/qemu/uuid.h
2845F: tests/unit/test-uuid.c
2846
2847Yank feature
2848M: Lukas Straub <lukasstraub2@web.de>
2849S: Odd fixes
2850F: util/yank.c
2851F: migration/yank_functions*
2852F: tests/unit/test-yank.c
2853F: include/qemu/yank.h
2854F: qapi/yank.json
2855
2856COLO Framework
2857M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2858S: Maintained
2859F: migration/colo*
2860F: include/migration/colo.h
2861F: include/migration/failover.h
2862F: docs/COLO-FT.txt
2863
2864COLO Proxy
2865M: Zhang Chen <chen.zhang@intel.com>
2866M: Li Zhijian <lizhijian@cn.fujitsu.com>
2867S: Supported
2868F: docs/colo-proxy.txt
2869F: net/colo*
2870F: net/filter-rewriter.c
2871F: net/filter-mirror.c
2872
2873Record/replay
2874M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2875R: Paolo Bonzini <pbonzini@redhat.com>
2876W: https://wiki.qemu.org/Features/record-replay
2877S: Supported
2878F: replay/*
2879F: block/blkreplay.c
2880F: net/filter-replay.c
2881F: include/sysemu/replay.h
2882F: docs/replay.txt
2883F: stubs/replay.c
2884F: tests/acceptance/replay_kernel.py
2885F: tests/acceptance/reverse_debugging.py
2886F: qapi/replay.json
2887
2888IOVA Tree
2889M: Peter Xu <peterx@redhat.com>
2890S: Maintained
2891F: include/qemu/iova-tree.h
2892F: util/iova-tree.c
2893
2894elf2dmp
2895M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2896S: Maintained
2897F: contrib/elf2dmp/
2898
2899I2C and SMBus
2900M: Corey Minyard <cminyard@mvista.com>
2901S: Maintained
2902F: hw/i2c/core.c
2903F: hw/i2c/smbus_slave.c
2904F: hw/i2c/smbus_master.c
2905F: hw/i2c/smbus_eeprom.c
2906F: include/hw/i2c/i2c.h
2907F: include/hw/i2c/smbus_master.h
2908F: include/hw/i2c/smbus_slave.h
2909F: include/hw/i2c/smbus_eeprom.h
2910
2911Firmware schema specifications
2912M: Laszlo Ersek <lersek@redhat.com>
2913M: Philippe Mathieu-Daudé <philmd@redhat.com>
2914R: Daniel P. Berrange <berrange@redhat.com>
2915R: Kashyap Chamarthy <kchamart@redhat.com>
2916S: Maintained
2917F: docs/interop/firmware.json
2918
2919EDK2 Firmware
2920M: Laszlo Ersek <lersek@redhat.com>
2921M: Philippe Mathieu-Daudé <philmd@redhat.com>
2922S: Supported
2923F: pc-bios/descriptors/??-edk2-*.json
2924F: pc-bios/edk2-*
2925F: roms/Makefile.edk2
2926F: roms/edk2
2927F: roms/edk2-*
2928F: tests/data/uefi-boot-images/
2929F: tests/uefi-test-tools/
2930F: .gitlab-ci.d/edk2.yml
2931F: .gitlab-ci.d/edk2/
2932
2933VT-d Emulation
2934M: Michael S. Tsirkin <mst@redhat.com>
2935M: Peter Xu <peterx@redhat.com>
2936R: Jason Wang <jasowang@redhat.com>
2937S: Supported
2938F: hw/i386/intel_iommu.c
2939F: hw/i386/intel_iommu_internal.h
2940F: include/hw/i386/intel_iommu.h
2941
2942OpenSBI Firmware
2943M: Bin Meng <bmeng.cn@gmail.com>
2944S: Supported
2945F: pc-bios/opensbi-*
2946F: .gitlab-ci.d/opensbi.yml
2947F: .gitlab-ci.d/opensbi/
2948
2949Clock framework
2950M: Luc Michel <luc@lmichel.fr>
2951R: Damien Hedde <damien.hedde@greensocs.com>
2952S: Maintained
2953F: include/hw/clock.h
2954F: include/hw/qdev-clock.h
2955F: hw/core/clock.c
2956F: hw/core/clock-vmstate.c
2957F: hw/core/qdev-clock.c
2958F: docs/devel/clocks.rst
2959
2960Usermode Emulation
2961------------------
2962Overall usermode emulation
2963M: Riku Voipio <riku.voipio@iki.fi>
2964S: Maintained
2965F: thunk.c
2966F: accel/tcg/user-exec*.c
2967
2968BSD user
2969M: Warner Losh <imp@bsdimp.com>
2970R: Kyle Evans <kevans@freebsd.org>
2971S: Maintained
2972F: bsd-user/
2973F: default-configs/targets/*-bsd-user.mak
2974T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
2975
2976Linux user
2977M: Laurent Vivier <laurent@vivier.eu>
2978S: Maintained
2979F: linux-user/
2980F: default-configs/targets/*linux-user.mak
2981F: scripts/qemu-binfmt-conf.sh
2982F: scripts/update-syscalltbl.sh
2983F: scripts/update-mips-syscall-args.sh
2984F: scripts/gensyscalls.sh
2985
2986Tiny Code Generator (TCG)
2987-------------------------
2988Common TCG code
2989M: Richard Henderson <richard.henderson@linaro.org>
2990S: Maintained
2991F: tcg/
2992F: include/tcg/
2993
2994TCG Plugins
2995M: Alex Bennée <alex.bennee@linaro.org>
2996S: Maintained
2997F: docs/devel/tcg-plugins.rst
2998F: plugins/
2999F: tests/plugin/
3000F: tests/acceptance/tcg_plugins.py
3001F: contrib/plugins/
3002
3003AArch64 TCG target
3004M: Richard Henderson <richard.henderson@linaro.org>
3005S: Maintained
3006L: qemu-arm@nongnu.org
3007F: tcg/aarch64/
3008F: disas/arm-a64.cc
3009F: disas/libvixl/
3010
3011ARM TCG target
3012M: Andrzej Zaborowski <balrogg@gmail.com>
3013S: Maintained
3014L: qemu-arm@nongnu.org
3015F: tcg/arm/
3016F: disas/arm.c
3017
3018i386 TCG target
3019M: Richard Henderson <richard.henderson@linaro.org>
3020S: Maintained
3021F: tcg/i386/
3022F: disas/i386.c
3023
3024MIPS TCG target
3025M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3026R: Aurelien Jarno <aurelien@aurel32.net>
3027R: Huacai Chen <chenhuacai@kernel.org>
3028R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3029R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3030S: Odd Fixes
3031F: tcg/mips/
3032
3033PPC TCG target
3034M: Richard Henderson <richard.henderson@linaro.org>
3035S: Odd Fixes
3036F: tcg/ppc/
3037F: disas/ppc.c
3038
3039RISC-V TCG target
3040M: Palmer Dabbelt <palmer@dabbelt.com>
3041M: Alistair Francis <Alistair.Francis@wdc.com>
3042L: qemu-riscv@nongnu.org
3043S: Maintained
3044F: tcg/riscv/
3045F: disas/riscv.c
3046
3047S390 TCG target
3048M: Richard Henderson <richard.henderson@linaro.org>
3049S: Maintained
3050F: tcg/s390/
3051F: disas/s390.c
3052L: qemu-s390x@nongnu.org
3053
3054SPARC TCG target
3055S: Odd Fixes
3056F: tcg/sparc/
3057F: disas/sparc.c
3058
3059TCI TCG target
3060M: Stefan Weil <sw@weilnetz.de>
3061S: Maintained
3062F: tcg/tci/
3063F: tcg/tci.c
3064F: disas/tci.c
3065
3066Block drivers
3067-------------
3068VMDK
3069M: Fam Zheng <fam@euphon.net>
3070L: qemu-block@nongnu.org
3071S: Supported
3072F: block/vmdk.c
3073
3074RBD
3075M: Jason Dillaman <dillaman@redhat.com>
3076L: qemu-block@nongnu.org
3077S: Supported
3078F: block/rbd.c
3079
3080VHDX
3081M: Jeff Cody <codyprime@gmail.com>
3082L: qemu-block@nongnu.org
3083S: Supported
3084F: block/vhdx*
3085
3086VDI
3087M: Stefan Weil <sw@weilnetz.de>
3088L: qemu-block@nongnu.org
3089S: Maintained
3090F: block/vdi.c
3091
3092iSCSI
3093M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3094M: Paolo Bonzini <pbonzini@redhat.com>
3095M: Peter Lieven <pl@kamp.de>
3096L: qemu-block@nongnu.org
3097S: Odd Fixes
3098F: block/iscsi.c
3099F: block/iscsi-opts.c
3100
3101Network Block Device (NBD)
3102M: Eric Blake <eblake@redhat.com>
3103M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3104L: qemu-block@nongnu.org
3105S: Maintained
3106F: block/nbd*
3107F: nbd/
3108F: include/block/nbd*
3109F: qemu-nbd.*
3110F: blockdev-nbd.c
3111F: docs/interop/nbd.txt
3112F: docs/tools/qemu-nbd.rst
3113T: git https://repo.or.cz/qemu/ericb.git nbd
3114T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3115
3116NFS
3117M: Peter Lieven <pl@kamp.de>
3118L: qemu-block@nongnu.org
3119S: Maintained
3120F: block/nfs.c
3121
3122SSH
3123M: Richard W.M. Jones <rjones@redhat.com>
3124L: qemu-block@nongnu.org
3125S: Supported
3126F: block/ssh.c
3127
3128CURL
3129L: qemu-block@nongnu.org
3130S: Odd Fixes
3131F: block/curl.c
3132
3133GLUSTER
3134L: qemu-block@nongnu.org
3135L: integration@gluster.org
3136S: Odd Fixes
3137F: block/gluster.c
3138
3139Null Block Driver
3140M: Fam Zheng <fam@euphon.net>
3141L: qemu-block@nongnu.org
3142S: Supported
3143F: block/null.c
3144
3145NVMe Block Driver
3146M: Stefan Hajnoczi <stefanha@redhat.com>
3147R: Fam Zheng <fam@euphon.net>
3148L: qemu-block@nongnu.org
3149S: Supported
3150F: block/nvme*
3151F: include/block/nvme.h
3152T: git https://github.com/stefanha/qemu.git block
3153
3154Bootdevice
3155M: Gonglei <arei.gonglei@huawei.com>
3156S: Maintained
3157F: softmmu/bootdevice.c
3158
3159Quorum
3160M: Alberto Garcia <berto@igalia.com>
3161S: Supported
3162F: block/quorum.c
3163L: qemu-block@nongnu.org
3164
3165blklogwrites
3166M: Ari Sundholm <ari@tuxera.com>
3167L: qemu-block@nongnu.org
3168S: Supported
3169F: block/blklogwrites.c
3170
3171blkverify
3172M: Stefan Hajnoczi <stefanha@redhat.com>
3173L: qemu-block@nongnu.org
3174S: Supported
3175F: block/blkverify.c
3176
3177bochs
3178M: Stefan Hajnoczi <stefanha@redhat.com>
3179L: qemu-block@nongnu.org
3180S: Supported
3181F: block/bochs.c
3182
3183cloop
3184M: Stefan Hajnoczi <stefanha@redhat.com>
3185L: qemu-block@nongnu.org
3186S: Supported
3187F: block/cloop.c
3188
3189dmg
3190M: Stefan Hajnoczi <stefanha@redhat.com>
3191L: qemu-block@nongnu.org
3192S: Supported
3193F: block/dmg.c
3194
3195parallels
3196M: Stefan Hajnoczi <stefanha@redhat.com>
3197M: Denis V. Lunev <den@openvz.org>
3198M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3199L: qemu-block@nongnu.org
3200S: Supported
3201F: block/parallels.c
3202F: block/parallels-ext.c
3203F: docs/interop/parallels.txt
3204T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3205
3206qed
3207M: Stefan Hajnoczi <stefanha@redhat.com>
3208L: qemu-block@nongnu.org
3209S: Supported
3210F: block/qed.c
3211
3212raw
3213M: Kevin Wolf <kwolf@redhat.com>
3214L: qemu-block@nongnu.org
3215S: Supported
3216F: block/linux-aio.c
3217F: include/block/raw-aio.h
3218F: block/raw-format.c
3219F: block/file-posix.c
3220F: block/file-win32.c
3221F: block/win32-aio.c
3222
3223Linux io_uring
3224M: Aarushi Mehta <mehta.aaru20@gmail.com>
3225M: Julia Suvorova <jusual@redhat.com>
3226M: Stefan Hajnoczi <stefanha@redhat.com>
3227L: qemu-block@nongnu.org
3228S: Maintained
3229F: block/io_uring.c
3230F: stubs/io_uring.c
3231
3232qcow2
3233M: Kevin Wolf <kwolf@redhat.com>
3234M: Max Reitz <mreitz@redhat.com>
3235L: qemu-block@nongnu.org
3236S: Supported
3237F: block/qcow2*
3238F: docs/interop/qcow2.txt
3239
3240qcow
3241M: Kevin Wolf <kwolf@redhat.com>
3242L: qemu-block@nongnu.org
3243S: Supported
3244F: block/qcow.c
3245
3246blkdebug
3247M: Kevin Wolf <kwolf@redhat.com>
3248M: Max Reitz <mreitz@redhat.com>
3249L: qemu-block@nongnu.org
3250S: Supported
3251F: block/blkdebug.c
3252
3253vpc
3254M: Kevin Wolf <kwolf@redhat.com>
3255L: qemu-block@nongnu.org
3256S: Supported
3257F: block/vpc.c
3258
3259vvfat
3260M: Kevin Wolf <kwolf@redhat.com>
3261L: qemu-block@nongnu.org
3262S: Odd Fixes
3263F: block/vvfat.c
3264
3265Image format fuzzer
3266M: Stefan Hajnoczi <stefanha@redhat.com>
3267L: qemu-block@nongnu.org
3268S: Supported
3269F: tests/image-fuzzer/
3270
3271Vhost-user block device backend server
3272M: Coiby Xu <Coiby.Xu@gmail.com>
3273S: Maintained
3274F: block/export/vhost-user-blk-server.c
3275F: block/export/vhost-user-blk-server.h
3276F: include/qemu/vhost-user-server.h
3277F: tests/qtest/libqos/vhost-user-blk.c
3278F: tests/qtest/libqos/vhost-user-blk.h
3279F: tests/qtest/vhost-user-blk-test.c
3280F: util/vhost-user-server.c
3281
3282FUSE block device exports
3283M: Max Reitz <mreitz@redhat.com>
3284L: qemu-block@nongnu.org
3285S: Supported
3286F: block/export/fuse.c
3287
3288Replication
3289M: Wen Congyang <wencongyang2@huawei.com>
3290M: Xie Changlong <xiechanglong.d@gmail.com>
3291S: Supported
3292F: replication*
3293F: block/replication.c
3294F: tests/unit/test-replication.c
3295F: docs/block-replication.txt
3296
3297PVRDMA
3298M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3299M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3300S: Maintained
3301F: hw/rdma/*
3302F: hw/rdma/vmw/*
3303F: docs/pvrdma.txt
3304F: contrib/rdmacm-mux/*
3305F: qapi/rdma.json
3306
3307Semihosting
3308M: Alex Bennée <alex.bennee@linaro.org>
3309S: Maintained
3310F: semihosting/
3311F: include/semihosting/
3312F: tests/tcg/multiarch/arm-compat-semi/
3313
3314Multi-process QEMU
3315M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3316M: Jagannathan Raman <jag.raman@oracle.com>
3317M: John G Johnson <john.g.johnson@oracle.com>
3318S: Maintained
3319F: docs/devel/multi-process.rst
3320F: docs/system/multi-process.rst
3321F: hw/pci-host/remote.c
3322F: include/hw/pci-host/remote.h
3323F: hw/remote/machine.c
3324F: include/hw/remote/machine.h
3325F: hw/remote/mpqemu-link.c
3326F: include/hw/remote/mpqemu-link.h
3327F: hw/remote/message.c
3328F: hw/remote/remote-obj.c
3329F: include/hw/remote/memory.h
3330F: hw/remote/memory.c
3331F: hw/remote/proxy.c
3332F: include/hw/remote/proxy.h
3333F: hw/remote/proxy-memory-listener.c
3334F: include/hw/remote/proxy-memory-listener.h
3335F: hw/remote/iohub.c
3336F: include/hw/remote/iohub.h
3337
3338EBPF:
3339M: Jason Wang <jasowang@redhat.com>
3340R: Andrew Melnychenko <andrew@daynix.com>
3341R: Yuri Benditovich <yuri.benditovich@daynix.com>
3342S: Maintained
3343F: ebpf/*
3344F: tools/ebpf/*
3345
3346Build and test automation
3347-------------------------
3348Build and test automation, general continuous integration
3349M: Alex Bennée <alex.bennee@linaro.org>
3350M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3351M: Thomas Huth <thuth@redhat.com>
3352R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3353R: Willian Rampazzo <willianr@redhat.com>
3354S: Maintained
3355F: .github/lockdown.yml
3356F: .gitlab-ci.yml
3357F: .gitlab-ci.d/
3358F: .travis.yml
3359F: scripts/ci/
3360F: tests/docker/
3361F: tests/vm/
3362F: scripts/archive-source.sh
3363W: https://gitlab.com/qemu-project/qemu/pipelines
3364W: https://travis-ci.org/qemu/qemu
3365
3366FreeBSD Hosted Continuous Integration
3367M: Ed Maste <emaste@freebsd.org>
3368M: Li-Wen Hsu <lwhsu@freebsd.org>
3369S: Maintained
3370F: .cirrus.yml
3371W: https://cirrus-ci.com/github/qemu/qemu
3372
3373Windows Hosted Continuous Integration
3374M: Yonggang Luo <luoyonggang@gmail.com>
3375S: Maintained
3376F: .cirrus.yml
3377W: https://cirrus-ci.com/github/qemu/qemu
3378
3379Guest Test Compilation Support
3380M: Alex Bennée <alex.bennee@linaro.org>
3381R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3382S: Maintained
3383F: tests/tcg/Makefile
3384F: tests/tcg/Makefile.include
3385
3386Acceptance (Integration) Testing with the Avocado framework
3387W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3388R: Cleber Rosa <crosa@redhat.com>
3389R: Philippe Mathieu-Daudé <philmd@redhat.com>
3390R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3391S: Odd Fixes
3392F: tests/acceptance/
3393
3394Documentation
3395-------------
3396Build system architecture
3397M: Daniel P. Berrange <berrange@redhat.com>
3398S: Odd Fixes
3399F: docs/devel/build-system.rst
3400
3401GIT Data Mining Config
3402M: Alex Bennée <alex.bennee@linaro.org>
3403S: Odd Fixes
3404F: gitdm.config
3405F: contrib/gitdm/*
3406
3407Incompatible changes
3408R: libvir-list@redhat.com
3409F: docs/system/deprecated.rst
3410
3411Build System
3412------------
3413GIT submodules
3414M: Daniel P. Berrange <berrange@redhat.com>
3415S: Odd Fixes
3416F: scripts/git-submodule.sh
3417
3418UI translations
3419S: Orphan
3420F: po/*.po
3421
3422Sphinx documentation configuration and build machinery
3423M: Peter Maydell <peter.maydell@linaro.org>
3424S: Maintained
3425F: docs/conf.py
3426F: docs/*/conf.py
3427F: docs/sphinx/
3428
3429Miscellaneous
3430-------------
3431Performance Tools and Tests
3432M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3433S: Maintained
3434F: scripts/performance/
3435