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