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