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