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