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