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