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