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