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