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