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