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