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