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