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