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