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