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