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