]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20170913-pull-request' into...
[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
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
1b61270b 356K: ^Subject:.*(?i)NetBSD
3c2bdbc1 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/
104ebc5f 1002F: default-configs/usb.mak
fd5d5c56 1003
e26082fd
PB
1004USB (serial adapter)
1005M: Gerd Hoffmann <kraxel@redhat.com>
1006M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1007S: Maintained
1008F: hw/usb/dev-serial.c
1009
92e1fb5e
AW
1010VFIO
1011M: Alex Williamson <alex.williamson@redhat.com>
1012S: Supported
cf7087db 1013F: hw/vfio/*
99b88c6d 1014F: include/hw/vfio/
92e1fb5e 1015
5eb74557 1016vfio-ccw
c1976ae7 1017M: Cornelia Huck <cohuck@redhat.com>
5eb74557
DJS
1018S: Supported
1019F: hw/vfio/ccw.c
1020F: hw/s390x/s390-ccw.c
1021F: include/hw/s390x/s390-ccw.h
1022T: git git://github.com/cohuck/qemu.git s390-next
1023
fd5d5c56
AL
1024vhost
1025M: Michael S. Tsirkin <mst@redhat.com>
1026S: Supported
8d8b636d 1027F: hw/*/*vhost*
fd5d5c56
AL
1028
1029virtio
a75143ed 1030M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1031S: Supported
8d8b636d 1032F: hw/*/virtio*
72fa605d
TH
1033F: hw/virtio/Makefile.objs
1034F: hw/virtio/trace-events
6a084ea3 1035F: net/vhost-user.c
494f7b57 1036F: include/hw/virtio/
6bd7776c 1037F: tests/virtio-balloon-test.c
fd5d5c56
AL
1038
1039virtio-9p
23704102 1040M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 1041M: Greg Kurz <groug@kaod.org>
fd5d5c56 1042S: Supported
aebeca25
AF
1043F: hw/9pfs/
1044F: fsdev/
2d888c09 1045F: tests/virtio-9p-test.c
3f3309cb 1046T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 1047T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1048
1049virtio-blk
54d01a00 1050M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1051L: qemu-block@nongnu.org
fd5d5c56 1052S: Supported
8d8b636d 1053F: hw/block/virtio-blk.c
b457a5f5 1054F: hw/block/dataplane/*
6bd7776c 1055F: tests/virtio-blk-test.c
b457a5f5 1056T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1057
dd4ad64a 1058virtio-ccw
c1976ae7 1059M: Cornelia Huck <cohuck@redhat.com>
b304bf00 1060M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
1061S: Supported
1062F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1063T: git git://github.com/cohuck/qemu.git s390-next
1064T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 1065
a5d4d7b5
GH
1066virtio-input
1067M: Gerd Hoffmann <kraxel@redhat.com>
1068S: Maintained
1069F: hw/input/virtio-input*.c
1070F: include/hw/virtio/virtio-input.h
1071
fd5d5c56 1072virtio-serial
cee887d9 1073M: Amit Shah <amit@kernel.org>
fd5d5c56 1074S: Supported
8d8b636d
PB
1075F: hw/char/virtio-serial-bus.c
1076F: hw/char/virtio-console.c
68a5e38a 1077F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1078F: tests/virtio-console-test.c
1079F: tests/virtio-serial-test.c
fd5d5c56 1080
1f51a5cb 1081virtio-rng
cee887d9 1082M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1083S: Supported
1084F: hw/virtio/virtio-rng.c
1085F: include/hw/virtio/virtio-rng.h
750cf869 1086F: include/sysemu/rng*.h
1f51a5cb 1087F: backends/rng*.c
6bd7776c 1088F: tests/virtio-rng-test.c
1f51a5cb 1089
6034011c
GA
1090virtio-crypto
1091M: Gonglei <arei.gonglei@huawei.com>
1092S: Supported
1093F: hw/virtio/virtio-crypto.c
1094F: hw/virtio/virtio-crypto-pci.c
1095F: include/hw/virtio/virtio-crypto.h
1096
f3c507ad
KB
1097nvme
1098M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1099L: qemu-block@nongnu.org
f3c507ad
KB
1100S: Supported
1101F: hw/block/nvme*
fc967791 1102F: tests/nvme-test.c
f3c507ad 1103
d383c625
HR
1104megasas
1105M: Hannes Reinecke <hare@suse.de>
c95e4c0e 1106L: qemu-block@nongnu.org
d383c625
HR
1107S: Supported
1108F: hw/scsi/megasas.c
1109F: hw/scsi/mfi.h
1110
605d52e6
DF
1111Network packet abstractions
1112M: Dmitry Fleytman <dmitry@daynix.com>
1113S: Maintained
1114F: include/net/eth.h
1115F: net/eth.c
1116F: hw/net/net_rx_pkt*
1117F: hw/net/net_tx_pkt*
1118
622fb504
DF
1119Vmware
1120M: Dmitry Fleytman <dmitry@daynix.com>
1121S: Maintained
1122F: hw/net/vmxnet*
1123F: hw/scsi/vmw_pvscsi*
1124
de24d3f1 1125Rocker
de24d3f1
SF
1126M: Jiri Pirko <jiri@resnulli.us>
1127S: Maintained
1128F: hw/net/rocker/
de850948
TH
1129F: tests/rocker/
1130F: docs/specs/rocker.txt
de24d3f1 1131
70d1fb9c
XG
1132NVDIMM
1133M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1134S: Maintained
1135F: hw/acpi/nvdimm.c
1136F: hw/mem/nvdimm.c
1137F: include/hw/mem/nvdimm.h
1138
093454e2
DF
1139e1000x
1140M: Dmitry Fleytman <dmitry@daynix.com>
1141S: Maintained
1142F: hw/net/e1000x*
1143
6f3fbe4e
DF
1144e1000e
1145M: Dmitry Fleytman <dmitry@daynix.com>
1146S: Maintained
1147F: hw/net/e1000e*
1148
e481a1f6
AF
1149Generic Loader
1150M: Alistair Francis <alistair.francis@xilinx.com>
1151S: Maintained
1152F: hw/core/generic-loader.c
1153F: include/hw/core/generic-loader.h
1154
87a9023a
TH
1155CHRP NVRAM
1156M: Thomas Huth <thuth@redhat.com>
1157S: Maintained
1158F: hw/nvram/chrp_nvram.c
1159F: include/hw/nvram/chrp_nvram.h
1160F: tests/prom-env-test.c
1161
42697d88
BW
1162VM Generation ID
1163M: Ben Warren <ben@skyportsystems.com>
1164S: Maintained
1165F: hw/acpi/vmgenid.c
1166F: include/hw/acpi/vmgenid.h
1167F: docs/specs/vmgenid.txt
1168F: tests/vmgenid-test.c
1169F: stubs/vmgenid.c
1170
747969db
PMD
1171Unimplemented device
1172M: Peter Maydell <peter.maydell@linaro.org>
1173R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1174S: Maintained
1175F: include/hw/misc/unimp.h
1176F: hw/misc/unimp.c
1177
fd5d5c56
AL
1178Subsystems
1179----------
1180Audio
9f575846 1181M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1182S: Maintained
1183F: audio/
8d8b636d 1184F: hw/audio/
a2b245ae 1185F: include/hw/audio/
d7b50c0c 1186F: tests/ac97-test.c
8fa74c94 1187F: tests/es1370-test.c
fbaf445a 1188F: tests/intel-hda-test.c
fd5d5c56 1189
17f1e8f5 1190Block layer core
fd5d5c56 1191M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1192M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1193L: qemu-block@nongnu.org
fd5d5c56
AL
1194S: Supported
1195F: block*
1196F: block/
8d8b636d 1197F: hw/block/
4c346e0b 1198F: include/block/
46078760
KW
1199F: qemu-img*
1200F: qemu-io*
29242091 1201F: tests/qemu-iotests/
8dd30c86 1202F: util/qemu-progress.c
d48addda 1203T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1204
d55053b1
SH
1205Block I/O path
1206M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1207M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1208L: qemu-block@nongnu.org
1209S: Supported
36c697bd
PB
1210F: util/async.c
1211F: util/aio-*.c
d55053b1
SH
1212F: block/io.c
1213F: migration/block*
e1029ae2 1214F: include/block/aio.h
d55053b1
SH
1215T: git git://github.com/stefanha/qemu.git block
1216
280458a3
JC
1217Block Jobs
1218M: Jeff Cody <jcody@redhat.com>
1219L: qemu-block@nongnu.org
1220S: Supported
1221F: blockjob.c
1222F: include/block/blockjob.h
1223F: block/backup.c
1224F: block/commit.c
77346025 1225F: block/stream.c
280458a3
JC
1226F: block/mirror.c
1227T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1228
4120201d
MA
1229Block QAPI, monitor, command line
1230M: Markus Armbruster <armbru@redhat.com>
1231S: Supported
1232F: blockdev.c
1233F: block/qapi.c
1234F: qapi/block*.json
fa988e39 1235F: qapi/transaction.json
4120201d
MA
1236T: git git://repo.or.cz/qemu/armbru.git block-next
1237
538193bc
JS
1238Dirty Bitmaps
1239M: Fam Zheng <famz@redhat.com>
1240M: John Snow <jsnow@redhat.com>
1241L: qemu-block@nongnu.org
1242S: Supported
1243F: util/hbitmap.c
1244F: block/dirty-bitmap.c
1245F: include/qemu/hbitmap.h
1246F: include/block/dirty-bitmap.h
1247F: tests/test-hbitmap.c
1248F: docs/bitmaps.md
1249T: git git://github.com/famz/qemu.git bitmaps
1250T: git git://github.com/jnsnow/qemu.git bitmaps
1251
61af0ee6 1252Character device backends
da26f37a 1253M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1254M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1255S: Maintained
178fe0ae 1256F: chardev/
8228e353 1257F: include/chardev/
dbeee392 1258F: qapi/char.json
fd5d5c56 1259
e26082fd
PB
1260Character Devices (Braille)
1261M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1262S: Maintained
6b10e573 1263F: chardev/baum.c
fd5d5c56 1264
e94630d3
MA
1265Command line option argument parsing
1266M: Markus Armbruster <armbru@redhat.com>
1267S: Supported
1268F: include/qemu/option.h
1269F: tests/test-keyval.c
1270F: tests/test-qemu-opts.c
1271F: util/keyval.c
1272F: util/qemu-option.c
1273
8c413e79
MA
1274Coverity model
1275M: Markus Armbruster <armbru@redhat.com>
1276S: Supported
1277F: scripts/coverity-model.c
1278
f2ca0524 1279CPU
12b0e69c 1280L: qemu-devel@nongnu.org
f2ca0524
AF
1281S: Supported
1282F: qom/cpu.c
6e481d57 1283F: include/qom/cpu.h
f2ca0524 1284
d24b569a 1285Device Tree
4b46ba61 1286M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1287M: Alexander Graf <agraf@suse.de>
1288S: Maintained
82407515
TH
1289F: device_tree.c
1290F: include/sysemu/device_tree.h
d24b569a 1291
4f966768
MA
1292Error reporting
1293M: Markus Armbruster <armbru@redhat.com>
1294S: Supported
1295F: include/qapi/error.h
1296F: include/qemu/error-report.h
1297F: util/error.c
1298F: util/qemu-error.c
1299
fd5d5c56 1300GDB stub
5dd4a88c 1301L: qemu-devel@nongnu.org
fd5d5c56
AL
1302S: Odd Fixes
1303F: gdbstub*
1304F: gdb-xml/
1305
01a9c03c
PB
1306Memory API
1307M: Paolo Bonzini <pbonzini@redhat.com>
1308S: Supported
1309F: include/exec/ioport.h
1310F: ioport.c
1311F: include/exec/memory.h
2b1641d0 1312F: include/exec/ram_addr.h
01a9c03c
PB
1313F: memory.c
1314F: include/exec/memory-internal.h
1315F: exec.c
1316
7ee3bf03
GH
1317SPICE
1318M: Gerd Hoffmann <kraxel@redhat.com>
1319S: Supported
6e481d57 1320F: include/ui/qemu-spice.h
438528a3 1321F: include/ui/spice-display.h
7ee3bf03
GH
1322F: ui/spice-*.c
1323F: audio/spiceaudio.c
8d8b636d 1324F: hw/display/qxl*
608cfed6 1325F: qapi/ui.json
7ee3bf03 1326
fd5d5c56 1327Graphics
25eccc37
GH
1328M: Gerd Hoffmann <kraxel@redhat.com>
1329S: Odd Fixes
fd5d5c56 1330F: ui/
e220656c 1331F: include/ui/
608cfed6 1332F: qapi/ui.json
fd5d5c56 1333
351f1bf6 1334Cocoa graphics
30ef3c74 1335M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1336S: Odd Fixes
1337F: ui/cocoa.m
1338
fd5d5c56 1339Main loop
da26f37a
PB
1340M: Paolo Bonzini <pbonzini@redhat.com>
1341S: Maintained
1342F: cpus.c
3ecb29a3
PB
1343F: util/main-loop.c
1344F: util/qemu-timer.c
fd5d5c56 1345F: vl.c
0e201d34 1346F: qapi/run-state.json
fd5d5c56 1347
8899b4ae 1348Human Monitor (HMP)
c833fb4a 1349M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1350S: Maintained
fd5d5c56 1351F: monitor.c
c13e9912
TH
1352F: hmp.[ch]
1353F: hmp-commands*.hx
1354F: include/monitor/hmp-target.h
bbcee372 1355F: tests/test-hmp.c
fd5d5c56 1356
f536f112 1357Network device backends
442469e6 1358M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1359S: Maintained
1360F: net/
d24b2b1c 1361F: include/net/
5fc51cc3 1362T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1363F: qapi/net.json
fd5d5c56 1364
aee09baf
VM
1365Netmap network backend
1366M: Luigi Rizzo <rizzo@iet.unipi.it>
1367M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1368M: Vincenzo Maffione <v.maffione@gmail.com>
1369W: http://info.iet.unipi.it/~luigi/netmap/
1370S: Maintained
1371F: net/netmap.c
1372
2f54eb98
EH
1373NUMA
1374M: Eduardo Habkost <ehabkost@redhat.com>
1375S: Maintained
1376F: numa.c
1377F: include/sysemu/numa.h
2f54eb98
EH
1378T: git git://github.com/ehabkost/qemu.git numa
1379
4fc264f4
EH
1380Host Memory Backends
1381M: Eduardo Habkost <ehabkost@redhat.com>
1382M: Igor Mammedov <imammedo@redhat.com>
1383S: Maintained
1384F: backends/hostmem*.c
1385F: include/sysemu/hostmem.h
1386
6034011c
GA
1387Cryptodev Backends
1388M: Gonglei <arei.gonglei@huawei.com>
1389S: Maintained
1390F: include/sysemu/cryptodev*.h
1391F: backends/cryptodev*.c
1392
8899b4ae 1393QAPI
9740618c 1394M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1395M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1396S: Supported
8899b4ae 1397F: qapi/
0311c5bd 1398X: qapi/*.json
ac4abb9a
MA
1399F: include/qapi/
1400X: include/qapi/qmp/
1401F: include/qapi/qmp/dispatch.h
c0bd0b50 1402F: tests/qapi-schema/
ac4abb9a 1403F: tests/test-*-visitor.c
e94630d3 1404F: tests/test-qapi-*.c
ac4abb9a 1405F: tests/test-qmp-*.c
e94630d3 1406F: tests/test-visitor-serialization.c
0311c5bd
MA
1407F: scripts/qapi*
1408F: docs/qapi*
9740618c 1409T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1410
7810d291
LC
1411QAPI Schema
1412M: Eric Blake <eblake@redhat.com>
7810d291
LC
1413M: Markus Armbruster <armbru@redhat.com>
1414S: Supported
1415F: qapi-schema.json
0311c5bd 1416F: qapi/*.json
9740618c 1417T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1418
f3582ba4 1419QObject
daf5dc78
MA
1420M: Markus Armbruster <armbru@redhat.com>
1421S: Supported
f3582ba4 1422F: qobject/
7735d2b5
MA
1423F: include/qapi/qmp/
1424X: include/qapi/qmp/dispatch.h
a2f3453e 1425F: scripts/coccinelle/qobject.cocci
7735d2b5 1426F: tests/check-qdict.c
01b2ffce 1427F: tests/check-qnum.c
7735d2b5
MA
1428F: tests/check-qjson.c
1429F: tests/check-qlist.c
1430F: tests/check-qstring.c
daf5dc78 1431T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1432
f05d9999
MR
1433QEMU Guest Agent
1434M: Michael Roth <mdroth@linux.vnet.ibm.com>
1435S: Maintained
1436F: qga/
1437T: git git://github.com/mdroth/qemu.git qga
1438
4688c94c 1439QOM
4688c94c
AF
1440M: Andreas Färber <afaerber@suse.de>
1441S: Supported
1442T: git git://github.com/afaerber/qemu-cpu.git qom-next
1443F: include/qom/
1444X: include/qom/cpu.h
1445F: qom/
1446X: qom/cpu.c
9f4aa7ce
AF
1447F: tests/check-qom-interface.c
1448F: tests/check-qom-proplist.c
4688c94c
AF
1449F: tests/qom-test.c
1450
8899b4ae 1451QMP
9740618c
LC
1452M: Markus Armbruster <armbru@redhat.com>
1453S: Supported
8899b4ae
LC
1454F: qmp.c
1455F: monitor.c
9b89b6a2 1456F: docs/*qmp-*
9740618c 1457F: scripts/qmp/
f66e7ac8 1458F: tests/qmp-test.c
9740618c 1459T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1460
cc0100f4
AF
1461Register API
1462M: Alistair Francis <alistair.francis@xilinx.com>
1463S: Maintained
1464F: hw/core/register.c
1465F: include/hw/register.h
1466
fd5d5c56 1467SLIRP
eda509fa 1468M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1469M: Jan Kiszka <jan.kiszka@siemens.com>
1470S: Maintained
fd5d5c56 1471F: slirp/
663fb1e1 1472F: net/slirp.c
d24b2b1c 1473F: include/net/slirp.h
1ab09a40 1474T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1475
b1ed728a
PB
1476Stubs
1477M: Paolo Bonzini <pbonzini@redhat.com>
1478S: Maintained
1479F: stubs/
1480
598a3f35 1481Tracing
1cd0f8ce 1482M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1483S: Maintained
1484F: trace/
f70fd8fd
LV
1485F: scripts/tracetool.py
1486F: scripts/tracetool/
f922ea46 1487F: docs/tracing.txt
1ab09a40 1488T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1489
3859b6cf
MA
1490TPM
1491S: Orphan
1492F: tpm.c
1493F: hw/tpm/*
1494F: include/hw/acpi/tpm.h
1495F: include/sysemu/tpm*
1496F: qapi/tpm.json
1497
14f40fdc 1498Checkpatch
14f40fdc
BS
1499S: Odd Fixes
1500F: scripts/checkpatch.pl
1501
c0787c8d
JQ
1502Migration
1503M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1504M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1505S: Maintained
1506F: include/migration/
44a1f946 1507F: migration/
c5515640
AS
1508F: scripts/vmstate-static-checker.py
1509F: tests/vmstate-static-checker-data/
a609ad8b 1510F: docs/migration.txt
48685a8e 1511F: qapi/migration.json
c0787c8d 1512
92bfedb0 1513Seccomp
064983cb 1514M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1515S: Supported
1516F: qemu-seccomp.c
1517F: include/sysemu/seccomp.h
1518
ddbb0d09
DB
1519Cryptography
1520M: Daniel P. Berrange <berrange@redhat.com>
1521S: Maintained
1522F: crypto/
1523F: include/crypto/
1524F: tests/test-crypto-*
899833cd 1525F: qemu.sasl
ddbb0d09 1526
10817bf0
DB
1527Coroutines
1528M: Stefan Hajnoczi <stefanha@redhat.com>
1529M: Kevin Wolf <kwolf@redhat.com>
1530F: util/*coroutine*
1531F: include/qemu/coroutine*
1532F: tests/test-coroutine.c
1533
88c5f205
DB
1534Buffers
1535M: Daniel P. Berrange <berrange@redhat.com>
1536S: Odd fixes
1537F: util/buffer.c
1538F: include/qemu/buffer.h
1539
666a3af9
DB
1540I/O Channels
1541M: Daniel P. Berrange <berrange@redhat.com>
1542S: Maintained
1543F: io/
1544F: include/io/
1545F: tests/test-io-*
1546
5614a283
GH
1547Sockets
1548M: Daniel P. Berrange <berrange@redhat.com>
1549M: Gerd Hoffmann <kraxel@redhat.com>
1550M: Paolo Bonzini <pbonzini@redhat.com>
1551S: Maintained
1552F: include/qemu/sockets.h
1553F: util/qemu-sockets.c
a2ff5a48 1554F: qapi/sockets.json
5614a283 1555
d310d85b
AG
1556Throttling infrastructure
1557M: Alberto Garcia <berto@igalia.com>
1558S: Supported
1559F: block/throttle-groups.c
1560F: include/block/throttle-groups.h
1561F: include/qemu/throttle.h
1562F: util/throttle.c
1563L: qemu-block@nongnu.org
1564
080d7aac
FZ
1565UUID
1566M: Fam Zheng <famz@redhat.com>
1567S: Supported
1568F: util/uuid.c
1569F: include/qemu/uuid.h
1570F: tests/test-uuid.c
1571
a4cc318e
HZ
1572COLO Framework
1573M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1574S: Maintained
1575F: migration/colo*
1576F: include/migration/colo.h
1577F: include/migration/failover.h
1578F: docs/COLO-FT.txt
1579
88f82ed1 1580COLO Proxy
b38576cd 1581M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1582M: Li Zhijian <lizhijian@cn.fujitsu.com>
1583S: Supported
1584F: docs/colo-proxy.txt
1585F: net/colo*
1586F: net/filter-rewriter.c
1587F: net/filter-mirror.c
1588
62258201
PD
1589Record/replay
1590M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1591R: Paolo Bonzini <pbonzini@redhat.com>
1592W: http://wiki.qemu.org/Features/record-replay
1593S: Supported
1594F: replay/*
1595F: block/blkreplay.c
1596F: net/filter-replay.c
1597F: include/sysemu/replay.h
1598F: docs/replay.txt
1599F: stubs/replay.c
1600
fd5d5c56
AL
1601Usermode Emulation
1602------------------
486bbe5f
PB
1603Overall
1604M: Riku Voipio <riku.voipio@iki.fi>
1605S: Maintained
1606F: thunk.c
1607F: user-exec.c
5564edb1 1608F: user-exec-stub.c
486bbe5f 1609
fd5d5c56 1610BSD user
297e8005 1611S: Orphan
fd5d5c56 1612F: bsd-user/
ccf0a57b 1613F: default-configs/*-bsd-user.mak
fd5d5c56 1614
fd5d5c56
AL
1615Linux user
1616M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1617R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1618S: Maintained
1619F: linux-user/
ccf0a57b 1620F: default-configs/*-linux-user.mak
42f5a7e9
AJ
1621
1622Tiny Code Generator (TCG)
1623-------------------------
1624Common code
cc7772bd 1625M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1626S: Maintained
1627F: tcg/
1628
b25a464c
CF
1629AArch64 target
1630M: Claudio Fontana <claudio.fontana@huawei.com>
1631M: Claudio Fontana <claudio.fontana@gmail.com>
1632S: Maintained
b4f2bd1c 1633L: qemu-arm@nongnu.org
b25a464c 1634F: tcg/aarch64/
c17652ee
PB
1635F: disas/arm-a64.cc
1636F: disas/libvixl/
b25a464c 1637
42f5a7e9
AJ
1638ARM target
1639M: Andrzej Zaborowski <balrogg@gmail.com>
1640S: Maintained
b4f2bd1c 1641L: qemu-arm@nongnu.org
42f5a7e9 1642F: tcg/arm/
c17652ee 1643F: disas/arm.c
42f5a7e9 1644
42f5a7e9 1645i386 target
5dd4a88c 1646L: qemu-devel@nongnu.org
42f5a7e9
AJ
1647S: Maintained
1648F: tcg/i386/
c17652ee 1649F: disas/i386.c
42f5a7e9 1650
42f5a7e9 1651MIPS target
d6eec7a2 1652M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1653S: Maintained
1654F: tcg/mips/
c17652ee 1655F: disas/mips.c
42f5a7e9
AJ
1656
1657PPC
15610d42
PK
1658M: Richard Henderson <rth@twiddle.net>
1659S: Odd Fixes
42f5a7e9 1660F: tcg/ppc/
c17652ee 1661F: disas/ppc.c
42f5a7e9
AJ
1662
1663S390 target
1664M: Alexander Graf <agraf@suse.de>
1665M: Richard Henderson <rth@twiddle.net>
1666S: Maintained
1667F: tcg/s390/
c17652ee 1668F: disas/s390.c
42f5a7e9
AJ
1669
1670SPARC target
297e8005 1671S: Odd Fixes
42f5a7e9 1672F: tcg/sparc/
c17652ee 1673F: disas/sparc.c
bc75c9e5
SW
1674
1675TCI target
1676M: Stefan Weil <sw@weilnetz.de>
1677S: Maintained
8ef9cd55 1678F: tcg/tci/
752a2ae2 1679F: tcg/tci.c
c17652ee 1680F: disas/tci.c
aa09c951 1681
f05b328c
SH
1682Block drivers
1683-------------
1684VMDK
1685M: Fam Zheng <famz@redhat.com>
c95e4c0e 1686L: qemu-block@nongnu.org
f05b328c
SH
1687S: Supported
1688F: block/vmdk.c
1689
1690RBD
5a8ac6d9 1691M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1692M: Jeff Cody <jcody@redhat.com>
1693L: qemu-block@nongnu.org
f05b328c
SH
1694S: Supported
1695F: block/rbd.c
280458a3 1696T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1697
1698Sheepdog
53b33231 1699M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1700M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1701M: Jeff Cody <jcody@redhat.com>
1702L: qemu-block@nongnu.org
dce32b6c 1703L: sheepdog@lists.wpkg.org
f05b328c
SH
1704S: Supported
1705F: block/sheepdog.c
280458a3 1706T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1707
1708VHDX
1709M: Jeff Cody <jcody@redhat.com>
280458a3 1710L: qemu-block@nongnu.org
f05b328c
SH
1711S: Supported
1712F: block/vhdx*
280458a3 1713T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1714
1715VDI
1716M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1717L: qemu-block@nongnu.org
f05b328c
SH
1718S: Maintained
1719F: block/vdi.c
1720
1721iSCSI
1722M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1723M: Paolo Bonzini <pbonzini@redhat.com>
1724M: Peter Lieven <pl@kamp.de>
c95e4c0e 1725L: qemu-block@nongnu.org
f05b328c
SH
1726S: Supported
1727F: block/iscsi.c
2deb63c2 1728F: block/iscsi-opts.c
f05b328c 1729
99c62e70
EB
1730Network Block Device (NBD)
1731M: Eric Blake <eblake@redhat.com>
1732M: Paolo Bonzini <pbonzini@redhat.com>
1733L: qemu-block@nongnu.org
1734S: Maintained
1735F: block/nbd*
1736F: nbd/
1737F: include/block/nbd*
1738F: qemu-nbd.*
1739F: blockdev-nbd.c
1740T: git git://repo.or.cz/qemu/ericb.git nbd
1741
6542aa9c 1742NFS
280458a3 1743M: Jeff Cody <jcody@redhat.com>
6542aa9c 1744M: Peter Lieven <pl@kamp.de>
280458a3 1745L: qemu-block@nongnu.org
6542aa9c
PL
1746S: Maintained
1747F: block/nfs.c
280458a3 1748T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1749
f05b328c
SH
1750SSH
1751M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1752M: Jeff Cody <jcody@redhat.com>
1753L: qemu-block@nongnu.org
f05b328c
SH
1754S: Supported
1755F: block/ssh.c
280458a3 1756T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1757
280458a3
JC
1758CURL
1759M: Jeff Cody <jcody@redhat.com>
1760L: qemu-block@nongnu.org
1761S: Supported
1762F: block/curl.c
1763T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1764
1765GLUSTER
1766M: Jeff Cody <jcody@redhat.com>
1767L: qemu-block@nongnu.org
1768S: Supported
1769F: block/gluster.c
1770T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1771
199667a8
FZ
1772Null Block Driver
1773M: Fam Zheng <famz@redhat.com>
1774L: qemu-block@nongnu.org
1775S: Supported
1776F: block/null.c
1777
b5e9476c
GA
1778Bootdevice
1779M: Gonglei <arei.gonglei@huawei.com>
1780S: Maintained
1781F: bootdevice.c
ecdda9e0
AG
1782
1783Quorum
1784M: Alberto Garcia <berto@igalia.com>
1785S: Supported
1786F: block/quorum.c
1787L: qemu-block@nongnu.org
e7c6e631
SH
1788
1789blkverify
1790M: Stefan Hajnoczi <stefanha@redhat.com>
1791L: qemu-block@nongnu.org
1792S: Supported
1793F: block/blkverify.c
1794
1795bochs
1796M: Stefan Hajnoczi <stefanha@redhat.com>
1797L: qemu-block@nongnu.org
1798S: Supported
1799F: block/bochs.c
1800
1801cloop
1802M: Stefan Hajnoczi <stefanha@redhat.com>
1803L: qemu-block@nongnu.org
1804S: Supported
1805F: block/cloop.c
1806
1807dmg
1808M: Stefan Hajnoczi <stefanha@redhat.com>
1809L: qemu-block@nongnu.org
1810S: Supported
1811F: block/dmg.c
1812
1813parallels
1814M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1815M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1816L: qemu-block@nongnu.org
1817S: Supported
1818F: block/parallels.c
b4a9e25b 1819F: docs/specs/parallels.txt
e7c6e631
SH
1820
1821qed
1822M: Stefan Hajnoczi <stefanha@redhat.com>
1823L: qemu-block@nongnu.org
1824S: Supported
1825F: block/qed.c
1826
1827raw
1828M: Kevin Wolf <kwolf@redhat.com>
1829L: qemu-block@nongnu.org
1830S: Supported
1831F: block/linux-aio.c
f586d5fc 1832F: include/block/raw-aio.h
2e6fc7eb 1833F: block/raw-format.c
c1bb86cd
EB
1834F: block/file-posix.c
1835F: block/file-win32.c
e7c6e631
SH
1836F: block/win32-aio.c
1837
1838qcow2
1839M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1840M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1841L: qemu-block@nongnu.org
1842S: Supported
1843F: block/qcow2*
1844
1845qcow
1846M: Kevin Wolf <kwolf@redhat.com>
1847L: qemu-block@nongnu.org
1848S: Supported
1849F: block/qcow.c
1850
1851blkdebug
1852M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1853M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1854L: qemu-block@nongnu.org
1855S: Supported
1856F: block/blkdebug.c
1857
1858vpc
1859M: Kevin Wolf <kwolf@redhat.com>
1860L: qemu-block@nongnu.org
1861S: Supported
1862F: block/vpc.c
1863
1864vvfat
1865M: Kevin Wolf <kwolf@redhat.com>
1866L: qemu-block@nongnu.org
1867S: Supported
1868F: block/vvfat.c
abfe4e94
SH
1869
1870Image format fuzzer
1871M: Stefan Hajnoczi <stefanha@redhat.com>
1872L: qemu-block@nongnu.org
1873S: Supported
1874F: tests/image-fuzzer/
717171bd 1875
049105a3 1876Replication
205f8618 1877M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 1878M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
1879S: Supported
1880F: replication*
1881F: block/replication.c
1882F: tests/test-replication.c
1883F: docs/block-replication.txt
1884
b9e02c06
AB
1885Build and test automation
1886-------------------------
1887M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 1888M: Fam Zheng <famz@redhat.com>
32b9ca98 1889R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 1890L: qemu-devel@nongnu.org
e70dc7f8 1891S: Maintained
b9e02c06 1892F: .travis.yml
d92d886a 1893F: .shippable.yml
e70dc7f8
AB
1894F: tests/docker/
1895W: https://travis-ci.org/qemu/qemu
2a747008 1896W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 1897W: http://patchew.org/QEMU/
717171bd
DB
1898
1899Documentation
1900-------------
1901Build system architecture
1902M: Daniel P. Berrange <berrange@redhat.com>
1903S: Odd Fixes
1904F: docs/build-system.txt
8a49e97f 1905