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