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