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