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