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