]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
ui/gtk: make GtkGlArea usage a runtime option
[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
fd5d5c56 1103USB
5d0d62fe
GH
1104M: Gerd Hoffmann <kraxel@redhat.com>
1105S: Maintained
8d8b636d 1106F: hw/usb/*
28edfce0 1107F: tests/usb-*-test.c
beded0ff
TH
1108F: docs/usb2.txt
1109F: docs/usb-storage.txt
1110F: include/hw/usb.h
1111F: include/hw/usb/
104ebc5f 1112F: default-configs/usb.mak
fd5d5c56 1113
e26082fd
PB
1114USB (serial adapter)
1115M: Gerd Hoffmann <kraxel@redhat.com>
1116M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1117S: Maintained
1118F: hw/usb/dev-serial.c
1119
92e1fb5e
AW
1120VFIO
1121M: Alex Williamson <alex.williamson@redhat.com>
1122S: Supported
cf7087db 1123F: hw/vfio/*
99b88c6d 1124F: include/hw/vfio/
92e1fb5e 1125
5eb74557 1126vfio-ccw
c1976ae7 1127M: Cornelia Huck <cohuck@redhat.com>
5eb74557
DJS
1128S: Supported
1129F: hw/vfio/ccw.c
1130F: hw/s390x/s390-ccw.c
1131F: include/hw/s390x/s390-ccw.h
1132T: git git://github.com/cohuck/qemu.git s390-next
146bd283 1133L: qemu-s390x@nongnu.org
5eb74557 1134
fd5d5c56
AL
1135vhost
1136M: Michael S. Tsirkin <mst@redhat.com>
1137S: Supported
8d8b636d 1138F: hw/*/*vhost*
37f8043d 1139F: docs/interop/vhost-user.txt
fd5d5c56
AL
1140
1141virtio
a75143ed 1142M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1143S: Supported
8d8b636d 1144F: hw/*/virtio*
72fa605d
TH
1145F: hw/virtio/Makefile.objs
1146F: hw/virtio/trace-events
6a084ea3 1147F: net/vhost-user.c
494f7b57 1148F: include/hw/virtio/
6bd7776c 1149F: tests/virtio-balloon-test.c
fd5d5c56
AL
1150
1151virtio-9p
8c1cd719 1152M: Greg Kurz <groug@kaod.org>
fd5d5c56 1153S: Supported
aebeca25
AF
1154F: hw/9pfs/
1155F: fsdev/
2d888c09 1156F: tests/virtio-9p-test.c
8c1cd719 1157T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1158
1159virtio-blk
54d01a00 1160M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1161L: qemu-block@nongnu.org
fd5d5c56 1162S: Supported
8d8b636d 1163F: hw/block/virtio-blk.c
b457a5f5 1164F: hw/block/dataplane/*
6bd7776c 1165F: tests/virtio-blk-test.c
b457a5f5 1166T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1167
dd4ad64a 1168virtio-ccw
c1976ae7 1169M: Cornelia Huck <cohuck@redhat.com>
b304bf00 1170M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
1171S: Supported
1172F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1173T: git git://github.com/cohuck/qemu.git s390-next
1174T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 1175L: qemu-s390x@nongnu.org
dd4ad64a 1176
a5d4d7b5
GH
1177virtio-input
1178M: Gerd Hoffmann <kraxel@redhat.com>
1179S: Maintained
1180F: hw/input/virtio-input*.c
1181F: include/hw/virtio/virtio-input.h
1182
fd5d5c56 1183virtio-serial
cee887d9 1184M: Amit Shah <amit@kernel.org>
fd5d5c56 1185S: Supported
8d8b636d
PB
1186F: hw/char/virtio-serial-bus.c
1187F: hw/char/virtio-console.c
68a5e38a 1188F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1189F: tests/virtio-console-test.c
1190F: tests/virtio-serial-test.c
fd5d5c56 1191
1f51a5cb 1192virtio-rng
cee887d9 1193M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1194S: Supported
1195F: hw/virtio/virtio-rng.c
1196F: include/hw/virtio/virtio-rng.h
750cf869 1197F: include/sysemu/rng*.h
1f51a5cb 1198F: backends/rng*.c
6bd7776c 1199F: tests/virtio-rng-test.c
1f51a5cb 1200
6034011c
GA
1201virtio-crypto
1202M: Gonglei <arei.gonglei@huawei.com>
1203S: Supported
1204F: hw/virtio/virtio-crypto.c
1205F: hw/virtio/virtio-crypto-pci.c
1206F: include/hw/virtio/virtio-crypto.h
1207
f3c507ad
KB
1208nvme
1209M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1210L: qemu-block@nongnu.org
f3c507ad
KB
1211S: Supported
1212F: hw/block/nvme*
fc967791 1213F: tests/nvme-test.c
f3c507ad 1214
d383c625 1215megasas
3fdfb8b6 1216M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1217L: qemu-block@nongnu.org
d383c625
HR
1218S: Supported
1219F: hw/scsi/megasas.c
1220F: hw/scsi/mfi.h
3fdfb8b6 1221F: tests/megasas-test.c
d383c625 1222
605d52e6 1223Network packet abstractions
bf4835a4 1224M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1225S: Maintained
1226F: include/net/eth.h
1227F: net/eth.c
1228F: hw/net/net_rx_pkt*
1229F: hw/net/net_tx_pkt*
1230
622fb504 1231Vmware
bf4835a4 1232M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1233S: Maintained
1234F: hw/net/vmxnet*
1235F: hw/scsi/vmw_pvscsi*
5a49c1b3 1236F: tests/vmxnet3-test.c
622fb504 1237
de24d3f1 1238Rocker
de24d3f1
SF
1239M: Jiri Pirko <jiri@resnulli.us>
1240S: Maintained
1241F: hw/net/rocker/
de850948
TH
1242F: tests/rocker/
1243F: docs/specs/rocker.txt
de24d3f1 1244
70d1fb9c 1245NVDIMM
7a5bd53d 1246M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1247S: Maintained
1248F: hw/acpi/nvdimm.c
1249F: hw/mem/nvdimm.c
1250F: include/hw/mem/nvdimm.h
1251
093454e2 1252e1000x
bf4835a4 1253M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1254S: Maintained
1255F: hw/net/e1000x*
1256
6f3fbe4e 1257e1000e
bf4835a4 1258M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1259S: Maintained
1260F: hw/net/e1000e*
1261
ebc2327f
SW
1262eepro100
1263M: Stefan Weil <sw@weilnetz.de>
1264S: Maintained
1265F: hw/net/eepro100.c
1266
e481a1f6 1267Generic Loader
c22e580c 1268M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1269S: Maintained
1270F: hw/core/generic-loader.c
1271F: include/hw/core/generic-loader.h
c5e2ac7e 1272F: docs/generic-loader.txt
e481a1f6 1273
87a9023a
TH
1274CHRP NVRAM
1275M: Thomas Huth <thuth@redhat.com>
1276S: Maintained
1277F: hw/nvram/chrp_nvram.c
1278F: include/hw/nvram/chrp_nvram.h
1279F: tests/prom-env-test.c
1280
42697d88
BW
1281VM Generation ID
1282M: Ben Warren <ben@skyportsystems.com>
1283S: Maintained
1284F: hw/acpi/vmgenid.c
1285F: include/hw/acpi/vmgenid.h
1286F: docs/specs/vmgenid.txt
1287F: tests/vmgenid-test.c
1288F: stubs/vmgenid.c
1289
747969db
PMD
1290Unimplemented device
1291M: Peter Maydell <peter.maydell@linaro.org>
1292R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1293S: Maintained
1294F: include/hw/misc/unimp.h
1295F: hw/misc/unimp.c
1296
fd5d5c56
AL
1297Subsystems
1298----------
1299Audio
9f575846 1300M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1301S: Maintained
1302F: audio/
8d8b636d 1303F: hw/audio/
a2b245ae 1304F: include/hw/audio/
d7b50c0c 1305F: tests/ac97-test.c
8fa74c94 1306F: tests/es1370-test.c
fbaf445a 1307F: tests/intel-hda-test.c
fd5d5c56 1308
17f1e8f5 1309Block layer core
fd5d5c56 1310M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1311M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1312L: qemu-block@nongnu.org
fd5d5c56
AL
1313S: Supported
1314F: block*
1315F: block/
8d8b636d 1316F: hw/block/
4c346e0b 1317F: include/block/
46078760
KW
1318F: qemu-img*
1319F: qemu-io*
29242091 1320F: tests/qemu-iotests/
8dd30c86 1321F: util/qemu-progress.c
d48addda 1322T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1323
d55053b1
SH
1324Block I/O path
1325M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1326M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1327L: qemu-block@nongnu.org
1328S: Supported
36c697bd
PB
1329F: util/async.c
1330F: util/aio-*.c
d55053b1
SH
1331F: block/io.c
1332F: migration/block*
e1029ae2 1333F: include/block/aio.h
0a4f9ad1 1334F: scripts/qemugdb/aio.py
d55053b1
SH
1335T: git git://github.com/stefanha/qemu.git block
1336
e5b5728c
PB
1337Block SCSI subsystem
1338M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1339R: Fam Zheng <famz@redhat.com>
e5b5728c
PB
1340L: qemu-block@nongnu.org
1341S: Supported
1342F: include/scsi/*
1343F: scsi/*
1344
280458a3
JC
1345Block Jobs
1346M: Jeff Cody <jcody@redhat.com>
1347L: qemu-block@nongnu.org
1348S: Supported
1349F: blockjob.c
1350F: include/block/blockjob.h
1351F: block/backup.c
1352F: block/commit.c
77346025 1353F: block/stream.c
280458a3
JC
1354F: block/mirror.c
1355T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1356
4120201d
MA
1357Block QAPI, monitor, command line
1358M: Markus Armbruster <armbru@redhat.com>
1359S: Supported
1360F: blockdev.c
1361F: block/qapi.c
1362F: qapi/block*.json
fa988e39 1363F: qapi/transaction.json
4120201d
MA
1364T: git git://repo.or.cz/qemu/armbru.git block-next
1365
538193bc
JS
1366Dirty Bitmaps
1367M: Fam Zheng <famz@redhat.com>
1368M: John Snow <jsnow@redhat.com>
1369L: qemu-block@nongnu.org
1370S: Supported
1371F: util/hbitmap.c
1372F: block/dirty-bitmap.c
1373F: include/qemu/hbitmap.h
1374F: include/block/dirty-bitmap.h
1375F: tests/test-hbitmap.c
5746c1cd 1376F: docs/interop/bitmaps.rst
538193bc
JS
1377T: git git://github.com/famz/qemu.git bitmaps
1378T: git git://github.com/jnsnow/qemu.git bitmaps
1379
61af0ee6 1380Character device backends
da26f37a 1381M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1382M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1383S: Maintained
178fe0ae 1384F: chardev/
8228e353 1385F: include/chardev/
dbeee392 1386F: qapi/char.json
fd5d5c56 1387
e26082fd
PB
1388Character Devices (Braille)
1389M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1390S: Maintained
6b10e573 1391F: chardev/baum.c
fd5d5c56 1392
e94630d3
MA
1393Command line option argument parsing
1394M: Markus Armbruster <armbru@redhat.com>
1395S: Supported
1396F: include/qemu/option.h
1397F: tests/test-keyval.c
1398F: tests/test-qemu-opts.c
1399F: util/keyval.c
1400F: util/qemu-option.c
1401
8c413e79
MA
1402Coverity model
1403M: Markus Armbruster <armbru@redhat.com>
1404S: Supported
1405F: scripts/coverity-model.c
1406
f2ca0524 1407CPU
12b0e69c 1408L: qemu-devel@nongnu.org
f2ca0524
AF
1409S: Supported
1410F: qom/cpu.c
6e481d57 1411F: include/qom/cpu.h
f2ca0524 1412
d24b569a 1413Device Tree
4b46ba61 1414M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1415M: Alexander Graf <agraf@suse.de>
1416S: Maintained
82407515
TH
1417F: device_tree.c
1418F: include/sysemu/device_tree.h
d24b569a 1419
3505a22b
MAL
1420Dump
1421S: Supported
1422M: Marc-André Lureau <marcandre.lureau@redhat.com>
1423F: dump.c
1424F: hw/misc/vmcoreinfo.c
1425F: include/hw/misc/vmcoreinfo.h
1426F: include/sysemu/dump-arch.h
1427F: include/sysemu/dump.h
1428F: scripts/dump-guest-memory.py
1429F: stubs/dump.c
1430
4f966768
MA
1431Error reporting
1432M: Markus Armbruster <armbru@redhat.com>
1433S: Supported
1434F: include/qapi/error.h
1435F: include/qemu/error-report.h
1436F: util/error.c
1437F: util/qemu-error.c
1438
fd5d5c56 1439GDB stub
5dd4a88c 1440L: qemu-devel@nongnu.org
fd5d5c56
AL
1441S: Odd Fixes
1442F: gdbstub*
1443F: gdb-xml/
1444
01a9c03c
PB
1445Memory API
1446M: Paolo Bonzini <pbonzini@redhat.com>
1447S: Supported
1448F: include/exec/ioport.h
1449F: ioport.c
1450F: include/exec/memory.h
2b1641d0 1451F: include/exec/ram_addr.h
01a9c03c
PB
1452F: memory.c
1453F: include/exec/memory-internal.h
1454F: exec.c
1455
7ee3bf03
GH
1456SPICE
1457M: Gerd Hoffmann <kraxel@redhat.com>
1458S: Supported
6e481d57 1459F: include/ui/qemu-spice.h
438528a3 1460F: include/ui/spice-display.h
7ee3bf03
GH
1461F: ui/spice-*.c
1462F: audio/spiceaudio.c
8d8b636d 1463F: hw/display/qxl*
608cfed6 1464F: qapi/ui.json
7ee3bf03 1465
fd5d5c56 1466Graphics
25eccc37
GH
1467M: Gerd Hoffmann <kraxel@redhat.com>
1468S: Odd Fixes
fd5d5c56 1469F: ui/
e220656c 1470F: include/ui/
608cfed6 1471F: qapi/ui.json
fd5d5c56 1472
351f1bf6 1473Cocoa graphics
30ef3c74 1474M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1475S: Odd Fixes
1476F: ui/cocoa.m
1477
fd5d5c56 1478Main loop
da26f37a
PB
1479M: Paolo Bonzini <pbonzini@redhat.com>
1480S: Maintained
1481F: cpus.c
3ecb29a3
PB
1482F: util/main-loop.c
1483F: util/qemu-timer.c
fd5d5c56 1484F: vl.c
0e201d34 1485F: qapi/run-state.json
fd5d5c56 1486
8899b4ae 1487Human Monitor (HMP)
c833fb4a 1488M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1489S: Maintained
fd5d5c56 1490F: monitor.c
c13e9912
TH
1491F: hmp.[ch]
1492F: hmp-commands*.hx
1493F: include/monitor/hmp-target.h
bbcee372 1494F: tests/test-hmp.c
fd5d5c56 1495
f536f112 1496Network device backends
442469e6 1497M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1498S: Maintained
1499F: net/
d24b2b1c 1500F: include/net/
5fc51cc3 1501T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1502F: qapi/net.json
fd5d5c56 1503
aee09baf
VM
1504Netmap network backend
1505M: Luigi Rizzo <rizzo@iet.unipi.it>
1506M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1507M: Vincenzo Maffione <v.maffione@gmail.com>
1508W: http://info.iet.unipi.it/~luigi/netmap/
1509S: Maintained
1510F: net/netmap.c
1511
2f54eb98
EH
1512NUMA
1513M: Eduardo Habkost <ehabkost@redhat.com>
1514S: Maintained
1515F: numa.c
1516F: include/sysemu/numa.h
e3d038b8 1517T: git git://github.com/ehabkost/qemu.git machine-next
2f54eb98 1518
4fc264f4
EH
1519Host Memory Backends
1520M: Eduardo Habkost <ehabkost@redhat.com>
1521M: Igor Mammedov <imammedo@redhat.com>
1522S: Maintained
1523F: backends/hostmem*.c
1524F: include/sysemu/hostmem.h
e3d038b8 1525T: git git://github.com/ehabkost/qemu.git machine-next
4fc264f4 1526
6034011c
GA
1527Cryptodev Backends
1528M: Gonglei <arei.gonglei@huawei.com>
1529S: Maintained
1530F: include/sysemu/cryptodev*.h
1531F: backends/cryptodev*.c
1532
ad904f66
EH
1533Python scripts
1534M: Eduardo Habkost <ehabkost@redhat.com>
1535M: Cleber Rosa <crosa@redhat.com>
1536S: Odd fixes
1537F: scripts/qmp/*
1538F: scripts/*.py
1539F: tests/*.py
1540
8899b4ae 1541QAPI
9740618c 1542M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1543M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1544S: Supported
8899b4ae 1545F: qapi/
0311c5bd 1546X: qapi/*.json
ac4abb9a
MA
1547F: include/qapi/
1548X: include/qapi/qmp/
1549F: include/qapi/qmp/dispatch.h
c0bd0b50 1550F: tests/qapi-schema/
ac4abb9a 1551F: tests/test-*-visitor.c
e94630d3 1552F: tests/test-qapi-*.c
ac4abb9a 1553F: tests/test-qmp-*.c
e94630d3 1554F: tests/test-visitor-serialization.c
0311c5bd 1555F: scripts/qapi*
c39cdbf6 1556F: docs/devel/qapi*
9740618c 1557T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1558
7810d291
LC
1559QAPI Schema
1560M: Eric Blake <eblake@redhat.com>
7810d291
LC
1561M: Markus Armbruster <armbru@redhat.com>
1562S: Supported
1563F: qapi-schema.json
0311c5bd 1564F: qapi/*.json
9740618c 1565T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1566
f3582ba4 1567QObject
daf5dc78
MA
1568M: Markus Armbruster <armbru@redhat.com>
1569S: Supported
f3582ba4 1570F: qobject/
7735d2b5
MA
1571F: include/qapi/qmp/
1572X: include/qapi/qmp/dispatch.h
a2f3453e 1573F: scripts/coccinelle/qobject.cocci
7735d2b5 1574F: tests/check-qdict.c
01b2ffce 1575F: tests/check-qnum.c
7735d2b5
MA
1576F: tests/check-qjson.c
1577F: tests/check-qlist.c
1578F: tests/check-qstring.c
daf5dc78 1579T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1580
f05d9999
MR
1581QEMU Guest Agent
1582M: Michael Roth <mdroth@linux.vnet.ibm.com>
1583S: Maintained
1584F: qga/
ab7f9f7d
PMD
1585F: qemu-ga.texi
1586F: scripts/qemu-guest-agent/
1587F: tests/test-qga.c
1588F: docs/interop/qemu-ga-ref.texi
f05d9999
MR
1589T: git git://github.com/mdroth/qemu.git qga
1590
4688c94c 1591QOM
4688c94c
AF
1592M: Andreas Färber <afaerber@suse.de>
1593S: Supported
1594T: git git://github.com/afaerber/qemu-cpu.git qom-next
1595F: include/qom/
1596X: include/qom/cpu.h
1597F: qom/
1598X: qom/cpu.c
9f4aa7ce
AF
1599F: tests/check-qom-interface.c
1600F: tests/check-qom-proplist.c
4688c94c
AF
1601F: tests/qom-test.c
1602
8899b4ae 1603QMP
9740618c
LC
1604M: Markus Armbruster <armbru@redhat.com>
1605S: Supported
8899b4ae
LC
1606F: qmp.c
1607F: monitor.c
c39cdbf6 1608F: docs/devel/*qmp-*
9740618c 1609F: scripts/qmp/
f66e7ac8 1610F: tests/qmp-test.c
9740618c 1611T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1612
cc0100f4 1613Register API
c22e580c 1614M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
1615S: Maintained
1616F: hw/core/register.c
1617F: include/hw/register.h
06a7b243 1618F: include/hw/registerfields.h
cc0100f4 1619
fd5d5c56 1620SLIRP
eda509fa 1621M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1622M: Jan Kiszka <jan.kiszka@siemens.com>
1623S: Maintained
fd5d5c56 1624F: slirp/
663fb1e1 1625F: net/slirp.c
d24b2b1c 1626F: include/net/slirp.h
1ab09a40 1627T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1628
b1ed728a
PB
1629Stubs
1630M: Paolo Bonzini <pbonzini@redhat.com>
1631S: Maintained
1632F: stubs/
1633
598a3f35 1634Tracing
1cd0f8ce 1635M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1636S: Maintained
1637F: trace/
f70fd8fd
LV
1638F: scripts/tracetool.py
1639F: scripts/tracetool/
c39cdbf6 1640F: docs/devel/tracing.txt
1ab09a40 1641T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1642
3859b6cf 1643TPM
6b4f250b
SB
1644M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1645S: Maintained
3859b6cf 1646F: tpm.c
c39f95dc 1647F: stubs/tpm.c
3859b6cf
MA
1648F: hw/tpm/*
1649F: include/hw/acpi/tpm.h
1650F: include/sysemu/tpm*
1651F: qapi/tpm.json
6b4f250b 1652F: backends/tpm.c
adb0e917 1653F: tests/*tpm*
d3e21650 1654T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 1655
14f40fdc 1656Checkpatch
14f40fdc
BS
1657S: Odd Fixes
1658F: scripts/checkpatch.pl
1659
c0787c8d
JQ
1660Migration
1661M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1662M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1663S: Maintained
1664F: include/migration/
44a1f946 1665F: migration/
c5515640
AS
1666F: scripts/vmstate-static-checker.py
1667F: tests/vmstate-static-checker-data/
2656bfd9 1668F: tests/migration-test.c
c39cdbf6 1669F: docs/devel/migration.txt
48685a8e 1670F: qapi/migration.json
c0787c8d 1671
92bfedb0 1672Seccomp
064983cb 1673M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1674S: Supported
1675F: qemu-seccomp.c
1676F: include/sysemu/seccomp.h
1677
ddbb0d09
DB
1678Cryptography
1679M: Daniel P. Berrange <berrange@redhat.com>
1680S: Maintained
1681F: crypto/
1682F: include/crypto/
1683F: tests/test-crypto-*
3947ecfc 1684F: tests/benchmark-crypto-*
899833cd 1685F: qemu.sasl
ddbb0d09 1686
10817bf0
DB
1687Coroutines
1688M: Stefan Hajnoczi <stefanha@redhat.com>
1689M: Kevin Wolf <kwolf@redhat.com>
1690F: util/*coroutine*
1691F: include/qemu/coroutine*
1692F: tests/test-coroutine.c
1693
88c5f205
DB
1694Buffers
1695M: Daniel P. Berrange <berrange@redhat.com>
1696S: Odd fixes
1697F: util/buffer.c
1698F: include/qemu/buffer.h
1699
666a3af9
DB
1700I/O Channels
1701M: Daniel P. Berrange <berrange@redhat.com>
1702S: Maintained
1703F: io/
1704F: include/io/
1705F: tests/test-io-*
1706
5614a283
GH
1707Sockets
1708M: Daniel P. Berrange <berrange@redhat.com>
1709M: Gerd Hoffmann <kraxel@redhat.com>
1710M: Paolo Bonzini <pbonzini@redhat.com>
1711S: Maintained
1712F: include/qemu/sockets.h
1713F: util/qemu-sockets.c
a2ff5a48 1714F: qapi/sockets.json
5614a283 1715
d310d85b
AG
1716Throttling infrastructure
1717M: Alberto Garcia <berto@igalia.com>
1718S: Supported
1719F: block/throttle-groups.c
1720F: include/block/throttle-groups.h
89603938 1721F: include/qemu/throttle*.h
d310d85b 1722F: util/throttle.c
89603938
PMD
1723F: docs/throttle.txt
1724F: tests/test-throttle.c
d310d85b
AG
1725L: qemu-block@nongnu.org
1726
080d7aac
FZ
1727UUID
1728M: Fam Zheng <famz@redhat.com>
1729S: Supported
1730F: util/uuid.c
1731F: include/qemu/uuid.h
1732F: tests/test-uuid.c
1733
a4cc318e
HZ
1734COLO Framework
1735M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1736S: Maintained
1737F: migration/colo*
1738F: include/migration/colo.h
1739F: include/migration/failover.h
1740F: docs/COLO-FT.txt
1741
88f82ed1 1742COLO Proxy
b38576cd 1743M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1744M: Li Zhijian <lizhijian@cn.fujitsu.com>
1745S: Supported
1746F: docs/colo-proxy.txt
1747F: net/colo*
1748F: net/filter-rewriter.c
1749F: net/filter-mirror.c
1750
62258201
PD
1751Record/replay
1752M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1753R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 1754W: https://wiki.qemu.org/Features/record-replay
62258201
PD
1755S: Supported
1756F: replay/*
1757F: block/blkreplay.c
1758F: net/filter-replay.c
1759F: include/sysemu/replay.h
1760F: docs/replay.txt
1761F: stubs/replay.c
1762
fd5d5c56
AL
1763Usermode Emulation
1764------------------
486bbe5f
PB
1765Overall
1766M: Riku Voipio <riku.voipio@iki.fi>
1767S: Maintained
1768F: thunk.c
58410666 1769F: accel/tcg/user-exec*.c
486bbe5f 1770
fd5d5c56 1771BSD user
297e8005 1772S: Orphan
fd5d5c56 1773F: bsd-user/
ccf0a57b 1774F: default-configs/*-bsd-user.mak
fd5d5c56 1775
fd5d5c56
AL
1776Linux user
1777M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1778R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1779S: Maintained
1780F: linux-user/
ccf0a57b 1781F: default-configs/*-linux-user.mak
e5dd9875 1782F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
1783
1784Tiny Code Generator (TCG)
1785-------------------------
1786Common code
cc7772bd 1787M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1788S: Maintained
1789F: tcg/
1790
b25a464c
CF
1791AArch64 target
1792M: Claudio Fontana <claudio.fontana@huawei.com>
1793M: Claudio Fontana <claudio.fontana@gmail.com>
1794S: Maintained
b4f2bd1c 1795L: qemu-arm@nongnu.org
b25a464c 1796F: tcg/aarch64/
c17652ee
PB
1797F: disas/arm-a64.cc
1798F: disas/libvixl/
b25a464c 1799
42f5a7e9
AJ
1800ARM target
1801M: Andrzej Zaborowski <balrogg@gmail.com>
1802S: Maintained
b4f2bd1c 1803L: qemu-arm@nongnu.org
42f5a7e9 1804F: tcg/arm/
c17652ee 1805F: disas/arm.c
42f5a7e9 1806
42f5a7e9 1807i386 target
5dd4a88c 1808L: qemu-devel@nongnu.org
42f5a7e9
AJ
1809S: Maintained
1810F: tcg/i386/
c17652ee 1811F: disas/i386.c
42f5a7e9 1812
42f5a7e9 1813MIPS target
d6eec7a2 1814M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1815S: Maintained
1816F: tcg/mips/
c17652ee 1817F: disas/mips.c
42f5a7e9
AJ
1818
1819PPC
15610d42
PK
1820M: Richard Henderson <rth@twiddle.net>
1821S: Odd Fixes
42f5a7e9 1822F: tcg/ppc/
c17652ee 1823F: disas/ppc.c
42f5a7e9
AJ
1824
1825S390 target
1826M: Alexander Graf <agraf@suse.de>
1827M: Richard Henderson <rth@twiddle.net>
1828S: Maintained
1829F: tcg/s390/
c17652ee 1830F: disas/s390.c
146bd283 1831L: qemu-s390x@nongnu.org
42f5a7e9
AJ
1832
1833SPARC target
297e8005 1834S: Odd Fixes
42f5a7e9 1835F: tcg/sparc/
c17652ee 1836F: disas/sparc.c
bc75c9e5
SW
1837
1838TCI target
1839M: Stefan Weil <sw@weilnetz.de>
1840S: Maintained
8ef9cd55 1841F: tcg/tci/
752a2ae2 1842F: tcg/tci.c
c17652ee 1843F: disas/tci.c
aa09c951 1844
f05b328c
SH
1845Block drivers
1846-------------
1847VMDK
1848M: Fam Zheng <famz@redhat.com>
c95e4c0e 1849L: qemu-block@nongnu.org
f05b328c
SH
1850S: Supported
1851F: block/vmdk.c
1852
1853RBD
5a8ac6d9 1854M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1855M: Jeff Cody <jcody@redhat.com>
1856L: qemu-block@nongnu.org
f05b328c
SH
1857S: Supported
1858F: block/rbd.c
280458a3 1859T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1860
1861Sheepdog
53b33231 1862M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1863M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1864M: Jeff Cody <jcody@redhat.com>
1865L: qemu-block@nongnu.org
dce32b6c 1866L: sheepdog@lists.wpkg.org
f05b328c
SH
1867S: Supported
1868F: block/sheepdog.c
280458a3 1869T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1870
1871VHDX
1872M: Jeff Cody <jcody@redhat.com>
280458a3 1873L: qemu-block@nongnu.org
f05b328c
SH
1874S: Supported
1875F: block/vhdx*
280458a3 1876T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1877
1878VDI
1879M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1880L: qemu-block@nongnu.org
f05b328c
SH
1881S: Maintained
1882F: block/vdi.c
1883
1884iSCSI
1885M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1886M: Paolo Bonzini <pbonzini@redhat.com>
1887M: Peter Lieven <pl@kamp.de>
c95e4c0e 1888L: qemu-block@nongnu.org
f05b328c
SH
1889S: Supported
1890F: block/iscsi.c
2deb63c2 1891F: block/iscsi-opts.c
f05b328c 1892
99c62e70
EB
1893Network Block Device (NBD)
1894M: Eric Blake <eblake@redhat.com>
1895M: Paolo Bonzini <pbonzini@redhat.com>
1896L: qemu-block@nongnu.org
1897S: Maintained
1898F: block/nbd*
1899F: nbd/
1900F: include/block/nbd*
1901F: qemu-nbd.*
1902F: blockdev-nbd.c
1903T: git git://repo.or.cz/qemu/ericb.git nbd
1904
6542aa9c 1905NFS
280458a3 1906M: Jeff Cody <jcody@redhat.com>
6542aa9c 1907M: Peter Lieven <pl@kamp.de>
280458a3 1908L: qemu-block@nongnu.org
6542aa9c
PL
1909S: Maintained
1910F: block/nfs.c
280458a3 1911T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1912
f05b328c
SH
1913SSH
1914M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1915M: Jeff Cody <jcody@redhat.com>
1916L: qemu-block@nongnu.org
f05b328c
SH
1917S: Supported
1918F: block/ssh.c
280458a3 1919T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1920
280458a3
JC
1921CURL
1922M: Jeff Cody <jcody@redhat.com>
1923L: qemu-block@nongnu.org
1924S: Supported
1925F: block/curl.c
1926T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1927
1928GLUSTER
1929M: Jeff Cody <jcody@redhat.com>
1930L: qemu-block@nongnu.org
1931S: Supported
1932F: block/gluster.c
1933T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1934
199667a8
FZ
1935Null Block Driver
1936M: Fam Zheng <famz@redhat.com>
1937L: qemu-block@nongnu.org
1938S: Supported
1939F: block/null.c
1940
bdd6a90a
FZ
1941NVMe Block Driver
1942M: Fam Zheng <famz@redhat.com>
1943L: qemu-block@nongnu.org
1944S: Supported
1945F: block/nvme*
1946
b5e9476c
GA
1947Bootdevice
1948M: Gonglei <arei.gonglei@huawei.com>
1949S: Maintained
1950F: bootdevice.c
ecdda9e0
AG
1951
1952Quorum
1953M: Alberto Garcia <berto@igalia.com>
1954S: Supported
1955F: block/quorum.c
1956L: qemu-block@nongnu.org
e7c6e631
SH
1957
1958blkverify
1959M: Stefan Hajnoczi <stefanha@redhat.com>
1960L: qemu-block@nongnu.org
1961S: Supported
1962F: block/blkverify.c
1963
1964bochs
1965M: Stefan Hajnoczi <stefanha@redhat.com>
1966L: qemu-block@nongnu.org
1967S: Supported
1968F: block/bochs.c
1969
1970cloop
1971M: Stefan Hajnoczi <stefanha@redhat.com>
1972L: qemu-block@nongnu.org
1973S: Supported
1974F: block/cloop.c
1975
1976dmg
1977M: Stefan Hajnoczi <stefanha@redhat.com>
1978L: qemu-block@nongnu.org
1979S: Supported
1980F: block/dmg.c
1981
1982parallels
1983M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1984M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1985L: qemu-block@nongnu.org
1986S: Supported
1987F: block/parallels.c
5746c1cd 1988F: docs/interop/parallels.txt
e7c6e631
SH
1989
1990qed
1991M: Stefan Hajnoczi <stefanha@redhat.com>
1992L: qemu-block@nongnu.org
1993S: Supported
1994F: block/qed.c
1995
1996raw
1997M: Kevin Wolf <kwolf@redhat.com>
1998L: qemu-block@nongnu.org
1999S: Supported
2000F: block/linux-aio.c
f586d5fc 2001F: include/block/raw-aio.h
2e6fc7eb 2002F: block/raw-format.c
c1bb86cd
EB
2003F: block/file-posix.c
2004F: block/file-win32.c
e7c6e631
SH
2005F: block/win32-aio.c
2006
2007qcow2
2008M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2009M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2010L: qemu-block@nongnu.org
2011S: Supported
2012F: block/qcow2*
b24f9882 2013F: docs/interop/qcow2.txt
e7c6e631
SH
2014
2015qcow
2016M: Kevin Wolf <kwolf@redhat.com>
2017L: qemu-block@nongnu.org
2018S: Supported
2019F: block/qcow.c
2020
2021blkdebug
2022M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2023M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2024L: qemu-block@nongnu.org
2025S: Supported
2026F: block/blkdebug.c
2027
2028vpc
2029M: Kevin Wolf <kwolf@redhat.com>
2030L: qemu-block@nongnu.org
2031S: Supported
2032F: block/vpc.c
2033
2034vvfat
2035M: Kevin Wolf <kwolf@redhat.com>
2036L: qemu-block@nongnu.org
2037S: Supported
2038F: block/vvfat.c
abfe4e94
SH
2039
2040Image format fuzzer
2041M: Stefan Hajnoczi <stefanha@redhat.com>
2042L: qemu-block@nongnu.org
2043S: Supported
2044F: tests/image-fuzzer/
717171bd 2045
049105a3 2046Replication
205f8618 2047M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2048M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2049S: Supported
2050F: replication*
2051F: block/replication.c
2052F: tests/test-replication.c
2053F: docs/block-replication.txt
2054
a3defabb
MA
2055PVRDMA
2056M: Yuval Shaia <yuval.shaia@oracle.com>
2057M: Marcel Apfelbaum <marcel@redhat.com>
2058S: Maintained
2059F: hw/rdma/*
2060F: hw/rdma/vmw/*
2061F: docs/pvrdma.txt
2062
b9e02c06
AB
2063Build and test automation
2064-------------------------
0475a03e 2065Build and test automation
b9e02c06 2066M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 2067M: Fam Zheng <famz@redhat.com>
32b9ca98 2068R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 2069L: qemu-devel@nongnu.org
e70dc7f8 2070S: Maintained
b9e02c06 2071F: .travis.yml
d92d886a 2072F: .shippable.yml
e70dc7f8 2073F: tests/docker/
18023821 2074F: tests/vm/
e70dc7f8 2075W: https://travis-ci.org/qemu/qemu
2a747008 2076W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2077W: http://patchew.org/QEMU/
717171bd
DB
2078
2079Documentation
2080-------------
2081Build system architecture
2082M: Daniel P. Berrange <berrange@redhat.com>
2083S: Odd Fixes
c39cdbf6 2084F: docs/devel/build-system.txt
8a49e97f 2085
aef45d51
DB
2086Build System
2087------------
2088GIT submodules
2089M: Daniel P. Berrange <berrange@redhat.com>
2090S: Odd Fixes
2091F: scripts/git-submodule.sh