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