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