]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
hw/mips: Implement fw_cfg_arch_key_name()
[mirror_qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
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.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
9436e082
CH
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
fdf6fab4
PM
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
9436e082
CH
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
fd5d5c56 21 L: Mailing list that is relevant to this area
9436e082 22 These lists should be CCed on patches.
fd5d5c56
AL
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:
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
c91bbffb 30 much other than throw the odd patch in. See below.
fd5d5c56
AL
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------------------------------
ff0d4876 60M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 61
c9a19d5b
SW
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
62622c11 67Responsible Disclosure, Reporting Security Issues
84995ea2 68-------------------------------------------------
70b7fba9 69W: https://wiki.qemu.org/SecurityProcess
62622c11 70M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
71L: secalert@redhat.com
72
936c2230
LV
73Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
e18a8b34 82T: git https://github.com/vivier/qemu.git trivial-patches
936c2230 83
daf14ce3
CH
84Architecture support
85--------------------
6347e1f1 86S390 general architecture support
daf14ce3 87M: Cornelia Huck <cohuck@redhat.com>
cdb509a4 88M: Thomas Huth <thuth@redhat.com>
daf14ce3
CH
89S: Supported
90F: default-configs/s390x-softmmu.mak
91F: gdb-xml/s390*.xml
92F: hw/char/sclp*.[hc]
93F: hw/char/terminal3270.c
94F: hw/intc/s390_flic.c
95F: hw/intc/s390_flic_kvm.c
96F: hw/s390x/
2fe2942c 97F: hw/vfio/ap.c
daf14ce3
CH
98F: hw/vfio/ccw.c
99F: hw/watchdog/wdt_diag288.c
100F: include/hw/s390x/
101F: include/hw/watchdog/wdt_diag288.h
102F: pc-bios/s390-ccw/
103F: pc-bios/s390-ccw.img
104F: target/s390x/
f58f084e
CH
105F: docs/system/target-s390x.rst
106F: docs/system/s390x/
a1c993c3 107F: tests/migration/s390x/
daf14ce3 108K: ^Subject:.*(?i)s390x?
99eaf137 109T: git https://gitlab.com/cohuck/qemu.git s390-next
daf14ce3
CH
110L: qemu-s390x@nongnu.org
111
84995ea2
MA
112Guest CPU cores (TCG)
113---------------------
6347e1f1 114Overall TCG CPUs
336f744e 115M: Richard Henderson <richard.henderson@linaro.org>
2185fd67 116R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 117S: Maintained
c7f419f5 118F: softmmu/cpus.c
adf1cfbd 119F: cpus-common.c
c6a88dda 120F: accel/tcg/
9681ad3e 121F: accel/stubs/tcg-stub.c
55fd1892 122F: scripts/decodetree.py
3fdbf5d6 123F: docs/devel/decodetree.rst
2b1641d0
PB
124F: include/exec/cpu*.h
125F: include/exec/exec-all.h
486bbe5f 126F: include/exec/helper*.h
2b1641d0 127F: include/exec/tb-hash.h
460423d3 128F: include/sysemu/cpus.h
14a48c1d 129F: include/sysemu/tcg.h
486bbe5f 130
1badb586
PM
131FPU emulation
132M: Aurelien Jarno <aurelien@aurel32.net>
133M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
134M: Alex Bennée <alex.bennee@linaro.org>
135S: Maintained
1badb586
PM
136F: fpu/
137F: include/fpu/
0636e4d8 138F: tests/fp/
1badb586 139
6347e1f1 140Alpha TCG CPUs
336f744e 141M: Richard Henderson <richard.henderson@linaro.org>
8d6df264 142S: Maintained
fcf5ef2a 143F: target/alpha/
c0bd0b50 144F: tests/tcg/alpha/
c17652ee 145F: disas/alpha.c
b6f97c14 146
6347e1f1 147ARM TCG CPUs
1ce9ce6a 148M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 149L: qemu-arm@nongnu.org
fd5d5c56 150S: Maintained
fcf5ef2a 151F: target/arm/
c348722c 152F: tests/tcg/arm/
29e0436e 153F: tests/tcg/aarch64/
8d8b636d
PB
154F: hw/arm/
155F: hw/cpu/a*mpcore.c
f7e242d6 156F: include/hw/cpu/a*mpcore.h
c17652ee
PB
157F: disas/arm.c
158F: disas/arm-a64.cc
159F: disas/libvixl/
c11a8e89 160F: docs/system/target-arm.rst
6e84a914 161F: docs/system/arm/cpu-features.rst
fd5d5c56 162
49154ea0
EA
163ARM SMMU
164M: Eric Auger <eric.auger@redhat.com>
165L: qemu-arm@nongnu.org
166S: Maintained
167F: hw/arm/smmu*
168F: include/hw/arm/smmu*
169
c8c0d267
MR
170AVR TCG CPUs
171M: Michael Rolnik <mrolnik@gmail.com>
172R: Sarah Harris <S.E.Harris@kent.ac.uk>
173S: Maintained
0abd386d 174F: docs/system/target-avr.rst
12b35405 175F: gdb-xml/avr-cpu.xml
c8c0d267 176F: target/avr/
f5d31d65 177F: tests/acceptance/machine_avr6.py
c8c0d267 178
6347e1f1 179CRIS TCG CPUs
fd5d5c56
AL
180M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
181S: Maintained
fcf5ef2a 182F: target/cris/
8d8b636d 183F: hw/cris/
c9b90090 184F: include/hw/cris/
c0bd0b50 185F: tests/tcg/cris/
c17652ee 186F: disas/cris.c
fd5d5c56 187
6347e1f1 188HPPA (PA-RISC) TCG CPUs
336f744e 189M: Richard Henderson <richard.henderson@linaro.org>
61766fe9
RH
190S: Maintained
191F: target/hppa/
61461802 192F: hw/hppa/
61766fe9 193F: disas/hppa.c
376b8519
HD
194F: hw/net/*i82596*
195F: include/hw/net/lasi_82596.h
61766fe9 196
6347e1f1 197LM32 TCG CPUs
4b4d96c7
PMD
198R: Michael Walle <michael@walle.cc>
199S: Orphan
fcf5ef2a 200F: target/lm32/
4eab7a0a 201F: disas/lm32.c
8d8b636d 202F: hw/lm32/
4eab7a0a
MW
203F: hw/*/lm32_*
204F: hw/*/milkymist-*
70cc0c1f 205F: include/hw/display/milkymist_tmu2.h
4eab7a0a
MW
206F: include/hw/char/lm32_juart.h
207F: include/hw/lm32/
c0bd0b50 208F: tests/tcg/lm32/
07bf23a7 209
6347e1f1 210M68K TCG CPUs
595a926d
LV
211M: Laurent Vivier <laurent@vivier.eu>
212S: Maintained
fcf5ef2a 213F: target/m68k/
e9a56114 214F: disas/m68k.c
fd5d5c56 215
6347e1f1 216MicroBlaze TCG CPUs
fd5d5c56
AL
217M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
218S: Maintained
fcf5ef2a 219F: target/microblaze/
8d8b636d 220F: hw/microblaze/
c17652ee 221F: disas/microblaze.c
fd5d5c56 222
6347e1f1 223MIPS TCG CPUs
cf960317 224M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 225R: Aurelien Jarno <aurelien@aurel32.net>
15d983de 226R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 227R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 228S: Odd Fixes
fcf5ef2a 229F: target/mips/
10a9794d 230F: default-configs/*mips*
a60442eb 231F: disas/mips.c
1bf84a1e 232F: docs/system/cpu-models-mips.rst.inc
0f865314 233F: hw/intc/mips_gic.c
8d8b636d 234F: hw/mips/
5995db88 235F: hw/misc/mips_*
5995db88 236F: hw/timer/mips_gictimer.c
0f865314 237F: include/hw/intc/mips_gic.h
5995db88
TH
238F: include/hw/mips/
239F: include/hw/misc/mips_*
5995db88 240F: include/hw/timer/mips_gictimer.h
c0bd0b50 241F: tests/tcg/mips/
09684557 242K: ^Subject:.*(?i)mips
fd5d5c56 243
a60442eb
PMD
244MIPS TCG CPUs (nanoMIPS ISA)
245S: Orphan
246F: disas/nanomips.*
247
6347e1f1 248Moxie TCG CPUs
d15a9c23
AG
249M: Anthony Green <green@moxielogic.com>
250S: Maintained
fcf5ef2a 251F: target/moxie/
c17652ee 252F: disas/moxie.c
a3ccdfb5
TH
253F: hw/moxie/
254F: default-configs/moxie-softmmu.mak
d15a9c23 255
6347e1f1 256NiosII TCG CPUs
e671711c
MV
257M: Chris Wulff <crwulff@gmail.com>
258M: Marek Vasut <marex@denx.de>
259S: Maintained
260F: target/nios2/
261F: hw/nios2/
262F: disas/nios2.c
15e10756 263F: default-configs/nios2-softmmu.mak
e671711c 264
6347e1f1 265OpenRISC TCG CPUs
1d7cf18d
SH
266M: Stafford Horne <shorne@gmail.com>
267S: Odd Fixes
fcf5ef2a 268F: target/openrisc/
945dad6d 269F: hw/openrisc/
c0bd0b50 270F: tests/tcg/openrisc/
945dad6d 271
6347e1f1 272PowerPC TCG CPUs
b4daafbd 273M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 274M: Greg Kurz <groug@kaod.org>
a6c98685 275L: qemu-ppc@nongnu.org
fd5d5c56 276S: Maintained
fcf5ef2a 277F: target/ppc/
8d8b636d 278F: hw/ppc/
b5d55020 279F: include/hw/ppc/
c17652ee 280F: disas/ppc.c
fd5d5c56 281
6347e1f1 282RISC-V TCG CPUs
c1677bcc 283M: Palmer Dabbelt <palmer@dabbelt.com>
a17a61f3 284M: Alistair Francis <Alistair.Francis@wdc.com>
4dc62b15
MC
285M: Sagar Karandikar <sagark@eecs.berkeley.edu>
286M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
a094b354 287L: qemu-riscv@nongnu.org
7b91ae7d 288S: Supported
4dc62b15
MC
289F: target/riscv/
290F: hw/riscv/
291F: include/hw/riscv/
f936eac8 292F: linux-user/host/riscv32/
511f3138 293F: linux-user/host/riscv64/
4dc62b15 294
a4f34ecc
YS
295RENESAS RX CPUs
296M: Yoshinori Sato <ysato@users.sourceforge.jp>
f166061c 297S: Odd Fixes
a4f34ecc
YS
298F: target/rx/
299
6347e1f1 300S390 TCG CPUs
336f744e 301M: Richard Henderson <richard.henderson@linaro.org>
ced01bb7 302M: David Hildenbrand <david@redhat.com>
fd5d5c56 303S: Maintained
fcf5ef2a 304F: target/s390x/
8d8b636d 305F: hw/s390x/
c17652ee 306F: disas/s390.c
276ba120 307F: tests/tcg/s390x/
146bd283 308L: qemu-s390x@nongnu.org
fd5d5c56 309
6347e1f1 310SH4 TCG CPUs
a9fb4468 311M: Yoshinori Sato <ysato@users.sourceforge.jp>
2c9b7d1a 312S: Odd Fixes
fcf5ef2a 313F: target/sh4/
8d8b636d 314F: hw/sh4/
c17652ee 315F: disas/sh4.c
8a90f900 316F: include/hw/sh4/
fd5d5c56 317
6347e1f1 318SPARC TCG CPUs
f2416d3a 319M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 320M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 321S: Maintained
fcf5ef2a 322F: target/sparc/
8d8b636d
PB
323F: hw/sparc/
324F: hw/sparc64/
84dbe974 325F: include/hw/sparc/sparc64.h
c17652ee 326F: disas/sparc.c
fd5d5c56 327
6347e1f1 328UniCore32 TCG CPUs
a6ea7b4c
AF
329M: Guan Xuetao <gxt@mprc.pku.edu.cn>
330S: Maintained
fcf5ef2a 331F: target/unicore32/
8d8b636d 332F: hw/unicore32/
47b98d59 333F: include/hw/unicore32/
a6ea7b4c 334
6347e1f1 335X86 TCG CPUs
d46d72fd 336M: Paolo Bonzini <pbonzini@redhat.com>
336f744e 337M: Richard Henderson <richard.henderson@linaro.org>
e1a04339 338M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 339S: Maintained
fcf5ef2a 340F: target/i386/
4132431f 341F: tests/tcg/i386/
3a082ec0 342F: tests/tcg/x86_64/
8d8b636d 343F: hw/i386/
c17652ee 344F: disas/i386.c
1bf84a1e 345F: docs/system/cpu-models-x86.rst.inc
f953c100 346T: git https://gitlab.com/ehabkost/qemu.git x86-next
fd5d5c56 347
6347e1f1 348Xtensa TCG CPUs
16e7caae 349M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 350W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 351S: Maintained
fcf5ef2a 352F: target/xtensa/
8d8b636d 353F: hw/xtensa/
c0bd0b50 354F: tests/tcg/xtensa/
5a6539e6 355F: disas/xtensa.c
895e4897
MF
356F: include/hw/xtensa/xtensa-isa.h
357F: default-configs/xtensa*.mak
16e7caae 358
6347e1f1 359TriCore TCG CPUs
48e06fe0
BK
360M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
361S: Maintained
fcf5ef2a 362F: target/tricore/
48e06fe0 363F: hw/tricore/
d46d14e6 364F: include/hw/tricore/
48e06fe0 365
dd28bebd
AB
366Multiarch Linux User Tests
367M: Alex Bennée <alex.bennee@linaro.org>
00a25291 368S: Maintained
dd28bebd
AB
369F: tests/tcg/multiarch/
370
84995ea2
MA
371Guest CPU Cores (KVM)
372---------------------
6347e1f1 373Overall KVM CPUs
c6d559d9 374M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
375L: kvm@vger.kernel.org
376S: Supported
a6bb42f2 377F: */*/kvm*
1962cb20 378F: accel/kvm/
9681ad3e
TH
379F: accel/stubs/kvm-stub.c
380F: include/hw/kvm/
a95e9a48 381F: include/sysemu/kvm*.h
9681ad3e 382F: scripts/kvm/kvm_flightrecorder
fd5d5c56 383
6347e1f1 384ARM KVM CPUs
ed4659d1 385M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 386L: qemu-arm@nongnu.org
ed4659d1 387S: Maintained
fcf5ef2a 388F: target/arm/kvm.c
ed4659d1 389
6347e1f1 390MIPS KVM CPUs
dab1e1e1 391M: Huacai Chen <chenhuacai@kernel.org>
134f7f7d 392S: Odd Fixes
fcf5ef2a 393F: target/mips/kvm.c
a31896c4 394
6347e1f1 395PPC KVM CPUs
bba8e23a 396M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 397M: Greg Kurz <groug@kaod.org>
fd5d5c56 398S: Maintained
fcf5ef2a 399F: target/ppc/kvm.c
fd5d5c56 400
6347e1f1 401S390 KVM CPUs
7c8e2647 402M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 403M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 404M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 405S: Supported
fcf5ef2a 406F: target/s390x/kvm.c
040078e0
DH
407F: target/s390x/kvm_s390x.h
408F: target/s390x/kvm-stub.c
fcf5ef2a
TH
409F: target/s390x/ioinst.[ch]
410F: target/s390x/machine.c
74b4c74d 411F: target/s390x/sigp.c
8b3410de
CH
412F: target/s390x/cpu_features*.[ch]
413F: target/s390x/cpu_models.[ch]
c3347ed0
JF
414F: hw/s390x/pv.c
415F: include/hw/s390x/pv.h
4277af19
CH
416F: hw/intc/s390_flic.c
417F: hw/intc/s390_flic_kvm.c
418F: include/hw/s390x/s390_flic.h
c5bfb202 419F: gdb-xml/s390*.xml
99eaf137 420T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 421T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 422L: qemu-s390x@nongnu.org
fd5d5c56 423
6347e1f1 424X86 KVM CPUs
d46d72fd 425M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
426M: Marcelo Tosatti <mtosatti@redhat.com>
427L: kvm@vger.kernel.org
428S: Supported
a9dc68d9 429F: target/i386/kvm/
9681ad3e 430F: scripts/kvm/vmxcap
fd5d5c56 431
79ac3915
PMD
432Guest CPU Cores (other accelerators)
433------------------------------------
434Overall
336f744e 435M: Richard Henderson <richard.henderson@linaro.org>
79ac3915
PMD
436R: Paolo Bonzini <pbonzini@redhat.com>
437S: Maintained
438F: include/sysemu/accel.h
439F: accel/accel.c
440F: accel/Makefile.objs
441F: accel/stubs/Makefile.objs
442
674fc21f 443X86 HVF CPUs
de6b528b 444M: Cameron Esfahani <dirty@apple.com>
674fc21f 445M: Roman Bolshakov <r.bolshakov@yadro.com>
de6b528b 446W: https://wiki.qemu.org/Features/HVF
674fc21f 447S: Maintained
674fc21f
RB
448F: target/i386/hvf/
449F: include/sysemu/hvf.h
450
c220cdec
SM
451WHPX CPUs
452M: Sunil Muthuswamy <sunilmut@microsoft.com>
453S: Supported
1fc33bb9 454F: target/i386/whpx/
c220cdec
SM
455F: include/sysemu/whpx.h
456
84995ea2
MA
457Guest CPU Cores (Xen)
458---------------------
6347e1f1 459X86 Xen CPUs
3623c57e
SS
460M: Stefano Stabellini <sstabellini@kernel.org>
461M: Anthony Perard <anthony.perard@citrix.com>
784e9727 462M: Paul Durrant <paul@xen.org>
6d06220a 463L: xen-devel@lists.xenproject.org
8a6b0cd7 464S: Supported
8a6b0cd7 465F: */xen*
da278d58 466F: accel/xen/*
b827891d 467F: hw/9pfs/xen-9p*
c92451c2
PB
468F: hw/char/xen_console.c
469F: hw/display/xenfb.c
470F: hw/net/xen_nic.c
758af9cf 471F: hw/usb/xen-usb.c
1a72d9ae 472F: hw/block/xen*
4ea7d1a7 473F: hw/block/dataplane/xen*
c92451c2
PB
474F: hw/xen/
475F: hw/xenpv/
9027ac50 476F: hw/i386/xen/
1401897c 477F: hw/pci-host/xen_igd_pt.c
fcab2b46 478F: include/hw/block/dataplane/xen*
c92451c2 479F: include/hw/xen/
da278d58 480F: include/sysemu/xen.h
9027ac50 481F: include/sysemu/xen-mapcache.h
71f364b7 482F: stubs/xen-hw-stub.c
8a6b0cd7 483
6c94b952
CX
484Guest CPU Cores (HAXM)
485---------------------
486X86 HAXM CPUs
487M: Wenchao Wang <wenchao.wang@intel.com>
488M: Colin Xu <colin.xu@intel.com>
489L: haxm-team@intel.com
490W: https://github.com/intel/haxm/issues
491S: Maintained
f7091f5f 492F: accel/stubs/hax-stub.c
6c94b952 493F: include/sysemu/hax.h
7fdef0d4 494F: target/i386/hax/
6c94b952 495
84995ea2
MA
496Hosts
497-----
1bdd6874 498LINUX
f5fecb49
PMD
499M: Michael S. Tsirkin <mst@redhat.com>
500M: Cornelia Huck <cohuck@redhat.com>
501M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 502S: Maintained
1bdd6874 503F: linux-headers/
f5fecb49 504F: scripts/update-linux-headers.sh
1bdd6874
SW
505
506POSIX
f3f0204d 507M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 508S: Maintained
f3f0204d
PMD
509F: os-posix.c
510F: include/sysemu/os-posix.h
511F: util/*posix*.c
512F: include/qemu/*posix*.h
1bdd6874 513
3c2bdbc1 514NETBSD
3c2bdbc1
KR
515M: Kamil Rytarowski <kamil@netbsd.org>
516S: Maintained
1b61270b 517K: ^Subject:.*(?i)NetBSD
3c2bdbc1 518
0a773d55 519OPENBSD
0a773d55
BS
520M: Brad Smith <brad@comstyle.com>
521S: Maintained
522K: ^Subject:.*(?i)OpenBSD
523
1bdd6874 524W32, W64
1bdd6874
SW
525M: Stefan Weil <sw@weilnetz.de>
526S: Maintained
527F: *win32*
03972660
TH
528F: */*win32*
529F: include/*/*win32*
530X: qga/*win32*
885bdc95 531F: qemu.nsi
1bdd6874 532
b250d04a 533Alpha Machines
84995ea2 534--------------
336f744e 535M: Richard Henderson <richard.henderson@linaro.org>
b250d04a
PMD
536S: Maintained
537F: hw/alpha/
7bea0dd4 538F: hw/isa/smc37c669-superio.c
8d8a8ab5 539F: tests/tcg/alpha/system/
b250d04a 540
fd5d5c56
AL
541ARM Machines
542------------
84291fe7 543Allwinner-a10
85b4d5da 544M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 545M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 546L: qemu-arm@nongnu.org
a00d7f20 547S: Odd Fixes
85b4d5da
BG
548F: hw/*/allwinner*
549F: include/hw/*/allwinner*
84291fe7
LG
550F: hw/arm/cubieboard.c
551
740dafc0
NL
552Allwinner-h3
553M: Niek Linnenbank <nieklinnenbank@gmail.com>
554L: qemu-arm@nongnu.org
555S: Maintained
556F: hw/*/allwinner-h3*
557F: include/hw/*/allwinner-h3*
b0c96666 558F: hw/arm/orangepi.c
c67d732c 559F: docs/system/arm/orangepi.rst
740dafc0 560
e5a6a6e6 561ARM PrimeCell and CMSDK devices
06271000 562M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 563L: qemu-arm@nongnu.org
06271000
PB
564S: Maintained
565F: hw/char/pl011.c
c6427ff7 566F: include/hw/char/pl011.h
06271000
PB
567F: hw/display/pl110*
568F: hw/dma/pl080.c
aa74e355 569F: include/hw/dma/pl080.h
06271000
PB
570F: hw/dma/pl330.c
571F: hw/gpio/pl061.c
572F: hw/input/pl050.c
573F: hw/intc/pl190.c
574F: hw/sd/pl181.c
1d52866f
PM
575F: hw/ssi/pl022.c
576F: include/hw/ssi/pl022.h
877c181c
PMD
577F: hw/rtc/pl031.c
578F: include/hw/rtc/pl031.h
06271000 579F: include/hw/arm/primecell.h
e5a6a6e6
PM
580F: hw/timer/cmsdk-apb-timer.c
581F: include/hw/timer/cmsdk-apb-timer.h
4f4c6206
PM
582F: hw/timer/cmsdk-apb-dualtimer.c
583F: include/hw/timer/cmsdk-apb-dualtimer.h
e5a6a6e6
PM
584F: hw/char/cmsdk-apb-uart.c
585F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
586F: hw/watchdog/cmsdk-apb-watchdog.c
587F: include/hw/watchdog/cmsdk-apb-watchdog.h
0d4a7551
PM
588F: hw/misc/tz-ppc.c
589F: include/hw/misc/tz-ppc.h
344f4b15
PM
590F: hw/misc/tz-mpc.c
591F: include/hw/misc/tz-mpc.h
211e701d
PM
592F: hw/misc/tz-msc.c
593F: include/hw/misc/tz-msc.h
06271000
PB
594
595ARM cores
596M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 597L: qemu-arm@nongnu.org
06271000
PB
598S: Maintained
599F: hw/intc/arm*
600F: hw/intc/gic_internal.h
601F: hw/misc/a9scu.c
602F: hw/misc/arm11scu.c
b7f30114 603F: hw/misc/arm_l2x0.c
06271000 604F: hw/timer/a9gtimer*
c6427ff7
PMD
605F: hw/timer/arm*
606F: include/hw/arm/arm*.h
06271000
PB
607F: include/hw/intc/arm*
608F: include/hw/misc/a9scu.h
609F: include/hw/misc/arm11scu.h
610F: include/hw/timer/a9gtimer.h
611F: include/hw/timer/arm_mptimer.h
c6427ff7 612F: include/hw/timer/armv7m_systick.h
1e8a1fae 613F: tests/qtest/test-arm-mptimer.c
06271000 614
fc63dcff 615Exynos
f44c5c67 616M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 617M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 618L: qemu-arm@nongnu.org
a00d7f20 619S: Odd Fixes
8d8b636d 620F: hw/*/exynos*
ed0db866 621F: include/hw/arm/exynos4210.h
fc63dcff 622
766fd09f 623Calxeda Highbank
9ef137ca 624M: Rob Herring <robh@kernel.org>
a00d7f20 625M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 626L: qemu-arm@nongnu.org
a00d7f20 627S: Odd Fixes
8d8b636d
PB
628F: hw/arm/highbank.c
629F: hw/net/xgmac.c
766fd09f 630
9082f121
AP
631Canon DIGIC
632M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 633M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 634L: qemu-arm@nongnu.org
a00d7f20 635S: Odd Fixes
9082f121
AP
636F: include/hw/arm/digic.h
637F: hw/*/digic*
7ad5f2d1 638F: include/hw/*/digic*
56c2c592 639F: tests/acceptance/machine_arm_canona1100.py
2d21dd17 640F: docs/system/arm/digic.rst
9082f121 641
9c8fdcec
AP
642Goldfish RTC
643M: Anup Patel <anup.patel@wdc.com>
644M: Alistair Francis <Alistair.Francis@wdc.com>
645L: qemu-riscv@nongnu.org
646S: Maintained
647F: hw/rtc/goldfish_rtc.c
648F: include/hw/rtc/goldfish_rtc.h
649
fd5d5c56 650Gumstix
a00d7f20
PM
651M: Peter Maydell <peter.maydell@linaro.org>
652R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b4f2bd1c 653L: qemu-arm@nongnu.org
1f7161d2 654S: Odd Fixes
8d8b636d 655F: hw/arm/gumstix.c
bb309000 656F: docs/system/arm/gumstix.rst
fd5d5c56 657
123a069a
TH
658i.MX25 PDK
659M: Peter Maydell <peter.maydell@linaro.org>
660R: Jean-Christophe Dubois <jcd@tribudubois.net>
661L: qemu-arm@nongnu.org
662S: Odd Fixes
663F: hw/arm/fsl-imx25.c
664F: hw/arm/imx25_pdk.c
665F: hw/misc/imx25_ccm.c
37f95959 666F: hw/watchdog/wdt_imx2.c
123a069a
TH
667F: include/hw/arm/fsl-imx25.h
668F: include/hw/misc/imx25_ccm.h
37f95959 669F: include/hw/watchdog/wdt_imx2.h
123a069a 670
95a5db3a 671i.MX31 (kzm)
0325559d 672M: Peter Chubb <peter.chubb@nicta.com.au>
a00d7f20 673M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 674L: qemu-arm@nongnu.org
95a5db3a 675S: Odd Fixes
8d8b636d 676F: hw/arm/kzm.c
95a5db3a
TH
677F: hw/*/imx_*
678F: hw/*/*imx31*
679F: include/hw/*/imx_*
680F: include/hw/*/*imx31*
0325559d 681
fd5d5c56 682Integrator CP
1ce9ce6a 683M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 684L: qemu-arm@nongnu.org
fd5d5c56 685S: Maintained
8d8b636d 686F: hw/arm/integratorcp.c
f7e242d6 687F: hw/misc/arm_integrator_debug.c
b7f30114 688F: include/hw/misc/arm_integrator_debug.h
5e0ac7e0 689F: tests/acceptance/machine_arm_integratorcp.py
c11a8e89 690F: docs/system/arm/integratorcp.rst
fd5d5c56 691
95a5db3a
TH
692MCIMX6UL EVK / i.MX6ul
693M: Peter Maydell <peter.maydell@linaro.org>
694R: Jean-Christophe Dubois <jcd@tribudubois.net>
695L: qemu-arm@nongnu.org
696S: Odd Fixes
697F: hw/arm/mcimx6ul-evk.c
698F: hw/arm/fsl-imx6ul.c
699F: hw/misc/imx6ul_ccm.c
700F: include/hw/arm/fsl-imx6ul.h
701F: include/hw/misc/imx6ul_ccm.h
702
703MCIMX7D SABRE / i.MX7
704M: Peter Maydell <peter.maydell@linaro.org>
705R: Andrey Smirnov <andrew.smirnov@gmail.com>
706L: qemu-arm@nongnu.org
707S: Odd Fixes
708F: hw/arm/mcimx7d-sabre.c
709F: hw/arm/fsl-imx7.c
b7f30114 710F: hw/misc/imx7_*.c
95a5db3a 711F: include/hw/arm/fsl-imx7.h
b7f30114 712F: include/hw/misc/imx7_*.h
95a5db3a
TH
713F: hw/pci-host/designware.c
714F: include/hw/pci-host/designware.h
715
e5a6a6e6
PM
716MPS2
717M: Peter Maydell <peter.maydell@linaro.org>
718L: qemu-arm@nongnu.org
719S: Maintained
720F: hw/arm/mps2.c
0d4a7551
PM
721F: hw/arm/mps2-tz.c
722F: hw/misc/mps2-*.c
723F: include/hw/misc/mps2-*.h
6eee5d24
PM
724F: hw/arm/armsse.c
725F: include/hw/arm/armsse.h
c56c5760
PMD
726F: hw/misc/iotkit-secctl.c
727F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
728F: hw/misc/iotkit-sysctl.c
729F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
730F: hw/misc/iotkit-sysinfo.c
731F: include/hw/misc/iotkit-sysinfo.h
5aeb3689
PM
732F: hw/misc/armsse-cpuid.c
733F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
734F: hw/misc/armsse-mhu.c
735F: include/hw/misc/armsse-mhu.h
ba7912a5 736F: docs/system/arm/mps2.rst
e5a6a6e6 737
8f69a4c1
PM
738Musca
739M: Peter Maydell <peter.maydell@linaro.org>
740L: qemu-arm@nongnu.org
741S: Maintained
742F: hw/arm/musca.c
9f8f640e 743F: docs/system/arm/musca.rst
8f69a4c1 744
fd5d5c56
AL
745Musicpal
746M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 747M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 748L: qemu-arm@nongnu.org
a00d7f20 749S: Odd Fixes
8d8b636d 750F: hw/arm/musicpal.c
c11a8e89 751F: docs/system/arm/musicpal.rst
fd5d5c56 752
e5a7ba87
HS
753Nuvoton NPCM7xx
754M: Havard Skinnemoen <hskinnemoen@google.com>
755M: Tyrone Ting <kfting@nuvoton.com>
756L: qemu-arm@nongnu.org
757S: Supported
758F: hw/*/npcm7xx*
759F: include/hw/*/npcm7xx*
7d378ed6 760F: tests/qtest/npcm7xx*
d1cb5eda
HS
761F: pc-bios/npcm7xx_bootrom.bin
762F: roms/vbootrom
71703116 763F: docs/system/arm/nuvoton.rst
e5a7ba87 764
fd5d5c56
AL
765nSeries
766M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 767M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 768L: qemu-arm@nongnu.org
a00d7f20 769S: Odd Fixes
8d8b636d 770F: hw/arm/nseries.c
8a08cc71 771F: hw/display/blizzard.c
b7f30114
TH
772F: hw/input/lm832x.c
773F: hw/input/tsc2005.c
774F: hw/misc/cbus.c
6a648a5f 775F: hw/rtc/twl92230.c
8a08cc71 776F: include/hw/display/blizzard.h
a331dd02 777F: include/hw/input/tsc2xxx.h
e8fa3958 778F: include/hw/misc/cbus.h
050a82f0 779F: tests/acceptance/machine_arm_n8x0.py
c11a8e89 780F: docs/system/arm/nseries.rst
fd5d5c56
AL
781
782Palm
783M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 784M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 785L: qemu-arm@nongnu.org
a00d7f20 786S: Odd Fixes
8d8b636d 787F: hw/arm/palm.c
b7f30114 788F: hw/input/tsc210x.c
a331dd02 789F: include/hw/input/tsc2xxx.h
c11a8e89 790F: docs/system/arm/palm.rst
fd5d5c56 791
95a5db3a
TH
792Raspberry Pi
793M: Peter Maydell <peter.maydell@linaro.org>
794R: Andrew Baumann <Andrew.Baumann@microsoft.com>
795R: Philippe Mathieu-Daudé <f4bug@amsat.org>
796L: qemu-arm@nongnu.org
797S: Odd Fixes
123a069a 798F: hw/arm/raspi.c
95a5db3a
TH
799F: hw/arm/raspi_platform.h
800F: hw/*/bcm283*
801F: include/hw/arm/raspi*
802F: include/hw/*/bcm283*
d9f2ac3d 803F: docs/system/arm/raspi.rst
95a5db3a 804
fd5d5c56 805Real View
1ce9ce6a 806M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 807L: qemu-arm@nongnu.org
fd5d5c56 808S: Maintained
8d8b636d 809F: hw/arm/realview*
f7e242d6 810F: hw/cpu/realview_mpcore.c
5ea53049
PB
811F: hw/intc/realview_gic.c
812F: include/hw/intc/realview_gic.h
c11a8e89 813F: docs/system/arm/realview.rst
fd5d5c56 814
9b31bff0 815PXA2XX
fd5d5c56 816M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 817M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 818L: qemu-arm@nongnu.org
a00d7f20 819S: Odd Fixes
9b31bff0 820F: hw/arm/mainstone.c
8d8b636d 821F: hw/arm/spitz.c
9b31bff0
PB
822F: hw/arm/tosa.c
823F: hw/arm/z2.c
824F: hw/*/pxa2xx*
123a069a
TH
825F: hw/display/tc6393xb.c
826F: hw/gpio/max7310.c
827F: hw/gpio/zaurus.c
f7e242d6 828F: hw/misc/mst_fpga.c
b7f30114 829F: hw/misc/max111x.c
30296812 830F: include/hw/misc/max111x.h
ed0db866 831F: include/hw/arm/pxa.h
123a069a 832F: include/hw/arm/sharpsl.h
ee2ccc57 833F: include/hw/display/tc6393xb.h
c11a8e89 834F: docs/system/arm/xscale.rst
fd5d5c56 835
95a5db3a
TH
836SABRELITE / i.MX6
837M: Peter Maydell <peter.maydell@linaro.org>
838R: Jean-Christophe Dubois <jcd@tribudubois.net>
839L: qemu-arm@nongnu.org
840S: Odd Fixes
841F: hw/arm/sabrelite.c
842F: hw/arm/fsl-imx6.c
b7f30114 843F: hw/misc/imx6_*.c
95a5db3a 844F: hw/ssi/imx_spi.c
0701a5ef
GR
845F: hw/usb/imx-usb-phy.c
846F: include/hw/usb/imx-usb-phy.h
95a5db3a 847F: include/hw/arm/fsl-imx6.h
b7f30114 848F: include/hw/misc/imx6_*.h
95a5db3a
TH
849F: include/hw/ssi/imx_spi.h
850
64580903 851SBSA-REF
428a3777 852M: Radoslaw Biernacki <rad@semihalf.com>
64580903 853M: Peter Maydell <peter.maydell@linaro.org>
aff55693 854R: Leif Lindholm <leif@nuviainc.com>
64580903
HZ
855L: qemu-arm@nongnu.org
856S: Maintained
857F: hw/arm/sbsa-ref.c
9eeeb80a 858F: docs/system/arm/sbsa.rst
64580903 859
671f11b2
TH
860Sharp SL-5500 (Collie) PDA
861M: Peter Maydell <peter.maydell@linaro.org>
862L: qemu-arm@nongnu.org
863S: Odd Fixes
864F: hw/arm/collie.c
865F: hw/arm/strongarm*
b76b60f5 866F: docs/system/arm/collie.rst
671f11b2 867
fd5d5c56 868Stellaris
1ce9ce6a 869M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 870L: qemu-arm@nongnu.org
fd5d5c56 871S: Maintained
8d8b636d 872F: hw/*/stellaris*
98fa3327 873F: include/hw/input/gamepad.h
c11a8e89 874F: docs/system/arm/stellaris.rst
fd5d5c56 875
95a5db3a
TH
876Versatile Express
877M: Peter Maydell <peter.maydell@linaro.org>
878L: qemu-arm@nongnu.org
879S: Maintained
880F: hw/arm/vexpress.c
5a1d4244 881F: docs/system/arm/vexpress.rst
95a5db3a 882
fd5d5c56 883Versatile PB
1ce9ce6a 884M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 885L: qemu-arm@nongnu.org
fd5d5c56 886S: Maintained
8d8b636d 887F: hw/*/versatile*
f61c3fb5 888F: include/hw/i2c/arm_sbcon_i2c.h
c6427ff7 889F: hw/misc/arm_sysctl.c
c11a8e89 890F: docs/system/arm/versatile.rst
fd5d5c56 891
95a5db3a
TH
892Virt
893M: Peter Maydell <peter.maydell@linaro.org>
894L: qemu-arm@nongnu.org
895S: Maintained
896F: hw/arm/virt*
897F: include/hw/arm/virt.h
6a0b7505 898F: docs/system/arm/virt.rst
95a5db3a 899
e3260506 900Xilinx Zynq
cc0100f4 901M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 902M: Alistair Francis <alistair@alistair23.me>
a00d7f20 903M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 904L: qemu-arm@nongnu.org
e3260506 905S: Maintained
cc0100f4 906F: hw/*/xilinx_*
8d8b636d 907F: hw/*/cadence_*
f7e242d6
TH
908F: hw/misc/zynq*
909F: include/hw/misc/zynq*
cc0100f4 910X: hw/ssi/xilinx_*
e3260506 911
ff9e157b 912Xilinx ZynqMP and Versal
c22e580c 913M: Alistair Francis <alistair@alistair23.me>
cc0100f4 914M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 915M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 916L: qemu-arm@nongnu.org
137805f5 917S: Maintained
cc0100f4 918F: hw/*/xlnx*.c
f586d5fc 919F: include/hw/*/xlnx*.h
24d6d8bf
PMD
920F: include/hw/ssi/xilinx_spips.h
921F: hw/display/dpcd.c
922F: include/hw/display/dpcd.h
ff9e157b 923F: docs/system/arm/xlnx-versal-virt.rst
137805f5 924
8f4d260e 925ARM ACPI Subsystem
e59f13d7 926M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 927L: qemu-arm@nongnu.org
8f4d260e
SZ
928S: Maintained
929F: hw/arm/virt-acpi-build.c
8f4d260e 930
a1f8193b
AF
931STM32F205
932M: Alistair Francis <alistair@alistair23.me>
a00d7f20 933M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 934L: qemu-arm@nongnu.org
a1f8193b
AF
935S: Maintained
936F: hw/arm/stm32f205_soc.c
937F: hw/misc/stm32f2xx_syscfg.c
938F: hw/char/stm32f2xx_usart.c
939F: hw/timer/stm32f2xx_timer.c
940F: hw/adc/*
941F: hw/ssi/stm32f2xx_spi.c
0e0d345b 942F: include/hw/*/stm32*.h
a1f8193b 943
529fc5fd
AF
944STM32F405
945M: Alistair Francis <alistair@alistair23.me>
946M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 947L: qemu-arm@nongnu.org
529fc5fd
AF
948S: Maintained
949F: hw/arm/stm32f405_soc.c
950F: hw/misc/stm32f4xx_syscfg.c
951F: hw/misc/stm32f4xx_exti.c
952
a1f8193b
AF
953Netduino 2
954M: Alistair Francis <alistair@alistair23.me>
a00d7f20 955M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 956L: qemu-arm@nongnu.org
a1f8193b
AF
957S: Maintained
958F: hw/arm/netduino2.c
959
60d6c427
AF
960Netduino Plus 2
961M: Alistair Francis <alistair@alistair23.me>
962M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 963L: qemu-arm@nongnu.org
60d6c427
AF
964S: Maintained
965F: hw/arm/netduinoplus2.c
966
670bc4cb
SS
967SmartFusion2
968M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 969M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 970L: qemu-arm@nongnu.org
670bc4cb
SS
971S: Maintained
972F: hw/arm/msf2-soc.c
973F: hw/misc/msf2-sysreg.c
974F: hw/timer/mss-timer.c
975F: hw/ssi/mss-spi.c
976F: include/hw/arm/msf2-soc.h
977F: include/hw/misc/msf2-sysreg.h
978F: include/hw/timer/mss-timer.h
979F: include/hw/ssi/mss-spi.h
1c664378
SS
980F: hw/net/msf2-emac.c
981F: include/hw/net/msf2-emac.h
670bc4cb
SS
982
983Emcraft M2S-FG484
984M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 985M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 986L: qemu-arm@nongnu.org
670bc4cb
SS
987S: Maintained
988F: hw/arm/msf2-som.c
989
f87db1ba
JS
990ASPEED BMCs
991M: Cédric Le Goater <clg@kaod.org>
a00d7f20 992M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
993R: Andrew Jeffery <andrew@aj.id.au>
994R: Joel Stanley <joel@jms.id.au>
995L: qemu-arm@nongnu.org
996S: Maintained
997F: hw/*/*aspeed*
b7f30114 998F: hw/misc/pca9552.c
f87db1ba 999F: include/hw/*/*aspeed*
b7f30114 1000F: include/hw/misc/pca9552*.h
f87db1ba
JS
1001F: hw/net/ftgmac100.c
1002F: include/hw/net/ftgmac100.h
de8ee7d4 1003F: docs/system/arm/aspeed.rst
f87db1ba 1004
c0066d1a
JS
1005NRF51
1006M: Joel Stanley <joel@jms.id.au>
a00d7f20 1007M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
1008L: qemu-arm@nongnu.org
1009S: Maintained
c8de3f5f
SH
1010F: hw/*/nrf51*.c
1011F: hw/*/microbit*.c
1012F: include/hw/*/nrf51*.h
1013F: include/hw/*/microbit*.h
1e8a1fae 1014F: tests/qtest/microbit-test.c
c0066d1a 1015
42f3ff00
MR
1016AVR Machines
1017-------------
1018
1019AVR MCUs
1020M: Michael Rolnik <mrolnik@gmail.com>
1021R: Sarah Harris <S.E.Harris@kent.ac.uk>
1022S: Maintained
1023F: default-configs/avr-softmmu.mak
7dd8f6fd 1024F: hw/avr/
429ca9d6
MR
1025F: include/hw/char/avr_usart.h
1026F: hw/char/avr_usart.c
8ff47bc1
MR
1027F: include/hw/timer/avr_timer16.h
1028F: hw/timer/avr_timer16.c
dc288de0
MR
1029F: include/hw/misc/avr_power.h
1030F: hw/misc/avr_power.c
42f3ff00 1031
50486d63
PMD
1032Arduino
1033M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1034R: Sarah Harris <S.E.Harris@kent.ac.uk>
1035S: Maintained
1036F: hw/avr/arduino.c
1037
fd5d5c56
AL
1038CRIS Machines
1039-------------
1040Axis Dev88
1041M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1042S: Maintained
8d8b636d 1043F: hw/cris/axis_dev88.c
6e481d57 1044F: hw/*/etraxfs_*.c
fd5d5c56 1045
e188396c
PMD
1046HP-PARISC Machines
1047------------------
18092598 1048HP B160L
336f744e 1049M: Richard Henderson <richard.henderson@linaro.org>
e188396c
PMD
1050R: Helge Deller <deller@gmx.de>
1051S: Odd Fixes
a2a82ad6 1052F: default-configs/hppa-softmmu.mak
e188396c
PMD
1053F: hw/hppa/
1054F: pc-bios/hppa-firmware.img
1055
07bf23a7
MW
1056LM32 Machines
1057-------------
1058EVR32 and uclinux BSP
4b4d96c7
PMD
1059R: Michael Walle <michael@walle.cc>
1060S: Orphan
8d8b636d 1061F: hw/lm32/lm32_boards.c
07bf23a7 1062
d118aa6b 1063milkymist
4b4d96c7
PMD
1064R: Michael Walle <michael@walle.cc>
1065S: Orphan
8d8b636d 1066F: hw/lm32/milkymist.c
d118aa6b 1067
afcacd53 1068M68K Machines
fd5d5c56
AL
1069-------------
1070an5206
5baf2741
TH
1071M: Thomas Huth <huth@tuxfamily.org>
1072S: Odd Fixes
8d8b636d 1073F: hw/m68k/an5206.c
e9a56114 1074F: hw/m68k/mcf5206.c
fd5d5c56 1075
fd5d5c56 1076mcf5208
5baf2741
TH
1077M: Thomas Huth <huth@tuxfamily.org>
1078S: Odd Fixes
8d8b636d 1079F: hw/m68k/mcf5208.c
e9a56114
TH
1080F: hw/m68k/mcf_intc.c
1081F: hw/char/mcf_uart.c
1082F: hw/net/mcf_fec.c
5baf2741 1083F: include/hw/m68k/mcf*.h
fd5d5c56 1084
1810b815
TH
1085NeXTcube
1086M: Thomas Huth <huth@tuxfamily.org>
1087S: Odd Fixes
1088F: hw/m68k/next-*.c
1089F: hw/display/next-fb.c
1090F: include/hw/m68k/next-cube.h
1091
6dca62a0
LV
1092q800
1093M: Laurent Vivier <laurent@vivier.eu>
1094S: Maintained
04e7ca8d 1095F: hw/m68k/q800.c
6dca62a0 1096F: hw/misc/mac_via.c
fa2ba3b8 1097F: hw/nubus/*
8ac919a0 1098F: hw/display/macfb.c
c701ec62 1099F: hw/block/swim.c
04e7ca8d 1100F: hw/m68k/bootinfo.h
6dca62a0 1101F: include/hw/misc/mac_via.h
fa2ba3b8 1102F: include/hw/nubus/*
8ac919a0 1103F: include/hw/display/macfb.h
c701ec62 1104F: include/hw/block/swim.h
6dca62a0 1105
fd5d5c56
AL
1106MicroBlaze Machines
1107-------------------
1108petalogix_s3adsp1800
1109M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1110S: Maintained
6e481d57 1111F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1112F: include/hw/char/xilinx_uartlite.h
fd5d5c56 1113
d36e8ce7 1114petalogix_ml605
4b46ba61 1115M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1116S: Maintained
8d8b636d 1117F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1118
fd5d5c56
AL
1119MIPS Machines
1120-------------
1121Jazz
1122M: Hervé Poussineau <hpoussin@reactos.org>
97d89746 1123R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
fd5d5c56 1124S: Maintained
5298722e 1125F: hw/mips/jazz.c
0886a785
PMD
1126F: hw/display/jazz_led.c
1127F: hw/dma/rc4030.c
fd5d5c56
AL
1128
1129Malta
485cd982
AM
1130M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1131R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1132S: Odd Fixes
60041378
AM
1133F: hw/isa/piix4.c
1134F: hw/acpi/piix4.c
5298722e 1135F: hw/mips/malta.c
93081f51 1136F: hw/mips/gt64xxx_pci.c
60041378 1137F: include/hw/southbridge/piix.h
c47c336e 1138F: tests/acceptance/linux_ssh_mips_malta.py
0484d9d4 1139F: tests/acceptance/machine_mips_malta.py
fd5d5c56
AL
1140
1141Mipssim
97d89746 1142R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
ca263c0f 1143S: Orphaned
5298722e 1144F: hw/mips/mipssim.c
659f42d8 1145F: hw/net/mipsnet.c
fd5d5c56 1146
c3a09ff6 1147Fuloong 2E
dab1e1e1 1148M: Huacai Chen <chenhuacai@kernel.org>
86eb0697 1149M: Philippe Mathieu-Daudé <f4bug@amsat.org>
97eeef8a 1150R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1151S: Odd Fixes
c3a09ff6 1152F: hw/mips/fuloong2e.c
0170a3fc 1153F: hw/isa/vt82c686.c
5021bfa5 1154F: hw/pci-host/bonito.c
0170a3fc 1155F: include/hw/isa/vt82c686.h
659f42d8 1156
53fb8bfb 1157Loongson-3 virtual platforms
dab1e1e1 1158M: Huacai Chen <chenhuacai@kernel.org>
2c5b1a7d
HC
1159R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1160S: Maintained
2c5b1a7d
HC
1161F: hw/intc/loongson_liointc.c
1162
659f42d8 1163Boston
4ba98e96 1164M: Paul Burton <paulburton@kernel.org>
97d89746 1165R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1166S: Odd Fixes
659f42d8
YK
1167F: hw/core/loader-fit.c
1168F: hw/mips/boston.c
1169F: hw/pci-host/xilinx-pcie.c
5021bfa5 1170F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1171
945dad6d
JL
1172OpenRISC Machines
1173-----------------
1174or1k-sim
1175M: Jia Liu <proljc@gmail.com>
1176S: Maintained
1177F: hw/openrisc/openrisc_sim.c
1178
fd5d5c56
AL
1179PowerPC Machines
1180----------------
1181405
bba8e23a 1182M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1183M: Greg Kurz <groug@kaod.org>
a6c98685 1184L: qemu-ppc@nongnu.org
9b9fe135 1185S: Odd Fixes
8d8b636d 1186F: hw/ppc/ppc405_boards.c
fd5d5c56 1187
aaade8d7 1188Bamboo
bba8e23a 1189M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1190M: Greg Kurz <groug@kaod.org>
aaade8d7
AF
1191L: qemu-ppc@nongnu.org
1192S: Odd Fixes
8d8b636d 1193F: hw/ppc/ppc440_bamboo.c
aaade8d7 1194
98cded3a 1195e500
bba8e23a 1196M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1197M: Greg Kurz <groug@kaod.org>
98cded3a 1198L: qemu-ppc@nongnu.org
bba8e23a 1199S: Odd Fixes
ce6fc617 1200F: hw/ppc/e500*
2c6aba14 1201F: hw/gpio/mpc8xxx.c
7abb479c 1202F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1203F: hw/net/fsl_etsec/
1204F: hw/pci-host/ppce500.c
b5d55020
TH
1205F: include/hw/ppc/ppc_e500.h
1206F: include/hw/pci-host/ppce500.h
1207F: pc-bios/u-boot.e500
98cded3a
AF
1208
1209mpc8544ds
bba8e23a 1210M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1211M: Greg Kurz <groug@kaod.org>
98cded3a 1212L: qemu-ppc@nongnu.org
bba8e23a 1213S: Odd Fixes
98cded3a 1214F: hw/ppc/mpc8544ds.c
8d8b636d 1215F: hw/ppc/mpc8544_guts.c
98cded3a 1216
2c6aba14 1217New World (mac99)
40e3dd06
MCA
1218M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1219R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1220R: Greg Kurz <groug@kaod.org>
a6c98685 1221L: qemu-ppc@nongnu.org
bba8e23a 1222S: Odd Fixes
baec1910 1223F: hw/ppc/mac_newworld.c
6e481d57
PM
1224F: hw/pci-host/uninorth.c
1225F: hw/pci-bridge/dec.[hc]
8d8b636d 1226F: hw/misc/macio/
6ba16476 1227F: hw/misc/mos6522.c
b5d55020 1228F: hw/nvram/mac_nvram.c
2c6aba14 1229F: hw/input/adb*
eba45926 1230F: include/hw/misc/macio/
6ba16476 1231F: include/hw/misc/mos6522.h
eba45926 1232F: include/hw/ppc/mac_dbdma.h
5021bfa5 1233F: include/hw/pci-host/uninorth.h
2c6aba14 1234F: include/hw/input/adb*
52804c60 1235F: pc-bios/qemu_vga.ndrv
fd5d5c56 1236
2c6aba14 1237Old World (g3beige)
40e3dd06
MCA
1238M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1239R: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1240R: Greg Kurz <groug@kaod.org>
a6c98685 1241L: qemu-ppc@nongnu.org
bba8e23a 1242S: Odd Fixes
baec1910 1243F: hw/ppc/mac_oldworld.c
6e481d57 1244F: hw/pci-host/grackle.c
8d8b636d 1245F: hw/misc/macio/
835c42d3 1246F: hw/intc/heathrow_pic.c
2c6aba14 1247F: hw/input/adb*
97e16dba 1248F: include/hw/intc/heathrow_pic.h
2c6aba14 1249F: include/hw/input/adb*
52804c60 1250F: pc-bios/qemu_vga.ndrv
fd5d5c56 1251
ec38d398 1252PReP
8178e89c 1253M: Hervé Poussineau <hpoussin@reactos.org>
ba477e64
DG
1254R: David Gibson <david@gibson.dropbear.id.au>
1255R: Greg Kurz <groug@kaod.org>
a6c98685 1256L: qemu-ppc@nongnu.org
8178e89c 1257S: Maintained
75610155 1258F: hw/ppc/prep.c
8178e89c
HP
1259F: hw/ppc/prep_systemio.c
1260F: hw/ppc/rs6000_mc.c
6e481d57 1261F: hw/pci-host/prep.[hc]
0a9464b5 1262F: hw/isa/i82378.c
a48c6b51 1263F: hw/isa/pc87312.c
1cd6dccb 1264F: hw/dma/i82374.c
819ce6b2 1265F: hw/rtc/m48t59-isa.c
a48c6b51 1266F: include/hw/isa/pc87312.h
819ce6b2 1267F: include/hw/rtc/m48t59.h
71b290e7 1268F: tests/acceptance/ppc_prep_40p.py
fd5d5c56 1269
300b115c 1270sPAPR
085eb217 1271M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1272M: Greg Kurz <groug@kaod.org>
8a269ca4
AF
1273L: qemu-ppc@nongnu.org
1274S: Supported
8d8b636d 1275F: hw/*/spapr*
f9de2da7
DG
1276F: include/hw/*/spapr*
1277F: hw/*/xics*
1278F: include/hw/*/xics*
b5d55020
TH
1279F: pc-bios/slof.bin
1280F: docs/specs/ppc-spapr-hcalls.txt
1281F: docs/specs/ppc-spapr-hotplug.txt
1e8a1fae 1282F: tests/qtest/spapr*
1cf4323e 1283F: tests/qtest/libqos/*spapr*
1e8a1fae 1284F: tests/qtest/rtas*
1cf4323e 1285F: tests/qtest/libqos/rtas*
8a269ca4 1286
1af82d4f
CLG
1287PowerNV (Non-Virtualized)
1288M: Cédric Le Goater <clg@kaod.org>
1289M: David Gibson <david@gibson.dropbear.id.au>
ba477e64 1290M: Greg Kurz <groug@kaod.org>
1af82d4f
CLG
1291L: qemu-ppc@nongnu.org
1292S: Maintained
1293F: hw/ppc/pnv*
1294F: hw/intc/pnv*
1295F: hw/intc/xics_pnv.c
157ed954 1296F: hw/pci-host/pnv*
1af82d4f 1297F: include/hw/ppc/pnv*
157ed954 1298F: include/hw/pci-host/pnv*
1af82d4f 1299F: pc-bios/skiboot.lid
1e8a1fae 1300F: tests/qtest/pnv*
1af82d4f 1301
794d00bf
AF
1302virtex_ml507
1303M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1304L: qemu-ppc@nongnu.org
1305S: Odd Fixes
6e481d57 1306F: hw/ppc/virtex_ml507.c
794d00bf 1307
a9dd6604
BZ
1308sam460ex
1309M: BALATON Zoltan <balaton@eik.bme.hu>
ba477e64
DG
1310R: David Gibson <david@gibson.dropbear.id.au>
1311R: Greg Kurz <groug@kaod.org>
a9dd6604
BZ
1312L: qemu-ppc@nongnu.org
1313S: Maintained
33c6a8b5
BZ
1314F: hw/ppc/sam460ex.c
1315F: hw/ppc/ppc440_pcix.c
1316F: hw/display/sm501*
a9dd6604 1317F: hw/ide/sii3112.c
de04c31d 1318F: hw/rtc/m41t80.c
33c6a8b5
BZ
1319F: pc-bios/canyonlands.dt[sb]
1320F: pc-bios/u-boot-sam460ex-20100605.bin
1321F: roms/u-boot-sam460ex
a9dd6604 1322
fe0fe473
AF
1323RISC-V Machines
1324---------------
1325OpenTitan
1326M: Alistair Francis <Alistair.Francis@wdc.com>
1327L: qemu-riscv@nongnu.org
1328S: Supported
1329F: hw/riscv/opentitan.c
a7d2d98c 1330F: hw/char/ibex_uart.c
879f60f0 1331F: hw/intc/ibex_plic.c
fe0fe473 1332F: include/hw/riscv/opentitan.h
a7d2d98c 1333F: include/hw/char/ibex_uart.h
879f60f0 1334F: include/hw/intc/ibex_plic.h
fe0fe473 1335
56f6e31e
BM
1336Microchip PolarFire SoC Icicle Kit
1337M: Bin Meng <bin.meng@windriver.com>
1338L: qemu-riscv@nongnu.org
1339S: Supported
1340F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1341F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1342F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1343F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1344F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1345F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1346F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1347F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1348F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1349F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1350
bda19d7b
YS
1351RX Machines
1352-----------
1353rx-gdbsim
1354M: Yoshinori Sato <ysato@users.sourceforge.jp>
f166061c 1355S: Odd Fixes
4adbfa45 1356F: docs/system/target-rx.rst
bda19d7b 1357F: hw/rx/rx-gdbsim.c
cf665623 1358F: tests/acceptance/machine_rx_gdbsim.py
bda19d7b 1359
fd5d5c56
AL
1360SH4 Machines
1361------------
1362R2D
a9fb4468
AM
1363M: Yoshinori Sato <ysato@users.sourceforge.jp>
1364R: Magnus Damm <magnus.damm@gmail.com>
f166061c 1365S: Odd Fixes
6e481d57 1366F: hw/sh4/r2d.c
81527b94 1367F: hw/intc/sh_intc.c
65b8dc29 1368F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1369
1370Shix
a9fb4468
AM
1371M: Yoshinori Sato <ysato@users.sourceforge.jp>
1372R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1373S: Odd Fixes
6e481d57 1374F: hw/sh4/shix.c
65b8dc29
PMD
1375F: hw/intc/sh_intc.c
1376F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1377
1378SPARC Machines
1379--------------
1380Sun4m
f2416d3a 1381M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1382S: Maintained
8d8b636d 1383F: hw/sparc/sun4m.c
c468e368 1384F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1385F: hw/display/cg3.c
1386F: hw/display/tcx.c
c10a1c78 1387F: hw/dma/sparc32_dma.c
7098b79e 1388F: hw/misc/eccmemctl.c
aec2b887
TH
1389F: hw/*/slavio_*.c
1390F: include/hw/nvram/sun_nvram.h
c10a1c78 1391F: include/hw/sparc/sparc32_dma.h
d0476159 1392F: include/hw/sparc/sun4m_iommu.h
aec2b887 1393F: pc-bios/openbios-sparc32
fd5d5c56
AL
1394
1395Sun4u
f2416d3a 1396M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1397S: Maintained
8d8b636d 1398F: hw/sparc64/sun4u.c
8ef856b7
PMD
1399F: hw/sparc64/sun4u_iommu.c
1400F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1401F: hw/pci-host/sabre.c
1402F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1403F: hw/pci-bridge/simba.c
1404F: include/hw/pci-bridge/simba.h
1405F: pc-bios/openbios-sparc64
8c432921 1406F: tests/acceptance/machine_sparc64_sun4u.py
fd5d5c56 1407
a2664ca0
AT
1408Sun4v
1409M: Artyom Tarasenko <atar4qemu@gmail.com>
1410S: Maintained
626e4a4b 1411F: hw/sparc64/niagara.c
2811ac30
PMD
1412F: hw/rtc/sun4v-rtc.c
1413F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1414
ce6c760c
FC
1415Leon3
1416M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1417M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1418S: Maintained
8d8b636d
PB
1419F: hw/sparc/leon3.c
1420F: hw/*/grlib*
162abf1a 1421F: include/hw/*/grlib*
b11785ca 1422F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1423
fd5d5c56
AL
1424S390 Machines
1425-------------
dd4ad64a 1426S390 Virtio-ccw
c1976ae7 1427M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1428M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1429M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1430S: Supported
0c6aa7ee 1431F: hw/char/sclp*.[hc]
9d1c4449 1432F: hw/char/terminal3270.c
c5bfb202 1433F: hw/s390x/
4277af19 1434F: include/hw/s390x/
c5bfb202 1435F: hw/watchdog/wdt_diag288.c
1e4738b2 1436F: include/hw/watchdog/wdt_diag288.h
1e4738b2 1437F: default-configs/s390x-softmmu.mak
2d9ca5a3 1438F: tests/acceptance/machine_s390_ccw_virtio.py
99eaf137 1439T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1440T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1441L: qemu-s390x@nongnu.org
dd4ad64a 1442
8e4eb427 1443S390-ccw boot
304584bf
CH
1444M: Christian Borntraeger <borntraeger@de.ibm.com>
1445M: Thomas Huth <thuth@redhat.com>
1446S: Supported
8e4eb427 1447F: hw/s390x/ipl.*
304584bf
CH
1448F: pc-bios/s390-ccw/
1449F: pc-bios/s390-ccw.img
cc3d15a5 1450F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1451T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1452L: qemu-s390x@nongnu.org
1453
d5bfb425 1454S390 PCI
ecd6663d 1455M: Matthew Rosato <mjrosato@linux.ibm.com>
d5bfb425
CB
1456S: Supported
1457F: hw/s390x/s390-pci*
408b55db 1458F: include/hw/s390x/s390-pci*
d5bfb425
CB
1459L: qemu-s390x@nongnu.org
1460
ab9528ca 1461UniCore32 Machines
84995ea2 1462------------------
ab9528ca
GX
1463PKUnity-3 SoC initramfs-with-busybox
1464M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1465S: Maintained
8d8b636d 1466F: hw/*/puv3*
ab9528ca
GX
1467F: hw/unicore32/
1468
fd5d5c56
AL
1469X86 Machines
1470------------
1471PC
046a6486 1472M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1473M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1474S: Supported
046a6486
MT
1475F: include/hw/i386/
1476F: hw/i386/
0f25d865 1477F: hw/pci-host/i440fx.c
046a6486
MT
1478F: hw/pci-host/q35.c
1479F: hw/pci-host/pam.c
0fd61a2d 1480F: include/hw/pci-host/i440fx.h
046a6486
MT
1481F: include/hw/pci-host/q35.h
1482F: include/hw/pci-host/pam.h
14a026dd 1483F: hw/isa/piix3.c
046a6486
MT
1484F: hw/isa/lpc_ich9.c
1485F: hw/i2c/smbus_ich9.c
1486F: hw/acpi/piix4.c
1487F: hw/acpi/ich9.c
1488F: include/hw/acpi/ich9.h
fff123b8 1489F: include/hw/southbridge/piix.h
9cc3b73c 1490F: hw/misc/sga.c
6f5a3294
PMD
1491F: hw/isa/apm.c
1492F: include/hw/isa/apm.h
1493F: tests/test-x86-cpuid.c
1e8a1fae 1494F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1495
1496PC Chipset
1497M: Michael S. Tsirkin <mst@redhat.com>
1498M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1499S: Supported
9cc3b73c 1500F: hw/char/debugcon.c
bb3d5ea8 1501F: hw/char/parallel*
9cc3b73c
PB
1502F: hw/char/serial*
1503F: hw/dma/i8257*
1504F: hw/i2c/pm_smbus.c
1732be86 1505F: hw/input/pckbd.c
9cc3b73c
PB
1506F: hw/intc/apic*
1507F: hw/intc/ioapic*
1508F: hw/intc/i8259*
1854eb28 1509F: hw/isa/isa-superio.c
9cc3b73c
PB
1510F: hw/misc/debugexit.c
1511F: hw/misc/pc-testdev.c
1512F: hw/timer/hpet*
1513F: hw/timer/i8254*
bcdb9064 1514F: hw/rtc/mc146818rtc*
edc46aff 1515F: hw/watchdog/wdt_ib700.c
4bcbc773 1516F: hw/watchdog/wdt_i6300esb.c
866e2b37 1517F: include/hw/display/vga.h
bb3d5ea8 1518F: include/hw/char/parallel.h
55f613ac 1519F: include/hw/dma/i8257.h
a2feb348 1520F: include/hw/i2c/pm_smbus.h
47973a2d 1521F: include/hw/input/i8042.h
4bcbc773 1522F: include/hw/isa/i8259_internal.h
1854eb28 1523F: include/hw/isa/superio.h
a2feb348
TH
1524F: include/hw/timer/hpet.h
1525F: include/hw/timer/i8254*
bcdb9064 1526F: include/hw/rtc/mc146818rtc*
046a6486 1527
5cb48f05
SL
1528microvm
1529M: Sergio Lopez <slp@redhat.com>
1530M: Paolo Bonzini <pbonzini@redhat.com>
1531S: Maintained
1532F: docs/microvm.rst
1533F: hw/i386/microvm.c
1534F: include/hw/i386/microvm.h
1535F: pc-bios/bios-microvm.bin
1536
5da4fb00
MT
1537Machine core
1538M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1539M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1540S: Supported
d9f24bf5 1541F: cpu.c
2e5b09fd 1542F: hw/core/cpu.c
52924dea 1543F: hw/core/machine-qmp-cmds.c
5da4fb00 1544F: hw/core/machine.c
c1629c5c 1545F: hw/core/null-machine.c
ac057879 1546F: hw/core/numa.c
335d52f4 1547F: hw/cpu/cluster.c
8ac25c84 1548F: qapi/machine.json
7f7b4e7a 1549F: qapi/machine-target.json
5da4fb00 1550F: include/hw/boards.h
2e5b09fd 1551F: include/hw/core/cpu.h
335d52f4 1552F: include/hw/cpu/cluster.h
2dd02587 1553F: include/sysemu/numa.h
f953c100 1554T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1555
16e7caae
MF
1556Xtensa Machines
1557---------------
375847a6 1558sim
16e7caae
MF
1559M: Max Filippov <jcmvbkbc@gmail.com>
1560S: Maintained
437a8c11 1561F: hw/xtensa/sim.c
375847a6 1562
d9e8553b
MF
1563virt
1564M: Max Filippov <jcmvbkbc@gmail.com>
1565S: Maintained
1566F: hw/xtensa/virt.c
1567
437a8c11 1568XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1569M: Max Filippov <jcmvbkbc@gmail.com>
1570S: Maintained
437a8c11
MF
1571F: hw/xtensa/xtfpga.c
1572F: hw/net/opencores_eth.c
16e7caae 1573
fd5d5c56
AL
1574Devices
1575-------
d36d7112
VG
1576Xilinx CAN
1577M: Vikram Garhwal <fnu.vikram@xilinx.com>
1578M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1579S: Maintained
1580F: hw/net/can/xlnx-*
1581F: include/hw/net/xlnx-*
1582F: tests/qtest/xlnx-can-test*
1583
b30934cb
JS
1584EDU
1585M: Jiri Slaby <jslaby@suse.cz>
1586S: Maintained
1587F: hw/misc/edu.c
1588
fd5d5c56 1589IDE
c095348b
JS
1590M: John Snow <jsnow@redhat.com>
1591L: qemu-block@nongnu.org
1592S: Supported
8d8b636d 1593F: include/hw/ide.h
c9f7acd5 1594F: include/hw/ide/
fd5d5c56 1595F: hw/ide/
c095348b
JS
1596F: hw/block/block.c
1597F: hw/block/cdrom.c
1598F: hw/block/hd-geometry.c
1e8a1fae
TH
1599F: tests/qtest/ide-test.c
1600F: tests/qtest/ahci-test.c
1601F: tests/qtest/cdrom-test.c
1cf4323e 1602F: tests/qtest/libqos/ahci*
77582e2c 1603T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1604
caf316ba
CM
1605IPMI
1606M: Corey Minyard <minyard@acm.org>
1607S: Maintained
1608F: include/hw/ipmi/*
1609F: hw/ipmi/*
1610F: hw/smbios/smbios_type_38.c
1e8a1fae 1611F: tests/qtest/ipmi*
e18a8b34 1612T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1613
c095348b
JS
1614Floppy
1615M: John Snow <jsnow@redhat.com>
1616L: qemu-block@nongnu.org
1617S: Supported
1618F: hw/block/fdc.c
1619F: include/hw/block/fdc.h
1e8a1fae 1620F: tests/qtest/fdc-test.c
77582e2c 1621T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1622
f5f487b2
PM
1623OMAP
1624M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1625L: qemu-arm@nongnu.org
f5f487b2 1626S: Maintained
8d8b636d 1627F: hw/*/omap*
ed0db866 1628F: include/hw/arm/omap.h
66278f8a 1629F: docs/system/arm/sx1.rst
f5f487b2 1630
28d54e58
PB
1631IPack
1632M: Alberto Garcia <berto@igalia.com>
1633S: Odd Fixes
1634F: hw/char/ipoctal232.c
1635F: hw/ipack/
1636
fd5d5c56
AL
1637PCI
1638M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1639M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1640S: Supported
8d8b636d 1641F: include/hw/pci/*
f178bc6b 1642F: hw/misc/pci-testdev.c
ca818cfb 1643F: hw/pci/*
f178bc6b 1644F: hw/pci-bridge/*
61c7f987 1645F: qapi/pci.json
68179923
PMD
1646F: docs/pci*
1647F: docs/specs/*pci*
534fd814 1648F: default-configs/pci.mak
0e0b3592 1649
d31e5ae7 1650ACPI/SMBIOS
0e0b3592
MT
1651M: Michael S. Tsirkin <mst@redhat.com>
1652M: Igor Mammedov <imammedo@redhat.com>
1653S: Supported
1654F: include/hw/acpi/*
a2eb5c0c 1655F: include/hw/firmware/smbios.h
0e0b3592 1656F: hw/mem/*
8d8b636d 1657F: hw/acpi/*
d31e5ae7 1658F: hw/smbios/*
0e0b3592 1659F: hw/i386/acpi-build.[hc]
0e0b3592 1660F: hw/arm/virt-acpi-build.c
27c9188f 1661F: qapi/acpi.json
b963ea19 1662F: tests/qtest/bios-tables-test*
1e8a1fae 1663F: tests/qtest/acpi-utils.[hc]
faae23b9 1664F: tests/data/acpi/
fd5d5c56 1665
f7e462f8
DG
1666ACPI/HEST/GHES
1667R: Dongjiu Geng <gengdongjiu@huawei.com>
1668R: Xiang Zheng <zhengxiang9@huawei.com>
1669L: qemu-arm@nongnu.org
1670S: Maintained
1671F: hw/acpi/ghes.c
1672F: include/hw/acpi/ghes.h
1673F: docs/specs/acpi_hest_ghes.rst
1674
aaade8d7 1675ppc4xx
bba8e23a 1676M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1677L: qemu-ppc@nongnu.org
1678S: Odd Fixes
8d8b636d 1679F: hw/ppc/ppc4*.c
aa3a41f9 1680F: hw/i2c/ppc4xx_i2c.c
b5d55020 1681F: include/hw/ppc/ppc4xx.h
aa3a41f9 1682F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1683
61af0ee6 1684Character devices
2185fd67
PB
1685M: Marc-André Lureau <marcandre.lureau@redhat.com>
1686R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1687S: Odd Fixes
1688F: hw/char/
1689
f536f112
PB
1690Network devices
1691M: Jason Wang <jasowang@redhat.com>
1692S: Odd Fixes
1693F: hw/net/
6061b5c6 1694F: include/hw/net/
1e8a1fae 1695F: tests/qtest/virtio-net-test.c
9711cd0d 1696F: docs/virtio-net-failover.rst
e18a8b34 1697T: git https://github.com/jasowang/qemu.git net
f536f112 1698
e0c9d0c1
PMD
1699Parallel NOR Flash devices
1700M: Philippe Mathieu-Daudé <philmd@redhat.com>
1701T: git https://gitlab.com/philmd/qemu.git pflash-next
1702S: Maintained
1703F: hw/block/pflash_cfi*.c
1704F: include/hw/block/flash.h
1705
fd5d5c56 1706SCSI
de7724f7 1707M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1708R: Fam Zheng <fam@euphon.net>
de7724f7 1709S: Supported
74460f34 1710F: include/hw/scsi/*
8d8b636d 1711F: hw/scsi/*
1e8a1fae 1712F: tests/qtest/virtio-scsi-test.c
e18a8b34 1713T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1714
fcb5629d 1715SSI
c22e580c 1716M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1717S: Maintained
8d8b636d
PB
1718F: hw/ssi/*
1719F: hw/block/m25p80.c
982d009a 1720F: include/hw/ssi/ssi.h
4b46ba61 1721X: hw/ssi/xilinx_*
1e8a1fae 1722F: tests/qtest/m25p80-test.c
4b46ba61
AF
1723
1724Xilinx SPI
c22e580c 1725M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1726S: Maintained
1727F: hw/ssi/xilinx_*
fcb5629d 1728
076a0fc3
PMD
1729SD (Secure Card)
1730M: Philippe Mathieu-Daudé <f4bug@amsat.org>
ba412478 1731L: qemu-block@nongnu.org
076a0fc3
PMD
1732S: Odd Fixes
1733F: include/hw/sd/sd*
1734F: hw/sd/core.c
1735F: hw/sd/sd*
1232ed1f 1736F: hw/sd/ssi-sd.c
1e8a1fae 1737F: tests/qtest/sd*
076a0fc3 1738
fd5d5c56 1739USB
5d0d62fe
GH
1740M: Gerd Hoffmann <kraxel@redhat.com>
1741S: Maintained
8d8b636d 1742F: hw/usb/*
1e8a1fae 1743F: tests/qtest/usb-*-test.c
beded0ff
TH
1744F: docs/usb2.txt
1745F: docs/usb-storage.txt
1746F: include/hw/usb.h
1747F: include/hw/usb/
104ebc5f 1748F: default-configs/usb.mak
fd5d5c56 1749
e26082fd
PB
1750USB (serial adapter)
1751M: Gerd Hoffmann <kraxel@redhat.com>
1752M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1753S: Maintained
1754F: hw/usb/dev-serial.c
1755
92e1fb5e
AW
1756VFIO
1757M: Alex Williamson <alex.williamson@redhat.com>
1758S: Supported
cf7087db 1759F: hw/vfio/*
99b88c6d 1760F: include/hw/vfio/
92e1fb5e 1761
5eb74557 1762vfio-ccw
c1976ae7 1763M: Cornelia Huck <cohuck@redhat.com>
7913938a 1764M: Eric Farman <farman@linux.ibm.com>
5eb74557
DJS
1765S: Supported
1766F: hw/vfio/ccw.c
1767F: hw/s390x/s390-ccw.c
1768F: include/hw/s390x/s390-ccw.h
44445d86 1769F: include/hw/s390x/vfio-ccw.h
99eaf137 1770T: git https://gitlab.com/cohuck/qemu.git s390-next
146bd283 1771L: qemu-s390x@nongnu.org
5eb74557 1772
a51b3153
TK
1773vfio-ap
1774M: Christian Borntraeger <borntraeger@de.ibm.com>
1775M: Tony Krowiak <akrowiak@linux.ibm.com>
1776M: Halil Pasic <pasic@linux.ibm.com>
1777M: Pierre Morel <pmorel@linux.ibm.com>
1778S: Supported
1779F: hw/s390x/ap-device.c
1780F: hw/s390x/ap-bridge.c
1781F: include/hw/s390x/ap-device.h
1782F: include/hw/s390x/ap-bridge.h
2fe2942c 1783F: hw/vfio/ap.c
f58f084e 1784F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1785L: qemu-s390x@nongnu.org
1786
fd5d5c56
AL
1787vhost
1788M: Michael S. Tsirkin <mst@redhat.com>
1789S: Supported
8d8b636d 1790F: hw/*/*vhost*
482580a6 1791F: docs/interop/vhost-user.json
ed1be66b 1792F: docs/interop/vhost-user.rst
72c1e865 1793F: contrib/vhost-user-*/
f24bb728
MAL
1794F: backends/vhost-user.c
1795F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1796
1797virtio
a75143ed 1798M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1799S: Supported
8d8b636d 1800F: hw/*/virtio*
72fa605d
TH
1801F: hw/virtio/Makefile.objs
1802F: hw/virtio/trace-events
6a084ea3 1803F: net/vhost-user.c
494f7b57 1804F: include/hw/virtio/
fd5d5c56 1805
6d7b25ad
DH
1806virtio-balloon
1807M: Michael S. Tsirkin <mst@redhat.com>
1808M: David Hildenbrand <david@redhat.com>
1809S: Maintained
1810F: hw/virtio/virtio-balloon*.c
1811F: include/hw/virtio/virtio-balloon.h
c7f419f5 1812F: softmmu/balloon.c
6d7b25ad
DH
1813F: include/sysemu/balloon.h
1814
fd5d5c56 1815virtio-9p
8c1cd719 1816M: Greg Kurz <groug@kaod.org>
233982af 1817M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1818S: Odd Fixes
aebeca25 1819F: hw/9pfs/
b827891d 1820X: hw/9pfs/xen-9p*
aebeca25 1821F: fsdev/
78813586 1822F: docs/interop/virtfs-proxy-helper.rst
1e8a1fae 1823F: tests/qtest/virtio-9p-test.c
e18a8b34 1824T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1825
1826virtio-blk
54d01a00 1827M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1828L: qemu-block@nongnu.org
fd5d5c56 1829S: Supported
8d8b636d 1830F: hw/block/virtio-blk.c
b457a5f5 1831F: hw/block/dataplane/*
1e8a1fae 1832F: tests/qtest/virtio-blk-test.c
e18a8b34 1833T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1834
dd4ad64a 1835virtio-ccw
c1976ae7 1836M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1837M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1838S: Supported
901f5f16 1839F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1840F: hw/s390x/vhost-vsock-ccw.c
99eaf137 1841T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 1842T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1843L: qemu-s390x@nongnu.org
dd4ad64a 1844
bad7d2c3
DDAG
1845virtiofs
1846M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1847M: Stefan Hajnoczi <stefanha@redhat.com>
1848S: Supported
1849F: tools/virtiofsd/*
1850F: hw/virtio/vhost-user-fs*
1851F: include/hw/virtio/vhost-user-fs.h
6a7e2bbe 1852F: docs/interop/virtiofsd.rst
bad7d2c3 1853
a5d4d7b5
GH
1854virtio-input
1855M: Gerd Hoffmann <kraxel@redhat.com>
1856S: Maintained
9c4d05b7 1857F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1858F: hw/input/virtio-input*.c
1859F: include/hw/virtio/virtio-input.h
06914c97 1860F: contrib/vhost-user-input/*
a5d4d7b5 1861
c1dee918
EA
1862virtio-iommu
1863M: Eric Auger <eric.auger@redhat.com>
1864S: Maintained
1865F: hw/virtio/virtio-iommu*.c
1866F: include/hw/virtio/virtio-iommu.h
1867
fd5d5c56 1868virtio-serial
2501db70
LV
1869M: Laurent Vivier <lvivier@redhat.com>
1870R: Amit Shah <amit@kernel.org>
fd5d5c56 1871S: Supported
8d8b636d
PB
1872F: hw/char/virtio-serial-bus.c
1873F: hw/char/virtio-console.c
68a5e38a 1874F: include/hw/virtio/virtio-serial.h
1e8a1fae 1875F: tests/qtest/virtio-serial-test.c
fd5d5c56 1876
1f51a5cb 1877virtio-rng
2501db70
LV
1878M: Laurent Vivier <lvivier@redhat.com>
1879R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1880S: Supported
1881F: hw/virtio/virtio-rng.c
1882F: include/hw/virtio/virtio-rng.h
750cf869 1883F: include/sysemu/rng*.h
1f51a5cb 1884F: backends/rng*.c
1e8a1fae 1885F: tests/qtest/virtio-rng-test.c
1f51a5cb 1886
6034011c
GA
1887virtio-crypto
1888M: Gonglei <arei.gonglei@huawei.com>
1889S: Supported
1890F: hw/virtio/virtio-crypto.c
1891F: hw/virtio/virtio-crypto-pci.c
1892F: include/hw/virtio/virtio-crypto.h
1893
751c7bdd
DH
1894virtio-mem
1895M: David Hildenbrand <david@redhat.com>
1896S: Supported
1897W: https://virtio-mem.gitlab.io/
1898F: hw/virtio/virtio-mem.c
1899F: hw/virtio/virtio-mem-pci.h
1900F: hw/virtio/virtio-mem-pci.c
1901F: include/hw/virtio/virtio-mem.h
1902
f3c507ad 1903nvme
8261cc17 1904M: Keith Busch <kbusch@kernel.org>
e8cc43d5 1905M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 1906L: qemu-block@nongnu.org
f3c507ad
KB
1907S: Supported
1908F: hw/block/nvme*
dc0b4d94 1909F: include/block/nvme.h
1e8a1fae 1910F: tests/qtest/nvme-test.c
c1e18246 1911F: docs/specs/nvme.txt
e8cc43d5 1912T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 1913
d383c625 1914megasas
3fdfb8b6 1915M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1916L: qemu-block@nongnu.org
d383c625
HR
1917S: Supported
1918F: hw/scsi/megasas.c
1919F: hw/scsi/mfi.h
1e8a1fae 1920F: tests/qtest/megasas-test.c
d383c625 1921
605d52e6 1922Network packet abstractions
bf4835a4 1923M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1924S: Maintained
1925F: include/net/eth.h
1926F: net/eth.c
1927F: hw/net/net_rx_pkt*
1928F: hw/net/net_tx_pkt*
1929
622fb504 1930Vmware
bf4835a4 1931M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1932S: Maintained
1933F: hw/net/vmxnet*
1934F: hw/scsi/vmw_pvscsi*
1e8a1fae 1935F: tests/qtest/vmxnet3-test.c
622fb504 1936
de24d3f1 1937Rocker
de24d3f1
SF
1938M: Jiri Pirko <jiri@resnulli.us>
1939S: Maintained
1940F: hw/net/rocker/
92a3c6aa 1941F: qapi/rocker.json
de850948
TH
1942F: tests/rocker/
1943F: docs/specs/rocker.txt
de24d3f1 1944
70d1fb9c 1945NVDIMM
7a5bd53d 1946M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1947S: Maintained
1948F: hw/acpi/nvdimm.c
1949F: hw/mem/nvdimm.c
1950F: include/hw/mem/nvdimm.h
e2e254d3 1951F: docs/nvdimm.txt
70d1fb9c 1952
093454e2 1953e1000x
bf4835a4 1954M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1955S: Maintained
1956F: hw/net/e1000x*
1957
6f3fbe4e 1958e1000e
bf4835a4 1959M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1960S: Maintained
1961F: hw/net/e1000e*
1962
ebc2327f
SW
1963eepro100
1964M: Stefan Weil <sw@weilnetz.de>
1965S: Maintained
1966F: hw/net/eepro100.c
1967
34ea023d
SS
1968tulip
1969M: Sven Schnelle <svens@stackframe.org>
1970S: Maintained
1971F: hw/net/tulip.c
1972F: hw/net/tulip.h
1973
e481a1f6 1974Generic Loader
c22e580c 1975M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1976S: Maintained
1977F: hw/core/generic-loader.c
1978F: include/hw/core/generic-loader.h
c5e2ac7e 1979F: docs/generic-loader.txt
e481a1f6 1980
645d3cbe
SH
1981Intel Hexadecimal Object File Loader
1982M: Su Hang <suhang16@mails.ucas.ac.cn>
1983S: Maintained
1e8a1fae 1984F: tests/qtest/hexloader-test.c
4b2ff65a 1985F: tests/data/hex-loader/test.hex
645d3cbe 1986
87a9023a
TH
1987CHRP NVRAM
1988M: Thomas Huth <thuth@redhat.com>
1989S: Maintained
1990F: hw/nvram/chrp_nvram.c
1991F: include/hw/nvram/chrp_nvram.h
1e8a1fae 1992F: tests/qtest/prom-env-test.c
87a9023a 1993
42697d88
BW
1994VM Generation ID
1995M: Ben Warren <ben@skyportsystems.com>
1996S: Maintained
1997F: hw/acpi/vmgenid.c
1998F: include/hw/acpi/vmgenid.h
1999F: docs/specs/vmgenid.txt
1e8a1fae 2000F: tests/qtest/vmgenid-test.c
42697d88
BW
2001F: stubs/vmgenid.c
2002
c1b29826
PMD
2003LED
2004M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2005S: Maintained
2006F: include/hw/misc/led.h
2007F: hw/misc/led.c
2008
747969db
PMD
2009Unimplemented device
2010M: Peter Maydell <peter.maydell@linaro.org>
2011R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2012S: Maintained
2013F: include/hw/misc/unimp.h
2014F: hw/misc/unimp.c
2015
6007523a
PMD
2016Empty slot
2017M: Artyom Tarasenko <atar4qemu@gmail.com>
2018R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2019S: Maintained
2020F: include/hw/misc/empty_slot.h
2021F: hw/misc/empty_slot.c
2022
dbb2e472
GH
2023Standard VGA
2024M: Gerd Hoffmann <kraxel@redhat.com>
2025S: Maintained
2026F: hw/display/vga*
2027F: hw/display/bochs-display.c
2028F: include/hw/display/vga.h
2029F: include/hw/display/bochs-vbe.h
2030
58d632c7
GH
2031ramfb
2032M: Gerd Hoffmann <kraxel@redhat.com>
2033S: Maintained
2034F: hw/display/ramfb*.c
2035F: include/hw/display/ramfb.h
2036
dbb2e472
GH
2037virtio-gpu
2038M: Gerd Hoffmann <kraxel@redhat.com>
2039S: Maintained
2040F: hw/display/virtio-gpu*
c68082c4 2041F: hw/display/virtio-vga.*
dbb2e472
GH
2042F: include/hw/virtio/virtio-gpu.h
2043
b372d79b
RN
2044vhost-user-blk
2045M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2046S: Maintained
2047F: contrib/vhost-user-blk/
2048F: contrib/vhost-user-scsi/
2049F: hw/block/vhost-user-blk.c
2050F: hw/scsi/vhost-user-scsi.c
2051F: hw/virtio/vhost-user-blk-pci.c
2052F: hw/virtio/vhost-user-scsi-pci.c
2053F: include/hw/virtio/vhost-user-blk.h
2054F: include/hw/virtio/vhost-user-scsi.h
2055
bd2e44fe
MAL
2056vhost-user-gpu
2057M: Marc-André Lureau <marcandre.lureau@redhat.com>
2058M: Gerd Hoffmann <kraxel@redhat.com>
2059S: Maintained
2060F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2061F: contrib/vhost-user-gpu
2062F: hw/display/vhost-user-*
bd2e44fe 2063
dbb2e472
GH
2064Cirrus VGA
2065M: Gerd Hoffmann <kraxel@redhat.com>
2066S: Odd Fixes
2067W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2068F: hw/display/cirrus*
2069
72d277a7
GH
2070EDID Generator
2071M: Gerd Hoffmann <kraxel@redhat.com>
2072S: Maintained
2073F: hw/display/edid*
2074F: include/hw/display/edid.h
2075F: qemu-edid.c
2076
10386385
PMD
2077PIIX4 South Bridge (i82371AB)
2078M: Hervé Poussineau <hpoussin@reactos.org>
2079M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2080S: Maintained
2081F: hw/isa/piix4.c
fff123b8 2082F: include/hw/southbridge/piix.h
10386385 2083
15ffb43c 2084Firmware configuration (fw_cfg)
6f75e3f5 2085M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
2086R: Laszlo Ersek <lersek@redhat.com>
2087R: Gerd Hoffmann <kraxel@redhat.com>
2088S: Supported
2089F: docs/specs/fw_cfg.txt
8d0bceba 2090F: hw/nvram/fw_cfg*.c
b15c0f7d 2091F: stubs/fw_cfg.c
15ffb43c
PMD
2092F: include/hw/nvram/fw_cfg.h
2093F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2094F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2095F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2096T: git https://github.com/philmd/qemu.git fw_cfg-next
2097
2313abf0 2098XIVE
2313abf0 2099M: Cédric Le Goater <clg@kaod.org>
ba477e64
DG
2100R: David Gibson <david@gibson.dropbear.id.au>
2101R: Greg Kurz <groug@kaod.org>
2313abf0
TH
2102L: qemu-ppc@nongnu.org
2103S: Supported
2104F: hw/*/*xive*
2105F: include/hw/*/*xive*
24563a58 2106F: docs/*/*xive*
2313abf0 2107
7bd0d13f
PMD
2108Renesas peripherals
2109M: Yoshinori Sato <ysato@users.sourceforge.jp>
2110R: Magnus Damm <magnus.damm@gmail.com>
f166061c 2111S: Odd Fixes
645194c7 2112F: hw/char/renesas_sci.c
7bd0d13f 2113F: hw/char/sh_serial.c
c7f37baf 2114F: hw/timer/renesas_*.c
7bd0d13f 2115F: hw/timer/sh_timer.c
645194c7 2116F: include/hw/char/renesas_sci.h
7bd0d13f 2117F: include/hw/sh4/sh.h
c7f37baf 2118F: include/hw/timer/renesas_*.h
7bd0d13f 2119
e78597cc
YS
2120Renesas RX peripherals
2121M: Yoshinori Sato <ysato@users.sourceforge.jp>
f166061c 2122S: Odd Fixes
e78597cc 2123F: hw/intc/rx_icu.c
0c80f50f 2124F: hw/rx/
e78597cc 2125F: include/hw/intc/rx_icu.h
0c80f50f 2126F: include/hw/rx/
e78597cc 2127
de4d4adb
PP
2128CAN bus subsystem and hardware
2129M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2130M: Vikram Garhwal <fnu.vikram@xilinx.com>
2131S: Maintained
2132W: https://canbus.pages.fel.cvut.cz/
2133F: net/can/*
2134F: hw/net/can/*
2135F: include/net/can_*.h
2136
fd5d5c56
AL
2137Subsystems
2138----------
2139Audio
9f575846 2140M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
2141S: Maintained
2142F: audio/
8d8b636d 2143F: hw/audio/
a2b245ae 2144F: include/hw/audio/
92a3c6aa 2145F: qapi/audio.json
1e8a1fae
TH
2146F: tests/qtest/ac97-test.c
2147F: tests/qtest/es1370-test.c
2148F: tests/qtest/intel-hda-test.c
fd5d5c56 2149
17f1e8f5 2150Block layer core
fd5d5c56 2151M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2152M: Max Reitz <mreitz@redhat.com>
c95e4c0e 2153L: qemu-block@nongnu.org
fd5d5c56
AL
2154S: Supported
2155F: block*
2156F: block/
8d8b636d 2157F: hw/block/
4c346e0b 2158F: include/block/
46078760 2159F: qemu-img*
e13c59fa 2160F: docs/interop/qemu-img.rst
46078760 2161F: qemu-io*
29242091 2162F: tests/qemu-iotests/
8dd30c86 2163F: util/qemu-progress.c
0bcc8e5b 2164F: qobject/block-qdict.c
c468e368 2165F: tests/check-block-qdict.c
ebe2aad2 2166T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2167
c607c7fb
SH
2168Storage daemon
2169M: Kevin Wolf <kwolf@redhat.com>
2170L: qemu-block@nongnu.org
2171S: Supported
2172F: storage-daemon/
2173F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2174F: docs/tools/qemu-storage-daemon.rst
2175T: git https://repo.or.cz/qemu/kevin.git block
2176
d55053b1
SH
2177Block I/O path
2178M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2179M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2180L: qemu-block@nongnu.org
2181S: Supported
36c697bd
PB
2182F: util/async.c
2183F: util/aio-*.c
1f050a46
SH
2184F: util/aio-*.h
2185F: util/fdmon-*.c
d55053b1
SH
2186F: block/io.c
2187F: migration/block*
e1029ae2 2188F: include/block/aio.h
f5a53faa 2189F: include/block/aio-wait.h
0a4f9ad1 2190F: scripts/qemugdb/aio.py
ed7db34b 2191F: tests/test-fdmon-epoll.c
e18a8b34 2192T: git https://github.com/stefanha/qemu.git block
d55053b1 2193
e5b5728c
PB
2194Block SCSI subsystem
2195M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2196R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2197L: qemu-block@nongnu.org
2198S: Supported
2199F: include/scsi/*
2200F: scsi/*
2201
280458a3 2202Block Jobs
03283d64 2203M: John Snow <jsnow@redhat.com>
280458a3
JC
2204L: qemu-block@nongnu.org
2205S: Supported
2206F: blockjob.c
2207F: include/block/blockjob.h
33e9e9bd 2208F: job.c
1a90bc81 2209F: job-qmp.c
c468e368 2210F: include/qemu/job.h
280458a3
JC
2211F: block/backup.c
2212F: block/commit.c
77346025 2213F: block/stream.c
280458a3 2214F: block/mirror.c
bf42508f 2215F: qapi/job.json
77582e2c 2216T: git https://gitlab.com/jsnow/qemu.git jobs
280458a3 2217
4120201d
MA
2218Block QAPI, monitor, command line
2219M: Markus Armbruster <armbru@redhat.com>
2220S: Supported
2221F: blockdev.c
a2dde2f2 2222F: blockdev-hmp-cmds.c
4120201d
MA
2223F: block/qapi.c
2224F: qapi/block*.json
fa988e39 2225F: qapi/transaction.json
ebe2aad2 2226T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2227
538193bc 2228Dirty Bitmaps
edb05904
EB
2229M: Eric Blake <eblake@redhat.com>
2230M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2231R: John Snow <jsnow@redhat.com>
538193bc
JS
2232L: qemu-block@nongnu.org
2233S: Supported
538193bc
JS
2234F: include/qemu/hbitmap.h
2235F: include/block/dirty-bitmap.h
bb4e58c6 2236F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2237F: block/dirty-bitmap.c
2238F: block/qcow2-bitmap.c
052db8e7 2239F: migration/block-dirty-bitmap.c
00637c6b 2240F: util/hbitmap.c
538193bc 2241F: tests/test-hbitmap.c
5746c1cd 2242F: docs/interop/bitmaps.rst
edb05904 2243T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2244
61af0ee6 2245Character device backends
55fc84a7 2246M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2247R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2248S: Maintained
178fe0ae 2249F: chardev/
8228e353 2250F: include/chardev/
dbeee392 2251F: qapi/char.json
fd5d5c56 2252
e26082fd
PB
2253Character Devices (Braille)
2254M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2255S: Maintained
6b10e573 2256F: chardev/baum.c
fd5d5c56 2257
e94630d3
MA
2258Command line option argument parsing
2259M: Markus Armbruster <armbru@redhat.com>
2260S: Supported
2261F: include/qemu/option.h
2262F: tests/test-keyval.c
2263F: tests/test-qemu-opts.c
2264F: util/keyval.c
2265F: util/qemu-option.c
2266
8c413e79
MA
2267Coverity model
2268M: Markus Armbruster <armbru@redhat.com>
2269S: Supported
2270F: scripts/coverity-model.c
2271
9c263d07
PM
2272Coverity Scan integration
2273M: Peter Maydell <peter.maydell@linaro.org>
2274S: Maintained
2275F: scripts/coverity-scan/
2276
d24b569a 2277Device Tree
c3c962c1
AF
2278M: Alistair Francis <alistair.francis@wdc.com>
2279R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2280S: Maintained
800d4ded 2281F: softmmu/device_tree.c
82407515 2282F: include/sysemu/device_tree.h
d24b569a 2283
3505a22b
MAL
2284Dump
2285S: Supported
2286M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2287F: dump/
3505a22b
MAL
2288F: hw/misc/vmcoreinfo.c
2289F: include/hw/misc/vmcoreinfo.h
6d3da32c 2290F: include/qemu/win_dump_defs
3505a22b
MAL
2291F: include/sysemu/dump-arch.h
2292F: include/sysemu/dump.h
d06b747b 2293F: qapi/dump.json
3505a22b
MAL
2294F: scripts/dump-guest-memory.py
2295F: stubs/dump.c
2296
4f966768
MA
2297Error reporting
2298M: Markus Armbruster <armbru@redhat.com>
2299S: Supported
2300F: include/qapi/error.h
2301F: include/qemu/error-report.h
abb3d37d 2302F: qapi/error.json
4f966768
MA
2303F: util/error.c
2304F: util/qemu-error.c
d1d3a997
VSO
2305F: scripts/coccinelle/err-bad-newline.cocci
2306F: scripts/coccinelle/error-use-after-free.cocci
2307F: scripts/coccinelle/error_propagate_null.cocci
2308F: scripts/coccinelle/remove_local_err.cocci
2309F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2310F: scripts/coccinelle/errp-guard.cocci
4f966768 2311
fd5d5c56 2312GDB stub
c7b3e866
AB
2313M: Alex Bennée <alex.bennee@linaro.org>
2314R: Philippe Mathieu-Daudé <philmd@redhat.com>
2315S: Maintained
fd5d5c56
AL
2316F: gdbstub*
2317F: gdb-xml/
2318
01a9c03c
PB
2319Memory API
2320M: Paolo Bonzini <pbonzini@redhat.com>
2321S: Supported
2322F: include/exec/ioport.h
14776ab5 2323F: include/exec/memop.h
01a9c03c 2324F: include/exec/memory.h
2b1641d0 2325F: include/exec/ram_addr.h
41aa4e9f 2326F: include/exec/ramblock.h
800d4ded 2327F: softmmu/dma-helpers.c
c7f419f5
CF
2328F: softmmu/ioport.c
2329F: softmmu/memory.c
d9f24bf5 2330F: softmmu/physmem.c
01a9c03c 2331F: include/exec/memory-internal.h
044e2af9 2332F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2333
7ee3bf03
GH
2334SPICE
2335M: Gerd Hoffmann <kraxel@redhat.com>
2336S: Supported
6e481d57 2337F: include/ui/qemu-spice.h
438528a3 2338F: include/ui/spice-display.h
7ee3bf03
GH
2339F: ui/spice-*.c
2340F: audio/spiceaudio.c
8d8b636d 2341F: hw/display/qxl*
608cfed6 2342F: qapi/ui.json
9bd4cb35 2343F: docs/spice-port-fqdn.txt
7ee3bf03 2344
fd5d5c56 2345Graphics
25eccc37
GH
2346M: Gerd Hoffmann <kraxel@redhat.com>
2347S: Odd Fixes
fd5d5c56 2348F: ui/
e220656c 2349F: include/ui/
608cfed6 2350F: qapi/ui.json
b1d38037 2351F: util/drm.c
fd5d5c56 2352
351f1bf6 2353Cocoa graphics
30ef3c74 2354M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2355S: Odd Fixes
2356F: ui/cocoa.m
2357
fd5d5c56 2358Main loop
da26f37a
PB
2359M: Paolo Bonzini <pbonzini@redhat.com>
2360S: Maintained
54d31236
MA
2361F: include/qemu/main-loop.h
2362F: include/sysemu/runstate.h
e6dba048 2363F: include/sysemu/runstate-action.h
3ecb29a3
PB
2364F: util/main-loop.c
2365F: util/qemu-timer.c
bac068e0 2366F: softmmu/vl.c
7b733862 2367F: softmmu/main.c
c7f419f5 2368F: softmmu/cpus.c
b0c3cf94 2369F: softmmu/cpu-throttle.c
740b1759
CF
2370F: softmmu/cpu-timers.c
2371F: softmmu/icount.c
e6dba048 2372F: softmmu/runstate-action.c
0e201d34 2373F: qapi/run-state.json
fd5d5c56 2374
1b7e01d0
SH
2375Read, Copy, Update (RCU)
2376M: Paolo Bonzini <pbonzini@redhat.com>
2377S: Maintained
2378F: include/qemu/rcu*.h
2379F: tests/rcutorture.c
2380F: tests/test-rcu-*.c
2381F: util/rcu.c
2382
8899b4ae 2383Human Monitor (HMP)
c833fb4a 2384M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2385S: Maintained
5bce308a 2386F: monitor/monitor-internal.h
e84328fa 2387F: monitor/misc.c
1d95db74 2388F: monitor/monitor.c
f1b3ccfa
KW
2389F: monitor/hmp*
2390F: hmp.h
c13e9912
TH
2391F: hmp-commands*.hx
2392F: include/monitor/hmp-target.h
1e8a1fae 2393F: tests/qtest/test-hmp.c
637de4db
MA
2394F: include/qemu/qemu-print.h
2395F: util/qemu-print.c
fd5d5c56 2396
f536f112 2397Network device backends
442469e6 2398M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2399S: Maintained
2400F: net/
d24b2b1c 2401F: include/net/
e9bbc8bd 2402F: qemu-bridge-helper.c
e18a8b34 2403T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2404F: qapi/net.json
fd5d5c56 2405
aee09baf
VM
2406Netmap network backend
2407M: Luigi Rizzo <rizzo@iet.unipi.it>
2408M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2409M: Vincenzo Maffione <v.maffione@gmail.com>
2410W: http://info.iet.unipi.it/~luigi/netmap/
2411S: Maintained
2412F: net/netmap.c
2413
4fc264f4
EH
2414Host Memory Backends
2415M: Eduardo Habkost <ehabkost@redhat.com>
2416M: Igor Mammedov <imammedo@redhat.com>
2417S: Maintained
2418F: backends/hostmem*.c
2419F: include/sysemu/hostmem.h
f953c100 2420T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2421
6034011c
GA
2422Cryptodev Backends
2423M: Gonglei <arei.gonglei@huawei.com>
2424S: Maintained
2425F: include/sysemu/cryptodev*.h
2426F: backends/cryptodev*.c
2427
b8eaee96
JS
2428Python library
2429M: John Snow <jsnow@redhat.com>
2430M: Cleber Rosa <crosa@redhat.com>
2431R: Eduardo Habkost <ehabkost@redhat.com>
2432S: Maintained
2433F: python/
2434T: git https://gitlab.com/jsnow/qemu.git python
2435
ad904f66
EH
2436Python scripts
2437M: Eduardo Habkost <ehabkost@redhat.com>
2438M: Cleber Rosa <crosa@redhat.com>
2439S: Odd fixes
ad904f66
EH
2440F: scripts/*.py
2441F: tests/*.py
2442
f4abfc6c
VSO
2443Benchmark util
2444M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2445S: Maintained
2446F: scripts/simplebench/
2447
8899b4ae 2448QAPI
9740618c 2449M: Markus Armbruster <armbru@redhat.com>
2f5f9bc8 2450M: Michael Roth <michael.roth@amd.com>
9740618c 2451S: Supported
8899b4ae 2452F: qapi/
0311c5bd 2453X: qapi/*.json
ac4abb9a
MA
2454F: include/qapi/
2455X: include/qapi/qmp/
2456F: include/qapi/qmp/dispatch.h
c0bd0b50 2457F: tests/qapi-schema/
ac4abb9a 2458F: tests/test-*-visitor.c
e94630d3 2459F: tests/test-qapi-*.c
ac4abb9a 2460F: tests/test-qmp-*.c
e94630d3 2461F: tests/test-visitor-serialization.c
be25fcc4
MA
2462F: scripts/qapi-gen.py
2463F: scripts/qapi/*
4078ee54 2464F: docs/sphinx/qapidoc.py
c39cdbf6 2465F: docs/devel/qapi*
ebe2aad2 2466T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2467
7810d291
LC
2468QAPI Schema
2469M: Eric Blake <eblake@redhat.com>
7810d291
LC
2470M: Markus Armbruster <armbru@redhat.com>
2471S: Supported
0311c5bd 2472F: qapi/*.json
ebe2aad2 2473T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2474
f3582ba4 2475QObject
daf5dc78
MA
2476M: Markus Armbruster <armbru@redhat.com>
2477S: Supported
f3582ba4 2478F: qobject/
7735d2b5
MA
2479F: include/qapi/qmp/
2480X: include/qapi/qmp/dispatch.h
a2f3453e 2481F: scripts/coccinelle/qobject.cocci
7735d2b5 2482F: tests/check-qdict.c
7735d2b5
MA
2483F: tests/check-qjson.c
2484F: tests/check-qlist.c
cd81e02b
PMD
2485F: tests/check-qlit.c
2486F: tests/check-qnull.c
2487F: tests/check-qnum.c
2488F: tests/check-qobject.c
7735d2b5 2489F: tests/check-qstring.c
fe07b62c 2490F: tests/data/qobject/qdict.txt
ebe2aad2 2491T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2492
f05d9999 2493QEMU Guest Agent
2f5f9bc8 2494M: Michael Roth <michael.roth@amd.com>
f05d9999
MR
2495S: Maintained
2496F: qga/
27a296fc 2497F: docs/interop/qemu-ga.rst
db16115f 2498F: docs/interop/qemu-ga-ref.rst
ab7f9f7d
PMD
2499F: scripts/qemu-guest-agent/
2500F: tests/test-qga.c
e18a8b34 2501T: git https://github.com/mdroth/qemu.git qga
f05d9999 2502
4688c94c 2503QOM
1085d86e
PB
2504M: Paolo Bonzini <pbonzini@redhat.com>
2505R: Daniel P. Berrange <berrange@redhat.com>
2506R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2507S: Supported
8f920054
MA
2508F: docs/qdev-device-use.txt
2509F: hw/core/qdev*
b77b5b3d
MA
2510F: hw/core/bus.c
2511F: hw/core/sysbus.c
8f920054
MA
2512F: include/hw/qdev*
2513F: include/monitor/qdev.h
4688c94c 2514F: include/qom/
c577ff62
MA
2515F: qapi/qom.json
2516F: qapi/qdev.json
22fb6eb5 2517F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2518F: softmmu/qdev-monitor.c
4688c94c 2519F: qom/
9f4aa7ce
AF
2520F: tests/check-qom-interface.c
2521F: tests/check-qom-proplist.c
8f920054 2522F: tests/test-qdev-global-props.c
4688c94c 2523
94dfc0f3
EH
2524QOM boilerplate conversion script
2525M: Eduardo Habkost <ehabkost@redhat.com>
2526S: Maintained
2527F: scripts/codeconverter/
2528
8899b4ae 2529QMP
9740618c
LC
2530M: Markus Armbruster <armbru@redhat.com>
2531S: Supported
5bce308a 2532F: monitor/monitor-internal.h
f1b3ccfa 2533F: monitor/qmp*
e84328fa 2534F: monitor/misc.c
1d95db74 2535F: monitor/monitor.c
92a3c6aa 2536F: qapi/control.json
abb3d37d 2537F: qapi/error.json
92a3c6aa 2538F: qapi/introspect.json
c39cdbf6 2539F: docs/devel/*qmp-*
12b2f0d9 2540F: docs/interop/*qmp-*
9740618c 2541F: scripts/qmp/
1e8a1fae
TH
2542F: tests/qtest/qmp-test.c
2543F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2544T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2545
98a43bf0 2546qtest
98a43bf0
PB
2547M: Thomas Huth <thuth@redhat.com>
2548M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2549R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2550S: Maintained
c7f419f5 2551F: softmmu/qtest.c
1583a389 2552F: accel/qtest/
1e8a1fae 2553F: tests/qtest/
520ddc18 2554X: tests/qtest/bios-tables-test*
98a43bf0 2555
5f6fd09a
AB
2556Device Fuzzing
2557M: Alexander Bulekov <alxndr@bu.edu>
2558R: Paolo Bonzini <pbonzini@redhat.com>
2559R: Bandan Das <bsd@redhat.com>
2560R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2561R: Thomas Huth <thuth@redhat.com>
5f6fd09a
AB
2562S: Maintained
2563F: tests/qtest/fuzz/
211635b3 2564F: scripts/oss-fuzz/
f3a0208f 2565F: docs/devel/fuzzing.rst
5f6fd09a 2566
cc0100f4 2567Register API
c22e580c 2568M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2569S: Maintained
2570F: hw/core/register.c
2571F: include/hw/register.h
06a7b243 2572F: include/hw/registerfields.h
cc0100f4 2573
fd5d5c56 2574SLIRP
eda509fa 2575M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2576S: Maintained
fd5d5c56 2577F: slirp/
663fb1e1 2578F: net/slirp.c
d24b2b1c 2579F: include/net/slirp.h
02cffe24 2580T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2581
6d0af39f
EI
2582Streams
2583M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2584S: Maintained
2585F: hw/core/stream.c
2586F: include/hw/stream.h
2587
b1ed728a
PB
2588Stubs
2589M: Paolo Bonzini <pbonzini@redhat.com>
2590S: Maintained
2591F: stubs/
2592
598a3f35 2593Tracing
1cd0f8ce 2594M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2595S: Maintained
2596F: trace/
0e076292 2597F: trace-events
3a8273b1 2598F: docs/qemu-option-trace.rst.inc
92a3c6aa 2599F: qapi/trace.json
f70fd8fd
LV
2600F: scripts/tracetool.py
2601F: scripts/tracetool/
62dd1048 2602F: scripts/qemu-trace-stap*
605ffebb 2603F: docs/interop/qemu-trace-stap.rst
c39cdbf6 2604F: docs/devel/tracing.txt
e18a8b34 2605T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2606
3859b6cf 2607TPM
1f63669e 2608M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2609S: Maintained
3859b6cf 2610F: tpm.c
c39f95dc 2611F: stubs/tpm.c
3859b6cf
MA
2612F: hw/tpm/*
2613F: include/hw/acpi/tpm.h
2614F: include/sysemu/tpm*
2615F: qapi/tpm.json
8ae92e24 2616F: backends/tpm/
1e8a1fae 2617F: tests/qtest/*tpm*
e18a8b34 2618T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2619
14f40fdc 2620Checkpatch
14f40fdc
BS
2621S: Odd Fixes
2622F: scripts/checkpatch.pl
2623
c0787c8d
JQ
2624Migration
2625M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2626M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2627S: Maintained
107b5969
MAL
2628F: hw/core/vmstate-if.c
2629F: include/hw/vmstate-if.h
c0787c8d 2630F: include/migration/
44a1f946 2631F: migration/
c5515640
AS
2632F: scripts/vmstate-static-checker.py
2633F: tests/vmstate-static-checker-data/
1e8a1fae 2634F: tests/qtest/migration-test.c
c468e368 2635F: docs/devel/migration.rst
48685a8e 2636F: qapi/migration.json
c0787c8d 2637
a566907f
MAL
2638D-Bus
2639M: Marc-André Lureau <marcandre.lureau@redhat.com>
2640S: Maintained
5010cec2 2641F: backends/dbus-vmstate.c
586ca6ba 2642F: tests/dbus-vmstate*
a5021d69
MAL
2643F: util/dbus.c
2644F: include/qemu/dbus.h
a566907f 2645F: docs/interop/dbus.rst
5010cec2 2646F: docs/interop/dbus-vmstate.rst
a566907f 2647
92bfedb0 2648Seccomp
064983cb 2649M: Eduardo Otubo <otubo@redhat.com>
92bfedb0 2650S: Supported
800d4ded 2651F: softmmu/qemu-seccomp.c
92bfedb0
EO
2652F: include/sysemu/seccomp.h
2653
ddbb0d09
DB
2654Cryptography
2655M: Daniel P. Berrange <berrange@redhat.com>
2656S: Maintained
2657F: crypto/
2658F: include/crypto/
92a3c6aa 2659F: qapi/crypto.json
ddbb0d09 2660F: tests/test-crypto-*
3947ecfc 2661F: tests/benchmark-crypto-*
4d21171b
PMD
2662F: tests/crypto-tls-*
2663F: tests/pkix_asn1_tab.c
899833cd 2664F: qemu.sasl
ddbb0d09 2665
10817bf0
DB
2666Coroutines
2667M: Stefan Hajnoczi <stefanha@redhat.com>
2668M: Kevin Wolf <kwolf@redhat.com>
00a25291 2669S: Maintained
10817bf0
DB
2670F: util/*coroutine*
2671F: include/qemu/coroutine*
2672F: tests/test-coroutine.c
2673
88c5f205
DB
2674Buffers
2675M: Daniel P. Berrange <berrange@redhat.com>
2676S: Odd fixes
2677F: util/buffer.c
2678F: include/qemu/buffer.h
2679
666a3af9
DB
2680I/O Channels
2681M: Daniel P. Berrange <berrange@redhat.com>
2682S: Maintained
2683F: io/
2684F: include/io/
2685F: tests/test-io-*
2686
5b76dd13
DB
2687User authorization
2688M: Daniel P. Berrange <berrange@redhat.com>
2689S: Maintained
2690F: authz/
c8c99887 2691F: qapi/authz.json
5b76dd13
DB
2692F: include/authz/
2693F: tests/test-authz-*
2694
5614a283
GH
2695Sockets
2696M: Daniel P. Berrange <berrange@redhat.com>
2697M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2698S: Maintained
2699F: include/qemu/sockets.h
2700F: util/qemu-sockets.c
a2ff5a48 2701F: qapi/sockets.json
5614a283 2702
90e33dfe
DB
2703File monitor
2704M: Daniel P. Berrange <berrange@redhat.com>
2705S: Odd fixes
2706F: util/filemonitor*.c
2707F: include/qemu/filemonitor.h
2708F: tests/test-util-filemonitor.c
2709
d310d85b
AG
2710Throttling infrastructure
2711M: Alberto Garcia <berto@igalia.com>
2712S: Supported
2713F: block/throttle-groups.c
2714F: include/block/throttle-groups.h
89603938 2715F: include/qemu/throttle*.h
d310d85b 2716F: util/throttle.c
89603938
PMD
2717F: docs/throttle.txt
2718F: tests/test-throttle.c
d310d85b
AG
2719L: qemu-block@nongnu.org
2720
080d7aac 2721UUID
fe5ca46d 2722M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2723S: Supported
2724F: util/uuid.c
2725F: include/qemu/uuid.h
2726F: tests/test-uuid.c
2727
a4cc318e
HZ
2728COLO Framework
2729M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2730S: Maintained
2731F: migration/colo*
2732F: include/migration/colo.h
2733F: include/migration/failover.h
2734F: docs/COLO-FT.txt
2735
88f82ed1 2736COLO Proxy
c6bf50ff 2737M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2738M: Li Zhijian <lizhijian@cn.fujitsu.com>
2739S: Supported
2740F: docs/colo-proxy.txt
2741F: net/colo*
2742F: net/filter-rewriter.c
2743F: net/filter-mirror.c
2744
62258201
PD
2745Record/replay
2746M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2747R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2748W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2749S: Supported
2750F: replay/*
2751F: block/blkreplay.c
2752F: net/filter-replay.c
2753F: include/sysemu/replay.h
2754F: docs/replay.txt
2755F: stubs/replay.c
c7ebab0f 2756F: tests/acceptance/replay_kernel.py
be52eca3 2757F: tests/acceptance/reverse_debugging.py
43d7e1d7 2758F: qapi/replay.json
62258201 2759
eecf5eed
PX
2760IOVA Tree
2761M: Peter Xu <peterx@redhat.com>
2762S: Maintained
2763F: include/qemu/iova-tree.h
2764F: util/iova-tree.c
2765
5ee547bb
VP
2766elf2dmp
2767M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2768S: Maintained
2769F: contrib/elf2dmp/
2770
93198b6c
CM
2771I2C and SMBus
2772M: Corey Minyard <cminyard@mvista.com>
2773S: Maintained
2774F: hw/i2c/core.c
2775F: hw/i2c/smbus_slave.c
2776F: hw/i2c/smbus_master.c
2777F: hw/i2c/smbus_eeprom.c
2778F: include/hw/i2c/i2c.h
2779F: include/hw/i2c/smbus_master.h
2780F: include/hw/i2c/smbus_slave.h
2781F: include/hw/i2c/smbus_eeprom.h
2782
d0d89526
PMD
2783Firmware schema specifications
2784M: Laszlo Ersek <lersek@redhat.com>
2785M: Philippe Mathieu-Daudé <philmd@redhat.com>
2786R: Daniel P. Berrange <berrange@redhat.com>
2787R: Kashyap Chamarthy <kchamart@redhat.com>
2788S: Maintained
2789F: docs/interop/firmware.json
2790
6739df3f
LE
2791EDK2 Firmware
2792M: Laszlo Ersek <lersek@redhat.com>
2793M: Philippe Mathieu-Daudé <philmd@redhat.com>
2794S: Supported
2795F: pc-bios/descriptors/??-edk2-*.json
2796F: pc-bios/edk2-*
2797F: roms/Makefile.edk2
2798F: roms/edk2
2799F: roms/edk2-*
2800F: tests/data/uefi-boot-images/
2801F: tests/uefi-test-tools/
922febe2 2802F: .gitlab-ci.d/edk2.yml
71920809 2803F: .gitlab-ci.d/edk2/
6739df3f 2804
8bc43f39
PX
2805VT-d Emulation
2806M: Michael S. Tsirkin <mst@redhat.com>
2807M: Peter Xu <peterx@redhat.com>
2808R: Jason Wang <jasowang@redhat.com>
2809S: Supported
2810F: hw/i386/intel_iommu.c
2811F: hw/i386/intel_iommu_internal.h
2812F: include/hw/i386/intel_iommu.h
2813
e92fb016
BM
2814OpenSBI Firmware
2815M: Bin Meng <bmeng.cn@gmail.com>
2816S: Supported
2817F: pc-bios/opensbi-*
2818F: .gitlab-ci.d/opensbi.yml
2819F: .gitlab-ci.d/opensbi/
2820
fd5d5c56
AL
2821Usermode Emulation
2822------------------
6347e1f1 2823Overall usermode emulation
486bbe5f
PB
2824M: Riku Voipio <riku.voipio@iki.fi>
2825S: Maintained
2826F: thunk.c
58410666 2827F: accel/tcg/user-exec*.c
486bbe5f 2828
fd5d5c56 2829BSD user
297e8005 2830S: Orphan
fd5d5c56 2831F: bsd-user/
ccf0a57b 2832F: default-configs/*-bsd-user.mak
fd5d5c56 2833
fd5d5c56 2834Linux user
8f902c54 2835M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2836S: Maintained
2837F: linux-user/
ccf0a57b 2838F: default-configs/*-linux-user.mak
e5dd9875 2839F: scripts/qemu-binfmt-conf.sh
e3a6c825 2840F: scripts/update-syscalltbl.sh
57333330 2841F: scripts/update-mips-syscall-args.sh
382ae67a 2842F: scripts/gensyscalls.sh
42f5a7e9
AJ
2843
2844Tiny Code Generator (TCG)
2845-------------------------
6347e1f1 2846Common TCG code
336f744e 2847M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
2848S: Maintained
2849F: tcg/
d3582cfd 2850F: include/tcg/
42f5a7e9 2851
22b5867b
AB
2852TCG Plugins
2853M: Alex Bennée <alex.bennee@linaro.org>
2854S: Maintained
8ea6abf0 2855F: docs/devel/tcg-plugins.rst
22b5867b 2856F: plugins/
c17a386b
AB
2857F: tests/plugin/
2858F: contrib/plugins/
22b5867b 2859
6347e1f1 2860AArch64 TCG target
3e5a01ef 2861M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2862S: Maintained
b4f2bd1c 2863L: qemu-arm@nongnu.org
b25a464c 2864F: tcg/aarch64/
c17652ee
PB
2865F: disas/arm-a64.cc
2866F: disas/libvixl/
b25a464c 2867
6347e1f1 2868ARM TCG target
42f5a7e9
AJ
2869M: Andrzej Zaborowski <balrogg@gmail.com>
2870S: Maintained
b4f2bd1c 2871L: qemu-arm@nongnu.org
42f5a7e9 2872F: tcg/arm/
c17652ee 2873F: disas/arm.c
42f5a7e9 2874
6347e1f1 2875i386 TCG target
336f744e 2876M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
2877S: Maintained
2878F: tcg/i386/
c17652ee 2879F: disas/i386.c
42f5a7e9 2880
6347e1f1 2881MIPS TCG target
cf960317 2882M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 2883R: Aurelien Jarno <aurelien@aurel32.net>
dab1e1e1 2884R: Huacai Chen <chenhuacai@kernel.org>
15d983de 2885R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 2886R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 2887S: Odd Fixes
42f5a7e9
AJ
2888F: tcg/mips/
2889
6347e1f1 2890PPC TCG target
336f744e 2891M: Richard Henderson <richard.henderson@linaro.org>
15610d42 2892S: Odd Fixes
42f5a7e9 2893F: tcg/ppc/
c17652ee 2894F: disas/ppc.c
42f5a7e9 2895
6347e1f1 2896RISC-V TCG target
c1677bcc 2897M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
2898M: Alistair Francis <Alistair.Francis@wdc.com>
2899L: qemu-riscv@nongnu.org
2900S: Maintained
2901F: tcg/riscv/
2902F: disas/riscv.c
2903
6347e1f1 2904S390 TCG target
336f744e 2905M: Richard Henderson <richard.henderson@linaro.org>
42f5a7e9
AJ
2906S: Maintained
2907F: tcg/s390/
c17652ee 2908F: disas/s390.c
146bd283 2909L: qemu-s390x@nongnu.org
42f5a7e9 2910
6347e1f1 2911SPARC TCG target
297e8005 2912S: Odd Fixes
42f5a7e9 2913F: tcg/sparc/
c17652ee 2914F: disas/sparc.c
bc75c9e5 2915
6347e1f1 2916TCI TCG target
bc75c9e5
SW
2917M: Stefan Weil <sw@weilnetz.de>
2918S: Maintained
8ef9cd55 2919F: tcg/tci/
752a2ae2 2920F: tcg/tci.c
c17652ee 2921F: disas/tci.c
aa09c951 2922
f05b328c
SH
2923Block drivers
2924-------------
2925VMDK
fe5ca46d 2926M: Fam Zheng <fam@euphon.net>
c95e4c0e 2927L: qemu-block@nongnu.org
f05b328c
SH
2928S: Supported
2929F: block/vmdk.c
2930
2931RBD
2bbd9986 2932M: Jason Dillaman <dillaman@redhat.com>
280458a3 2933L: qemu-block@nongnu.org
f05b328c
SH
2934S: Supported
2935F: block/rbd.c
2936
2937Sheepdog
f05b328c 2938M: Liu Yuan <namei.unix@gmail.com>
280458a3 2939L: qemu-block@nongnu.org
5f5246b6 2940S: Odd Fixes
f05b328c
SH
2941F: block/sheepdog.c
2942
2943VHDX
5f5246b6 2944M: Jeff Cody <codyprime@gmail.com>
280458a3 2945L: qemu-block@nongnu.org
f05b328c
SH
2946S: Supported
2947F: block/vhdx*
2948
2949VDI
2950M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2951L: qemu-block@nongnu.org
f05b328c
SH
2952S: Maintained
2953F: block/vdi.c
2954
2955iSCSI
2956M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2957M: Paolo Bonzini <pbonzini@redhat.com>
2958M: Peter Lieven <pl@kamp.de>
c95e4c0e 2959L: qemu-block@nongnu.org
2185fd67 2960S: Odd Fixes
f05b328c 2961F: block/iscsi.c
2deb63c2 2962F: block/iscsi-opts.c
f05b328c 2963
99c62e70
EB
2964Network Block Device (NBD)
2965M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2966L: qemu-block@nongnu.org
2967S: Maintained
2968F: block/nbd*
2969F: nbd/
2970F: include/block/nbd*
2971F: qemu-nbd.*
2972F: blockdev-nbd.c
3229a835 2973F: docs/interop/nbd.txt
87c0868f 2974F: docs/interop/qemu-nbd.rst
ebe2aad2 2975T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2976
6542aa9c
PL
2977NFS
2978M: Peter Lieven <pl@kamp.de>
280458a3 2979L: qemu-block@nongnu.org
6542aa9c
PL
2980S: Maintained
2981F: block/nfs.c
2982
f05b328c
SH
2983SSH
2984M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2985L: qemu-block@nongnu.org
f05b328c
SH
2986S: Supported
2987F: block/ssh.c
c9a12e75 2988
280458a3 2989CURL
280458a3 2990L: qemu-block@nongnu.org
5c6090fa 2991S: Odd Fixes
280458a3 2992F: block/curl.c
280458a3
JC
2993
2994GLUSTER
280458a3 2995L: qemu-block@nongnu.org
5c6090fa
TH
2996L: integration@gluster.org
2997S: Odd Fixes
280458a3 2998F: block/gluster.c
b5e9476c 2999
199667a8 3000Null Block Driver
fe5ca46d 3001M: Fam Zheng <fam@euphon.net>
199667a8
FZ
3002L: qemu-block@nongnu.org
3003S: Supported
3004F: block/null.c
3005
bdd6a90a 3006NVMe Block Driver
1a949789
SH
3007M: Stefan Hajnoczi <stefanha@redhat.com>
3008R: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
3009L: qemu-block@nongnu.org
3010S: Supported
3011F: block/nvme*
dc0b4d94 3012F: include/block/nvme.h
1a949789 3013T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3014
b5e9476c
GA
3015Bootdevice
3016M: Gonglei <arei.gonglei@huawei.com>
3017S: Maintained
800d4ded 3018F: softmmu/bootdevice.c
ecdda9e0
AG
3019
3020Quorum
3021M: Alberto Garcia <berto@igalia.com>
3022S: Supported
3023F: block/quorum.c
3024L: qemu-block@nongnu.org
e7c6e631 3025
bfcc224e
AV
3026blklogwrites
3027M: Ari Sundholm <ari@tuxera.com>
3028L: qemu-block@nongnu.org
3029S: Supported
3030F: block/blklogwrites.c
3031
e7c6e631
SH
3032blkverify
3033M: Stefan Hajnoczi <stefanha@redhat.com>
3034L: qemu-block@nongnu.org
3035S: Supported
3036F: block/blkverify.c
3037
3038bochs
3039M: Stefan Hajnoczi <stefanha@redhat.com>
3040L: qemu-block@nongnu.org
3041S: Supported
3042F: block/bochs.c
3043
3044cloop
3045M: Stefan Hajnoczi <stefanha@redhat.com>
3046L: qemu-block@nongnu.org
3047S: Supported
3048F: block/cloop.c
3049
3050dmg
3051M: Stefan Hajnoczi <stefanha@redhat.com>
3052L: qemu-block@nongnu.org
3053S: Supported
3054F: block/dmg.c
3055
3056parallels
3057M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3058M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3059L: qemu-block@nongnu.org
3060S: Supported
3061F: block/parallels.c
5746c1cd 3062F: docs/interop/parallels.txt
e7c6e631
SH
3063
3064qed
3065M: Stefan Hajnoczi <stefanha@redhat.com>
3066L: qemu-block@nongnu.org
3067S: Supported
3068F: block/qed.c
3069
3070raw
3071M: Kevin Wolf <kwolf@redhat.com>
3072L: qemu-block@nongnu.org
3073S: Supported
3074F: block/linux-aio.c
f586d5fc 3075F: include/block/raw-aio.h
2e6fc7eb 3076F: block/raw-format.c
c1bb86cd
EB
3077F: block/file-posix.c
3078F: block/file-win32.c
e7c6e631
SH
3079F: block/win32-aio.c
3080
6663a0a3
AM
3081Linux io_uring
3082M: Aarushi Mehta <mehta.aaru20@gmail.com>
3083M: Julia Suvorova <jusual@redhat.com>
3084M: Stefan Hajnoczi <stefanha@redhat.com>
3085L: qemu-block@nongnu.org
3086S: Maintained
3087F: block/io_uring.c
06a47ef5 3088F: stubs/io_uring.c
6663a0a3 3089
e7c6e631
SH
3090qcow2
3091M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3092M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3093L: qemu-block@nongnu.org
3094S: Supported
3095F: block/qcow2*
b24f9882 3096F: docs/interop/qcow2.txt
e7c6e631
SH
3097
3098qcow
3099M: Kevin Wolf <kwolf@redhat.com>
3100L: qemu-block@nongnu.org
3101S: Supported
3102F: block/qcow.c
3103
3104blkdebug
3105M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3106M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3107L: qemu-block@nongnu.org
3108S: Supported
3109F: block/blkdebug.c
3110
3111vpc
3112M: Kevin Wolf <kwolf@redhat.com>
3113L: qemu-block@nongnu.org
3114S: Supported
3115F: block/vpc.c
3116
3117vvfat
3118M: Kevin Wolf <kwolf@redhat.com>
3119L: qemu-block@nongnu.org
4b7c5bc4 3120S: Odd Fixes
e7c6e631 3121F: block/vvfat.c
abfe4e94
SH
3122
3123Image format fuzzer
3124M: Stefan Hajnoczi <stefanha@redhat.com>
3125L: qemu-block@nongnu.org
3126S: Supported
3127F: tests/image-fuzzer/
717171bd 3128
8675a376
CX
3129Vhost-user block device backend server
3130M: Coiby Xu <Coiby.Xu@gmail.com>
3131S: Maintained
3132F: block/export/vhost-user-blk-server.c
80a06cc5
SH
3133F: block/export/vhost-user-blk-server.h
3134F: include/qemu/vhost-user-server.h
8675a376 3135F: tests/qtest/libqos/vhost-user-blk.c
80a06cc5 3136F: util/vhost-user-server.c
8675a376 3137
0c9b70d5
HR
3138FUSE block device exports
3139M: Max Reitz <mreitz@redhat.com>
3140L: qemu-block@nongnu.org
3141S: Supported
3142F: block/export/fuse.c
3143
049105a3 3144Replication
205f8618 3145M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3146M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3147S: Supported
3148F: replication*
3149F: block/replication.c
3150F: tests/test-replication.c
3151F: docs/block-replication.txt
3152
a3defabb 3153PVRDMA
bfffeac8 3154M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3155M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3156S: Maintained
3157F: hw/rdma/*
3158F: hw/rdma/vmw/*
3159F: docs/pvrdma.txt
a5d2f6f8 3160F: contrib/rdmacm-mux/*
4a5c9903 3161F: qapi/rdma.json
a3defabb 3162
b052fec8
AB
3163Semihosting
3164M: Alex Bennée <alex.bennee@linaro.org>
b052fec8
AB
3165S: Maintained
3166F: hw/semihosting/
3167F: include/hw/semihosting/
3168
b9e02c06
AB
3169Build and test automation
3170-------------------------
0475a03e 3171Build and test automation
b9e02c06 3172M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 3173M: Fam Zheng <fam@euphon.net>
0d8ea8f1 3174R: Philippe Mathieu-Daudé <philmd@redhat.com>
e70dc7f8 3175S: Maintained
20a4f14f 3176F: .github/lockdown.yml
b9e02c06 3177F: .travis.yml
0708e647 3178F: scripts/travis/
d92d886a 3179F: .shippable.yml
e70dc7f8 3180F: tests/docker/
18023821 3181F: tests/vm/
54dbfd85 3182F: scripts/archive-source.sh
e70dc7f8 3183W: https://travis-ci.org/qemu/qemu
2a747008 3184W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 3185W: http://patchew.org/QEMU/
717171bd 3186
7162fbb4
EM
3187FreeBSD Hosted Continuous Integration
3188M: Ed Maste <emaste@freebsd.org>
3189M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
3190S: Maintained
3191F: .cirrus.yml
3192W: https://cirrus-ci.com/github/qemu/qemu
3193
0a8b05c7
TH
3194GitLab Continuous Integration
3195M: Thomas Huth <thuth@redhat.com>
d1d3ba2b
TH
3196M: Philippe Mathieu-Daudé <philmd@redhat.com>
3197M: Alex Bennée <alex.bennee@linaro.org>
3198R: Wainer dos Santos Moschetta <wainersm@redhat.com>
0a8b05c7
TH
3199S: Maintained
3200F: .gitlab-ci.yml
6bcb5fc0 3201F: .gitlab-ci.d/crossbuilds.yml
4fb71636 3202F: .gitlab-ci.d/*py
3758e88b 3203F: scripts/ci/gitlab-pipeline-status
0a8b05c7 3204
7e97017e
AB
3205Guest Test Compilation Support
3206M: Alex Bennée <alex.bennee@linaro.org>
3207R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3208S: Maintained
7e97017e 3209F: tests/tcg/Makefile
c722a9e4 3210F: tests/tcg/Makefile.include
7e97017e 3211
6634f1c4
PMD
3212Acceptance (Integration) Testing with the Avocado framework
3213W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3214R: Cleber Rosa <crosa@redhat.com>
3215R: Philippe Mathieu-Daudé <philmd@redhat.com>
3216R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3217S: Odd Fixes
3218F: tests/acceptance/
3219
717171bd
DB
3220Documentation
3221-------------
3222Build system architecture
3223M: Daniel P. Berrange <berrange@redhat.com>
3224S: Odd Fixes
c39cdbf6 3225F: docs/devel/build-system.txt
8a49e97f 3226
92329a7e
AB
3227GIT Data Mining Config
3228M: Alex Bennée <alex.bennee@linaro.org>
3229S: Odd Fixes
3230F: gitdm.config
3231F: contrib/gitdm/*
3232
b02c9bc3
MA
3233Incompatible changes
3234R: libvir-list@redhat.com
abcd92db 3235F: docs/system/deprecated.rst
b02c9bc3 3236
aef45d51
DB
3237Build System
3238------------
3239GIT submodules
3240M: Daniel P. Berrange <berrange@redhat.com>
3241S: Odd Fixes
3242F: scripts/git-submodule.sh
c10e01b9 3243
ef45a392 3244UI translations
ca263c0f 3245S: Orphaned
ef45a392
AM
3246F: po/*.po
3247
c10e01b9
PM
3248Sphinx documentation configuration and build machinery
3249M: Peter Maydell <peter.maydell@linaro.org>
3250S: Maintained
3251F: docs/conf.py
3252F: docs/*/conf.py
4078ee54 3253F: docs/sphinx/
53fb8bfb
AM
3254
3255Miscellaneous
3256-------------
3257Performance Tools and Tests
3258M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3259S: Maintained
3260F: scripts/performance/