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