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