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