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