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