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