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