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