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