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