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