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