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