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