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