]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
membarrier: add --enable-membarrier
[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/
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
8d8b636d 779F: hw/isa/pc87312.[hc]
1cd6dccb 780F: hw/dma/i82374.c
cec16f0d
PMD
781F: hw/timer/m48t59-isa.c
782F: include/hw/timer/m48t59.h
835c42d3 783F: pc-bios/ppc_rom.bin
fd5d5c56 784
300b115c 785sPAPR
085eb217 786M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
787M: Alexander Graf <agraf@suse.de>
788L: qemu-ppc@nongnu.org
789S: Supported
8d8b636d 790F: hw/*/spapr*
f9de2da7
DG
791F: include/hw/*/spapr*
792F: hw/*/xics*
793F: include/hw/*/xics*
794F: pc-bios/spapr-rtas/*
b5d55020
TH
795F: pc-bios/spapr-rtas.bin
796F: pc-bios/slof.bin
bcad45de 797F: pc-bios/skiboot.lid
b5d55020
TH
798F: docs/specs/ppc-spapr-hcalls.txt
799F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
800F: tests/spapr*
801F: tests/libqos/*spapr*
802F: tests/rtas*
803F: tests/libqos/rtas*
8a269ca4 804
794d00bf
AF
805virtex_ml507
806M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
807L: qemu-ppc@nongnu.org
808S: Odd Fixes
6e481d57 809F: hw/ppc/virtex_ml507.c
794d00bf 810
a9dd6604
BZ
811sam460ex
812M: BALATON Zoltan <balaton@eik.bme.hu>
813L: qemu-ppc@nongnu.org
814S: Maintained
815F: hw/ide/sii3112.c
816
fd5d5c56
AL
817SH4 Machines
818------------
819R2D
820M: Magnus Damm <magnus.damm@gmail.com>
821S: Maintained
6e481d57 822F: hw/sh4/r2d.c
81527b94
TH
823F: hw/intc/sh_intc.c
824F: hw/timer/sh_timer.c
fd5d5c56
AL
825
826Shix
827M: Magnus Damm <magnus.damm@gmail.com>
81527b94 828S: Odd Fixes
6e481d57 829F: hw/sh4/shix.c
fd5d5c56
AL
830
831SPARC Machines
832--------------
833Sun4m
f2416d3a 834M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 835S: Maintained
8d8b636d 836F: hw/sparc/sun4m.c
c10a1c78
TH
837F: hw/dma/sparc32_dma.c
838F: hw/dma/sun4m_iommu.c
7098b79e
TH
839F: hw/misc/eccmemctl.c
840F: hw/misc/slavio_misc.c
c10a1c78
TH
841F: include/hw/sparc/sparc32_dma.h
842F: include/hw/sparc/sun4m.h
843F: pc-bios/openbios-sparc32
fd5d5c56
AL
844
845Sun4u
f2416d3a 846M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 847S: Maintained
8d8b636d 848F: hw/sparc64/sun4u.c
c10a1c78 849F: pc-bios/openbios-sparc64
fd5d5c56 850
a2664ca0
AT
851Sun4v
852M: Artyom Tarasenko <atar4qemu@gmail.com>
853S: Maintained
626e4a4b 854F: hw/sparc64/niagara.c
a2664ca0
AT
855F: hw/timer/sun4v-rtc.c
856F: include/hw/timer/sun4v-rtc.h
857
ce6c760c
FC
858Leon3
859M: Fabien Chouteau <chouteau@adacore.com>
860S: Maintained
8d8b636d
PB
861F: hw/sparc/leon3.c
862F: hw/*/grlib*
c10a1c78 863F: include/hw/sparc/grlib.h
ce6c760c 864
fd5d5c56
AL
865S390 Machines
866-------------
dd4ad64a 867S390 Virtio-ccw
c1976ae7 868M: Cornelia Huck <cohuck@redhat.com>
b304bf00 869M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
870M: Alexander Graf <agraf@suse.de>
871S: Supported
0c6aa7ee 872F: hw/char/sclp*.[hc]
9d1c4449 873F: hw/char/terminal3270.c
c5bfb202 874F: hw/s390x/
4277af19 875F: include/hw/s390x/
c5bfb202 876F: hw/watchdog/wdt_diag288.c
1e4738b2 877F: include/hw/watchdog/wdt_diag288.h
1e4738b2 878F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
879T: git git://github.com/cohuck/qemu.git s390-next
880T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 881L: qemu-s390x@nongnu.org
dd4ad64a 882
304584bf
CH
883S390-ccw Bios
884M: Christian Borntraeger <borntraeger@de.ibm.com>
885M: Thomas Huth <thuth@redhat.com>
886S: Supported
887F: pc-bios/s390-ccw/
888F: pc-bios/s390-ccw.img
889T: git git://github.com/borntraeger/qemu.git s390-next
890L: qemu-s390x@nongnu.org
891
ab9528ca
GX
892UniCore32 Machines
893-------------
894PKUnity-3 SoC initramfs-with-busybox
895M: Guan Xuetao <gxt@mprc.pku.edu.cn>
896S: Maintained
8d8b636d 897F: hw/*/puv3*
ab9528ca
GX
898F: hw/unicore32/
899
fd5d5c56
AL
900X86 Machines
901------------
902PC
046a6486 903M: Michael S. Tsirkin <mst@redhat.com>
1bcf2091 904M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 905S: Supported
046a6486
MT
906F: include/hw/i386/
907F: hw/i386/
908F: hw/pci-host/piix.c
909F: hw/pci-host/q35.c
910F: hw/pci-host/pam.c
911F: include/hw/pci-host/q35.h
912F: include/hw/pci-host/pam.h
913F: hw/isa/piix4.c
914F: hw/isa/lpc_ich9.c
915F: hw/i2c/smbus_ich9.c
916F: hw/acpi/piix4.c
917F: hw/acpi/ich9.c
918F: include/hw/acpi/ich9.h
f586d5fc 919F: include/hw/acpi/piix4.h
9cc3b73c
PB
920F: hw/misc/sga.c
921
922PC Chipset
923M: Michael S. Tsirkin <mst@redhat.com>
924M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 925S: Supported
9cc3b73c
PB
926F: hw/char/debugcon.c
927F: hw/char/parallel.c
928F: hw/char/serial*
929F: hw/dma/i8257*
930F: hw/i2c/pm_smbus.c
1732be86 931F: hw/input/pckbd.c
9cc3b73c
PB
932F: hw/intc/apic*
933F: hw/intc/ioapic*
934F: hw/intc/i8259*
935F: hw/misc/debugexit.c
936F: hw/misc/pc-testdev.c
937F: hw/timer/hpet*
938F: hw/timer/i8254*
939F: hw/timer/mc146818rtc*
edc46aff 940F: hw/watchdog/wdt_ib700.c
866e2b37 941F: include/hw/display/vga.h
a2feb348 942F: include/hw/i2c/pm_smbus.h
ea638a45 943F: include/hw/isa/i8257.h
a2feb348
TH
944F: include/hw/timer/hpet.h
945F: include/hw/timer/i8254*
946F: include/hw/timer/mc146818rtc*
046a6486 947
5da4fb00
MT
948Machine core
949M: Eduardo Habkost <ehabkost@redhat.com>
950M: Marcel Apfelbaum <marcel@redhat.com>
951S: Supported
952F: hw/core/machine.c
c1629c5c 953F: hw/core/null-machine.c
5da4fb00 954F: include/hw/boards.h
e3d038b8 955T: git git://github.com/ehabkost/qemu.git machine-next
fd5d5c56 956
16e7caae
MF
957Xtensa Machines
958---------------
375847a6 959sim
16e7caae
MF
960M: Max Filippov <jcmvbkbc@gmail.com>
961S: Maintained
437a8c11 962F: hw/xtensa/sim.c
375847a6 963
437a8c11 964XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
965M: Max Filippov <jcmvbkbc@gmail.com>
966S: Maintained
437a8c11
MF
967F: hw/xtensa/xtfpga.c
968F: hw/net/opencores_eth.c
16e7caae 969
fd5d5c56
AL
970Devices
971-------
b30934cb
JS
972EDU
973M: Jiri Slaby <jslaby@suse.cz>
974S: Maintained
975F: hw/misc/edu.c
976
fd5d5c56 977IDE
c095348b
JS
978M: John Snow <jsnow@redhat.com>
979L: qemu-block@nongnu.org
980S: Supported
8d8b636d 981F: include/hw/ide.h
c9f7acd5 982F: include/hw/ide/
fd5d5c56 983F: hw/ide/
c095348b
JS
984F: hw/block/block.c
985F: hw/block/cdrom.c
986F: hw/block/hd-geometry.c
987F: tests/ide-test.c
988F: tests/ahci-test.c
aee50319 989F: tests/libqos/ahci*
c095348b
JS
990T: git git://github.com/jnsnow/qemu.git ide
991
caf316ba
CM
992IPMI
993M: Corey Minyard <minyard@acm.org>
994S: Maintained
995F: include/hw/ipmi/*
996F: hw/ipmi/*
997F: hw/smbios/smbios_type_38.c
998F: tests/ipmi*
999T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1000
c095348b
JS
1001Floppy
1002M: John Snow <jsnow@redhat.com>
1003L: qemu-block@nongnu.org
1004S: Supported
1005F: hw/block/fdc.c
1006F: include/hw/block/fdc.h
aee50319 1007F: tests/fdc-test.c
c095348b 1008T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 1009
f5f487b2
PM
1010OMAP
1011M: Peter Maydell <peter.maydell@linaro.org>
1012S: Maintained
8d8b636d 1013F: hw/*/omap*
ed0db866 1014F: include/hw/arm/omap.h
f5f487b2 1015
28d54e58
PB
1016IPack
1017M: Alberto Garcia <berto@igalia.com>
1018S: Odd Fixes
1019F: hw/char/ipoctal232.c
1020F: hw/ipack/
1021
fd5d5c56
AL
1022PCI
1023M: Michael S. Tsirkin <mst@redhat.com>
874a2358 1024M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 1025S: Supported
8d8b636d 1026F: include/hw/pci/*
f178bc6b 1027F: hw/misc/pci-testdev.c
ca818cfb 1028F: hw/pci/*
f178bc6b 1029F: hw/pci-bridge/*
68179923
PMD
1030F: docs/pci*
1031F: docs/specs/*pci*
534fd814 1032F: default-configs/pci.mak
0e0b3592 1033
d31e5ae7 1034ACPI/SMBIOS
0e0b3592
MT
1035M: Michael S. Tsirkin <mst@redhat.com>
1036M: Igor Mammedov <imammedo@redhat.com>
1037S: Supported
1038F: include/hw/acpi/*
d31e5ae7 1039F: include/hw/smbios/*
0e0b3592 1040F: hw/mem/*
8d8b636d 1041F: hw/acpi/*
d31e5ae7 1042F: hw/smbios/*
0e0b3592 1043F: hw/i386/acpi-build.[hc]
0e0b3592 1044F: hw/arm/virt-acpi-build.c
3248f1b4
BW
1045F: tests/bios-tables-test.c
1046F: tests/acpi-utils.[hc]
fd5d5c56 1047
aaade8d7
AF
1048ppc4xx
1049M: Alexander Graf <agraf@suse.de>
1050L: qemu-ppc@nongnu.org
1051S: Odd Fixes
8d8b636d 1052F: hw/ppc/ppc4*.c
aa3a41f9 1053F: hw/i2c/ppc4xx_i2c.c
b5d55020 1054F: include/hw/ppc/ppc4xx.h
aa3a41f9 1055F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1056
98cded3a
AF
1057ppce500
1058M: Alexander Graf <agraf@suse.de>
98cded3a
AF
1059L: qemu-ppc@nongnu.org
1060S: Supported
6e481d57 1061F: hw/ppc/e500*
566dd236
PB
1062F: hw/pci-host/ppce500.c
1063F: hw/net/fsl_etsec/
98cded3a 1064
61af0ee6
PB
1065Character devices
1066M: Paolo Bonzini <pbonzini@redhat.com>
1067S: Odd Fixes
1068F: hw/char/
1069
f536f112
PB
1070Network devices
1071M: Jason Wang <jasowang@redhat.com>
1072S: Odd Fixes
1073F: hw/net/
6061b5c6 1074F: include/hw/net/
6bd7776c 1075F: tests/virtio-net-test.c
f536f112
PB
1076T: git git://github.com/jasowang/qemu.git net
1077
fd5d5c56 1078SCSI
de7724f7 1079M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1080R: Fam Zheng <famz@redhat.com>
de7724f7 1081S: Supported
74460f34 1082F: include/hw/scsi/*
8d8b636d 1083F: hw/scsi/*
6bd7776c 1084F: tests/virtio-scsi-test.c
1ab09a40 1085T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7 1086
fcb5629d 1087SSI
4b46ba61 1088M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
c22e580c 1089M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1090S: Maintained
8d8b636d
PB
1091F: hw/ssi/*
1092F: hw/block/m25p80.c
982d009a 1093F: include/hw/ssi/ssi.h
4b46ba61 1094X: hw/ssi/xilinx_*
982d009a 1095F: tests/m25p80-test.c
4b46ba61
AF
1096
1097Xilinx SPI
c22e580c 1098M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1099M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1100S: Maintained
1101F: hw/ssi/xilinx_*
fcb5629d 1102
076a0fc3
PMD
1103SD (Secure Card)
1104M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1105S: Odd Fixes
1106F: include/hw/sd/sd*
1107F: hw/sd/core.c
1108F: hw/sd/sd*
1109F: tests/sd*
1110
fd5d5c56 1111USB
5d0d62fe
GH
1112M: Gerd Hoffmann <kraxel@redhat.com>
1113S: Maintained
8d8b636d 1114F: hw/usb/*
28edfce0 1115F: tests/usb-*-test.c
beded0ff
TH
1116F: docs/usb2.txt
1117F: docs/usb-storage.txt
1118F: include/hw/usb.h
1119F: include/hw/usb/
104ebc5f 1120F: default-configs/usb.mak
fd5d5c56 1121
e26082fd
PB
1122USB (serial adapter)
1123M: Gerd Hoffmann <kraxel@redhat.com>
1124M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1125S: Maintained
1126F: hw/usb/dev-serial.c
1127
92e1fb5e
AW
1128VFIO
1129M: Alex Williamson <alex.williamson@redhat.com>
1130S: Supported
cf7087db 1131F: hw/vfio/*
99b88c6d 1132F: include/hw/vfio/
92e1fb5e 1133
5eb74557 1134vfio-ccw
c1976ae7 1135M: Cornelia Huck <cohuck@redhat.com>
5eb74557
DJS
1136S: Supported
1137F: hw/vfio/ccw.c
1138F: hw/s390x/s390-ccw.c
1139F: include/hw/s390x/s390-ccw.h
1140T: git git://github.com/cohuck/qemu.git s390-next
146bd283 1141L: qemu-s390x@nongnu.org
5eb74557 1142
fd5d5c56
AL
1143vhost
1144M: Michael S. Tsirkin <mst@redhat.com>
1145S: Supported
8d8b636d 1146F: hw/*/*vhost*
37f8043d 1147F: docs/interop/vhost-user.txt
fd5d5c56
AL
1148
1149virtio
a75143ed 1150M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1151S: Supported
8d8b636d 1152F: hw/*/virtio*
72fa605d
TH
1153F: hw/virtio/Makefile.objs
1154F: hw/virtio/trace-events
6a084ea3 1155F: net/vhost-user.c
494f7b57 1156F: include/hw/virtio/
6bd7776c 1157F: tests/virtio-balloon-test.c
fd5d5c56
AL
1158
1159virtio-9p
8c1cd719 1160M: Greg Kurz <groug@kaod.org>
fd5d5c56 1161S: Supported
aebeca25
AF
1162F: hw/9pfs/
1163F: fsdev/
2d888c09 1164F: tests/virtio-9p-test.c
8c1cd719 1165T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1166
1167virtio-blk
54d01a00 1168M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1169L: qemu-block@nongnu.org
fd5d5c56 1170S: Supported
8d8b636d 1171F: hw/block/virtio-blk.c
b457a5f5 1172F: hw/block/dataplane/*
6bd7776c 1173F: tests/virtio-blk-test.c
b457a5f5 1174T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1175
dd4ad64a 1176virtio-ccw
c1976ae7 1177M: Cornelia Huck <cohuck@redhat.com>
b304bf00 1178M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
1179S: Supported
1180F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1181T: git git://github.com/cohuck/qemu.git s390-next
1182T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 1183L: qemu-s390x@nongnu.org
dd4ad64a 1184
a5d4d7b5
GH
1185virtio-input
1186M: Gerd Hoffmann <kraxel@redhat.com>
1187S: Maintained
1188F: hw/input/virtio-input*.c
1189F: include/hw/virtio/virtio-input.h
1190
fd5d5c56 1191virtio-serial
cee887d9 1192M: Amit Shah <amit@kernel.org>
fd5d5c56 1193S: Supported
8d8b636d
PB
1194F: hw/char/virtio-serial-bus.c
1195F: hw/char/virtio-console.c
68a5e38a 1196F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1197F: tests/virtio-console-test.c
1198F: tests/virtio-serial-test.c
fd5d5c56 1199
1f51a5cb 1200virtio-rng
cee887d9 1201M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1202S: Supported
1203F: hw/virtio/virtio-rng.c
1204F: include/hw/virtio/virtio-rng.h
750cf869 1205F: include/sysemu/rng*.h
1f51a5cb 1206F: backends/rng*.c
6bd7776c 1207F: tests/virtio-rng-test.c
1f51a5cb 1208
6034011c
GA
1209virtio-crypto
1210M: Gonglei <arei.gonglei@huawei.com>
1211S: Supported
1212F: hw/virtio/virtio-crypto.c
1213F: hw/virtio/virtio-crypto-pci.c
1214F: include/hw/virtio/virtio-crypto.h
1215
f3c507ad
KB
1216nvme
1217M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1218L: qemu-block@nongnu.org
f3c507ad
KB
1219S: Supported
1220F: hw/block/nvme*
fc967791 1221F: tests/nvme-test.c
f3c507ad 1222
d383c625 1223megasas
3fdfb8b6 1224M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1225L: qemu-block@nongnu.org
d383c625
HR
1226S: Supported
1227F: hw/scsi/megasas.c
1228F: hw/scsi/mfi.h
3fdfb8b6 1229F: tests/megasas-test.c
d383c625 1230
605d52e6 1231Network packet abstractions
bf4835a4 1232M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1233S: Maintained
1234F: include/net/eth.h
1235F: net/eth.c
1236F: hw/net/net_rx_pkt*
1237F: hw/net/net_tx_pkt*
1238
622fb504 1239Vmware
bf4835a4 1240M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1241S: Maintained
1242F: hw/net/vmxnet*
1243F: hw/scsi/vmw_pvscsi*
5a49c1b3 1244F: tests/vmxnet3-test.c
622fb504 1245
de24d3f1 1246Rocker
de24d3f1
SF
1247M: Jiri Pirko <jiri@resnulli.us>
1248S: Maintained
1249F: hw/net/rocker/
de850948
TH
1250F: tests/rocker/
1251F: docs/specs/rocker.txt
de24d3f1 1252
70d1fb9c 1253NVDIMM
7a5bd53d 1254M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1255S: Maintained
1256F: hw/acpi/nvdimm.c
1257F: hw/mem/nvdimm.c
1258F: include/hw/mem/nvdimm.h
1259
093454e2 1260e1000x
bf4835a4 1261M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1262S: Maintained
1263F: hw/net/e1000x*
1264
6f3fbe4e 1265e1000e
bf4835a4 1266M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1267S: Maintained
1268F: hw/net/e1000e*
1269
ebc2327f
SW
1270eepro100
1271M: Stefan Weil <sw@weilnetz.de>
1272S: Maintained
1273F: hw/net/eepro100.c
1274
e481a1f6 1275Generic Loader
c22e580c 1276M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1277S: Maintained
1278F: hw/core/generic-loader.c
1279F: include/hw/core/generic-loader.h
c5e2ac7e 1280F: docs/generic-loader.txt
e481a1f6 1281
87a9023a
TH
1282CHRP NVRAM
1283M: Thomas Huth <thuth@redhat.com>
1284S: Maintained
1285F: hw/nvram/chrp_nvram.c
1286F: include/hw/nvram/chrp_nvram.h
1287F: tests/prom-env-test.c
1288
42697d88
BW
1289VM Generation ID
1290M: Ben Warren <ben@skyportsystems.com>
1291S: Maintained
1292F: hw/acpi/vmgenid.c
1293F: include/hw/acpi/vmgenid.h
1294F: docs/specs/vmgenid.txt
1295F: tests/vmgenid-test.c
1296F: stubs/vmgenid.c
1297
747969db
PMD
1298Unimplemented device
1299M: Peter Maydell <peter.maydell@linaro.org>
1300R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1301S: Maintained
1302F: include/hw/misc/unimp.h
1303F: hw/misc/unimp.c
1304
fd5d5c56
AL
1305Subsystems
1306----------
1307Audio
9f575846 1308M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1309S: Maintained
1310F: audio/
8d8b636d 1311F: hw/audio/
a2b245ae 1312F: include/hw/audio/
d7b50c0c 1313F: tests/ac97-test.c
8fa74c94 1314F: tests/es1370-test.c
fbaf445a 1315F: tests/intel-hda-test.c
fd5d5c56 1316
17f1e8f5 1317Block layer core
fd5d5c56 1318M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1319M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1320L: qemu-block@nongnu.org
fd5d5c56
AL
1321S: Supported
1322F: block*
1323F: block/
8d8b636d 1324F: hw/block/
4c346e0b 1325F: include/block/
46078760
KW
1326F: qemu-img*
1327F: qemu-io*
29242091 1328F: tests/qemu-iotests/
8dd30c86 1329F: util/qemu-progress.c
d48addda 1330T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1331
d55053b1
SH
1332Block I/O path
1333M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1334M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1335L: qemu-block@nongnu.org
1336S: Supported
36c697bd
PB
1337F: util/async.c
1338F: util/aio-*.c
d55053b1
SH
1339F: block/io.c
1340F: migration/block*
e1029ae2 1341F: include/block/aio.h
0a4f9ad1 1342F: scripts/qemugdb/aio.py
d55053b1
SH
1343T: git git://github.com/stefanha/qemu.git block
1344
e5b5728c
PB
1345Block SCSI subsystem
1346M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1347R: Fam Zheng <famz@redhat.com>
e5b5728c
PB
1348L: qemu-block@nongnu.org
1349S: Supported
1350F: include/scsi/*
1351F: scsi/*
1352
280458a3
JC
1353Block Jobs
1354M: Jeff Cody <jcody@redhat.com>
1355L: qemu-block@nongnu.org
1356S: Supported
1357F: blockjob.c
1358F: include/block/blockjob.h
1359F: block/backup.c
1360F: block/commit.c
77346025 1361F: block/stream.c
280458a3
JC
1362F: block/mirror.c
1363T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1364
4120201d
MA
1365Block QAPI, monitor, command line
1366M: Markus Armbruster <armbru@redhat.com>
1367S: Supported
1368F: blockdev.c
1369F: block/qapi.c
1370F: qapi/block*.json
fa988e39 1371F: qapi/transaction.json
4120201d
MA
1372T: git git://repo.or.cz/qemu/armbru.git block-next
1373
538193bc
JS
1374Dirty Bitmaps
1375M: Fam Zheng <famz@redhat.com>
1376M: John Snow <jsnow@redhat.com>
1377L: qemu-block@nongnu.org
1378S: Supported
1379F: util/hbitmap.c
1380F: block/dirty-bitmap.c
1381F: include/qemu/hbitmap.h
1382F: include/block/dirty-bitmap.h
1383F: tests/test-hbitmap.c
5746c1cd 1384F: docs/interop/bitmaps.rst
538193bc
JS
1385T: git git://github.com/famz/qemu.git bitmaps
1386T: git git://github.com/jnsnow/qemu.git bitmaps
1387
61af0ee6 1388Character device backends
da26f37a 1389M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1390M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1391S: Maintained
178fe0ae 1392F: chardev/
8228e353 1393F: include/chardev/
dbeee392 1394F: qapi/char.json
fd5d5c56 1395
e26082fd
PB
1396Character Devices (Braille)
1397M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1398S: Maintained
6b10e573 1399F: chardev/baum.c
fd5d5c56 1400
e94630d3
MA
1401Command line option argument parsing
1402M: Markus Armbruster <armbru@redhat.com>
1403S: Supported
1404F: include/qemu/option.h
1405F: tests/test-keyval.c
1406F: tests/test-qemu-opts.c
1407F: util/keyval.c
1408F: util/qemu-option.c
1409
8c413e79
MA
1410Coverity model
1411M: Markus Armbruster <armbru@redhat.com>
1412S: Supported
1413F: scripts/coverity-model.c
1414
f2ca0524 1415CPU
12b0e69c 1416L: qemu-devel@nongnu.org
f2ca0524
AF
1417S: Supported
1418F: qom/cpu.c
6e481d57 1419F: include/qom/cpu.h
f2ca0524 1420
d24b569a 1421Device Tree
4b46ba61 1422M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1423M: Alexander Graf <agraf@suse.de>
1424S: Maintained
82407515
TH
1425F: device_tree.c
1426F: include/sysemu/device_tree.h
d24b569a 1427
3505a22b
MAL
1428Dump
1429S: Supported
1430M: Marc-André Lureau <marcandre.lureau@redhat.com>
1431F: dump.c
1432F: hw/misc/vmcoreinfo.c
1433F: include/hw/misc/vmcoreinfo.h
1434F: include/sysemu/dump-arch.h
1435F: include/sysemu/dump.h
1436F: scripts/dump-guest-memory.py
1437F: stubs/dump.c
1438
4f966768
MA
1439Error reporting
1440M: Markus Armbruster <armbru@redhat.com>
1441S: Supported
1442F: include/qapi/error.h
1443F: include/qemu/error-report.h
1444F: util/error.c
1445F: util/qemu-error.c
1446
fd5d5c56 1447GDB stub
5dd4a88c 1448L: qemu-devel@nongnu.org
fd5d5c56
AL
1449S: Odd Fixes
1450F: gdbstub*
1451F: gdb-xml/
1452
01a9c03c
PB
1453Memory API
1454M: Paolo Bonzini <pbonzini@redhat.com>
1455S: Supported
1456F: include/exec/ioport.h
1457F: ioport.c
1458F: include/exec/memory.h
2b1641d0 1459F: include/exec/ram_addr.h
01a9c03c
PB
1460F: memory.c
1461F: include/exec/memory-internal.h
1462F: exec.c
1463
7ee3bf03
GH
1464SPICE
1465M: Gerd Hoffmann <kraxel@redhat.com>
1466S: Supported
6e481d57 1467F: include/ui/qemu-spice.h
438528a3 1468F: include/ui/spice-display.h
7ee3bf03
GH
1469F: ui/spice-*.c
1470F: audio/spiceaudio.c
8d8b636d 1471F: hw/display/qxl*
608cfed6 1472F: qapi/ui.json
7ee3bf03 1473
fd5d5c56 1474Graphics
25eccc37
GH
1475M: Gerd Hoffmann <kraxel@redhat.com>
1476S: Odd Fixes
fd5d5c56 1477F: ui/
e220656c 1478F: include/ui/
608cfed6 1479F: qapi/ui.json
fd5d5c56 1480
351f1bf6 1481Cocoa graphics
30ef3c74 1482M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1483S: Odd Fixes
1484F: ui/cocoa.m
1485
fd5d5c56 1486Main loop
da26f37a
PB
1487M: Paolo Bonzini <pbonzini@redhat.com>
1488S: Maintained
1489F: cpus.c
3ecb29a3
PB
1490F: util/main-loop.c
1491F: util/qemu-timer.c
fd5d5c56 1492F: vl.c
0e201d34 1493F: qapi/run-state.json
fd5d5c56 1494
8899b4ae 1495Human Monitor (HMP)
c833fb4a 1496M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1497S: Maintained
fd5d5c56 1498F: monitor.c
c13e9912
TH
1499F: hmp.[ch]
1500F: hmp-commands*.hx
1501F: include/monitor/hmp-target.h
bbcee372 1502F: tests/test-hmp.c
fd5d5c56 1503
f536f112 1504Network device backends
442469e6 1505M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1506S: Maintained
1507F: net/
d24b2b1c 1508F: include/net/
5fc51cc3 1509T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1510F: qapi/net.json
fd5d5c56 1511
aee09baf
VM
1512Netmap network backend
1513M: Luigi Rizzo <rizzo@iet.unipi.it>
1514M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1515M: Vincenzo Maffione <v.maffione@gmail.com>
1516W: http://info.iet.unipi.it/~luigi/netmap/
1517S: Maintained
1518F: net/netmap.c
1519
2f54eb98
EH
1520NUMA
1521M: Eduardo Habkost <ehabkost@redhat.com>
1522S: Maintained
1523F: numa.c
1524F: include/sysemu/numa.h
e3d038b8 1525T: git git://github.com/ehabkost/qemu.git machine-next
2f54eb98 1526
4fc264f4
EH
1527Host Memory Backends
1528M: Eduardo Habkost <ehabkost@redhat.com>
1529M: Igor Mammedov <imammedo@redhat.com>
1530S: Maintained
1531F: backends/hostmem*.c
1532F: include/sysemu/hostmem.h
e3d038b8 1533T: git git://github.com/ehabkost/qemu.git machine-next
4fc264f4 1534
6034011c
GA
1535Cryptodev Backends
1536M: Gonglei <arei.gonglei@huawei.com>
1537S: Maintained
1538F: include/sysemu/cryptodev*.h
1539F: backends/cryptodev*.c
1540
ad904f66
EH
1541Python scripts
1542M: Eduardo Habkost <ehabkost@redhat.com>
1543M: Cleber Rosa <crosa@redhat.com>
1544S: Odd fixes
1545F: scripts/qmp/*
1546F: scripts/*.py
1547F: tests/*.py
1548
8899b4ae 1549QAPI
9740618c 1550M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1551M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1552S: Supported
8899b4ae 1553F: qapi/
0311c5bd 1554X: qapi/*.json
ac4abb9a
MA
1555F: include/qapi/
1556X: include/qapi/qmp/
1557F: include/qapi/qmp/dispatch.h
c0bd0b50 1558F: tests/qapi-schema/
ac4abb9a 1559F: tests/test-*-visitor.c
e94630d3 1560F: tests/test-qapi-*.c
ac4abb9a 1561F: tests/test-qmp-*.c
e94630d3 1562F: tests/test-visitor-serialization.c
0311c5bd 1563F: scripts/qapi*
c39cdbf6 1564F: docs/devel/qapi*
9740618c 1565T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1566
7810d291
LC
1567QAPI Schema
1568M: Eric Blake <eblake@redhat.com>
7810d291
LC
1569M: Markus Armbruster <armbru@redhat.com>
1570S: Supported
1571F: qapi-schema.json
0311c5bd 1572F: qapi/*.json
9740618c 1573T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1574
f3582ba4 1575QObject
daf5dc78
MA
1576M: Markus Armbruster <armbru@redhat.com>
1577S: Supported
f3582ba4 1578F: qobject/
7735d2b5
MA
1579F: include/qapi/qmp/
1580X: include/qapi/qmp/dispatch.h
a2f3453e 1581F: scripts/coccinelle/qobject.cocci
7735d2b5 1582F: tests/check-qdict.c
01b2ffce 1583F: tests/check-qnum.c
7735d2b5
MA
1584F: tests/check-qjson.c
1585F: tests/check-qlist.c
1586F: tests/check-qstring.c
daf5dc78 1587T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1588
f05d9999
MR
1589QEMU Guest Agent
1590M: Michael Roth <mdroth@linux.vnet.ibm.com>
1591S: Maintained
1592F: qga/
ab7f9f7d
PMD
1593F: qemu-ga.texi
1594F: scripts/qemu-guest-agent/
1595F: tests/test-qga.c
1596F: docs/interop/qemu-ga-ref.texi
f05d9999
MR
1597T: git git://github.com/mdroth/qemu.git qga
1598
4688c94c 1599QOM
4688c94c
AF
1600M: Andreas Färber <afaerber@suse.de>
1601S: Supported
1602T: git git://github.com/afaerber/qemu-cpu.git qom-next
1603F: include/qom/
1604X: include/qom/cpu.h
1605F: qom/
1606X: qom/cpu.c
9f4aa7ce
AF
1607F: tests/check-qom-interface.c
1608F: tests/check-qom-proplist.c
4688c94c
AF
1609F: tests/qom-test.c
1610
8899b4ae 1611QMP
9740618c
LC
1612M: Markus Armbruster <armbru@redhat.com>
1613S: Supported
8899b4ae
LC
1614F: qmp.c
1615F: monitor.c
c39cdbf6 1616F: docs/devel/*qmp-*
9740618c 1617F: scripts/qmp/
f66e7ac8 1618F: tests/qmp-test.c
9740618c 1619T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1620
cc0100f4 1621Register API
c22e580c 1622M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
1623S: Maintained
1624F: hw/core/register.c
1625F: include/hw/register.h
06a7b243 1626F: include/hw/registerfields.h
cc0100f4 1627
fd5d5c56 1628SLIRP
eda509fa 1629M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1630M: Jan Kiszka <jan.kiszka@siemens.com>
1631S: Maintained
fd5d5c56 1632F: slirp/
663fb1e1 1633F: net/slirp.c
d24b2b1c 1634F: include/net/slirp.h
1ab09a40 1635T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1636
b1ed728a
PB
1637Stubs
1638M: Paolo Bonzini <pbonzini@redhat.com>
1639S: Maintained
1640F: stubs/
1641
598a3f35 1642Tracing
1cd0f8ce 1643M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1644S: Maintained
1645F: trace/
f70fd8fd
LV
1646F: scripts/tracetool.py
1647F: scripts/tracetool/
c39cdbf6 1648F: docs/devel/tracing.txt
1ab09a40 1649T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1650
3859b6cf 1651TPM
6b4f250b
SB
1652M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1653S: Maintained
3859b6cf 1654F: tpm.c
c39f95dc 1655F: stubs/tpm.c
3859b6cf
MA
1656F: hw/tpm/*
1657F: include/hw/acpi/tpm.h
1658F: include/sysemu/tpm*
1659F: qapi/tpm.json
6b4f250b 1660F: backends/tpm.c
adb0e917 1661F: tests/*tpm*
d3e21650 1662T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 1663
14f40fdc 1664Checkpatch
14f40fdc
BS
1665S: Odd Fixes
1666F: scripts/checkpatch.pl
1667
c0787c8d
JQ
1668Migration
1669M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1670M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1671S: Maintained
1672F: include/migration/
44a1f946 1673F: migration/
c5515640
AS
1674F: scripts/vmstate-static-checker.py
1675F: tests/vmstate-static-checker-data/
2656bfd9 1676F: tests/migration-test.c
c39cdbf6 1677F: docs/devel/migration.txt
48685a8e 1678F: qapi/migration.json
c0787c8d 1679
92bfedb0 1680Seccomp
064983cb 1681M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1682S: Supported
1683F: qemu-seccomp.c
1684F: include/sysemu/seccomp.h
1685
ddbb0d09
DB
1686Cryptography
1687M: Daniel P. Berrange <berrange@redhat.com>
1688S: Maintained
1689F: crypto/
1690F: include/crypto/
1691F: tests/test-crypto-*
3947ecfc 1692F: tests/benchmark-crypto-*
899833cd 1693F: qemu.sasl
ddbb0d09 1694
10817bf0
DB
1695Coroutines
1696M: Stefan Hajnoczi <stefanha@redhat.com>
1697M: Kevin Wolf <kwolf@redhat.com>
1698F: util/*coroutine*
1699F: include/qemu/coroutine*
1700F: tests/test-coroutine.c
1701
88c5f205
DB
1702Buffers
1703M: Daniel P. Berrange <berrange@redhat.com>
1704S: Odd fixes
1705F: util/buffer.c
1706F: include/qemu/buffer.h
1707
666a3af9
DB
1708I/O Channels
1709M: Daniel P. Berrange <berrange@redhat.com>
1710S: Maintained
1711F: io/
1712F: include/io/
1713F: tests/test-io-*
1714
5614a283
GH
1715Sockets
1716M: Daniel P. Berrange <berrange@redhat.com>
1717M: Gerd Hoffmann <kraxel@redhat.com>
1718M: Paolo Bonzini <pbonzini@redhat.com>
1719S: Maintained
1720F: include/qemu/sockets.h
1721F: util/qemu-sockets.c
a2ff5a48 1722F: qapi/sockets.json
5614a283 1723
d310d85b
AG
1724Throttling infrastructure
1725M: Alberto Garcia <berto@igalia.com>
1726S: Supported
1727F: block/throttle-groups.c
1728F: include/block/throttle-groups.h
89603938 1729F: include/qemu/throttle*.h
d310d85b 1730F: util/throttle.c
89603938
PMD
1731F: docs/throttle.txt
1732F: tests/test-throttle.c
d310d85b
AG
1733L: qemu-block@nongnu.org
1734
080d7aac
FZ
1735UUID
1736M: Fam Zheng <famz@redhat.com>
1737S: Supported
1738F: util/uuid.c
1739F: include/qemu/uuid.h
1740F: tests/test-uuid.c
1741
a4cc318e
HZ
1742COLO Framework
1743M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1744S: Maintained
1745F: migration/colo*
1746F: include/migration/colo.h
1747F: include/migration/failover.h
1748F: docs/COLO-FT.txt
1749
88f82ed1 1750COLO Proxy
b38576cd 1751M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1752M: Li Zhijian <lizhijian@cn.fujitsu.com>
1753S: Supported
1754F: docs/colo-proxy.txt
1755F: net/colo*
1756F: net/filter-rewriter.c
1757F: net/filter-mirror.c
1758
62258201
PD
1759Record/replay
1760M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1761R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 1762W: https://wiki.qemu.org/Features/record-replay
62258201
PD
1763S: Supported
1764F: replay/*
1765F: block/blkreplay.c
1766F: net/filter-replay.c
1767F: include/sysemu/replay.h
1768F: docs/replay.txt
1769F: stubs/replay.c
1770
fd5d5c56
AL
1771Usermode Emulation
1772------------------
486bbe5f
PB
1773Overall
1774M: Riku Voipio <riku.voipio@iki.fi>
1775S: Maintained
1776F: thunk.c
58410666 1777F: accel/tcg/user-exec*.c
486bbe5f 1778
fd5d5c56 1779BSD user
297e8005 1780S: Orphan
fd5d5c56 1781F: bsd-user/
ccf0a57b 1782F: default-configs/*-bsd-user.mak
fd5d5c56 1783
fd5d5c56
AL
1784Linux user
1785M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1786R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1787S: Maintained
1788F: linux-user/
ccf0a57b 1789F: default-configs/*-linux-user.mak
e5dd9875 1790F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
1791
1792Tiny Code Generator (TCG)
1793-------------------------
1794Common code
cc7772bd 1795M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1796S: Maintained
1797F: tcg/
1798
b25a464c
CF
1799AArch64 target
1800M: Claudio Fontana <claudio.fontana@huawei.com>
1801M: Claudio Fontana <claudio.fontana@gmail.com>
1802S: Maintained
b4f2bd1c 1803L: qemu-arm@nongnu.org
b25a464c 1804F: tcg/aarch64/
c17652ee
PB
1805F: disas/arm-a64.cc
1806F: disas/libvixl/
b25a464c 1807
42f5a7e9
AJ
1808ARM target
1809M: Andrzej Zaborowski <balrogg@gmail.com>
1810S: Maintained
b4f2bd1c 1811L: qemu-arm@nongnu.org
42f5a7e9 1812F: tcg/arm/
c17652ee 1813F: disas/arm.c
42f5a7e9 1814
42f5a7e9 1815i386 target
5dd4a88c 1816L: qemu-devel@nongnu.org
42f5a7e9
AJ
1817S: Maintained
1818F: tcg/i386/
c17652ee 1819F: disas/i386.c
42f5a7e9 1820
42f5a7e9 1821MIPS target
d6eec7a2 1822M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1823S: Maintained
1824F: tcg/mips/
c17652ee 1825F: disas/mips.c
42f5a7e9
AJ
1826
1827PPC
15610d42
PK
1828M: Richard Henderson <rth@twiddle.net>
1829S: Odd Fixes
42f5a7e9 1830F: tcg/ppc/
c17652ee 1831F: disas/ppc.c
42f5a7e9
AJ
1832
1833S390 target
1834M: Alexander Graf <agraf@suse.de>
1835M: Richard Henderson <rth@twiddle.net>
1836S: Maintained
1837F: tcg/s390/
c17652ee 1838F: disas/s390.c
146bd283 1839L: qemu-s390x@nongnu.org
42f5a7e9
AJ
1840
1841SPARC target
297e8005 1842S: Odd Fixes
42f5a7e9 1843F: tcg/sparc/
c17652ee 1844F: disas/sparc.c
bc75c9e5
SW
1845
1846TCI target
1847M: Stefan Weil <sw@weilnetz.de>
1848S: Maintained
8ef9cd55 1849F: tcg/tci/
752a2ae2 1850F: tcg/tci.c
c17652ee 1851F: disas/tci.c
aa09c951 1852
f05b328c
SH
1853Block drivers
1854-------------
1855VMDK
1856M: Fam Zheng <famz@redhat.com>
c95e4c0e 1857L: qemu-block@nongnu.org
f05b328c
SH
1858S: Supported
1859F: block/vmdk.c
1860
1861RBD
5a8ac6d9 1862M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1863M: Jeff Cody <jcody@redhat.com>
1864L: qemu-block@nongnu.org
f05b328c
SH
1865S: Supported
1866F: block/rbd.c
280458a3 1867T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1868
1869Sheepdog
53b33231 1870M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1871M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1872M: Jeff Cody <jcody@redhat.com>
1873L: qemu-block@nongnu.org
dce32b6c 1874L: sheepdog@lists.wpkg.org
f05b328c
SH
1875S: Supported
1876F: block/sheepdog.c
280458a3 1877T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1878
1879VHDX
1880M: Jeff Cody <jcody@redhat.com>
280458a3 1881L: qemu-block@nongnu.org
f05b328c
SH
1882S: Supported
1883F: block/vhdx*
280458a3 1884T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1885
1886VDI
1887M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1888L: qemu-block@nongnu.org
f05b328c
SH
1889S: Maintained
1890F: block/vdi.c
1891
1892iSCSI
1893M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1894M: Paolo Bonzini <pbonzini@redhat.com>
1895M: Peter Lieven <pl@kamp.de>
c95e4c0e 1896L: qemu-block@nongnu.org
f05b328c
SH
1897S: Supported
1898F: block/iscsi.c
2deb63c2 1899F: block/iscsi-opts.c
f05b328c 1900
99c62e70
EB
1901Network Block Device (NBD)
1902M: Eric Blake <eblake@redhat.com>
1903M: Paolo Bonzini <pbonzini@redhat.com>
1904L: qemu-block@nongnu.org
1905S: Maintained
1906F: block/nbd*
1907F: nbd/
1908F: include/block/nbd*
1909F: qemu-nbd.*
1910F: blockdev-nbd.c
1911T: git git://repo.or.cz/qemu/ericb.git nbd
1912
6542aa9c 1913NFS
280458a3 1914M: Jeff Cody <jcody@redhat.com>
6542aa9c 1915M: Peter Lieven <pl@kamp.de>
280458a3 1916L: qemu-block@nongnu.org
6542aa9c
PL
1917S: Maintained
1918F: block/nfs.c
280458a3 1919T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1920
f05b328c
SH
1921SSH
1922M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1923M: Jeff Cody <jcody@redhat.com>
1924L: qemu-block@nongnu.org
f05b328c
SH
1925S: Supported
1926F: block/ssh.c
280458a3 1927T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1928
280458a3
JC
1929CURL
1930M: Jeff Cody <jcody@redhat.com>
1931L: qemu-block@nongnu.org
1932S: Supported
1933F: block/curl.c
1934T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1935
1936GLUSTER
1937M: Jeff Cody <jcody@redhat.com>
1938L: qemu-block@nongnu.org
1939S: Supported
1940F: block/gluster.c
1941T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1942
199667a8
FZ
1943Null Block Driver
1944M: Fam Zheng <famz@redhat.com>
1945L: qemu-block@nongnu.org
1946S: Supported
1947F: block/null.c
1948
bdd6a90a
FZ
1949NVMe Block Driver
1950M: Fam Zheng <famz@redhat.com>
1951L: qemu-block@nongnu.org
1952S: Supported
1953F: block/nvme*
1954
b5e9476c
GA
1955Bootdevice
1956M: Gonglei <arei.gonglei@huawei.com>
1957S: Maintained
1958F: bootdevice.c
ecdda9e0
AG
1959
1960Quorum
1961M: Alberto Garcia <berto@igalia.com>
1962S: Supported
1963F: block/quorum.c
1964L: qemu-block@nongnu.org
e7c6e631
SH
1965
1966blkverify
1967M: Stefan Hajnoczi <stefanha@redhat.com>
1968L: qemu-block@nongnu.org
1969S: Supported
1970F: block/blkverify.c
1971
1972bochs
1973M: Stefan Hajnoczi <stefanha@redhat.com>
1974L: qemu-block@nongnu.org
1975S: Supported
1976F: block/bochs.c
1977
1978cloop
1979M: Stefan Hajnoczi <stefanha@redhat.com>
1980L: qemu-block@nongnu.org
1981S: Supported
1982F: block/cloop.c
1983
1984dmg
1985M: Stefan Hajnoczi <stefanha@redhat.com>
1986L: qemu-block@nongnu.org
1987S: Supported
1988F: block/dmg.c
1989
1990parallels
1991M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1992M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1993L: qemu-block@nongnu.org
1994S: Supported
1995F: block/parallels.c
5746c1cd 1996F: docs/interop/parallels.txt
e7c6e631
SH
1997
1998qed
1999M: Stefan Hajnoczi <stefanha@redhat.com>
2000L: qemu-block@nongnu.org
2001S: Supported
2002F: block/qed.c
2003
2004raw
2005M: Kevin Wolf <kwolf@redhat.com>
2006L: qemu-block@nongnu.org
2007S: Supported
2008F: block/linux-aio.c
f586d5fc 2009F: include/block/raw-aio.h
2e6fc7eb 2010F: block/raw-format.c
c1bb86cd
EB
2011F: block/file-posix.c
2012F: block/file-win32.c
e7c6e631
SH
2013F: block/win32-aio.c
2014
2015qcow2
2016M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2017M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2018L: qemu-block@nongnu.org
2019S: Supported
2020F: block/qcow2*
b24f9882 2021F: docs/interop/qcow2.txt
e7c6e631
SH
2022
2023qcow
2024M: Kevin Wolf <kwolf@redhat.com>
2025L: qemu-block@nongnu.org
2026S: Supported
2027F: block/qcow.c
2028
2029blkdebug
2030M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2031M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2032L: qemu-block@nongnu.org
2033S: Supported
2034F: block/blkdebug.c
2035
2036vpc
2037M: Kevin Wolf <kwolf@redhat.com>
2038L: qemu-block@nongnu.org
2039S: Supported
2040F: block/vpc.c
2041
2042vvfat
2043M: Kevin Wolf <kwolf@redhat.com>
2044L: qemu-block@nongnu.org
2045S: Supported
2046F: block/vvfat.c
abfe4e94
SH
2047
2048Image format fuzzer
2049M: Stefan Hajnoczi <stefanha@redhat.com>
2050L: qemu-block@nongnu.org
2051S: Supported
2052F: tests/image-fuzzer/
717171bd 2053
049105a3 2054Replication
205f8618 2055M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2056M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2057S: Supported
2058F: replication*
2059F: block/replication.c
2060F: tests/test-replication.c
2061F: docs/block-replication.txt
2062
a3defabb
MA
2063PVRDMA
2064M: Yuval Shaia <yuval.shaia@oracle.com>
2065M: Marcel Apfelbaum <marcel@redhat.com>
2066S: Maintained
2067F: hw/rdma/*
2068F: hw/rdma/vmw/*
2069F: docs/pvrdma.txt
2070
b9e02c06
AB
2071Build and test automation
2072-------------------------
0475a03e 2073Build and test automation
b9e02c06 2074M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 2075M: Fam Zheng <famz@redhat.com>
32b9ca98 2076R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 2077L: qemu-devel@nongnu.org
e70dc7f8 2078S: Maintained
b9e02c06 2079F: .travis.yml
d92d886a 2080F: .shippable.yml
e70dc7f8 2081F: tests/docker/
18023821 2082F: tests/vm/
e70dc7f8 2083W: https://travis-ci.org/qemu/qemu
2a747008 2084W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2085W: http://patchew.org/QEMU/
717171bd
DB
2086
2087Documentation
2088-------------
2089Build system architecture
2090M: Daniel P. Berrange <berrange@redhat.com>
2091S: Odd Fixes
c39cdbf6 2092F: docs/devel/build-system.txt
8a49e97f 2093
aef45d51
DB
2094Build System
2095------------
2096GIT submodules
2097M: Daniel P. Berrange <berrange@redhat.com>
2098S: Odd Fixes
2099F: scripts/git-submodule.sh