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