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