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