]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
buildsys: Move rdma libs to per object
[mirror_qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
4The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
fdf6fab4
PM
15 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
fd5d5c56
AL
17 L: Mailing list that is relevant to this area
18 W: Web-page with status/info
19 Q: Patchwork web based patch tracking system site
20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
21 S: Status, one of the following:
22 Supported: Someone is actually paid to look after this.
23 Maintained: Someone actually looks after it.
24 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 25 much other than throw the odd patch in. See below.
fd5d5c56
AL
26 Orphan: No current maintainer [but maybe you could take the
27 role as you write your new code].
28 Obsolete: Old code. Something tagged obsolete generally means
29 it has been replaced by a better system and you
30 should be using that.
31 F: Files and directories with wildcard patterns.
32 A trailing slash includes all files and subdirectory files.
33 F: drivers/net/ all files in and below drivers/net
34 F: drivers/net/* all files in drivers/net, but not below
35 F: */net/* all files in "any top level directory"/net
36 One pattern per line. Multiple F: lines acceptable.
37 X: Files and directories that are NOT maintained, same rules as F:
38 Files exclusions are tested before file matches.
39 Can be useful for excluding a specific subdirectory, for instance:
40 F: net/
41 X: net/ipv6/
42 matches all files in and below net excluding net/ipv6/
43 K: Keyword perl extended regex pattern to match content in a
44 patch or file. For instance:
45 K: of_get_profile
46 matches patches or files that contain "of_get_profile"
47 K: \b(printk|pr_(info|err))\b
48 matches patches or files that contain one or more of the words
49 printk, pr_info or pr_err
50 One regex pattern per line. Multiple K: lines acceptable.
51
52
53General Project Administration
54------------------------------
ff0d4876 55M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 56
c9a19d5b
SW
57All patches CC here
58L: qemu-devel@nongnu.org
59F: *
60F: */
61
62622c11
MT
62Responsible Disclosure, Reporting Security Issues
63------------------------------
64W: http://wiki.qemu.org/SecurityProcess
65M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
66L: secalert@redhat.com
67
936c2230
LV
68Trivial patches
69---------------
70Trivial patches
71M: Michael Tokarev <mjt@tls.msk.ru>
72M: Laurent Vivier <laurent@vivier.eu>
73S: Maintained
74L: qemu-trivial@nongnu.org
75K: ^Subject:.*(?i)trivial
76T: git git://git.corpit.ru/qemu.git trivial-patches
77T: git git://github.com/vivier/qemu.git trivial-patches
78
fd5d5c56
AL
79Guest CPU cores (TCG):
80----------------------
486bbe5f 81Overall
5dd4a88c 82L: qemu-devel@nongnu.org
2b1641d0
PB
83M: Paolo Bonzini <pbonzini@redhat.com>
84M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
85M: Richard Henderson <rth@twiddle.net>
86S: Maintained
2b1641d0 87F: cpus.c
2b1641d0 88F: exec.c
c6a88dda 89F: accel/tcg/
2b1641d0
PB
90F: include/exec/cpu*.h
91F: include/exec/exec-all.h
486bbe5f 92F: include/exec/helper*.h
2b1641d0 93F: include/exec/tb-hash.h
460423d3 94F: include/sysemu/cpus.h
486bbe5f 95
1badb586
PM
96FPU emulation
97M: Aurelien Jarno <aurelien@aurel32.net>
98M: Peter Maydell <peter.maydell@linaro.org>
99S: Odd Fixes
100F: fpu/
101F: include/fpu/
102
fd5d5c56 103Alpha
8d6df264
RH
104M: Richard Henderson <rth@twiddle.net>
105S: Maintained
fcf5ef2a 106F: target/alpha/
8d8b636d 107F: hw/alpha/
c0bd0b50 108F: tests/tcg/alpha/
c17652ee 109F: disas/alpha.c
b6f97c14 110
b6f97c14 111ARM
1ce9ce6a 112M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 113L: qemu-arm@nongnu.org
fd5d5c56 114S: Maintained
fcf5ef2a 115F: target/arm/
8d8b636d
PB
116F: hw/arm/
117F: hw/cpu/a*mpcore.c
f7e242d6 118F: include/hw/cpu/a*mpcore.h
c17652ee
PB
119F: disas/arm.c
120F: disas/arm-a64.cc
121F: disas/libvixl/
fd5d5c56
AL
122
123CRIS
124M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125S: Maintained
fcf5ef2a 126F: target/cris/
8d8b636d 127F: hw/cris/
c9b90090 128F: include/hw/cris/
c0bd0b50 129F: tests/tcg/cris/
c17652ee 130F: disas/cris.c
fd5d5c56 131
61766fe9
RH
132HPPA (PA-RISC)
133M: Richard Henderson <rth@twiddle.net>
134S: Maintained
135F: target/hppa/
136F: disas/hppa.c
137
07bf23a7
MW
138LM32
139M: Michael Walle <michael@walle.cc>
140S: Maintained
fcf5ef2a 141F: target/lm32/
4eab7a0a 142F: disas/lm32.c
8d8b636d 143F: hw/lm32/
4eab7a0a
MW
144F: hw/*/lm32_*
145F: hw/*/milkymist-*
146F: include/hw/char/lm32_juart.h
147F: include/hw/lm32/
c0bd0b50 148F: tests/tcg/lm32/
07bf23a7 149
fd5d5c56 150M68K
595a926d
LV
151M: Laurent Vivier <laurent@vivier.eu>
152S: Maintained
fcf5ef2a 153F: target/m68k/
e9a56114 154F: disas/m68k.c
fd5d5c56
AL
155
156MicroBlaze
157M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
158S: Maintained
fcf5ef2a 159F: target/microblaze/
8d8b636d 160F: hw/microblaze/
c17652ee 161F: disas/microblaze.c
fd5d5c56 162
b6f97c14 163MIPS
ddb13561 164M: Aurelien Jarno <aurelien@aurel32.net>
78851fa5 165M: Yongbok Kim <yongbok.kim@imgtec.com>
6f640917 166S: Maintained
fcf5ef2a 167F: target/mips/
8d8b636d 168F: hw/mips/
5995db88
TH
169F: hw/misc/mips_*
170F: hw/intc/mips_gic.c
171F: hw/timer/mips_gictimer.c
172F: include/hw/mips/
173F: include/hw/misc/mips_*
174F: include/hw/intc/mips_gic.h
175F: include/hw/timer/mips_gictimer.h
c0bd0b50 176F: tests/tcg/mips/
c17652ee 177F: disas/mips.c
fd5d5c56 178
d15a9c23
AG
179Moxie
180M: Anthony Green <green@moxielogic.com>
181S: Maintained
fcf5ef2a 182F: target/moxie/
c17652ee 183F: disas/moxie.c
a3ccdfb5
TH
184F: hw/moxie/
185F: default-configs/moxie-softmmu.mak
d15a9c23 186
e671711c
MV
187NiosII
188M: Chris Wulff <crwulff@gmail.com>
189M: Marek Vasut <marex@denx.de>
190S: Maintained
191F: target/nios2/
192F: hw/nios2/
193F: disas/nios2.c
194
945dad6d 195OpenRISC
1d7cf18d
SH
196M: Stafford Horne <shorne@gmail.com>
197S: Odd Fixes
fcf5ef2a 198F: target/openrisc/
945dad6d 199F: hw/openrisc/
c0bd0b50 200F: tests/tcg/openrisc/
945dad6d 201
b6f97c14 202PowerPC
b4daafbd 203M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 204M: Alexander Graf <agraf@suse.de>
a6c98685 205L: qemu-ppc@nongnu.org
fd5d5c56 206S: Maintained
fcf5ef2a 207F: target/ppc/
8d8b636d 208F: hw/ppc/
b5d55020 209F: include/hw/ppc/
c17652ee 210F: disas/ppc.c
fd5d5c56
AL
211
212S390
2b35e93f 213M: Richard Henderson <rth@twiddle.net>
fd5d5c56
AL
214M: Alexander Graf <agraf@suse.de>
215S: Maintained
fcf5ef2a 216F: target/s390x/
8d8b636d 217F: hw/s390x/
c17652ee 218F: disas/s390.c
fd5d5c56 219
b6f97c14 220SH4
ddb13561 221M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 222S: Odd Fixes
fcf5ef2a 223F: target/sh4/
8d8b636d 224F: hw/sh4/
c17652ee 225F: disas/sh4.c
8a90f900 226F: include/hw/sh4/
fd5d5c56
AL
227
228SPARC
f2416d3a 229M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 230M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 231S: Maintained
fcf5ef2a 232F: target/sparc/
8d8b636d
PB
233F: hw/sparc/
234F: hw/sparc64/
c17652ee 235F: disas/sparc.c
fd5d5c56 236
a6ea7b4c
AF
237UniCore32
238M: Guan Xuetao <gxt@mprc.pku.edu.cn>
239S: Maintained
fcf5ef2a 240F: target/unicore32/
8d8b636d 241F: hw/unicore32/
47b98d59 242F: include/hw/unicore32/
a6ea7b4c 243
fd5d5c56 244X86
d46d72fd
PB
245M: Paolo Bonzini <pbonzini@redhat.com>
246M: Richard Henderson <rth@twiddle.net>
e1a04339 247M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 248S: Maintained
fcf5ef2a 249F: target/i386/
8d8b636d 250F: hw/i386/
c17652ee 251F: disas/i386.c
e3d038b8 252T: git git://github.com/ehabkost/qemu.git x86-next
fd5d5c56 253
16e7caae
MF
254Xtensa
255M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 256W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 257S: Maintained
fcf5ef2a 258F: target/xtensa/
8d8b636d 259F: hw/xtensa/
c0bd0b50 260F: tests/tcg/xtensa/
16e7caae 261
48e06fe0
BK
262TriCore
263M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
264S: Maintained
fcf5ef2a 265F: target/tricore/
48e06fe0 266F: hw/tricore/
d46d14e6 267F: include/hw/tricore/
48e06fe0 268
fd5d5c56
AL
269Guest CPU Cores (KVM):
270----------------------
271
272Overall
c6d559d9 273M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
274L: kvm@vger.kernel.org
275S: Supported
fd5d5c56 276F: */kvm.*
1962cb20 277F: accel/kvm/
a95e9a48 278F: include/sysemu/kvm*.h
fd5d5c56 279
ed4659d1
PM
280ARM
281M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 282L: qemu-arm@nongnu.org
ed4659d1 283S: Maintained
fcf5ef2a 284F: target/arm/kvm.c
ed4659d1 285
a31896c4
JH
286MIPS
287M: James Hogan <james.hogan@imgtec.com>
288S: Maintained
fcf5ef2a 289F: target/mips/kvm.c
a31896c4 290
fd5d5c56
AL
291PPC
292M: Alexander Graf <agraf@suse.de>
293S: Maintained
fcf5ef2a 294F: target/ppc/kvm.c
fd5d5c56 295
749717a0 296S390
b304bf00 297M: Christian Borntraeger <borntraeger@de.ibm.com>
c1976ae7 298M: Cornelia Huck <cohuck@redhat.com>
fd5d5c56
AL
299M: Alexander Graf <agraf@suse.de>
300S: Maintained
fcf5ef2a
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]
9d1c4449 793F: hw/char/terminal3270.c
c5bfb202 794F: hw/s390x/
4277af19
CH
795F: include/hw/s390x/
796F: pc-bios/s390-ccw/
c5bfb202 797F: hw/watchdog/wdt_diag288.c
1e4738b2
SS
798F: include/hw/watchdog/wdt_diag288.h
799F: pc-bios/s390-ccw.img
800F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
801T: git git://github.com/cohuck/qemu.git s390-next
802T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 803
ab9528ca
GX
804UniCore32 Machines
805-------------
806PKUnity-3 SoC initramfs-with-busybox
807M: Guan Xuetao <gxt@mprc.pku.edu.cn>
808S: Maintained
8d8b636d 809F: hw/*/puv3*
ab9528ca
GX
810F: hw/unicore32/
811
fd5d5c56
AL
812X86 Machines
813------------
814PC
046a6486 815M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 816S: Supported
046a6486
MT
817F: include/hw/i386/
818F: hw/i386/
819F: hw/pci-host/piix.c
820F: hw/pci-host/q35.c
821F: hw/pci-host/pam.c
822F: include/hw/pci-host/q35.h
823F: include/hw/pci-host/pam.h
824F: hw/isa/piix4.c
825F: hw/isa/lpc_ich9.c
826F: hw/i2c/smbus_ich9.c
827F: hw/acpi/piix4.c
828F: hw/acpi/ich9.c
829F: include/hw/acpi/ich9.h
f586d5fc 830F: include/hw/acpi/piix4.h
9cc3b73c
PB
831F: hw/misc/sga.c
832
833PC Chipset
834M: Michael S. Tsirkin <mst@redhat.com>
835M: Paolo Bonzini <pbonzini@redhat.com>
836S: Support
837F: hw/char/debugcon.c
838F: hw/char/parallel.c
839F: hw/char/serial*
840F: hw/dma/i8257*
841F: hw/i2c/pm_smbus.c
842F: hw/intc/apic*
843F: hw/intc/ioapic*
844F: hw/intc/i8259*
845F: hw/misc/debugexit.c
846F: hw/misc/pc-testdev.c
847F: hw/timer/hpet*
848F: hw/timer/i8254*
849F: hw/timer/mc146818rtc*
a2feb348
TH
850F: include/hw/i2c/pm_smbus.h
851F: include/hw/timer/hpet.h
852F: include/hw/timer/i8254*
853F: include/hw/timer/mc146818rtc*
046a6486 854
5da4fb00
MT
855Machine core
856M: Eduardo Habkost <ehabkost@redhat.com>
857M: Marcel Apfelbaum <marcel@redhat.com>
858S: Supported
859F: hw/core/machine.c
c1629c5c 860F: hw/core/null-machine.c
5da4fb00 861F: include/hw/boards.h
e3d038b8 862T: git git://github.com/ehabkost/qemu.git machine-next
fd5d5c56 863
16e7caae
MF
864Xtensa Machines
865---------------
375847a6 866sim
16e7caae
MF
867M: Max Filippov <jcmvbkbc@gmail.com>
868S: Maintained
437a8c11 869F: hw/xtensa/sim.c
375847a6 870
437a8c11 871XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
872M: Max Filippov <jcmvbkbc@gmail.com>
873S: Maintained
437a8c11
MF
874F: hw/xtensa/xtfpga.c
875F: hw/net/opencores_eth.c
16e7caae 876
fd5d5c56
AL
877Devices
878-------
b30934cb
JS
879EDU
880M: Jiri Slaby <jslaby@suse.cz>
881S: Maintained
882F: hw/misc/edu.c
883
fd5d5c56 884IDE
c095348b
JS
885M: John Snow <jsnow@redhat.com>
886L: qemu-block@nongnu.org
887S: Supported
8d8b636d 888F: include/hw/ide.h
c9f7acd5 889F: include/hw/ide/
fd5d5c56 890F: hw/ide/
c095348b
JS
891F: hw/block/block.c
892F: hw/block/cdrom.c
893F: hw/block/hd-geometry.c
894F: tests/ide-test.c
895F: tests/ahci-test.c
aee50319 896F: tests/libqos/ahci*
c095348b
JS
897T: git git://github.com/jnsnow/qemu.git ide
898
899Floppy
900M: John Snow <jsnow@redhat.com>
901L: qemu-block@nongnu.org
902S: Supported
903F: hw/block/fdc.c
904F: include/hw/block/fdc.h
aee50319 905F: tests/fdc-test.c
c095348b 906T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 907
f5f487b2
PM
908OMAP
909M: Peter Maydell <peter.maydell@linaro.org>
910S: Maintained
8d8b636d 911F: hw/*/omap*
ed0db866 912F: include/hw/arm/omap.h
f5f487b2 913
28d54e58
PB
914IPack
915M: Alberto Garcia <berto@igalia.com>
916S: Odd Fixes
917F: hw/char/ipoctal232.c
918F: hw/ipack/
919
fd5d5c56
AL
920PCI
921M: Michael S. Tsirkin <mst@redhat.com>
874a2358 922M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 923S: Supported
8d8b636d 924F: include/hw/pci/*
f178bc6b 925F: hw/misc/pci-testdev.c
ca818cfb 926F: hw/pci/*
f178bc6b 927F: hw/pci-bridge/*
0e0b3592 928
d31e5ae7 929ACPI/SMBIOS
0e0b3592
MT
930M: Michael S. Tsirkin <mst@redhat.com>
931M: Igor Mammedov <imammedo@redhat.com>
932S: Supported
933F: include/hw/acpi/*
d31e5ae7 934F: include/hw/smbios/*
0e0b3592 935F: hw/mem/*
8d8b636d 936F: hw/acpi/*
d31e5ae7 937F: hw/smbios/*
0e0b3592 938F: hw/i386/acpi-build.[hc]
0e0b3592 939F: hw/arm/virt-acpi-build.c
3248f1b4
BW
940F: tests/bios-tables-test.c
941F: tests/acpi-utils.[hc]
fd5d5c56 942
aaade8d7
AF
943ppc4xx
944M: Alexander Graf <agraf@suse.de>
945L: qemu-ppc@nongnu.org
946S: Odd Fixes
8d8b636d 947F: hw/ppc/ppc4*.c
b5d55020 948F: include/hw/ppc/ppc4xx.h
aaade8d7 949
98cded3a
AF
950ppce500
951M: Alexander Graf <agraf@suse.de>
98cded3a
AF
952L: qemu-ppc@nongnu.org
953S: Supported
6e481d57 954F: hw/ppc/e500*
566dd236
PB
955F: hw/pci-host/ppce500.c
956F: hw/net/fsl_etsec/
98cded3a 957
61af0ee6
PB
958Character devices
959M: Paolo Bonzini <pbonzini@redhat.com>
960S: Odd Fixes
961F: hw/char/
962
f536f112
PB
963Network devices
964M: Jason Wang <jasowang@redhat.com>
965S: Odd Fixes
966F: hw/net/
6bd7776c 967F: tests/virtio-net-test.c
f536f112
PB
968T: git git://github.com/jasowang/qemu.git net
969
fd5d5c56 970SCSI
de7724f7
PB
971M: Paolo Bonzini <pbonzini@redhat.com>
972S: Supported
74460f34 973F: include/hw/scsi/*
28751358 974F: include/scsi/*
8d8b636d 975F: hw/scsi/*
28751358 976F: util/scsi*
6bd7776c 977F: tests/virtio-scsi-test.c
1ab09a40 978T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
979
980LSI53C895A
0e19885e 981S: Orphan
8d8b636d 982F: hw/scsi/lsi53c895a.c
fd5d5c56 983
fcb5629d 984SSI
4b46ba61 985M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 986S: Maintained
8d8b636d
PB
987F: hw/ssi/*
988F: hw/block/m25p80.c
4b46ba61
AF
989X: hw/ssi/xilinx_*
990
991Xilinx SPI
992M: Alistair Francis <alistair.francis@xilinx.com>
993M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
994S: Maintained
995F: hw/ssi/xilinx_*
fcb5629d 996
fd5d5c56 997USB
5d0d62fe
GH
998M: Gerd Hoffmann <kraxel@redhat.com>
999S: Maintained
8d8b636d 1000F: hw/usb/*
28edfce0 1001F: tests/usb-*-test.c
beded0ff
TH
1002F: docs/usb2.txt
1003F: docs/usb-storage.txt
1004F: include/hw/usb.h
1005F: include/hw/usb/
104ebc5f 1006F: default-configs/usb.mak
fd5d5c56 1007
e26082fd
PB
1008USB (serial adapter)
1009M: Gerd Hoffmann <kraxel@redhat.com>
1010M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1011S: Maintained
1012F: hw/usb/dev-serial.c
1013
92e1fb5e
AW
1014VFIO
1015M: Alex Williamson <alex.williamson@redhat.com>
1016S: Supported
cf7087db 1017F: hw/vfio/*
99b88c6d 1018F: include/hw/vfio/
92e1fb5e 1019
5eb74557 1020vfio-ccw
c1976ae7 1021M: Cornelia Huck <cohuck@redhat.com>
5eb74557
DJS
1022S: Supported
1023F: hw/vfio/ccw.c
1024F: hw/s390x/s390-ccw.c
1025F: include/hw/s390x/s390-ccw.h
1026T: git git://github.com/cohuck/qemu.git s390-next
1027
fd5d5c56
AL
1028vhost
1029M: Michael S. Tsirkin <mst@redhat.com>
1030S: Supported
8d8b636d 1031F: hw/*/*vhost*
fd5d5c56
AL
1032
1033virtio
a75143ed 1034M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1035S: Supported
8d8b636d 1036F: hw/*/virtio*
72fa605d
TH
1037F: hw/virtio/Makefile.objs
1038F: hw/virtio/trace-events
6a084ea3 1039F: net/vhost-user.c
494f7b57 1040F: include/hw/virtio/
6bd7776c 1041F: tests/virtio-balloon-test.c
fd5d5c56
AL
1042
1043virtio-9p
23704102 1044M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 1045M: Greg Kurz <groug@kaod.org>
fd5d5c56 1046S: Supported
aebeca25
AF
1047F: hw/9pfs/
1048F: fsdev/
2d888c09 1049F: tests/virtio-9p-test.c
3f3309cb 1050T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 1051T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1052
1053virtio-blk
54d01a00 1054M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1055L: qemu-block@nongnu.org
fd5d5c56 1056S: Supported
8d8b636d 1057F: hw/block/virtio-blk.c
b457a5f5 1058F: hw/block/dataplane/*
6bd7776c 1059F: tests/virtio-blk-test.c
b457a5f5 1060T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1061
dd4ad64a 1062virtio-ccw
c1976ae7 1063M: Cornelia Huck <cohuck@redhat.com>
b304bf00 1064M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
1065S: Supported
1066F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1067T: git git://github.com/cohuck/qemu.git s390-next
1068T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 1069
a5d4d7b5
GH
1070virtio-input
1071M: Gerd Hoffmann <kraxel@redhat.com>
1072S: Maintained
1073F: hw/input/virtio-input*.c
1074F: include/hw/virtio/virtio-input.h
1075
fd5d5c56 1076virtio-serial
cee887d9 1077M: Amit Shah <amit@kernel.org>
fd5d5c56 1078S: Supported
8d8b636d
PB
1079F: hw/char/virtio-serial-bus.c
1080F: hw/char/virtio-console.c
68a5e38a 1081F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1082F: tests/virtio-console-test.c
1083F: tests/virtio-serial-test.c
fd5d5c56 1084
1f51a5cb 1085virtio-rng
cee887d9 1086M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1087S: Supported
1088F: hw/virtio/virtio-rng.c
1089F: include/hw/virtio/virtio-rng.h
750cf869 1090F: include/sysemu/rng*.h
1f51a5cb 1091F: backends/rng*.c
6bd7776c 1092F: tests/virtio-rng-test.c
1f51a5cb 1093
6034011c
GA
1094virtio-crypto
1095M: Gonglei <arei.gonglei@huawei.com>
1096S: Supported
1097F: hw/virtio/virtio-crypto.c
1098F: hw/virtio/virtio-crypto-pci.c
1099F: include/hw/virtio/virtio-crypto.h
1100
f3c507ad
KB
1101nvme
1102M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1103L: qemu-block@nongnu.org
f3c507ad
KB
1104S: Supported
1105F: hw/block/nvme*
fc967791 1106F: tests/nvme-test.c
f3c507ad 1107
d383c625 1108megasas
3fdfb8b6 1109M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1110L: qemu-block@nongnu.org
d383c625
HR
1111S: Supported
1112F: hw/scsi/megasas.c
1113F: hw/scsi/mfi.h
3fdfb8b6 1114F: tests/megasas-test.c
d383c625 1115
605d52e6
DF
1116Network packet abstractions
1117M: Dmitry Fleytman <dmitry@daynix.com>
1118S: Maintained
1119F: include/net/eth.h
1120F: net/eth.c
1121F: hw/net/net_rx_pkt*
1122F: hw/net/net_tx_pkt*
1123
622fb504
DF
1124Vmware
1125M: Dmitry Fleytman <dmitry@daynix.com>
1126S: Maintained
1127F: hw/net/vmxnet*
1128F: hw/scsi/vmw_pvscsi*
1129
de24d3f1 1130Rocker
de24d3f1
SF
1131M: Jiri Pirko <jiri@resnulli.us>
1132S: Maintained
1133F: hw/net/rocker/
de850948
TH
1134F: tests/rocker/
1135F: docs/specs/rocker.txt
de24d3f1 1136
70d1fb9c 1137NVDIMM
7a5bd53d 1138M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1139S: Maintained
1140F: hw/acpi/nvdimm.c
1141F: hw/mem/nvdimm.c
1142F: include/hw/mem/nvdimm.h
1143
093454e2
DF
1144e1000x
1145M: Dmitry Fleytman <dmitry@daynix.com>
1146S: Maintained
1147F: hw/net/e1000x*
1148
6f3fbe4e
DF
1149e1000e
1150M: Dmitry Fleytman <dmitry@daynix.com>
1151S: Maintained
1152F: hw/net/e1000e*
1153
e481a1f6
AF
1154Generic Loader
1155M: Alistair Francis <alistair.francis@xilinx.com>
1156S: Maintained
1157F: hw/core/generic-loader.c
1158F: include/hw/core/generic-loader.h
1159
87a9023a
TH
1160CHRP NVRAM
1161M: Thomas Huth <thuth@redhat.com>
1162S: Maintained
1163F: hw/nvram/chrp_nvram.c
1164F: include/hw/nvram/chrp_nvram.h
1165F: tests/prom-env-test.c
1166
42697d88
BW
1167VM Generation ID
1168M: Ben Warren <ben@skyportsystems.com>
1169S: Maintained
1170F: hw/acpi/vmgenid.c
1171F: include/hw/acpi/vmgenid.h
1172F: docs/specs/vmgenid.txt
1173F: tests/vmgenid-test.c
1174F: stubs/vmgenid.c
1175
747969db
PMD
1176Unimplemented device
1177M: Peter Maydell <peter.maydell@linaro.org>
1178R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1179S: Maintained
1180F: include/hw/misc/unimp.h
1181F: hw/misc/unimp.c
1182
fd5d5c56
AL
1183Subsystems
1184----------
1185Audio
9f575846 1186M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1187S: Maintained
1188F: audio/
8d8b636d 1189F: hw/audio/
a2b245ae 1190F: include/hw/audio/
d7b50c0c 1191F: tests/ac97-test.c
8fa74c94 1192F: tests/es1370-test.c
fbaf445a 1193F: tests/intel-hda-test.c
fd5d5c56 1194
17f1e8f5 1195Block layer core
fd5d5c56 1196M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1197M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1198L: qemu-block@nongnu.org
fd5d5c56
AL
1199S: Supported
1200F: block*
1201F: block/
8d8b636d 1202F: hw/block/
4c346e0b 1203F: include/block/
46078760
KW
1204F: qemu-img*
1205F: qemu-io*
29242091 1206F: tests/qemu-iotests/
8dd30c86 1207F: util/qemu-progress.c
d48addda 1208T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1209
d55053b1
SH
1210Block I/O path
1211M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1212M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1213L: qemu-block@nongnu.org
1214S: Supported
36c697bd
PB
1215F: util/async.c
1216F: util/aio-*.c
d55053b1
SH
1217F: block/io.c
1218F: migration/block*
e1029ae2 1219F: include/block/aio.h
d55053b1
SH
1220T: git git://github.com/stefanha/qemu.git block
1221
e5b5728c
PB
1222Block SCSI subsystem
1223M: Paolo Bonzini <pbonzini@redhat.com>
1224L: qemu-block@nongnu.org
1225S: Supported
1226F: include/scsi/*
1227F: scsi/*
1228
280458a3
JC
1229Block Jobs
1230M: Jeff Cody <jcody@redhat.com>
1231L: qemu-block@nongnu.org
1232S: Supported
1233F: blockjob.c
1234F: include/block/blockjob.h
1235F: block/backup.c
1236F: block/commit.c
77346025 1237F: block/stream.c
280458a3
JC
1238F: block/mirror.c
1239T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1240
4120201d
MA
1241Block QAPI, monitor, command line
1242M: Markus Armbruster <armbru@redhat.com>
1243S: Supported
1244F: blockdev.c
1245F: block/qapi.c
1246F: qapi/block*.json
fa988e39 1247F: qapi/transaction.json
4120201d
MA
1248T: git git://repo.or.cz/qemu/armbru.git block-next
1249
538193bc
JS
1250Dirty Bitmaps
1251M: Fam Zheng <famz@redhat.com>
1252M: John Snow <jsnow@redhat.com>
1253L: qemu-block@nongnu.org
1254S: Supported
1255F: util/hbitmap.c
1256F: block/dirty-bitmap.c
1257F: include/qemu/hbitmap.h
1258F: include/block/dirty-bitmap.h
1259F: tests/test-hbitmap.c
1260F: docs/bitmaps.md
1261T: git git://github.com/famz/qemu.git bitmaps
1262T: git git://github.com/jnsnow/qemu.git bitmaps
1263
61af0ee6 1264Character device backends
da26f37a 1265M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1266M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1267S: Maintained
178fe0ae 1268F: chardev/
8228e353 1269F: include/chardev/
dbeee392 1270F: qapi/char.json
fd5d5c56 1271
e26082fd
PB
1272Character Devices (Braille)
1273M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1274S: Maintained
6b10e573 1275F: chardev/baum.c
fd5d5c56 1276
e94630d3
MA
1277Command line option argument parsing
1278M: Markus Armbruster <armbru@redhat.com>
1279S: Supported
1280F: include/qemu/option.h
1281F: tests/test-keyval.c
1282F: tests/test-qemu-opts.c
1283F: util/keyval.c
1284F: util/qemu-option.c
1285
8c413e79
MA
1286Coverity model
1287M: Markus Armbruster <armbru@redhat.com>
1288S: Supported
1289F: scripts/coverity-model.c
1290
f2ca0524 1291CPU
12b0e69c 1292L: qemu-devel@nongnu.org
f2ca0524
AF
1293S: Supported
1294F: qom/cpu.c
6e481d57 1295F: include/qom/cpu.h
f2ca0524 1296
d24b569a 1297Device Tree
4b46ba61 1298M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1299M: Alexander Graf <agraf@suse.de>
1300S: Maintained
82407515
TH
1301F: device_tree.c
1302F: include/sysemu/device_tree.h
d24b569a 1303
4f966768
MA
1304Error reporting
1305M: Markus Armbruster <armbru@redhat.com>
1306S: Supported
1307F: include/qapi/error.h
1308F: include/qemu/error-report.h
1309F: util/error.c
1310F: util/qemu-error.c
1311
fd5d5c56 1312GDB stub
5dd4a88c 1313L: qemu-devel@nongnu.org
fd5d5c56
AL
1314S: Odd Fixes
1315F: gdbstub*
1316F: gdb-xml/
1317
01a9c03c
PB
1318Memory API
1319M: Paolo Bonzini <pbonzini@redhat.com>
1320S: Supported
1321F: include/exec/ioport.h
1322F: ioport.c
1323F: include/exec/memory.h
2b1641d0 1324F: include/exec/ram_addr.h
01a9c03c
PB
1325F: memory.c
1326F: include/exec/memory-internal.h
1327F: exec.c
1328
7ee3bf03
GH
1329SPICE
1330M: Gerd Hoffmann <kraxel@redhat.com>
1331S: Supported
6e481d57 1332F: include/ui/qemu-spice.h
438528a3 1333F: include/ui/spice-display.h
7ee3bf03
GH
1334F: ui/spice-*.c
1335F: audio/spiceaudio.c
8d8b636d 1336F: hw/display/qxl*
608cfed6 1337F: qapi/ui.json
7ee3bf03 1338
fd5d5c56 1339Graphics
25eccc37
GH
1340M: Gerd Hoffmann <kraxel@redhat.com>
1341S: Odd Fixes
fd5d5c56 1342F: ui/
e220656c 1343F: include/ui/
608cfed6 1344F: qapi/ui.json
fd5d5c56 1345
351f1bf6 1346Cocoa graphics
30ef3c74 1347M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1348S: Odd Fixes
1349F: ui/cocoa.m
1350
fd5d5c56 1351Main loop
da26f37a
PB
1352M: Paolo Bonzini <pbonzini@redhat.com>
1353S: Maintained
1354F: cpus.c
3ecb29a3
PB
1355F: util/main-loop.c
1356F: util/qemu-timer.c
fd5d5c56 1357F: vl.c
0e201d34 1358F: qapi/run-state.json
fd5d5c56 1359
8899b4ae 1360Human Monitor (HMP)
c833fb4a 1361M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1362S: Maintained
fd5d5c56 1363F: monitor.c
c13e9912
TH
1364F: hmp.[ch]
1365F: hmp-commands*.hx
1366F: include/monitor/hmp-target.h
bbcee372 1367F: tests/test-hmp.c
fd5d5c56 1368
f536f112 1369Network device backends
442469e6 1370M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1371S: Maintained
1372F: net/
d24b2b1c 1373F: include/net/
5fc51cc3 1374T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1375F: qapi/net.json
fd5d5c56 1376
aee09baf
VM
1377Netmap network backend
1378M: Luigi Rizzo <rizzo@iet.unipi.it>
1379M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1380M: Vincenzo Maffione <v.maffione@gmail.com>
1381W: http://info.iet.unipi.it/~luigi/netmap/
1382S: Maintained
1383F: net/netmap.c
1384
2f54eb98
EH
1385NUMA
1386M: Eduardo Habkost <ehabkost@redhat.com>
1387S: Maintained
1388F: numa.c
1389F: include/sysemu/numa.h
e3d038b8 1390T: git git://github.com/ehabkost/qemu.git machine-next
2f54eb98 1391
4fc264f4
EH
1392Host Memory Backends
1393M: Eduardo Habkost <ehabkost@redhat.com>
1394M: Igor Mammedov <imammedo@redhat.com>
1395S: Maintained
1396F: backends/hostmem*.c
1397F: include/sysemu/hostmem.h
e3d038b8 1398T: git git://github.com/ehabkost/qemu.git machine-next
4fc264f4 1399
6034011c
GA
1400Cryptodev Backends
1401M: Gonglei <arei.gonglei@huawei.com>
1402S: Maintained
1403F: include/sysemu/cryptodev*.h
1404F: backends/cryptodev*.c
1405
8899b4ae 1406QAPI
9740618c 1407M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1408M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1409S: Supported
8899b4ae 1410F: qapi/
0311c5bd 1411X: qapi/*.json
ac4abb9a
MA
1412F: include/qapi/
1413X: include/qapi/qmp/
1414F: include/qapi/qmp/dispatch.h
c0bd0b50 1415F: tests/qapi-schema/
ac4abb9a 1416F: tests/test-*-visitor.c
e94630d3 1417F: tests/test-qapi-*.c
ac4abb9a 1418F: tests/test-qmp-*.c
e94630d3 1419F: tests/test-visitor-serialization.c
0311c5bd
MA
1420F: scripts/qapi*
1421F: docs/qapi*
9740618c 1422T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1423
7810d291
LC
1424QAPI Schema
1425M: Eric Blake <eblake@redhat.com>
7810d291
LC
1426M: Markus Armbruster <armbru@redhat.com>
1427S: Supported
1428F: qapi-schema.json
0311c5bd 1429F: qapi/*.json
9740618c 1430T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1431
f3582ba4 1432QObject
daf5dc78
MA
1433M: Markus Armbruster <armbru@redhat.com>
1434S: Supported
f3582ba4 1435F: qobject/
7735d2b5
MA
1436F: include/qapi/qmp/
1437X: include/qapi/qmp/dispatch.h
a2f3453e 1438F: scripts/coccinelle/qobject.cocci
7735d2b5 1439F: tests/check-qdict.c
01b2ffce 1440F: tests/check-qnum.c
7735d2b5
MA
1441F: tests/check-qjson.c
1442F: tests/check-qlist.c
1443F: tests/check-qstring.c
daf5dc78 1444T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1445
f05d9999
MR
1446QEMU Guest Agent
1447M: Michael Roth <mdroth@linux.vnet.ibm.com>
1448S: Maintained
1449F: qga/
1450T: git git://github.com/mdroth/qemu.git qga
1451
4688c94c 1452QOM
4688c94c
AF
1453M: Andreas Färber <afaerber@suse.de>
1454S: Supported
1455T: git git://github.com/afaerber/qemu-cpu.git qom-next
1456F: include/qom/
1457X: include/qom/cpu.h
1458F: qom/
1459X: qom/cpu.c
9f4aa7ce
AF
1460F: tests/check-qom-interface.c
1461F: tests/check-qom-proplist.c
4688c94c
AF
1462F: tests/qom-test.c
1463
8899b4ae 1464QMP
9740618c
LC
1465M: Markus Armbruster <armbru@redhat.com>
1466S: Supported
8899b4ae
LC
1467F: qmp.c
1468F: monitor.c
9b89b6a2 1469F: docs/*qmp-*
9740618c 1470F: scripts/qmp/
f66e7ac8 1471F: tests/qmp-test.c
9740618c 1472T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1473
cc0100f4
AF
1474Register API
1475M: Alistair Francis <alistair.francis@xilinx.com>
1476S: Maintained
1477F: hw/core/register.c
1478F: include/hw/register.h
1479
fd5d5c56 1480SLIRP
eda509fa 1481M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1482M: Jan Kiszka <jan.kiszka@siemens.com>
1483S: Maintained
fd5d5c56 1484F: slirp/
663fb1e1 1485F: net/slirp.c
d24b2b1c 1486F: include/net/slirp.h
1ab09a40 1487T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1488
b1ed728a
PB
1489Stubs
1490M: Paolo Bonzini <pbonzini@redhat.com>
1491S: Maintained
1492F: stubs/
1493
598a3f35 1494Tracing
1cd0f8ce 1495M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1496S: Maintained
1497F: trace/
f70fd8fd
LV
1498F: scripts/tracetool.py
1499F: scripts/tracetool/
f922ea46 1500F: docs/tracing.txt
1ab09a40 1501T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1502
3859b6cf
MA
1503TPM
1504S: Orphan
1505F: tpm.c
1506F: hw/tpm/*
1507F: include/hw/acpi/tpm.h
1508F: include/sysemu/tpm*
1509F: qapi/tpm.json
1510
14f40fdc 1511Checkpatch
14f40fdc
BS
1512S: Odd Fixes
1513F: scripts/checkpatch.pl
1514
c0787c8d
JQ
1515Migration
1516M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1517M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1518S: Maintained
1519F: include/migration/
44a1f946 1520F: migration/
c5515640
AS
1521F: scripts/vmstate-static-checker.py
1522F: tests/vmstate-static-checker-data/
a609ad8b 1523F: docs/migration.txt
48685a8e 1524F: qapi/migration.json
c0787c8d 1525
92bfedb0 1526Seccomp
064983cb 1527M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1528S: Supported
1529F: qemu-seccomp.c
1530F: include/sysemu/seccomp.h
1531
ddbb0d09
DB
1532Cryptography
1533M: Daniel P. Berrange <berrange@redhat.com>
1534S: Maintained
1535F: crypto/
1536F: include/crypto/
1537F: tests/test-crypto-*
899833cd 1538F: qemu.sasl
ddbb0d09 1539
10817bf0
DB
1540Coroutines
1541M: Stefan Hajnoczi <stefanha@redhat.com>
1542M: Kevin Wolf <kwolf@redhat.com>
1543F: util/*coroutine*
1544F: include/qemu/coroutine*
1545F: tests/test-coroutine.c
1546
88c5f205
DB
1547Buffers
1548M: Daniel P. Berrange <berrange@redhat.com>
1549S: Odd fixes
1550F: util/buffer.c
1551F: include/qemu/buffer.h
1552
666a3af9
DB
1553I/O Channels
1554M: Daniel P. Berrange <berrange@redhat.com>
1555S: Maintained
1556F: io/
1557F: include/io/
1558F: tests/test-io-*
1559
5614a283
GH
1560Sockets
1561M: Daniel P. Berrange <berrange@redhat.com>
1562M: Gerd Hoffmann <kraxel@redhat.com>
1563M: Paolo Bonzini <pbonzini@redhat.com>
1564S: Maintained
1565F: include/qemu/sockets.h
1566F: util/qemu-sockets.c
a2ff5a48 1567F: qapi/sockets.json
5614a283 1568
d310d85b
AG
1569Throttling infrastructure
1570M: Alberto Garcia <berto@igalia.com>
1571S: Supported
1572F: block/throttle-groups.c
1573F: include/block/throttle-groups.h
1574F: include/qemu/throttle.h
1575F: util/throttle.c
1576L: qemu-block@nongnu.org
1577
080d7aac
FZ
1578UUID
1579M: Fam Zheng <famz@redhat.com>
1580S: Supported
1581F: util/uuid.c
1582F: include/qemu/uuid.h
1583F: tests/test-uuid.c
1584
a4cc318e
HZ
1585COLO Framework
1586M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1587S: Maintained
1588F: migration/colo*
1589F: include/migration/colo.h
1590F: include/migration/failover.h
1591F: docs/COLO-FT.txt
1592
88f82ed1 1593COLO Proxy
b38576cd 1594M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1595M: Li Zhijian <lizhijian@cn.fujitsu.com>
1596S: Supported
1597F: docs/colo-proxy.txt
1598F: net/colo*
1599F: net/filter-rewriter.c
1600F: net/filter-mirror.c
1601
62258201
PD
1602Record/replay
1603M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1604R: Paolo Bonzini <pbonzini@redhat.com>
1605W: http://wiki.qemu.org/Features/record-replay
1606S: Supported
1607F: replay/*
1608F: block/blkreplay.c
1609F: net/filter-replay.c
1610F: include/sysemu/replay.h
1611F: docs/replay.txt
1612F: stubs/replay.c
1613
fd5d5c56
AL
1614Usermode Emulation
1615------------------
486bbe5f
PB
1616Overall
1617M: Riku Voipio <riku.voipio@iki.fi>
1618S: Maintained
1619F: thunk.c
58410666 1620F: accel/tcg/user-exec*.c
486bbe5f 1621
fd5d5c56 1622BSD user
297e8005 1623S: Orphan
fd5d5c56 1624F: bsd-user/
ccf0a57b 1625F: default-configs/*-bsd-user.mak
fd5d5c56 1626
fd5d5c56
AL
1627Linux user
1628M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1629R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1630S: Maintained
1631F: linux-user/
ccf0a57b 1632F: default-configs/*-linux-user.mak
42f5a7e9
AJ
1633
1634Tiny Code Generator (TCG)
1635-------------------------
1636Common code
cc7772bd 1637M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1638S: Maintained
1639F: tcg/
1640
b25a464c
CF
1641AArch64 target
1642M: Claudio Fontana <claudio.fontana@huawei.com>
1643M: Claudio Fontana <claudio.fontana@gmail.com>
1644S: Maintained
b4f2bd1c 1645L: qemu-arm@nongnu.org
b25a464c 1646F: tcg/aarch64/
c17652ee
PB
1647F: disas/arm-a64.cc
1648F: disas/libvixl/
b25a464c 1649
42f5a7e9
AJ
1650ARM target
1651M: Andrzej Zaborowski <balrogg@gmail.com>
1652S: Maintained
b4f2bd1c 1653L: qemu-arm@nongnu.org
42f5a7e9 1654F: tcg/arm/
c17652ee 1655F: disas/arm.c
42f5a7e9 1656
42f5a7e9 1657i386 target
5dd4a88c 1658L: qemu-devel@nongnu.org
42f5a7e9
AJ
1659S: Maintained
1660F: tcg/i386/
c17652ee 1661F: disas/i386.c
42f5a7e9 1662
42f5a7e9 1663MIPS target
d6eec7a2 1664M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1665S: Maintained
1666F: tcg/mips/
c17652ee 1667F: disas/mips.c
42f5a7e9
AJ
1668
1669PPC
15610d42
PK
1670M: Richard Henderson <rth@twiddle.net>
1671S: Odd Fixes
42f5a7e9 1672F: tcg/ppc/
c17652ee 1673F: disas/ppc.c
42f5a7e9
AJ
1674
1675S390 target
1676M: Alexander Graf <agraf@suse.de>
1677M: Richard Henderson <rth@twiddle.net>
1678S: Maintained
1679F: tcg/s390/
c17652ee 1680F: disas/s390.c
42f5a7e9
AJ
1681
1682SPARC target
297e8005 1683S: Odd Fixes
42f5a7e9 1684F: tcg/sparc/
c17652ee 1685F: disas/sparc.c
bc75c9e5
SW
1686
1687TCI target
1688M: Stefan Weil <sw@weilnetz.de>
1689S: Maintained
8ef9cd55 1690F: tcg/tci/
752a2ae2 1691F: tcg/tci.c
c17652ee 1692F: disas/tci.c
aa09c951 1693
f05b328c
SH
1694Block drivers
1695-------------
1696VMDK
1697M: Fam Zheng <famz@redhat.com>
c95e4c0e 1698L: qemu-block@nongnu.org
f05b328c
SH
1699S: Supported
1700F: block/vmdk.c
1701
1702RBD
5a8ac6d9 1703M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1704M: Jeff Cody <jcody@redhat.com>
1705L: qemu-block@nongnu.org
f05b328c
SH
1706S: Supported
1707F: block/rbd.c
280458a3 1708T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1709
1710Sheepdog
53b33231 1711M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1712M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1713M: Jeff Cody <jcody@redhat.com>
1714L: qemu-block@nongnu.org
dce32b6c 1715L: sheepdog@lists.wpkg.org
f05b328c
SH
1716S: Supported
1717F: block/sheepdog.c
280458a3 1718T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1719
1720VHDX
1721M: Jeff Cody <jcody@redhat.com>
280458a3 1722L: qemu-block@nongnu.org
f05b328c
SH
1723S: Supported
1724F: block/vhdx*
280458a3 1725T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1726
1727VDI
1728M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1729L: qemu-block@nongnu.org
f05b328c
SH
1730S: Maintained
1731F: block/vdi.c
1732
1733iSCSI
1734M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1735M: Paolo Bonzini <pbonzini@redhat.com>
1736M: Peter Lieven <pl@kamp.de>
c95e4c0e 1737L: qemu-block@nongnu.org
f05b328c
SH
1738S: Supported
1739F: block/iscsi.c
2deb63c2 1740F: block/iscsi-opts.c
f05b328c 1741
99c62e70
EB
1742Network Block Device (NBD)
1743M: Eric Blake <eblake@redhat.com>
1744M: Paolo Bonzini <pbonzini@redhat.com>
1745L: qemu-block@nongnu.org
1746S: Maintained
1747F: block/nbd*
1748F: nbd/
1749F: include/block/nbd*
1750F: qemu-nbd.*
1751F: blockdev-nbd.c
1752T: git git://repo.or.cz/qemu/ericb.git nbd
1753
6542aa9c 1754NFS
280458a3 1755M: Jeff Cody <jcody@redhat.com>
6542aa9c 1756M: Peter Lieven <pl@kamp.de>
280458a3 1757L: qemu-block@nongnu.org
6542aa9c
PL
1758S: Maintained
1759F: block/nfs.c
280458a3 1760T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1761
f05b328c
SH
1762SSH
1763M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1764M: Jeff Cody <jcody@redhat.com>
1765L: qemu-block@nongnu.org
f05b328c
SH
1766S: Supported
1767F: block/ssh.c
280458a3 1768T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1769
280458a3
JC
1770CURL
1771M: Jeff Cody <jcody@redhat.com>
1772L: qemu-block@nongnu.org
1773S: Supported
1774F: block/curl.c
1775T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1776
1777GLUSTER
1778M: Jeff Cody <jcody@redhat.com>
1779L: qemu-block@nongnu.org
1780S: Supported
1781F: block/gluster.c
1782T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1783
199667a8
FZ
1784Null Block Driver
1785M: Fam Zheng <famz@redhat.com>
1786L: qemu-block@nongnu.org
1787S: Supported
1788F: block/null.c
1789
b5e9476c
GA
1790Bootdevice
1791M: Gonglei <arei.gonglei@huawei.com>
1792S: Maintained
1793F: bootdevice.c
ecdda9e0
AG
1794
1795Quorum
1796M: Alberto Garcia <berto@igalia.com>
1797S: Supported
1798F: block/quorum.c
1799L: qemu-block@nongnu.org
e7c6e631
SH
1800
1801blkverify
1802M: Stefan Hajnoczi <stefanha@redhat.com>
1803L: qemu-block@nongnu.org
1804S: Supported
1805F: block/blkverify.c
1806
1807bochs
1808M: Stefan Hajnoczi <stefanha@redhat.com>
1809L: qemu-block@nongnu.org
1810S: Supported
1811F: block/bochs.c
1812
1813cloop
1814M: Stefan Hajnoczi <stefanha@redhat.com>
1815L: qemu-block@nongnu.org
1816S: Supported
1817F: block/cloop.c
1818
1819dmg
1820M: Stefan Hajnoczi <stefanha@redhat.com>
1821L: qemu-block@nongnu.org
1822S: Supported
1823F: block/dmg.c
1824
1825parallels
1826M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1827M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1828L: qemu-block@nongnu.org
1829S: Supported
1830F: block/parallels.c
b4a9e25b 1831F: docs/specs/parallels.txt
e7c6e631
SH
1832
1833qed
1834M: Stefan Hajnoczi <stefanha@redhat.com>
1835L: qemu-block@nongnu.org
1836S: Supported
1837F: block/qed.c
1838
1839raw
1840M: Kevin Wolf <kwolf@redhat.com>
1841L: qemu-block@nongnu.org
1842S: Supported
1843F: block/linux-aio.c
f586d5fc 1844F: include/block/raw-aio.h
2e6fc7eb 1845F: block/raw-format.c
c1bb86cd
EB
1846F: block/file-posix.c
1847F: block/file-win32.c
e7c6e631
SH
1848F: block/win32-aio.c
1849
1850qcow2
1851M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1852M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1853L: qemu-block@nongnu.org
1854S: Supported
1855F: block/qcow2*
1856
1857qcow
1858M: Kevin Wolf <kwolf@redhat.com>
1859L: qemu-block@nongnu.org
1860S: Supported
1861F: block/qcow.c
1862
1863blkdebug
1864M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1865M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1866L: qemu-block@nongnu.org
1867S: Supported
1868F: block/blkdebug.c
1869
1870vpc
1871M: Kevin Wolf <kwolf@redhat.com>
1872L: qemu-block@nongnu.org
1873S: Supported
1874F: block/vpc.c
1875
1876vvfat
1877M: Kevin Wolf <kwolf@redhat.com>
1878L: qemu-block@nongnu.org
1879S: Supported
1880F: block/vvfat.c
abfe4e94
SH
1881
1882Image format fuzzer
1883M: Stefan Hajnoczi <stefanha@redhat.com>
1884L: qemu-block@nongnu.org
1885S: Supported
1886F: tests/image-fuzzer/
717171bd 1887
049105a3 1888Replication
205f8618 1889M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 1890M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
1891S: Supported
1892F: replication*
1893F: block/replication.c
1894F: tests/test-replication.c
1895F: docs/block-replication.txt
1896
b9e02c06
AB
1897Build and test automation
1898-------------------------
1899M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 1900M: Fam Zheng <famz@redhat.com>
32b9ca98 1901R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 1902L: qemu-devel@nongnu.org
e70dc7f8 1903S: Maintained
b9e02c06 1904F: .travis.yml
d92d886a 1905F: .shippable.yml
e70dc7f8
AB
1906F: tests/docker/
1907W: https://travis-ci.org/qemu/qemu
2a747008 1908W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 1909W: http://patchew.org/QEMU/
717171bd
DB
1910
1911Documentation
1912-------------
1913Build system architecture
1914M: Daniel P. Berrange <berrange@redhat.com>
1915S: Odd Fixes
1916F: docs/build-system.txt
8a49e97f 1917