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