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