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