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