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