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