]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
nvme: fix write zeroes offset and count
[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
7abb479c 987F: hw/i2c/mpc_i2c.c
ce6fc617
TH
988F: hw/net/fsl_etsec/
989F: hw/pci-host/ppce500.c
b5d55020
TH
990F: include/hw/ppc/ppc_e500.h
991F: include/hw/pci-host/ppce500.h
992F: pc-bios/u-boot.e500
98cded3a
AF
993
994mpc8544ds
bba8e23a 995M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 996L: qemu-ppc@nongnu.org
bba8e23a 997S: Odd Fixes
98cded3a 998F: hw/ppc/mpc8544ds.c
8d8b636d 999F: hw/ppc/mpc8544_guts.c
98cded3a 1000
2c6aba14 1001New World (mac99)
40e3dd06
MCA
1002M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1003R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1004L: qemu-ppc@nongnu.org
bba8e23a 1005S: Odd Fixes
baec1910 1006F: hw/ppc/mac_newworld.c
6e481d57
PM
1007F: hw/pci-host/uninorth.c
1008F: hw/pci-bridge/dec.[hc]
8d8b636d 1009F: hw/misc/macio/
6ba16476 1010F: hw/misc/mos6522.c
b5d55020 1011F: hw/nvram/mac_nvram.c
2c6aba14 1012F: hw/input/adb*
eba45926 1013F: include/hw/misc/macio/
6ba16476 1014F: include/hw/misc/mos6522.h
eba45926 1015F: include/hw/ppc/mac_dbdma.h
5021bfa5 1016F: include/hw/pci-host/uninorth.h
2c6aba14 1017F: include/hw/input/adb*
52804c60 1018F: pc-bios/qemu_vga.ndrv
fd5d5c56 1019
2c6aba14 1020Old World (g3beige)
40e3dd06
MCA
1021M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1022R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1023L: qemu-ppc@nongnu.org
bba8e23a 1024S: Odd Fixes
baec1910 1025F: hw/ppc/mac_oldworld.c
6e481d57 1026F: hw/pci-host/grackle.c
8d8b636d 1027F: hw/misc/macio/
835c42d3 1028F: hw/intc/heathrow_pic.c
2c6aba14 1029F: hw/input/adb*
97e16dba 1030F: include/hw/intc/heathrow_pic.h
2c6aba14 1031F: include/hw/input/adb*
52804c60 1032F: pc-bios/qemu_vga.ndrv
fd5d5c56 1033
ec38d398 1034PReP
8178e89c 1035M: Hervé Poussineau <hpoussin@reactos.org>
9f38774d 1036L: qemu-devel@nongnu.org
a6c98685 1037L: qemu-ppc@nongnu.org
8178e89c 1038S: Maintained
75610155 1039F: hw/ppc/prep.c
8178e89c
HP
1040F: hw/ppc/prep_systemio.c
1041F: hw/ppc/rs6000_mc.c
6e481d57 1042F: hw/pci-host/prep.[hc]
0a9464b5 1043F: hw/isa/i82378.c
a48c6b51 1044F: hw/isa/pc87312.c
1cd6dccb 1045F: hw/dma/i82374.c
cec16f0d 1046F: hw/timer/m48t59-isa.c
a48c6b51 1047F: include/hw/isa/pc87312.h
cec16f0d 1048F: include/hw/timer/m48t59.h
835c42d3 1049F: pc-bios/ppc_rom.bin
fd5d5c56 1050
300b115c 1051sPAPR
085eb217 1052M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
1053L: qemu-ppc@nongnu.org
1054S: Supported
8d8b636d 1055F: hw/*/spapr*
f9de2da7
DG
1056F: include/hw/*/spapr*
1057F: hw/*/xics*
1058F: include/hw/*/xics*
1059F: pc-bios/spapr-rtas/*
b5d55020
TH
1060F: pc-bios/spapr-rtas.bin
1061F: pc-bios/slof.bin
bcad45de 1062F: pc-bios/skiboot.lid
b5d55020
TH
1063F: docs/specs/ppc-spapr-hcalls.txt
1064F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
1065F: tests/spapr*
1066F: tests/libqos/*spapr*
1067F: tests/rtas*
1068F: tests/libqos/rtas*
8a269ca4 1069
794d00bf
AF
1070virtex_ml507
1071M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1072L: qemu-ppc@nongnu.org
1073S: Odd Fixes
6e481d57 1074F: hw/ppc/virtex_ml507.c
794d00bf 1075
a9dd6604
BZ
1076sam460ex
1077M: BALATON Zoltan <balaton@eik.bme.hu>
1078L: qemu-ppc@nongnu.org
1079S: Maintained
33c6a8b5
BZ
1080F: hw/ppc/sam460ex.c
1081F: hw/ppc/ppc440_pcix.c
1082F: hw/display/sm501*
a9dd6604 1083F: hw/ide/sii3112.c
c6f2594c 1084F: hw/timer/m41t80.c
33c6a8b5
BZ
1085F: pc-bios/canyonlands.dt[sb]
1086F: pc-bios/u-boot-sam460ex-20100605.bin
1087F: roms/u-boot-sam460ex
a9dd6604 1088
fd5d5c56
AL
1089SH4 Machines
1090------------
1091R2D
1092M: Magnus Damm <magnus.damm@gmail.com>
1093S: Maintained
6e481d57 1094F: hw/sh4/r2d.c
81527b94
TH
1095F: hw/intc/sh_intc.c
1096F: hw/timer/sh_timer.c
fd5d5c56
AL
1097
1098Shix
1099M: Magnus Damm <magnus.damm@gmail.com>
81527b94 1100S: Odd Fixes
6e481d57 1101F: hw/sh4/shix.c
fd5d5c56
AL
1102
1103SPARC Machines
1104--------------
1105Sun4m
f2416d3a 1106M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1107S: Maintained
8d8b636d 1108F: hw/sparc/sun4m.c
c468e368 1109F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1110F: hw/display/cg3.c
1111F: hw/display/tcx.c
c10a1c78 1112F: hw/dma/sparc32_dma.c
7098b79e 1113F: hw/misc/eccmemctl.c
aec2b887
TH
1114F: hw/*/slavio_*.c
1115F: include/hw/nvram/sun_nvram.h
c10a1c78 1116F: include/hw/sparc/sparc32_dma.h
d0476159 1117F: include/hw/sparc/sun4m_iommu.h
aec2b887 1118F: pc-bios/openbios-sparc32
fd5d5c56
AL
1119
1120Sun4u
f2416d3a 1121M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1122S: Maintained
8d8b636d 1123F: hw/sparc64/sun4u.c
8ef856b7
PMD
1124F: hw/sparc64/sun4u_iommu.c
1125F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1126F: hw/pci-host/sabre.c
1127F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1128F: hw/pci-bridge/simba.c
1129F: include/hw/pci-bridge/simba.h
1130F: pc-bios/openbios-sparc64
fd5d5c56 1131
a2664ca0
AT
1132Sun4v
1133M: Artyom Tarasenko <atar4qemu@gmail.com>
1134S: Maintained
626e4a4b 1135F: hw/sparc64/niagara.c
a2664ca0
AT
1136F: hw/timer/sun4v-rtc.c
1137F: include/hw/timer/sun4v-rtc.h
1138
ce6c760c
FC
1139Leon3
1140M: Fabien Chouteau <chouteau@adacore.com>
1141S: Maintained
8d8b636d
PB
1142F: hw/sparc/leon3.c
1143F: hw/*/grlib*
c10a1c78 1144F: include/hw/sparc/grlib.h
ce6c760c 1145
fd5d5c56
AL
1146S390 Machines
1147-------------
dd4ad64a 1148S390 Virtio-ccw
c1976ae7 1149M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1150M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1151M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1152S: Supported
0c6aa7ee 1153F: hw/char/sclp*.[hc]
9d1c4449 1154F: hw/char/terminal3270.c
c5bfb202 1155F: hw/s390x/
4277af19 1156F: include/hw/s390x/
c5bfb202 1157F: hw/watchdog/wdt_diag288.c
1e4738b2 1158F: include/hw/watchdog/wdt_diag288.h
1e4738b2 1159F: default-configs/s390x-softmmu.mak
e18a8b34
SH
1160T: git https://github.com/cohuck/qemu.git s390-next
1161T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1162L: qemu-s390x@nongnu.org
dd4ad64a 1163
8e4eb427 1164S390-ccw boot
304584bf
CH
1165M: Christian Borntraeger <borntraeger@de.ibm.com>
1166M: Thomas Huth <thuth@redhat.com>
1167S: Supported
8e4eb427 1168F: hw/s390x/ipl.*
304584bf
CH
1169F: pc-bios/s390-ccw/
1170F: pc-bios/s390-ccw.img
e18a8b34 1171T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1172L: qemu-s390x@nongnu.org
1173
d5bfb425
CB
1174S390 PCI
1175M: Collin Walling <walling@linux.ibm.com>
1176S: Supported
1177F: hw/s390x/s390-pci*
1178L: qemu-s390x@nongnu.org
1179
ab9528ca
GX
1180UniCore32 Machines
1181-------------
1182PKUnity-3 SoC initramfs-with-busybox
1183M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1184S: Maintained
8d8b636d 1185F: hw/*/puv3*
ab9528ca
GX
1186F: hw/unicore32/
1187
fd5d5c56
AL
1188X86 Machines
1189------------
1190PC
046a6486 1191M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1192M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1193S: Supported
046a6486
MT
1194F: include/hw/i386/
1195F: hw/i386/
1196F: hw/pci-host/piix.c
1197F: hw/pci-host/q35.c
1198F: hw/pci-host/pam.c
1199F: include/hw/pci-host/q35.h
1200F: include/hw/pci-host/pam.h
1201F: hw/isa/piix4.c
1202F: hw/isa/lpc_ich9.c
1203F: hw/i2c/smbus_ich9.c
1204F: hw/acpi/piix4.c
1205F: hw/acpi/ich9.c
1206F: include/hw/acpi/ich9.h
f586d5fc 1207F: include/hw/acpi/piix4.h
9cc3b73c 1208F: hw/misc/sga.c
6f5a3294
PMD
1209F: hw/isa/apm.c
1210F: include/hw/isa/apm.h
1211F: tests/test-x86-cpuid.c
1212F: tests/test-x86-cpuid-compat.c
9cc3b73c
PB
1213
1214PC Chipset
1215M: Michael S. Tsirkin <mst@redhat.com>
1216M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1217S: Supported
9cc3b73c 1218F: hw/char/debugcon.c
bb3d5ea8 1219F: hw/char/parallel*
9cc3b73c
PB
1220F: hw/char/serial*
1221F: hw/dma/i8257*
1222F: hw/i2c/pm_smbus.c
1732be86 1223F: hw/input/pckbd.c
9cc3b73c
PB
1224F: hw/intc/apic*
1225F: hw/intc/ioapic*
1226F: hw/intc/i8259*
1854eb28 1227F: hw/isa/isa-superio.c
9cc3b73c
PB
1228F: hw/misc/debugexit.c
1229F: hw/misc/pc-testdev.c
1230F: hw/timer/hpet*
1231F: hw/timer/i8254*
1232F: hw/timer/mc146818rtc*
edc46aff 1233F: hw/watchdog/wdt_ib700.c
4bcbc773 1234F: hw/watchdog/wdt_i6300esb.c
866e2b37 1235F: include/hw/display/vga.h
bb3d5ea8 1236F: include/hw/char/parallel.h
55f613ac 1237F: include/hw/dma/i8257.h
a2feb348 1238F: include/hw/i2c/pm_smbus.h
47973a2d 1239F: include/hw/input/i8042.h
4bcbc773 1240F: include/hw/isa/i8259_internal.h
1854eb28 1241F: include/hw/isa/superio.h
a2feb348
TH
1242F: include/hw/timer/hpet.h
1243F: include/hw/timer/i8254*
1244F: include/hw/timer/mc146818rtc*
046a6486 1245
5da4fb00
MT
1246Machine core
1247M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1248M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00
MT
1249S: Supported
1250F: hw/core/machine.c
c1629c5c 1251F: hw/core/null-machine.c
335d52f4 1252F: hw/cpu/cluster.c
5da4fb00 1253F: include/hw/boards.h
335d52f4 1254F: include/hw/cpu/cluster.h
e18a8b34 1255T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1256
16e7caae
MF
1257Xtensa Machines
1258---------------
375847a6 1259sim
16e7caae
MF
1260M: Max Filippov <jcmvbkbc@gmail.com>
1261S: Maintained
437a8c11 1262F: hw/xtensa/sim.c
375847a6 1263
437a8c11 1264XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1265M: Max Filippov <jcmvbkbc@gmail.com>
1266S: Maintained
437a8c11
MF
1267F: hw/xtensa/xtfpga.c
1268F: hw/net/opencores_eth.c
16e7caae 1269
fd5d5c56
AL
1270Devices
1271-------
b30934cb
JS
1272EDU
1273M: Jiri Slaby <jslaby@suse.cz>
1274S: Maintained
1275F: hw/misc/edu.c
1276
fd5d5c56 1277IDE
c095348b
JS
1278M: John Snow <jsnow@redhat.com>
1279L: qemu-block@nongnu.org
1280S: Supported
8d8b636d 1281F: include/hw/ide.h
c9f7acd5 1282F: include/hw/ide/
fd5d5c56 1283F: hw/ide/
c095348b
JS
1284F: hw/block/block.c
1285F: hw/block/cdrom.c
1286F: hw/block/hd-geometry.c
1287F: tests/ide-test.c
1288F: tests/ahci-test.c
edc35b3d 1289F: tests/cdrom-test.c
aee50319 1290F: tests/libqos/ahci*
e18a8b34 1291T: git https://github.com/jnsnow/qemu.git ide
c095348b 1292
caf316ba
CM
1293IPMI
1294M: Corey Minyard <minyard@acm.org>
1295S: Maintained
1296F: include/hw/ipmi/*
1297F: hw/ipmi/*
1298F: hw/smbios/smbios_type_38.c
1299F: tests/ipmi*
e18a8b34 1300T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1301
c095348b
JS
1302Floppy
1303M: John Snow <jsnow@redhat.com>
1304L: qemu-block@nongnu.org
1305S: Supported
1306F: hw/block/fdc.c
1307F: include/hw/block/fdc.h
aee50319 1308F: tests/fdc-test.c
e18a8b34 1309T: git https://github.com/jnsnow/qemu.git ide
fd5d5c56 1310
f5f487b2
PM
1311OMAP
1312M: Peter Maydell <peter.maydell@linaro.org>
1313S: Maintained
8d8b636d 1314F: hw/*/omap*
ed0db866 1315F: include/hw/arm/omap.h
f5f487b2 1316
28d54e58
PB
1317IPack
1318M: Alberto Garcia <berto@igalia.com>
1319S: Odd Fixes
1320F: hw/char/ipoctal232.c
1321F: hw/ipack/
1322
fd5d5c56
AL
1323PCI
1324M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1325M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1326S: Supported
8d8b636d 1327F: include/hw/pci/*
f178bc6b 1328F: hw/misc/pci-testdev.c
ca818cfb 1329F: hw/pci/*
f178bc6b 1330F: hw/pci-bridge/*
68179923
PMD
1331F: docs/pci*
1332F: docs/specs/*pci*
534fd814 1333F: default-configs/pci.mak
0e0b3592 1334
d31e5ae7 1335ACPI/SMBIOS
0e0b3592
MT
1336M: Michael S. Tsirkin <mst@redhat.com>
1337M: Igor Mammedov <imammedo@redhat.com>
1338S: Supported
1339F: include/hw/acpi/*
a2eb5c0c 1340F: include/hw/firmware/smbios.h
0e0b3592 1341F: hw/mem/*
8d8b636d 1342F: hw/acpi/*
d31e5ae7 1343F: hw/smbios/*
0e0b3592 1344F: hw/i386/acpi-build.[hc]
0e0b3592 1345F: hw/arm/virt-acpi-build.c
3248f1b4
BW
1346F: tests/bios-tables-test.c
1347F: tests/acpi-utils.[hc]
faae23b9 1348F: tests/data/acpi/
fd5d5c56 1349
aaade8d7 1350ppc4xx
bba8e23a 1351M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1352L: qemu-ppc@nongnu.org
1353S: Odd Fixes
8d8b636d 1354F: hw/ppc/ppc4*.c
aa3a41f9 1355F: hw/i2c/ppc4xx_i2c.c
b5d55020 1356F: include/hw/ppc/ppc4xx.h
aa3a41f9 1357F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1358
61af0ee6 1359Character devices
2185fd67
PB
1360M: Marc-André Lureau <marcandre.lureau@redhat.com>
1361R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1362S: Odd Fixes
1363F: hw/char/
1364
f536f112
PB
1365Network devices
1366M: Jason Wang <jasowang@redhat.com>
1367S: Odd Fixes
1368F: hw/net/
6061b5c6 1369F: include/hw/net/
6bd7776c 1370F: tests/virtio-net-test.c
e18a8b34 1371T: git https://github.com/jasowang/qemu.git net
f536f112 1372
fd5d5c56 1373SCSI
de7724f7 1374M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1375R: Fam Zheng <fam@euphon.net>
de7724f7 1376S: Supported
74460f34 1377F: include/hw/scsi/*
8d8b636d 1378F: hw/scsi/*
6bd7776c 1379F: tests/virtio-scsi-test.c
e18a8b34 1380T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1381
fcb5629d 1382SSI
c22e580c 1383M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1384S: Maintained
8d8b636d
PB
1385F: hw/ssi/*
1386F: hw/block/m25p80.c
982d009a 1387F: include/hw/ssi/ssi.h
4b46ba61 1388X: hw/ssi/xilinx_*
982d009a 1389F: tests/m25p80-test.c
4b46ba61
AF
1390
1391Xilinx SPI
c22e580c 1392M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1393S: Maintained
1394F: hw/ssi/xilinx_*
fcb5629d 1395
076a0fc3
PMD
1396SD (Secure Card)
1397M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1398S: Odd Fixes
1399F: include/hw/sd/sd*
1400F: hw/sd/core.c
1401F: hw/sd/sd*
1402F: tests/sd*
1403
fd5d5c56 1404USB
5d0d62fe
GH
1405M: Gerd Hoffmann <kraxel@redhat.com>
1406S: Maintained
8d8b636d 1407F: hw/usb/*
28edfce0 1408F: tests/usb-*-test.c
beded0ff
TH
1409F: docs/usb2.txt
1410F: docs/usb-storage.txt
1411F: include/hw/usb.h
1412F: include/hw/usb/
104ebc5f 1413F: default-configs/usb.mak
fd5d5c56 1414
e26082fd
PB
1415USB (serial adapter)
1416M: Gerd Hoffmann <kraxel@redhat.com>
1417M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1418S: Maintained
1419F: hw/usb/dev-serial.c
1420
92e1fb5e
AW
1421VFIO
1422M: Alex Williamson <alex.williamson@redhat.com>
1423S: Supported
cf7087db 1424F: hw/vfio/*
99b88c6d 1425F: include/hw/vfio/
92e1fb5e 1426
5eb74557 1427vfio-ccw
c1976ae7 1428M: Cornelia Huck <cohuck@redhat.com>
7913938a
CB
1429M: Eric Farman <farman@linux.ibm.com>
1430M: Farhan Ali <alifm@linux.ibm.com>
5eb74557
DJS
1431S: Supported
1432F: hw/vfio/ccw.c
1433F: hw/s390x/s390-ccw.c
1434F: include/hw/s390x/s390-ccw.h
e18a8b34 1435T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1436L: qemu-s390x@nongnu.org
5eb74557 1437
a51b3153
TK
1438vfio-ap
1439M: Christian Borntraeger <borntraeger@de.ibm.com>
1440M: Tony Krowiak <akrowiak@linux.ibm.com>
1441M: Halil Pasic <pasic@linux.ibm.com>
1442M: Pierre Morel <pmorel@linux.ibm.com>
1443S: Supported
1444F: hw/s390x/ap-device.c
1445F: hw/s390x/ap-bridge.c
1446F: include/hw/s390x/ap-device.h
1447F: include/hw/s390x/ap-bridge.h
2fe2942c 1448F: hw/vfio/ap.c
694a8d70 1449F: docs/vfio-ap.txt
a51b3153
TK
1450L: qemu-s390x@nongnu.org
1451
fd5d5c56
AL
1452vhost
1453M: Michael S. Tsirkin <mst@redhat.com>
1454S: Supported
8d8b636d 1455F: hw/*/*vhost*
37f8043d 1456F: docs/interop/vhost-user.txt
72c1e865 1457F: contrib/vhost-user-*/
fd5d5c56
AL
1458
1459virtio
a75143ed 1460M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1461S: Supported
8d8b636d 1462F: hw/*/virtio*
72fa605d
TH
1463F: hw/virtio/Makefile.objs
1464F: hw/virtio/trace-events
6a084ea3 1465F: net/vhost-user.c
494f7b57 1466F: include/hw/virtio/
6bd7776c 1467F: tests/virtio-balloon-test.c
fd5d5c56
AL
1468
1469virtio-9p
8c1cd719 1470M: Greg Kurz <groug@kaod.org>
fd5d5c56 1471S: Supported
aebeca25
AF
1472F: hw/9pfs/
1473F: fsdev/
2d888c09 1474F: tests/virtio-9p-test.c
e18a8b34 1475T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1476
1477virtio-blk
54d01a00 1478M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1479L: qemu-block@nongnu.org
fd5d5c56 1480S: Supported
8d8b636d 1481F: hw/block/virtio-blk.c
b457a5f5 1482F: hw/block/dataplane/*
6bd7776c 1483F: tests/virtio-blk-test.c
e18a8b34 1484T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1485
dd4ad64a 1486virtio-ccw
c1976ae7 1487M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1488M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1489S: Supported
901f5f16 1490F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1491F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1492T: git https://github.com/cohuck/qemu.git s390-next
1493T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1494L: qemu-s390x@nongnu.org
dd4ad64a 1495
a5d4d7b5
GH
1496virtio-input
1497M: Gerd Hoffmann <kraxel@redhat.com>
1498S: Maintained
1499F: hw/input/virtio-input*.c
1500F: include/hw/virtio/virtio-input.h
1501
fd5d5c56 1502virtio-serial
cee887d9 1503M: Amit Shah <amit@kernel.org>
fd5d5c56 1504S: Supported
8d8b636d
PB
1505F: hw/char/virtio-serial-bus.c
1506F: hw/char/virtio-console.c
68a5e38a 1507F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1508F: tests/virtio-console-test.c
1509F: tests/virtio-serial-test.c
fd5d5c56 1510
1f51a5cb 1511virtio-rng
cee887d9 1512M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1513S: Supported
1514F: hw/virtio/virtio-rng.c
1515F: include/hw/virtio/virtio-rng.h
750cf869 1516F: include/sysemu/rng*.h
1f51a5cb 1517F: backends/rng*.c
6bd7776c 1518F: tests/virtio-rng-test.c
1f51a5cb 1519
6034011c
GA
1520virtio-crypto
1521M: Gonglei <arei.gonglei@huawei.com>
1522S: Supported
1523F: hw/virtio/virtio-crypto.c
1524F: hw/virtio/virtio-crypto-pci.c
1525F: include/hw/virtio/virtio-crypto.h
1526
f3c507ad
KB
1527nvme
1528M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1529L: qemu-block@nongnu.org
f3c507ad
KB
1530S: Supported
1531F: hw/block/nvme*
fc967791 1532F: tests/nvme-test.c
f3c507ad 1533
d383c625 1534megasas
3fdfb8b6 1535M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1536L: qemu-block@nongnu.org
d383c625
HR
1537S: Supported
1538F: hw/scsi/megasas.c
1539F: hw/scsi/mfi.h
3fdfb8b6 1540F: tests/megasas-test.c
d383c625 1541
605d52e6 1542Network packet abstractions
bf4835a4 1543M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1544S: Maintained
1545F: include/net/eth.h
1546F: net/eth.c
1547F: hw/net/net_rx_pkt*
1548F: hw/net/net_tx_pkt*
1549
622fb504 1550Vmware
bf4835a4 1551M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1552S: Maintained
1553F: hw/net/vmxnet*
1554F: hw/scsi/vmw_pvscsi*
5a49c1b3 1555F: tests/vmxnet3-test.c
622fb504 1556
de24d3f1 1557Rocker
de24d3f1
SF
1558M: Jiri Pirko <jiri@resnulli.us>
1559S: Maintained
1560F: hw/net/rocker/
de850948
TH
1561F: tests/rocker/
1562F: docs/specs/rocker.txt
de24d3f1 1563
70d1fb9c 1564NVDIMM
7a5bd53d 1565M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1566S: Maintained
1567F: hw/acpi/nvdimm.c
1568F: hw/mem/nvdimm.c
1569F: include/hw/mem/nvdimm.h
e2e254d3 1570F: docs/nvdimm.txt
70d1fb9c 1571
093454e2 1572e1000x
bf4835a4 1573M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1574S: Maintained
1575F: hw/net/e1000x*
1576
6f3fbe4e 1577e1000e
bf4835a4 1578M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1579S: Maintained
1580F: hw/net/e1000e*
1581
ebc2327f
SW
1582eepro100
1583M: Stefan Weil <sw@weilnetz.de>
1584S: Maintained
1585F: hw/net/eepro100.c
1586
e481a1f6 1587Generic Loader
c22e580c 1588M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1589S: Maintained
1590F: hw/core/generic-loader.c
1591F: include/hw/core/generic-loader.h
c5e2ac7e 1592F: docs/generic-loader.txt
e481a1f6 1593
645d3cbe
SH
1594Intel Hexadecimal Object File Loader
1595M: Su Hang <suhang16@mails.ucas.ac.cn>
1596S: Maintained
1597F: tests/hexloader-test.c
4b2ff65a 1598F: tests/data/hex-loader/test.hex
645d3cbe 1599
87a9023a
TH
1600CHRP NVRAM
1601M: Thomas Huth <thuth@redhat.com>
1602S: Maintained
1603F: hw/nvram/chrp_nvram.c
1604F: include/hw/nvram/chrp_nvram.h
1605F: tests/prom-env-test.c
1606
42697d88
BW
1607VM Generation ID
1608M: Ben Warren <ben@skyportsystems.com>
1609S: Maintained
1610F: hw/acpi/vmgenid.c
1611F: include/hw/acpi/vmgenid.h
1612F: docs/specs/vmgenid.txt
1613F: tests/vmgenid-test.c
1614F: stubs/vmgenid.c
1615
747969db
PMD
1616Unimplemented device
1617M: Peter Maydell <peter.maydell@linaro.org>
1618R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1619S: Maintained
1620F: include/hw/misc/unimp.h
1621F: hw/misc/unimp.c
1622
dbb2e472
GH
1623Standard VGA
1624M: Gerd Hoffmann <kraxel@redhat.com>
1625S: Maintained
1626F: hw/display/vga*
1627F: hw/display/bochs-display.c
1628F: include/hw/display/vga.h
1629F: include/hw/display/bochs-vbe.h
1630
58d632c7
GH
1631ramfb
1632M: Gerd Hoffmann <kraxel@redhat.com>
1633S: Maintained
1634F: hw/display/ramfb*.c
1635F: include/hw/display/ramfb.h
1636
dbb2e472
GH
1637virtio-gpu
1638M: Gerd Hoffmann <kraxel@redhat.com>
1639S: Maintained
1640F: hw/display/virtio-gpu*
1641F: hw/display/virtio-vga.c
1642F: include/hw/virtio/virtio-gpu.h
1643
1644Cirrus VGA
1645M: Gerd Hoffmann <kraxel@redhat.com>
1646S: Odd Fixes
1647W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1648F: hw/display/cirrus*
1649
72d277a7
GH
1650EDID Generator
1651M: Gerd Hoffmann <kraxel@redhat.com>
1652S: Maintained
1653F: hw/display/edid*
1654F: include/hw/display/edid.h
1655F: qemu-edid.c
1656
15ffb43c 1657Firmware configuration (fw_cfg)
6f75e3f5 1658M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
1659R: Laszlo Ersek <lersek@redhat.com>
1660R: Gerd Hoffmann <kraxel@redhat.com>
1661S: Supported
1662F: docs/specs/fw_cfg.txt
1663F: hw/nvram/fw_cfg.c
1664F: include/hw/nvram/fw_cfg.h
1665F: include/standard-headers/linux/qemu_fw_cfg.h
1666F: tests/libqos/fw_cfg.c
1667F: tests/fw_cfg-test.c
1668T: git https://github.com/philmd/qemu.git fw_cfg-next
1669
2313abf0
TH
1670XIVE
1671M: David Gibson <david@gibson.dropbear.id.au>
1672M: Cédric Le Goater <clg@kaod.org>
1673L: qemu-ppc@nongnu.org
1674S: Supported
1675F: hw/*/*xive*
1676F: include/hw/*/*xive*
1677
fd5d5c56
AL
1678Subsystems
1679----------
1680Audio
9f575846 1681M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1682S: Maintained
1683F: audio/
8d8b636d 1684F: hw/audio/
a2b245ae 1685F: include/hw/audio/
d7b50c0c 1686F: tests/ac97-test.c
8fa74c94 1687F: tests/es1370-test.c
fbaf445a 1688F: tests/intel-hda-test.c
fd5d5c56 1689
17f1e8f5 1690Block layer core
fd5d5c56 1691M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1692M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1693L: qemu-block@nongnu.org
fd5d5c56
AL
1694S: Supported
1695F: block*
1696F: block/
8d8b636d 1697F: hw/block/
4c346e0b 1698F: include/block/
46078760
KW
1699F: qemu-img*
1700F: qemu-io*
29242091 1701F: tests/qemu-iotests/
8dd30c86 1702F: util/qemu-progress.c
0bcc8e5b 1703F: qobject/block-qdict.c
c468e368 1704F: tests/check-block-qdict.c
ebe2aad2 1705T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 1706
d55053b1
SH
1707Block I/O path
1708M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 1709M: Fam Zheng <fam@euphon.net>
d55053b1
SH
1710L: qemu-block@nongnu.org
1711S: Supported
36c697bd
PB
1712F: util/async.c
1713F: util/aio-*.c
d55053b1
SH
1714F: block/io.c
1715F: migration/block*
e1029ae2 1716F: include/block/aio.h
f5a53faa 1717F: include/block/aio-wait.h
0a4f9ad1 1718F: scripts/qemugdb/aio.py
e18a8b34 1719T: git https://github.com/stefanha/qemu.git block
d55053b1 1720
e5b5728c
PB
1721Block SCSI subsystem
1722M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1723R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
1724L: qemu-block@nongnu.org
1725S: Supported
1726F: include/scsi/*
1727F: scsi/*
1728
280458a3 1729Block Jobs
03283d64 1730M: John Snow <jsnow@redhat.com>
280458a3
JC
1731L: qemu-block@nongnu.org
1732S: Supported
1733F: blockjob.c
1734F: include/block/blockjob.h
33e9e9bd 1735F: job.c
1a90bc81 1736F: job-qmp.c
c468e368 1737F: include/qemu/job.h
280458a3
JC
1738F: block/backup.c
1739F: block/commit.c
77346025 1740F: block/stream.c
280458a3 1741F: block/mirror.c
bf42508f 1742F: qapi/job.json
03283d64 1743T: git https://github.com/jnsnow/qemu.git jobs
280458a3 1744
4120201d
MA
1745Block QAPI, monitor, command line
1746M: Markus Armbruster <armbru@redhat.com>
1747S: Supported
1748F: blockdev.c
1749F: block/qapi.c
1750F: qapi/block*.json
fa988e39 1751F: qapi/transaction.json
ebe2aad2 1752T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 1753
538193bc 1754Dirty Bitmaps
fe5ca46d 1755M: Fam Zheng <fam@euphon.net>
538193bc
JS
1756M: John Snow <jsnow@redhat.com>
1757L: qemu-block@nongnu.org
1758S: Supported
1759F: util/hbitmap.c
1760F: block/dirty-bitmap.c
1761F: include/qemu/hbitmap.h
1762F: include/block/dirty-bitmap.h
1763F: tests/test-hbitmap.c
5746c1cd 1764F: docs/interop/bitmaps.rst
e18a8b34
SH
1765T: git https://github.com/famz/qemu.git bitmaps
1766T: git https://github.com/jnsnow/qemu.git bitmaps
538193bc 1767
61af0ee6 1768Character device backends
55fc84a7 1769M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 1770R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 1771S: Maintained
178fe0ae 1772F: chardev/
8228e353 1773F: include/chardev/
dbeee392 1774F: qapi/char.json
fd5d5c56 1775
e26082fd
PB
1776Character Devices (Braille)
1777M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1778S: Maintained
6b10e573 1779F: chardev/baum.c
fd5d5c56 1780
e94630d3
MA
1781Command line option argument parsing
1782M: Markus Armbruster <armbru@redhat.com>
1783S: Supported
1784F: include/qemu/option.h
1785F: tests/test-keyval.c
1786F: tests/test-qemu-opts.c
1787F: util/keyval.c
1788F: util/qemu-option.c
1789
8c413e79
MA
1790Coverity model
1791M: Markus Armbruster <armbru@redhat.com>
1792S: Supported
1793F: scripts/coverity-model.c
1794
f2ca0524 1795CPU
12b0e69c 1796L: qemu-devel@nongnu.org
f2ca0524
AF
1797S: Supported
1798F: qom/cpu.c
6e481d57 1799F: include/qom/cpu.h
f2ca0524 1800
d24b569a 1801Device Tree
d24b569a
PC
1802M: Alexander Graf <agraf@suse.de>
1803S: Maintained
82407515
TH
1804F: device_tree.c
1805F: include/sysemu/device_tree.h
d24b569a 1806
3505a22b
MAL
1807Dump
1808S: Supported
1809M: Marc-André Lureau <marcandre.lureau@redhat.com>
1810F: dump.c
1811F: hw/misc/vmcoreinfo.c
1812F: include/hw/misc/vmcoreinfo.h
1813F: include/sysemu/dump-arch.h
1814F: include/sysemu/dump.h
1815F: scripts/dump-guest-memory.py
1816F: stubs/dump.c
1817
4f966768
MA
1818Error reporting
1819M: Markus Armbruster <armbru@redhat.com>
1820S: Supported
1821F: include/qapi/error.h
1822F: include/qemu/error-report.h
1823F: util/error.c
1824F: util/qemu-error.c
1825
fd5d5c56 1826GDB stub
de5415b6 1827S: Orphan
fd5d5c56
AL
1828F: gdbstub*
1829F: gdb-xml/
1830
01a9c03c
PB
1831Memory API
1832M: Paolo Bonzini <pbonzini@redhat.com>
1833S: Supported
1834F: include/exec/ioport.h
1835F: ioport.c
1836F: include/exec/memory.h
2b1641d0 1837F: include/exec/ram_addr.h
01a9c03c
PB
1838F: memory.c
1839F: include/exec/memory-internal.h
1840F: exec.c
1841
7ee3bf03
GH
1842SPICE
1843M: Gerd Hoffmann <kraxel@redhat.com>
1844S: Supported
6e481d57 1845F: include/ui/qemu-spice.h
438528a3 1846F: include/ui/spice-display.h
7ee3bf03
GH
1847F: ui/spice-*.c
1848F: audio/spiceaudio.c
8d8b636d 1849F: hw/display/qxl*
608cfed6 1850F: qapi/ui.json
9bd4cb35 1851F: docs/spice-port-fqdn.txt
7ee3bf03 1852
fd5d5c56 1853Graphics
25eccc37
GH
1854M: Gerd Hoffmann <kraxel@redhat.com>
1855S: Odd Fixes
fd5d5c56 1856F: ui/
e220656c 1857F: include/ui/
608cfed6 1858F: qapi/ui.json
b1d38037 1859F: util/drm.c
fd5d5c56 1860
351f1bf6 1861Cocoa graphics
30ef3c74 1862M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1863S: Odd Fixes
1864F: ui/cocoa.m
1865
fd5d5c56 1866Main loop
da26f37a
PB
1867M: Paolo Bonzini <pbonzini@redhat.com>
1868S: Maintained
1869F: cpus.c
3ecb29a3
PB
1870F: util/main-loop.c
1871F: util/qemu-timer.c
fd5d5c56 1872F: vl.c
0e201d34 1873F: qapi/run-state.json
fd5d5c56 1874
8899b4ae 1875Human Monitor (HMP)
c833fb4a 1876M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1877S: Maintained
fd5d5c56 1878F: monitor.c
c13e9912
TH
1879F: hmp.[ch]
1880F: hmp-commands*.hx
1881F: include/monitor/hmp-target.h
bbcee372 1882F: tests/test-hmp.c
fd5d5c56 1883
f536f112 1884Network device backends
442469e6 1885M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1886S: Maintained
1887F: net/
d24b2b1c 1888F: include/net/
e18a8b34 1889T: git https://github.com/jasowang/qemu.git net
3c0bd37d 1890F: qapi/net.json
fd5d5c56 1891
aee09baf
VM
1892Netmap network backend
1893M: Luigi Rizzo <rizzo@iet.unipi.it>
1894M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1895M: Vincenzo Maffione <v.maffione@gmail.com>
1896W: http://info.iet.unipi.it/~luigi/netmap/
1897S: Maintained
1898F: net/netmap.c
1899
2f54eb98
EH
1900NUMA
1901M: Eduardo Habkost <ehabkost@redhat.com>
1902S: Maintained
1903F: numa.c
1904F: include/sysemu/numa.h
e18a8b34 1905T: git https://github.com/ehabkost/qemu.git machine-next
2f54eb98 1906
4fc264f4
EH
1907Host Memory Backends
1908M: Eduardo Habkost <ehabkost@redhat.com>
1909M: Igor Mammedov <imammedo@redhat.com>
1910S: Maintained
1911F: backends/hostmem*.c
1912F: include/sysemu/hostmem.h
e18a8b34 1913T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 1914
6034011c
GA
1915Cryptodev Backends
1916M: Gonglei <arei.gonglei@huawei.com>
1917S: Maintained
1918F: include/sysemu/cryptodev*.h
1919F: backends/cryptodev*.c
1920
ad904f66
EH
1921Python scripts
1922M: Eduardo Habkost <ehabkost@redhat.com>
1923M: Cleber Rosa <crosa@redhat.com>
1924S: Odd fixes
1925F: scripts/qmp/*
1926F: scripts/*.py
1927F: tests/*.py
1928
8899b4ae 1929QAPI
9740618c 1930M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1931M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1932S: Supported
8899b4ae 1933F: qapi/
0311c5bd 1934X: qapi/*.json
ac4abb9a
MA
1935F: include/qapi/
1936X: include/qapi/qmp/
1937F: include/qapi/qmp/dispatch.h
c0bd0b50 1938F: tests/qapi-schema/
ac4abb9a 1939F: tests/test-*-visitor.c
e94630d3 1940F: tests/test-qapi-*.c
ac4abb9a 1941F: tests/test-qmp-*.c
e94630d3 1942F: tests/test-visitor-serialization.c
be25fcc4
MA
1943F: scripts/qapi-gen.py
1944F: scripts/qapi/*
c39cdbf6 1945F: docs/devel/qapi*
ebe2aad2 1946T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1947
7810d291
LC
1948QAPI Schema
1949M: Eric Blake <eblake@redhat.com>
7810d291
LC
1950M: Markus Armbruster <armbru@redhat.com>
1951S: Supported
0311c5bd 1952F: qapi/*.json
ebe2aad2 1953T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1954
f3582ba4 1955QObject
daf5dc78
MA
1956M: Markus Armbruster <armbru@redhat.com>
1957S: Supported
f3582ba4 1958F: qobject/
7735d2b5
MA
1959F: include/qapi/qmp/
1960X: include/qapi/qmp/dispatch.h
a2f3453e 1961F: scripts/coccinelle/qobject.cocci
7735d2b5 1962F: tests/check-qdict.c
7735d2b5
MA
1963F: tests/check-qjson.c
1964F: tests/check-qlist.c
cd81e02b
PMD
1965F: tests/check-qlit.c
1966F: tests/check-qnull.c
1967F: tests/check-qnum.c
1968F: tests/check-qobject.c
7735d2b5 1969F: tests/check-qstring.c
fe07b62c 1970F: tests/data/qobject/qdict.txt
ebe2aad2 1971T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1972
f05d9999
MR
1973QEMU Guest Agent
1974M: Michael Roth <mdroth@linux.vnet.ibm.com>
1975S: Maintained
1976F: qga/
ab7f9f7d
PMD
1977F: qemu-ga.texi
1978F: scripts/qemu-guest-agent/
1979F: tests/test-qga.c
1980F: docs/interop/qemu-ga-ref.texi
e18a8b34 1981T: git https://github.com/mdroth/qemu.git qga
f05d9999 1982
4688c94c 1983QOM
4688c94c
AF
1984M: Andreas Färber <afaerber@suse.de>
1985S: Supported
e18a8b34 1986T: git https://github.com/afaerber/qemu-cpu.git qom-next
4688c94c
AF
1987F: include/qom/
1988X: include/qom/cpu.h
1989F: qom/
1990X: qom/cpu.c
9f4aa7ce
AF
1991F: tests/check-qom-interface.c
1992F: tests/check-qom-proplist.c
4688c94c 1993
8899b4ae 1994QMP
9740618c
LC
1995M: Markus Armbruster <armbru@redhat.com>
1996S: Supported
8899b4ae
LC
1997F: qmp.c
1998F: monitor.c
c39cdbf6 1999F: docs/devel/*qmp-*
12b2f0d9 2000F: docs/interop/*qmp-*
9740618c 2001F: scripts/qmp/
f66e7ac8 2002F: tests/qmp-test.c
d93bb9d5 2003F: tests/qmp-cmd-test.c
ebe2aad2 2004T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2005
98a43bf0 2006qtest
98a43bf0
PB
2007M: Thomas Huth <thuth@redhat.com>
2008M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2009R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0
PB
2010S: Maintained
2011F: qtest.c
2012F: tests/libqtest.*
2013F: tests/libqos/
2014F: tests/*-test.c
2015
cc0100f4 2016Register API
c22e580c 2017M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2018S: Maintained
2019F: hw/core/register.c
2020F: include/hw/register.h
06a7b243 2021F: include/hw/registerfields.h
cc0100f4 2022
fd5d5c56 2023SLIRP
eda509fa 2024M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
2025M: Jan Kiszka <jan.kiszka@siemens.com>
2026S: Maintained
fd5d5c56 2027F: slirp/
663fb1e1 2028F: net/slirp.c
d24b2b1c 2029F: include/net/slirp.h
02cffe24 2030T: git https://people.debian.org/~sthibault/qemu.git slirp
1ab09a40 2031T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 2032
b1ed728a
PB
2033Stubs
2034M: Paolo Bonzini <pbonzini@redhat.com>
2035S: Maintained
2036F: stubs/
2037
598a3f35 2038Tracing
1cd0f8ce 2039M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2040S: Maintained
2041F: trace/
0e076292
TH
2042F: trace-events
2043F: qemu-option-trace.texi
f70fd8fd
LV
2044F: scripts/tracetool.py
2045F: scripts/tracetool/
62dd1048 2046F: scripts/qemu-trace-stap*
c39cdbf6 2047F: docs/devel/tracing.txt
e18a8b34 2048T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2049
3859b6cf 2050TPM
1f63669e 2051M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2052S: Maintained
3859b6cf 2053F: tpm.c
c39f95dc 2054F: stubs/tpm.c
3859b6cf
MA
2055F: hw/tpm/*
2056F: include/hw/acpi/tpm.h
2057F: include/sysemu/tpm*
2058F: qapi/tpm.json
6b4f250b 2059F: backends/tpm.c
adb0e917 2060F: tests/*tpm*
e18a8b34 2061T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2062
14f40fdc 2063Checkpatch
14f40fdc
BS
2064S: Odd Fixes
2065F: scripts/checkpatch.pl
2066
c0787c8d
JQ
2067Migration
2068M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2069M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
2070S: Maintained
2071F: include/migration/
44a1f946 2072F: migration/
c5515640
AS
2073F: scripts/vmstate-static-checker.py
2074F: tests/vmstate-static-checker-data/
2656bfd9 2075F: tests/migration-test.c
c468e368 2076F: docs/devel/migration.rst
48685a8e 2077F: qapi/migration.json
c0787c8d 2078
92bfedb0 2079Seccomp
064983cb 2080M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
2081S: Supported
2082F: qemu-seccomp.c
2083F: include/sysemu/seccomp.h
2084
ddbb0d09
DB
2085Cryptography
2086M: Daniel P. Berrange <berrange@redhat.com>
2087S: Maintained
2088F: crypto/
2089F: include/crypto/
2090F: tests/test-crypto-*
3947ecfc 2091F: tests/benchmark-crypto-*
4d21171b
PMD
2092F: tests/crypto-tls-*
2093F: tests/pkix_asn1_tab.c
899833cd 2094F: qemu.sasl
ddbb0d09 2095
10817bf0
DB
2096Coroutines
2097M: Stefan Hajnoczi <stefanha@redhat.com>
2098M: Kevin Wolf <kwolf@redhat.com>
00a25291 2099S: Maintained
10817bf0
DB
2100F: util/*coroutine*
2101F: include/qemu/coroutine*
2102F: tests/test-coroutine.c
2103
88c5f205
DB
2104Buffers
2105M: Daniel P. Berrange <berrange@redhat.com>
2106S: Odd fixes
2107F: util/buffer.c
2108F: include/qemu/buffer.h
2109
666a3af9
DB
2110I/O Channels
2111M: Daniel P. Berrange <berrange@redhat.com>
2112S: Maintained
2113F: io/
2114F: include/io/
2115F: tests/test-io-*
2116
5b76dd13
DB
2117User authorization
2118M: Daniel P. Berrange <berrange@redhat.com>
2119S: Maintained
2120F: authz/
c8c99887 2121F: qapi/authz.json
5b76dd13
DB
2122F: include/authz/
2123F: tests/test-authz-*
2124
5614a283
GH
2125Sockets
2126M: Daniel P. Berrange <berrange@redhat.com>
2127M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2128S: Maintained
2129F: include/qemu/sockets.h
2130F: util/qemu-sockets.c
a2ff5a48 2131F: qapi/sockets.json
5614a283 2132
90e33dfe
DB
2133File monitor
2134M: Daniel P. Berrange <berrange@redhat.com>
2135S: Odd fixes
2136F: util/filemonitor*.c
2137F: include/qemu/filemonitor.h
2138F: tests/test-util-filemonitor.c
2139
d310d85b
AG
2140Throttling infrastructure
2141M: Alberto Garcia <berto@igalia.com>
2142S: Supported
2143F: block/throttle-groups.c
2144F: include/block/throttle-groups.h
89603938 2145F: include/qemu/throttle*.h
d310d85b 2146F: util/throttle.c
89603938
PMD
2147F: docs/throttle.txt
2148F: tests/test-throttle.c
d310d85b
AG
2149L: qemu-block@nongnu.org
2150
080d7aac 2151UUID
fe5ca46d 2152M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2153S: Supported
2154F: util/uuid.c
2155F: include/qemu/uuid.h
2156F: tests/test-uuid.c
2157
a4cc318e
HZ
2158COLO Framework
2159M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2160S: Maintained
2161F: migration/colo*
2162F: include/migration/colo.h
2163F: include/migration/failover.h
2164F: docs/COLO-FT.txt
2165
88f82ed1 2166COLO Proxy
b38576cd 2167M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
2168M: Li Zhijian <lizhijian@cn.fujitsu.com>
2169S: Supported
2170F: docs/colo-proxy.txt
2171F: net/colo*
2172F: net/filter-rewriter.c
2173F: net/filter-mirror.c
2174
62258201
PD
2175Record/replay
2176M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2177R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2178W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2179S: Supported
2180F: replay/*
2181F: block/blkreplay.c
2182F: net/filter-replay.c
2183F: include/sysemu/replay.h
2184F: docs/replay.txt
2185F: stubs/replay.c
2186
eecf5eed
PX
2187IOVA Tree
2188M: Peter Xu <peterx@redhat.com>
2189S: Maintained
2190F: include/qemu/iova-tree.h
2191F: util/iova-tree.c
2192
5ee547bb
VP
2193elf2dmp
2194M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2195S: Maintained
2196F: contrib/elf2dmp/
2197
93198b6c
CM
2198I2C and SMBus
2199M: Corey Minyard <cminyard@mvista.com>
2200S: Maintained
2201F: hw/i2c/core.c
2202F: hw/i2c/smbus_slave.c
2203F: hw/i2c/smbus_master.c
2204F: hw/i2c/smbus_eeprom.c
2205F: include/hw/i2c/i2c.h
2206F: include/hw/i2c/smbus_master.h
2207F: include/hw/i2c/smbus_slave.h
2208F: include/hw/i2c/smbus_eeprom.h
2209
fd5d5c56
AL
2210Usermode Emulation
2211------------------
486bbe5f
PB
2212Overall
2213M: Riku Voipio <riku.voipio@iki.fi>
2214S: Maintained
2215F: thunk.c
58410666 2216F: accel/tcg/user-exec*.c
486bbe5f 2217
fd5d5c56 2218BSD user
297e8005 2219S: Orphan
fd5d5c56 2220F: bsd-user/
ccf0a57b 2221F: default-configs/*-bsd-user.mak
fd5d5c56 2222
fd5d5c56
AL
2223Linux user
2224M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 2225R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2226S: Maintained
2227F: linux-user/
ccf0a57b 2228F: default-configs/*-linux-user.mak
e5dd9875 2229F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
2230
2231Tiny Code Generator (TCG)
2232-------------------------
2233Common code
cc7772bd 2234M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2235S: Maintained
2236F: tcg/
2237
b25a464c
CF
2238AArch64 target
2239M: Claudio Fontana <claudio.fontana@huawei.com>
2240M: Claudio Fontana <claudio.fontana@gmail.com>
2241S: Maintained
b4f2bd1c 2242L: qemu-arm@nongnu.org
b25a464c 2243F: tcg/aarch64/
c17652ee
PB
2244F: disas/arm-a64.cc
2245F: disas/libvixl/
b25a464c 2246
42f5a7e9
AJ
2247ARM target
2248M: Andrzej Zaborowski <balrogg@gmail.com>
2249S: Maintained
b4f2bd1c 2250L: qemu-arm@nongnu.org
42f5a7e9 2251F: tcg/arm/
c17652ee 2252F: disas/arm.c
42f5a7e9 2253
42f5a7e9 2254i386 target
ecd1a5d0 2255M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2256S: Maintained
2257F: tcg/i386/
c17652ee 2258F: disas/i386.c
42f5a7e9 2259
42f5a7e9 2260MIPS target
d6eec7a2 2261M: Aurelien Jarno <aurelien@aurel32.net>
215943b8 2262R: Aleksandar Rikalo <arikalo@wavecomp.com>
42f5a7e9
AJ
2263S: Maintained
2264F: tcg/mips/
c17652ee 2265F: disas/mips.c
42f5a7e9
AJ
2266
2267PPC
15610d42
PK
2268M: Richard Henderson <rth@twiddle.net>
2269S: Odd Fixes
42f5a7e9 2270F: tcg/ppc/
c17652ee 2271F: disas/ppc.c
42f5a7e9 2272
fb1f70f3 2273RISC-V
fb1f70f3
AF
2274M: Palmer Dabbelt <palmer@sifive.com>
2275M: Alistair Francis <Alistair.Francis@wdc.com>
2276L: qemu-riscv@nongnu.org
2277S: Maintained
2278F: tcg/riscv/
2279F: disas/riscv.c
2280
42f5a7e9 2281S390 target
42f5a7e9
AJ
2282M: Richard Henderson <rth@twiddle.net>
2283S: Maintained
2284F: tcg/s390/
c17652ee 2285F: disas/s390.c
146bd283 2286L: qemu-s390x@nongnu.org
42f5a7e9
AJ
2287
2288SPARC target
297e8005 2289S: Odd Fixes
42f5a7e9 2290F: tcg/sparc/
c17652ee 2291F: disas/sparc.c
bc75c9e5
SW
2292
2293TCI target
2294M: Stefan Weil <sw@weilnetz.de>
2295S: Maintained
8ef9cd55 2296F: tcg/tci/
752a2ae2 2297F: tcg/tci.c
c17652ee 2298F: disas/tci.c
aa09c951 2299
f05b328c
SH
2300Block drivers
2301-------------
2302VMDK
fe5ca46d 2303M: Fam Zheng <fam@euphon.net>
c95e4c0e 2304L: qemu-block@nongnu.org
f05b328c
SH
2305S: Supported
2306F: block/vmdk.c
2307
2308RBD
5a8ac6d9 2309M: Josh Durgin <jdurgin@redhat.com>
280458a3 2310L: qemu-block@nongnu.org
f05b328c
SH
2311S: Supported
2312F: block/rbd.c
2313
2314Sheepdog
f05b328c 2315M: Liu Yuan <namei.unix@gmail.com>
280458a3 2316L: qemu-block@nongnu.org
5f5246b6
JC
2317L: sheepdog@lists.wpkg.org
2318S: Odd Fixes
f05b328c
SH
2319F: block/sheepdog.c
2320
2321VHDX
5f5246b6 2322M: Jeff Cody <codyprime@gmail.com>
280458a3 2323L: qemu-block@nongnu.org
f05b328c
SH
2324S: Supported
2325F: block/vhdx*
2326
2327VDI
2328M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2329L: qemu-block@nongnu.org
f05b328c
SH
2330S: Maintained
2331F: block/vdi.c
2332
2333iSCSI
2334M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2335M: Paolo Bonzini <pbonzini@redhat.com>
2336M: Peter Lieven <pl@kamp.de>
c95e4c0e 2337L: qemu-block@nongnu.org
2185fd67 2338S: Odd Fixes
f05b328c 2339F: block/iscsi.c
2deb63c2 2340F: block/iscsi-opts.c
f05b328c 2341
99c62e70
EB
2342Network Block Device (NBD)
2343M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2344L: qemu-block@nongnu.org
2345S: Maintained
2346F: block/nbd*
2347F: nbd/
2348F: include/block/nbd*
2349F: qemu-nbd.*
2350F: blockdev-nbd.c
3229a835 2351F: docs/interop/nbd.txt
ebe2aad2 2352T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2353
6542aa9c
PL
2354NFS
2355M: Peter Lieven <pl@kamp.de>
280458a3 2356L: qemu-block@nongnu.org
6542aa9c
PL
2357S: Maintained
2358F: block/nfs.c
2359
f05b328c
SH
2360SSH
2361M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2362L: qemu-block@nongnu.org
f05b328c
SH
2363S: Supported
2364F: block/ssh.c
c9a12e75 2365
280458a3 2366CURL
280458a3
JC
2367L: qemu-block@nongnu.org
2368S: Supported
2369F: block/curl.c
280458a3
JC
2370
2371GLUSTER
280458a3
JC
2372L: qemu-block@nongnu.org
2373S: Supported
2374F: block/gluster.c
b5e9476c 2375
199667a8 2376Null Block Driver
fe5ca46d 2377M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2378L: qemu-block@nongnu.org
2379S: Supported
2380F: block/null.c
2381
bdd6a90a 2382NVMe Block Driver
fe5ca46d 2383M: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2384L: qemu-block@nongnu.org
2385S: Supported
2386F: block/nvme*
2387
b5e9476c
GA
2388Bootdevice
2389M: Gonglei <arei.gonglei@huawei.com>
2390S: Maintained
2391F: bootdevice.c
ecdda9e0
AG
2392
2393Quorum
2394M: Alberto Garcia <berto@igalia.com>
2395S: Supported
2396F: block/quorum.c
2397L: qemu-block@nongnu.org
e7c6e631 2398
bfcc224e
AV
2399blklogwrites
2400M: Ari Sundholm <ari@tuxera.com>
2401L: qemu-block@nongnu.org
2402S: Supported
2403F: block/blklogwrites.c
2404
e7c6e631
SH
2405blkverify
2406M: Stefan Hajnoczi <stefanha@redhat.com>
2407L: qemu-block@nongnu.org
2408S: Supported
2409F: block/blkverify.c
2410
2411bochs
2412M: Stefan Hajnoczi <stefanha@redhat.com>
2413L: qemu-block@nongnu.org
2414S: Supported
2415F: block/bochs.c
2416
2417cloop
2418M: Stefan Hajnoczi <stefanha@redhat.com>
2419L: qemu-block@nongnu.org
2420S: Supported
2421F: block/cloop.c
2422
2423dmg
2424M: Stefan Hajnoczi <stefanha@redhat.com>
2425L: qemu-block@nongnu.org
2426S: Supported
2427F: block/dmg.c
2428
2429parallels
2430M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2431M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2432L: qemu-block@nongnu.org
2433S: Supported
2434F: block/parallels.c
5746c1cd 2435F: docs/interop/parallels.txt
e7c6e631
SH
2436
2437qed
2438M: Stefan Hajnoczi <stefanha@redhat.com>
2439L: qemu-block@nongnu.org
2440S: Supported
2441F: block/qed.c
2442
2443raw
2444M: Kevin Wolf <kwolf@redhat.com>
2445L: qemu-block@nongnu.org
2446S: Supported
2447F: block/linux-aio.c
f586d5fc 2448F: include/block/raw-aio.h
2e6fc7eb 2449F: block/raw-format.c
c1bb86cd
EB
2450F: block/file-posix.c
2451F: block/file-win32.c
e7c6e631
SH
2452F: block/win32-aio.c
2453
2454qcow2
2455M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2456M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2457L: qemu-block@nongnu.org
2458S: Supported
2459F: block/qcow2*
b24f9882 2460F: docs/interop/qcow2.txt
e7c6e631
SH
2461
2462qcow
2463M: Kevin Wolf <kwolf@redhat.com>
2464L: qemu-block@nongnu.org
2465S: Supported
2466F: block/qcow.c
2467
2468blkdebug
2469M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2470M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2471L: qemu-block@nongnu.org
2472S: Supported
2473F: block/blkdebug.c
2474
2475vpc
2476M: Kevin Wolf <kwolf@redhat.com>
2477L: qemu-block@nongnu.org
2478S: Supported
2479F: block/vpc.c
2480
2481vvfat
2482M: Kevin Wolf <kwolf@redhat.com>
2483L: qemu-block@nongnu.org
2484S: Supported
2485F: block/vvfat.c
abfe4e94
SH
2486
2487Image format fuzzer
2488M: Stefan Hajnoczi <stefanha@redhat.com>
2489L: qemu-block@nongnu.org
2490S: Supported
2491F: tests/image-fuzzer/
717171bd 2492
049105a3 2493Replication
205f8618 2494M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2495M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2496S: Supported
2497F: replication*
2498F: block/replication.c
2499F: tests/test-replication.c
2500F: docs/block-replication.txt
2501
a3defabb
MA
2502PVRDMA
2503M: Yuval Shaia <yuval.shaia@oracle.com>
fe355cbd 2504M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2505S: Maintained
2506F: hw/rdma/*
2507F: hw/rdma/vmw/*
2508F: docs/pvrdma.txt
a5d2f6f8 2509F: contrib/rdmacm-mux/*
4a5c9903 2510F: qapi/rdma.json
a3defabb 2511
b9e02c06
AB
2512Build and test automation
2513-------------------------
0475a03e 2514Build and test automation
b9e02c06 2515M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 2516M: Fam Zheng <fam@euphon.net>
0d8ea8f1 2517R: Philippe Mathieu-Daudé <philmd@redhat.com>
b9e02c06 2518L: qemu-devel@nongnu.org
e70dc7f8 2519S: Maintained
b9e02c06 2520F: .travis.yml
0708e647 2521F: scripts/travis/
d92d886a 2522F: .shippable.yml
e70dc7f8 2523F: tests/docker/
18023821 2524F: tests/vm/
54dbfd85 2525F: scripts/archive-source.sh
e70dc7f8 2526W: https://travis-ci.org/qemu/qemu
2a747008 2527W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2528W: http://patchew.org/QEMU/
717171bd 2529
7162fbb4
EM
2530FreeBSD Hosted Continuous Integration
2531M: Ed Maste <emaste@freebsd.org>
2532M: Li-Wen Hsu <lwhsu@freebsd.org>
2533L: qemu-devel@nongnu.org
2534S: Maintained
2535F: .cirrus.yml
2536W: https://cirrus-ci.com/github/qemu/qemu
2537
0a8b05c7
TH
2538GitLab Continuous Integration
2539M: Thomas Huth <thuth@redhat.com>
2540S: Maintained
2541F: .gitlab-ci.yml
2542
7e97017e
AB
2543Guest Test Compilation Support
2544M: Alex Bennée <alex.bennee@linaro.org>
2545R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 2546S: Maintained
7e97017e 2547F: tests/tcg/Makefile
c722a9e4 2548F: tests/tcg/Makefile.include
7e97017e
AB
2549L: qemu-devel@nongnu.org
2550
717171bd
DB
2551Documentation
2552-------------
2553Build system architecture
2554M: Daniel P. Berrange <berrange@redhat.com>
2555S: Odd Fixes
c39cdbf6 2556F: docs/devel/build-system.txt
8a49e97f 2557
92329a7e
AB
2558GIT Data Mining Config
2559M: Alex Bennée <alex.bennee@linaro.org>
2560S: Odd Fixes
2561F: gitdm.config
2562F: contrib/gitdm/*
2563
b02c9bc3
MA
2564Incompatible changes
2565R: libvir-list@redhat.com
2566F: qemu-deprecated.texi
2567
aef45d51
DB
2568Build System
2569------------
2570GIT submodules
2571M: Daniel P. Berrange <berrange@redhat.com>
2572S: Odd Fixes
2573F: scripts/git-submodule.sh
c10e01b9
PM
2574
2575Sphinx documentation configuration and build machinery
2576M: Peter Maydell <peter.maydell@linaro.org>
2577S: Maintained
2578F: docs/conf.py
2579F: docs/*/conf.py