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