]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-november-2018-v2...
[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>
fdf6fab4
PM
15 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
fd5d5c56
AL
17 L: Mailing list that is relevant to this area
18 W: Web-page with status/info
19 Q: Patchwork web based patch tracking system site
20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
21 S: Status, one of the following:
22 Supported: Someone is actually paid to look after this.
23 Maintained: Someone actually looks after it.
24 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 25 much other than throw the odd patch in. See below.
fd5d5c56
AL
26 Orphan: No current maintainer [but maybe you could take the
27 role as you write your new code].
28 Obsolete: Old code. Something tagged obsolete generally means
29 it has been replaced by a better system and you
30 should be using that.
31 F: Files and directories with wildcard patterns.
32 A trailing slash includes all files and subdirectory files.
33 F: drivers/net/ all files in and below drivers/net
34 F: drivers/net/* all files in drivers/net, but not below
35 F: */net/* all files in "any top level directory"/net
36 One pattern per line. Multiple F: lines acceptable.
37 X: Files and directories that are NOT maintained, same rules as F:
38 Files exclusions are tested before file matches.
39 Can be useful for excluding a specific subdirectory, for instance:
40 F: net/
41 X: net/ipv6/
42 matches all files in and below net excluding net/ipv6/
43 K: Keyword perl extended regex pattern to match content in a
44 patch or file. For instance:
45 K: of_get_profile
46 matches patches or files that contain "of_get_profile"
47 K: \b(printk|pr_(info|err))\b
48 matches patches or files that contain one or more of the words
49 printk, pr_info or pr_err
50 One regex pattern per line. Multiple K: lines acceptable.
51
52
53General Project Administration
54------------------------------
ff0d4876 55M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 56
c9a19d5b
SW
57All patches CC here
58L: qemu-devel@nongnu.org
59F: *
60F: */
61
62622c11
MT
62Responsible Disclosure, Reporting Security Issues
63------------------------------
70b7fba9 64W: https://wiki.qemu.org/SecurityProcess
62622c11 65M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
66L: secalert@redhat.com
67
936c2230
LV
68Trivial patches
69---------------
70Trivial patches
71M: Michael Tokarev <mjt@tls.msk.ru>
72M: Laurent Vivier <laurent@vivier.eu>
73S: Maintained
74L: qemu-trivial@nongnu.org
75K: ^Subject:.*(?i)trivial
76T: git git://git.corpit.ru/qemu.git trivial-patches
e18a8b34 77T: git https://github.com/vivier/qemu.git trivial-patches
936c2230 78
daf14ce3
CH
79Architecture support
80--------------------
81S390
82M: Cornelia Huck <cohuck@redhat.com>
83S: Supported
84F: default-configs/s390x-softmmu.mak
85F: gdb-xml/s390*.xml
86F: hw/char/sclp*.[hc]
87F: hw/char/terminal3270.c
88F: hw/intc/s390_flic.c
89F: hw/intc/s390_flic_kvm.c
90F: hw/s390x/
2fe2942c 91F: hw/vfio/ap.c
daf14ce3
CH
92F: hw/vfio/ccw.c
93F: hw/watchdog/wdt_diag288.c
94F: include/hw/s390x/
95F: include/hw/watchdog/wdt_diag288.h
96F: pc-bios/s390-ccw/
97F: pc-bios/s390-ccw.img
98F: target/s390x/
694a8d70 99F: docs/vfio-ap.txt
daf14ce3 100K: ^Subject:.*(?i)s390x?
e18a8b34 101T: git https://github.com/cohuck/qemu.git s390-next
daf14ce3
CH
102L: qemu-s390x@nongnu.org
103
fd5d5c56
AL
104Guest CPU cores (TCG):
105----------------------
486bbe5f 106Overall
5dd4a88c 107L: qemu-devel@nongnu.org
2b1641d0
PB
108M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
109M: Richard Henderson <rth@twiddle.net>
2185fd67 110R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 111S: Maintained
2b1641d0 112F: cpus.c
2b1641d0 113F: exec.c
c6a88dda 114F: accel/tcg/
2b1641d0
PB
115F: include/exec/cpu*.h
116F: include/exec/exec-all.h
486bbe5f 117F: include/exec/helper*.h
2b1641d0 118F: include/exec/tb-hash.h
460423d3 119F: include/sysemu/cpus.h
486bbe5f 120
1badb586
PM
121FPU emulation
122M: Aurelien Jarno <aurelien@aurel32.net>
123M: Peter Maydell <peter.maydell@linaro.org>
124S: Odd Fixes
125F: fpu/
126F: include/fpu/
127
fd5d5c56 128Alpha
8d6df264
RH
129M: Richard Henderson <rth@twiddle.net>
130S: Maintained
fcf5ef2a 131F: target/alpha/
c0bd0b50 132F: tests/tcg/alpha/
c17652ee 133F: disas/alpha.c
b6f97c14 134
b6f97c14 135ARM
1ce9ce6a 136M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 137L: qemu-arm@nongnu.org
fd5d5c56 138S: Maintained
fcf5ef2a 139F: target/arm/
c348722c 140F: tests/tcg/arm/
29e0436e 141F: tests/tcg/aarch64/
8d8b636d
PB
142F: hw/arm/
143F: hw/cpu/a*mpcore.c
f7e242d6 144F: include/hw/cpu/a*mpcore.h
c17652ee
PB
145F: disas/arm.c
146F: disas/arm-a64.cc
147F: disas/libvixl/
fd5d5c56
AL
148
149CRIS
150M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
151S: Maintained
fcf5ef2a 152F: target/cris/
8d8b636d 153F: hw/cris/
c9b90090 154F: include/hw/cris/
c0bd0b50 155F: tests/tcg/cris/
c17652ee 156F: disas/cris.c
fd5d5c56 157
61766fe9
RH
158HPPA (PA-RISC)
159M: Richard Henderson <rth@twiddle.net>
160S: Maintained
161F: target/hppa/
61461802 162F: hw/hppa/
61766fe9
RH
163F: disas/hppa.c
164
07bf23a7
MW
165LM32
166M: Michael Walle <michael@walle.cc>
167S: Maintained
fcf5ef2a 168F: target/lm32/
4eab7a0a 169F: disas/lm32.c
8d8b636d 170F: hw/lm32/
4eab7a0a
MW
171F: hw/*/lm32_*
172F: hw/*/milkymist-*
173F: include/hw/char/lm32_juart.h
174F: include/hw/lm32/
c0bd0b50 175F: tests/tcg/lm32/
07bf23a7 176
fd5d5c56 177M68K
595a926d
LV
178M: Laurent Vivier <laurent@vivier.eu>
179S: Maintained
fcf5ef2a 180F: target/m68k/
e9a56114 181F: disas/m68k.c
fd5d5c56
AL
182
183MicroBlaze
184M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
185S: Maintained
fcf5ef2a 186F: target/microblaze/
8d8b636d 187F: hw/microblaze/
c17652ee 188F: disas/microblaze.c
fd5d5c56 189
b6f97c14 190MIPS
ddb13561 191M: Aurelien Jarno <aurelien@aurel32.net>
4872fee2 192M: Aleksandar Markovic <amarkovic@wavecomp.com>
90b27c4c 193R: Stefan Markovic <smarkovic@wavecomp.com>
6f640917 194S: Maintained
fcf5ef2a 195F: target/mips/
8d8b636d 196F: hw/mips/
5995db88
TH
197F: hw/misc/mips_*
198F: hw/intc/mips_gic.c
199F: hw/timer/mips_gictimer.c
200F: include/hw/mips/
201F: include/hw/misc/mips_*
202F: include/hw/intc/mips_gic.h
203F: include/hw/timer/mips_gictimer.h
c0bd0b50 204F: tests/tcg/mips/
c17652ee 205F: disas/mips.c
89a955e8
AM
206F: disas/nanomips.h
207F: disas/nanomips.cpp
fd5d5c56 208
d15a9c23
AG
209Moxie
210M: Anthony Green <green@moxielogic.com>
211S: Maintained
fcf5ef2a 212F: target/moxie/
c17652ee 213F: disas/moxie.c
a3ccdfb5
TH
214F: hw/moxie/
215F: default-configs/moxie-softmmu.mak
d15a9c23 216
e671711c
MV
217NiosII
218M: Chris Wulff <crwulff@gmail.com>
219M: Marek Vasut <marex@denx.de>
220S: Maintained
221F: target/nios2/
222F: hw/nios2/
223F: disas/nios2.c
224
945dad6d 225OpenRISC
1d7cf18d
SH
226M: Stafford Horne <shorne@gmail.com>
227S: Odd Fixes
fcf5ef2a 228F: target/openrisc/
945dad6d 229F: hw/openrisc/
c0bd0b50 230F: tests/tcg/openrisc/
945dad6d 231
b6f97c14 232PowerPC
b4daafbd 233M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 234L: qemu-ppc@nongnu.org
fd5d5c56 235S: Maintained
fcf5ef2a 236F: target/ppc/
8d8b636d 237F: hw/ppc/
b5d55020 238F: include/hw/ppc/
c17652ee 239F: disas/ppc.c
fd5d5c56 240
4dc62b15
MC
241RISC-V
242M: Michael Clark <mjc@sifive.com>
243M: Palmer Dabbelt <palmer@sifive.com>
a17a61f3 244M: Alistair Francis <Alistair.Francis@wdc.com>
4dc62b15
MC
245M: Sagar Karandikar <sagark@eecs.berkeley.edu>
246M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
a094b354 247L: qemu-riscv@nongnu.org
4dc62b15
MC
248S: Maintained
249F: target/riscv/
250F: hw/riscv/
251F: include/hw/riscv/
252F: disas/riscv.c
253
fd5d5c56 254S390
2b35e93f 255M: Richard Henderson <rth@twiddle.net>
ced01bb7 256M: David Hildenbrand <david@redhat.com>
fd5d5c56 257S: Maintained
fcf5ef2a 258F: target/s390x/
8d8b636d 259F: hw/s390x/
c17652ee 260F: disas/s390.c
276ba120 261F: tests/tcg/s390x/
146bd283 262L: qemu-s390x@nongnu.org
fd5d5c56 263
b6f97c14 264SH4
ddb13561 265M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 266S: Odd Fixes
fcf5ef2a 267F: target/sh4/
8d8b636d 268F: hw/sh4/
c17652ee 269F: disas/sh4.c
8a90f900 270F: include/hw/sh4/
fd5d5c56
AL
271
272SPARC
f2416d3a 273M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 274M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 275S: Maintained
fcf5ef2a 276F: target/sparc/
8d8b636d
PB
277F: hw/sparc/
278F: hw/sparc64/
c17652ee 279F: disas/sparc.c
fd5d5c56 280
a6ea7b4c
AF
281UniCore32
282M: Guan Xuetao <gxt@mprc.pku.edu.cn>
283S: Maintained
fcf5ef2a 284F: target/unicore32/
8d8b636d 285F: hw/unicore32/
47b98d59 286F: include/hw/unicore32/
a6ea7b4c 287
fd5d5c56 288X86
d46d72fd
PB
289M: Paolo Bonzini <pbonzini@redhat.com>
290M: Richard Henderson <rth@twiddle.net>
e1a04339 291M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 292S: Maintained
fcf5ef2a 293F: target/i386/
4132431f 294F: tests/tcg/i386/
3a082ec0 295F: tests/tcg/x86_64/
8d8b636d 296F: hw/i386/
c17652ee 297F: disas/i386.c
2544e9e4 298F: docs/qemu-cpu-models.texi
e18a8b34 299T: git https://github.com/ehabkost/qemu.git x86-next
fd5d5c56 300
16e7caae
MF
301Xtensa
302M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 303W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 304S: Maintained
fcf5ef2a 305F: target/xtensa/
8d8b636d 306F: hw/xtensa/
c0bd0b50 307F: tests/tcg/xtensa/
5a6539e6 308F: disas/xtensa.c
16e7caae 309
48e06fe0
BK
310TriCore
311M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
312S: Maintained
fcf5ef2a 313F: target/tricore/
48e06fe0 314F: hw/tricore/
d46d14e6 315F: include/hw/tricore/
48e06fe0 316
dd28bebd
AB
317Multiarch Linux User Tests
318M: Alex Bennée <alex.bennee@linaro.org>
319F: tests/tcg/multiarch/
320
fd5d5c56
AL
321Guest CPU Cores (KVM):
322----------------------
323
324Overall
c6d559d9 325M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
326L: kvm@vger.kernel.org
327S: Supported
fd5d5c56 328F: */kvm.*
1962cb20 329F: accel/kvm/
a95e9a48 330F: include/sysemu/kvm*.h
fd5d5c56 331
ed4659d1
PM
332ARM
333M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 334L: qemu-arm@nongnu.org
ed4659d1 335S: Maintained
fcf5ef2a 336F: target/arm/kvm.c
ed4659d1 337
a31896c4 338MIPS
a7a2d7d2 339M: James Hogan <jhogan@kernel.org>
90b27c4c 340R: Stefan Markovic <smarkovic@wavecomp.com>
a31896c4 341S: Maintained
fcf5ef2a 342F: target/mips/kvm.c
a31896c4 343
fd5d5c56 344PPC
bba8e23a 345M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 346S: Maintained
fcf5ef2a 347F: target/ppc/kvm.c
fd5d5c56 348
749717a0 349S390
b304bf00 350M: Christian Borntraeger <borntraeger@de.ibm.com>
c1976ae7 351M: Cornelia Huck <cohuck@redhat.com>
fd5d5c56 352S: Maintained
fcf5ef2a 353F: target/s390x/kvm.c
040078e0
DH
354F: target/s390x/kvm_s390x.h
355F: target/s390x/kvm-stub.c
fcf5ef2a
TH
356F: target/s390x/ioinst.[ch]
357F: target/s390x/machine.c
74b4c74d 358F: target/s390x/sigp.c
4277af19
CH
359F: hw/intc/s390_flic.c
360F: hw/intc/s390_flic_kvm.c
361F: include/hw/s390x/s390_flic.h
c5bfb202 362F: gdb-xml/s390*.xml
e18a8b34
SH
363T: git https://github.com/cohuck/qemu.git s390-next
364T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 365L: qemu-s390x@nongnu.org
fd5d5c56
AL
366
367X86
d46d72fd 368M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
369M: Marcelo Tosatti <mtosatti@redhat.com>
370L: kvm@vger.kernel.org
371S: Supported
fcf5ef2a 372F: target/i386/kvm.c
fd5d5c56 373
8a6b0cd7
SS
374Guest CPU Cores (Xen):
375----------------------
376
377X86
3623c57e
SS
378M: Stefano Stabellini <sstabellini@kernel.org>
379M: Anthony Perard <anthony.perard@citrix.com>
6d06220a 380L: xen-devel@lists.xenproject.org
8a6b0cd7 381S: Supported
8a6b0cd7 382F: */xen*
d6a3f64a 383F: hw/9pfs/xen-9p-backend.c
c92451c2
PB
384F: hw/char/xen_console.c
385F: hw/display/xenfb.c
386F: hw/net/xen_nic.c
9027ac50 387F: hw/block/xen_*
c92451c2
PB
388F: hw/xen/
389F: hw/xenpv/
9027ac50 390F: hw/i386/xen/
c92451c2 391F: include/hw/xen/
9027ac50 392F: include/sysemu/xen-mapcache.h
8a6b0cd7 393
1bdd6874
SW
394Hosts:
395------
396
397LINUX
398L: qemu-devel@nongnu.org
399S: Maintained
400F: linux-*
401F: linux-headers/
402
403POSIX
404L: qemu-devel@nongnu.org
405S: Maintained
406F: *posix*
407
3c2bdbc1
KR
408NETBSD
409L: qemu-devel@nongnu.org
410M: Kamil Rytarowski <kamil@netbsd.org>
411S: Maintained
1b61270b 412K: ^Subject:.*(?i)NetBSD
3c2bdbc1 413
0a773d55
BS
414OPENBSD
415L: qemu-devel@nongnu.org
416M: Brad Smith <brad@comstyle.com>
417S: Maintained
418K: ^Subject:.*(?i)OpenBSD
419
1bdd6874
SW
420W32, W64
421L: qemu-devel@nongnu.org
422M: Stefan Weil <sw@weilnetz.de>
423S: Maintained
424F: *win32*
03972660
TH
425F: */*win32*
426F: include/*/*win32*
427X: qga/*win32*
885bdc95 428F: qemu.nsi
1bdd6874 429
b250d04a
PMD
430Alpha Machines
431M: Richard Henderson <rth@twiddle.net>
432S: Maintained
433F: hw/alpha/
7bea0dd4 434F: hw/isa/smc37c669-superio.c
b250d04a 435
fd5d5c56
AL
436ARM Machines
437------------
84291fe7 438Allwinner-a10
85b4d5da 439M: Beniamino Galvani <b.galvani@gmail.com>
b4f2bd1c 440L: qemu-arm@nongnu.org
84291fe7 441S: Maintained
85b4d5da
BG
442F: hw/*/allwinner*
443F: include/hw/*/allwinner*
84291fe7
LG
444F: hw/arm/cubieboard.c
445
e5a6a6e6 446ARM PrimeCell and CMSDK devices
06271000 447M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 448L: qemu-arm@nongnu.org
06271000
PB
449S: Maintained
450F: hw/char/pl011.c
c6427ff7 451F: include/hw/char/pl011.h
06271000
PB
452F: hw/display/pl110*
453F: hw/dma/pl080.c
aa74e355 454F: include/hw/dma/pl080.h
06271000
PB
455F: hw/dma/pl330.c
456F: hw/gpio/pl061.c
457F: hw/input/pl050.c
458F: hw/intc/pl190.c
459F: hw/sd/pl181.c
1d52866f
PM
460F: hw/ssi/pl022.c
461F: include/hw/ssi/pl022.h
06271000
PB
462F: hw/timer/pl031.c
463F: include/hw/arm/primecell.h
e5a6a6e6
PM
464F: hw/timer/cmsdk-apb-timer.c
465F: include/hw/timer/cmsdk-apb-timer.h
4f4c6206
PM
466F: hw/timer/cmsdk-apb-dualtimer.c
467F: include/hw/timer/cmsdk-apb-dualtimer.h
e5a6a6e6
PM
468F: hw/char/cmsdk-apb-uart.c
469F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
470F: hw/watchdog/cmsdk-apb-watchdog.c
471F: include/hw/watchdog/cmsdk-apb-watchdog.h
0d4a7551
PM
472F: hw/misc/tz-ppc.c
473F: include/hw/misc/tz-ppc.h
344f4b15
PM
474F: hw/misc/tz-mpc.c
475F: include/hw/misc/tz-mpc.h
211e701d
PM
476F: hw/misc/tz-msc.c
477F: include/hw/misc/tz-msc.h
06271000
PB
478
479ARM cores
480M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 481L: qemu-arm@nongnu.org
06271000
PB
482S: Maintained
483F: hw/intc/arm*
484F: hw/intc/gic_internal.h
485F: hw/misc/a9scu.c
486F: hw/misc/arm11scu.c
487F: hw/timer/a9gtimer*
c6427ff7
PMD
488F: hw/timer/arm*
489F: include/hw/arm/arm*.h
06271000
PB
490F: include/hw/intc/arm*
491F: include/hw/misc/a9scu.h
492F: include/hw/misc/arm11scu.h
493F: include/hw/timer/a9gtimer.h
494F: include/hw/timer/arm_mptimer.h
c6427ff7
PMD
495F: include/hw/timer/armv7m_systick.h
496F: tests/test-arm-mptimer.c
06271000 497
fc63dcff 498Exynos
f44c5c67 499M: Igor Mitsyanko <i.mitsyanko@gmail.com>
b4f2bd1c 500L: qemu-arm@nongnu.org
fc63dcff 501S: Maintained
8d8b636d 502F: hw/*/exynos*
ed0db866 503F: include/hw/arm/exynos4210.h
fc63dcff 504
766fd09f 505Calxeda Highbank
9ef137ca 506M: Rob Herring <robh@kernel.org>
b4f2bd1c 507L: qemu-arm@nongnu.org
9ef137ca 508S: Maintained
8d8b636d
PB
509F: hw/arm/highbank.c
510F: hw/net/xgmac.c
766fd09f 511
9082f121
AP
512Canon DIGIC
513M: Antony Pavlov <antonynpavlov@gmail.com>
b4f2bd1c 514L: qemu-arm@nongnu.org
9082f121
AP
515S: Maintained
516F: include/hw/arm/digic.h
517F: hw/*/digic*
518
fd5d5c56 519Gumstix
1f7161d2 520M: Philippe Mathieu-Daudé <f4bug@amsat.org>
5dd4a88c 521L: qemu-devel@nongnu.org
b4f2bd1c 522L: qemu-arm@nongnu.org
1f7161d2 523S: Odd Fixes
8d8b636d 524F: hw/arm/gumstix.c
fd5d5c56 525
0325559d
PC
526i.MX31
527M: Peter Chubb <peter.chubb@nicta.com.au>
b4f2bd1c 528L: qemu-arm@nongnu.org
0325559d 529S: Odd fixes
8d8b636d 530F: hw/*/imx*
f7e242d6 531F: include/hw/*/imx*
8d8b636d 532F: hw/arm/kzm.c
ed0db866 533F: include/hw/arm/fsl-imx31.h
0325559d 534
fd5d5c56 535Integrator CP
1ce9ce6a 536M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 537L: qemu-arm@nongnu.org
fd5d5c56 538S: Maintained
8d8b636d 539F: hw/arm/integratorcp.c
f7e242d6 540F: hw/misc/arm_integrator_debug.c
fd5d5c56 541
e5a6a6e6
PM
542MPS2
543M: Peter Maydell <peter.maydell@linaro.org>
544L: qemu-arm@nongnu.org
545S: Maintained
546F: hw/arm/mps2.c
0d4a7551
PM
547F: hw/arm/mps2-tz.c
548F: hw/misc/mps2-*.c
549F: include/hw/misc/mps2-*.h
550F: hw/arm/iotkit.c
551F: include/hw/arm/iotkit.h
75750e4d
PM
552F: hw/misc/iotkit-sysctl.c
553F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
554F: hw/misc/iotkit-sysinfo.c
555F: include/hw/misc/iotkit-sysinfo.h
e5a6a6e6 556
fd5d5c56
AL
557Musicpal
558M: Jan Kiszka <jan.kiszka@web.de>
b4f2bd1c 559L: qemu-arm@nongnu.org
fd5d5c56 560S: Maintained
8d8b636d 561F: hw/arm/musicpal.c
fd5d5c56
AL
562
563nSeries
564M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 565L: qemu-arm@nongnu.org
fd5d5c56 566S: Maintained
8d8b636d 567F: hw/arm/nseries.c
fd5d5c56
AL
568
569Palm
570M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 571L: qemu-arm@nongnu.org
fd5d5c56 572S: Maintained
8d8b636d 573F: hw/arm/palm.c
fd5d5c56
AL
574
575Real View
1ce9ce6a 576M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 577L: qemu-arm@nongnu.org
fd5d5c56 578S: Maintained
8d8b636d 579F: hw/arm/realview*
f7e242d6 580F: hw/cpu/realview_mpcore.c
5ea53049
PB
581F: hw/intc/realview_gic.c
582F: include/hw/intc/realview_gic.h
fd5d5c56 583
9b31bff0 584PXA2XX
fd5d5c56 585M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 586L: qemu-arm@nongnu.org
fd5d5c56 587S: Maintained
9b31bff0 588F: hw/arm/mainstone.c
8d8b636d 589F: hw/arm/spitz.c
9b31bff0
PB
590F: hw/arm/tosa.c
591F: hw/arm/z2.c
592F: hw/*/pxa2xx*
f7e242d6 593F: hw/misc/mst_fpga.c
ed0db866 594F: include/hw/arm/pxa.h
fd5d5c56 595
671f11b2
TH
596Sharp SL-5500 (Collie) PDA
597M: Peter Maydell <peter.maydell@linaro.org>
598L: qemu-arm@nongnu.org
599S: Odd Fixes
600F: hw/arm/collie.c
601F: hw/arm/strongarm*
602
fd5d5c56 603Stellaris
1ce9ce6a 604M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 605L: qemu-arm@nongnu.org
fd5d5c56 606S: Maintained
8d8b636d 607F: hw/*/stellaris*
fd5d5c56
AL
608
609Versatile PB
1ce9ce6a 610M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 611L: qemu-arm@nongnu.org
fd5d5c56 612S: Maintained
8d8b636d 613F: hw/*/versatile*
c6427ff7 614F: hw/misc/arm_sysctl.c
fd5d5c56 615
e3260506 616Xilinx Zynq
cc0100f4 617M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 618M: Alistair Francis <alistair@alistair23.me>
b4f2bd1c 619L: qemu-arm@nongnu.org
e3260506 620S: Maintained
cc0100f4 621F: hw/*/xilinx_*
8d8b636d 622F: hw/*/cadence_*
f7e242d6
TH
623F: hw/misc/zynq*
624F: include/hw/misc/zynq*
cc0100f4 625X: hw/ssi/xilinx_*
e3260506 626
137805f5 627Xilinx ZynqMP
c22e580c 628M: Alistair Francis <alistair@alistair23.me>
cc0100f4 629M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
b4f2bd1c 630L: qemu-arm@nongnu.org
137805f5 631S: Maintained
cc0100f4 632F: hw/*/xlnx*.c
f586d5fc 633F: include/hw/*/xlnx*.h
137805f5 634
8f4d260e 635ARM ACPI Subsystem
e59f13d7 636M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 637L: qemu-arm@nongnu.org
8f4d260e
SZ
638S: Maintained
639F: hw/arm/virt-acpi-build.c
8f4d260e 640
a1f8193b
AF
641STM32F205
642M: Alistair Francis <alistair@alistair23.me>
643S: Maintained
644F: hw/arm/stm32f205_soc.c
645F: hw/misc/stm32f2xx_syscfg.c
646F: hw/char/stm32f2xx_usart.c
647F: hw/timer/stm32f2xx_timer.c
648F: hw/adc/*
649F: hw/ssi/stm32f2xx_spi.c
0e0d345b 650F: include/hw/*/stm32*.h
a1f8193b
AF
651
652Netduino 2
653M: Alistair Francis <alistair@alistair23.me>
654S: Maintained
655F: hw/arm/netduino2.c
656
670bc4cb
SS
657SmartFusion2
658M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
659S: Maintained
660F: hw/arm/msf2-soc.c
661F: hw/misc/msf2-sysreg.c
662F: hw/timer/mss-timer.c
663F: hw/ssi/mss-spi.c
664F: include/hw/arm/msf2-soc.h
665F: include/hw/misc/msf2-sysreg.h
666F: include/hw/timer/mss-timer.h
667F: include/hw/ssi/mss-spi.h
668
669Emcraft M2S-FG484
670M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
671S: Maintained
672F: hw/arm/msf2-som.c
673
f87db1ba
JS
674ASPEED BMCs
675M: Cédric Le Goater <clg@kaod.org>
676R: Andrew Jeffery <andrew@aj.id.au>
677R: Joel Stanley <joel@jms.id.au>
678L: qemu-arm@nongnu.org
679S: Maintained
680F: hw/*/*aspeed*
681F: include/hw/*/*aspeed*
682F: hw/net/ftgmac100.c
683F: include/hw/net/ftgmac100.h
684
c0066d1a
JS
685NRF51
686M: Joel Stanley <joel@jms.id.au>
687L: qemu-arm@nongnu.org
688S: Maintained
689F: hw/arm/nrf51_soc.c
690F: hw/arm/microbit.c
691F: include/hw/arm/nrf51_soc.h
692
fd5d5c56
AL
693CRIS Machines
694-------------
695Axis Dev88
696M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
697S: Maintained
8d8b636d 698F: hw/cris/axis_dev88.c
6e481d57 699F: hw/*/etraxfs_*.c
fd5d5c56 700
07bf23a7
MW
701LM32 Machines
702-------------
703EVR32 and uclinux BSP
704M: Michael Walle <michael@walle.cc>
705S: Maintained
8d8b636d 706F: hw/lm32/lm32_boards.c
07bf23a7 707
d118aa6b
MW
708milkymist
709M: Michael Walle <michael@walle.cc>
710S: Maintained
8d8b636d 711F: hw/lm32/milkymist.c
d118aa6b 712
afcacd53 713M68K Machines
fd5d5c56
AL
714-------------
715an5206
5baf2741
TH
716M: Thomas Huth <huth@tuxfamily.org>
717S: Odd Fixes
8d8b636d 718F: hw/m68k/an5206.c
e9a56114 719F: hw/m68k/mcf5206.c
fd5d5c56 720
fd5d5c56 721mcf5208
5baf2741
TH
722M: Thomas Huth <huth@tuxfamily.org>
723S: Odd Fixes
8d8b636d 724F: hw/m68k/mcf5208.c
e9a56114
TH
725F: hw/m68k/mcf_intc.c
726F: hw/char/mcf_uart.c
727F: hw/net/mcf_fec.c
5baf2741 728F: include/hw/m68k/mcf*.h
fd5d5c56
AL
729
730MicroBlaze Machines
731-------------------
732petalogix_s3adsp1800
733M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
734S: Maintained
6e481d57 735F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 736
d36e8ce7 737petalogix_ml605
4b46ba61 738M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 739S: Maintained
8d8b636d 740F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 741
fd5d5c56
AL
742MIPS Machines
743-------------
744Jazz
745M: Hervé Poussineau <hpoussin@reactos.org>
90b27c4c 746R: Stefan Markovic <smarkovic@wavecomp.com>
fd5d5c56 747S: Maintained
8d8b636d 748F: hw/mips/mips_jazz.c
fd5d5c56
AL
749
750Malta
751M: Aurelien Jarno <aurelien@aurel32.net>
90b27c4c 752R: Stefan Markovic <smarkovic@wavecomp.com>
fd5d5c56 753S: Maintained
8d8b636d 754F: hw/mips/mips_malta.c
fd5d5c56
AL
755
756Mipssim
4872fee2 757M: Aleksandar Markovic <amarkovic@wavecomp.com>
90b27c4c 758R: Stefan Markovic <smarkovic@wavecomp.com>
659f42d8 759S: Odd Fixes
8d8b636d 760F: hw/mips/mips_mipssim.c
659f42d8 761F: hw/net/mipsnet.c
fd5d5c56
AL
762
763R4000
764M: Aurelien Jarno <aurelien@aurel32.net>
90b27c4c 765R: Stefan Markovic <smarkovic@wavecomp.com>
fd5d5c56 766S: Maintained
8d8b636d 767F: hw/mips/mips_r4k.c
fd5d5c56 768
659f42d8 769Fulong 2E
4872fee2 770M: Aleksandar Markovic <amarkovic@wavecomp.com>
90b27c4c 771R: Stefan Markovic <smarkovic@wavecomp.com>
659f42d8
YK
772S: Odd Fixes
773F: hw/mips/mips_fulong2e.c
0170a3fc 774F: hw/isa/vt82c686.c
4872fee2 775
0170a3fc 776F: include/hw/isa/vt82c686.h
659f42d8
YK
777
778Boston
4872fee2 779M: Paul Burton <pburton@wavecomp.com>
90b27c4c 780R: Stefan Markovic <smarkovic@wavecomp.com>
659f42d8
YK
781S: Maintained
782F: hw/core/loader-fit.c
783F: hw/mips/boston.c
784F: hw/pci-host/xilinx-pcie.c
785
945dad6d
JL
786OpenRISC Machines
787-----------------
788or1k-sim
789M: Jia Liu <proljc@gmail.com>
790S: Maintained
791F: hw/openrisc/openrisc_sim.c
792
fd5d5c56
AL
793PowerPC Machines
794----------------
795405
bba8e23a 796M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 797L: qemu-ppc@nongnu.org
9b9fe135 798S: Odd Fixes
8d8b636d 799F: hw/ppc/ppc405_boards.c
fd5d5c56 800
aaade8d7 801Bamboo
bba8e23a 802M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
803L: qemu-ppc@nongnu.org
804S: Odd Fixes
8d8b636d 805F: hw/ppc/ppc440_bamboo.c
aaade8d7 806
98cded3a 807e500
bba8e23a 808M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 809L: qemu-ppc@nongnu.org
bba8e23a 810S: Odd Fixes
98cded3a
AF
811F: hw/ppc/e500.[hc]
812F: hw/ppc/e500plat.c
b5d55020
TH
813F: include/hw/ppc/ppc_e500.h
814F: include/hw/pci-host/ppce500.h
815F: pc-bios/u-boot.e500
98cded3a
AF
816
817mpc8544ds
bba8e23a 818M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 819L: qemu-ppc@nongnu.org
bba8e23a 820S: Odd Fixes
98cded3a 821F: hw/ppc/mpc8544ds.c
8d8b636d 822F: hw/ppc/mpc8544_guts.c
98cded3a 823
fd5d5c56 824New World
bba8e23a 825M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 826L: qemu-ppc@nongnu.org
bba8e23a 827S: Odd Fixes
baec1910 828F: hw/ppc/mac_newworld.c
6e481d57
PM
829F: hw/pci-host/uninorth.c
830F: hw/pci-bridge/dec.[hc]
8d8b636d 831F: hw/misc/macio/
6ba16476 832F: hw/misc/mos6522.c
b5d55020 833F: hw/nvram/mac_nvram.c
eba45926 834F: include/hw/misc/macio/
6ba16476 835F: include/hw/misc/mos6522.h
eba45926 836F: include/hw/ppc/mac_dbdma.h
fd5d5c56
AL
837
838Old World
bba8e23a 839M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 840L: qemu-ppc@nongnu.org
bba8e23a 841S: Odd Fixes
baec1910 842F: hw/ppc/mac_oldworld.c
6e481d57 843F: hw/pci-host/grackle.c
8d8b636d 844F: hw/misc/macio/
835c42d3 845F: hw/intc/heathrow_pic.c
fd5d5c56 846
ec38d398 847PReP
8178e89c 848M: Hervé Poussineau <hpoussin@reactos.org>
9f38774d 849L: qemu-devel@nongnu.org
a6c98685 850L: qemu-ppc@nongnu.org
8178e89c 851S: Maintained
75610155 852F: hw/ppc/prep.c
8178e89c
HP
853F: hw/ppc/prep_systemio.c
854F: hw/ppc/rs6000_mc.c
6e481d57 855F: hw/pci-host/prep.[hc]
0a9464b5 856F: hw/isa/i82378.c
a48c6b51 857F: hw/isa/pc87312.c
1cd6dccb 858F: hw/dma/i82374.c
cec16f0d 859F: hw/timer/m48t59-isa.c
a48c6b51 860F: include/hw/isa/pc87312.h
cec16f0d 861F: include/hw/timer/m48t59.h
835c42d3 862F: pc-bios/ppc_rom.bin
fd5d5c56 863
300b115c 864sPAPR
085eb217 865M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
866L: qemu-ppc@nongnu.org
867S: Supported
8d8b636d 868F: hw/*/spapr*
f9de2da7
DG
869F: include/hw/*/spapr*
870F: hw/*/xics*
871F: include/hw/*/xics*
872F: pc-bios/spapr-rtas/*
b5d55020
TH
873F: pc-bios/spapr-rtas.bin
874F: pc-bios/slof.bin
bcad45de 875F: pc-bios/skiboot.lid
b5d55020
TH
876F: docs/specs/ppc-spapr-hcalls.txt
877F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
878F: tests/spapr*
879F: tests/libqos/*spapr*
880F: tests/rtas*
881F: tests/libqos/rtas*
8a269ca4 882
794d00bf
AF
883virtex_ml507
884M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
885L: qemu-ppc@nongnu.org
886S: Odd Fixes
6e481d57 887F: hw/ppc/virtex_ml507.c
794d00bf 888
a9dd6604
BZ
889sam460ex
890M: BALATON Zoltan <balaton@eik.bme.hu>
891L: qemu-ppc@nongnu.org
892S: Maintained
893F: hw/ide/sii3112.c
c6f2594c 894F: hw/timer/m41t80.c
a9dd6604 895
fd5d5c56
AL
896SH4 Machines
897------------
898R2D
899M: Magnus Damm <magnus.damm@gmail.com>
900S: Maintained
6e481d57 901F: hw/sh4/r2d.c
81527b94
TH
902F: hw/intc/sh_intc.c
903F: hw/timer/sh_timer.c
fd5d5c56
AL
904
905Shix
906M: Magnus Damm <magnus.damm@gmail.com>
81527b94 907S: Odd Fixes
6e481d57 908F: hw/sh4/shix.c
fd5d5c56
AL
909
910SPARC Machines
911--------------
912Sun4m
f2416d3a 913M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 914S: Maintained
8d8b636d 915F: hw/sparc/sun4m.c
c468e368 916F: hw/sparc/sun4m_iommu.c
c10a1c78 917F: hw/dma/sparc32_dma.c
7098b79e
TH
918F: hw/misc/eccmemctl.c
919F: hw/misc/slavio_misc.c
c10a1c78 920F: include/hw/sparc/sparc32_dma.h
c10a1c78 921F: pc-bios/openbios-sparc32
fd5d5c56
AL
922
923Sun4u
f2416d3a 924M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 925S: Maintained
8d8b636d 926F: hw/sparc64/sun4u.c
c10a1c78 927F: pc-bios/openbios-sparc64
fd5d5c56 928
a2664ca0
AT
929Sun4v
930M: Artyom Tarasenko <atar4qemu@gmail.com>
931S: Maintained
626e4a4b 932F: hw/sparc64/niagara.c
a2664ca0
AT
933F: hw/timer/sun4v-rtc.c
934F: include/hw/timer/sun4v-rtc.h
935
ce6c760c
FC
936Leon3
937M: Fabien Chouteau <chouteau@adacore.com>
938S: Maintained
8d8b636d
PB
939F: hw/sparc/leon3.c
940F: hw/*/grlib*
c10a1c78 941F: include/hw/sparc/grlib.h
ce6c760c 942
fd5d5c56
AL
943S390 Machines
944-------------
dd4ad64a 945S390 Virtio-ccw
c1976ae7 946M: Cornelia Huck <cohuck@redhat.com>
b304bf00 947M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 948S: Supported
0c6aa7ee 949F: hw/char/sclp*.[hc]
9d1c4449 950F: hw/char/terminal3270.c
c5bfb202 951F: hw/s390x/
4277af19 952F: include/hw/s390x/
c5bfb202 953F: hw/watchdog/wdt_diag288.c
1e4738b2 954F: include/hw/watchdog/wdt_diag288.h
1e4738b2 955F: default-configs/s390x-softmmu.mak
e18a8b34
SH
956T: git https://github.com/cohuck/qemu.git s390-next
957T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 958L: qemu-s390x@nongnu.org
dd4ad64a 959
8e4eb427 960S390-ccw boot
304584bf
CH
961M: Christian Borntraeger <borntraeger@de.ibm.com>
962M: Thomas Huth <thuth@redhat.com>
963S: Supported
8e4eb427 964F: hw/s390x/ipl.*
304584bf
CH
965F: pc-bios/s390-ccw/
966F: pc-bios/s390-ccw.img
e18a8b34 967T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
968L: qemu-s390x@nongnu.org
969
d5bfb425
CB
970S390 PCI
971M: Collin Walling <walling@linux.ibm.com>
972S: Supported
973F: hw/s390x/s390-pci*
974L: qemu-s390x@nongnu.org
975
ab9528ca
GX
976UniCore32 Machines
977-------------
978PKUnity-3 SoC initramfs-with-busybox
979M: Guan Xuetao <gxt@mprc.pku.edu.cn>
980S: Maintained
8d8b636d 981F: hw/*/puv3*
ab9528ca
GX
982F: hw/unicore32/
983
fd5d5c56
AL
984X86 Machines
985------------
986PC
046a6486 987M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 988M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 989S: Supported
046a6486
MT
990F: include/hw/i386/
991F: hw/i386/
992F: hw/pci-host/piix.c
993F: hw/pci-host/q35.c
994F: hw/pci-host/pam.c
995F: include/hw/pci-host/q35.h
996F: include/hw/pci-host/pam.h
997F: hw/isa/piix4.c
998F: hw/isa/lpc_ich9.c
999F: hw/i2c/smbus_ich9.c
1000F: hw/acpi/piix4.c
1001F: hw/acpi/ich9.c
1002F: include/hw/acpi/ich9.h
f586d5fc 1003F: include/hw/acpi/piix4.h
9cc3b73c
PB
1004F: hw/misc/sga.c
1005
1006PC Chipset
1007M: Michael S. Tsirkin <mst@redhat.com>
1008M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1009S: Supported
9cc3b73c 1010F: hw/char/debugcon.c
bb3d5ea8 1011F: hw/char/parallel*
9cc3b73c
PB
1012F: hw/char/serial*
1013F: hw/dma/i8257*
1014F: hw/i2c/pm_smbus.c
1732be86 1015F: hw/input/pckbd.c
9cc3b73c
PB
1016F: hw/intc/apic*
1017F: hw/intc/ioapic*
1018F: hw/intc/i8259*
1854eb28 1019F: hw/isa/isa-superio.c
9cc3b73c
PB
1020F: hw/misc/debugexit.c
1021F: hw/misc/pc-testdev.c
1022F: hw/timer/hpet*
1023F: hw/timer/i8254*
1024F: hw/timer/mc146818rtc*
edc46aff 1025F: hw/watchdog/wdt_ib700.c
866e2b37 1026F: include/hw/display/vga.h
bb3d5ea8 1027F: include/hw/char/parallel.h
55f613ac 1028F: include/hw/dma/i8257.h
a2feb348 1029F: include/hw/i2c/pm_smbus.h
47973a2d 1030F: include/hw/input/i8042.h
1854eb28 1031F: include/hw/isa/superio.h
a2feb348
TH
1032F: include/hw/timer/hpet.h
1033F: include/hw/timer/i8254*
1034F: include/hw/timer/mc146818rtc*
046a6486 1035
5da4fb00
MT
1036Machine core
1037M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1038M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00
MT
1039S: Supported
1040F: hw/core/machine.c
c1629c5c 1041F: hw/core/null-machine.c
5da4fb00 1042F: include/hw/boards.h
e18a8b34 1043T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1044
16e7caae
MF
1045Xtensa Machines
1046---------------
375847a6 1047sim
16e7caae
MF
1048M: Max Filippov <jcmvbkbc@gmail.com>
1049S: Maintained
437a8c11 1050F: hw/xtensa/sim.c
375847a6 1051
437a8c11 1052XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1053M: Max Filippov <jcmvbkbc@gmail.com>
1054S: Maintained
437a8c11
MF
1055F: hw/xtensa/xtfpga.c
1056F: hw/net/opencores_eth.c
16e7caae 1057
fd5d5c56
AL
1058Devices
1059-------
b30934cb
JS
1060EDU
1061M: Jiri Slaby <jslaby@suse.cz>
1062S: Maintained
1063F: hw/misc/edu.c
1064
fd5d5c56 1065IDE
c095348b
JS
1066M: John Snow <jsnow@redhat.com>
1067L: qemu-block@nongnu.org
1068S: Supported
8d8b636d 1069F: include/hw/ide.h
c9f7acd5 1070F: include/hw/ide/
fd5d5c56 1071F: hw/ide/
c095348b
JS
1072F: hw/block/block.c
1073F: hw/block/cdrom.c
1074F: hw/block/hd-geometry.c
1075F: tests/ide-test.c
1076F: tests/ahci-test.c
edc35b3d 1077F: tests/cdrom-test.c
aee50319 1078F: tests/libqos/ahci*
e18a8b34 1079T: git https://github.com/jnsnow/qemu.git ide
c095348b 1080
caf316ba
CM
1081IPMI
1082M: Corey Minyard <minyard@acm.org>
1083S: Maintained
1084F: include/hw/ipmi/*
1085F: hw/ipmi/*
1086F: hw/smbios/smbios_type_38.c
1087F: tests/ipmi*
e18a8b34 1088T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1089
c095348b
JS
1090Floppy
1091M: John Snow <jsnow@redhat.com>
1092L: qemu-block@nongnu.org
1093S: Supported
1094F: hw/block/fdc.c
1095F: include/hw/block/fdc.h
aee50319 1096F: tests/fdc-test.c
e18a8b34 1097T: git https://github.com/jnsnow/qemu.git ide
fd5d5c56 1098
f5f487b2
PM
1099OMAP
1100M: Peter Maydell <peter.maydell@linaro.org>
1101S: Maintained
8d8b636d 1102F: hw/*/omap*
ed0db866 1103F: include/hw/arm/omap.h
f5f487b2 1104
28d54e58
PB
1105IPack
1106M: Alberto Garcia <berto@igalia.com>
1107S: Odd Fixes
1108F: hw/char/ipoctal232.c
1109F: hw/ipack/
1110
fd5d5c56
AL
1111PCI
1112M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1113M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1114S: Supported
8d8b636d 1115F: include/hw/pci/*
f178bc6b 1116F: hw/misc/pci-testdev.c
ca818cfb 1117F: hw/pci/*
f178bc6b 1118F: hw/pci-bridge/*
68179923
PMD
1119F: docs/pci*
1120F: docs/specs/*pci*
534fd814 1121F: default-configs/pci.mak
0e0b3592 1122
d31e5ae7 1123ACPI/SMBIOS
0e0b3592
MT
1124M: Michael S. Tsirkin <mst@redhat.com>
1125M: Igor Mammedov <imammedo@redhat.com>
1126S: Supported
1127F: include/hw/acpi/*
d31e5ae7 1128F: include/hw/smbios/*
0e0b3592 1129F: hw/mem/*
8d8b636d 1130F: hw/acpi/*
d31e5ae7 1131F: hw/smbios/*
0e0b3592 1132F: hw/i386/acpi-build.[hc]
0e0b3592 1133F: hw/arm/virt-acpi-build.c
3248f1b4
BW
1134F: tests/bios-tables-test.c
1135F: tests/acpi-utils.[hc]
7115dcf4
LE
1136F: tests/acpi-test-data/*
1137F: tests/acpi-test-data/*/*
fd5d5c56 1138
aaade8d7 1139ppc4xx
bba8e23a 1140M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1141L: qemu-ppc@nongnu.org
1142S: Odd Fixes
8d8b636d 1143F: hw/ppc/ppc4*.c
aa3a41f9 1144F: hw/i2c/ppc4xx_i2c.c
b5d55020 1145F: include/hw/ppc/ppc4xx.h
aa3a41f9 1146F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1147
98cded3a 1148ppce500
bba8e23a 1149M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1150L: qemu-ppc@nongnu.org
bba8e23a 1151S: Odd Fixes
6e481d57 1152F: hw/ppc/e500*
566dd236
PB
1153F: hw/pci-host/ppce500.c
1154F: hw/net/fsl_etsec/
98cded3a 1155
61af0ee6 1156Character devices
2185fd67
PB
1157M: Marc-André Lureau <marcandre.lureau@redhat.com>
1158R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1159S: Odd Fixes
1160F: hw/char/
1161
f536f112
PB
1162Network devices
1163M: Jason Wang <jasowang@redhat.com>
1164S: Odd Fixes
1165F: hw/net/
6061b5c6 1166F: include/hw/net/
6bd7776c 1167F: tests/virtio-net-test.c
e18a8b34 1168T: git https://github.com/jasowang/qemu.git net
f536f112 1169
fd5d5c56 1170SCSI
de7724f7 1171M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1172R: Fam Zheng <famz@redhat.com>
de7724f7 1173S: Supported
74460f34 1174F: include/hw/scsi/*
8d8b636d 1175F: hw/scsi/*
6bd7776c 1176F: tests/virtio-scsi-test.c
e18a8b34 1177T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1178
fcb5629d 1179SSI
4b46ba61 1180M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
c22e580c 1181M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1182S: Maintained
8d8b636d
PB
1183F: hw/ssi/*
1184F: hw/block/m25p80.c
982d009a 1185F: include/hw/ssi/ssi.h
4b46ba61 1186X: hw/ssi/xilinx_*
982d009a 1187F: tests/m25p80-test.c
4b46ba61
AF
1188
1189Xilinx SPI
c22e580c 1190M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1191M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1192S: Maintained
1193F: hw/ssi/xilinx_*
fcb5629d 1194
076a0fc3
PMD
1195SD (Secure Card)
1196M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1197S: Odd Fixes
1198F: include/hw/sd/sd*
1199F: hw/sd/core.c
1200F: hw/sd/sd*
1201F: tests/sd*
1202
fd5d5c56 1203USB
5d0d62fe
GH
1204M: Gerd Hoffmann <kraxel@redhat.com>
1205S: Maintained
8d8b636d 1206F: hw/usb/*
28edfce0 1207F: tests/usb-*-test.c
beded0ff
TH
1208F: docs/usb2.txt
1209F: docs/usb-storage.txt
1210F: include/hw/usb.h
1211F: include/hw/usb/
104ebc5f 1212F: default-configs/usb.mak
fd5d5c56 1213
e26082fd
PB
1214USB (serial adapter)
1215M: Gerd Hoffmann <kraxel@redhat.com>
1216M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1217S: Maintained
1218F: hw/usb/dev-serial.c
1219
92e1fb5e
AW
1220VFIO
1221M: Alex Williamson <alex.williamson@redhat.com>
1222S: Supported
cf7087db 1223F: hw/vfio/*
99b88c6d 1224F: include/hw/vfio/
92e1fb5e 1225
5eb74557 1226vfio-ccw
c1976ae7 1227M: Cornelia Huck <cohuck@redhat.com>
7913938a
CB
1228M: Eric Farman <farman@linux.ibm.com>
1229M: Farhan Ali <alifm@linux.ibm.com>
5eb74557
DJS
1230S: Supported
1231F: hw/vfio/ccw.c
1232F: hw/s390x/s390-ccw.c
1233F: include/hw/s390x/s390-ccw.h
e18a8b34 1234T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1235L: qemu-s390x@nongnu.org
5eb74557 1236
a51b3153
TK
1237vfio-ap
1238M: Christian Borntraeger <borntraeger@de.ibm.com>
1239M: Tony Krowiak <akrowiak@linux.ibm.com>
1240M: Halil Pasic <pasic@linux.ibm.com>
1241M: Pierre Morel <pmorel@linux.ibm.com>
1242S: Supported
1243F: hw/s390x/ap-device.c
1244F: hw/s390x/ap-bridge.c
1245F: include/hw/s390x/ap-device.h
1246F: include/hw/s390x/ap-bridge.h
2fe2942c 1247F: hw/vfio/ap.c
694a8d70 1248F: docs/vfio-ap.txt
a51b3153
TK
1249L: qemu-s390x@nongnu.org
1250
fd5d5c56
AL
1251vhost
1252M: Michael S. Tsirkin <mst@redhat.com>
1253S: Supported
8d8b636d 1254F: hw/*/*vhost*
37f8043d 1255F: docs/interop/vhost-user.txt
fd5d5c56
AL
1256
1257virtio
a75143ed 1258M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1259S: Supported
8d8b636d 1260F: hw/*/virtio*
72fa605d
TH
1261F: hw/virtio/Makefile.objs
1262F: hw/virtio/trace-events
6a084ea3 1263F: net/vhost-user.c
494f7b57 1264F: include/hw/virtio/
6bd7776c 1265F: tests/virtio-balloon-test.c
fd5d5c56
AL
1266
1267virtio-9p
8c1cd719 1268M: Greg Kurz <groug@kaod.org>
fd5d5c56 1269S: Supported
aebeca25
AF
1270F: hw/9pfs/
1271F: fsdev/
2d888c09 1272F: tests/virtio-9p-test.c
e18a8b34 1273T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1274
1275virtio-blk
54d01a00 1276M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1277L: qemu-block@nongnu.org
fd5d5c56 1278S: Supported
8d8b636d 1279F: hw/block/virtio-blk.c
b457a5f5 1280F: hw/block/dataplane/*
6bd7776c 1281F: tests/virtio-blk-test.c
e18a8b34 1282T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1283
dd4ad64a 1284virtio-ccw
c1976ae7 1285M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1286M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1287S: Supported
901f5f16 1288F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1289F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1290T: git https://github.com/cohuck/qemu.git s390-next
1291T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1292L: qemu-s390x@nongnu.org
dd4ad64a 1293
a5d4d7b5
GH
1294virtio-input
1295M: Gerd Hoffmann <kraxel@redhat.com>
1296S: Maintained
1297F: hw/input/virtio-input*.c
1298F: include/hw/virtio/virtio-input.h
1299
fd5d5c56 1300virtio-serial
cee887d9 1301M: Amit Shah <amit@kernel.org>
fd5d5c56 1302S: Supported
8d8b636d
PB
1303F: hw/char/virtio-serial-bus.c
1304F: hw/char/virtio-console.c
68a5e38a 1305F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1306F: tests/virtio-console-test.c
1307F: tests/virtio-serial-test.c
fd5d5c56 1308
1f51a5cb 1309virtio-rng
cee887d9 1310M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1311S: Supported
1312F: hw/virtio/virtio-rng.c
1313F: include/hw/virtio/virtio-rng.h
750cf869 1314F: include/sysemu/rng*.h
1f51a5cb 1315F: backends/rng*.c
6bd7776c 1316F: tests/virtio-rng-test.c
1f51a5cb 1317
6034011c
GA
1318virtio-crypto
1319M: Gonglei <arei.gonglei@huawei.com>
1320S: Supported
1321F: hw/virtio/virtio-crypto.c
1322F: hw/virtio/virtio-crypto-pci.c
1323F: include/hw/virtio/virtio-crypto.h
1324
f3c507ad
KB
1325nvme
1326M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1327L: qemu-block@nongnu.org
f3c507ad
KB
1328S: Supported
1329F: hw/block/nvme*
fc967791 1330F: tests/nvme-test.c
f3c507ad 1331
d383c625 1332megasas
3fdfb8b6 1333M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1334L: qemu-block@nongnu.org
d383c625
HR
1335S: Supported
1336F: hw/scsi/megasas.c
1337F: hw/scsi/mfi.h
3fdfb8b6 1338F: tests/megasas-test.c
d383c625 1339
605d52e6 1340Network packet abstractions
bf4835a4 1341M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1342S: Maintained
1343F: include/net/eth.h
1344F: net/eth.c
1345F: hw/net/net_rx_pkt*
1346F: hw/net/net_tx_pkt*
1347
622fb504 1348Vmware
bf4835a4 1349M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1350S: Maintained
1351F: hw/net/vmxnet*
1352F: hw/scsi/vmw_pvscsi*
5a49c1b3 1353F: tests/vmxnet3-test.c
622fb504 1354
de24d3f1 1355Rocker
de24d3f1
SF
1356M: Jiri Pirko <jiri@resnulli.us>
1357S: Maintained
1358F: hw/net/rocker/
de850948
TH
1359F: tests/rocker/
1360F: docs/specs/rocker.txt
de24d3f1 1361
70d1fb9c 1362NVDIMM
7a5bd53d 1363M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1364S: Maintained
1365F: hw/acpi/nvdimm.c
1366F: hw/mem/nvdimm.c
1367F: include/hw/mem/nvdimm.h
1368
093454e2 1369e1000x
bf4835a4 1370M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1371S: Maintained
1372F: hw/net/e1000x*
1373
6f3fbe4e 1374e1000e
bf4835a4 1375M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1376S: Maintained
1377F: hw/net/e1000e*
1378
ebc2327f
SW
1379eepro100
1380M: Stefan Weil <sw@weilnetz.de>
1381S: Maintained
1382F: hw/net/eepro100.c
1383
e481a1f6 1384Generic Loader
c22e580c 1385M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1386S: Maintained
1387F: hw/core/generic-loader.c
1388F: include/hw/core/generic-loader.h
c5e2ac7e 1389F: docs/generic-loader.txt
e481a1f6 1390
645d3cbe
SH
1391Intel Hexadecimal Object File Loader
1392M: Su Hang <suhang16@mails.ucas.ac.cn>
1393S: Maintained
1394F: tests/hexloader-test.c
4b2ff65a 1395F: tests/data/hex-loader/test.hex
645d3cbe 1396
87a9023a
TH
1397CHRP NVRAM
1398M: Thomas Huth <thuth@redhat.com>
1399S: Maintained
1400F: hw/nvram/chrp_nvram.c
1401F: include/hw/nvram/chrp_nvram.h
1402F: tests/prom-env-test.c
1403
42697d88
BW
1404VM Generation ID
1405M: Ben Warren <ben@skyportsystems.com>
1406S: Maintained
1407F: hw/acpi/vmgenid.c
1408F: include/hw/acpi/vmgenid.h
1409F: docs/specs/vmgenid.txt
1410F: tests/vmgenid-test.c
1411F: stubs/vmgenid.c
1412
747969db
PMD
1413Unimplemented device
1414M: Peter Maydell <peter.maydell@linaro.org>
1415R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1416S: Maintained
1417F: include/hw/misc/unimp.h
1418F: hw/misc/unimp.c
1419
dbb2e472
GH
1420Standard VGA
1421M: Gerd Hoffmann <kraxel@redhat.com>
1422S: Maintained
1423F: hw/display/vga*
1424F: hw/display/bochs-display.c
1425F: include/hw/display/vga.h
1426F: include/hw/display/bochs-vbe.h
1427
58d632c7
GH
1428ramfb
1429M: Gerd Hoffmann <kraxel@redhat.com>
1430S: Maintained
1431F: hw/display/ramfb*.c
1432F: include/hw/display/ramfb.h
1433
dbb2e472
GH
1434virtio-gpu
1435M: Gerd Hoffmann <kraxel@redhat.com>
1436S: Maintained
1437F: hw/display/virtio-gpu*
1438F: hw/display/virtio-vga.c
1439F: include/hw/virtio/virtio-gpu.h
1440
1441Cirrus VGA
1442M: Gerd Hoffmann <kraxel@redhat.com>
1443S: Odd Fixes
1444W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1445F: hw/display/cirrus*
1446
72d277a7
GH
1447EDID Generator
1448M: Gerd Hoffmann <kraxel@redhat.com>
1449S: Maintained
1450F: hw/display/edid*
1451F: include/hw/display/edid.h
1452F: qemu-edid.c
1453
fd5d5c56
AL
1454Subsystems
1455----------
1456Audio
9f575846 1457M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1458S: Maintained
1459F: audio/
8d8b636d 1460F: hw/audio/
a2b245ae 1461F: include/hw/audio/
d7b50c0c 1462F: tests/ac97-test.c
8fa74c94 1463F: tests/es1370-test.c
fbaf445a 1464F: tests/intel-hda-test.c
fd5d5c56 1465
17f1e8f5 1466Block layer core
fd5d5c56 1467M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1468M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1469L: qemu-block@nongnu.org
fd5d5c56
AL
1470S: Supported
1471F: block*
1472F: block/
8d8b636d 1473F: hw/block/
4c346e0b 1474F: include/block/
46078760
KW
1475F: qemu-img*
1476F: qemu-io*
29242091 1477F: tests/qemu-iotests/
8dd30c86 1478F: util/qemu-progress.c
0bcc8e5b 1479F: qobject/block-qdict.c
c468e368 1480F: tests/check-block-qdict.c
ebe2aad2 1481T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 1482
d55053b1
SH
1483Block I/O path
1484M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1485M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1486L: qemu-block@nongnu.org
1487S: Supported
36c697bd
PB
1488F: util/async.c
1489F: util/aio-*.c
d55053b1
SH
1490F: block/io.c
1491F: migration/block*
e1029ae2 1492F: include/block/aio.h
f5a53faa 1493F: include/block/aio-wait.h
0a4f9ad1 1494F: scripts/qemugdb/aio.py
e18a8b34 1495T: git https://github.com/stefanha/qemu.git block
d55053b1 1496
e5b5728c
PB
1497Block SCSI subsystem
1498M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1499R: Fam Zheng <famz@redhat.com>
e5b5728c
PB
1500L: qemu-block@nongnu.org
1501S: Supported
1502F: include/scsi/*
1503F: scsi/*
1504
280458a3
JC
1505Block Jobs
1506M: Jeff Cody <jcody@redhat.com>
1507L: qemu-block@nongnu.org
1508S: Supported
1509F: blockjob.c
1510F: include/block/blockjob.h
33e9e9bd 1511F: job.c
1a90bc81 1512F: job-qmp.c
c468e368 1513F: include/qemu/job.h
280458a3
JC
1514F: block/backup.c
1515F: block/commit.c
77346025 1516F: block/stream.c
280458a3 1517F: block/mirror.c
bf42508f 1518F: qapi/job.json
e18a8b34 1519T: git https://github.com/codyprime/qemu-kvm-jtc.git block
280458a3 1520
4120201d
MA
1521Block QAPI, monitor, command line
1522M: Markus Armbruster <armbru@redhat.com>
1523S: Supported
1524F: blockdev.c
1525F: block/qapi.c
1526F: qapi/block*.json
fa988e39 1527F: qapi/transaction.json
ebe2aad2 1528T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 1529
538193bc
JS
1530Dirty Bitmaps
1531M: Fam Zheng <famz@redhat.com>
1532M: John Snow <jsnow@redhat.com>
1533L: qemu-block@nongnu.org
1534S: Supported
1535F: util/hbitmap.c
1536F: block/dirty-bitmap.c
1537F: include/qemu/hbitmap.h
1538F: include/block/dirty-bitmap.h
1539F: tests/test-hbitmap.c
5746c1cd 1540F: docs/interop/bitmaps.rst
e18a8b34
SH
1541T: git https://github.com/famz/qemu.git bitmaps
1542T: git https://github.com/jnsnow/qemu.git bitmaps
538193bc 1543
61af0ee6 1544Character device backends
55fc84a7 1545M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 1546R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 1547S: Maintained
178fe0ae 1548F: chardev/
8228e353 1549F: include/chardev/
dbeee392 1550F: qapi/char.json
fd5d5c56 1551
e26082fd
PB
1552Character Devices (Braille)
1553M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1554S: Maintained
6b10e573 1555F: chardev/baum.c
fd5d5c56 1556
e94630d3
MA
1557Command line option argument parsing
1558M: Markus Armbruster <armbru@redhat.com>
1559S: Supported
1560F: include/qemu/option.h
1561F: tests/test-keyval.c
1562F: tests/test-qemu-opts.c
1563F: util/keyval.c
1564F: util/qemu-option.c
1565
8c413e79
MA
1566Coverity model
1567M: Markus Armbruster <armbru@redhat.com>
1568S: Supported
1569F: scripts/coverity-model.c
1570
f2ca0524 1571CPU
12b0e69c 1572L: qemu-devel@nongnu.org
f2ca0524
AF
1573S: Supported
1574F: qom/cpu.c
6e481d57 1575F: include/qom/cpu.h
f2ca0524 1576
d24b569a 1577Device Tree
4b46ba61 1578M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1579M: Alexander Graf <agraf@suse.de>
1580S: Maintained
82407515
TH
1581F: device_tree.c
1582F: include/sysemu/device_tree.h
d24b569a 1583
3505a22b
MAL
1584Dump
1585S: Supported
1586M: Marc-André Lureau <marcandre.lureau@redhat.com>
1587F: dump.c
1588F: hw/misc/vmcoreinfo.c
1589F: include/hw/misc/vmcoreinfo.h
1590F: include/sysemu/dump-arch.h
1591F: include/sysemu/dump.h
1592F: scripts/dump-guest-memory.py
1593F: stubs/dump.c
1594
4f966768
MA
1595Error reporting
1596M: Markus Armbruster <armbru@redhat.com>
1597S: Supported
1598F: include/qapi/error.h
1599F: include/qemu/error-report.h
1600F: util/error.c
1601F: util/qemu-error.c
1602
fd5d5c56 1603GDB stub
5dd4a88c 1604L: qemu-devel@nongnu.org
fd5d5c56
AL
1605S: Odd Fixes
1606F: gdbstub*
1607F: gdb-xml/
1608
01a9c03c
PB
1609Memory API
1610M: Paolo Bonzini <pbonzini@redhat.com>
1611S: Supported
1612F: include/exec/ioport.h
1613F: ioport.c
1614F: include/exec/memory.h
2b1641d0 1615F: include/exec/ram_addr.h
01a9c03c
PB
1616F: memory.c
1617F: include/exec/memory-internal.h
1618F: exec.c
1619
7ee3bf03
GH
1620SPICE
1621M: Gerd Hoffmann <kraxel@redhat.com>
1622S: Supported
6e481d57 1623F: include/ui/qemu-spice.h
438528a3 1624F: include/ui/spice-display.h
7ee3bf03
GH
1625F: ui/spice-*.c
1626F: audio/spiceaudio.c
8d8b636d 1627F: hw/display/qxl*
608cfed6 1628F: qapi/ui.json
7ee3bf03 1629
fd5d5c56 1630Graphics
25eccc37
GH
1631M: Gerd Hoffmann <kraxel@redhat.com>
1632S: Odd Fixes
fd5d5c56 1633F: ui/
e220656c 1634F: include/ui/
608cfed6 1635F: qapi/ui.json
b1d38037 1636F: util/drm.c
fd5d5c56 1637
351f1bf6 1638Cocoa graphics
30ef3c74 1639M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1640S: Odd Fixes
1641F: ui/cocoa.m
1642
fd5d5c56 1643Main loop
da26f37a
PB
1644M: Paolo Bonzini <pbonzini@redhat.com>
1645S: Maintained
1646F: cpus.c
3ecb29a3
PB
1647F: util/main-loop.c
1648F: util/qemu-timer.c
fd5d5c56 1649F: vl.c
0e201d34 1650F: qapi/run-state.json
fd5d5c56 1651
8899b4ae 1652Human Monitor (HMP)
c833fb4a 1653M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1654S: Maintained
fd5d5c56 1655F: monitor.c
c13e9912
TH
1656F: hmp.[ch]
1657F: hmp-commands*.hx
1658F: include/monitor/hmp-target.h
bbcee372 1659F: tests/test-hmp.c
fd5d5c56 1660
f536f112 1661Network device backends
442469e6 1662M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1663S: Maintained
1664F: net/
d24b2b1c 1665F: include/net/
e18a8b34 1666T: git https://github.com/jasowang/qemu.git net
3c0bd37d 1667F: qapi/net.json
fd5d5c56 1668
aee09baf
VM
1669Netmap network backend
1670M: Luigi Rizzo <rizzo@iet.unipi.it>
1671M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1672M: Vincenzo Maffione <v.maffione@gmail.com>
1673W: http://info.iet.unipi.it/~luigi/netmap/
1674S: Maintained
1675F: net/netmap.c
1676
2f54eb98
EH
1677NUMA
1678M: Eduardo Habkost <ehabkost@redhat.com>
1679S: Maintained
1680F: numa.c
1681F: include/sysemu/numa.h
e18a8b34 1682T: git https://github.com/ehabkost/qemu.git machine-next
2f54eb98 1683
4fc264f4
EH
1684Host Memory Backends
1685M: Eduardo Habkost <ehabkost@redhat.com>
1686M: Igor Mammedov <imammedo@redhat.com>
1687S: Maintained
1688F: backends/hostmem*.c
1689F: include/sysemu/hostmem.h
e18a8b34 1690T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 1691
6034011c
GA
1692Cryptodev Backends
1693M: Gonglei <arei.gonglei@huawei.com>
1694S: Maintained
1695F: include/sysemu/cryptodev*.h
1696F: backends/cryptodev*.c
1697
ad904f66
EH
1698Python scripts
1699M: Eduardo Habkost <ehabkost@redhat.com>
1700M: Cleber Rosa <crosa@redhat.com>
1701S: Odd fixes
1702F: scripts/qmp/*
1703F: scripts/*.py
1704F: tests/*.py
1705
8899b4ae 1706QAPI
9740618c 1707M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1708M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1709S: Supported
8899b4ae 1710F: qapi/
0311c5bd 1711X: qapi/*.json
ac4abb9a
MA
1712F: include/qapi/
1713X: include/qapi/qmp/
1714F: include/qapi/qmp/dispatch.h
c0bd0b50 1715F: tests/qapi-schema/
ac4abb9a 1716F: tests/test-*-visitor.c
e94630d3 1717F: tests/test-qapi-*.c
ac4abb9a 1718F: tests/test-qmp-*.c
e94630d3 1719F: tests/test-visitor-serialization.c
be25fcc4
MA
1720F: scripts/qapi-gen.py
1721F: scripts/qapi/*
c39cdbf6 1722F: docs/devel/qapi*
ebe2aad2 1723T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1724
7810d291
LC
1725QAPI Schema
1726M: Eric Blake <eblake@redhat.com>
7810d291
LC
1727M: Markus Armbruster <armbru@redhat.com>
1728S: Supported
0311c5bd 1729F: qapi/*.json
ebe2aad2 1730T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1731
f3582ba4 1732QObject
daf5dc78
MA
1733M: Markus Armbruster <armbru@redhat.com>
1734S: Supported
f3582ba4 1735F: qobject/
7735d2b5
MA
1736F: include/qapi/qmp/
1737X: include/qapi/qmp/dispatch.h
a2f3453e 1738F: scripts/coccinelle/qobject.cocci
7735d2b5 1739F: tests/check-qdict.c
01b2ffce 1740F: tests/check-qnum.c
7735d2b5
MA
1741F: tests/check-qjson.c
1742F: tests/check-qlist.c
1743F: tests/check-qstring.c
ebe2aad2 1744T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1745
f05d9999
MR
1746QEMU Guest Agent
1747M: Michael Roth <mdroth@linux.vnet.ibm.com>
1748S: Maintained
1749F: qga/
ab7f9f7d
PMD
1750F: qemu-ga.texi
1751F: scripts/qemu-guest-agent/
1752F: tests/test-qga.c
1753F: docs/interop/qemu-ga-ref.texi
e18a8b34 1754T: git https://github.com/mdroth/qemu.git qga
f05d9999 1755
4688c94c 1756QOM
4688c94c
AF
1757M: Andreas Färber <afaerber@suse.de>
1758S: Supported
e18a8b34 1759T: git https://github.com/afaerber/qemu-cpu.git qom-next
4688c94c
AF
1760F: include/qom/
1761X: include/qom/cpu.h
1762F: qom/
1763X: qom/cpu.c
9f4aa7ce
AF
1764F: tests/check-qom-interface.c
1765F: tests/check-qom-proplist.c
4688c94c 1766
8899b4ae 1767QMP
9740618c
LC
1768M: Markus Armbruster <armbru@redhat.com>
1769S: Supported
8899b4ae
LC
1770F: qmp.c
1771F: monitor.c
c39cdbf6 1772F: docs/devel/*qmp-*
9740618c 1773F: scripts/qmp/
f66e7ac8 1774F: tests/qmp-test.c
d93bb9d5 1775F: tests/qmp-cmd-test.c
ebe2aad2 1776T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1777
98a43bf0 1778qtest
98a43bf0
PB
1779M: Thomas Huth <thuth@redhat.com>
1780M: Laurent Vivier <lvivier@redhat.com>
2185fd67 1781R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0
PB
1782S: Maintained
1783F: qtest.c
1784F: tests/libqtest.*
1785F: tests/libqos/
1786F: tests/*-test.c
1787
cc0100f4 1788Register API
c22e580c 1789M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
1790S: Maintained
1791F: hw/core/register.c
1792F: include/hw/register.h
06a7b243 1793F: include/hw/registerfields.h
cc0100f4 1794
fd5d5c56 1795SLIRP
eda509fa 1796M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1797M: Jan Kiszka <jan.kiszka@siemens.com>
1798S: Maintained
fd5d5c56 1799F: slirp/
663fb1e1 1800F: net/slirp.c
d24b2b1c 1801F: include/net/slirp.h
02cffe24 1802T: git https://people.debian.org/~sthibault/qemu.git slirp
1ab09a40 1803T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1804
b1ed728a
PB
1805Stubs
1806M: Paolo Bonzini <pbonzini@redhat.com>
1807S: Maintained
1808F: stubs/
1809
598a3f35 1810Tracing
1cd0f8ce 1811M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1812S: Maintained
1813F: trace/
0e076292
TH
1814F: trace-events
1815F: qemu-option-trace.texi
f70fd8fd
LV
1816F: scripts/tracetool.py
1817F: scripts/tracetool/
c39cdbf6 1818F: docs/devel/tracing.txt
e18a8b34 1819T: git https://github.com/stefanha/qemu.git tracing
598a3f35 1820
3859b6cf 1821TPM
1f63669e 1822M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 1823S: Maintained
3859b6cf 1824F: tpm.c
c39f95dc 1825F: stubs/tpm.c
3859b6cf
MA
1826F: hw/tpm/*
1827F: include/hw/acpi/tpm.h
1828F: include/sysemu/tpm*
1829F: qapi/tpm.json
6b4f250b 1830F: backends/tpm.c
adb0e917 1831F: tests/*tpm*
e18a8b34 1832T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 1833
14f40fdc 1834Checkpatch
14f40fdc
BS
1835S: Odd Fixes
1836F: scripts/checkpatch.pl
1837
c0787c8d
JQ
1838Migration
1839M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1840M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1841S: Maintained
1842F: include/migration/
44a1f946 1843F: migration/
c5515640
AS
1844F: scripts/vmstate-static-checker.py
1845F: tests/vmstate-static-checker-data/
2656bfd9 1846F: tests/migration-test.c
c468e368 1847F: docs/devel/migration.rst
48685a8e 1848F: qapi/migration.json
c0787c8d 1849
92bfedb0 1850Seccomp
064983cb 1851M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1852S: Supported
1853F: qemu-seccomp.c
1854F: include/sysemu/seccomp.h
1855
ddbb0d09
DB
1856Cryptography
1857M: Daniel P. Berrange <berrange@redhat.com>
1858S: Maintained
1859F: crypto/
1860F: include/crypto/
1861F: tests/test-crypto-*
3947ecfc 1862F: tests/benchmark-crypto-*
899833cd 1863F: qemu.sasl
ddbb0d09 1864
10817bf0
DB
1865Coroutines
1866M: Stefan Hajnoczi <stefanha@redhat.com>
1867M: Kevin Wolf <kwolf@redhat.com>
1868F: util/*coroutine*
1869F: include/qemu/coroutine*
1870F: tests/test-coroutine.c
1871
88c5f205
DB
1872Buffers
1873M: Daniel P. Berrange <berrange@redhat.com>
1874S: Odd fixes
1875F: util/buffer.c
1876F: include/qemu/buffer.h
1877
666a3af9
DB
1878I/O Channels
1879M: Daniel P. Berrange <berrange@redhat.com>
1880S: Maintained
1881F: io/
1882F: include/io/
1883F: tests/test-io-*
1884
5614a283
GH
1885Sockets
1886M: Daniel P. Berrange <berrange@redhat.com>
1887M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
1888S: Maintained
1889F: include/qemu/sockets.h
1890F: util/qemu-sockets.c
a2ff5a48 1891F: qapi/sockets.json
5614a283 1892
d310d85b
AG
1893Throttling infrastructure
1894M: Alberto Garcia <berto@igalia.com>
1895S: Supported
1896F: block/throttle-groups.c
1897F: include/block/throttle-groups.h
89603938 1898F: include/qemu/throttle*.h
d310d85b 1899F: util/throttle.c
89603938
PMD
1900F: docs/throttle.txt
1901F: tests/test-throttle.c
d310d85b
AG
1902L: qemu-block@nongnu.org
1903
080d7aac
FZ
1904UUID
1905M: Fam Zheng <famz@redhat.com>
1906S: Supported
1907F: util/uuid.c
1908F: include/qemu/uuid.h
1909F: tests/test-uuid.c
1910
a4cc318e
HZ
1911COLO Framework
1912M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1913S: Maintained
1914F: migration/colo*
1915F: include/migration/colo.h
1916F: include/migration/failover.h
1917F: docs/COLO-FT.txt
1918
88f82ed1 1919COLO Proxy
b38576cd 1920M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1921M: Li Zhijian <lizhijian@cn.fujitsu.com>
1922S: Supported
1923F: docs/colo-proxy.txt
1924F: net/colo*
1925F: net/filter-rewriter.c
1926F: net/filter-mirror.c
1927
62258201
PD
1928Record/replay
1929M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1930R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 1931W: https://wiki.qemu.org/Features/record-replay
62258201
PD
1932S: Supported
1933F: replay/*
1934F: block/blkreplay.c
1935F: net/filter-replay.c
1936F: include/sysemu/replay.h
1937F: docs/replay.txt
1938F: stubs/replay.c
1939
eecf5eed
PX
1940IOVA Tree
1941M: Peter Xu <peterx@redhat.com>
1942S: Maintained
1943F: include/qemu/iova-tree.h
1944F: util/iova-tree.c
1945
5ee547bb
VP
1946elf2dmp
1947M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1948S: Maintained
1949F: contrib/elf2dmp/
1950
fd5d5c56
AL
1951Usermode Emulation
1952------------------
486bbe5f
PB
1953Overall
1954M: Riku Voipio <riku.voipio@iki.fi>
1955S: Maintained
1956F: thunk.c
58410666 1957F: accel/tcg/user-exec*.c
486bbe5f 1958
fd5d5c56 1959BSD user
297e8005 1960S: Orphan
fd5d5c56 1961F: bsd-user/
ccf0a57b 1962F: default-configs/*-bsd-user.mak
fd5d5c56 1963
fd5d5c56
AL
1964Linux user
1965M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1966R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1967S: Maintained
1968F: linux-user/
ccf0a57b 1969F: default-configs/*-linux-user.mak
e5dd9875 1970F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
1971
1972Tiny Code Generator (TCG)
1973-------------------------
1974Common code
cc7772bd 1975M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1976S: Maintained
1977F: tcg/
1978
b25a464c
CF
1979AArch64 target
1980M: Claudio Fontana <claudio.fontana@huawei.com>
1981M: Claudio Fontana <claudio.fontana@gmail.com>
1982S: Maintained
b4f2bd1c 1983L: qemu-arm@nongnu.org
b25a464c 1984F: tcg/aarch64/
c17652ee
PB
1985F: disas/arm-a64.cc
1986F: disas/libvixl/
b25a464c 1987
42f5a7e9
AJ
1988ARM target
1989M: Andrzej Zaborowski <balrogg@gmail.com>
1990S: Maintained
b4f2bd1c 1991L: qemu-arm@nongnu.org
42f5a7e9 1992F: tcg/arm/
c17652ee 1993F: disas/arm.c
42f5a7e9 1994
42f5a7e9 1995i386 target
5dd4a88c 1996L: qemu-devel@nongnu.org
42f5a7e9
AJ
1997S: Maintained
1998F: tcg/i386/
c17652ee 1999F: disas/i386.c
42f5a7e9 2000
42f5a7e9 2001MIPS target
d6eec7a2 2002M: Aurelien Jarno <aurelien@aurel32.net>
90b27c4c 2003R: Stefan Markovic <smarkovic@wavecomp.com>
42f5a7e9
AJ
2004S: Maintained
2005F: tcg/mips/
c17652ee 2006F: disas/mips.c
42f5a7e9
AJ
2007
2008PPC
15610d42
PK
2009M: Richard Henderson <rth@twiddle.net>
2010S: Odd Fixes
42f5a7e9 2011F: tcg/ppc/
c17652ee 2012F: disas/ppc.c
42f5a7e9
AJ
2013
2014S390 target
42f5a7e9
AJ
2015M: Richard Henderson <rth@twiddle.net>
2016S: Maintained
2017F: tcg/s390/
c17652ee 2018F: disas/s390.c
146bd283 2019L: qemu-s390x@nongnu.org
42f5a7e9
AJ
2020
2021SPARC target
297e8005 2022S: Odd Fixes
42f5a7e9 2023F: tcg/sparc/
c17652ee 2024F: disas/sparc.c
bc75c9e5
SW
2025
2026TCI target
2027M: Stefan Weil <sw@weilnetz.de>
2028S: Maintained
8ef9cd55 2029F: tcg/tci/
752a2ae2 2030F: tcg/tci.c
c17652ee 2031F: disas/tci.c
aa09c951 2032
f05b328c
SH
2033Block drivers
2034-------------
2035VMDK
2036M: Fam Zheng <famz@redhat.com>
c95e4c0e 2037L: qemu-block@nongnu.org
f05b328c
SH
2038S: Supported
2039F: block/vmdk.c
2040
2041RBD
5a8ac6d9 2042M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
2043M: Jeff Cody <jcody@redhat.com>
2044L: qemu-block@nongnu.org
f05b328c
SH
2045S: Supported
2046F: block/rbd.c
e18a8b34 2047T: git https://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
2048
2049Sheepdog
f05b328c 2050M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
2051M: Jeff Cody <jcody@redhat.com>
2052L: qemu-block@nongnu.org
f05b328c
SH
2053S: Supported
2054F: block/sheepdog.c
e18a8b34 2055T: git https://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
2056
2057VHDX
2058M: Jeff Cody <jcody@redhat.com>
280458a3 2059L: qemu-block@nongnu.org
f05b328c
SH
2060S: Supported
2061F: block/vhdx*
e18a8b34 2062T: git https://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
2063
2064VDI
2065M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2066L: qemu-block@nongnu.org
f05b328c
SH
2067S: Maintained
2068F: block/vdi.c
2069
2070iSCSI
2071M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2072M: Paolo Bonzini <pbonzini@redhat.com>
2073M: Peter Lieven <pl@kamp.de>
c95e4c0e 2074L: qemu-block@nongnu.org
2185fd67 2075S: Odd Fixes
f05b328c 2076F: block/iscsi.c
2deb63c2 2077F: block/iscsi-opts.c
f05b328c 2078
99c62e70
EB
2079Network Block Device (NBD)
2080M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2081L: qemu-block@nongnu.org
2082S: Maintained
2083F: block/nbd*
2084F: nbd/
2085F: include/block/nbd*
2086F: qemu-nbd.*
2087F: blockdev-nbd.c
3229a835 2088F: docs/interop/nbd.txt
ebe2aad2 2089T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2090
6542aa9c 2091NFS
280458a3 2092M: Jeff Cody <jcody@redhat.com>
6542aa9c 2093M: Peter Lieven <pl@kamp.de>
280458a3 2094L: qemu-block@nongnu.org
6542aa9c
PL
2095S: Maintained
2096F: block/nfs.c
e18a8b34 2097T: git https://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 2098
f05b328c
SH
2099SSH
2100M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
2101M: Jeff Cody <jcody@redhat.com>
2102L: qemu-block@nongnu.org
f05b328c
SH
2103S: Supported
2104F: block/ssh.c
e18a8b34 2105T: git https://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 2106
280458a3
JC
2107CURL
2108M: Jeff Cody <jcody@redhat.com>
2109L: qemu-block@nongnu.org
2110S: Supported
2111F: block/curl.c
e18a8b34 2112T: git https://github.com/codyprime/qemu-kvm-jtc.git block
280458a3
JC
2113
2114GLUSTER
2115M: Jeff Cody <jcody@redhat.com>
2116L: qemu-block@nongnu.org
2117S: Supported
2118F: block/gluster.c
e18a8b34 2119T: git https://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 2120
199667a8
FZ
2121Null Block Driver
2122M: Fam Zheng <famz@redhat.com>
2123L: qemu-block@nongnu.org
2124S: Supported
2125F: block/null.c
2126
bdd6a90a
FZ
2127NVMe Block Driver
2128M: Fam Zheng <famz@redhat.com>
2129L: qemu-block@nongnu.org
2130S: Supported
2131F: block/nvme*
2132
b5e9476c
GA
2133Bootdevice
2134M: Gonglei <arei.gonglei@huawei.com>
2135S: Maintained
2136F: bootdevice.c
ecdda9e0
AG
2137
2138Quorum
2139M: Alberto Garcia <berto@igalia.com>
2140S: Supported
2141F: block/quorum.c
2142L: qemu-block@nongnu.org
e7c6e631 2143
bfcc224e
AV
2144blklogwrites
2145M: Ari Sundholm <ari@tuxera.com>
2146L: qemu-block@nongnu.org
2147S: Supported
2148F: block/blklogwrites.c
2149
e7c6e631
SH
2150blkverify
2151M: Stefan Hajnoczi <stefanha@redhat.com>
2152L: qemu-block@nongnu.org
2153S: Supported
2154F: block/blkverify.c
2155
2156bochs
2157M: Stefan Hajnoczi <stefanha@redhat.com>
2158L: qemu-block@nongnu.org
2159S: Supported
2160F: block/bochs.c
2161
2162cloop
2163M: Stefan Hajnoczi <stefanha@redhat.com>
2164L: qemu-block@nongnu.org
2165S: Supported
2166F: block/cloop.c
2167
2168dmg
2169M: Stefan Hajnoczi <stefanha@redhat.com>
2170L: qemu-block@nongnu.org
2171S: Supported
2172F: block/dmg.c
2173
2174parallels
2175M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2176M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2177L: qemu-block@nongnu.org
2178S: Supported
2179F: block/parallels.c
5746c1cd 2180F: docs/interop/parallels.txt
e7c6e631
SH
2181
2182qed
2183M: Stefan Hajnoczi <stefanha@redhat.com>
2184L: qemu-block@nongnu.org
2185S: Supported
2186F: block/qed.c
2187
2188raw
2189M: Kevin Wolf <kwolf@redhat.com>
2190L: qemu-block@nongnu.org
2191S: Supported
2192F: block/linux-aio.c
f586d5fc 2193F: include/block/raw-aio.h
2e6fc7eb 2194F: block/raw-format.c
c1bb86cd
EB
2195F: block/file-posix.c
2196F: block/file-win32.c
e7c6e631
SH
2197F: block/win32-aio.c
2198
2199qcow2
2200M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2201M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2202L: qemu-block@nongnu.org
2203S: Supported
2204F: block/qcow2*
b24f9882 2205F: docs/interop/qcow2.txt
e7c6e631
SH
2206
2207qcow
2208M: Kevin Wolf <kwolf@redhat.com>
2209L: qemu-block@nongnu.org
2210S: Supported
2211F: block/qcow.c
2212
2213blkdebug
2214M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2215M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2216L: qemu-block@nongnu.org
2217S: Supported
2218F: block/blkdebug.c
2219
2220vpc
2221M: Kevin Wolf <kwolf@redhat.com>
2222L: qemu-block@nongnu.org
2223S: Supported
2224F: block/vpc.c
2225
2226vvfat
2227M: Kevin Wolf <kwolf@redhat.com>
2228L: qemu-block@nongnu.org
2229S: Supported
2230F: block/vvfat.c
abfe4e94
SH
2231
2232Image format fuzzer
2233M: Stefan Hajnoczi <stefanha@redhat.com>
2234L: qemu-block@nongnu.org
2235S: Supported
2236F: tests/image-fuzzer/
717171bd 2237
049105a3 2238Replication
205f8618 2239M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2240M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2241S: Supported
2242F: replication*
2243F: block/replication.c
2244F: tests/test-replication.c
2245F: docs/block-replication.txt
2246
a3defabb
MA
2247PVRDMA
2248M: Yuval Shaia <yuval.shaia@oracle.com>
fe355cbd 2249M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2250S: Maintained
2251F: hw/rdma/*
2252F: hw/rdma/vmw/*
2253F: docs/pvrdma.txt
2254
b9e02c06
AB
2255Build and test automation
2256-------------------------
0475a03e 2257Build and test automation
b9e02c06 2258M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 2259M: Fam Zheng <famz@redhat.com>
32b9ca98 2260R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 2261L: qemu-devel@nongnu.org
e70dc7f8 2262S: Maintained
b9e02c06 2263F: .travis.yml
0708e647 2264F: scripts/travis/
d92d886a 2265F: .shippable.yml
e70dc7f8 2266F: tests/docker/
18023821 2267F: tests/vm/
e70dc7f8 2268W: https://travis-ci.org/qemu/qemu
2a747008 2269W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2270W: http://patchew.org/QEMU/
717171bd 2271
7e97017e
AB
2272Guest Test Compilation Support
2273M: Alex Bennée <alex.bennee@linaro.org>
2274R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2275F: tests/tcg/Makefile
c722a9e4 2276F: tests/tcg/Makefile.include
7e97017e
AB
2277L: qemu-devel@nongnu.org
2278
717171bd
DB
2279Documentation
2280-------------
2281Build system architecture
2282M: Daniel P. Berrange <berrange@redhat.com>
2283S: Odd Fixes
c39cdbf6 2284F: docs/devel/build-system.txt
8a49e97f 2285
b02c9bc3
MA
2286Incompatible changes
2287R: libvir-list@redhat.com
2288F: qemu-deprecated.texi
2289
aef45d51
DB
2290Build System
2291------------
2292GIT submodules
2293M: Daniel P. Berrange <berrange@redhat.com>
2294S: Odd Fixes
2295F: scripts/git-submodule.sh