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