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