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