]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
qapi-schema: Collect sockets stuff in qapi/sockets.json
[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/
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
bbcee372 1349F: tests/test-hmp.c
fd5d5c56 1350
f536f112 1351Network device backends
442469e6 1352M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1353S: Maintained
1354F: net/
d24b2b1c 1355F: include/net/
5fc51cc3 1356T: git git://github.com/jasowang/qemu.git net
fd5d5c56 1357
aee09baf
VM
1358Netmap network backend
1359M: Luigi Rizzo <rizzo@iet.unipi.it>
1360M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1361M: Vincenzo Maffione <v.maffione@gmail.com>
1362W: http://info.iet.unipi.it/~luigi/netmap/
1363S: Maintained
1364F: net/netmap.c
1365
2f54eb98
EH
1366NUMA
1367M: Eduardo Habkost <ehabkost@redhat.com>
1368S: Maintained
1369F: numa.c
1370F: include/sysemu/numa.h
2f54eb98
EH
1371T: git git://github.com/ehabkost/qemu.git numa
1372
4fc264f4
EH
1373Host Memory Backends
1374M: Eduardo Habkost <ehabkost@redhat.com>
1375M: Igor Mammedov <imammedo@redhat.com>
1376S: Maintained
1377F: backends/hostmem*.c
1378F: include/sysemu/hostmem.h
1379
6034011c
GA
1380Cryptodev Backends
1381M: Gonglei <arei.gonglei@huawei.com>
1382S: Maintained
1383F: include/sysemu/cryptodev*.h
1384F: backends/cryptodev*.c
1385
8899b4ae 1386QAPI
9740618c 1387M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1388M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1389S: Supported
8899b4ae 1390F: qapi/
0311c5bd 1391X: qapi/*.json
ac4abb9a
MA
1392F: include/qapi/
1393X: include/qapi/qmp/
1394F: include/qapi/qmp/dispatch.h
c0bd0b50 1395F: tests/qapi-schema/
ac4abb9a 1396F: tests/test-*-visitor.c
e94630d3 1397F: tests/test-qapi-*.c
ac4abb9a 1398F: tests/test-qmp-*.c
e94630d3 1399F: tests/test-visitor-serialization.c
0311c5bd
MA
1400F: scripts/qapi*
1401F: docs/qapi*
9740618c 1402T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1403
7810d291
LC
1404QAPI Schema
1405M: Eric Blake <eblake@redhat.com>
7810d291
LC
1406M: Markus Armbruster <armbru@redhat.com>
1407S: Supported
1408F: qapi-schema.json
0311c5bd 1409F: qapi/*.json
9740618c 1410T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1411
f3582ba4 1412QObject
daf5dc78
MA
1413M: Markus Armbruster <armbru@redhat.com>
1414S: Supported
f3582ba4 1415F: qobject/
7735d2b5
MA
1416F: include/qapi/qmp/
1417X: include/qapi/qmp/dispatch.h
a2f3453e 1418F: scripts/coccinelle/qobject.cocci
7735d2b5 1419F: tests/check-qdict.c
01b2ffce 1420F: tests/check-qnum.c
7735d2b5
MA
1421F: tests/check-qjson.c
1422F: tests/check-qlist.c
1423F: tests/check-qstring.c
daf5dc78 1424T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1425
f05d9999
MR
1426QEMU Guest Agent
1427M: Michael Roth <mdroth@linux.vnet.ibm.com>
1428S: Maintained
1429F: qga/
1430T: git git://github.com/mdroth/qemu.git qga
1431
4688c94c 1432QOM
4688c94c
AF
1433M: Andreas Färber <afaerber@suse.de>
1434S: Supported
1435T: git git://github.com/afaerber/qemu-cpu.git qom-next
1436F: include/qom/
1437X: include/qom/cpu.h
1438F: qom/
1439X: qom/cpu.c
9f4aa7ce
AF
1440F: tests/check-qom-interface.c
1441F: tests/check-qom-proplist.c
4688c94c
AF
1442F: tests/qom-test.c
1443
8899b4ae 1444QMP
9740618c
LC
1445M: Markus Armbruster <armbru@redhat.com>
1446S: Supported
8899b4ae
LC
1447F: qmp.c
1448F: monitor.c
9b89b6a2 1449F: docs/*qmp-*
9740618c 1450F: scripts/qmp/
f66e7ac8 1451F: tests/qmp-test.c
9740618c 1452T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1453
cc0100f4
AF
1454Register API
1455M: Alistair Francis <alistair.francis@xilinx.com>
1456S: Maintained
1457F: hw/core/register.c
1458F: include/hw/register.h
1459
fd5d5c56 1460SLIRP
eda509fa 1461M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1462M: Jan Kiszka <jan.kiszka@siemens.com>
1463S: Maintained
fd5d5c56 1464F: slirp/
663fb1e1 1465F: net/slirp.c
d24b2b1c 1466F: include/net/slirp.h
1ab09a40 1467T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1468
b1ed728a
PB
1469Stubs
1470M: Paolo Bonzini <pbonzini@redhat.com>
1471S: Maintained
1472F: stubs/
1473
598a3f35 1474Tracing
1cd0f8ce 1475M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1476S: Maintained
1477F: trace/
f70fd8fd
LV
1478F: scripts/tracetool.py
1479F: scripts/tracetool/
f922ea46 1480F: docs/tracing.txt
1ab09a40 1481T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1482
14f40fdc 1483Checkpatch
14f40fdc
BS
1484S: Odd Fixes
1485F: scripts/checkpatch.pl
1486
c0787c8d
JQ
1487Migration
1488M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1489M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1490S: Maintained
1491F: include/migration/
44a1f946 1492F: migration/
c5515640
AS
1493F: scripts/vmstate-static-checker.py
1494F: tests/vmstate-static-checker-data/
a609ad8b 1495F: docs/migration.txt
c0787c8d 1496
92bfedb0 1497Seccomp
064983cb 1498M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1499S: Supported
1500F: qemu-seccomp.c
1501F: include/sysemu/seccomp.h
1502
ddbb0d09
DB
1503Cryptography
1504M: Daniel P. Berrange <berrange@redhat.com>
1505S: Maintained
1506F: crypto/
1507F: include/crypto/
1508F: tests/test-crypto-*
899833cd 1509F: qemu.sasl
ddbb0d09 1510
10817bf0
DB
1511Coroutines
1512M: Stefan Hajnoczi <stefanha@redhat.com>
1513M: Kevin Wolf <kwolf@redhat.com>
1514F: util/*coroutine*
1515F: include/qemu/coroutine*
1516F: tests/test-coroutine.c
1517
88c5f205
DB
1518Buffers
1519M: Daniel P. Berrange <berrange@redhat.com>
1520S: Odd fixes
1521F: util/buffer.c
1522F: include/qemu/buffer.h
1523
666a3af9
DB
1524I/O Channels
1525M: Daniel P. Berrange <berrange@redhat.com>
1526S: Maintained
1527F: io/
1528F: include/io/
1529F: tests/test-io-*
1530
5614a283
GH
1531Sockets
1532M: Daniel P. Berrange <berrange@redhat.com>
1533M: Gerd Hoffmann <kraxel@redhat.com>
1534M: Paolo Bonzini <pbonzini@redhat.com>
1535S: Maintained
1536F: include/qemu/sockets.h
1537F: util/qemu-sockets.c
a2ff5a48 1538F: qapi/sockets.json
5614a283 1539
d310d85b
AG
1540Throttling infrastructure
1541M: Alberto Garcia <berto@igalia.com>
1542S: Supported
1543F: block/throttle-groups.c
1544F: include/block/throttle-groups.h
1545F: include/qemu/throttle.h
1546F: util/throttle.c
1547L: qemu-block@nongnu.org
1548
080d7aac
FZ
1549UUID
1550M: Fam Zheng <famz@redhat.com>
1551S: Supported
1552F: util/uuid.c
1553F: include/qemu/uuid.h
1554F: tests/test-uuid.c
1555
a4cc318e
HZ
1556COLO Framework
1557M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1558S: Maintained
1559F: migration/colo*
1560F: include/migration/colo.h
1561F: include/migration/failover.h
1562F: docs/COLO-FT.txt
1563
88f82ed1
ZC
1564COLO Proxy
1565M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1566M: Li Zhijian <lizhijian@cn.fujitsu.com>
1567S: Supported
1568F: docs/colo-proxy.txt
1569F: net/colo*
1570F: net/filter-rewriter.c
1571F: net/filter-mirror.c
1572
62258201
PD
1573Record/replay
1574M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1575R: Paolo Bonzini <pbonzini@redhat.com>
1576W: http://wiki.qemu.org/Features/record-replay
1577S: Supported
1578F: replay/*
1579F: block/blkreplay.c
1580F: net/filter-replay.c
1581F: include/sysemu/replay.h
1582F: docs/replay.txt
1583F: stubs/replay.c
1584
fd5d5c56
AL
1585Usermode Emulation
1586------------------
486bbe5f
PB
1587Overall
1588M: Riku Voipio <riku.voipio@iki.fi>
1589S: Maintained
1590F: thunk.c
1591F: user-exec.c
5564edb1 1592F: user-exec-stub.c
486bbe5f 1593
fd5d5c56 1594BSD user
297e8005 1595S: Orphan
fd5d5c56 1596F: bsd-user/
ccf0a57b 1597F: default-configs/*-bsd-user.mak
fd5d5c56 1598
fd5d5c56
AL
1599Linux user
1600M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1601R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1602S: Maintained
1603F: linux-user/
ccf0a57b 1604F: default-configs/*-linux-user.mak
42f5a7e9
AJ
1605
1606Tiny Code Generator (TCG)
1607-------------------------
1608Common code
cc7772bd 1609M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1610S: Maintained
1611F: tcg/
1612
b25a464c
CF
1613AArch64 target
1614M: Claudio Fontana <claudio.fontana@huawei.com>
1615M: Claudio Fontana <claudio.fontana@gmail.com>
1616S: Maintained
b4f2bd1c 1617L: qemu-arm@nongnu.org
b25a464c 1618F: tcg/aarch64/
c17652ee
PB
1619F: disas/arm-a64.cc
1620F: disas/libvixl/
b25a464c 1621
42f5a7e9
AJ
1622ARM target
1623M: Andrzej Zaborowski <balrogg@gmail.com>
1624S: Maintained
b4f2bd1c 1625L: qemu-arm@nongnu.org
42f5a7e9 1626F: tcg/arm/
c17652ee 1627F: disas/arm.c
42f5a7e9 1628
42f5a7e9 1629i386 target
5dd4a88c 1630L: qemu-devel@nongnu.org
42f5a7e9
AJ
1631S: Maintained
1632F: tcg/i386/
c17652ee 1633F: disas/i386.c
42f5a7e9
AJ
1634
1635IA64 target
1636M: Aurelien Jarno <aurelien@aurel32.net>
1637S: Maintained
1638F: tcg/ia64/
c17652ee 1639F: disas/ia64.c
42f5a7e9
AJ
1640
1641MIPS target
d6eec7a2 1642M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1643S: Maintained
1644F: tcg/mips/
c17652ee 1645F: disas/mips.c
42f5a7e9
AJ
1646
1647PPC
15610d42
PK
1648M: Richard Henderson <rth@twiddle.net>
1649S: Odd Fixes
42f5a7e9 1650F: tcg/ppc/
c17652ee 1651F: disas/ppc.c
42f5a7e9
AJ
1652
1653S390 target
1654M: Alexander Graf <agraf@suse.de>
1655M: Richard Henderson <rth@twiddle.net>
1656S: Maintained
1657F: tcg/s390/
c17652ee 1658F: disas/s390.c
42f5a7e9
AJ
1659
1660SPARC target
297e8005 1661S: Odd Fixes
42f5a7e9 1662F: tcg/sparc/
c17652ee 1663F: disas/sparc.c
bc75c9e5
SW
1664
1665TCI target
1666M: Stefan Weil <sw@weilnetz.de>
1667S: Maintained
8ef9cd55 1668F: tcg/tci/
752a2ae2 1669F: tcg/tci.c
c17652ee 1670F: disas/tci.c
aa09c951 1671
f05b328c
SH
1672Block drivers
1673-------------
1674VMDK
1675M: Fam Zheng <famz@redhat.com>
c95e4c0e 1676L: qemu-block@nongnu.org
f05b328c
SH
1677S: Supported
1678F: block/vmdk.c
1679
1680RBD
5a8ac6d9 1681M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1682M: Jeff Cody <jcody@redhat.com>
1683L: qemu-block@nongnu.org
f05b328c
SH
1684S: Supported
1685F: block/rbd.c
280458a3 1686T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1687
1688Sheepdog
53b33231 1689M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1690M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1691M: Jeff Cody <jcody@redhat.com>
1692L: qemu-block@nongnu.org
dce32b6c 1693L: sheepdog@lists.wpkg.org
f05b328c
SH
1694S: Supported
1695F: block/sheepdog.c
280458a3 1696T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1697
1698VHDX
1699M: Jeff Cody <jcody@redhat.com>
280458a3 1700L: qemu-block@nongnu.org
f05b328c
SH
1701S: Supported
1702F: block/vhdx*
280458a3 1703T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1704
1705VDI
1706M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1707L: qemu-block@nongnu.org
f05b328c
SH
1708S: Maintained
1709F: block/vdi.c
1710
1711iSCSI
1712M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1713M: Paolo Bonzini <pbonzini@redhat.com>
1714M: Peter Lieven <pl@kamp.de>
c95e4c0e 1715L: qemu-block@nongnu.org
f05b328c
SH
1716S: Supported
1717F: block/iscsi.c
2deb63c2 1718F: block/iscsi-opts.c
f05b328c 1719
99c62e70
EB
1720Network Block Device (NBD)
1721M: Eric Blake <eblake@redhat.com>
1722M: Paolo Bonzini <pbonzini@redhat.com>
1723L: qemu-block@nongnu.org
1724S: Maintained
1725F: block/nbd*
1726F: nbd/
1727F: include/block/nbd*
1728F: qemu-nbd.*
1729F: blockdev-nbd.c
1730T: git git://repo.or.cz/qemu/ericb.git nbd
1731
6542aa9c 1732NFS
280458a3 1733M: Jeff Cody <jcody@redhat.com>
6542aa9c 1734M: Peter Lieven <pl@kamp.de>
280458a3 1735L: qemu-block@nongnu.org
6542aa9c
PL
1736S: Maintained
1737F: block/nfs.c
280458a3 1738T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1739
f05b328c
SH
1740SSH
1741M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1742M: Jeff Cody <jcody@redhat.com>
1743L: qemu-block@nongnu.org
f05b328c
SH
1744S: Supported
1745F: block/ssh.c
280458a3 1746T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1747
280458a3
JC
1748CURL
1749M: Jeff Cody <jcody@redhat.com>
1750L: qemu-block@nongnu.org
1751S: Supported
1752F: block/curl.c
1753T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1754
1755GLUSTER
1756M: Jeff Cody <jcody@redhat.com>
1757L: qemu-block@nongnu.org
1758S: Supported
1759F: block/gluster.c
1760T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1761
199667a8
FZ
1762Null Block Driver
1763M: Fam Zheng <famz@redhat.com>
1764L: qemu-block@nongnu.org
1765S: Supported
1766F: block/null.c
1767
b5e9476c
GA
1768Bootdevice
1769M: Gonglei <arei.gonglei@huawei.com>
1770S: Maintained
1771F: bootdevice.c
ecdda9e0
AG
1772
1773Quorum
1774M: Alberto Garcia <berto@igalia.com>
1775S: Supported
1776F: block/quorum.c
1777L: qemu-block@nongnu.org
e7c6e631
SH
1778
1779blkverify
1780M: Stefan Hajnoczi <stefanha@redhat.com>
1781L: qemu-block@nongnu.org
1782S: Supported
1783F: block/blkverify.c
1784
1785bochs
1786M: Stefan Hajnoczi <stefanha@redhat.com>
1787L: qemu-block@nongnu.org
1788S: Supported
1789F: block/bochs.c
1790
1791cloop
1792M: Stefan Hajnoczi <stefanha@redhat.com>
1793L: qemu-block@nongnu.org
1794S: Supported
1795F: block/cloop.c
1796
1797dmg
1798M: Stefan Hajnoczi <stefanha@redhat.com>
1799L: qemu-block@nongnu.org
1800S: Supported
1801F: block/dmg.c
1802
1803parallels
1804M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1805M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1806L: qemu-block@nongnu.org
1807S: Supported
1808F: block/parallels.c
b4a9e25b 1809F: docs/specs/parallels.txt
e7c6e631
SH
1810
1811qed
1812M: Stefan Hajnoczi <stefanha@redhat.com>
1813L: qemu-block@nongnu.org
1814S: Supported
1815F: block/qed.c
1816
1817raw
1818M: Kevin Wolf <kwolf@redhat.com>
1819L: qemu-block@nongnu.org
1820S: Supported
1821F: block/linux-aio.c
f586d5fc 1822F: include/block/raw-aio.h
2e6fc7eb 1823F: block/raw-format.c
c1bb86cd
EB
1824F: block/file-posix.c
1825F: block/file-win32.c
e7c6e631
SH
1826F: block/win32-aio.c
1827
1828qcow2
1829M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1830M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1831L: qemu-block@nongnu.org
1832S: Supported
1833F: block/qcow2*
1834
1835qcow
1836M: Kevin Wolf <kwolf@redhat.com>
1837L: qemu-block@nongnu.org
1838S: Supported
1839F: block/qcow.c
1840
1841blkdebug
1842M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1843M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1844L: qemu-block@nongnu.org
1845S: Supported
1846F: block/blkdebug.c
1847
1848vpc
1849M: Kevin Wolf <kwolf@redhat.com>
1850L: qemu-block@nongnu.org
1851S: Supported
1852F: block/vpc.c
1853
1854vvfat
1855M: Kevin Wolf <kwolf@redhat.com>
1856L: qemu-block@nongnu.org
1857S: Supported
1858F: block/vvfat.c
abfe4e94
SH
1859
1860Image format fuzzer
1861M: Stefan Hajnoczi <stefanha@redhat.com>
1862L: qemu-block@nongnu.org
1863S: Supported
1864F: tests/image-fuzzer/
717171bd 1865
049105a3 1866Replication
205f8618 1867M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 1868M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
1869S: Supported
1870F: replication*
1871F: block/replication.c
1872F: tests/test-replication.c
1873F: docs/block-replication.txt
1874
b9e02c06
AB
1875Build and test automation
1876-------------------------
1877M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 1878M: Fam Zheng <famz@redhat.com>
32b9ca98 1879R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 1880L: qemu-devel@nongnu.org
e70dc7f8 1881S: Maintained
b9e02c06 1882F: .travis.yml
d92d886a 1883F: .shippable.yml
e70dc7f8
AB
1884F: tests/docker/
1885W: https://travis-ci.org/qemu/qemu
2a747008 1886W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 1887W: http://patchew.org/QEMU/
717171bd
DB
1888
1889Documentation
1890-------------
1891Build system architecture
1892M: Daniel P. Berrange <berrange@redhat.com>
1893S: Odd Fixes
1894F: docs/build-system.txt
8a49e97f 1895