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