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