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