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