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