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