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