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