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