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