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