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