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