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