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