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