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