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