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