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