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