]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
target/arm: Handle page table walk load failures correctly
[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>
fd5d5c56 855S: Supported
046a6486
MT
856F: include/hw/i386/
857F: hw/i386/
858F: hw/pci-host/piix.c
859F: hw/pci-host/q35.c
860F: hw/pci-host/pam.c
861F: include/hw/pci-host/q35.h
862F: include/hw/pci-host/pam.h
863F: hw/isa/piix4.c
864F: hw/isa/lpc_ich9.c
865F: hw/i2c/smbus_ich9.c
866F: hw/acpi/piix4.c
867F: hw/acpi/ich9.c
868F: include/hw/acpi/ich9.h
f586d5fc 869F: include/hw/acpi/piix4.h
9cc3b73c
PB
870F: hw/misc/sga.c
871
872PC Chipset
873M: Michael S. Tsirkin <mst@redhat.com>
874M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 875S: Supported
9cc3b73c
PB
876F: hw/char/debugcon.c
877F: hw/char/parallel.c
878F: hw/char/serial*
879F: hw/dma/i8257*
880F: hw/i2c/pm_smbus.c
1732be86 881F: hw/input/pckbd.c
9cc3b73c
PB
882F: hw/intc/apic*
883F: hw/intc/ioapic*
884F: hw/intc/i8259*
885F: hw/misc/debugexit.c
886F: hw/misc/pc-testdev.c
887F: hw/timer/hpet*
888F: hw/timer/i8254*
889F: hw/timer/mc146818rtc*
edc46aff 890F: hw/watchdog/wdt_ib700.c
866e2b37 891F: include/hw/display/vga.h
a2feb348 892F: include/hw/i2c/pm_smbus.h
ea638a45 893F: include/hw/isa/i8257.h
a2feb348
TH
894F: include/hw/timer/hpet.h
895F: include/hw/timer/i8254*
896F: include/hw/timer/mc146818rtc*
046a6486 897
5da4fb00
MT
898Machine core
899M: Eduardo Habkost <ehabkost@redhat.com>
900M: Marcel Apfelbaum <marcel@redhat.com>
901S: Supported
902F: hw/core/machine.c
c1629c5c 903F: hw/core/null-machine.c
5da4fb00 904F: include/hw/boards.h
e3d038b8 905T: git git://github.com/ehabkost/qemu.git machine-next
fd5d5c56 906
16e7caae
MF
907Xtensa Machines
908---------------
375847a6 909sim
16e7caae
MF
910M: Max Filippov <jcmvbkbc@gmail.com>
911S: Maintained
437a8c11 912F: hw/xtensa/sim.c
375847a6 913
437a8c11 914XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
915M: Max Filippov <jcmvbkbc@gmail.com>
916S: Maintained
437a8c11
MF
917F: hw/xtensa/xtfpga.c
918F: hw/net/opencores_eth.c
16e7caae 919
fd5d5c56
AL
920Devices
921-------
b30934cb
JS
922EDU
923M: Jiri Slaby <jslaby@suse.cz>
924S: Maintained
925F: hw/misc/edu.c
926
fd5d5c56 927IDE
c095348b
JS
928M: John Snow <jsnow@redhat.com>
929L: qemu-block@nongnu.org
930S: Supported
8d8b636d 931F: include/hw/ide.h
c9f7acd5 932F: include/hw/ide/
fd5d5c56 933F: hw/ide/
c095348b
JS
934F: hw/block/block.c
935F: hw/block/cdrom.c
936F: hw/block/hd-geometry.c
937F: tests/ide-test.c
938F: tests/ahci-test.c
aee50319 939F: tests/libqos/ahci*
c095348b
JS
940T: git git://github.com/jnsnow/qemu.git ide
941
942Floppy
943M: John Snow <jsnow@redhat.com>
944L: qemu-block@nongnu.org
945S: Supported
946F: hw/block/fdc.c
947F: include/hw/block/fdc.h
aee50319 948F: tests/fdc-test.c
c095348b 949T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 950
f5f487b2
PM
951OMAP
952M: Peter Maydell <peter.maydell@linaro.org>
953S: Maintained
8d8b636d 954F: hw/*/omap*
ed0db866 955F: include/hw/arm/omap.h
f5f487b2 956
28d54e58
PB
957IPack
958M: Alberto Garcia <berto@igalia.com>
959S: Odd Fixes
960F: hw/char/ipoctal232.c
961F: hw/ipack/
962
fd5d5c56
AL
963PCI
964M: Michael S. Tsirkin <mst@redhat.com>
874a2358 965M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 966S: Supported
8d8b636d 967F: include/hw/pci/*
f178bc6b 968F: hw/misc/pci-testdev.c
ca818cfb 969F: hw/pci/*
f178bc6b 970F: hw/pci-bridge/*
68179923
PMD
971F: docs/pci*
972F: docs/specs/*pci*
534fd814 973F: default-configs/pci.mak
0e0b3592 974
d31e5ae7 975ACPI/SMBIOS
0e0b3592
MT
976M: Michael S. Tsirkin <mst@redhat.com>
977M: Igor Mammedov <imammedo@redhat.com>
978S: Supported
979F: include/hw/acpi/*
d31e5ae7 980F: include/hw/smbios/*
0e0b3592 981F: hw/mem/*
8d8b636d 982F: hw/acpi/*
d31e5ae7 983F: hw/smbios/*
0e0b3592 984F: hw/i386/acpi-build.[hc]
0e0b3592 985F: hw/arm/virt-acpi-build.c
3248f1b4
BW
986F: tests/bios-tables-test.c
987F: tests/acpi-utils.[hc]
fd5d5c56 988
aaade8d7
AF
989ppc4xx
990M: Alexander Graf <agraf@suse.de>
991L: qemu-ppc@nongnu.org
992S: Odd Fixes
8d8b636d 993F: hw/ppc/ppc4*.c
aa3a41f9 994F: hw/i2c/ppc4xx_i2c.c
b5d55020 995F: include/hw/ppc/ppc4xx.h
aa3a41f9 996F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 997
98cded3a
AF
998ppce500
999M: Alexander Graf <agraf@suse.de>
98cded3a
AF
1000L: qemu-ppc@nongnu.org
1001S: Supported
6e481d57 1002F: hw/ppc/e500*
566dd236
PB
1003F: hw/pci-host/ppce500.c
1004F: hw/net/fsl_etsec/
98cded3a 1005
61af0ee6
PB
1006Character devices
1007M: Paolo Bonzini <pbonzini@redhat.com>
1008S: Odd Fixes
1009F: hw/char/
1010
f536f112
PB
1011Network devices
1012M: Jason Wang <jasowang@redhat.com>
1013S: Odd Fixes
1014F: hw/net/
6061b5c6 1015F: include/hw/net/
6bd7776c 1016F: tests/virtio-net-test.c
f536f112
PB
1017T: git git://github.com/jasowang/qemu.git net
1018
fd5d5c56 1019SCSI
de7724f7 1020M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1021R: Fam Zheng <famz@redhat.com>
de7724f7 1022S: Supported
74460f34 1023F: include/hw/scsi/*
8d8b636d 1024F: hw/scsi/*
6bd7776c 1025F: tests/virtio-scsi-test.c
1ab09a40 1026T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7 1027
fcb5629d 1028SSI
4b46ba61 1029M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
982d009a 1030M: Alistair Francis <alistair.francis@xilinx.com>
fcb5629d 1031S: Maintained
8d8b636d
PB
1032F: hw/ssi/*
1033F: hw/block/m25p80.c
982d009a 1034F: include/hw/ssi/ssi.h
4b46ba61 1035X: hw/ssi/xilinx_*
982d009a 1036F: tests/m25p80-test.c
4b46ba61
AF
1037
1038Xilinx SPI
1039M: Alistair Francis <alistair.francis@xilinx.com>
1040M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1041S: Maintained
1042F: hw/ssi/xilinx_*
fcb5629d 1043
fd5d5c56 1044USB
5d0d62fe
GH
1045M: Gerd Hoffmann <kraxel@redhat.com>
1046S: Maintained
8d8b636d 1047F: hw/usb/*
28edfce0 1048F: tests/usb-*-test.c
beded0ff
TH
1049F: docs/usb2.txt
1050F: docs/usb-storage.txt
1051F: include/hw/usb.h
1052F: include/hw/usb/
104ebc5f 1053F: default-configs/usb.mak
fd5d5c56 1054
e26082fd
PB
1055USB (serial adapter)
1056M: Gerd Hoffmann <kraxel@redhat.com>
1057M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1058S: Maintained
1059F: hw/usb/dev-serial.c
1060
92e1fb5e
AW
1061VFIO
1062M: Alex Williamson <alex.williamson@redhat.com>
1063S: Supported
cf7087db 1064F: hw/vfio/*
99b88c6d 1065F: include/hw/vfio/
92e1fb5e 1066
5eb74557 1067vfio-ccw
c1976ae7 1068M: Cornelia Huck <cohuck@redhat.com>
5eb74557
DJS
1069S: Supported
1070F: hw/vfio/ccw.c
1071F: hw/s390x/s390-ccw.c
1072F: include/hw/s390x/s390-ccw.h
1073T: git git://github.com/cohuck/qemu.git s390-next
146bd283 1074L: qemu-s390x@nongnu.org
5eb74557 1075
fd5d5c56
AL
1076vhost
1077M: Michael S. Tsirkin <mst@redhat.com>
1078S: Supported
8d8b636d 1079F: hw/*/*vhost*
37f8043d 1080F: docs/interop/vhost-user.txt
fd5d5c56
AL
1081
1082virtio
a75143ed 1083M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1084S: Supported
8d8b636d 1085F: hw/*/virtio*
72fa605d
TH
1086F: hw/virtio/Makefile.objs
1087F: hw/virtio/trace-events
6a084ea3 1088F: net/vhost-user.c
494f7b57 1089F: include/hw/virtio/
6bd7776c 1090F: tests/virtio-balloon-test.c
fd5d5c56
AL
1091
1092virtio-9p
8c1cd719 1093M: Greg Kurz <groug@kaod.org>
fd5d5c56 1094S: Supported
aebeca25
AF
1095F: hw/9pfs/
1096F: fsdev/
2d888c09 1097F: tests/virtio-9p-test.c
8c1cd719 1098T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1099
1100virtio-blk
54d01a00 1101M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1102L: qemu-block@nongnu.org
fd5d5c56 1103S: Supported
8d8b636d 1104F: hw/block/virtio-blk.c
b457a5f5 1105F: hw/block/dataplane/*
6bd7776c 1106F: tests/virtio-blk-test.c
b457a5f5 1107T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1108
dd4ad64a 1109virtio-ccw
c1976ae7 1110M: Cornelia Huck <cohuck@redhat.com>
b304bf00 1111M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
1112S: Supported
1113F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1114T: git git://github.com/cohuck/qemu.git s390-next
1115T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 1116L: qemu-s390x@nongnu.org
dd4ad64a 1117
a5d4d7b5
GH
1118virtio-input
1119M: Gerd Hoffmann <kraxel@redhat.com>
1120S: Maintained
1121F: hw/input/virtio-input*.c
1122F: include/hw/virtio/virtio-input.h
1123
fd5d5c56 1124virtio-serial
cee887d9 1125M: Amit Shah <amit@kernel.org>
fd5d5c56 1126S: Supported
8d8b636d
PB
1127F: hw/char/virtio-serial-bus.c
1128F: hw/char/virtio-console.c
68a5e38a 1129F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1130F: tests/virtio-console-test.c
1131F: tests/virtio-serial-test.c
fd5d5c56 1132
1f51a5cb 1133virtio-rng
cee887d9 1134M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1135S: Supported
1136F: hw/virtio/virtio-rng.c
1137F: include/hw/virtio/virtio-rng.h
750cf869 1138F: include/sysemu/rng*.h
1f51a5cb 1139F: backends/rng*.c
6bd7776c 1140F: tests/virtio-rng-test.c
1f51a5cb 1141
6034011c
GA
1142virtio-crypto
1143M: Gonglei <arei.gonglei@huawei.com>
1144S: Supported
1145F: hw/virtio/virtio-crypto.c
1146F: hw/virtio/virtio-crypto-pci.c
1147F: include/hw/virtio/virtio-crypto.h
1148
f3c507ad
KB
1149nvme
1150M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1151L: qemu-block@nongnu.org
f3c507ad
KB
1152S: Supported
1153F: hw/block/nvme*
fc967791 1154F: tests/nvme-test.c
f3c507ad 1155
d383c625 1156megasas
3fdfb8b6 1157M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1158L: qemu-block@nongnu.org
d383c625
HR
1159S: Supported
1160F: hw/scsi/megasas.c
1161F: hw/scsi/mfi.h
3fdfb8b6 1162F: tests/megasas-test.c
d383c625 1163
605d52e6
DF
1164Network packet abstractions
1165M: Dmitry Fleytman <dmitry@daynix.com>
1166S: Maintained
1167F: include/net/eth.h
1168F: net/eth.c
1169F: hw/net/net_rx_pkt*
1170F: hw/net/net_tx_pkt*
1171
622fb504
DF
1172Vmware
1173M: Dmitry Fleytman <dmitry@daynix.com>
1174S: Maintained
1175F: hw/net/vmxnet*
1176F: hw/scsi/vmw_pvscsi*
5a49c1b3 1177F: tests/vmxnet3-test.c
622fb504 1178
de24d3f1 1179Rocker
de24d3f1
SF
1180M: Jiri Pirko <jiri@resnulli.us>
1181S: Maintained
1182F: hw/net/rocker/
de850948
TH
1183F: tests/rocker/
1184F: docs/specs/rocker.txt
de24d3f1 1185
70d1fb9c 1186NVDIMM
7a5bd53d 1187M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1188S: Maintained
1189F: hw/acpi/nvdimm.c
1190F: hw/mem/nvdimm.c
1191F: include/hw/mem/nvdimm.h
1192
093454e2
DF
1193e1000x
1194M: Dmitry Fleytman <dmitry@daynix.com>
1195S: Maintained
1196F: hw/net/e1000x*
1197
6f3fbe4e
DF
1198e1000e
1199M: Dmitry Fleytman <dmitry@daynix.com>
1200S: Maintained
1201F: hw/net/e1000e*
1202
ebc2327f
SW
1203eepro100
1204M: Stefan Weil <sw@weilnetz.de>
1205S: Maintained
1206F: hw/net/eepro100.c
1207
e481a1f6
AF
1208Generic Loader
1209M: Alistair Francis <alistair.francis@xilinx.com>
1210S: Maintained
1211F: hw/core/generic-loader.c
1212F: include/hw/core/generic-loader.h
c5e2ac7e 1213F: docs/generic-loader.txt
e481a1f6 1214
87a9023a
TH
1215CHRP NVRAM
1216M: Thomas Huth <thuth@redhat.com>
1217S: Maintained
1218F: hw/nvram/chrp_nvram.c
1219F: include/hw/nvram/chrp_nvram.h
1220F: tests/prom-env-test.c
1221
42697d88
BW
1222VM Generation ID
1223M: Ben Warren <ben@skyportsystems.com>
1224S: Maintained
1225F: hw/acpi/vmgenid.c
1226F: include/hw/acpi/vmgenid.h
1227F: docs/specs/vmgenid.txt
1228F: tests/vmgenid-test.c
1229F: stubs/vmgenid.c
1230
747969db
PMD
1231Unimplemented device
1232M: Peter Maydell <peter.maydell@linaro.org>
1233R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1234S: Maintained
1235F: include/hw/misc/unimp.h
1236F: hw/misc/unimp.c
1237
fd5d5c56
AL
1238Subsystems
1239----------
1240Audio
9f575846 1241M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1242S: Maintained
1243F: audio/
8d8b636d 1244F: hw/audio/
a2b245ae 1245F: include/hw/audio/
d7b50c0c 1246F: tests/ac97-test.c
8fa74c94 1247F: tests/es1370-test.c
fbaf445a 1248F: tests/intel-hda-test.c
fd5d5c56 1249
17f1e8f5 1250Block layer core
fd5d5c56 1251M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1252M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1253L: qemu-block@nongnu.org
fd5d5c56
AL
1254S: Supported
1255F: block*
1256F: block/
8d8b636d 1257F: hw/block/
4c346e0b 1258F: include/block/
46078760
KW
1259F: qemu-img*
1260F: qemu-io*
29242091 1261F: tests/qemu-iotests/
8dd30c86 1262F: util/qemu-progress.c
d48addda 1263T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1264
d55053b1
SH
1265Block I/O path
1266M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1267M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1268L: qemu-block@nongnu.org
1269S: Supported
36c697bd
PB
1270F: util/async.c
1271F: util/aio-*.c
d55053b1
SH
1272F: block/io.c
1273F: migration/block*
e1029ae2 1274F: include/block/aio.h
0a4f9ad1 1275F: scripts/qemugdb/aio.py
d55053b1
SH
1276T: git git://github.com/stefanha/qemu.git block
1277
e5b5728c
PB
1278Block SCSI subsystem
1279M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1280R: Fam Zheng <famz@redhat.com>
e5b5728c
PB
1281L: qemu-block@nongnu.org
1282S: Supported
1283F: include/scsi/*
1284F: scsi/*
1285
280458a3
JC
1286Block Jobs
1287M: Jeff Cody <jcody@redhat.com>
1288L: qemu-block@nongnu.org
1289S: Supported
1290F: blockjob.c
1291F: include/block/blockjob.h
1292F: block/backup.c
1293F: block/commit.c
77346025 1294F: block/stream.c
280458a3
JC
1295F: block/mirror.c
1296T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1297
4120201d
MA
1298Block QAPI, monitor, command line
1299M: Markus Armbruster <armbru@redhat.com>
1300S: Supported
1301F: blockdev.c
1302F: block/qapi.c
1303F: qapi/block*.json
fa988e39 1304F: qapi/transaction.json
4120201d
MA
1305T: git git://repo.or.cz/qemu/armbru.git block-next
1306
538193bc
JS
1307Dirty Bitmaps
1308M: Fam Zheng <famz@redhat.com>
1309M: John Snow <jsnow@redhat.com>
1310L: qemu-block@nongnu.org
1311S: Supported
1312F: util/hbitmap.c
1313F: block/dirty-bitmap.c
1314F: include/qemu/hbitmap.h
1315F: include/block/dirty-bitmap.h
1316F: tests/test-hbitmap.c
5746c1cd 1317F: docs/interop/bitmaps.rst
538193bc
JS
1318T: git git://github.com/famz/qemu.git bitmaps
1319T: git git://github.com/jnsnow/qemu.git bitmaps
1320
61af0ee6 1321Character device backends
da26f37a 1322M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1323M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1324S: Maintained
178fe0ae 1325F: chardev/
8228e353 1326F: include/chardev/
dbeee392 1327F: qapi/char.json
fd5d5c56 1328
e26082fd
PB
1329Character Devices (Braille)
1330M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1331S: Maintained
6b10e573 1332F: chardev/baum.c
fd5d5c56 1333
e94630d3
MA
1334Command line option argument parsing
1335M: Markus Armbruster <armbru@redhat.com>
1336S: Supported
1337F: include/qemu/option.h
1338F: tests/test-keyval.c
1339F: tests/test-qemu-opts.c
1340F: util/keyval.c
1341F: util/qemu-option.c
1342
8c413e79
MA
1343Coverity model
1344M: Markus Armbruster <armbru@redhat.com>
1345S: Supported
1346F: scripts/coverity-model.c
1347
f2ca0524 1348CPU
12b0e69c 1349L: qemu-devel@nongnu.org
f2ca0524
AF
1350S: Supported
1351F: qom/cpu.c
6e481d57 1352F: include/qom/cpu.h
f2ca0524 1353
d24b569a 1354Device Tree
4b46ba61 1355M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1356M: Alexander Graf <agraf@suse.de>
1357S: Maintained
82407515
TH
1358F: device_tree.c
1359F: include/sysemu/device_tree.h
d24b569a 1360
3505a22b
MAL
1361Dump
1362S: Supported
1363M: Marc-André Lureau <marcandre.lureau@redhat.com>
1364F: dump.c
1365F: hw/misc/vmcoreinfo.c
1366F: include/hw/misc/vmcoreinfo.h
1367F: include/sysemu/dump-arch.h
1368F: include/sysemu/dump.h
1369F: scripts/dump-guest-memory.py
1370F: stubs/dump.c
1371
4f966768
MA
1372Error reporting
1373M: Markus Armbruster <armbru@redhat.com>
1374S: Supported
1375F: include/qapi/error.h
1376F: include/qemu/error-report.h
1377F: util/error.c
1378F: util/qemu-error.c
1379
fd5d5c56 1380GDB stub
5dd4a88c 1381L: qemu-devel@nongnu.org
fd5d5c56
AL
1382S: Odd Fixes
1383F: gdbstub*
1384F: gdb-xml/
1385
01a9c03c
PB
1386Memory API
1387M: Paolo Bonzini <pbonzini@redhat.com>
1388S: Supported
1389F: include/exec/ioport.h
1390F: ioport.c
1391F: include/exec/memory.h
2b1641d0 1392F: include/exec/ram_addr.h
01a9c03c
PB
1393F: memory.c
1394F: include/exec/memory-internal.h
1395F: exec.c
1396
7ee3bf03
GH
1397SPICE
1398M: Gerd Hoffmann <kraxel@redhat.com>
1399S: Supported
6e481d57 1400F: include/ui/qemu-spice.h
438528a3 1401F: include/ui/spice-display.h
7ee3bf03
GH
1402F: ui/spice-*.c
1403F: audio/spiceaudio.c
8d8b636d 1404F: hw/display/qxl*
608cfed6 1405F: qapi/ui.json
7ee3bf03 1406
fd5d5c56 1407Graphics
25eccc37
GH
1408M: Gerd Hoffmann <kraxel@redhat.com>
1409S: Odd Fixes
fd5d5c56 1410F: ui/
e220656c 1411F: include/ui/
608cfed6 1412F: qapi/ui.json
fd5d5c56 1413
351f1bf6 1414Cocoa graphics
30ef3c74 1415M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1416S: Odd Fixes
1417F: ui/cocoa.m
1418
fd5d5c56 1419Main loop
da26f37a
PB
1420M: Paolo Bonzini <pbonzini@redhat.com>
1421S: Maintained
1422F: cpus.c
3ecb29a3
PB
1423F: util/main-loop.c
1424F: util/qemu-timer.c
fd5d5c56 1425F: vl.c
0e201d34 1426F: qapi/run-state.json
fd5d5c56 1427
8899b4ae 1428Human Monitor (HMP)
c833fb4a 1429M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1430S: Maintained
fd5d5c56 1431F: monitor.c
c13e9912
TH
1432F: hmp.[ch]
1433F: hmp-commands*.hx
1434F: include/monitor/hmp-target.h
bbcee372 1435F: tests/test-hmp.c
fd5d5c56 1436
f536f112 1437Network device backends
442469e6 1438M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1439S: Maintained
1440F: net/
d24b2b1c 1441F: include/net/
5fc51cc3 1442T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1443F: qapi/net.json
fd5d5c56 1444
aee09baf
VM
1445Netmap network backend
1446M: Luigi Rizzo <rizzo@iet.unipi.it>
1447M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1448M: Vincenzo Maffione <v.maffione@gmail.com>
1449W: http://info.iet.unipi.it/~luigi/netmap/
1450S: Maintained
1451F: net/netmap.c
1452
2f54eb98
EH
1453NUMA
1454M: Eduardo Habkost <ehabkost@redhat.com>
1455S: Maintained
1456F: numa.c
1457F: include/sysemu/numa.h
e3d038b8 1458T: git git://github.com/ehabkost/qemu.git machine-next
2f54eb98 1459
4fc264f4
EH
1460Host Memory Backends
1461M: Eduardo Habkost <ehabkost@redhat.com>
1462M: Igor Mammedov <imammedo@redhat.com>
1463S: Maintained
1464F: backends/hostmem*.c
1465F: include/sysemu/hostmem.h
e3d038b8 1466T: git git://github.com/ehabkost/qemu.git machine-next
4fc264f4 1467
6034011c
GA
1468Cryptodev Backends
1469M: Gonglei <arei.gonglei@huawei.com>
1470S: Maintained
1471F: include/sysemu/cryptodev*.h
1472F: backends/cryptodev*.c
1473
ad904f66
EH
1474Python scripts
1475M: Eduardo Habkost <ehabkost@redhat.com>
1476M: Cleber Rosa <crosa@redhat.com>
1477S: Odd fixes
1478F: scripts/qmp/*
1479F: scripts/*.py
1480F: tests/*.py
1481
8899b4ae 1482QAPI
9740618c 1483M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1484M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1485S: Supported
8899b4ae 1486F: qapi/
0311c5bd 1487X: qapi/*.json
ac4abb9a
MA
1488F: include/qapi/
1489X: include/qapi/qmp/
1490F: include/qapi/qmp/dispatch.h
c0bd0b50 1491F: tests/qapi-schema/
ac4abb9a 1492F: tests/test-*-visitor.c
e94630d3 1493F: tests/test-qapi-*.c
ac4abb9a 1494F: tests/test-qmp-*.c
e94630d3 1495F: tests/test-visitor-serialization.c
0311c5bd 1496F: scripts/qapi*
c39cdbf6 1497F: docs/devel/qapi*
9740618c 1498T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1499
7810d291
LC
1500QAPI Schema
1501M: Eric Blake <eblake@redhat.com>
7810d291
LC
1502M: Markus Armbruster <armbru@redhat.com>
1503S: Supported
1504F: qapi-schema.json
0311c5bd 1505F: qapi/*.json
9740618c 1506T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1507
f3582ba4 1508QObject
daf5dc78
MA
1509M: Markus Armbruster <armbru@redhat.com>
1510S: Supported
f3582ba4 1511F: qobject/
7735d2b5
MA
1512F: include/qapi/qmp/
1513X: include/qapi/qmp/dispatch.h
a2f3453e 1514F: scripts/coccinelle/qobject.cocci
7735d2b5 1515F: tests/check-qdict.c
01b2ffce 1516F: tests/check-qnum.c
7735d2b5
MA
1517F: tests/check-qjson.c
1518F: tests/check-qlist.c
1519F: tests/check-qstring.c
daf5dc78 1520T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1521
f05d9999
MR
1522QEMU Guest Agent
1523M: Michael Roth <mdroth@linux.vnet.ibm.com>
1524S: Maintained
1525F: qga/
ab7f9f7d
PMD
1526F: qemu-ga.texi
1527F: scripts/qemu-guest-agent/
1528F: tests/test-qga.c
1529F: docs/interop/qemu-ga-ref.texi
f05d9999
MR
1530T: git git://github.com/mdroth/qemu.git qga
1531
4688c94c 1532QOM
4688c94c
AF
1533M: Andreas Färber <afaerber@suse.de>
1534S: Supported
1535T: git git://github.com/afaerber/qemu-cpu.git qom-next
1536F: include/qom/
1537X: include/qom/cpu.h
1538F: qom/
1539X: qom/cpu.c
9f4aa7ce
AF
1540F: tests/check-qom-interface.c
1541F: tests/check-qom-proplist.c
4688c94c
AF
1542F: tests/qom-test.c
1543
8899b4ae 1544QMP
9740618c
LC
1545M: Markus Armbruster <armbru@redhat.com>
1546S: Supported
8899b4ae
LC
1547F: qmp.c
1548F: monitor.c
c39cdbf6 1549F: docs/devel/*qmp-*
9740618c 1550F: scripts/qmp/
f66e7ac8 1551F: tests/qmp-test.c
9740618c 1552T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1553
cc0100f4
AF
1554Register API
1555M: Alistair Francis <alistair.francis@xilinx.com>
1556S: Maintained
1557F: hw/core/register.c
1558F: include/hw/register.h
06a7b243 1559F: include/hw/registerfields.h
cc0100f4 1560
fd5d5c56 1561SLIRP
eda509fa 1562M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1563M: Jan Kiszka <jan.kiszka@siemens.com>
1564S: Maintained
fd5d5c56 1565F: slirp/
663fb1e1 1566F: net/slirp.c
d24b2b1c 1567F: include/net/slirp.h
1ab09a40 1568T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1569
b1ed728a
PB
1570Stubs
1571M: Paolo Bonzini <pbonzini@redhat.com>
1572S: Maintained
1573F: stubs/
1574
598a3f35 1575Tracing
1cd0f8ce 1576M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1577S: Maintained
1578F: trace/
f70fd8fd
LV
1579F: scripts/tracetool.py
1580F: scripts/tracetool/
c39cdbf6 1581F: docs/devel/tracing.txt
1ab09a40 1582T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1583
3859b6cf 1584TPM
6b4f250b
SB
1585M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1586S: Maintained
3859b6cf 1587F: tpm.c
c39f95dc 1588F: stubs/tpm.c
3859b6cf
MA
1589F: hw/tpm/*
1590F: include/hw/acpi/tpm.h
1591F: include/sysemu/tpm*
1592F: qapi/tpm.json
6b4f250b 1593F: backends/tpm.c
3859b6cf 1594
14f40fdc 1595Checkpatch
14f40fdc
BS
1596S: Odd Fixes
1597F: scripts/checkpatch.pl
1598
c0787c8d
JQ
1599Migration
1600M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1601M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1602S: Maintained
1603F: include/migration/
44a1f946 1604F: migration/
c5515640
AS
1605F: scripts/vmstate-static-checker.py
1606F: tests/vmstate-static-checker-data/
2656bfd9 1607F: tests/migration-test.c
c39cdbf6 1608F: docs/devel/migration.txt
48685a8e 1609F: qapi/migration.json
c0787c8d 1610
92bfedb0 1611Seccomp
064983cb 1612M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1613S: Supported
1614F: qemu-seccomp.c
1615F: include/sysemu/seccomp.h
1616
ddbb0d09
DB
1617Cryptography
1618M: Daniel P. Berrange <berrange@redhat.com>
1619S: Maintained
1620F: crypto/
1621F: include/crypto/
1622F: tests/test-crypto-*
3947ecfc 1623F: tests/benchmark-crypto-*
899833cd 1624F: qemu.sasl
ddbb0d09 1625
10817bf0
DB
1626Coroutines
1627M: Stefan Hajnoczi <stefanha@redhat.com>
1628M: Kevin Wolf <kwolf@redhat.com>
1629F: util/*coroutine*
1630F: include/qemu/coroutine*
1631F: tests/test-coroutine.c
1632
88c5f205
DB
1633Buffers
1634M: Daniel P. Berrange <berrange@redhat.com>
1635S: Odd fixes
1636F: util/buffer.c
1637F: include/qemu/buffer.h
1638
666a3af9
DB
1639I/O Channels
1640M: Daniel P. Berrange <berrange@redhat.com>
1641S: Maintained
1642F: io/
1643F: include/io/
1644F: tests/test-io-*
1645
5614a283
GH
1646Sockets
1647M: Daniel P. Berrange <berrange@redhat.com>
1648M: Gerd Hoffmann <kraxel@redhat.com>
1649M: Paolo Bonzini <pbonzini@redhat.com>
1650S: Maintained
1651F: include/qemu/sockets.h
1652F: util/qemu-sockets.c
a2ff5a48 1653F: qapi/sockets.json
5614a283 1654
d310d85b
AG
1655Throttling infrastructure
1656M: Alberto Garcia <berto@igalia.com>
1657S: Supported
1658F: block/throttle-groups.c
1659F: include/block/throttle-groups.h
89603938 1660F: include/qemu/throttle*.h
d310d85b 1661F: util/throttle.c
89603938
PMD
1662F: docs/throttle.txt
1663F: tests/test-throttle.c
d310d85b
AG
1664L: qemu-block@nongnu.org
1665
080d7aac
FZ
1666UUID
1667M: Fam Zheng <famz@redhat.com>
1668S: Supported
1669F: util/uuid.c
1670F: include/qemu/uuid.h
1671F: tests/test-uuid.c
1672
a4cc318e
HZ
1673COLO Framework
1674M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1675S: Maintained
1676F: migration/colo*
1677F: include/migration/colo.h
1678F: include/migration/failover.h
1679F: docs/COLO-FT.txt
1680
88f82ed1 1681COLO Proxy
b38576cd 1682M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1683M: Li Zhijian <lizhijian@cn.fujitsu.com>
1684S: Supported
1685F: docs/colo-proxy.txt
1686F: net/colo*
1687F: net/filter-rewriter.c
1688F: net/filter-mirror.c
1689
62258201
PD
1690Record/replay
1691M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1692R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 1693W: https://wiki.qemu.org/Features/record-replay
62258201
PD
1694S: Supported
1695F: replay/*
1696F: block/blkreplay.c
1697F: net/filter-replay.c
1698F: include/sysemu/replay.h
1699F: docs/replay.txt
1700F: stubs/replay.c
1701
fd5d5c56
AL
1702Usermode Emulation
1703------------------
486bbe5f
PB
1704Overall
1705M: Riku Voipio <riku.voipio@iki.fi>
1706S: Maintained
1707F: thunk.c
58410666 1708F: accel/tcg/user-exec*.c
486bbe5f 1709
fd5d5c56 1710BSD user
297e8005 1711S: Orphan
fd5d5c56 1712F: bsd-user/
ccf0a57b 1713F: default-configs/*-bsd-user.mak
fd5d5c56 1714
fd5d5c56
AL
1715Linux user
1716M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1717R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1718S: Maintained
1719F: linux-user/
ccf0a57b 1720F: default-configs/*-linux-user.mak
42f5a7e9
AJ
1721
1722Tiny Code Generator (TCG)
1723-------------------------
1724Common code
cc7772bd 1725M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1726S: Maintained
1727F: tcg/
1728
b25a464c
CF
1729AArch64 target
1730M: Claudio Fontana <claudio.fontana@huawei.com>
1731M: Claudio Fontana <claudio.fontana@gmail.com>
1732S: Maintained
b4f2bd1c 1733L: qemu-arm@nongnu.org
b25a464c 1734F: tcg/aarch64/
c17652ee
PB
1735F: disas/arm-a64.cc
1736F: disas/libvixl/
b25a464c 1737
42f5a7e9
AJ
1738ARM target
1739M: Andrzej Zaborowski <balrogg@gmail.com>
1740S: Maintained
b4f2bd1c 1741L: qemu-arm@nongnu.org
42f5a7e9 1742F: tcg/arm/
c17652ee 1743F: disas/arm.c
42f5a7e9 1744
42f5a7e9 1745i386 target
5dd4a88c 1746L: qemu-devel@nongnu.org
42f5a7e9
AJ
1747S: Maintained
1748F: tcg/i386/
c17652ee 1749F: disas/i386.c
42f5a7e9 1750
42f5a7e9 1751MIPS target
d6eec7a2 1752M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1753S: Maintained
1754F: tcg/mips/
c17652ee 1755F: disas/mips.c
42f5a7e9
AJ
1756
1757PPC
15610d42
PK
1758M: Richard Henderson <rth@twiddle.net>
1759S: Odd Fixes
42f5a7e9 1760F: tcg/ppc/
c17652ee 1761F: disas/ppc.c
42f5a7e9
AJ
1762
1763S390 target
1764M: Alexander Graf <agraf@suse.de>
1765M: Richard Henderson <rth@twiddle.net>
1766S: Maintained
1767F: tcg/s390/
c17652ee 1768F: disas/s390.c
146bd283 1769L: qemu-s390x@nongnu.org
42f5a7e9
AJ
1770
1771SPARC target
297e8005 1772S: Odd Fixes
42f5a7e9 1773F: tcg/sparc/
c17652ee 1774F: disas/sparc.c
bc75c9e5
SW
1775
1776TCI target
1777M: Stefan Weil <sw@weilnetz.de>
1778S: Maintained
8ef9cd55 1779F: tcg/tci/
752a2ae2 1780F: tcg/tci.c
c17652ee 1781F: disas/tci.c
aa09c951 1782
f05b328c
SH
1783Block drivers
1784-------------
1785VMDK
1786M: Fam Zheng <famz@redhat.com>
c95e4c0e 1787L: qemu-block@nongnu.org
f05b328c
SH
1788S: Supported
1789F: block/vmdk.c
1790
1791RBD
5a8ac6d9 1792M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1793M: Jeff Cody <jcody@redhat.com>
1794L: qemu-block@nongnu.org
f05b328c
SH
1795S: Supported
1796F: block/rbd.c
280458a3 1797T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1798
1799Sheepdog
53b33231 1800M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1801M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1802M: Jeff Cody <jcody@redhat.com>
1803L: qemu-block@nongnu.org
dce32b6c 1804L: sheepdog@lists.wpkg.org
f05b328c
SH
1805S: Supported
1806F: block/sheepdog.c
280458a3 1807T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1808
1809VHDX
1810M: Jeff Cody <jcody@redhat.com>
280458a3 1811L: qemu-block@nongnu.org
f05b328c
SH
1812S: Supported
1813F: block/vhdx*
280458a3 1814T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1815
1816VDI
1817M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1818L: qemu-block@nongnu.org
f05b328c
SH
1819S: Maintained
1820F: block/vdi.c
1821
1822iSCSI
1823M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1824M: Paolo Bonzini <pbonzini@redhat.com>
1825M: Peter Lieven <pl@kamp.de>
c95e4c0e 1826L: qemu-block@nongnu.org
f05b328c
SH
1827S: Supported
1828F: block/iscsi.c
2deb63c2 1829F: block/iscsi-opts.c
f05b328c 1830
99c62e70
EB
1831Network Block Device (NBD)
1832M: Eric Blake <eblake@redhat.com>
1833M: Paolo Bonzini <pbonzini@redhat.com>
1834L: qemu-block@nongnu.org
1835S: Maintained
1836F: block/nbd*
1837F: nbd/
1838F: include/block/nbd*
1839F: qemu-nbd.*
1840F: blockdev-nbd.c
1841T: git git://repo.or.cz/qemu/ericb.git nbd
1842
6542aa9c 1843NFS
280458a3 1844M: Jeff Cody <jcody@redhat.com>
6542aa9c 1845M: Peter Lieven <pl@kamp.de>
280458a3 1846L: qemu-block@nongnu.org
6542aa9c
PL
1847S: Maintained
1848F: block/nfs.c
280458a3 1849T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1850
f05b328c
SH
1851SSH
1852M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1853M: Jeff Cody <jcody@redhat.com>
1854L: qemu-block@nongnu.org
f05b328c
SH
1855S: Supported
1856F: block/ssh.c
280458a3 1857T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1858
280458a3
JC
1859CURL
1860M: Jeff Cody <jcody@redhat.com>
1861L: qemu-block@nongnu.org
1862S: Supported
1863F: block/curl.c
1864T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1865
1866GLUSTER
1867M: Jeff Cody <jcody@redhat.com>
1868L: qemu-block@nongnu.org
1869S: Supported
1870F: block/gluster.c
1871T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1872
199667a8
FZ
1873Null Block Driver
1874M: Fam Zheng <famz@redhat.com>
1875L: qemu-block@nongnu.org
1876S: Supported
1877F: block/null.c
1878
b5e9476c
GA
1879Bootdevice
1880M: Gonglei <arei.gonglei@huawei.com>
1881S: Maintained
1882F: bootdevice.c
ecdda9e0
AG
1883
1884Quorum
1885M: Alberto Garcia <berto@igalia.com>
1886S: Supported
1887F: block/quorum.c
1888L: qemu-block@nongnu.org
e7c6e631
SH
1889
1890blkverify
1891M: Stefan Hajnoczi <stefanha@redhat.com>
1892L: qemu-block@nongnu.org
1893S: Supported
1894F: block/blkverify.c
1895
1896bochs
1897M: Stefan Hajnoczi <stefanha@redhat.com>
1898L: qemu-block@nongnu.org
1899S: Supported
1900F: block/bochs.c
1901
1902cloop
1903M: Stefan Hajnoczi <stefanha@redhat.com>
1904L: qemu-block@nongnu.org
1905S: Supported
1906F: block/cloop.c
1907
1908dmg
1909M: Stefan Hajnoczi <stefanha@redhat.com>
1910L: qemu-block@nongnu.org
1911S: Supported
1912F: block/dmg.c
1913
1914parallels
1915M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1916M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1917L: qemu-block@nongnu.org
1918S: Supported
1919F: block/parallels.c
5746c1cd 1920F: docs/interop/parallels.txt
e7c6e631
SH
1921
1922qed
1923M: Stefan Hajnoczi <stefanha@redhat.com>
1924L: qemu-block@nongnu.org
1925S: Supported
1926F: block/qed.c
1927
1928raw
1929M: Kevin Wolf <kwolf@redhat.com>
1930L: qemu-block@nongnu.org
1931S: Supported
1932F: block/linux-aio.c
f586d5fc 1933F: include/block/raw-aio.h
2e6fc7eb 1934F: block/raw-format.c
c1bb86cd
EB
1935F: block/file-posix.c
1936F: block/file-win32.c
e7c6e631
SH
1937F: block/win32-aio.c
1938
1939qcow2
1940M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1941M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1942L: qemu-block@nongnu.org
1943S: Supported
1944F: block/qcow2*
b24f9882 1945F: docs/interop/qcow2.txt
e7c6e631
SH
1946
1947qcow
1948M: Kevin Wolf <kwolf@redhat.com>
1949L: qemu-block@nongnu.org
1950S: Supported
1951F: block/qcow.c
1952
1953blkdebug
1954M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1955M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1956L: qemu-block@nongnu.org
1957S: Supported
1958F: block/blkdebug.c
1959
1960vpc
1961M: Kevin Wolf <kwolf@redhat.com>
1962L: qemu-block@nongnu.org
1963S: Supported
1964F: block/vpc.c
1965
1966vvfat
1967M: Kevin Wolf <kwolf@redhat.com>
1968L: qemu-block@nongnu.org
1969S: Supported
1970F: block/vvfat.c
abfe4e94
SH
1971
1972Image format fuzzer
1973M: Stefan Hajnoczi <stefanha@redhat.com>
1974L: qemu-block@nongnu.org
1975S: Supported
1976F: tests/image-fuzzer/
717171bd 1977
049105a3 1978Replication
205f8618 1979M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 1980M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
1981S: Supported
1982F: replication*
1983F: block/replication.c
1984F: tests/test-replication.c
1985F: docs/block-replication.txt
1986
b9e02c06
AB
1987Build and test automation
1988-------------------------
0475a03e 1989Build and test automation
b9e02c06 1990M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 1991M: Fam Zheng <famz@redhat.com>
32b9ca98 1992R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 1993L: qemu-devel@nongnu.org
e70dc7f8 1994S: Maintained
b9e02c06 1995F: .travis.yml
d92d886a 1996F: .shippable.yml
e70dc7f8 1997F: tests/docker/
18023821 1998F: tests/vm/
e70dc7f8 1999W: https://travis-ci.org/qemu/qemu
2a747008 2000W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2001W: http://patchew.org/QEMU/
717171bd
DB
2002
2003Documentation
2004-------------
2005Build system architecture
2006M: Daniel P. Berrange <berrange@redhat.com>
2007S: Odd Fixes
c39cdbf6 2008F: docs/devel/build-system.txt
8a49e97f 2009
aef45d51
DB
2010Build System
2011------------
2012GIT submodules
2013M: Daniel P. Berrange <berrange@redhat.com>
2014S: Odd Fixes
2015F: scripts/git-submodule.sh