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