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