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