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