]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: Add missing entries to the vhost 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
72c1e865 1385F: contrib/vhost-user-*/
fd5d5c56
AL
1386
1387virtio
a75143ed 1388M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1389S: Supported
8d8b636d 1390F: hw/*/virtio*
72fa605d
TH
1391F: hw/virtio/Makefile.objs
1392F: hw/virtio/trace-events
6a084ea3 1393F: net/vhost-user.c
494f7b57 1394F: include/hw/virtio/
6bd7776c 1395F: tests/virtio-balloon-test.c
fd5d5c56
AL
1396
1397virtio-9p
8c1cd719 1398M: Greg Kurz <groug@kaod.org>
fd5d5c56 1399S: Supported
aebeca25
AF
1400F: hw/9pfs/
1401F: fsdev/
2d888c09 1402F: tests/virtio-9p-test.c
e18a8b34 1403T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1404
1405virtio-blk
54d01a00 1406M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1407L: qemu-block@nongnu.org
fd5d5c56 1408S: Supported
8d8b636d 1409F: hw/block/virtio-blk.c
b457a5f5 1410F: hw/block/dataplane/*
6bd7776c 1411F: tests/virtio-blk-test.c
e18a8b34 1412T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1413
dd4ad64a 1414virtio-ccw
c1976ae7 1415M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1416M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1417S: Supported
901f5f16 1418F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1419F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1420T: git https://github.com/cohuck/qemu.git s390-next
1421T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1422L: qemu-s390x@nongnu.org
dd4ad64a 1423
a5d4d7b5
GH
1424virtio-input
1425M: Gerd Hoffmann <kraxel@redhat.com>
1426S: Maintained
1427F: hw/input/virtio-input*.c
1428F: include/hw/virtio/virtio-input.h
1429
fd5d5c56 1430virtio-serial
cee887d9 1431M: Amit Shah <amit@kernel.org>
fd5d5c56 1432S: Supported
8d8b636d
PB
1433F: hw/char/virtio-serial-bus.c
1434F: hw/char/virtio-console.c
68a5e38a 1435F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1436F: tests/virtio-console-test.c
1437F: tests/virtio-serial-test.c
fd5d5c56 1438
1f51a5cb 1439virtio-rng
cee887d9 1440M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1441S: Supported
1442F: hw/virtio/virtio-rng.c
1443F: include/hw/virtio/virtio-rng.h
750cf869 1444F: include/sysemu/rng*.h
1f51a5cb 1445F: backends/rng*.c
6bd7776c 1446F: tests/virtio-rng-test.c
1f51a5cb 1447
6034011c
GA
1448virtio-crypto
1449M: Gonglei <arei.gonglei@huawei.com>
1450S: Supported
1451F: hw/virtio/virtio-crypto.c
1452F: hw/virtio/virtio-crypto-pci.c
1453F: include/hw/virtio/virtio-crypto.h
1454
f3c507ad
KB
1455nvme
1456M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1457L: qemu-block@nongnu.org
f3c507ad
KB
1458S: Supported
1459F: hw/block/nvme*
fc967791 1460F: tests/nvme-test.c
f3c507ad 1461
d383c625 1462megasas
3fdfb8b6 1463M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1464L: qemu-block@nongnu.org
d383c625
HR
1465S: Supported
1466F: hw/scsi/megasas.c
1467F: hw/scsi/mfi.h
3fdfb8b6 1468F: tests/megasas-test.c
d383c625 1469
605d52e6 1470Network packet abstractions
bf4835a4 1471M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1472S: Maintained
1473F: include/net/eth.h
1474F: net/eth.c
1475F: hw/net/net_rx_pkt*
1476F: hw/net/net_tx_pkt*
1477
622fb504 1478Vmware
bf4835a4 1479M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1480S: Maintained
1481F: hw/net/vmxnet*
1482F: hw/scsi/vmw_pvscsi*
5a49c1b3 1483F: tests/vmxnet3-test.c
622fb504 1484
de24d3f1 1485Rocker
de24d3f1
SF
1486M: Jiri Pirko <jiri@resnulli.us>
1487S: Maintained
1488F: hw/net/rocker/
de850948
TH
1489F: tests/rocker/
1490F: docs/specs/rocker.txt
de24d3f1 1491
70d1fb9c 1492NVDIMM
7a5bd53d 1493M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1494S: Maintained
1495F: hw/acpi/nvdimm.c
1496F: hw/mem/nvdimm.c
1497F: include/hw/mem/nvdimm.h
1498
093454e2 1499e1000x
bf4835a4 1500M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1501S: Maintained
1502F: hw/net/e1000x*
1503
6f3fbe4e 1504e1000e
bf4835a4 1505M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1506S: Maintained
1507F: hw/net/e1000e*
1508
ebc2327f
SW
1509eepro100
1510M: Stefan Weil <sw@weilnetz.de>
1511S: Maintained
1512F: hw/net/eepro100.c
1513
e481a1f6 1514Generic Loader
c22e580c 1515M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1516S: Maintained
1517F: hw/core/generic-loader.c
1518F: include/hw/core/generic-loader.h
c5e2ac7e 1519F: docs/generic-loader.txt
e481a1f6 1520
645d3cbe
SH
1521Intel Hexadecimal Object File Loader
1522M: Su Hang <suhang16@mails.ucas.ac.cn>
1523S: Maintained
1524F: tests/hexloader-test.c
4b2ff65a 1525F: tests/data/hex-loader/test.hex
645d3cbe 1526
87a9023a
TH
1527CHRP NVRAM
1528M: Thomas Huth <thuth@redhat.com>
1529S: Maintained
1530F: hw/nvram/chrp_nvram.c
1531F: include/hw/nvram/chrp_nvram.h
1532F: tests/prom-env-test.c
1533
42697d88
BW
1534VM Generation ID
1535M: Ben Warren <ben@skyportsystems.com>
1536S: Maintained
1537F: hw/acpi/vmgenid.c
1538F: include/hw/acpi/vmgenid.h
1539F: docs/specs/vmgenid.txt
1540F: tests/vmgenid-test.c
1541F: stubs/vmgenid.c
1542
747969db
PMD
1543Unimplemented device
1544M: Peter Maydell <peter.maydell@linaro.org>
1545R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1546S: Maintained
1547F: include/hw/misc/unimp.h
1548F: hw/misc/unimp.c
1549
dbb2e472
GH
1550Standard VGA
1551M: Gerd Hoffmann <kraxel@redhat.com>
1552S: Maintained
1553F: hw/display/vga*
1554F: hw/display/bochs-display.c
1555F: include/hw/display/vga.h
1556F: include/hw/display/bochs-vbe.h
1557
58d632c7
GH
1558ramfb
1559M: Gerd Hoffmann <kraxel@redhat.com>
1560S: Maintained
1561F: hw/display/ramfb*.c
1562F: include/hw/display/ramfb.h
1563
dbb2e472
GH
1564virtio-gpu
1565M: Gerd Hoffmann <kraxel@redhat.com>
1566S: Maintained
1567F: hw/display/virtio-gpu*
1568F: hw/display/virtio-vga.c
1569F: include/hw/virtio/virtio-gpu.h
1570
1571Cirrus VGA
1572M: Gerd Hoffmann <kraxel@redhat.com>
1573S: Odd Fixes
1574W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1575F: hw/display/cirrus*
1576
72d277a7
GH
1577EDID Generator
1578M: Gerd Hoffmann <kraxel@redhat.com>
1579S: Maintained
1580F: hw/display/edid*
1581F: include/hw/display/edid.h
1582F: qemu-edid.c
1583
15ffb43c
PMD
1584Firmware configuration (fw_cfg)
1585M: Philippe Mathieu-Daudé <philmd@redhat.com>
1586R: Laszlo Ersek <lersek@redhat.com>
1587R: Gerd Hoffmann <kraxel@redhat.com>
1588S: Supported
1589F: docs/specs/fw_cfg.txt
1590F: hw/nvram/fw_cfg.c
1591F: include/hw/nvram/fw_cfg.h
1592F: include/standard-headers/linux/qemu_fw_cfg.h
1593F: tests/libqos/fw_cfg.c
1594F: tests/fw_cfg-test.c
1595T: git https://github.com/philmd/qemu.git fw_cfg-next
1596
fd5d5c56
AL
1597Subsystems
1598----------
1599Audio
9f575846 1600M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1601S: Maintained
1602F: audio/
8d8b636d 1603F: hw/audio/
a2b245ae 1604F: include/hw/audio/
d7b50c0c 1605F: tests/ac97-test.c
8fa74c94 1606F: tests/es1370-test.c
fbaf445a 1607F: tests/intel-hda-test.c
fd5d5c56 1608
17f1e8f5 1609Block layer core
fd5d5c56 1610M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1611M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1612L: qemu-block@nongnu.org
fd5d5c56
AL
1613S: Supported
1614F: block*
1615F: block/
8d8b636d 1616F: hw/block/
4c346e0b 1617F: include/block/
46078760
KW
1618F: qemu-img*
1619F: qemu-io*
29242091 1620F: tests/qemu-iotests/
8dd30c86 1621F: util/qemu-progress.c
0bcc8e5b 1622F: qobject/block-qdict.c
c468e368 1623F: tests/check-block-qdict.c
ebe2aad2 1624T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 1625
d55053b1
SH
1626Block I/O path
1627M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1628M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1629L: qemu-block@nongnu.org
1630S: Supported
36c697bd
PB
1631F: util/async.c
1632F: util/aio-*.c
d55053b1
SH
1633F: block/io.c
1634F: migration/block*
e1029ae2 1635F: include/block/aio.h
f5a53faa 1636F: include/block/aio-wait.h
0a4f9ad1 1637F: scripts/qemugdb/aio.py
e18a8b34 1638T: git https://github.com/stefanha/qemu.git block
d55053b1 1639
e5b5728c
PB
1640Block SCSI subsystem
1641M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1642R: Fam Zheng <famz@redhat.com>
e5b5728c
PB
1643L: qemu-block@nongnu.org
1644S: Supported
1645F: include/scsi/*
1646F: scsi/*
1647
280458a3
JC
1648Block Jobs
1649M: Jeff Cody <jcody@redhat.com>
1650L: qemu-block@nongnu.org
1651S: Supported
1652F: blockjob.c
1653F: include/block/blockjob.h
33e9e9bd 1654F: job.c
1a90bc81 1655F: job-qmp.c
c468e368 1656F: include/qemu/job.h
280458a3
JC
1657F: block/backup.c
1658F: block/commit.c
77346025 1659F: block/stream.c
280458a3 1660F: block/mirror.c
bf42508f 1661F: qapi/job.json
e18a8b34 1662T: git https://github.com/codyprime/qemu-kvm-jtc.git block
280458a3 1663
4120201d
MA
1664Block QAPI, monitor, command line
1665M: Markus Armbruster <armbru@redhat.com>
1666S: Supported
1667F: blockdev.c
1668F: block/qapi.c
1669F: qapi/block*.json
fa988e39 1670F: qapi/transaction.json
ebe2aad2 1671T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 1672
538193bc
JS
1673Dirty Bitmaps
1674M: Fam Zheng <famz@redhat.com>
1675M: John Snow <jsnow@redhat.com>
1676L: qemu-block@nongnu.org
1677S: Supported
1678F: util/hbitmap.c
1679F: block/dirty-bitmap.c
1680F: include/qemu/hbitmap.h
1681F: include/block/dirty-bitmap.h
1682F: tests/test-hbitmap.c
5746c1cd 1683F: docs/interop/bitmaps.rst
e18a8b34
SH
1684T: git https://github.com/famz/qemu.git bitmaps
1685T: git https://github.com/jnsnow/qemu.git bitmaps
538193bc 1686
61af0ee6 1687Character device backends
55fc84a7 1688M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 1689R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 1690S: Maintained
178fe0ae 1691F: chardev/
8228e353 1692F: include/chardev/
dbeee392 1693F: qapi/char.json
fd5d5c56 1694
e26082fd
PB
1695Character Devices (Braille)
1696M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1697S: Maintained
6b10e573 1698F: chardev/baum.c
fd5d5c56 1699
e94630d3
MA
1700Command line option argument parsing
1701M: Markus Armbruster <armbru@redhat.com>
1702S: Supported
1703F: include/qemu/option.h
1704F: tests/test-keyval.c
1705F: tests/test-qemu-opts.c
1706F: util/keyval.c
1707F: util/qemu-option.c
1708
8c413e79
MA
1709Coverity model
1710M: Markus Armbruster <armbru@redhat.com>
1711S: Supported
1712F: scripts/coverity-model.c
1713
f2ca0524 1714CPU
12b0e69c 1715L: qemu-devel@nongnu.org
f2ca0524
AF
1716S: Supported
1717F: qom/cpu.c
6e481d57 1718F: include/qom/cpu.h
f2ca0524 1719
d24b569a 1720Device Tree
4b46ba61 1721M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1722M: Alexander Graf <agraf@suse.de>
1723S: Maintained
82407515
TH
1724F: device_tree.c
1725F: include/sysemu/device_tree.h
d24b569a 1726
3505a22b
MAL
1727Dump
1728S: Supported
1729M: Marc-André Lureau <marcandre.lureau@redhat.com>
1730F: dump.c
1731F: hw/misc/vmcoreinfo.c
1732F: include/hw/misc/vmcoreinfo.h
1733F: include/sysemu/dump-arch.h
1734F: include/sysemu/dump.h
1735F: scripts/dump-guest-memory.py
1736F: stubs/dump.c
1737
4f966768
MA
1738Error reporting
1739M: Markus Armbruster <armbru@redhat.com>
1740S: Supported
1741F: include/qapi/error.h
1742F: include/qemu/error-report.h
1743F: util/error.c
1744F: util/qemu-error.c
1745
fd5d5c56 1746GDB stub
5dd4a88c 1747L: qemu-devel@nongnu.org
fd5d5c56
AL
1748S: Odd Fixes
1749F: gdbstub*
1750F: gdb-xml/
1751
01a9c03c
PB
1752Memory API
1753M: Paolo Bonzini <pbonzini@redhat.com>
1754S: Supported
1755F: include/exec/ioport.h
1756F: ioport.c
1757F: include/exec/memory.h
2b1641d0 1758F: include/exec/ram_addr.h
01a9c03c
PB
1759F: memory.c
1760F: include/exec/memory-internal.h
1761F: exec.c
1762
7ee3bf03
GH
1763SPICE
1764M: Gerd Hoffmann <kraxel@redhat.com>
1765S: Supported
6e481d57 1766F: include/ui/qemu-spice.h
438528a3 1767F: include/ui/spice-display.h
7ee3bf03
GH
1768F: ui/spice-*.c
1769F: audio/spiceaudio.c
8d8b636d 1770F: hw/display/qxl*
608cfed6 1771F: qapi/ui.json
7ee3bf03 1772
fd5d5c56 1773Graphics
25eccc37
GH
1774M: Gerd Hoffmann <kraxel@redhat.com>
1775S: Odd Fixes
fd5d5c56 1776F: ui/
e220656c 1777F: include/ui/
608cfed6 1778F: qapi/ui.json
b1d38037 1779F: util/drm.c
fd5d5c56 1780
351f1bf6 1781Cocoa graphics
30ef3c74 1782M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1783S: Odd Fixes
1784F: ui/cocoa.m
1785
fd5d5c56 1786Main loop
da26f37a
PB
1787M: Paolo Bonzini <pbonzini@redhat.com>
1788S: Maintained
1789F: cpus.c
3ecb29a3
PB
1790F: util/main-loop.c
1791F: util/qemu-timer.c
fd5d5c56 1792F: vl.c
0e201d34 1793F: qapi/run-state.json
fd5d5c56 1794
8899b4ae 1795Human Monitor (HMP)
c833fb4a 1796M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1797S: Maintained
fd5d5c56 1798F: monitor.c
c13e9912
TH
1799F: hmp.[ch]
1800F: hmp-commands*.hx
1801F: include/monitor/hmp-target.h
bbcee372 1802F: tests/test-hmp.c
fd5d5c56 1803
f536f112 1804Network device backends
442469e6 1805M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1806S: Maintained
1807F: net/
d24b2b1c 1808F: include/net/
e18a8b34 1809T: git https://github.com/jasowang/qemu.git net
3c0bd37d 1810F: qapi/net.json
fd5d5c56 1811
aee09baf
VM
1812Netmap network backend
1813M: Luigi Rizzo <rizzo@iet.unipi.it>
1814M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1815M: Vincenzo Maffione <v.maffione@gmail.com>
1816W: http://info.iet.unipi.it/~luigi/netmap/
1817S: Maintained
1818F: net/netmap.c
1819
2f54eb98
EH
1820NUMA
1821M: Eduardo Habkost <ehabkost@redhat.com>
1822S: Maintained
1823F: numa.c
1824F: include/sysemu/numa.h
e18a8b34 1825T: git https://github.com/ehabkost/qemu.git machine-next
2f54eb98 1826
4fc264f4
EH
1827Host Memory Backends
1828M: Eduardo Habkost <ehabkost@redhat.com>
1829M: Igor Mammedov <imammedo@redhat.com>
1830S: Maintained
1831F: backends/hostmem*.c
1832F: include/sysemu/hostmem.h
e18a8b34 1833T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 1834
6034011c
GA
1835Cryptodev Backends
1836M: Gonglei <arei.gonglei@huawei.com>
1837S: Maintained
1838F: include/sysemu/cryptodev*.h
1839F: backends/cryptodev*.c
1840
ad904f66
EH
1841Python scripts
1842M: Eduardo Habkost <ehabkost@redhat.com>
1843M: Cleber Rosa <crosa@redhat.com>
1844S: Odd fixes
1845F: scripts/qmp/*
1846F: scripts/*.py
1847F: tests/*.py
1848
8899b4ae 1849QAPI
9740618c 1850M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1851M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1852S: Supported
8899b4ae 1853F: qapi/
0311c5bd 1854X: qapi/*.json
ac4abb9a
MA
1855F: include/qapi/
1856X: include/qapi/qmp/
1857F: include/qapi/qmp/dispatch.h
c0bd0b50 1858F: tests/qapi-schema/
ac4abb9a 1859F: tests/test-*-visitor.c
e94630d3 1860F: tests/test-qapi-*.c
ac4abb9a 1861F: tests/test-qmp-*.c
e94630d3 1862F: tests/test-visitor-serialization.c
be25fcc4
MA
1863F: scripts/qapi-gen.py
1864F: scripts/qapi/*
c39cdbf6 1865F: docs/devel/qapi*
ebe2aad2 1866T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1867
7810d291
LC
1868QAPI Schema
1869M: Eric Blake <eblake@redhat.com>
7810d291
LC
1870M: Markus Armbruster <armbru@redhat.com>
1871S: Supported
0311c5bd 1872F: qapi/*.json
ebe2aad2 1873T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1874
f3582ba4 1875QObject
daf5dc78
MA
1876M: Markus Armbruster <armbru@redhat.com>
1877S: Supported
f3582ba4 1878F: qobject/
7735d2b5
MA
1879F: include/qapi/qmp/
1880X: include/qapi/qmp/dispatch.h
a2f3453e 1881F: scripts/coccinelle/qobject.cocci
7735d2b5 1882F: tests/check-qdict.c
01b2ffce 1883F: tests/check-qnum.c
7735d2b5
MA
1884F: tests/check-qjson.c
1885F: tests/check-qlist.c
1886F: tests/check-qstring.c
ebe2aad2 1887T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1888
f05d9999
MR
1889QEMU Guest Agent
1890M: Michael Roth <mdroth@linux.vnet.ibm.com>
1891S: Maintained
1892F: qga/
ab7f9f7d
PMD
1893F: qemu-ga.texi
1894F: scripts/qemu-guest-agent/
1895F: tests/test-qga.c
1896F: docs/interop/qemu-ga-ref.texi
e18a8b34 1897T: git https://github.com/mdroth/qemu.git qga
f05d9999 1898
4688c94c 1899QOM
4688c94c
AF
1900M: Andreas Färber <afaerber@suse.de>
1901S: Supported
e18a8b34 1902T: git https://github.com/afaerber/qemu-cpu.git qom-next
4688c94c
AF
1903F: include/qom/
1904X: include/qom/cpu.h
1905F: qom/
1906X: qom/cpu.c
9f4aa7ce
AF
1907F: tests/check-qom-interface.c
1908F: tests/check-qom-proplist.c
4688c94c 1909
8899b4ae 1910QMP
9740618c
LC
1911M: Markus Armbruster <armbru@redhat.com>
1912S: Supported
8899b4ae
LC
1913F: qmp.c
1914F: monitor.c
c39cdbf6 1915F: docs/devel/*qmp-*
9740618c 1916F: scripts/qmp/
f66e7ac8 1917F: tests/qmp-test.c
d93bb9d5 1918F: tests/qmp-cmd-test.c
ebe2aad2 1919T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1920
98a43bf0 1921qtest
98a43bf0
PB
1922M: Thomas Huth <thuth@redhat.com>
1923M: Laurent Vivier <lvivier@redhat.com>
2185fd67 1924R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0
PB
1925S: Maintained
1926F: qtest.c
1927F: tests/libqtest.*
1928F: tests/libqos/
1929F: tests/*-test.c
1930
cc0100f4 1931Register API
c22e580c 1932M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
1933S: Maintained
1934F: hw/core/register.c
1935F: include/hw/register.h
06a7b243 1936F: include/hw/registerfields.h
cc0100f4 1937
fd5d5c56 1938SLIRP
eda509fa 1939M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1940M: Jan Kiszka <jan.kiszka@siemens.com>
1941S: Maintained
fd5d5c56 1942F: slirp/
663fb1e1 1943F: net/slirp.c
d24b2b1c 1944F: include/net/slirp.h
02cffe24 1945T: git https://people.debian.org/~sthibault/qemu.git slirp
1ab09a40 1946T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1947
b1ed728a
PB
1948Stubs
1949M: Paolo Bonzini <pbonzini@redhat.com>
1950S: Maintained
1951F: stubs/
1952
598a3f35 1953Tracing
1cd0f8ce 1954M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1955S: Maintained
1956F: trace/
0e076292
TH
1957F: trace-events
1958F: qemu-option-trace.texi
f70fd8fd
LV
1959F: scripts/tracetool.py
1960F: scripts/tracetool/
c39cdbf6 1961F: docs/devel/tracing.txt
e18a8b34 1962T: git https://github.com/stefanha/qemu.git tracing
598a3f35 1963
3859b6cf 1964TPM
1f63669e 1965M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 1966S: Maintained
3859b6cf 1967F: tpm.c
c39f95dc 1968F: stubs/tpm.c
3859b6cf
MA
1969F: hw/tpm/*
1970F: include/hw/acpi/tpm.h
1971F: include/sysemu/tpm*
1972F: qapi/tpm.json
6b4f250b 1973F: backends/tpm.c
adb0e917 1974F: tests/*tpm*
e18a8b34 1975T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 1976
14f40fdc 1977Checkpatch
14f40fdc
BS
1978S: Odd Fixes
1979F: scripts/checkpatch.pl
1980
c0787c8d
JQ
1981Migration
1982M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1983M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1984S: Maintained
1985F: include/migration/
44a1f946 1986F: migration/
c5515640
AS
1987F: scripts/vmstate-static-checker.py
1988F: tests/vmstate-static-checker-data/
2656bfd9 1989F: tests/migration-test.c
c468e368 1990F: docs/devel/migration.rst
48685a8e 1991F: qapi/migration.json
c0787c8d 1992
92bfedb0 1993Seccomp
064983cb 1994M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1995S: Supported
1996F: qemu-seccomp.c
1997F: include/sysemu/seccomp.h
1998
ddbb0d09
DB
1999Cryptography
2000M: Daniel P. Berrange <berrange@redhat.com>
2001S: Maintained
2002F: crypto/
2003F: include/crypto/
2004F: tests/test-crypto-*
3947ecfc 2005F: tests/benchmark-crypto-*
899833cd 2006F: qemu.sasl
ddbb0d09 2007
10817bf0
DB
2008Coroutines
2009M: Stefan Hajnoczi <stefanha@redhat.com>
2010M: Kevin Wolf <kwolf@redhat.com>
2011F: util/*coroutine*
2012F: include/qemu/coroutine*
2013F: tests/test-coroutine.c
2014
88c5f205
DB
2015Buffers
2016M: Daniel P. Berrange <berrange@redhat.com>
2017S: Odd fixes
2018F: util/buffer.c
2019F: include/qemu/buffer.h
2020
666a3af9
DB
2021I/O Channels
2022M: Daniel P. Berrange <berrange@redhat.com>
2023S: Maintained
2024F: io/
2025F: include/io/
2026F: tests/test-io-*
2027
5614a283
GH
2028Sockets
2029M: Daniel P. Berrange <berrange@redhat.com>
2030M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2031S: Maintained
2032F: include/qemu/sockets.h
2033F: util/qemu-sockets.c
a2ff5a48 2034F: qapi/sockets.json
5614a283 2035
d310d85b
AG
2036Throttling infrastructure
2037M: Alberto Garcia <berto@igalia.com>
2038S: Supported
2039F: block/throttle-groups.c
2040F: include/block/throttle-groups.h
89603938 2041F: include/qemu/throttle*.h
d310d85b 2042F: util/throttle.c
89603938
PMD
2043F: docs/throttle.txt
2044F: tests/test-throttle.c
d310d85b
AG
2045L: qemu-block@nongnu.org
2046
080d7aac
FZ
2047UUID
2048M: Fam Zheng <famz@redhat.com>
2049S: Supported
2050F: util/uuid.c
2051F: include/qemu/uuid.h
2052F: tests/test-uuid.c
2053
a4cc318e
HZ
2054COLO Framework
2055M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2056S: Maintained
2057F: migration/colo*
2058F: include/migration/colo.h
2059F: include/migration/failover.h
2060F: docs/COLO-FT.txt
2061
88f82ed1 2062COLO Proxy
b38576cd 2063M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
2064M: Li Zhijian <lizhijian@cn.fujitsu.com>
2065S: Supported
2066F: docs/colo-proxy.txt
2067F: net/colo*
2068F: net/filter-rewriter.c
2069F: net/filter-mirror.c
2070
62258201
PD
2071Record/replay
2072M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2073R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2074W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2075S: Supported
2076F: replay/*
2077F: block/blkreplay.c
2078F: net/filter-replay.c
2079F: include/sysemu/replay.h
2080F: docs/replay.txt
2081F: stubs/replay.c
2082
eecf5eed
PX
2083IOVA Tree
2084M: Peter Xu <peterx@redhat.com>
2085S: Maintained
2086F: include/qemu/iova-tree.h
2087F: util/iova-tree.c
2088
5ee547bb
VP
2089elf2dmp
2090M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2091S: Maintained
2092F: contrib/elf2dmp/
2093
fd5d5c56
AL
2094Usermode Emulation
2095------------------
486bbe5f
PB
2096Overall
2097M: Riku Voipio <riku.voipio@iki.fi>
2098S: Maintained
2099F: thunk.c
58410666 2100F: accel/tcg/user-exec*.c
486bbe5f 2101
fd5d5c56 2102BSD user
297e8005 2103S: Orphan
fd5d5c56 2104F: bsd-user/
ccf0a57b 2105F: default-configs/*-bsd-user.mak
fd5d5c56 2106
fd5d5c56
AL
2107Linux user
2108M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 2109R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2110S: Maintained
2111F: linux-user/
ccf0a57b 2112F: default-configs/*-linux-user.mak
e5dd9875 2113F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
2114
2115Tiny Code Generator (TCG)
2116-------------------------
2117Common code
cc7772bd 2118M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2119S: Maintained
2120F: tcg/
2121
b25a464c
CF
2122AArch64 target
2123M: Claudio Fontana <claudio.fontana@huawei.com>
2124M: Claudio Fontana <claudio.fontana@gmail.com>
2125S: Maintained
b4f2bd1c 2126L: qemu-arm@nongnu.org
b25a464c 2127F: tcg/aarch64/
c17652ee
PB
2128F: disas/arm-a64.cc
2129F: disas/libvixl/
b25a464c 2130
42f5a7e9
AJ
2131ARM target
2132M: Andrzej Zaborowski <balrogg@gmail.com>
2133S: Maintained
b4f2bd1c 2134L: qemu-arm@nongnu.org
42f5a7e9 2135F: tcg/arm/
c17652ee 2136F: disas/arm.c
42f5a7e9 2137
42f5a7e9 2138i386 target
5dd4a88c 2139L: qemu-devel@nongnu.org
42f5a7e9
AJ
2140S: Maintained
2141F: tcg/i386/
c17652ee 2142F: disas/i386.c
42f5a7e9 2143
42f5a7e9 2144MIPS target
d6eec7a2 2145M: Aurelien Jarno <aurelien@aurel32.net>
90b27c4c 2146R: Stefan Markovic <smarkovic@wavecomp.com>
42f5a7e9
AJ
2147S: Maintained
2148F: tcg/mips/
c17652ee 2149F: disas/mips.c
42f5a7e9
AJ
2150
2151PPC
15610d42
PK
2152M: Richard Henderson <rth@twiddle.net>
2153S: Odd Fixes
42f5a7e9 2154F: tcg/ppc/
c17652ee 2155F: disas/ppc.c
42f5a7e9
AJ
2156
2157S390 target
42f5a7e9
AJ
2158M: Richard Henderson <rth@twiddle.net>
2159S: Maintained
2160F: tcg/s390/
c17652ee 2161F: disas/s390.c
146bd283 2162L: qemu-s390x@nongnu.org
42f5a7e9
AJ
2163
2164SPARC target
297e8005 2165S: Odd Fixes
42f5a7e9 2166F: tcg/sparc/
c17652ee 2167F: disas/sparc.c
bc75c9e5
SW
2168
2169TCI target
2170M: Stefan Weil <sw@weilnetz.de>
2171S: Maintained
8ef9cd55 2172F: tcg/tci/
752a2ae2 2173F: tcg/tci.c
c17652ee 2174F: disas/tci.c
aa09c951 2175
f05b328c
SH
2176Block drivers
2177-------------
2178VMDK
2179M: Fam Zheng <famz@redhat.com>
c95e4c0e 2180L: qemu-block@nongnu.org
f05b328c
SH
2181S: Supported
2182F: block/vmdk.c
2183
2184RBD
5a8ac6d9 2185M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
2186M: Jeff Cody <jcody@redhat.com>
2187L: qemu-block@nongnu.org
f05b328c
SH
2188S: Supported
2189F: block/rbd.c
e18a8b34 2190T: git https://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
2191
2192Sheepdog
f05b328c 2193M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
2194M: Jeff Cody <jcody@redhat.com>
2195L: qemu-block@nongnu.org
f05b328c
SH
2196S: Supported
2197F: block/sheepdog.c
e18a8b34 2198T: git https://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
2199
2200VHDX
2201M: Jeff Cody <jcody@redhat.com>
280458a3 2202L: qemu-block@nongnu.org
f05b328c
SH
2203S: Supported
2204F: block/vhdx*
e18a8b34 2205T: git https://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
2206
2207VDI
2208M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2209L: qemu-block@nongnu.org
f05b328c
SH
2210S: Maintained
2211F: block/vdi.c
2212
2213iSCSI
2214M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2215M: Paolo Bonzini <pbonzini@redhat.com>
2216M: Peter Lieven <pl@kamp.de>
c95e4c0e 2217L: qemu-block@nongnu.org
2185fd67 2218S: Odd Fixes
f05b328c 2219F: block/iscsi.c
2deb63c2 2220F: block/iscsi-opts.c
f05b328c 2221
99c62e70
EB
2222Network Block Device (NBD)
2223M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2224L: qemu-block@nongnu.org
2225S: Maintained
2226F: block/nbd*
2227F: nbd/
2228F: include/block/nbd*
2229F: qemu-nbd.*
2230F: blockdev-nbd.c
3229a835 2231F: docs/interop/nbd.txt
ebe2aad2 2232T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2233
6542aa9c 2234NFS
280458a3 2235M: Jeff Cody <jcody@redhat.com>
6542aa9c 2236M: Peter Lieven <pl@kamp.de>
280458a3 2237L: qemu-block@nongnu.org
6542aa9c
PL
2238S: Maintained
2239F: block/nfs.c
e18a8b34 2240T: git https://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 2241
f05b328c
SH
2242SSH
2243M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
2244M: Jeff Cody <jcody@redhat.com>
2245L: qemu-block@nongnu.org
f05b328c
SH
2246S: Supported
2247F: block/ssh.c
e18a8b34 2248T: git https://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 2249
280458a3
JC
2250CURL
2251M: Jeff Cody <jcody@redhat.com>
2252L: qemu-block@nongnu.org
2253S: Supported
2254F: block/curl.c
e18a8b34 2255T: git https://github.com/codyprime/qemu-kvm-jtc.git block
280458a3
JC
2256
2257GLUSTER
2258M: Jeff Cody <jcody@redhat.com>
2259L: qemu-block@nongnu.org
2260S: Supported
2261F: block/gluster.c
e18a8b34 2262T: git https://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 2263
199667a8
FZ
2264Null Block Driver
2265M: Fam Zheng <famz@redhat.com>
2266L: qemu-block@nongnu.org
2267S: Supported
2268F: block/null.c
2269
bdd6a90a
FZ
2270NVMe Block Driver
2271M: Fam Zheng <famz@redhat.com>
2272L: qemu-block@nongnu.org
2273S: Supported
2274F: block/nvme*
2275
b5e9476c
GA
2276Bootdevice
2277M: Gonglei <arei.gonglei@huawei.com>
2278S: Maintained
2279F: bootdevice.c
ecdda9e0
AG
2280
2281Quorum
2282M: Alberto Garcia <berto@igalia.com>
2283S: Supported
2284F: block/quorum.c
2285L: qemu-block@nongnu.org
e7c6e631 2286
bfcc224e
AV
2287blklogwrites
2288M: Ari Sundholm <ari@tuxera.com>
2289L: qemu-block@nongnu.org
2290S: Supported
2291F: block/blklogwrites.c
2292
e7c6e631
SH
2293blkverify
2294M: Stefan Hajnoczi <stefanha@redhat.com>
2295L: qemu-block@nongnu.org
2296S: Supported
2297F: block/blkverify.c
2298
2299bochs
2300M: Stefan Hajnoczi <stefanha@redhat.com>
2301L: qemu-block@nongnu.org
2302S: Supported
2303F: block/bochs.c
2304
2305cloop
2306M: Stefan Hajnoczi <stefanha@redhat.com>
2307L: qemu-block@nongnu.org
2308S: Supported
2309F: block/cloop.c
2310
2311dmg
2312M: Stefan Hajnoczi <stefanha@redhat.com>
2313L: qemu-block@nongnu.org
2314S: Supported
2315F: block/dmg.c
2316
2317parallels
2318M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2319M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2320L: qemu-block@nongnu.org
2321S: Supported
2322F: block/parallels.c
5746c1cd 2323F: docs/interop/parallels.txt
e7c6e631
SH
2324
2325qed
2326M: Stefan Hajnoczi <stefanha@redhat.com>
2327L: qemu-block@nongnu.org
2328S: Supported
2329F: block/qed.c
2330
2331raw
2332M: Kevin Wolf <kwolf@redhat.com>
2333L: qemu-block@nongnu.org
2334S: Supported
2335F: block/linux-aio.c
f586d5fc 2336F: include/block/raw-aio.h
2e6fc7eb 2337F: block/raw-format.c
c1bb86cd
EB
2338F: block/file-posix.c
2339F: block/file-win32.c
e7c6e631
SH
2340F: block/win32-aio.c
2341
2342qcow2
2343M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2344M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2345L: qemu-block@nongnu.org
2346S: Supported
2347F: block/qcow2*
b24f9882 2348F: docs/interop/qcow2.txt
e7c6e631
SH
2349
2350qcow
2351M: Kevin Wolf <kwolf@redhat.com>
2352L: qemu-block@nongnu.org
2353S: Supported
2354F: block/qcow.c
2355
2356blkdebug
2357M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2358M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2359L: qemu-block@nongnu.org
2360S: Supported
2361F: block/blkdebug.c
2362
2363vpc
2364M: Kevin Wolf <kwolf@redhat.com>
2365L: qemu-block@nongnu.org
2366S: Supported
2367F: block/vpc.c
2368
2369vvfat
2370M: Kevin Wolf <kwolf@redhat.com>
2371L: qemu-block@nongnu.org
2372S: Supported
2373F: block/vvfat.c
abfe4e94
SH
2374
2375Image format fuzzer
2376M: Stefan Hajnoczi <stefanha@redhat.com>
2377L: qemu-block@nongnu.org
2378S: Supported
2379F: tests/image-fuzzer/
717171bd 2380
049105a3 2381Replication
205f8618 2382M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2383M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2384S: Supported
2385F: replication*
2386F: block/replication.c
2387F: tests/test-replication.c
2388F: docs/block-replication.txt
2389
a3defabb
MA
2390PVRDMA
2391M: Yuval Shaia <yuval.shaia@oracle.com>
fe355cbd 2392M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2393S: Maintained
2394F: hw/rdma/*
2395F: hw/rdma/vmw/*
2396F: docs/pvrdma.txt
2397
b9e02c06
AB
2398Build and test automation
2399-------------------------
0475a03e 2400Build and test automation
b9e02c06 2401M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 2402M: Fam Zheng <famz@redhat.com>
32b9ca98 2403R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 2404L: qemu-devel@nongnu.org
e70dc7f8 2405S: Maintained
b9e02c06 2406F: .travis.yml
0708e647 2407F: scripts/travis/
d92d886a 2408F: .shippable.yml
e70dc7f8 2409F: tests/docker/
18023821 2410F: tests/vm/
e70dc7f8 2411W: https://travis-ci.org/qemu/qemu
2a747008 2412W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2413W: http://patchew.org/QEMU/
717171bd 2414
7e97017e
AB
2415Guest Test Compilation Support
2416M: Alex Bennée <alex.bennee@linaro.org>
2417R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2418F: tests/tcg/Makefile
c722a9e4 2419F: tests/tcg/Makefile.include
7e97017e
AB
2420L: qemu-devel@nongnu.org
2421
717171bd
DB
2422Documentation
2423-------------
2424Build system architecture
2425M: Daniel P. Berrange <berrange@redhat.com>
2426S: Odd Fixes
c39cdbf6 2427F: docs/devel/build-system.txt
8a49e97f 2428
b02c9bc3
MA
2429Incompatible changes
2430R: libvir-list@redhat.com
2431F: qemu-deprecated.texi
2432
aef45d51
DB
2433Build System
2434------------
2435GIT submodules
2436M: Daniel P. Berrange <berrange@redhat.com>
2437S: Odd Fixes
2438F: scripts/git-submodule.sh