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