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