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