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