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