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