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