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