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