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