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