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