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