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