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