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