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