]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
aspeed/i2c: Prevent uninitialized warning
[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 67Responsible Disclosure, Reporting Security Issues
84995ea2 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--------------------
6347e1f1 86S390 general architecture support
daf14ce3
CH
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
a1c993c3 105F: tests/migration/s390x/
daf14ce3 106K: ^Subject:.*(?i)s390x?
e18a8b34 107T: git https://github.com/cohuck/qemu.git s390-next
daf14ce3
CH
108L: qemu-s390x@nongnu.org
109
84995ea2
MA
110Guest CPU cores (TCG)
111---------------------
6347e1f1 112Overall TCG CPUs
2b1641d0 113M: Richard Henderson <rth@twiddle.net>
2185fd67 114R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 115S: Maintained
2b1641d0 116F: cpus.c
2b1641d0 117F: exec.c
c6a88dda 118F: accel/tcg/
9681ad3e 119F: accel/stubs/tcg-stub.c
55fd1892 120F: scripts/decodetree.py
3fdbf5d6 121F: docs/devel/decodetree.rst
2b1641d0
PB
122F: include/exec/cpu*.h
123F: include/exec/exec-all.h
486bbe5f 124F: include/exec/helper*.h
2b1641d0 125F: include/exec/tb-hash.h
460423d3 126F: include/sysemu/cpus.h
14a48c1d 127F: include/sysemu/tcg.h
486bbe5f 128
1badb586
PM
129FPU emulation
130M: Aurelien Jarno <aurelien@aurel32.net>
131M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
132M: Alex Bennée <alex.bennee@linaro.org>
133S: Maintained
1badb586
PM
134F: fpu/
135F: include/fpu/
0636e4d8 136F: tests/fp/
1badb586 137
6347e1f1 138Alpha TCG CPUs
8d6df264
RH
139M: Richard Henderson <rth@twiddle.net>
140S: Maintained
fcf5ef2a 141F: target/alpha/
c0bd0b50 142F: tests/tcg/alpha/
c17652ee 143F: disas/alpha.c
b6f97c14 144
6347e1f1 145ARM TCG CPUs
1ce9ce6a 146M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 147L: qemu-arm@nongnu.org
fd5d5c56 148S: Maintained
fcf5ef2a 149F: target/arm/
c348722c 150F: tests/tcg/arm/
29e0436e 151F: tests/tcg/aarch64/
8d8b636d
PB
152F: hw/arm/
153F: hw/cpu/a*mpcore.c
f7e242d6 154F: include/hw/cpu/a*mpcore.h
c17652ee
PB
155F: disas/arm.c
156F: disas/arm-a64.cc
157F: disas/libvixl/
fd5d5c56 158
49154ea0
EA
159ARM SMMU
160M: Eric Auger <eric.auger@redhat.com>
161L: qemu-arm@nongnu.org
162S: Maintained
163F: hw/arm/smmu*
164F: include/hw/arm/smmu*
165
6347e1f1 166CRIS TCG CPUs
fd5d5c56
AL
167M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
168S: Maintained
fcf5ef2a 169F: target/cris/
8d8b636d 170F: hw/cris/
c9b90090 171F: include/hw/cris/
c0bd0b50 172F: tests/tcg/cris/
c17652ee 173F: disas/cris.c
fd5d5c56 174
6347e1f1 175HPPA (PA-RISC) TCG CPUs
61766fe9
RH
176M: Richard Henderson <rth@twiddle.net>
177S: Maintained
178F: target/hppa/
61461802 179F: hw/hppa/
61766fe9 180F: disas/hppa.c
376b8519
HD
181F: hw/net/*i82596*
182F: include/hw/net/lasi_82596.h
61766fe9 183
6347e1f1 184LM32 TCG CPUs
07bf23a7
MW
185M: Michael Walle <michael@walle.cc>
186S: Maintained
fcf5ef2a 187F: target/lm32/
4eab7a0a 188F: disas/lm32.c
8d8b636d 189F: hw/lm32/
4eab7a0a
MW
190F: hw/*/lm32_*
191F: hw/*/milkymist-*
70cc0c1f 192F: include/hw/display/milkymist_tmu2.h
4eab7a0a
MW
193F: include/hw/char/lm32_juart.h
194F: include/hw/lm32/
c0bd0b50 195F: tests/tcg/lm32/
07bf23a7 196
6347e1f1 197M68K TCG CPUs
595a926d
LV
198M: Laurent Vivier <laurent@vivier.eu>
199S: Maintained
fcf5ef2a 200F: target/m68k/
e9a56114 201F: disas/m68k.c
fd5d5c56 202
6347e1f1 203MicroBlaze TCG CPUs
fd5d5c56
AL
204M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
205S: Maintained
fcf5ef2a 206F: target/microblaze/
8d8b636d 207F: hw/microblaze/
c17652ee 208F: disas/microblaze.c
fd5d5c56 209
6347e1f1 210MIPS TCG CPUs
ddb13561 211M: Aurelien Jarno <aurelien@aurel32.net>
4872fee2 212M: Aleksandar Markovic <amarkovic@wavecomp.com>
63640d6a 213R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
6f640917 214S: Maintained
fcf5ef2a 215F: target/mips/
10a9794d 216F: default-configs/*mips*
d02d5fff 217F: disas/*mips*
0f865314 218F: hw/intc/mips_gic.c
8d8b636d 219F: hw/mips/
5995db88 220F: hw/misc/mips_*
5995db88 221F: hw/timer/mips_gictimer.c
0f865314 222F: include/hw/intc/mips_gic.h
5995db88
TH
223F: include/hw/mips/
224F: include/hw/misc/mips_*
5995db88 225F: include/hw/timer/mips_gictimer.h
5d480ddd 226F: tests/acceptance/linux_ssh_mips_malta.py
c0bd0b50 227F: tests/tcg/mips/
09684557 228K: ^Subject:.*(?i)mips
fd5d5c56 229
6347e1f1 230Moxie TCG CPUs
d15a9c23
AG
231M: Anthony Green <green@moxielogic.com>
232S: Maintained
fcf5ef2a 233F: target/moxie/
c17652ee 234F: disas/moxie.c
a3ccdfb5
TH
235F: hw/moxie/
236F: default-configs/moxie-softmmu.mak
d15a9c23 237
6347e1f1 238NiosII TCG CPUs
e671711c
MV
239M: Chris Wulff <crwulff@gmail.com>
240M: Marek Vasut <marex@denx.de>
241S: Maintained
242F: target/nios2/
243F: hw/nios2/
15e10756 244F: hw/intc/nios2_iic.c
e671711c 245F: disas/nios2.c
15e10756 246F: default-configs/nios2-softmmu.mak
e671711c 247
6347e1f1 248OpenRISC TCG CPUs
1d7cf18d
SH
249M: Stafford Horne <shorne@gmail.com>
250S: Odd Fixes
fcf5ef2a 251F: target/openrisc/
945dad6d 252F: hw/openrisc/
c0bd0b50 253F: tests/tcg/openrisc/
945dad6d 254
6347e1f1 255PowerPC TCG CPUs
b4daafbd 256M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 257L: qemu-ppc@nongnu.org
fd5d5c56 258S: Maintained
fcf5ef2a 259F: target/ppc/
8d8b636d 260F: hw/ppc/
b5d55020 261F: include/hw/ppc/
c17652ee 262F: disas/ppc.c
fd5d5c56 263
6347e1f1 264RISC-V TCG CPUs
c1677bcc 265M: Palmer Dabbelt <palmer@dabbelt.com>
a17a61f3 266M: Alistair Francis <Alistair.Francis@wdc.com>
4dc62b15
MC
267M: Sagar Karandikar <sagark@eecs.berkeley.edu>
268M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
a094b354 269L: qemu-riscv@nongnu.org
7b91ae7d 270S: Supported
4dc62b15
MC
271F: target/riscv/
272F: hw/riscv/
273F: include/hw/riscv/
f936eac8 274F: linux-user/host/riscv32/
511f3138 275F: linux-user/host/riscv64/
4dc62b15 276
6347e1f1 277S390 TCG CPUs
2b35e93f 278M: Richard Henderson <rth@twiddle.net>
ced01bb7 279M: David Hildenbrand <david@redhat.com>
fd5d5c56 280S: Maintained
fcf5ef2a 281F: target/s390x/
8d8b636d 282F: hw/s390x/
c17652ee 283F: disas/s390.c
276ba120 284F: tests/tcg/s390x/
146bd283 285L: qemu-s390x@nongnu.org
fd5d5c56 286
6347e1f1 287SH4 TCG CPUs
ddb13561 288M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 289S: Odd Fixes
fcf5ef2a 290F: target/sh4/
8d8b636d 291F: hw/sh4/
c17652ee 292F: disas/sh4.c
8a90f900 293F: include/hw/sh4/
fd5d5c56 294
6347e1f1 295SPARC TCG CPUs
f2416d3a 296M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 297M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 298S: Maintained
fcf5ef2a 299F: target/sparc/
8d8b636d
PB
300F: hw/sparc/
301F: hw/sparc64/
84dbe974 302F: include/hw/sparc/sparc64.h
c17652ee 303F: disas/sparc.c
fd5d5c56 304
6347e1f1 305UniCore32 TCG CPUs
a6ea7b4c
AF
306M: Guan Xuetao <gxt@mprc.pku.edu.cn>
307S: Maintained
fcf5ef2a 308F: target/unicore32/
8d8b636d 309F: hw/unicore32/
47b98d59 310F: include/hw/unicore32/
a6ea7b4c 311
6347e1f1 312X86 TCG CPUs
d46d72fd
PB
313M: Paolo Bonzini <pbonzini@redhat.com>
314M: Richard Henderson <rth@twiddle.net>
e1a04339 315M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 316S: Maintained
fcf5ef2a 317F: target/i386/
4132431f 318F: tests/tcg/i386/
3a082ec0 319F: tests/tcg/x86_64/
8d8b636d 320F: hw/i386/
c17652ee 321F: disas/i386.c
2544e9e4 322F: docs/qemu-cpu-models.texi
e18a8b34 323T: git https://github.com/ehabkost/qemu.git x86-next
fd5d5c56 324
6347e1f1 325Xtensa TCG CPUs
16e7caae 326M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 327W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 328S: Maintained
fcf5ef2a 329F: target/xtensa/
8d8b636d 330F: hw/xtensa/
c0bd0b50 331F: tests/tcg/xtensa/
5a6539e6 332F: disas/xtensa.c
895e4897
MF
333F: include/hw/xtensa/xtensa-isa.h
334F: default-configs/xtensa*.mak
16e7caae 335
6347e1f1 336TriCore TCG CPUs
48e06fe0
BK
337M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
338S: Maintained
fcf5ef2a 339F: target/tricore/
48e06fe0 340F: hw/tricore/
d46d14e6 341F: include/hw/tricore/
48e06fe0 342
dd28bebd
AB
343Multiarch Linux User Tests
344M: Alex Bennée <alex.bennee@linaro.org>
00a25291 345S: Maintained
dd28bebd
AB
346F: tests/tcg/multiarch/
347
84995ea2
MA
348Guest CPU Cores (KVM)
349---------------------
6347e1f1 350Overall KVM CPUs
c6d559d9 351M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
352L: kvm@vger.kernel.org
353S: Supported
fd5d5c56 354F: */kvm.*
1962cb20 355F: accel/kvm/
9681ad3e
TH
356F: accel/stubs/kvm-stub.c
357F: include/hw/kvm/
a95e9a48 358F: include/sysemu/kvm*.h
9681ad3e 359F: scripts/kvm/kvm_flightrecorder
fd5d5c56 360
6347e1f1 361ARM KVM CPUs
ed4659d1 362M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 363L: qemu-arm@nongnu.org
ed4659d1 364S: Maintained
fcf5ef2a 365F: target/arm/kvm.c
ed4659d1 366
6347e1f1 367MIPS KVM CPUs
a7a2d7d2 368M: James Hogan <jhogan@kernel.org>
63640d6a 369R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
a31896c4 370S: Maintained
fcf5ef2a 371F: target/mips/kvm.c
a31896c4 372
6347e1f1 373PPC KVM CPUs
bba8e23a 374M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 375S: Maintained
fcf5ef2a 376F: target/ppc/kvm.c
fd5d5c56 377
6347e1f1 378S390 KVM CPUs
7c8e2647 379M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 380M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 381M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 382S: Supported
fcf5ef2a 383F: target/s390x/kvm.c
040078e0
DH
384F: target/s390x/kvm_s390x.h
385F: target/s390x/kvm-stub.c
fcf5ef2a
TH
386F: target/s390x/ioinst.[ch]
387F: target/s390x/machine.c
74b4c74d 388F: target/s390x/sigp.c
8b3410de
CH
389F: target/s390x/cpu_features*.[ch]
390F: target/s390x/cpu_models.[ch]
4277af19
CH
391F: hw/intc/s390_flic.c
392F: hw/intc/s390_flic_kvm.c
393F: include/hw/s390x/s390_flic.h
c5bfb202 394F: gdb-xml/s390*.xml
e18a8b34
SH
395T: git https://github.com/cohuck/qemu.git s390-next
396T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 397L: qemu-s390x@nongnu.org
fd5d5c56 398
6347e1f1 399X86 KVM CPUs
d46d72fd 400M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
401M: Marcelo Tosatti <mtosatti@redhat.com>
402L: kvm@vger.kernel.org
403S: Supported
fcf5ef2a 404F: target/i386/kvm.c
9681ad3e 405F: scripts/kvm/vmxcap
fd5d5c56 406
84995ea2
MA
407Guest CPU Cores (Xen)
408---------------------
6347e1f1 409X86 Xen CPUs
3623c57e
SS
410M: Stefano Stabellini <sstabellini@kernel.org>
411M: Anthony Perard <anthony.perard@citrix.com>
784e9727 412M: Paul Durrant <paul@xen.org>
6d06220a 413L: xen-devel@lists.xenproject.org
8a6b0cd7 414S: Supported
8a6b0cd7 415F: */xen*
b827891d 416F: hw/9pfs/xen-9p*
c92451c2
PB
417F: hw/char/xen_console.c
418F: hw/display/xenfb.c
419F: hw/net/xen_nic.c
1a72d9ae 420F: hw/block/xen*
4ea7d1a7 421F: hw/block/dataplane/xen*
c92451c2
PB
422F: hw/xen/
423F: hw/xenpv/
9027ac50 424F: hw/i386/xen/
1401897c 425F: hw/pci-host/xen_igd_pt.c
fcab2b46 426F: include/hw/block/dataplane/xen*
c92451c2 427F: include/hw/xen/
9027ac50 428F: include/sysemu/xen-mapcache.h
8a6b0cd7 429
84995ea2
MA
430Hosts
431-----
1bdd6874 432LINUX
f5fecb49
PMD
433M: Michael S. Tsirkin <mst@redhat.com>
434M: Cornelia Huck <cohuck@redhat.com>
435M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 436S: Maintained
1bdd6874 437F: linux-headers/
f5fecb49 438F: scripts/update-linux-headers.sh
1bdd6874
SW
439
440POSIX
f3f0204d 441M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 442S: Maintained
f3f0204d
PMD
443F: os-posix.c
444F: include/sysemu/os-posix.h
445F: util/*posix*.c
446F: include/qemu/*posix*.h
1bdd6874 447
3c2bdbc1 448NETBSD
3c2bdbc1
KR
449M: Kamil Rytarowski <kamil@netbsd.org>
450S: Maintained
1b61270b 451K: ^Subject:.*(?i)NetBSD
3c2bdbc1 452
0a773d55 453OPENBSD
0a773d55
BS
454M: Brad Smith <brad@comstyle.com>
455S: Maintained
456K: ^Subject:.*(?i)OpenBSD
457
1bdd6874 458W32, W64
1bdd6874
SW
459M: Stefan Weil <sw@weilnetz.de>
460S: Maintained
461F: *win32*
03972660
TH
462F: */*win32*
463F: include/*/*win32*
464X: qga/*win32*
885bdc95 465F: qemu.nsi
1bdd6874 466
b250d04a 467Alpha Machines
84995ea2 468--------------
b250d04a
PMD
469M: Richard Henderson <rth@twiddle.net>
470S: Maintained
471F: hw/alpha/
7bea0dd4 472F: hw/isa/smc37c669-superio.c
8d8a8ab5 473F: tests/tcg/alpha/system/
b250d04a 474
fd5d5c56
AL
475ARM Machines
476------------
84291fe7 477Allwinner-a10
85b4d5da 478M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 479M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 480L: qemu-arm@nongnu.org
a00d7f20 481S: Odd Fixes
85b4d5da
BG
482F: hw/*/allwinner*
483F: include/hw/*/allwinner*
84291fe7
LG
484F: hw/arm/cubieboard.c
485
e5a6a6e6 486ARM PrimeCell and CMSDK devices
06271000 487M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 488L: qemu-arm@nongnu.org
06271000
PB
489S: Maintained
490F: hw/char/pl011.c
c6427ff7 491F: include/hw/char/pl011.h
06271000
PB
492F: hw/display/pl110*
493F: hw/dma/pl080.c
aa74e355 494F: include/hw/dma/pl080.h
06271000
PB
495F: hw/dma/pl330.c
496F: hw/gpio/pl061.c
497F: hw/input/pl050.c
498F: hw/intc/pl190.c
499F: hw/sd/pl181.c
1d52866f
PM
500F: hw/ssi/pl022.c
501F: include/hw/ssi/pl022.h
877c181c
PMD
502F: hw/rtc/pl031.c
503F: include/hw/rtc/pl031.h
06271000 504F: include/hw/arm/primecell.h
e5a6a6e6
PM
505F: hw/timer/cmsdk-apb-timer.c
506F: include/hw/timer/cmsdk-apb-timer.h
4f4c6206
PM
507F: hw/timer/cmsdk-apb-dualtimer.c
508F: include/hw/timer/cmsdk-apb-dualtimer.h
e5a6a6e6
PM
509F: hw/char/cmsdk-apb-uart.c
510F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
511F: hw/watchdog/cmsdk-apb-watchdog.c
512F: include/hw/watchdog/cmsdk-apb-watchdog.h
0d4a7551
PM
513F: hw/misc/tz-ppc.c
514F: include/hw/misc/tz-ppc.h
344f4b15
PM
515F: hw/misc/tz-mpc.c
516F: include/hw/misc/tz-mpc.h
211e701d
PM
517F: hw/misc/tz-msc.c
518F: include/hw/misc/tz-msc.h
06271000
PB
519
520ARM cores
521M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 522L: qemu-arm@nongnu.org
06271000
PB
523S: Maintained
524F: hw/intc/arm*
525F: hw/intc/gic_internal.h
526F: hw/misc/a9scu.c
527F: hw/misc/arm11scu.c
b7f30114 528F: hw/misc/arm_l2x0.c
06271000 529F: hw/timer/a9gtimer*
c6427ff7
PMD
530F: hw/timer/arm*
531F: include/hw/arm/arm*.h
06271000
PB
532F: include/hw/intc/arm*
533F: include/hw/misc/a9scu.h
534F: include/hw/misc/arm11scu.h
535F: include/hw/timer/a9gtimer.h
536F: include/hw/timer/arm_mptimer.h
c6427ff7 537F: include/hw/timer/armv7m_systick.h
1e8a1fae 538F: tests/qtest/test-arm-mptimer.c
06271000 539
fc63dcff 540Exynos
f44c5c67 541M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 542M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 543L: qemu-arm@nongnu.org
a00d7f20 544S: Odd Fixes
8d8b636d 545F: hw/*/exynos*
ed0db866 546F: include/hw/arm/exynos4210.h
fc63dcff 547
766fd09f 548Calxeda Highbank
9ef137ca 549M: Rob Herring <robh@kernel.org>
a00d7f20 550M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 551L: qemu-arm@nongnu.org
a00d7f20 552S: Odd Fixes
8d8b636d
PB
553F: hw/arm/highbank.c
554F: hw/net/xgmac.c
766fd09f 555
9082f121
AP
556Canon DIGIC
557M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 558M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 559L: qemu-arm@nongnu.org
a00d7f20 560S: Odd Fixes
9082f121
AP
561F: include/hw/arm/digic.h
562F: hw/*/digic*
7ad5f2d1 563F: include/hw/*/digic*
9082f121 564
fd5d5c56 565Gumstix
a00d7f20
PM
566M: Peter Maydell <peter.maydell@linaro.org>
567R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b4f2bd1c 568L: qemu-arm@nongnu.org
1f7161d2 569S: Odd Fixes
8d8b636d 570F: hw/arm/gumstix.c
fd5d5c56 571
123a069a
TH
572i.MX25 PDK
573M: Peter Maydell <peter.maydell@linaro.org>
574R: Jean-Christophe Dubois <jcd@tribudubois.net>
575L: qemu-arm@nongnu.org
576S: Odd Fixes
577F: hw/arm/fsl-imx25.c
578F: hw/arm/imx25_pdk.c
579F: hw/misc/imx25_ccm.c
580F: include/hw/arm/fsl-imx25.h
581F: include/hw/misc/imx25_ccm.h
582
95a5db3a 583i.MX31 (kzm)
0325559d 584M: Peter Chubb <peter.chubb@nicta.com.au>
a00d7f20 585M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 586L: qemu-arm@nongnu.org
95a5db3a 587S: Odd Fixes
8d8b636d 588F: hw/arm/kzm.c
95a5db3a
TH
589F: hw/*/imx_*
590F: hw/*/*imx31*
591F: include/hw/*/imx_*
592F: include/hw/*/*imx31*
0325559d 593
fd5d5c56 594Integrator CP
1ce9ce6a 595M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 596L: qemu-arm@nongnu.org
fd5d5c56 597S: Maintained
8d8b636d 598F: hw/arm/integratorcp.c
f7e242d6 599F: hw/misc/arm_integrator_debug.c
b7f30114 600F: include/hw/misc/arm_integrator_debug.h
fd5d5c56 601
95a5db3a
TH
602MCIMX6UL EVK / i.MX6ul
603M: Peter Maydell <peter.maydell@linaro.org>
604R: Jean-Christophe Dubois <jcd@tribudubois.net>
605L: qemu-arm@nongnu.org
606S: Odd Fixes
607F: hw/arm/mcimx6ul-evk.c
608F: hw/arm/fsl-imx6ul.c
609F: hw/misc/imx6ul_ccm.c
610F: include/hw/arm/fsl-imx6ul.h
611F: include/hw/misc/imx6ul_ccm.h
612
613MCIMX7D SABRE / i.MX7
614M: Peter Maydell <peter.maydell@linaro.org>
615R: Andrey Smirnov <andrew.smirnov@gmail.com>
616L: qemu-arm@nongnu.org
617S: Odd Fixes
618F: hw/arm/mcimx7d-sabre.c
619F: hw/arm/fsl-imx7.c
b7f30114 620F: hw/misc/imx7_*.c
95a5db3a 621F: include/hw/arm/fsl-imx7.h
b7f30114 622F: include/hw/misc/imx7_*.h
95a5db3a
TH
623F: hw/pci-host/designware.c
624F: include/hw/pci-host/designware.h
625
e5a6a6e6
PM
626MPS2
627M: Peter Maydell <peter.maydell@linaro.org>
628L: qemu-arm@nongnu.org
629S: Maintained
630F: hw/arm/mps2.c
0d4a7551
PM
631F: hw/arm/mps2-tz.c
632F: hw/misc/mps2-*.c
633F: include/hw/misc/mps2-*.h
6eee5d24
PM
634F: hw/arm/armsse.c
635F: include/hw/arm/armsse.h
c56c5760
PMD
636F: hw/misc/iotkit-secctl.c
637F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
638F: hw/misc/iotkit-sysctl.c
639F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
640F: hw/misc/iotkit-sysinfo.c
641F: include/hw/misc/iotkit-sysinfo.h
5aeb3689
PM
642F: hw/misc/armsse-cpuid.c
643F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
644F: hw/misc/armsse-mhu.c
645F: include/hw/misc/armsse-mhu.h
e5a6a6e6 646
8f69a4c1
PM
647Musca
648M: Peter Maydell <peter.maydell@linaro.org>
649L: qemu-arm@nongnu.org
650S: Maintained
651F: hw/arm/musca.c
652
fd5d5c56
AL
653Musicpal
654M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 655M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 656L: qemu-arm@nongnu.org
a00d7f20 657S: Odd Fixes
8d8b636d 658F: hw/arm/musicpal.c
fd5d5c56
AL
659
660nSeries
661M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 662M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 663L: qemu-arm@nongnu.org
a00d7f20 664S: Odd Fixes
8d8b636d 665F: hw/arm/nseries.c
8a08cc71 666F: hw/display/blizzard.c
b7f30114
TH
667F: hw/input/lm832x.c
668F: hw/input/tsc2005.c
669F: hw/misc/cbus.c
6a648a5f 670F: hw/rtc/twl92230.c
8a08cc71 671F: include/hw/display/blizzard.h
a331dd02 672F: include/hw/input/tsc2xxx.h
e8fa3958 673F: include/hw/misc/cbus.h
fd5d5c56
AL
674
675Palm
676M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 677M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 678L: qemu-arm@nongnu.org
a00d7f20 679S: Odd Fixes
8d8b636d 680F: hw/arm/palm.c
b7f30114 681F: hw/input/tsc210x.c
a331dd02 682F: include/hw/input/tsc2xxx.h
fd5d5c56 683
95a5db3a
TH
684Raspberry Pi
685M: Peter Maydell <peter.maydell@linaro.org>
686R: Andrew Baumann <Andrew.Baumann@microsoft.com>
687R: Philippe Mathieu-Daudé <f4bug@amsat.org>
688L: qemu-arm@nongnu.org
689S: Odd Fixes
123a069a 690F: hw/arm/raspi.c
95a5db3a
TH
691F: hw/arm/raspi_platform.h
692F: hw/*/bcm283*
693F: include/hw/arm/raspi*
694F: include/hw/*/bcm283*
695
fd5d5c56 696Real View
1ce9ce6a 697M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 698L: qemu-arm@nongnu.org
fd5d5c56 699S: Maintained
8d8b636d 700F: hw/arm/realview*
f7e242d6 701F: hw/cpu/realview_mpcore.c
5ea53049
PB
702F: hw/intc/realview_gic.c
703F: include/hw/intc/realview_gic.h
fd5d5c56 704
9b31bff0 705PXA2XX
fd5d5c56 706M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 707M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 708L: qemu-arm@nongnu.org
a00d7f20 709S: Odd Fixes
9b31bff0 710F: hw/arm/mainstone.c
8d8b636d 711F: hw/arm/spitz.c
9b31bff0
PB
712F: hw/arm/tosa.c
713F: hw/arm/z2.c
714F: hw/*/pxa2xx*
123a069a
TH
715F: hw/display/tc6393xb.c
716F: hw/gpio/max7310.c
717F: hw/gpio/zaurus.c
f7e242d6 718F: hw/misc/mst_fpga.c
b7f30114 719F: hw/misc/max111x.c
ed0db866 720F: include/hw/arm/pxa.h
123a069a 721F: include/hw/arm/sharpsl.h
ee2ccc57 722F: include/hw/display/tc6393xb.h
fd5d5c56 723
95a5db3a
TH
724SABRELITE / i.MX6
725M: Peter Maydell <peter.maydell@linaro.org>
726R: Jean-Christophe Dubois <jcd@tribudubois.net>
727L: qemu-arm@nongnu.org
728S: Odd Fixes
729F: hw/arm/sabrelite.c
730F: hw/arm/fsl-imx6.c
b7f30114 731F: hw/misc/imx6_*.c
95a5db3a
TH
732F: hw/ssi/imx_spi.c
733F: include/hw/arm/fsl-imx6.h
b7f30114 734F: include/hw/misc/imx6_*.h
95a5db3a
TH
735F: include/hw/ssi/imx_spi.h
736
64580903
HZ
737SBSA-REF
738M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
739M: Peter Maydell <peter.maydell@linaro.org>
aff55693 740R: Leif Lindholm <leif@nuviainc.com>
64580903
HZ
741L: qemu-arm@nongnu.org
742S: Maintained
743F: hw/arm/sbsa-ref.c
744
671f11b2
TH
745Sharp SL-5500 (Collie) PDA
746M: Peter Maydell <peter.maydell@linaro.org>
747L: qemu-arm@nongnu.org
748S: Odd Fixes
749F: hw/arm/collie.c
750F: hw/arm/strongarm*
751
fd5d5c56 752Stellaris
1ce9ce6a 753M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 754L: qemu-arm@nongnu.org
fd5d5c56 755S: Maintained
8d8b636d 756F: hw/*/stellaris*
98fa3327 757F: include/hw/input/gamepad.h
fd5d5c56 758
95a5db3a
TH
759Versatile Express
760M: Peter Maydell <peter.maydell@linaro.org>
761L: qemu-arm@nongnu.org
762S: Maintained
763F: hw/arm/vexpress.c
764
fd5d5c56 765Versatile PB
1ce9ce6a 766M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 767L: qemu-arm@nongnu.org
fd5d5c56 768S: Maintained
8d8b636d 769F: hw/*/versatile*
c6427ff7 770F: hw/misc/arm_sysctl.c
fd5d5c56 771
95a5db3a
TH
772Virt
773M: Peter Maydell <peter.maydell@linaro.org>
774L: qemu-arm@nongnu.org
775S: Maintained
776F: hw/arm/virt*
777F: include/hw/arm/virt.h
778
e3260506 779Xilinx Zynq
cc0100f4 780M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 781M: Alistair Francis <alistair@alistair23.me>
a00d7f20 782M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 783L: qemu-arm@nongnu.org
e3260506 784S: Maintained
cc0100f4 785F: hw/*/xilinx_*
8d8b636d 786F: hw/*/cadence_*
f7e242d6
TH
787F: hw/misc/zynq*
788F: include/hw/misc/zynq*
cc0100f4 789X: hw/ssi/xilinx_*
e3260506 790
137805f5 791Xilinx ZynqMP
c22e580c 792M: Alistair Francis <alistair@alistair23.me>
cc0100f4 793M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 794M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 795L: qemu-arm@nongnu.org
137805f5 796S: Maintained
cc0100f4 797F: hw/*/xlnx*.c
f586d5fc 798F: include/hw/*/xlnx*.h
24d6d8bf
PMD
799F: include/hw/ssi/xilinx_spips.h
800F: hw/display/dpcd.c
801F: include/hw/display/dpcd.h
137805f5 802
8f4d260e 803ARM ACPI Subsystem
e59f13d7 804M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 805L: qemu-arm@nongnu.org
8f4d260e
SZ
806S: Maintained
807F: hw/arm/virt-acpi-build.c
8f4d260e 808
a1f8193b
AF
809STM32F205
810M: Alistair Francis <alistair@alistair23.me>
a00d7f20 811M: Peter Maydell <peter.maydell@linaro.org>
a1f8193b
AF
812S: Maintained
813F: hw/arm/stm32f205_soc.c
814F: hw/misc/stm32f2xx_syscfg.c
815F: hw/char/stm32f2xx_usart.c
816F: hw/timer/stm32f2xx_timer.c
817F: hw/adc/*
818F: hw/ssi/stm32f2xx_spi.c
0e0d345b 819F: include/hw/*/stm32*.h
a1f8193b 820
529fc5fd
AF
821STM32F405
822M: Alistair Francis <alistair@alistair23.me>
823M: Peter Maydell <peter.maydell@linaro.org>
824S: Maintained
825F: hw/arm/stm32f405_soc.c
826F: hw/misc/stm32f4xx_syscfg.c
827F: hw/misc/stm32f4xx_exti.c
828
a1f8193b
AF
829Netduino 2
830M: Alistair Francis <alistair@alistair23.me>
a00d7f20 831M: Peter Maydell <peter.maydell@linaro.org>
a1f8193b
AF
832S: Maintained
833F: hw/arm/netduino2.c
834
60d6c427
AF
835Netduino Plus 2
836M: Alistair Francis <alistair@alistair23.me>
837M: Peter Maydell <peter.maydell@linaro.org>
838S: Maintained
839F: hw/arm/netduinoplus2.c
840
670bc4cb
SS
841SmartFusion2
842M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 843M: Peter Maydell <peter.maydell@linaro.org>
670bc4cb
SS
844S: Maintained
845F: hw/arm/msf2-soc.c
846F: hw/misc/msf2-sysreg.c
847F: hw/timer/mss-timer.c
848F: hw/ssi/mss-spi.c
849F: include/hw/arm/msf2-soc.h
850F: include/hw/misc/msf2-sysreg.h
851F: include/hw/timer/mss-timer.h
852F: include/hw/ssi/mss-spi.h
853
854Emcraft M2S-FG484
855M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 856M: Peter Maydell <peter.maydell@linaro.org>
670bc4cb
SS
857S: Maintained
858F: hw/arm/msf2-som.c
859
f87db1ba
JS
860ASPEED BMCs
861M: Cédric Le Goater <clg@kaod.org>
a00d7f20 862M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
863R: Andrew Jeffery <andrew@aj.id.au>
864R: Joel Stanley <joel@jms.id.au>
865L: qemu-arm@nongnu.org
866S: Maintained
867F: hw/*/*aspeed*
b7f30114 868F: hw/misc/pca9552.c
f87db1ba 869F: include/hw/*/*aspeed*
b7f30114 870F: include/hw/misc/pca9552*.h
f87db1ba
JS
871F: hw/net/ftgmac100.c
872F: include/hw/net/ftgmac100.h
873
c0066d1a
JS
874NRF51
875M: Joel Stanley <joel@jms.id.au>
a00d7f20 876M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
877L: qemu-arm@nongnu.org
878S: Maintained
c8de3f5f
SH
879F: hw/*/nrf51*.c
880F: hw/*/microbit*.c
881F: include/hw/*/nrf51*.h
882F: include/hw/*/microbit*.h
1e8a1fae 883F: tests/qtest/microbit-test.c
c0066d1a 884
fd5d5c56
AL
885CRIS Machines
886-------------
887Axis Dev88
888M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
889S: Maintained
8d8b636d 890F: hw/cris/axis_dev88.c
6e481d57 891F: hw/*/etraxfs_*.c
fd5d5c56 892
e188396c
PMD
893HP-PARISC Machines
894------------------
18092598 895HP B160L
e188396c
PMD
896M: Richard Henderson <rth@twiddle.net>
897R: Helge Deller <deller@gmx.de>
898S: Odd Fixes
a2a82ad6 899F: default-configs/hppa-softmmu.mak
e188396c
PMD
900F: hw/hppa/
901F: pc-bios/hppa-firmware.img
902
07bf23a7
MW
903LM32 Machines
904-------------
905EVR32 and uclinux BSP
906M: Michael Walle <michael@walle.cc>
907S: Maintained
8d8b636d 908F: hw/lm32/lm32_boards.c
07bf23a7 909
d118aa6b
MW
910milkymist
911M: Michael Walle <michael@walle.cc>
912S: Maintained
8d8b636d 913F: hw/lm32/milkymist.c
d118aa6b 914
afcacd53 915M68K Machines
fd5d5c56
AL
916-------------
917an5206
5baf2741
TH
918M: Thomas Huth <huth@tuxfamily.org>
919S: Odd Fixes
8d8b636d 920F: hw/m68k/an5206.c
e9a56114 921F: hw/m68k/mcf5206.c
fd5d5c56 922
fd5d5c56 923mcf5208
5baf2741
TH
924M: Thomas Huth <huth@tuxfamily.org>
925S: Odd Fixes
8d8b636d 926F: hw/m68k/mcf5208.c
e9a56114
TH
927F: hw/m68k/mcf_intc.c
928F: hw/char/mcf_uart.c
929F: hw/net/mcf_fec.c
5baf2741 930F: include/hw/m68k/mcf*.h
fd5d5c56 931
1810b815
TH
932NeXTcube
933M: Thomas Huth <huth@tuxfamily.org>
934S: Odd Fixes
935F: hw/m68k/next-*.c
936F: hw/display/next-fb.c
937F: include/hw/m68k/next-cube.h
938
6dca62a0
LV
939q800
940M: Laurent Vivier <laurent@vivier.eu>
941S: Maintained
04e7ca8d 942F: hw/m68k/q800.c
6dca62a0 943F: hw/misc/mac_via.c
fa2ba3b8 944F: hw/nubus/*
8ac919a0 945F: hw/display/macfb.c
c701ec62 946F: hw/block/swim.c
04e7ca8d 947F: hw/m68k/bootinfo.h
6dca62a0 948F: include/hw/misc/mac_via.h
fa2ba3b8 949F: include/hw/nubus/*
8ac919a0 950F: include/hw/display/macfb.h
c701ec62 951F: include/hw/block/swim.h
6dca62a0 952
fd5d5c56
AL
953MicroBlaze Machines
954-------------------
955petalogix_s3adsp1800
956M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
957S: Maintained
6e481d57 958F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 959F: include/hw/char/xilinx_uartlite.h
fd5d5c56 960
d36e8ce7 961petalogix_ml605
4b46ba61 962M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 963S: Maintained
8d8b636d 964F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 965
fd5d5c56
AL
966MIPS Machines
967-------------
968Jazz
969M: Hervé Poussineau <hpoussin@reactos.org>
63640d6a 970R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
fd5d5c56 971S: Maintained
8d8b636d 972F: hw/mips/mips_jazz.c
0886a785
PMD
973F: hw/display/jazz_led.c
974F: hw/dma/rc4030.c
fd5d5c56
AL
975
976Malta
485cd982
AM
977M: Aleksandar Markovic <amarkovic@wavecomp.com>
978M: Philippe Mathieu-Daudé <f4bug@amsat.org>
979R: Aurelien Jarno <aurelien@aurel32.net>
fd5d5c56 980S: Maintained
60041378
AM
981F: hw/isa/piix4.c
982F: hw/acpi/piix4.c
8d8b636d 983F: hw/mips/mips_malta.c
93081f51 984F: hw/mips/gt64xxx_pci.c
60041378 985F: include/hw/southbridge/piix.h
c47c336e 986F: tests/acceptance/linux_ssh_mips_malta.py
fd5d5c56
AL
987
988Mipssim
4872fee2 989M: Aleksandar Markovic <amarkovic@wavecomp.com>
63640d6a 990R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
659f42d8 991S: Odd Fixes
8d8b636d 992F: hw/mips/mips_mipssim.c
659f42d8 993F: hw/net/mipsnet.c
fd5d5c56
AL
994
995R4000
996M: Aurelien Jarno <aurelien@aurel32.net>
63640d6a 997R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
d32dc614 998S: Obsolete
8d8b636d 999F: hw/mips/mips_r4k.c
fd5d5c56 1000
659f42d8 1001Fulong 2E
86eb0697 1002M: Philippe Mathieu-Daudé <f4bug@amsat.org>
4872fee2 1003M: Aleksandar Markovic <amarkovic@wavecomp.com>
659f42d8
YK
1004S: Odd Fixes
1005F: hw/mips/mips_fulong2e.c
0170a3fc 1006F: hw/isa/vt82c686.c
5021bfa5 1007F: hw/pci-host/bonito.c
0170a3fc 1008F: include/hw/isa/vt82c686.h
659f42d8
YK
1009
1010Boston
4872fee2 1011M: Paul Burton <pburton@wavecomp.com>
63640d6a 1012R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
659f42d8
YK
1013S: Maintained
1014F: hw/core/loader-fit.c
1015F: hw/mips/boston.c
1016F: hw/pci-host/xilinx-pcie.c
5021bfa5 1017F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1018
945dad6d
JL
1019OpenRISC Machines
1020-----------------
1021or1k-sim
1022M: Jia Liu <proljc@gmail.com>
1023S: Maintained
1024F: hw/openrisc/openrisc_sim.c
1025
fd5d5c56
AL
1026PowerPC Machines
1027----------------
1028405
bba8e23a 1029M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1030L: qemu-ppc@nongnu.org
9b9fe135 1031S: Odd Fixes
8d8b636d 1032F: hw/ppc/ppc405_boards.c
fd5d5c56 1033
aaade8d7 1034Bamboo
bba8e23a 1035M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1036L: qemu-ppc@nongnu.org
1037S: Odd Fixes
8d8b636d 1038F: hw/ppc/ppc440_bamboo.c
aaade8d7 1039
98cded3a 1040e500
bba8e23a 1041M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1042L: qemu-ppc@nongnu.org
bba8e23a 1043S: Odd Fixes
ce6fc617 1044F: hw/ppc/e500*
2c6aba14 1045F: hw/gpio/mpc8xxx.c
7abb479c 1046F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1047F: hw/net/fsl_etsec/
1048F: hw/pci-host/ppce500.c
b5d55020
TH
1049F: include/hw/ppc/ppc_e500.h
1050F: include/hw/pci-host/ppce500.h
1051F: pc-bios/u-boot.e500
98cded3a
AF
1052
1053mpc8544ds
bba8e23a 1054M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1055L: qemu-ppc@nongnu.org
bba8e23a 1056S: Odd Fixes
98cded3a 1057F: hw/ppc/mpc8544ds.c
8d8b636d 1058F: hw/ppc/mpc8544_guts.c
98cded3a 1059
2c6aba14 1060New World (mac99)
40e3dd06
MCA
1061M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1062R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1063L: qemu-ppc@nongnu.org
bba8e23a 1064S: Odd Fixes
baec1910 1065F: hw/ppc/mac_newworld.c
6e481d57
PM
1066F: hw/pci-host/uninorth.c
1067F: hw/pci-bridge/dec.[hc]
8d8b636d 1068F: hw/misc/macio/
6ba16476 1069F: hw/misc/mos6522.c
b5d55020 1070F: hw/nvram/mac_nvram.c
2c6aba14 1071F: hw/input/adb*
eba45926 1072F: include/hw/misc/macio/
6ba16476 1073F: include/hw/misc/mos6522.h
eba45926 1074F: include/hw/ppc/mac_dbdma.h
5021bfa5 1075F: include/hw/pci-host/uninorth.h
2c6aba14 1076F: include/hw/input/adb*
52804c60 1077F: pc-bios/qemu_vga.ndrv
fd5d5c56 1078
2c6aba14 1079Old World (g3beige)
40e3dd06
MCA
1080M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1081R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1082L: qemu-ppc@nongnu.org
bba8e23a 1083S: Odd Fixes
baec1910 1084F: hw/ppc/mac_oldworld.c
6e481d57 1085F: hw/pci-host/grackle.c
8d8b636d 1086F: hw/misc/macio/
835c42d3 1087F: hw/intc/heathrow_pic.c
2c6aba14 1088F: hw/input/adb*
97e16dba 1089F: include/hw/intc/heathrow_pic.h
2c6aba14 1090F: include/hw/input/adb*
52804c60 1091F: pc-bios/qemu_vga.ndrv
fd5d5c56 1092
ec38d398 1093PReP
8178e89c 1094M: Hervé Poussineau <hpoussin@reactos.org>
a6c98685 1095L: qemu-ppc@nongnu.org
8178e89c 1096S: Maintained
75610155 1097F: hw/ppc/prep.c
8178e89c
HP
1098F: hw/ppc/prep_systemio.c
1099F: hw/ppc/rs6000_mc.c
6e481d57 1100F: hw/pci-host/prep.[hc]
0a9464b5 1101F: hw/isa/i82378.c
a48c6b51 1102F: hw/isa/pc87312.c
1cd6dccb 1103F: hw/dma/i82374.c
819ce6b2 1104F: hw/rtc/m48t59-isa.c
a48c6b51 1105F: include/hw/isa/pc87312.h
819ce6b2 1106F: include/hw/rtc/m48t59.h
71b290e7 1107F: tests/acceptance/ppc_prep_40p.py
fd5d5c56 1108
300b115c 1109sPAPR
085eb217 1110M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
1111L: qemu-ppc@nongnu.org
1112S: Supported
8d8b636d 1113F: hw/*/spapr*
f9de2da7
DG
1114F: include/hw/*/spapr*
1115F: hw/*/xics*
1116F: include/hw/*/xics*
b5d55020
TH
1117F: pc-bios/slof.bin
1118F: docs/specs/ppc-spapr-hcalls.txt
1119F: docs/specs/ppc-spapr-hotplug.txt
1e8a1fae 1120F: tests/qtest/spapr*
1cf4323e 1121F: tests/qtest/libqos/*spapr*
1e8a1fae 1122F: tests/qtest/rtas*
1cf4323e 1123F: tests/qtest/libqos/rtas*
8a269ca4 1124
1af82d4f
CLG
1125PowerNV (Non-Virtualized)
1126M: Cédric Le Goater <clg@kaod.org>
1127M: David Gibson <david@gibson.dropbear.id.au>
1128L: qemu-ppc@nongnu.org
1129S: Maintained
1130F: hw/ppc/pnv*
1131F: hw/intc/pnv*
1132F: hw/intc/xics_pnv.c
1133F: include/hw/ppc/pnv*
1134F: pc-bios/skiboot.lid
1e8a1fae 1135F: tests/qtest/pnv*
1af82d4f 1136
794d00bf
AF
1137virtex_ml507
1138M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1139L: qemu-ppc@nongnu.org
1140S: Odd Fixes
6e481d57 1141F: hw/ppc/virtex_ml507.c
794d00bf 1142
a9dd6604
BZ
1143sam460ex
1144M: BALATON Zoltan <balaton@eik.bme.hu>
1145L: qemu-ppc@nongnu.org
1146S: Maintained
33c6a8b5
BZ
1147F: hw/ppc/sam460ex.c
1148F: hw/ppc/ppc440_pcix.c
1149F: hw/display/sm501*
a9dd6604 1150F: hw/ide/sii3112.c
de04c31d 1151F: hw/rtc/m41t80.c
33c6a8b5
BZ
1152F: pc-bios/canyonlands.dt[sb]
1153F: pc-bios/u-boot-sam460ex-20100605.bin
1154F: roms/u-boot-sam460ex
a9dd6604 1155
fd5d5c56
AL
1156SH4 Machines
1157------------
1158R2D
1159M: Magnus Damm <magnus.damm@gmail.com>
1160S: Maintained
6e481d57 1161F: hw/sh4/r2d.c
81527b94
TH
1162F: hw/intc/sh_intc.c
1163F: hw/timer/sh_timer.c
fd5d5c56
AL
1164
1165Shix
1166M: Magnus Damm <magnus.damm@gmail.com>
81527b94 1167S: Odd Fixes
6e481d57 1168F: hw/sh4/shix.c
fd5d5c56
AL
1169
1170SPARC Machines
1171--------------
1172Sun4m
f2416d3a 1173M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1174S: Maintained
8d8b636d 1175F: hw/sparc/sun4m.c
c468e368 1176F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1177F: hw/display/cg3.c
1178F: hw/display/tcx.c
c10a1c78 1179F: hw/dma/sparc32_dma.c
7098b79e 1180F: hw/misc/eccmemctl.c
aec2b887
TH
1181F: hw/*/slavio_*.c
1182F: include/hw/nvram/sun_nvram.h
c10a1c78 1183F: include/hw/sparc/sparc32_dma.h
d0476159 1184F: include/hw/sparc/sun4m_iommu.h
aec2b887 1185F: pc-bios/openbios-sparc32
fd5d5c56
AL
1186
1187Sun4u
f2416d3a 1188M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1189S: Maintained
8d8b636d 1190F: hw/sparc64/sun4u.c
8ef856b7
PMD
1191F: hw/sparc64/sun4u_iommu.c
1192F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1193F: hw/pci-host/sabre.c
1194F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1195F: hw/pci-bridge/simba.c
1196F: include/hw/pci-bridge/simba.h
1197F: pc-bios/openbios-sparc64
fd5d5c56 1198
a2664ca0
AT
1199Sun4v
1200M: Artyom Tarasenko <atar4qemu@gmail.com>
1201S: Maintained
626e4a4b 1202F: hw/sparc64/niagara.c
2811ac30
PMD
1203F: hw/rtc/sun4v-rtc.c
1204F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1205
ce6c760c
FC
1206Leon3
1207M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1208M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1209S: Maintained
8d8b636d
PB
1210F: hw/sparc/leon3.c
1211F: hw/*/grlib*
162abf1a 1212F: include/hw/*/grlib*
b11785ca 1213F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1214
fd5d5c56
AL
1215S390 Machines
1216-------------
dd4ad64a 1217S390 Virtio-ccw
c1976ae7 1218M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1219M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1220M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1221S: Supported
0c6aa7ee 1222F: hw/char/sclp*.[hc]
9d1c4449 1223F: hw/char/terminal3270.c
c5bfb202 1224F: hw/s390x/
4277af19 1225F: include/hw/s390x/
c5bfb202 1226F: hw/watchdog/wdt_diag288.c
1e4738b2 1227F: include/hw/watchdog/wdt_diag288.h
1e4738b2 1228F: default-configs/s390x-softmmu.mak
e18a8b34
SH
1229T: git https://github.com/cohuck/qemu.git s390-next
1230T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1231L: qemu-s390x@nongnu.org
dd4ad64a 1232
8e4eb427 1233S390-ccw boot
304584bf
CH
1234M: Christian Borntraeger <borntraeger@de.ibm.com>
1235M: Thomas Huth <thuth@redhat.com>
1236S: Supported
8e4eb427 1237F: hw/s390x/ipl.*
304584bf
CH
1238F: pc-bios/s390-ccw/
1239F: pc-bios/s390-ccw.img
efa47d36 1240F: docs/devel/s390-dasd-ipl.txt
e18a8b34 1241T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1242L: qemu-s390x@nongnu.org
1243
d5bfb425 1244S390 PCI
ecd6663d 1245M: Matthew Rosato <mjrosato@linux.ibm.com>
d5bfb425
CB
1246S: Supported
1247F: hw/s390x/s390-pci*
1248L: qemu-s390x@nongnu.org
1249
ab9528ca 1250UniCore32 Machines
84995ea2 1251------------------
ab9528ca
GX
1252PKUnity-3 SoC initramfs-with-busybox
1253M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1254S: Maintained
8d8b636d 1255F: hw/*/puv3*
ab9528ca
GX
1256F: hw/unicore32/
1257
fd5d5c56
AL
1258X86 Machines
1259------------
1260PC
046a6486 1261M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1262M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1263S: Supported
046a6486
MT
1264F: include/hw/i386/
1265F: hw/i386/
0f25d865 1266F: hw/pci-host/i440fx.c
046a6486
MT
1267F: hw/pci-host/q35.c
1268F: hw/pci-host/pam.c
0fd61a2d 1269F: include/hw/pci-host/i440fx.h
046a6486
MT
1270F: include/hw/pci-host/q35.h
1271F: include/hw/pci-host/pam.h
14a026dd 1272F: hw/isa/piix3.c
046a6486
MT
1273F: hw/isa/lpc_ich9.c
1274F: hw/i2c/smbus_ich9.c
1275F: hw/acpi/piix4.c
1276F: hw/acpi/ich9.c
1277F: include/hw/acpi/ich9.h
fff123b8 1278F: include/hw/southbridge/piix.h
9cc3b73c 1279F: hw/misc/sga.c
6f5a3294
PMD
1280F: hw/isa/apm.c
1281F: include/hw/isa/apm.h
1282F: tests/test-x86-cpuid.c
1e8a1fae 1283F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1284
1285PC Chipset
1286M: Michael S. Tsirkin <mst@redhat.com>
1287M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1288S: Supported
9cc3b73c 1289F: hw/char/debugcon.c
bb3d5ea8 1290F: hw/char/parallel*
9cc3b73c
PB
1291F: hw/char/serial*
1292F: hw/dma/i8257*
1293F: hw/i2c/pm_smbus.c
1732be86 1294F: hw/input/pckbd.c
9cc3b73c
PB
1295F: hw/intc/apic*
1296F: hw/intc/ioapic*
1297F: hw/intc/i8259*
1854eb28 1298F: hw/isa/isa-superio.c
9cc3b73c
PB
1299F: hw/misc/debugexit.c
1300F: hw/misc/pc-testdev.c
1301F: hw/timer/hpet*
1302F: hw/timer/i8254*
bcdb9064 1303F: hw/rtc/mc146818rtc*
edc46aff 1304F: hw/watchdog/wdt_ib700.c
4bcbc773 1305F: hw/watchdog/wdt_i6300esb.c
866e2b37 1306F: include/hw/display/vga.h
bb3d5ea8 1307F: include/hw/char/parallel.h
55f613ac 1308F: include/hw/dma/i8257.h
a2feb348 1309F: include/hw/i2c/pm_smbus.h
47973a2d 1310F: include/hw/input/i8042.h
4bcbc773 1311F: include/hw/isa/i8259_internal.h
1854eb28 1312F: include/hw/isa/superio.h
a2feb348
TH
1313F: include/hw/timer/hpet.h
1314F: include/hw/timer/i8254*
bcdb9064 1315F: include/hw/rtc/mc146818rtc*
046a6486 1316
5cb48f05
SL
1317microvm
1318M: Sergio Lopez <slp@redhat.com>
1319M: Paolo Bonzini <pbonzini@redhat.com>
1320S: Maintained
1321F: docs/microvm.rst
1322F: hw/i386/microvm.c
1323F: include/hw/i386/microvm.h
1324F: pc-bios/bios-microvm.bin
1325
5da4fb00
MT
1326Machine core
1327M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1328M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1329S: Supported
2e5b09fd 1330F: hw/core/cpu.c
52924dea 1331F: hw/core/machine-qmp-cmds.c
5da4fb00 1332F: hw/core/machine.c
c1629c5c 1333F: hw/core/null-machine.c
ac057879 1334F: hw/core/numa.c
335d52f4 1335F: hw/cpu/cluster.c
8ac25c84 1336F: qapi/machine.json
7f7b4e7a 1337F: qapi/machine-target.json
5da4fb00 1338F: include/hw/boards.h
2e5b09fd 1339F: include/hw/core/cpu.h
335d52f4 1340F: include/hw/cpu/cluster.h
2dd02587 1341F: include/sysemu/numa.h
e18a8b34 1342T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1343
16e7caae
MF
1344Xtensa Machines
1345---------------
375847a6 1346sim
16e7caae
MF
1347M: Max Filippov <jcmvbkbc@gmail.com>
1348S: Maintained
437a8c11 1349F: hw/xtensa/sim.c
375847a6 1350
d9e8553b
MF
1351virt
1352M: Max Filippov <jcmvbkbc@gmail.com>
1353S: Maintained
1354F: hw/xtensa/virt.c
1355
437a8c11 1356XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1357M: Max Filippov <jcmvbkbc@gmail.com>
1358S: Maintained
437a8c11
MF
1359F: hw/xtensa/xtfpga.c
1360F: hw/net/opencores_eth.c
16e7caae 1361
fd5d5c56
AL
1362Devices
1363-------
b30934cb
JS
1364EDU
1365M: Jiri Slaby <jslaby@suse.cz>
1366S: Maintained
1367F: hw/misc/edu.c
1368
fd5d5c56 1369IDE
c095348b
JS
1370M: John Snow <jsnow@redhat.com>
1371L: qemu-block@nongnu.org
1372S: Supported
8d8b636d 1373F: include/hw/ide.h
c9f7acd5 1374F: include/hw/ide/
fd5d5c56 1375F: hw/ide/
c095348b
JS
1376F: hw/block/block.c
1377F: hw/block/cdrom.c
1378F: hw/block/hd-geometry.c
1e8a1fae
TH
1379F: tests/qtest/ide-test.c
1380F: tests/qtest/ahci-test.c
1381F: tests/qtest/cdrom-test.c
1cf4323e 1382F: tests/qtest/libqos/ahci*
e18a8b34 1383T: git https://github.com/jnsnow/qemu.git ide
c095348b 1384
caf316ba
CM
1385IPMI
1386M: Corey Minyard <minyard@acm.org>
1387S: Maintained
1388F: include/hw/ipmi/*
1389F: hw/ipmi/*
1390F: hw/smbios/smbios_type_38.c
1e8a1fae 1391F: tests/qtest/ipmi*
e18a8b34 1392T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1393
c095348b
JS
1394Floppy
1395M: John Snow <jsnow@redhat.com>
1396L: qemu-block@nongnu.org
1397S: Supported
1398F: hw/block/fdc.c
1399F: include/hw/block/fdc.h
1e8a1fae 1400F: tests/qtest/fdc-test.c
e18a8b34 1401T: git https://github.com/jnsnow/qemu.git ide
fd5d5c56 1402
f5f487b2
PM
1403OMAP
1404M: Peter Maydell <peter.maydell@linaro.org>
1405S: Maintained
8d8b636d 1406F: hw/*/omap*
ed0db866 1407F: include/hw/arm/omap.h
f5f487b2 1408
28d54e58
PB
1409IPack
1410M: Alberto Garcia <berto@igalia.com>
1411S: Odd Fixes
1412F: hw/char/ipoctal232.c
1413F: hw/ipack/
1414
fd5d5c56
AL
1415PCI
1416M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1417M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1418S: Supported
8d8b636d 1419F: include/hw/pci/*
f178bc6b 1420F: hw/misc/pci-testdev.c
ca818cfb 1421F: hw/pci/*
f178bc6b 1422F: hw/pci-bridge/*
68179923
PMD
1423F: docs/pci*
1424F: docs/specs/*pci*
534fd814 1425F: default-configs/pci.mak
0e0b3592 1426
d31e5ae7 1427ACPI/SMBIOS
0e0b3592
MT
1428M: Michael S. Tsirkin <mst@redhat.com>
1429M: Igor Mammedov <imammedo@redhat.com>
1430S: Supported
1431F: include/hw/acpi/*
a2eb5c0c 1432F: include/hw/firmware/smbios.h
0e0b3592 1433F: hw/mem/*
8d8b636d 1434F: hw/acpi/*
d31e5ae7 1435F: hw/smbios/*
0e0b3592 1436F: hw/i386/acpi-build.[hc]
0e0b3592 1437F: hw/arm/virt-acpi-build.c
1e8a1fae
TH
1438F: tests/qtest/bios-tables-test.c
1439F: tests/qtest/acpi-utils.[hc]
faae23b9 1440F: tests/data/acpi/
fd5d5c56 1441
aaade8d7 1442ppc4xx
bba8e23a 1443M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1444L: qemu-ppc@nongnu.org
1445S: Odd Fixes
8d8b636d 1446F: hw/ppc/ppc4*.c
aa3a41f9 1447F: hw/i2c/ppc4xx_i2c.c
b5d55020 1448F: include/hw/ppc/ppc4xx.h
aa3a41f9 1449F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1450
61af0ee6 1451Character devices
2185fd67
PB
1452M: Marc-André Lureau <marcandre.lureau@redhat.com>
1453R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1454S: Odd Fixes
1455F: hw/char/
1456
f536f112
PB
1457Network devices
1458M: Jason Wang <jasowang@redhat.com>
1459S: Odd Fixes
1460F: hw/net/
6061b5c6 1461F: include/hw/net/
1e8a1fae 1462F: tests/qtest/virtio-net-test.c
9711cd0d 1463F: docs/virtio-net-failover.rst
e18a8b34 1464T: git https://github.com/jasowang/qemu.git net
f536f112 1465
e0c9d0c1
PMD
1466Parallel NOR Flash devices
1467M: Philippe Mathieu-Daudé <philmd@redhat.com>
1468T: git https://gitlab.com/philmd/qemu.git pflash-next
1469S: Maintained
1470F: hw/block/pflash_cfi*.c
1471F: include/hw/block/flash.h
1472
fd5d5c56 1473SCSI
de7724f7 1474M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1475R: Fam Zheng <fam@euphon.net>
de7724f7 1476S: Supported
74460f34 1477F: include/hw/scsi/*
8d8b636d 1478F: hw/scsi/*
1e8a1fae 1479F: tests/qtest/virtio-scsi-test.c
e18a8b34 1480T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1481
fcb5629d 1482SSI
c22e580c 1483M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1484S: Maintained
8d8b636d
PB
1485F: hw/ssi/*
1486F: hw/block/m25p80.c
982d009a 1487F: include/hw/ssi/ssi.h
4b46ba61 1488X: hw/ssi/xilinx_*
1e8a1fae 1489F: tests/qtest/m25p80-test.c
4b46ba61
AF
1490
1491Xilinx SPI
c22e580c 1492M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1493S: Maintained
1494F: hw/ssi/xilinx_*
fcb5629d 1495
076a0fc3
PMD
1496SD (Secure Card)
1497M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1498S: Odd Fixes
1499F: include/hw/sd/sd*
1500F: hw/sd/core.c
1501F: hw/sd/sd*
1232ed1f 1502F: hw/sd/ssi-sd.c
1e8a1fae 1503F: tests/qtest/sd*
076a0fc3 1504
fd5d5c56 1505USB
5d0d62fe
GH
1506M: Gerd Hoffmann <kraxel@redhat.com>
1507S: Maintained
8d8b636d 1508F: hw/usb/*
1e8a1fae 1509F: tests/qtest/usb-*-test.c
beded0ff
TH
1510F: docs/usb2.txt
1511F: docs/usb-storage.txt
1512F: include/hw/usb.h
1513F: include/hw/usb/
104ebc5f 1514F: default-configs/usb.mak
fd5d5c56 1515
e26082fd
PB
1516USB (serial adapter)
1517M: Gerd Hoffmann <kraxel@redhat.com>
1518M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1519S: Maintained
1520F: hw/usb/dev-serial.c
1521
92e1fb5e
AW
1522VFIO
1523M: Alex Williamson <alex.williamson@redhat.com>
1524S: Supported
cf7087db 1525F: hw/vfio/*
99b88c6d 1526F: include/hw/vfio/
92e1fb5e 1527
5eb74557 1528vfio-ccw
c1976ae7 1529M: Cornelia Huck <cohuck@redhat.com>
7913938a 1530M: Eric Farman <farman@linux.ibm.com>
5eb74557
DJS
1531S: Supported
1532F: hw/vfio/ccw.c
1533F: hw/s390x/s390-ccw.c
1534F: include/hw/s390x/s390-ccw.h
44445d86 1535F: include/hw/s390x/vfio-ccw.h
e18a8b34 1536T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1537L: qemu-s390x@nongnu.org
5eb74557 1538
a51b3153
TK
1539vfio-ap
1540M: Christian Borntraeger <borntraeger@de.ibm.com>
1541M: Tony Krowiak <akrowiak@linux.ibm.com>
1542M: Halil Pasic <pasic@linux.ibm.com>
1543M: Pierre Morel <pmorel@linux.ibm.com>
1544S: Supported
1545F: hw/s390x/ap-device.c
1546F: hw/s390x/ap-bridge.c
1547F: include/hw/s390x/ap-device.h
1548F: include/hw/s390x/ap-bridge.h
2fe2942c 1549F: hw/vfio/ap.c
694a8d70 1550F: docs/vfio-ap.txt
a51b3153
TK
1551L: qemu-s390x@nongnu.org
1552
fd5d5c56
AL
1553vhost
1554M: Michael S. Tsirkin <mst@redhat.com>
1555S: Supported
8d8b636d 1556F: hw/*/*vhost*
482580a6 1557F: docs/interop/vhost-user.json
ed1be66b 1558F: docs/interop/vhost-user.rst
72c1e865 1559F: contrib/vhost-user-*/
f24bb728
MAL
1560F: backends/vhost-user.c
1561F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1562
1563virtio
a75143ed 1564M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1565S: Supported
8d8b636d 1566F: hw/*/virtio*
72fa605d
TH
1567F: hw/virtio/Makefile.objs
1568F: hw/virtio/trace-events
6a084ea3 1569F: net/vhost-user.c
494f7b57 1570F: include/hw/virtio/
fd5d5c56
AL
1571
1572virtio-9p
8c1cd719 1573M: Greg Kurz <groug@kaod.org>
e410bbc5 1574S: Odd Fixes
aebeca25 1575F: hw/9pfs/
b827891d 1576X: hw/9pfs/xen-9p*
aebeca25 1577F: fsdev/
78813586 1578F: docs/interop/virtfs-proxy-helper.rst
1e8a1fae 1579F: tests/qtest/virtio-9p-test.c
e18a8b34 1580T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1581
1582virtio-blk
54d01a00 1583M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1584L: qemu-block@nongnu.org
fd5d5c56 1585S: Supported
8d8b636d 1586F: hw/block/virtio-blk.c
b457a5f5 1587F: hw/block/dataplane/*
1e8a1fae 1588F: tests/qtest/virtio-blk-test.c
e18a8b34 1589T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1590
dd4ad64a 1591virtio-ccw
c1976ae7 1592M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1593M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1594S: Supported
901f5f16 1595F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1596F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1597T: git https://github.com/cohuck/qemu.git s390-next
1598T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1599L: qemu-s390x@nongnu.org
dd4ad64a 1600
bad7d2c3
DDAG
1601virtiofs
1602M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1603M: Stefan Hajnoczi <stefanha@redhat.com>
1604S: Supported
1605F: tools/virtiofsd/*
1606F: hw/virtio/vhost-user-fs*
1607F: include/hw/virtio/vhost-user-fs.h
1608
a5d4d7b5
GH
1609virtio-input
1610M: Gerd Hoffmann <kraxel@redhat.com>
1611S: Maintained
9c4d05b7 1612F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1613F: hw/input/virtio-input*.c
1614F: include/hw/virtio/virtio-input.h
06914c97 1615F: contrib/vhost-user-input/*
a5d4d7b5 1616
fd5d5c56 1617virtio-serial
2501db70
LV
1618M: Laurent Vivier <lvivier@redhat.com>
1619R: Amit Shah <amit@kernel.org>
fd5d5c56 1620S: Supported
8d8b636d
PB
1621F: hw/char/virtio-serial-bus.c
1622F: hw/char/virtio-console.c
68a5e38a 1623F: include/hw/virtio/virtio-serial.h
1e8a1fae 1624F: tests/qtest/virtio-serial-test.c
fd5d5c56 1625
1f51a5cb 1626virtio-rng
2501db70
LV
1627M: Laurent Vivier <lvivier@redhat.com>
1628R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1629S: Supported
1630F: hw/virtio/virtio-rng.c
1631F: include/hw/virtio/virtio-rng.h
750cf869 1632F: include/sysemu/rng*.h
1f51a5cb 1633F: backends/rng*.c
1e8a1fae 1634F: tests/qtest/virtio-rng-test.c
1f51a5cb 1635
6034011c
GA
1636virtio-crypto
1637M: Gonglei <arei.gonglei@huawei.com>
1638S: Supported
1639F: hw/virtio/virtio-crypto.c
1640F: hw/virtio/virtio-crypto-pci.c
1641F: include/hw/virtio/virtio-crypto.h
1642
f3c507ad
KB
1643nvme
1644M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1645L: qemu-block@nongnu.org
f3c507ad
KB
1646S: Supported
1647F: hw/block/nvme*
1e8a1fae 1648F: tests/qtest/nvme-test.c
f3c507ad 1649
d383c625 1650megasas
3fdfb8b6 1651M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1652L: qemu-block@nongnu.org
d383c625
HR
1653S: Supported
1654F: hw/scsi/megasas.c
1655F: hw/scsi/mfi.h
1e8a1fae 1656F: tests/qtest/megasas-test.c
d383c625 1657
605d52e6 1658Network packet abstractions
bf4835a4 1659M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1660S: Maintained
1661F: include/net/eth.h
1662F: net/eth.c
1663F: hw/net/net_rx_pkt*
1664F: hw/net/net_tx_pkt*
1665
622fb504 1666Vmware
bf4835a4 1667M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1668S: Maintained
1669F: hw/net/vmxnet*
1670F: hw/scsi/vmw_pvscsi*
1e8a1fae 1671F: tests/qtest/vmxnet3-test.c
622fb504 1672
de24d3f1 1673Rocker
de24d3f1
SF
1674M: Jiri Pirko <jiri@resnulli.us>
1675S: Maintained
1676F: hw/net/rocker/
de850948
TH
1677F: tests/rocker/
1678F: docs/specs/rocker.txt
de24d3f1 1679
70d1fb9c 1680NVDIMM
7a5bd53d 1681M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1682S: Maintained
1683F: hw/acpi/nvdimm.c
1684F: hw/mem/nvdimm.c
1685F: include/hw/mem/nvdimm.h
e2e254d3 1686F: docs/nvdimm.txt
70d1fb9c 1687
093454e2 1688e1000x
bf4835a4 1689M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1690S: Maintained
1691F: hw/net/e1000x*
1692
6f3fbe4e 1693e1000e
bf4835a4 1694M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1695S: Maintained
1696F: hw/net/e1000e*
1697
ebc2327f
SW
1698eepro100
1699M: Stefan Weil <sw@weilnetz.de>
1700S: Maintained
1701F: hw/net/eepro100.c
1702
34ea023d
SS
1703tulip
1704M: Sven Schnelle <svens@stackframe.org>
1705S: Maintained
1706F: hw/net/tulip.c
1707F: hw/net/tulip.h
1708
e481a1f6 1709Generic Loader
c22e580c 1710M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1711S: Maintained
1712F: hw/core/generic-loader.c
1713F: include/hw/core/generic-loader.h
c5e2ac7e 1714F: docs/generic-loader.txt
e481a1f6 1715
645d3cbe
SH
1716Intel Hexadecimal Object File Loader
1717M: Su Hang <suhang16@mails.ucas.ac.cn>
1718S: Maintained
1e8a1fae 1719F: tests/qtest/hexloader-test.c
4b2ff65a 1720F: tests/data/hex-loader/test.hex
645d3cbe 1721
87a9023a
TH
1722CHRP NVRAM
1723M: Thomas Huth <thuth@redhat.com>
1724S: Maintained
1725F: hw/nvram/chrp_nvram.c
1726F: include/hw/nvram/chrp_nvram.h
1e8a1fae 1727F: tests/qtest/prom-env-test.c
87a9023a 1728
42697d88
BW
1729VM Generation ID
1730M: Ben Warren <ben@skyportsystems.com>
1731S: Maintained
1732F: hw/acpi/vmgenid.c
1733F: include/hw/acpi/vmgenid.h
1734F: docs/specs/vmgenid.txt
1e8a1fae 1735F: tests/qtest/vmgenid-test.c
42697d88
BW
1736F: stubs/vmgenid.c
1737
747969db
PMD
1738Unimplemented device
1739M: Peter Maydell <peter.maydell@linaro.org>
1740R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1741S: Maintained
1742F: include/hw/misc/unimp.h
1743F: hw/misc/unimp.c
1744
dbb2e472
GH
1745Standard VGA
1746M: Gerd Hoffmann <kraxel@redhat.com>
1747S: Maintained
1748F: hw/display/vga*
1749F: hw/display/bochs-display.c
1750F: include/hw/display/vga.h
1751F: include/hw/display/bochs-vbe.h
1752
58d632c7
GH
1753ramfb
1754M: Gerd Hoffmann <kraxel@redhat.com>
1755S: Maintained
1756F: hw/display/ramfb*.c
1757F: include/hw/display/ramfb.h
1758
dbb2e472
GH
1759virtio-gpu
1760M: Gerd Hoffmann <kraxel@redhat.com>
1761S: Maintained
1762F: hw/display/virtio-gpu*
c68082c4 1763F: hw/display/virtio-vga.*
dbb2e472
GH
1764F: include/hw/virtio/virtio-gpu.h
1765
bd2e44fe
MAL
1766vhost-user-gpu
1767M: Marc-André Lureau <marcandre.lureau@redhat.com>
1768M: Gerd Hoffmann <kraxel@redhat.com>
1769S: Maintained
1770F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
1771F: contrib/vhost-user-gpu
1772F: hw/display/vhost-user-*
bd2e44fe 1773
dbb2e472
GH
1774Cirrus VGA
1775M: Gerd Hoffmann <kraxel@redhat.com>
1776S: Odd Fixes
1777W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1778F: hw/display/cirrus*
1779
72d277a7
GH
1780EDID Generator
1781M: Gerd Hoffmann <kraxel@redhat.com>
1782S: Maintained
1783F: hw/display/edid*
1784F: include/hw/display/edid.h
1785F: qemu-edid.c
1786
10386385
PMD
1787PIIX4 South Bridge (i82371AB)
1788M: Hervé Poussineau <hpoussin@reactos.org>
1789M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1790S: Maintained
1791F: hw/isa/piix4.c
fff123b8 1792F: include/hw/southbridge/piix.h
10386385 1793
15ffb43c 1794Firmware configuration (fw_cfg)
6f75e3f5 1795M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
1796R: Laszlo Ersek <lersek@redhat.com>
1797R: Gerd Hoffmann <kraxel@redhat.com>
1798S: Supported
1799F: docs/specs/fw_cfg.txt
1800F: hw/nvram/fw_cfg.c
b15c0f7d 1801F: stubs/fw_cfg.c
15ffb43c
PMD
1802F: include/hw/nvram/fw_cfg.h
1803F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 1804F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 1805F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
1806T: git https://github.com/philmd/qemu.git fw_cfg-next
1807
2313abf0
TH
1808XIVE
1809M: David Gibson <david@gibson.dropbear.id.au>
1810M: Cédric Le Goater <clg@kaod.org>
1811L: qemu-ppc@nongnu.org
1812S: Supported
1813F: hw/*/*xive*
1814F: include/hw/*/*xive*
24563a58 1815F: docs/*/*xive*
2313abf0 1816
fd5d5c56
AL
1817Subsystems
1818----------
1819Audio
9f575846 1820M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1821S: Maintained
1822F: audio/
8d8b636d 1823F: hw/audio/
a2b245ae 1824F: include/hw/audio/
1e8a1fae
TH
1825F: tests/qtest/ac97-test.c
1826F: tests/qtest/es1370-test.c
1827F: tests/qtest/intel-hda-test.c
fd5d5c56 1828
17f1e8f5 1829Block layer core
fd5d5c56 1830M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1831M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1832L: qemu-block@nongnu.org
fd5d5c56
AL
1833S: Supported
1834F: block*
1835F: block/
8d8b636d 1836F: hw/block/
4c346e0b 1837F: include/block/
46078760 1838F: qemu-img*
e13c59fa 1839F: docs/interop/qemu-img.rst
46078760 1840F: qemu-io*
29242091 1841F: tests/qemu-iotests/
8dd30c86 1842F: util/qemu-progress.c
0bcc8e5b 1843F: qobject/block-qdict.c
c468e368 1844F: tests/check-block-qdict.c
ebe2aad2 1845T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 1846
d55053b1
SH
1847Block I/O path
1848M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 1849M: Fam Zheng <fam@euphon.net>
d55053b1
SH
1850L: qemu-block@nongnu.org
1851S: Supported
36c697bd
PB
1852F: util/async.c
1853F: util/aio-*.c
d55053b1
SH
1854F: block/io.c
1855F: migration/block*
e1029ae2 1856F: include/block/aio.h
f5a53faa 1857F: include/block/aio-wait.h
0a4f9ad1 1858F: scripts/qemugdb/aio.py
e18a8b34 1859T: git https://github.com/stefanha/qemu.git block
d55053b1 1860
e5b5728c
PB
1861Block SCSI subsystem
1862M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1863R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
1864L: qemu-block@nongnu.org
1865S: Supported
1866F: include/scsi/*
1867F: scsi/*
1868
280458a3 1869Block Jobs
03283d64 1870M: John Snow <jsnow@redhat.com>
280458a3
JC
1871L: qemu-block@nongnu.org
1872S: Supported
1873F: blockjob.c
1874F: include/block/blockjob.h
33e9e9bd 1875F: job.c
1a90bc81 1876F: job-qmp.c
c468e368 1877F: include/qemu/job.h
280458a3
JC
1878F: block/backup.c
1879F: block/commit.c
77346025 1880F: block/stream.c
280458a3 1881F: block/mirror.c
bf42508f 1882F: qapi/job.json
03283d64 1883T: git https://github.com/jnsnow/qemu.git jobs
280458a3 1884
4120201d
MA
1885Block QAPI, monitor, command line
1886M: Markus Armbruster <armbru@redhat.com>
1887S: Supported
1888F: blockdev.c
1889F: block/qapi.c
1890F: qapi/block*.json
fa988e39 1891F: qapi/transaction.json
ebe2aad2 1892T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 1893
538193bc 1894Dirty Bitmaps
538193bc 1895M: John Snow <jsnow@redhat.com>
4a189fdf 1896R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
538193bc
JS
1897L: qemu-block@nongnu.org
1898S: Supported
538193bc
JS
1899F: include/qemu/hbitmap.h
1900F: include/block/dirty-bitmap.h
00637c6b
VSO
1901F: block/dirty-bitmap.c
1902F: block/qcow2-bitmap.c
052db8e7 1903F: migration/block-dirty-bitmap.c
00637c6b 1904F: util/hbitmap.c
538193bc 1905F: tests/test-hbitmap.c
5746c1cd 1906F: docs/interop/bitmaps.rst
e18a8b34 1907T: git https://github.com/jnsnow/qemu.git bitmaps
538193bc 1908
61af0ee6 1909Character device backends
55fc84a7 1910M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 1911R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 1912S: Maintained
178fe0ae 1913F: chardev/
8228e353 1914F: include/chardev/
dbeee392 1915F: qapi/char.json
fd5d5c56 1916
e26082fd
PB
1917Character Devices (Braille)
1918M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1919S: Maintained
6b10e573 1920F: chardev/baum.c
fd5d5c56 1921
e94630d3
MA
1922Command line option argument parsing
1923M: Markus Armbruster <armbru@redhat.com>
1924S: Supported
1925F: include/qemu/option.h
1926F: tests/test-keyval.c
1927F: tests/test-qemu-opts.c
1928F: util/keyval.c
1929F: util/qemu-option.c
1930
8c413e79
MA
1931Coverity model
1932M: Markus Armbruster <armbru@redhat.com>
1933S: Supported
1934F: scripts/coverity-model.c
1935
d24b569a 1936Device Tree
c3c962c1
AF
1937M: Alistair Francis <alistair.francis@wdc.com>
1938R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 1939S: Maintained
82407515
TH
1940F: device_tree.c
1941F: include/sysemu/device_tree.h
d24b569a 1942
3505a22b
MAL
1943Dump
1944S: Supported
1945M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 1946F: dump/
3505a22b
MAL
1947F: hw/misc/vmcoreinfo.c
1948F: include/hw/misc/vmcoreinfo.h
6d3da32c 1949F: include/qemu/win_dump_defs
3505a22b
MAL
1950F: include/sysemu/dump-arch.h
1951F: include/sysemu/dump.h
d06b747b 1952F: qapi/dump.json
3505a22b
MAL
1953F: scripts/dump-guest-memory.py
1954F: stubs/dump.c
1955
4f966768
MA
1956Error reporting
1957M: Markus Armbruster <armbru@redhat.com>
1958S: Supported
1959F: include/qapi/error.h
1960F: include/qemu/error-report.h
abb3d37d 1961F: qapi/error.json
4f966768
MA
1962F: util/error.c
1963F: util/qemu-error.c
1964
fd5d5c56 1965GDB stub
c7b3e866
AB
1966M: Alex Bennée <alex.bennee@linaro.org>
1967R: Philippe Mathieu-Daudé <philmd@redhat.com>
1968S: Maintained
fd5d5c56
AL
1969F: gdbstub*
1970F: gdb-xml/
1971
01a9c03c
PB
1972Memory API
1973M: Paolo Bonzini <pbonzini@redhat.com>
1974S: Supported
1975F: include/exec/ioport.h
1976F: ioport.c
14776ab5 1977F: include/exec/memop.h
01a9c03c 1978F: include/exec/memory.h
2b1641d0 1979F: include/exec/ram_addr.h
41aa4e9f 1980F: include/exec/ramblock.h
01a9c03c
PB
1981F: memory.c
1982F: include/exec/memory-internal.h
1983F: exec.c
1984
7ee3bf03
GH
1985SPICE
1986M: Gerd Hoffmann <kraxel@redhat.com>
1987S: Supported
6e481d57 1988F: include/ui/qemu-spice.h
438528a3 1989F: include/ui/spice-display.h
7ee3bf03
GH
1990F: ui/spice-*.c
1991F: audio/spiceaudio.c
8d8b636d 1992F: hw/display/qxl*
608cfed6 1993F: qapi/ui.json
9bd4cb35 1994F: docs/spice-port-fqdn.txt
7ee3bf03 1995
fd5d5c56 1996Graphics
25eccc37
GH
1997M: Gerd Hoffmann <kraxel@redhat.com>
1998S: Odd Fixes
fd5d5c56 1999F: ui/
e220656c 2000F: include/ui/
608cfed6 2001F: qapi/ui.json
b1d38037 2002F: util/drm.c
fd5d5c56 2003
351f1bf6 2004Cocoa graphics
30ef3c74 2005M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2006S: Odd Fixes
2007F: ui/cocoa.m
2008
fd5d5c56 2009Main loop
da26f37a
PB
2010M: Paolo Bonzini <pbonzini@redhat.com>
2011S: Maintained
2012F: cpus.c
54d31236
MA
2013F: include/qemu/main-loop.h
2014F: include/sysemu/runstate.h
3ecb29a3
PB
2015F: util/main-loop.c
2016F: util/qemu-timer.c
fd5d5c56 2017F: vl.c
0e201d34 2018F: qapi/run-state.json
fd5d5c56 2019
8899b4ae 2020Human Monitor (HMP)
c833fb4a 2021M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2022S: Maintained
5bce308a 2023F: monitor/monitor-internal.h
e84328fa 2024F: monitor/misc.c
1d95db74 2025F: monitor/monitor.c
f1b3ccfa
KW
2026F: monitor/hmp*
2027F: hmp.h
c13e9912
TH
2028F: hmp-commands*.hx
2029F: include/monitor/hmp-target.h
1e8a1fae 2030F: tests/qtest/test-hmp.c
637de4db
MA
2031F: include/qemu/qemu-print.h
2032F: util/qemu-print.c
fd5d5c56 2033
f536f112 2034Network device backends
442469e6 2035M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2036S: Maintained
2037F: net/
d24b2b1c 2038F: include/net/
e9bbc8bd 2039F: qemu-bridge-helper.c
e18a8b34 2040T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2041F: qapi/net.json
fd5d5c56 2042
aee09baf
VM
2043Netmap network backend
2044M: Luigi Rizzo <rizzo@iet.unipi.it>
2045M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2046M: Vincenzo Maffione <v.maffione@gmail.com>
2047W: http://info.iet.unipi.it/~luigi/netmap/
2048S: Maintained
2049F: net/netmap.c
2050
4fc264f4
EH
2051Host Memory Backends
2052M: Eduardo Habkost <ehabkost@redhat.com>
2053M: Igor Mammedov <imammedo@redhat.com>
2054S: Maintained
2055F: backends/hostmem*.c
2056F: include/sysemu/hostmem.h
e18a8b34 2057T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 2058
6034011c
GA
2059Cryptodev Backends
2060M: Gonglei <arei.gonglei@huawei.com>
2061S: Maintained
2062F: include/sysemu/cryptodev*.h
2063F: backends/cryptodev*.c
2064
ad904f66
EH
2065Python scripts
2066M: Eduardo Habkost <ehabkost@redhat.com>
2067M: Cleber Rosa <crosa@redhat.com>
2068S: Odd fixes
1b6ee29f 2069F: python/qemu/*py
ad904f66
EH
2070F: scripts/*.py
2071F: tests/*.py
2072
8899b4ae 2073QAPI
9740618c 2074M: Markus Armbruster <armbru@redhat.com>
8899b4ae 2075M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 2076S: Supported
8899b4ae 2077F: qapi/
0311c5bd 2078X: qapi/*.json
ac4abb9a
MA
2079F: include/qapi/
2080X: include/qapi/qmp/
2081F: include/qapi/qmp/dispatch.h
c0bd0b50 2082F: tests/qapi-schema/
ac4abb9a 2083F: tests/test-*-visitor.c
e94630d3 2084F: tests/test-qapi-*.c
ac4abb9a 2085F: tests/test-qmp-*.c
e94630d3 2086F: tests/test-visitor-serialization.c
be25fcc4
MA
2087F: scripts/qapi-gen.py
2088F: scripts/qapi/*
c39cdbf6 2089F: docs/devel/qapi*
ebe2aad2 2090T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2091
7810d291
LC
2092QAPI Schema
2093M: Eric Blake <eblake@redhat.com>
7810d291
LC
2094M: Markus Armbruster <armbru@redhat.com>
2095S: Supported
0311c5bd 2096F: qapi/*.json
ebe2aad2 2097T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2098
f3582ba4 2099QObject
daf5dc78
MA
2100M: Markus Armbruster <armbru@redhat.com>
2101S: Supported
f3582ba4 2102F: qobject/
7735d2b5
MA
2103F: include/qapi/qmp/
2104X: include/qapi/qmp/dispatch.h
a2f3453e 2105F: scripts/coccinelle/qobject.cocci
7735d2b5 2106F: tests/check-qdict.c
7735d2b5
MA
2107F: tests/check-qjson.c
2108F: tests/check-qlist.c
cd81e02b
PMD
2109F: tests/check-qlit.c
2110F: tests/check-qnull.c
2111F: tests/check-qnum.c
2112F: tests/check-qobject.c
7735d2b5 2113F: tests/check-qstring.c
fe07b62c 2114F: tests/data/qobject/qdict.txt
ebe2aad2 2115T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2116
f05d9999
MR
2117QEMU Guest Agent
2118M: Michael Roth <mdroth@linux.vnet.ibm.com>
2119S: Maintained
2120F: qga/
27a296fc 2121F: docs/interop/qemu-ga.rst
ab7f9f7d
PMD
2122F: scripts/qemu-guest-agent/
2123F: tests/test-qga.c
2124F: docs/interop/qemu-ga-ref.texi
e18a8b34 2125T: git https://github.com/mdroth/qemu.git qga
f05d9999 2126
4688c94c 2127QOM
1085d86e
PB
2128M: Paolo Bonzini <pbonzini@redhat.com>
2129R: Daniel P. Berrange <berrange@redhat.com>
2130R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2131S: Supported
8f920054
MA
2132F: docs/qdev-device-use.txt
2133F: hw/core/qdev*
2134F: include/hw/qdev*
2135F: include/monitor/qdev.h
4688c94c 2136F: include/qom/
c577ff62
MA
2137F: qapi/qom.json
2138F: qapi/qdev.json
8f920054 2139F: qdev-monitor.c
4688c94c 2140F: qom/
9f4aa7ce
AF
2141F: tests/check-qom-interface.c
2142F: tests/check-qom-proplist.c
8f920054 2143F: tests/test-qdev-global-props.c
4688c94c 2144
8899b4ae 2145QMP
9740618c
LC
2146M: Markus Armbruster <armbru@redhat.com>
2147S: Supported
5bce308a 2148F: monitor/monitor-internal.h
f1b3ccfa 2149F: monitor/qmp*
e84328fa 2150F: monitor/misc.c
1d95db74 2151F: monitor/monitor.c
abb3d37d 2152F: qapi/error.json
c39cdbf6 2153F: docs/devel/*qmp-*
12b2f0d9 2154F: docs/interop/*qmp-*
9740618c 2155F: scripts/qmp/
1e8a1fae
TH
2156F: tests/qtest/qmp-test.c
2157F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2158T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2159
98a43bf0 2160qtest
98a43bf0
PB
2161M: Thomas Huth <thuth@redhat.com>
2162M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2163R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0
PB
2164S: Maintained
2165F: qtest.c
3fe13fe1 2166F: accel/qtest.c
1e8a1fae 2167F: tests/qtest/
98a43bf0 2168
cc0100f4 2169Register API
c22e580c 2170M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2171S: Maintained
2172F: hw/core/register.c
2173F: include/hw/register.h
06a7b243 2174F: include/hw/registerfields.h
cc0100f4 2175
fd5d5c56 2176SLIRP
eda509fa 2177M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2178S: Maintained
fd5d5c56 2179F: slirp/
663fb1e1 2180F: net/slirp.c
d24b2b1c 2181F: include/net/slirp.h
02cffe24 2182T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2183
b1ed728a
PB
2184Stubs
2185M: Paolo Bonzini <pbonzini@redhat.com>
2186S: Maintained
2187F: stubs/
2188
598a3f35 2189Tracing
1cd0f8ce 2190M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2191S: Maintained
2192F: trace/
0e076292
TH
2193F: trace-events
2194F: qemu-option-trace.texi
f70fd8fd
LV
2195F: scripts/tracetool.py
2196F: scripts/tracetool/
62dd1048 2197F: scripts/qemu-trace-stap*
605ffebb 2198F: docs/interop/qemu-trace-stap.rst
c39cdbf6 2199F: docs/devel/tracing.txt
e18a8b34 2200T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2201
3859b6cf 2202TPM
1f63669e 2203M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2204S: Maintained
3859b6cf 2205F: tpm.c
c39f95dc 2206F: stubs/tpm.c
3859b6cf
MA
2207F: hw/tpm/*
2208F: include/hw/acpi/tpm.h
2209F: include/sysemu/tpm*
2210F: qapi/tpm.json
6b4f250b 2211F: backends/tpm.c
1e8a1fae 2212F: tests/qtest/*tpm*
e18a8b34 2213T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2214
14f40fdc 2215Checkpatch
14f40fdc
BS
2216S: Odd Fixes
2217F: scripts/checkpatch.pl
2218
c0787c8d
JQ
2219Migration
2220M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2221M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2222S: Maintained
107b5969
MAL
2223F: hw/core/vmstate-if.c
2224F: include/hw/vmstate-if.h
c0787c8d 2225F: include/migration/
44a1f946 2226F: migration/
c5515640
AS
2227F: scripts/vmstate-static-checker.py
2228F: tests/vmstate-static-checker-data/
1e8a1fae 2229F: tests/qtest/migration-test.c
c468e368 2230F: docs/devel/migration.rst
48685a8e 2231F: qapi/migration.json
c0787c8d 2232
a566907f
MAL
2233D-Bus
2234M: Marc-André Lureau <marcandre.lureau@redhat.com>
2235S: Maintained
5010cec2 2236F: backends/dbus-vmstate.c
586ca6ba 2237F: tests/dbus-vmstate*
a5021d69
MAL
2238F: util/dbus.c
2239F: include/qemu/dbus.h
a566907f 2240F: docs/interop/dbus.rst
5010cec2 2241F: docs/interop/dbus-vmstate.rst
a566907f 2242
92bfedb0 2243Seccomp
064983cb 2244M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
2245S: Supported
2246F: qemu-seccomp.c
2247F: include/sysemu/seccomp.h
2248
ddbb0d09
DB
2249Cryptography
2250M: Daniel P. Berrange <berrange@redhat.com>
2251S: Maintained
2252F: crypto/
2253F: include/crypto/
2254F: tests/test-crypto-*
3947ecfc 2255F: tests/benchmark-crypto-*
4d21171b
PMD
2256F: tests/crypto-tls-*
2257F: tests/pkix_asn1_tab.c
899833cd 2258F: qemu.sasl
ddbb0d09 2259
10817bf0
DB
2260Coroutines
2261M: Stefan Hajnoczi <stefanha@redhat.com>
2262M: Kevin Wolf <kwolf@redhat.com>
00a25291 2263S: Maintained
10817bf0
DB
2264F: util/*coroutine*
2265F: include/qemu/coroutine*
2266F: tests/test-coroutine.c
2267
88c5f205
DB
2268Buffers
2269M: Daniel P. Berrange <berrange@redhat.com>
2270S: Odd fixes
2271F: util/buffer.c
2272F: include/qemu/buffer.h
2273
666a3af9
DB
2274I/O Channels
2275M: Daniel P. Berrange <berrange@redhat.com>
2276S: Maintained
2277F: io/
2278F: include/io/
2279F: tests/test-io-*
2280
5b76dd13
DB
2281User authorization
2282M: Daniel P. Berrange <berrange@redhat.com>
2283S: Maintained
2284F: authz/
c8c99887 2285F: qapi/authz.json
5b76dd13
DB
2286F: include/authz/
2287F: tests/test-authz-*
2288
5614a283
GH
2289Sockets
2290M: Daniel P. Berrange <berrange@redhat.com>
2291M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2292S: Maintained
2293F: include/qemu/sockets.h
2294F: util/qemu-sockets.c
a2ff5a48 2295F: qapi/sockets.json
5614a283 2296
90e33dfe
DB
2297File monitor
2298M: Daniel P. Berrange <berrange@redhat.com>
2299S: Odd fixes
2300F: util/filemonitor*.c
2301F: include/qemu/filemonitor.h
2302F: tests/test-util-filemonitor.c
2303
d310d85b
AG
2304Throttling infrastructure
2305M: Alberto Garcia <berto@igalia.com>
2306S: Supported
2307F: block/throttle-groups.c
2308F: include/block/throttle-groups.h
89603938 2309F: include/qemu/throttle*.h
d310d85b 2310F: util/throttle.c
89603938
PMD
2311F: docs/throttle.txt
2312F: tests/test-throttle.c
d310d85b
AG
2313L: qemu-block@nongnu.org
2314
080d7aac 2315UUID
fe5ca46d 2316M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2317S: Supported
2318F: util/uuid.c
2319F: include/qemu/uuid.h
2320F: tests/test-uuid.c
2321
a4cc318e
HZ
2322COLO Framework
2323M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2324S: Maintained
2325F: migration/colo*
2326F: include/migration/colo.h
2327F: include/migration/failover.h
2328F: docs/COLO-FT.txt
2329
88f82ed1 2330COLO Proxy
c6bf50ff 2331M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2332M: Li Zhijian <lizhijian@cn.fujitsu.com>
2333S: Supported
2334F: docs/colo-proxy.txt
2335F: net/colo*
2336F: net/filter-rewriter.c
2337F: net/filter-mirror.c
2338
62258201
PD
2339Record/replay
2340M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2341R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2342W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2343S: Supported
2344F: replay/*
2345F: block/blkreplay.c
2346F: net/filter-replay.c
2347F: include/sysemu/replay.h
2348F: docs/replay.txt
2349F: stubs/replay.c
2350
eecf5eed
PX
2351IOVA Tree
2352M: Peter Xu <peterx@redhat.com>
2353S: Maintained
2354F: include/qemu/iova-tree.h
2355F: util/iova-tree.c
2356
5ee547bb
VP
2357elf2dmp
2358M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2359S: Maintained
2360F: contrib/elf2dmp/
2361
93198b6c
CM
2362I2C and SMBus
2363M: Corey Minyard <cminyard@mvista.com>
2364S: Maintained
2365F: hw/i2c/core.c
2366F: hw/i2c/smbus_slave.c
2367F: hw/i2c/smbus_master.c
2368F: hw/i2c/smbus_eeprom.c
2369F: include/hw/i2c/i2c.h
2370F: include/hw/i2c/smbus_master.h
2371F: include/hw/i2c/smbus_slave.h
2372F: include/hw/i2c/smbus_eeprom.h
2373
6739df3f
LE
2374EDK2 Firmware
2375M: Laszlo Ersek <lersek@redhat.com>
2376M: Philippe Mathieu-Daudé <philmd@redhat.com>
2377S: Supported
2378F: pc-bios/descriptors/??-edk2-*.json
2379F: pc-bios/edk2-*
2380F: roms/Makefile.edk2
2381F: roms/edk2
2382F: roms/edk2-*
2383F: tests/data/uefi-boot-images/
2384F: tests/uefi-test-tools/
71920809
PMD
2385F: .gitlab-ci-edk2.yml
2386F: .gitlab-ci.d/edk2/
6739df3f 2387
fd5d5c56
AL
2388Usermode Emulation
2389------------------
6347e1f1 2390Overall usermode emulation
486bbe5f
PB
2391M: Riku Voipio <riku.voipio@iki.fi>
2392S: Maintained
2393F: thunk.c
58410666 2394F: accel/tcg/user-exec*.c
486bbe5f 2395
fd5d5c56 2396BSD user
297e8005 2397S: Orphan
fd5d5c56 2398F: bsd-user/
ccf0a57b 2399F: default-configs/*-bsd-user.mak
fd5d5c56 2400
fd5d5c56
AL
2401Linux user
2402M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 2403R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2404S: Maintained
2405F: linux-user/
ccf0a57b 2406F: default-configs/*-linux-user.mak
e5dd9875 2407F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
2408
2409Tiny Code Generator (TCG)
2410-------------------------
6347e1f1 2411Common TCG code
cc7772bd 2412M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2413S: Maintained
2414F: tcg/
d3582cfd 2415F: include/tcg/
42f5a7e9 2416
22b5867b
AB
2417TCG Plugins
2418M: Alex Bennée <alex.bennee@linaro.org>
2419S: Maintained
8ea6abf0 2420F: docs/devel/tcg-plugins.rst
22b5867b
AB
2421F: plugins/
2422F: tests/plugin
2423
6347e1f1 2424AArch64 TCG target
3e5a01ef 2425M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2426S: Maintained
b4f2bd1c 2427L: qemu-arm@nongnu.org
b25a464c 2428F: tcg/aarch64/
c17652ee
PB
2429F: disas/arm-a64.cc
2430F: disas/libvixl/
b25a464c 2431
6347e1f1 2432ARM TCG target
42f5a7e9
AJ
2433M: Andrzej Zaborowski <balrogg@gmail.com>
2434S: Maintained
b4f2bd1c 2435L: qemu-arm@nongnu.org
42f5a7e9 2436F: tcg/arm/
c17652ee 2437F: disas/arm.c
42f5a7e9 2438
6347e1f1 2439i386 TCG target
ecd1a5d0 2440M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2441S: Maintained
2442F: tcg/i386/
c17652ee 2443F: disas/i386.c
42f5a7e9 2444
6347e1f1 2445MIPS TCG target
d6eec7a2 2446M: Aurelien Jarno <aurelien@aurel32.net>
63640d6a 2447R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
42f5a7e9
AJ
2448S: Maintained
2449F: tcg/mips/
2450
6347e1f1 2451PPC TCG target
15610d42
PK
2452M: Richard Henderson <rth@twiddle.net>
2453S: Odd Fixes
42f5a7e9 2454F: tcg/ppc/
c17652ee 2455F: disas/ppc.c
42f5a7e9 2456
6347e1f1 2457RISC-V TCG target
c1677bcc 2458M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
2459M: Alistair Francis <Alistair.Francis@wdc.com>
2460L: qemu-riscv@nongnu.org
2461S: Maintained
2462F: tcg/riscv/
2463F: disas/riscv.c
2464
6347e1f1 2465S390 TCG target
42f5a7e9
AJ
2466M: Richard Henderson <rth@twiddle.net>
2467S: Maintained
2468F: tcg/s390/
c17652ee 2469F: disas/s390.c
146bd283 2470L: qemu-s390x@nongnu.org
42f5a7e9 2471
6347e1f1 2472SPARC TCG target
297e8005 2473S: Odd Fixes
42f5a7e9 2474F: tcg/sparc/
c17652ee 2475F: disas/sparc.c
bc75c9e5 2476
6347e1f1 2477TCI TCG target
bc75c9e5
SW
2478M: Stefan Weil <sw@weilnetz.de>
2479S: Maintained
8ef9cd55 2480F: tcg/tci/
752a2ae2 2481F: tcg/tci.c
c17652ee 2482F: disas/tci.c
aa09c951 2483
f05b328c
SH
2484Block drivers
2485-------------
2486VMDK
fe5ca46d 2487M: Fam Zheng <fam@euphon.net>
c95e4c0e 2488L: qemu-block@nongnu.org
f05b328c
SH
2489S: Supported
2490F: block/vmdk.c
2491
2492RBD
2bbd9986 2493M: Jason Dillaman <dillaman@redhat.com>
280458a3 2494L: qemu-block@nongnu.org
f05b328c
SH
2495S: Supported
2496F: block/rbd.c
2497
2498Sheepdog
f05b328c 2499M: Liu Yuan <namei.unix@gmail.com>
280458a3 2500L: qemu-block@nongnu.org
5f5246b6
JC
2501L: sheepdog@lists.wpkg.org
2502S: Odd Fixes
f05b328c
SH
2503F: block/sheepdog.c
2504
2505VHDX
5f5246b6 2506M: Jeff Cody <codyprime@gmail.com>
280458a3 2507L: qemu-block@nongnu.org
f05b328c
SH
2508S: Supported
2509F: block/vhdx*
2510
2511VDI
2512M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2513L: qemu-block@nongnu.org
f05b328c
SH
2514S: Maintained
2515F: block/vdi.c
2516
2517iSCSI
2518M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2519M: Paolo Bonzini <pbonzini@redhat.com>
2520M: Peter Lieven <pl@kamp.de>
c95e4c0e 2521L: qemu-block@nongnu.org
2185fd67 2522S: Odd Fixes
f05b328c 2523F: block/iscsi.c
2deb63c2 2524F: block/iscsi-opts.c
f05b328c 2525
99c62e70
EB
2526Network Block Device (NBD)
2527M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2528L: qemu-block@nongnu.org
2529S: Maintained
2530F: block/nbd*
2531F: nbd/
2532F: include/block/nbd*
2533F: qemu-nbd.*
2534F: blockdev-nbd.c
3229a835 2535F: docs/interop/nbd.txt
87c0868f 2536F: docs/interop/qemu-nbd.rst
ebe2aad2 2537T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2538
6542aa9c
PL
2539NFS
2540M: Peter Lieven <pl@kamp.de>
280458a3 2541L: qemu-block@nongnu.org
6542aa9c
PL
2542S: Maintained
2543F: block/nfs.c
2544
f05b328c
SH
2545SSH
2546M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2547L: qemu-block@nongnu.org
f05b328c
SH
2548S: Supported
2549F: block/ssh.c
c9a12e75 2550
280458a3 2551CURL
280458a3 2552L: qemu-block@nongnu.org
5c6090fa 2553S: Odd Fixes
280458a3 2554F: block/curl.c
280458a3
JC
2555
2556GLUSTER
280458a3 2557L: qemu-block@nongnu.org
5c6090fa
TH
2558L: integration@gluster.org
2559S: Odd Fixes
280458a3 2560F: block/gluster.c
b5e9476c 2561
199667a8 2562Null Block Driver
fe5ca46d 2563M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2564L: qemu-block@nongnu.org
2565S: Supported
2566F: block/null.c
2567
bdd6a90a 2568NVMe Block Driver
fe5ca46d 2569M: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2570L: qemu-block@nongnu.org
2571S: Supported
2572F: block/nvme*
2573
b5e9476c
GA
2574Bootdevice
2575M: Gonglei <arei.gonglei@huawei.com>
2576S: Maintained
2577F: bootdevice.c
ecdda9e0
AG
2578
2579Quorum
2580M: Alberto Garcia <berto@igalia.com>
2581S: Supported
2582F: block/quorum.c
2583L: qemu-block@nongnu.org
e7c6e631 2584
bfcc224e
AV
2585blklogwrites
2586M: Ari Sundholm <ari@tuxera.com>
2587L: qemu-block@nongnu.org
2588S: Supported
2589F: block/blklogwrites.c
2590
e7c6e631
SH
2591blkverify
2592M: Stefan Hajnoczi <stefanha@redhat.com>
2593L: qemu-block@nongnu.org
2594S: Supported
2595F: block/blkverify.c
2596
2597bochs
2598M: Stefan Hajnoczi <stefanha@redhat.com>
2599L: qemu-block@nongnu.org
2600S: Supported
2601F: block/bochs.c
2602
2603cloop
2604M: Stefan Hajnoczi <stefanha@redhat.com>
2605L: qemu-block@nongnu.org
2606S: Supported
2607F: block/cloop.c
2608
2609dmg
2610M: Stefan Hajnoczi <stefanha@redhat.com>
2611L: qemu-block@nongnu.org
2612S: Supported
2613F: block/dmg.c
2614
2615parallels
2616M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2617M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2618L: qemu-block@nongnu.org
2619S: Supported
2620F: block/parallels.c
5746c1cd 2621F: docs/interop/parallels.txt
e7c6e631
SH
2622
2623qed
2624M: Stefan Hajnoczi <stefanha@redhat.com>
2625L: qemu-block@nongnu.org
2626S: Supported
2627F: block/qed.c
2628
2629raw
2630M: Kevin Wolf <kwolf@redhat.com>
2631L: qemu-block@nongnu.org
2632S: Supported
2633F: block/linux-aio.c
f586d5fc 2634F: include/block/raw-aio.h
2e6fc7eb 2635F: block/raw-format.c
c1bb86cd
EB
2636F: block/file-posix.c
2637F: block/file-win32.c
e7c6e631
SH
2638F: block/win32-aio.c
2639
6663a0a3
AM
2640Linux io_uring
2641M: Aarushi Mehta <mehta.aaru20@gmail.com>
2642M: Julia Suvorova <jusual@redhat.com>
2643M: Stefan Hajnoczi <stefanha@redhat.com>
2644L: qemu-block@nongnu.org
2645S: Maintained
2646F: block/io_uring.c
06a47ef5 2647F: stubs/io_uring.c
6663a0a3 2648
e7c6e631
SH
2649qcow2
2650M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2651M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2652L: qemu-block@nongnu.org
2653S: Supported
2654F: block/qcow2*
b24f9882 2655F: docs/interop/qcow2.txt
e7c6e631
SH
2656
2657qcow
2658M: Kevin Wolf <kwolf@redhat.com>
2659L: qemu-block@nongnu.org
2660S: Supported
2661F: block/qcow.c
2662
2663blkdebug
2664M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2665M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2666L: qemu-block@nongnu.org
2667S: Supported
2668F: block/blkdebug.c
2669
2670vpc
2671M: Kevin Wolf <kwolf@redhat.com>
2672L: qemu-block@nongnu.org
2673S: Supported
2674F: block/vpc.c
2675
2676vvfat
2677M: Kevin Wolf <kwolf@redhat.com>
2678L: qemu-block@nongnu.org
2679S: Supported
2680F: block/vvfat.c
abfe4e94
SH
2681
2682Image format fuzzer
2683M: Stefan Hajnoczi <stefanha@redhat.com>
2684L: qemu-block@nongnu.org
2685S: Supported
2686F: tests/image-fuzzer/
717171bd 2687
049105a3 2688Replication
205f8618 2689M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2690M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2691S: Supported
2692F: replication*
2693F: block/replication.c
2694F: tests/test-replication.c
2695F: docs/block-replication.txt
2696
a3defabb 2697PVRDMA
bfffeac8 2698M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 2699M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2700S: Maintained
2701F: hw/rdma/*
2702F: hw/rdma/vmw/*
2703F: docs/pvrdma.txt
a5d2f6f8 2704F: contrib/rdmacm-mux/*
4a5c9903 2705F: qapi/rdma.json
a3defabb 2706
b052fec8
AB
2707Semihosting
2708M: Alex Bennée <alex.bennee@linaro.org>
b052fec8
AB
2709S: Maintained
2710F: hw/semihosting/
2711F: include/hw/semihosting/
2712
b9e02c06
AB
2713Build and test automation
2714-------------------------
0475a03e 2715Build and test automation
b9e02c06 2716M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 2717M: Fam Zheng <fam@euphon.net>
0d8ea8f1 2718R: Philippe Mathieu-Daudé <philmd@redhat.com>
e70dc7f8 2719S: Maintained
b9e02c06 2720F: .travis.yml
0708e647 2721F: scripts/travis/
d92d886a 2722F: .shippable.yml
e70dc7f8 2723F: tests/docker/
18023821 2724F: tests/vm/
54dbfd85 2725F: scripts/archive-source.sh
e70dc7f8 2726W: https://travis-ci.org/qemu/qemu
2a747008 2727W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2728W: http://patchew.org/QEMU/
717171bd 2729
7162fbb4
EM
2730FreeBSD Hosted Continuous Integration
2731M: Ed Maste <emaste@freebsd.org>
2732M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
2733S: Maintained
2734F: .cirrus.yml
2735W: https://cirrus-ci.com/github/qemu/qemu
2736
0a8b05c7
TH
2737GitLab Continuous Integration
2738M: Thomas Huth <thuth@redhat.com>
2739S: Maintained
2740F: .gitlab-ci.yml
2741
7e97017e
AB
2742Guest Test Compilation Support
2743M: Alex Bennée <alex.bennee@linaro.org>
2744R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 2745S: Maintained
7e97017e 2746F: tests/tcg/Makefile
c722a9e4 2747F: tests/tcg/Makefile.include
7e97017e 2748
717171bd
DB
2749Documentation
2750-------------
2751Build system architecture
2752M: Daniel P. Berrange <berrange@redhat.com>
2753S: Odd Fixes
c39cdbf6 2754F: docs/devel/build-system.txt
8a49e97f 2755
92329a7e
AB
2756GIT Data Mining Config
2757M: Alex Bennée <alex.bennee@linaro.org>
2758S: Odd Fixes
2759F: gitdm.config
2760F: contrib/gitdm/*
2761
b02c9bc3
MA
2762Incompatible changes
2763R: libvir-list@redhat.com
2764F: qemu-deprecated.texi
2765
aef45d51
DB
2766Build System
2767------------
2768GIT submodules
2769M: Daniel P. Berrange <berrange@redhat.com>
2770S: Odd Fixes
2771F: scripts/git-submodule.sh
c10e01b9 2772
ef45a392
AM
2773UI translations
2774M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2775F: po/*.po
2776
c10e01b9
PM
2777Sphinx documentation configuration and build machinery
2778M: Peter Maydell <peter.maydell@linaro.org>
2779S: Maintained
2780F: docs/conf.py
2781F: docs/*/conf.py