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