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