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