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