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