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