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