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