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