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