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