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