]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
exec: split out non-softmmu-specific parts
[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
c6a88dda 120F: accel/tcg/
9681ad3e 121F: accel/stubs/tcg-stub.c
55fd1892 122F: scripts/decodetree.py
3fdbf5d6 123F: docs/devel/decodetree.rst
2b1641d0
PB
124F: include/exec/cpu*.h
125F: include/exec/exec-all.h
486bbe5f 126F: include/exec/helper*.h
2b1641d0 127F: include/exec/tb-hash.h
460423d3 128F: include/sysemu/cpus.h
14a48c1d 129F: include/sysemu/tcg.h
486bbe5f 130
1badb586
PM
131FPU emulation
132M: Aurelien Jarno <aurelien@aurel32.net>
133M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
134M: Alex Bennée <alex.bennee@linaro.org>
135S: Maintained
1badb586
PM
136F: fpu/
137F: include/fpu/
0636e4d8 138F: tests/fp/
1badb586 139
6347e1f1 140Alpha TCG CPUs
8d6df264
RH
141M: Richard Henderson <rth@twiddle.net>
142S: Maintained
fcf5ef2a 143F: target/alpha/
c0bd0b50 144F: tests/tcg/alpha/
c17652ee 145F: disas/alpha.c
b6f97c14 146
6347e1f1 147ARM TCG CPUs
1ce9ce6a 148M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 149L: qemu-arm@nongnu.org
fd5d5c56 150S: Maintained
fcf5ef2a 151F: target/arm/
c348722c 152F: tests/tcg/arm/
29e0436e 153F: tests/tcg/aarch64/
8d8b636d
PB
154F: hw/arm/
155F: hw/cpu/a*mpcore.c
f7e242d6 156F: include/hw/cpu/a*mpcore.h
c17652ee
PB
157F: disas/arm.c
158F: disas/arm-a64.cc
159F: disas/libvixl/
c11a8e89 160F: docs/system/target-arm.rst
fd5d5c56 161
49154ea0
EA
162ARM SMMU
163M: Eric Auger <eric.auger@redhat.com>
164L: qemu-arm@nongnu.org
165S: Maintained
166F: hw/arm/smmu*
167F: include/hw/arm/smmu*
168
c8c0d267
MR
169AVR TCG CPUs
170M: Michael Rolnik <mrolnik@gmail.com>
171R: Sarah Harris <S.E.Harris@kent.ac.uk>
172S: Maintained
0abd386d 173F: docs/system/target-avr.rst
12b35405 174F: gdb-xml/avr-cpu.xml
c8c0d267 175F: target/avr/
f5d31d65 176F: tests/acceptance/machine_avr6.py
c8c0d267 177
6347e1f1 178CRIS TCG CPUs
fd5d5c56
AL
179M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
180S: Maintained
fcf5ef2a 181F: target/cris/
8d8b636d 182F: hw/cris/
c9b90090 183F: include/hw/cris/
c0bd0b50 184F: tests/tcg/cris/
c17652ee 185F: disas/cris.c
fd5d5c56 186
6347e1f1 187HPPA (PA-RISC) TCG CPUs
61766fe9
RH
188M: Richard Henderson <rth@twiddle.net>
189S: Maintained
190F: target/hppa/
61461802 191F: hw/hppa/
61766fe9 192F: disas/hppa.c
376b8519
HD
193F: hw/net/*i82596*
194F: include/hw/net/lasi_82596.h
61766fe9 195
6347e1f1 196LM32 TCG CPUs
4b4d96c7
PMD
197R: Michael Walle <michael@walle.cc>
198S: Orphan
fcf5ef2a 199F: target/lm32/
4eab7a0a 200F: disas/lm32.c
8d8b636d 201F: hw/lm32/
4eab7a0a
MW
202F: hw/*/lm32_*
203F: hw/*/milkymist-*
70cc0c1f 204F: include/hw/display/milkymist_tmu2.h
4eab7a0a
MW
205F: include/hw/char/lm32_juart.h
206F: include/hw/lm32/
c0bd0b50 207F: tests/tcg/lm32/
07bf23a7 208
6347e1f1 209M68K TCG CPUs
595a926d
LV
210M: Laurent Vivier <laurent@vivier.eu>
211S: Maintained
fcf5ef2a 212F: target/m68k/
e9a56114 213F: disas/m68k.c
fd5d5c56 214
6347e1f1 215MicroBlaze TCG CPUs
fd5d5c56
AL
216M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
217S: Maintained
fcf5ef2a 218F: target/microblaze/
8d8b636d 219F: hw/microblaze/
c17652ee 220F: disas/microblaze.c
fd5d5c56 221
6347e1f1 222MIPS TCG CPUs
0eac70b0 223M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
099d510b 224R: Aurelien Jarno <aurelien@aurel32.net>
15d983de 225R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 226R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
6f640917 227S: Maintained
fcf5ef2a 228F: target/mips/
10a9794d 229F: default-configs/*mips*
d02d5fff 230F: disas/*mips*
1bf84a1e 231F: docs/system/cpu-models-mips.rst.inc
0f865314 232F: hw/intc/mips_gic.c
8d8b636d 233F: hw/mips/
5995db88 234F: hw/misc/mips_*
5995db88 235F: hw/timer/mips_gictimer.c
0f865314 236F: include/hw/intc/mips_gic.h
5995db88
TH
237F: include/hw/mips/
238F: include/hw/misc/mips_*
5995db88 239F: include/hw/timer/mips_gictimer.h
5d480ddd 240F: tests/acceptance/linux_ssh_mips_malta.py
c0ac595b 241F: tests/acceptance/machine_mips_malta.py
c0bd0b50 242F: tests/tcg/mips/
09684557 243K: ^Subject:.*(?i)mips
fd5d5c56 244
6347e1f1 245Moxie TCG CPUs
d15a9c23
AG
246M: Anthony Green <green@moxielogic.com>
247S: Maintained
fcf5ef2a 248F: target/moxie/
c17652ee 249F: disas/moxie.c
a3ccdfb5
TH
250F: hw/moxie/
251F: default-configs/moxie-softmmu.mak
d15a9c23 252
6347e1f1 253NiosII TCG CPUs
e671711c
MV
254M: Chris Wulff <crwulff@gmail.com>
255M: Marek Vasut <marex@denx.de>
256S: Maintained
257F: target/nios2/
258F: hw/nios2/
15e10756 259F: hw/intc/nios2_iic.c
e671711c 260F: disas/nios2.c
15e10756 261F: default-configs/nios2-softmmu.mak
e671711c 262
6347e1f1 263OpenRISC TCG CPUs
1d7cf18d
SH
264M: Stafford Horne <shorne@gmail.com>
265S: Odd Fixes
fcf5ef2a 266F: target/openrisc/
945dad6d 267F: hw/openrisc/
c0bd0b50 268F: tests/tcg/openrisc/
945dad6d 269
6347e1f1 270PowerPC TCG CPUs
b4daafbd 271M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 272L: qemu-ppc@nongnu.org
fd5d5c56 273S: Maintained
fcf5ef2a 274F: target/ppc/
8d8b636d 275F: hw/ppc/
b5d55020 276F: include/hw/ppc/
c17652ee 277F: disas/ppc.c
fd5d5c56 278
6347e1f1 279RISC-V TCG CPUs
c1677bcc 280M: Palmer Dabbelt <palmer@dabbelt.com>
a17a61f3 281M: Alistair Francis <Alistair.Francis@wdc.com>
4dc62b15
MC
282M: Sagar Karandikar <sagark@eecs.berkeley.edu>
283M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
a094b354 284L: qemu-riscv@nongnu.org
7b91ae7d 285S: Supported
4dc62b15
MC
286F: target/riscv/
287F: hw/riscv/
288F: include/hw/riscv/
f936eac8 289F: linux-user/host/riscv32/
511f3138 290F: linux-user/host/riscv64/
4dc62b15 291
a4f34ecc
YS
292RENESAS RX CPUs
293M: Yoshinori Sato <ysato@users.sourceforge.jp>
294S: Maintained
295F: target/rx/
296
6347e1f1 297S390 TCG CPUs
2b35e93f 298M: Richard Henderson <rth@twiddle.net>
ced01bb7 299M: David Hildenbrand <david@redhat.com>
fd5d5c56 300S: Maintained
fcf5ef2a 301F: target/s390x/
8d8b636d 302F: hw/s390x/
c17652ee 303F: disas/s390.c
276ba120 304F: tests/tcg/s390x/
146bd283 305L: qemu-s390x@nongnu.org
fd5d5c56 306
6347e1f1 307SH4 TCG CPUs
a9fb4468 308M: Yoshinori Sato <ysato@users.sourceforge.jp>
2c9b7d1a 309S: Odd Fixes
fcf5ef2a 310F: target/sh4/
8d8b636d 311F: hw/sh4/
c17652ee 312F: disas/sh4.c
8a90f900 313F: include/hw/sh4/
fd5d5c56 314
6347e1f1 315SPARC TCG CPUs
f2416d3a 316M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 317M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 318S: Maintained
fcf5ef2a 319F: target/sparc/
8d8b636d
PB
320F: hw/sparc/
321F: hw/sparc64/
84dbe974 322F: include/hw/sparc/sparc64.h
c17652ee 323F: disas/sparc.c
fd5d5c56 324
6347e1f1 325UniCore32 TCG CPUs
a6ea7b4c
AF
326M: Guan Xuetao <gxt@mprc.pku.edu.cn>
327S: Maintained
fcf5ef2a 328F: target/unicore32/
8d8b636d 329F: hw/unicore32/
47b98d59 330F: include/hw/unicore32/
a6ea7b4c 331
6347e1f1 332X86 TCG CPUs
d46d72fd
PB
333M: Paolo Bonzini <pbonzini@redhat.com>
334M: Richard Henderson <rth@twiddle.net>
e1a04339 335M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 336S: Maintained
fcf5ef2a 337F: target/i386/
4132431f 338F: tests/tcg/i386/
3a082ec0 339F: tests/tcg/x86_64/
8d8b636d 340F: hw/i386/
c17652ee 341F: disas/i386.c
1bf84a1e 342F: docs/system/cpu-models-x86.rst.inc
e18a8b34 343T: git https://github.com/ehabkost/qemu.git x86-next
fd5d5c56 344
6347e1f1 345Xtensa TCG CPUs
16e7caae 346M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 347W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 348S: Maintained
fcf5ef2a 349F: target/xtensa/
8d8b636d 350F: hw/xtensa/
c0bd0b50 351F: tests/tcg/xtensa/
5a6539e6 352F: disas/xtensa.c
895e4897
MF
353F: include/hw/xtensa/xtensa-isa.h
354F: default-configs/xtensa*.mak
16e7caae 355
6347e1f1 356TriCore TCG CPUs
48e06fe0
BK
357M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
358S: Maintained
fcf5ef2a 359F: target/tricore/
48e06fe0 360F: hw/tricore/
d46d14e6 361F: include/hw/tricore/
48e06fe0 362
dd28bebd
AB
363Multiarch Linux User Tests
364M: Alex Bennée <alex.bennee@linaro.org>
00a25291 365S: Maintained
dd28bebd
AB
366F: tests/tcg/multiarch/
367
84995ea2
MA
368Guest CPU Cores (KVM)
369---------------------
6347e1f1 370Overall KVM CPUs
c6d559d9 371M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
372L: kvm@vger.kernel.org
373S: Supported
a6bb42f2 374F: */*/kvm*
1962cb20 375F: accel/kvm/
9681ad3e
TH
376F: accel/stubs/kvm-stub.c
377F: include/hw/kvm/
a95e9a48 378F: include/sysemu/kvm*.h
9681ad3e 379F: scripts/kvm/kvm_flightrecorder
fd5d5c56 380
6347e1f1 381ARM KVM CPUs
ed4659d1 382M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 383L: qemu-arm@nongnu.org
ed4659d1 384S: Maintained
fcf5ef2a 385F: target/arm/kvm.c
ed4659d1 386
6347e1f1 387MIPS KVM CPUs
15d983de 388M: Huacai Chen <chenhc@lemote.com>
0eac70b0 389M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
134f7f7d 390S: Odd Fixes
fcf5ef2a 391F: target/mips/kvm.c
a31896c4 392
6347e1f1 393PPC KVM CPUs
bba8e23a 394M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 395S: Maintained
fcf5ef2a 396F: target/ppc/kvm.c
fd5d5c56 397
6347e1f1 398S390 KVM CPUs
7c8e2647 399M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 400M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 401M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 402S: Supported
fcf5ef2a 403F: target/s390x/kvm.c
040078e0
DH
404F: target/s390x/kvm_s390x.h
405F: target/s390x/kvm-stub.c
fcf5ef2a
TH
406F: target/s390x/ioinst.[ch]
407F: target/s390x/machine.c
74b4c74d 408F: target/s390x/sigp.c
8b3410de
CH
409F: target/s390x/cpu_features*.[ch]
410F: target/s390x/cpu_models.[ch]
c3347ed0
JF
411F: hw/s390x/pv.c
412F: include/hw/s390x/pv.h
4277af19
CH
413F: hw/intc/s390_flic.c
414F: hw/intc/s390_flic_kvm.c
415F: include/hw/s390x/s390_flic.h
c5bfb202 416F: gdb-xml/s390*.xml
e18a8b34
SH
417T: git https://github.com/cohuck/qemu.git s390-next
418T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 419L: qemu-s390x@nongnu.org
fd5d5c56 420
6347e1f1 421X86 KVM CPUs
d46d72fd 422M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
423M: Marcelo Tosatti <mtosatti@redhat.com>
424L: kvm@vger.kernel.org
425S: Supported
fcf5ef2a 426F: target/i386/kvm.c
9681ad3e 427F: scripts/kvm/vmxcap
fd5d5c56 428
79ac3915
PMD
429Guest CPU Cores (other accelerators)
430------------------------------------
431Overall
432M: Richard Henderson <rth@twiddle.net>
433R: Paolo Bonzini <pbonzini@redhat.com>
434S: Maintained
435F: include/sysemu/accel.h
436F: accel/accel.c
437F: accel/Makefile.objs
438F: accel/stubs/Makefile.objs
439
674fc21f 440X86 HVF CPUs
de6b528b 441M: Cameron Esfahani <dirty@apple.com>
674fc21f 442M: Roman Bolshakov <r.bolshakov@yadro.com>
de6b528b 443W: https://wiki.qemu.org/Features/HVF
674fc21f
RB
444S: Maintained
445F: accel/stubs/hvf-stub.c
446F: target/i386/hvf/
447F: include/sysemu/hvf.h
448
c220cdec
SM
449WHPX CPUs
450M: Sunil Muthuswamy <sunilmut@microsoft.com>
451S: Supported
452F: target/i386/whpx-all.c
8ef39ecf 453F: target/i386/whpx-cpus.c
c220cdec
SM
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
d9f24bf5 1527F: cpu.c
2e5b09fd 1528F: hw/core/cpu.c
52924dea 1529F: hw/core/machine-qmp-cmds.c
5da4fb00 1530F: hw/core/machine.c
c1629c5c 1531F: hw/core/null-machine.c
ac057879 1532F: hw/core/numa.c
335d52f4 1533F: hw/cpu/cluster.c
8ac25c84 1534F: qapi/machine.json
7f7b4e7a 1535F: qapi/machine-target.json
5da4fb00 1536F: include/hw/boards.h
2e5b09fd 1537F: include/hw/core/cpu.h
335d52f4 1538F: include/hw/cpu/cluster.h
2dd02587 1539F: include/sysemu/numa.h
e18a8b34 1540T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1541
16e7caae
MF
1542Xtensa Machines
1543---------------
375847a6 1544sim
16e7caae
MF
1545M: Max Filippov <jcmvbkbc@gmail.com>
1546S: Maintained
437a8c11 1547F: hw/xtensa/sim.c
375847a6 1548
d9e8553b
MF
1549virt
1550M: Max Filippov <jcmvbkbc@gmail.com>
1551S: Maintained
1552F: hw/xtensa/virt.c
1553
437a8c11 1554XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1555M: Max Filippov <jcmvbkbc@gmail.com>
1556S: Maintained
437a8c11
MF
1557F: hw/xtensa/xtfpga.c
1558F: hw/net/opencores_eth.c
16e7caae 1559
fd5d5c56
AL
1560Devices
1561-------
b30934cb
JS
1562EDU
1563M: Jiri Slaby <jslaby@suse.cz>
1564S: Maintained
1565F: hw/misc/edu.c
1566
fd5d5c56 1567IDE
c095348b
JS
1568M: John Snow <jsnow@redhat.com>
1569L: qemu-block@nongnu.org
1570S: Supported
8d8b636d 1571F: include/hw/ide.h
c9f7acd5 1572F: include/hw/ide/
fd5d5c56 1573F: hw/ide/
c095348b
JS
1574F: hw/block/block.c
1575F: hw/block/cdrom.c
1576F: hw/block/hd-geometry.c
1e8a1fae
TH
1577F: tests/qtest/ide-test.c
1578F: tests/qtest/ahci-test.c
1579F: tests/qtest/cdrom-test.c
1cf4323e 1580F: tests/qtest/libqos/ahci*
77582e2c 1581T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1582
caf316ba
CM
1583IPMI
1584M: Corey Minyard <minyard@acm.org>
1585S: Maintained
1586F: include/hw/ipmi/*
1587F: hw/ipmi/*
1588F: hw/smbios/smbios_type_38.c
1e8a1fae 1589F: tests/qtest/ipmi*
e18a8b34 1590T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1591
c095348b
JS
1592Floppy
1593M: John Snow <jsnow@redhat.com>
1594L: qemu-block@nongnu.org
1595S: Supported
1596F: hw/block/fdc.c
1597F: include/hw/block/fdc.h
1e8a1fae 1598F: tests/qtest/fdc-test.c
77582e2c 1599T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1600
f5f487b2
PM
1601OMAP
1602M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1603L: qemu-arm@nongnu.org
f5f487b2 1604S: Maintained
8d8b636d 1605F: hw/*/omap*
ed0db866 1606F: include/hw/arm/omap.h
f5f487b2 1607
28d54e58
PB
1608IPack
1609M: Alberto Garcia <berto@igalia.com>
1610S: Odd Fixes
1611F: hw/char/ipoctal232.c
1612F: hw/ipack/
1613
fd5d5c56
AL
1614PCI
1615M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1616M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1617S: Supported
8d8b636d 1618F: include/hw/pci/*
f178bc6b 1619F: hw/misc/pci-testdev.c
ca818cfb 1620F: hw/pci/*
f178bc6b 1621F: hw/pci-bridge/*
61c7f987 1622F: qapi/pci.json
68179923
PMD
1623F: docs/pci*
1624F: docs/specs/*pci*
534fd814 1625F: default-configs/pci.mak
0e0b3592 1626
d31e5ae7 1627ACPI/SMBIOS
0e0b3592
MT
1628M: Michael S. Tsirkin <mst@redhat.com>
1629M: Igor Mammedov <imammedo@redhat.com>
1630S: Supported
1631F: include/hw/acpi/*
a2eb5c0c 1632F: include/hw/firmware/smbios.h
0e0b3592 1633F: hw/mem/*
8d8b636d 1634F: hw/acpi/*
d31e5ae7 1635F: hw/smbios/*
0e0b3592 1636F: hw/i386/acpi-build.[hc]
0e0b3592 1637F: hw/arm/virt-acpi-build.c
27c9188f 1638F: qapi/acpi.json
b963ea19 1639F: tests/qtest/bios-tables-test*
1e8a1fae 1640F: tests/qtest/acpi-utils.[hc]
faae23b9 1641F: tests/data/acpi/
fd5d5c56 1642
f7e462f8
DG
1643ACPI/HEST/GHES
1644R: Dongjiu Geng <gengdongjiu@huawei.com>
1645R: Xiang Zheng <zhengxiang9@huawei.com>
1646L: qemu-arm@nongnu.org
1647S: Maintained
1648F: hw/acpi/ghes.c
1649F: include/hw/acpi/ghes.h
1650F: docs/specs/acpi_hest_ghes.rst
1651
aaade8d7 1652ppc4xx
bba8e23a 1653M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1654L: qemu-ppc@nongnu.org
1655S: Odd Fixes
8d8b636d 1656F: hw/ppc/ppc4*.c
aa3a41f9 1657F: hw/i2c/ppc4xx_i2c.c
b5d55020 1658F: include/hw/ppc/ppc4xx.h
aa3a41f9 1659F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1660
61af0ee6 1661Character devices
2185fd67
PB
1662M: Marc-André Lureau <marcandre.lureau@redhat.com>
1663R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1664S: Odd Fixes
1665F: hw/char/
1666
f536f112
PB
1667Network devices
1668M: Jason Wang <jasowang@redhat.com>
1669S: Odd Fixes
1670F: hw/net/
6061b5c6 1671F: include/hw/net/
1e8a1fae 1672F: tests/qtest/virtio-net-test.c
9711cd0d 1673F: docs/virtio-net-failover.rst
e18a8b34 1674T: git https://github.com/jasowang/qemu.git net
f536f112 1675
e0c9d0c1
PMD
1676Parallel NOR Flash devices
1677M: Philippe Mathieu-Daudé <philmd@redhat.com>
1678T: git https://gitlab.com/philmd/qemu.git pflash-next
1679S: Maintained
1680F: hw/block/pflash_cfi*.c
1681F: include/hw/block/flash.h
1682
fd5d5c56 1683SCSI
de7724f7 1684M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1685R: Fam Zheng <fam@euphon.net>
de7724f7 1686S: Supported
74460f34 1687F: include/hw/scsi/*
8d8b636d 1688F: hw/scsi/*
1e8a1fae 1689F: tests/qtest/virtio-scsi-test.c
e18a8b34 1690T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1691
fcb5629d 1692SSI
c22e580c 1693M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1694S: Maintained
8d8b636d
PB
1695F: hw/ssi/*
1696F: hw/block/m25p80.c
982d009a 1697F: include/hw/ssi/ssi.h
4b46ba61 1698X: hw/ssi/xilinx_*
1e8a1fae 1699F: tests/qtest/m25p80-test.c
4b46ba61
AF
1700
1701Xilinx SPI
c22e580c 1702M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1703S: Maintained
1704F: hw/ssi/xilinx_*
fcb5629d 1705
076a0fc3
PMD
1706SD (Secure Card)
1707M: Philippe Mathieu-Daudé <f4bug@amsat.org>
ba412478 1708L: qemu-block@nongnu.org
076a0fc3
PMD
1709S: Odd Fixes
1710F: include/hw/sd/sd*
1711F: hw/sd/core.c
1712F: hw/sd/sd*
1232ed1f 1713F: hw/sd/ssi-sd.c
1e8a1fae 1714F: tests/qtest/sd*
076a0fc3 1715
fd5d5c56 1716USB
5d0d62fe
GH
1717M: Gerd Hoffmann <kraxel@redhat.com>
1718S: Maintained
8d8b636d 1719F: hw/usb/*
1e8a1fae 1720F: tests/qtest/usb-*-test.c
beded0ff
TH
1721F: docs/usb2.txt
1722F: docs/usb-storage.txt
1723F: include/hw/usb.h
1724F: include/hw/usb/
104ebc5f 1725F: default-configs/usb.mak
fd5d5c56 1726
e26082fd
PB
1727USB (serial adapter)
1728M: Gerd Hoffmann <kraxel@redhat.com>
1729M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1730S: Maintained
1731F: hw/usb/dev-serial.c
1732
92e1fb5e
AW
1733VFIO
1734M: Alex Williamson <alex.williamson@redhat.com>
1735S: Supported
cf7087db 1736F: hw/vfio/*
99b88c6d 1737F: include/hw/vfio/
92e1fb5e 1738
5eb74557 1739vfio-ccw
c1976ae7 1740M: Cornelia Huck <cohuck@redhat.com>
7913938a 1741M: Eric Farman <farman@linux.ibm.com>
5eb74557
DJS
1742S: Supported
1743F: hw/vfio/ccw.c
1744F: hw/s390x/s390-ccw.c
1745F: include/hw/s390x/s390-ccw.h
44445d86 1746F: include/hw/s390x/vfio-ccw.h
e18a8b34 1747T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1748L: qemu-s390x@nongnu.org
5eb74557 1749
a51b3153
TK
1750vfio-ap
1751M: Christian Borntraeger <borntraeger@de.ibm.com>
1752M: Tony Krowiak <akrowiak@linux.ibm.com>
1753M: Halil Pasic <pasic@linux.ibm.com>
1754M: Pierre Morel <pmorel@linux.ibm.com>
1755S: Supported
1756F: hw/s390x/ap-device.c
1757F: hw/s390x/ap-bridge.c
1758F: include/hw/s390x/ap-device.h
1759F: include/hw/s390x/ap-bridge.h
2fe2942c 1760F: hw/vfio/ap.c
f58f084e 1761F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1762L: qemu-s390x@nongnu.org
1763
fd5d5c56
AL
1764vhost
1765M: Michael S. Tsirkin <mst@redhat.com>
1766S: Supported
8d8b636d 1767F: hw/*/*vhost*
482580a6 1768F: docs/interop/vhost-user.json
ed1be66b 1769F: docs/interop/vhost-user.rst
72c1e865 1770F: contrib/vhost-user-*/
f24bb728
MAL
1771F: backends/vhost-user.c
1772F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1773
1774virtio
a75143ed 1775M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1776S: Supported
8d8b636d 1777F: hw/*/virtio*
72fa605d
TH
1778F: hw/virtio/Makefile.objs
1779F: hw/virtio/trace-events
6a084ea3 1780F: net/vhost-user.c
494f7b57 1781F: include/hw/virtio/
fd5d5c56 1782
6d7b25ad
DH
1783virtio-balloon
1784M: Michael S. Tsirkin <mst@redhat.com>
1785M: David Hildenbrand <david@redhat.com>
1786S: Maintained
1787F: hw/virtio/virtio-balloon*.c
1788F: include/hw/virtio/virtio-balloon.h
c7f419f5 1789F: softmmu/balloon.c
6d7b25ad
DH
1790F: include/sysemu/balloon.h
1791
fd5d5c56 1792virtio-9p
8c1cd719 1793M: Greg Kurz <groug@kaod.org>
233982af 1794M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1795S: Odd Fixes
aebeca25 1796F: hw/9pfs/
b827891d 1797X: hw/9pfs/xen-9p*
aebeca25 1798F: fsdev/
78813586 1799F: docs/interop/virtfs-proxy-helper.rst
1e8a1fae 1800F: tests/qtest/virtio-9p-test.c
e18a8b34 1801T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1802
1803virtio-blk
54d01a00 1804M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1805L: qemu-block@nongnu.org
fd5d5c56 1806S: Supported
8d8b636d 1807F: hw/block/virtio-blk.c
b457a5f5 1808F: hw/block/dataplane/*
1e8a1fae 1809F: tests/qtest/virtio-blk-test.c
e18a8b34 1810T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1811
dd4ad64a 1812virtio-ccw
c1976ae7 1813M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1814M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1815S: Supported
901f5f16 1816F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1817F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1818T: git https://github.com/cohuck/qemu.git s390-next
1819T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1820L: qemu-s390x@nongnu.org
dd4ad64a 1821
bad7d2c3
DDAG
1822virtiofs
1823M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1824M: Stefan Hajnoczi <stefanha@redhat.com>
1825S: Supported
1826F: tools/virtiofsd/*
1827F: hw/virtio/vhost-user-fs*
1828F: include/hw/virtio/vhost-user-fs.h
6a7e2bbe 1829F: docs/interop/virtiofsd.rst
bad7d2c3 1830
a5d4d7b5
GH
1831virtio-input
1832M: Gerd Hoffmann <kraxel@redhat.com>
1833S: Maintained
9c4d05b7 1834F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1835F: hw/input/virtio-input*.c
1836F: include/hw/virtio/virtio-input.h
06914c97 1837F: contrib/vhost-user-input/*
a5d4d7b5 1838
c1dee918
EA
1839virtio-iommu
1840M: Eric Auger <eric.auger@redhat.com>
1841S: Maintained
1842F: hw/virtio/virtio-iommu*.c
1843F: include/hw/virtio/virtio-iommu.h
1844
fd5d5c56 1845virtio-serial
2501db70
LV
1846M: Laurent Vivier <lvivier@redhat.com>
1847R: Amit Shah <amit@kernel.org>
fd5d5c56 1848S: Supported
8d8b636d
PB
1849F: hw/char/virtio-serial-bus.c
1850F: hw/char/virtio-console.c
68a5e38a 1851F: include/hw/virtio/virtio-serial.h
1e8a1fae 1852F: tests/qtest/virtio-serial-test.c
fd5d5c56 1853
1f51a5cb 1854virtio-rng
2501db70
LV
1855M: Laurent Vivier <lvivier@redhat.com>
1856R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1857S: Supported
1858F: hw/virtio/virtio-rng.c
1859F: include/hw/virtio/virtio-rng.h
750cf869 1860F: include/sysemu/rng*.h
1f51a5cb 1861F: backends/rng*.c
1e8a1fae 1862F: tests/qtest/virtio-rng-test.c
1f51a5cb 1863
6034011c
GA
1864virtio-crypto
1865M: Gonglei <arei.gonglei@huawei.com>
1866S: Supported
1867F: hw/virtio/virtio-crypto.c
1868F: hw/virtio/virtio-crypto-pci.c
1869F: include/hw/virtio/virtio-crypto.h
1870
751c7bdd
DH
1871virtio-mem
1872M: David Hildenbrand <david@redhat.com>
1873S: Supported
1874W: https://virtio-mem.gitlab.io/
1875F: hw/virtio/virtio-mem.c
1876F: hw/virtio/virtio-mem-pci.h
1877F: hw/virtio/virtio-mem-pci.c
1878F: include/hw/virtio/virtio-mem.h
1879
f3c507ad 1880nvme
8261cc17 1881M: Keith Busch <kbusch@kernel.org>
e8cc43d5 1882M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 1883L: qemu-block@nongnu.org
f3c507ad
KB
1884S: Supported
1885F: hw/block/nvme*
1e8a1fae 1886F: tests/qtest/nvme-test.c
e8cc43d5 1887T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 1888
d383c625 1889megasas
3fdfb8b6 1890M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1891L: qemu-block@nongnu.org
d383c625
HR
1892S: Supported
1893F: hw/scsi/megasas.c
1894F: hw/scsi/mfi.h
1e8a1fae 1895F: tests/qtest/megasas-test.c
d383c625 1896
605d52e6 1897Network packet abstractions
bf4835a4 1898M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1899S: Maintained
1900F: include/net/eth.h
1901F: net/eth.c
1902F: hw/net/net_rx_pkt*
1903F: hw/net/net_tx_pkt*
1904
622fb504 1905Vmware
bf4835a4 1906M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1907S: Maintained
1908F: hw/net/vmxnet*
1909F: hw/scsi/vmw_pvscsi*
1e8a1fae 1910F: tests/qtest/vmxnet3-test.c
622fb504 1911
de24d3f1 1912Rocker
de24d3f1
SF
1913M: Jiri Pirko <jiri@resnulli.us>
1914S: Maintained
1915F: hw/net/rocker/
de850948
TH
1916F: tests/rocker/
1917F: docs/specs/rocker.txt
de24d3f1 1918
70d1fb9c 1919NVDIMM
7a5bd53d 1920M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1921S: Maintained
1922F: hw/acpi/nvdimm.c
1923F: hw/mem/nvdimm.c
1924F: include/hw/mem/nvdimm.h
e2e254d3 1925F: docs/nvdimm.txt
70d1fb9c 1926
093454e2 1927e1000x
bf4835a4 1928M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1929S: Maintained
1930F: hw/net/e1000x*
1931
6f3fbe4e 1932e1000e
bf4835a4 1933M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1934S: Maintained
1935F: hw/net/e1000e*
1936
ebc2327f
SW
1937eepro100
1938M: Stefan Weil <sw@weilnetz.de>
1939S: Maintained
1940F: hw/net/eepro100.c
1941
34ea023d
SS
1942tulip
1943M: Sven Schnelle <svens@stackframe.org>
1944S: Maintained
1945F: hw/net/tulip.c
1946F: hw/net/tulip.h
1947
e481a1f6 1948Generic Loader
c22e580c 1949M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1950S: Maintained
1951F: hw/core/generic-loader.c
1952F: include/hw/core/generic-loader.h
c5e2ac7e 1953F: docs/generic-loader.txt
e481a1f6 1954
645d3cbe
SH
1955Intel Hexadecimal Object File Loader
1956M: Su Hang <suhang16@mails.ucas.ac.cn>
1957S: Maintained
1e8a1fae 1958F: tests/qtest/hexloader-test.c
4b2ff65a 1959F: tests/data/hex-loader/test.hex
645d3cbe 1960
87a9023a
TH
1961CHRP NVRAM
1962M: Thomas Huth <thuth@redhat.com>
1963S: Maintained
1964F: hw/nvram/chrp_nvram.c
1965F: include/hw/nvram/chrp_nvram.h
1e8a1fae 1966F: tests/qtest/prom-env-test.c
87a9023a 1967
42697d88
BW
1968VM Generation ID
1969M: Ben Warren <ben@skyportsystems.com>
1970S: Maintained
1971F: hw/acpi/vmgenid.c
1972F: include/hw/acpi/vmgenid.h
1973F: docs/specs/vmgenid.txt
1e8a1fae 1974F: tests/qtest/vmgenid-test.c
42697d88
BW
1975F: stubs/vmgenid.c
1976
747969db
PMD
1977Unimplemented device
1978M: Peter Maydell <peter.maydell@linaro.org>
1979R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1980S: Maintained
1981F: include/hw/misc/unimp.h
1982F: hw/misc/unimp.c
1983
6007523a
PMD
1984Empty slot
1985M: Artyom Tarasenko <atar4qemu@gmail.com>
1986R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1987S: Maintained
1988F: include/hw/misc/empty_slot.h
1989F: hw/misc/empty_slot.c
1990
dbb2e472
GH
1991Standard VGA
1992M: Gerd Hoffmann <kraxel@redhat.com>
1993S: Maintained
1994F: hw/display/vga*
1995F: hw/display/bochs-display.c
1996F: include/hw/display/vga.h
1997F: include/hw/display/bochs-vbe.h
1998
58d632c7
GH
1999ramfb
2000M: Gerd Hoffmann <kraxel@redhat.com>
2001S: Maintained
2002F: hw/display/ramfb*.c
2003F: include/hw/display/ramfb.h
2004
dbb2e472
GH
2005virtio-gpu
2006M: Gerd Hoffmann <kraxel@redhat.com>
2007S: Maintained
2008F: hw/display/virtio-gpu*
c68082c4 2009F: hw/display/virtio-vga.*
dbb2e472
GH
2010F: include/hw/virtio/virtio-gpu.h
2011
b372d79b
RN
2012vhost-user-blk
2013M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2014S: Maintained
2015F: contrib/vhost-user-blk/
2016F: contrib/vhost-user-scsi/
2017F: hw/block/vhost-user-blk.c
2018F: hw/scsi/vhost-user-scsi.c
2019F: hw/virtio/vhost-user-blk-pci.c
2020F: hw/virtio/vhost-user-scsi-pci.c
2021F: include/hw/virtio/vhost-user-blk.h
2022F: include/hw/virtio/vhost-user-scsi.h
2023
bd2e44fe
MAL
2024vhost-user-gpu
2025M: Marc-André Lureau <marcandre.lureau@redhat.com>
2026M: Gerd Hoffmann <kraxel@redhat.com>
2027S: Maintained
2028F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2029F: contrib/vhost-user-gpu
2030F: hw/display/vhost-user-*
bd2e44fe 2031
dbb2e472
GH
2032Cirrus VGA
2033M: Gerd Hoffmann <kraxel@redhat.com>
2034S: Odd Fixes
2035W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2036F: hw/display/cirrus*
2037
72d277a7
GH
2038EDID Generator
2039M: Gerd Hoffmann <kraxel@redhat.com>
2040S: Maintained
2041F: hw/display/edid*
2042F: include/hw/display/edid.h
2043F: qemu-edid.c
2044
10386385
PMD
2045PIIX4 South Bridge (i82371AB)
2046M: Hervé Poussineau <hpoussin@reactos.org>
2047M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2048S: Maintained
2049F: hw/isa/piix4.c
fff123b8 2050F: include/hw/southbridge/piix.h
10386385 2051
15ffb43c 2052Firmware configuration (fw_cfg)
6f75e3f5 2053M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
2054R: Laszlo Ersek <lersek@redhat.com>
2055R: Gerd Hoffmann <kraxel@redhat.com>
2056S: Supported
2057F: docs/specs/fw_cfg.txt
8d0bceba 2058F: hw/nvram/fw_cfg*.c
b15c0f7d 2059F: stubs/fw_cfg.c
15ffb43c
PMD
2060F: include/hw/nvram/fw_cfg.h
2061F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2062F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2063F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2064T: git https://github.com/philmd/qemu.git fw_cfg-next
2065
2313abf0
TH
2066XIVE
2067M: David Gibson <david@gibson.dropbear.id.au>
2068M: Cédric Le Goater <clg@kaod.org>
2069L: qemu-ppc@nongnu.org
2070S: Supported
2071F: hw/*/*xive*
2072F: include/hw/*/*xive*
24563a58 2073F: docs/*/*xive*
2313abf0 2074
7bd0d13f
PMD
2075Renesas peripherals
2076M: Yoshinori Sato <ysato@users.sourceforge.jp>
2077R: Magnus Damm <magnus.damm@gmail.com>
2078S: Maintained
645194c7 2079F: hw/char/renesas_sci.c
7bd0d13f 2080F: hw/char/sh_serial.c
c7f37baf 2081F: hw/timer/renesas_*.c
7bd0d13f 2082F: hw/timer/sh_timer.c
645194c7 2083F: include/hw/char/renesas_sci.h
7bd0d13f 2084F: include/hw/sh4/sh.h
c7f37baf 2085F: include/hw/timer/renesas_*.h
7bd0d13f 2086
e78597cc
YS
2087Renesas RX peripherals
2088M: Yoshinori Sato <ysato@users.sourceforge.jp>
2089S: Maintained
2090F: hw/intc/rx_icu.c
0c80f50f 2091F: hw/rx/
e78597cc 2092F: include/hw/intc/rx_icu.h
0c80f50f 2093F: include/hw/rx/
e78597cc 2094
de4d4adb
PP
2095CAN bus subsystem and hardware
2096M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2097M: Vikram Garhwal <fnu.vikram@xilinx.com>
2098S: Maintained
2099W: https://canbus.pages.fel.cvut.cz/
2100F: net/can/*
2101F: hw/net/can/*
2102F: include/net/can_*.h
2103
fd5d5c56
AL
2104Subsystems
2105----------
2106Audio
9f575846 2107M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
2108S: Maintained
2109F: audio/
8d8b636d 2110F: hw/audio/
a2b245ae 2111F: include/hw/audio/
1e8a1fae
TH
2112F: tests/qtest/ac97-test.c
2113F: tests/qtest/es1370-test.c
2114F: tests/qtest/intel-hda-test.c
fd5d5c56 2115
17f1e8f5 2116Block layer core
fd5d5c56 2117M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2118M: Max Reitz <mreitz@redhat.com>
c95e4c0e 2119L: qemu-block@nongnu.org
fd5d5c56
AL
2120S: Supported
2121F: block*
2122F: block/
8d8b636d 2123F: hw/block/
4c346e0b 2124F: include/block/
46078760 2125F: qemu-img*
e13c59fa 2126F: docs/interop/qemu-img.rst
46078760 2127F: qemu-io*
29242091 2128F: tests/qemu-iotests/
8dd30c86 2129F: util/qemu-progress.c
0bcc8e5b 2130F: qobject/block-qdict.c
c468e368 2131F: tests/check-block-qdict.c
ebe2aad2 2132T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2133
d55053b1
SH
2134Block I/O path
2135M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2136M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2137L: qemu-block@nongnu.org
2138S: Supported
36c697bd
PB
2139F: util/async.c
2140F: util/aio-*.c
1f050a46
SH
2141F: util/aio-*.h
2142F: util/fdmon-*.c
d55053b1
SH
2143F: block/io.c
2144F: migration/block*
e1029ae2 2145F: include/block/aio.h
f5a53faa 2146F: include/block/aio-wait.h
0a4f9ad1 2147F: scripts/qemugdb/aio.py
ed7db34b 2148F: tests/test-fdmon-epoll.c
e18a8b34 2149T: git https://github.com/stefanha/qemu.git block
d55053b1 2150
e5b5728c
PB
2151Block SCSI subsystem
2152M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2153R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2154L: qemu-block@nongnu.org
2155S: Supported
2156F: include/scsi/*
2157F: scsi/*
2158
280458a3 2159Block Jobs
03283d64 2160M: John Snow <jsnow@redhat.com>
280458a3
JC
2161L: qemu-block@nongnu.org
2162S: Supported
2163F: blockjob.c
2164F: include/block/blockjob.h
33e9e9bd 2165F: job.c
1a90bc81 2166F: job-qmp.c
c468e368 2167F: include/qemu/job.h
280458a3
JC
2168F: block/backup.c
2169F: block/commit.c
77346025 2170F: block/stream.c
280458a3 2171F: block/mirror.c
bf42508f 2172F: qapi/job.json
77582e2c 2173T: git https://gitlab.com/jsnow/qemu.git jobs
280458a3 2174
4120201d
MA
2175Block QAPI, monitor, command line
2176M: Markus Armbruster <armbru@redhat.com>
2177S: Supported
2178F: blockdev.c
a2dde2f2 2179F: blockdev-hmp-cmds.c
4120201d
MA
2180F: block/qapi.c
2181F: qapi/block*.json
fa988e39 2182F: qapi/transaction.json
ebe2aad2 2183T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2184
538193bc 2185Dirty Bitmaps
edb05904
EB
2186M: Eric Blake <eblake@redhat.com>
2187M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2188R: John Snow <jsnow@redhat.com>
538193bc
JS
2189L: qemu-block@nongnu.org
2190S: Supported
538193bc
JS
2191F: include/qemu/hbitmap.h
2192F: include/block/dirty-bitmap.h
bb4e58c6 2193F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2194F: block/dirty-bitmap.c
2195F: block/qcow2-bitmap.c
052db8e7 2196F: migration/block-dirty-bitmap.c
00637c6b 2197F: util/hbitmap.c
538193bc 2198F: tests/test-hbitmap.c
5746c1cd 2199F: docs/interop/bitmaps.rst
edb05904 2200T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2201
61af0ee6 2202Character device backends
55fc84a7 2203M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2204R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2205S: Maintained
178fe0ae 2206F: chardev/
8228e353 2207F: include/chardev/
dbeee392 2208F: qapi/char.json
fd5d5c56 2209
e26082fd
PB
2210Character Devices (Braille)
2211M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2212S: Maintained
6b10e573 2213F: chardev/baum.c
fd5d5c56 2214
e94630d3
MA
2215Command line option argument parsing
2216M: Markus Armbruster <armbru@redhat.com>
2217S: Supported
2218F: include/qemu/option.h
2219F: tests/test-keyval.c
2220F: tests/test-qemu-opts.c
2221F: util/keyval.c
2222F: util/qemu-option.c
2223
8c413e79
MA
2224Coverity model
2225M: Markus Armbruster <armbru@redhat.com>
2226S: Supported
2227F: scripts/coverity-model.c
2228
9c263d07
PM
2229Coverity Scan integration
2230M: Peter Maydell <peter.maydell@linaro.org>
2231S: Maintained
2232F: scripts/coverity-scan/
2233
d24b569a 2234Device Tree
c3c962c1
AF
2235M: Alistair Francis <alistair.francis@wdc.com>
2236R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2237S: Maintained
800d4ded 2238F: softmmu/device_tree.c
82407515 2239F: include/sysemu/device_tree.h
d24b569a 2240
3505a22b
MAL
2241Dump
2242S: Supported
2243M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2244F: dump/
3505a22b
MAL
2245F: hw/misc/vmcoreinfo.c
2246F: include/hw/misc/vmcoreinfo.h
6d3da32c 2247F: include/qemu/win_dump_defs
3505a22b
MAL
2248F: include/sysemu/dump-arch.h
2249F: include/sysemu/dump.h
d06b747b 2250F: qapi/dump.json
3505a22b
MAL
2251F: scripts/dump-guest-memory.py
2252F: stubs/dump.c
2253
4f966768
MA
2254Error reporting
2255M: Markus Armbruster <armbru@redhat.com>
2256S: Supported
2257F: include/qapi/error.h
2258F: include/qemu/error-report.h
abb3d37d 2259F: qapi/error.json
4f966768
MA
2260F: util/error.c
2261F: util/qemu-error.c
d1d3a997
VSO
2262F: scripts/coccinelle/err-bad-newline.cocci
2263F: scripts/coccinelle/error-use-after-free.cocci
2264F: scripts/coccinelle/error_propagate_null.cocci
2265F: scripts/coccinelle/remove_local_err.cocci
2266F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2267F: scripts/coccinelle/errp-guard.cocci
4f966768 2268
fd5d5c56 2269GDB stub
c7b3e866
AB
2270M: Alex Bennée <alex.bennee@linaro.org>
2271R: Philippe Mathieu-Daudé <philmd@redhat.com>
2272S: Maintained
fd5d5c56
AL
2273F: gdbstub*
2274F: gdb-xml/
2275
01a9c03c
PB
2276Memory API
2277M: Paolo Bonzini <pbonzini@redhat.com>
2278S: Supported
2279F: include/exec/ioport.h
14776ab5 2280F: include/exec/memop.h
01a9c03c 2281F: include/exec/memory.h
2b1641d0 2282F: include/exec/ram_addr.h
41aa4e9f 2283F: include/exec/ramblock.h
800d4ded 2284F: softmmu/dma-helpers.c
c7f419f5
CF
2285F: softmmu/ioport.c
2286F: softmmu/memory.c
d9f24bf5 2287F: softmmu/physmem.c
01a9c03c 2288F: include/exec/memory-internal.h
044e2af9 2289F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2290
7ee3bf03
GH
2291SPICE
2292M: Gerd Hoffmann <kraxel@redhat.com>
2293S: Supported
6e481d57 2294F: include/ui/qemu-spice.h
438528a3 2295F: include/ui/spice-display.h
7ee3bf03
GH
2296F: ui/spice-*.c
2297F: audio/spiceaudio.c
8d8b636d 2298F: hw/display/qxl*
608cfed6 2299F: qapi/ui.json
9bd4cb35 2300F: docs/spice-port-fqdn.txt
7ee3bf03 2301
fd5d5c56 2302Graphics
25eccc37
GH
2303M: Gerd Hoffmann <kraxel@redhat.com>
2304S: Odd Fixes
fd5d5c56 2305F: ui/
e220656c 2306F: include/ui/
608cfed6 2307F: qapi/ui.json
b1d38037 2308F: util/drm.c
fd5d5c56 2309
351f1bf6 2310Cocoa graphics
30ef3c74 2311M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2312S: Odd Fixes
2313F: ui/cocoa.m
2314
fd5d5c56 2315Main loop
da26f37a
PB
2316M: Paolo Bonzini <pbonzini@redhat.com>
2317S: Maintained
54d31236
MA
2318F: include/qemu/main-loop.h
2319F: include/sysemu/runstate.h
3ecb29a3
PB
2320F: util/main-loop.c
2321F: util/qemu-timer.c
bac068e0 2322F: softmmu/vl.c
7b733862 2323F: softmmu/main.c
c7f419f5 2324F: softmmu/cpus.c
b0c3cf94 2325F: softmmu/cpu-throttle.c
740b1759
CF
2326F: softmmu/cpu-timers.c
2327F: softmmu/icount.c
0e201d34 2328F: qapi/run-state.json
fd5d5c56 2329
1b7e01d0
SH
2330Read, Copy, Update (RCU)
2331M: Paolo Bonzini <pbonzini@redhat.com>
2332S: Maintained
2333F: include/qemu/rcu*.h
2334F: tests/rcutorture.c
2335F: tests/test-rcu-*.c
2336F: util/rcu.c
2337
8899b4ae 2338Human Monitor (HMP)
c833fb4a 2339M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2340S: Maintained
5bce308a 2341F: monitor/monitor-internal.h
e84328fa 2342F: monitor/misc.c
1d95db74 2343F: monitor/monitor.c
f1b3ccfa
KW
2344F: monitor/hmp*
2345F: hmp.h
c13e9912
TH
2346F: hmp-commands*.hx
2347F: include/monitor/hmp-target.h
1e8a1fae 2348F: tests/qtest/test-hmp.c
637de4db
MA
2349F: include/qemu/qemu-print.h
2350F: util/qemu-print.c
fd5d5c56 2351
f536f112 2352Network device backends
442469e6 2353M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2354S: Maintained
2355F: net/
d24b2b1c 2356F: include/net/
e9bbc8bd 2357F: qemu-bridge-helper.c
e18a8b34 2358T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2359F: qapi/net.json
fd5d5c56 2360
aee09baf
VM
2361Netmap network backend
2362M: Luigi Rizzo <rizzo@iet.unipi.it>
2363M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2364M: Vincenzo Maffione <v.maffione@gmail.com>
2365W: http://info.iet.unipi.it/~luigi/netmap/
2366S: Maintained
2367F: net/netmap.c
2368
4fc264f4
EH
2369Host Memory Backends
2370M: Eduardo Habkost <ehabkost@redhat.com>
2371M: Igor Mammedov <imammedo@redhat.com>
2372S: Maintained
2373F: backends/hostmem*.c
2374F: include/sysemu/hostmem.h
e18a8b34 2375T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 2376
6034011c
GA
2377Cryptodev Backends
2378M: Gonglei <arei.gonglei@huawei.com>
2379S: Maintained
2380F: include/sysemu/cryptodev*.h
2381F: backends/cryptodev*.c
2382
ad904f66
EH
2383Python scripts
2384M: Eduardo Habkost <ehabkost@redhat.com>
2385M: Cleber Rosa <crosa@redhat.com>
2386S: Odd fixes
1b6ee29f 2387F: python/qemu/*py
ad904f66
EH
2388F: scripts/*.py
2389F: tests/*.py
2390
f4abfc6c
VSO
2391Benchmark util
2392M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2393S: Maintained
2394F: scripts/simplebench/
2395
8899b4ae 2396QAPI
9740618c 2397M: Markus Armbruster <armbru@redhat.com>
8899b4ae 2398M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 2399S: Supported
8899b4ae 2400F: qapi/
0311c5bd 2401X: qapi/*.json
ac4abb9a
MA
2402F: include/qapi/
2403X: include/qapi/qmp/
2404F: include/qapi/qmp/dispatch.h
c0bd0b50 2405F: tests/qapi-schema/
ac4abb9a 2406F: tests/test-*-visitor.c
e94630d3 2407F: tests/test-qapi-*.c
ac4abb9a 2408F: tests/test-qmp-*.c
e94630d3 2409F: tests/test-visitor-serialization.c
be25fcc4
MA
2410F: scripts/qapi-gen.py
2411F: scripts/qapi/*
4078ee54 2412F: docs/sphinx/qapidoc.py
c39cdbf6 2413F: docs/devel/qapi*
ebe2aad2 2414T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2415
7810d291
LC
2416QAPI Schema
2417M: Eric Blake <eblake@redhat.com>
7810d291
LC
2418M: Markus Armbruster <armbru@redhat.com>
2419S: Supported
0311c5bd 2420F: qapi/*.json
ebe2aad2 2421T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2422
f3582ba4 2423QObject
daf5dc78
MA
2424M: Markus Armbruster <armbru@redhat.com>
2425S: Supported
f3582ba4 2426F: qobject/
7735d2b5
MA
2427F: include/qapi/qmp/
2428X: include/qapi/qmp/dispatch.h
a2f3453e 2429F: scripts/coccinelle/qobject.cocci
7735d2b5 2430F: tests/check-qdict.c
7735d2b5
MA
2431F: tests/check-qjson.c
2432F: tests/check-qlist.c
cd81e02b
PMD
2433F: tests/check-qlit.c
2434F: tests/check-qnull.c
2435F: tests/check-qnum.c
2436F: tests/check-qobject.c
7735d2b5 2437F: tests/check-qstring.c
fe07b62c 2438F: tests/data/qobject/qdict.txt
ebe2aad2 2439T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2440
f05d9999
MR
2441QEMU Guest Agent
2442M: Michael Roth <mdroth@linux.vnet.ibm.com>
2443S: Maintained
2444F: qga/
27a296fc 2445F: docs/interop/qemu-ga.rst
db16115f 2446F: docs/interop/qemu-ga-ref.rst
ab7f9f7d
PMD
2447F: scripts/qemu-guest-agent/
2448F: tests/test-qga.c
e18a8b34 2449T: git https://github.com/mdroth/qemu.git qga
f05d9999 2450
4688c94c 2451QOM
1085d86e
PB
2452M: Paolo Bonzini <pbonzini@redhat.com>
2453R: Daniel P. Berrange <berrange@redhat.com>
2454R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2455S: Supported
8f920054
MA
2456F: docs/qdev-device-use.txt
2457F: hw/core/qdev*
b77b5b3d
MA
2458F: hw/core/bus.c
2459F: hw/core/sysbus.c
8f920054
MA
2460F: include/hw/qdev*
2461F: include/monitor/qdev.h
4688c94c 2462F: include/qom/
c577ff62
MA
2463F: qapi/qom.json
2464F: qapi/qdev.json
800d4ded 2465F: softmmu/qdev-monitor.c
4688c94c 2466F: qom/
9f4aa7ce
AF
2467F: tests/check-qom-interface.c
2468F: tests/check-qom-proplist.c
8f920054 2469F: tests/test-qdev-global-props.c
4688c94c 2470
94dfc0f3
EH
2471QOM boilerplate conversion script
2472M: Eduardo Habkost <ehabkost@redhat.com>
2473S: Maintained
2474F: scripts/codeconverter/
2475
8899b4ae 2476QMP
9740618c
LC
2477M: Markus Armbruster <armbru@redhat.com>
2478S: Supported
5bce308a 2479F: monitor/monitor-internal.h
f1b3ccfa 2480F: monitor/qmp*
e84328fa 2481F: monitor/misc.c
1d95db74 2482F: monitor/monitor.c
abb3d37d 2483F: qapi/error.json
c39cdbf6 2484F: docs/devel/*qmp-*
12b2f0d9 2485F: docs/interop/*qmp-*
9740618c 2486F: scripts/qmp/
1e8a1fae
TH
2487F: tests/qtest/qmp-test.c
2488F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2489T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2490
98a43bf0 2491qtest
98a43bf0
PB
2492M: Thomas Huth <thuth@redhat.com>
2493M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2494R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2495S: Maintained
c7f419f5 2496F: softmmu/qtest.c
1583a389 2497F: accel/qtest/
1e8a1fae 2498F: tests/qtest/
b963ea19 2499X: tests/qtest/bios-tables-test-allowed-diff.h
98a43bf0 2500
5f6fd09a
AB
2501Device Fuzzing
2502M: Alexander Bulekov <alxndr@bu.edu>
2503R: Paolo Bonzini <pbonzini@redhat.com>
2504R: Bandan Das <bsd@redhat.com>
2505R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2506R: Thomas Huth <thuth@redhat.com>
5f6fd09a
AB
2507S: Maintained
2508F: tests/qtest/fuzz/
211635b3 2509F: scripts/oss-fuzz/
6184e5fb 2510F: docs/devel/fuzzing.txt
5f6fd09a 2511
cc0100f4 2512Register API
c22e580c 2513M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2514S: Maintained
2515F: hw/core/register.c
2516F: include/hw/register.h
06a7b243 2517F: include/hw/registerfields.h
cc0100f4 2518
fd5d5c56 2519SLIRP
eda509fa 2520M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2521S: Maintained
fd5d5c56 2522F: slirp/
663fb1e1 2523F: net/slirp.c
d24b2b1c 2524F: include/net/slirp.h
02cffe24 2525T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2526
6d0af39f
EI
2527Streams
2528M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2529S: Maintained
2530F: hw/core/stream.c
2531F: include/hw/stream.h
2532
b1ed728a
PB
2533Stubs
2534M: Paolo Bonzini <pbonzini@redhat.com>
2535S: Maintained
2536F: stubs/
2537
598a3f35 2538Tracing
1cd0f8ce 2539M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2540S: Maintained
2541F: trace/
0e076292 2542F: trace-events
3a8273b1 2543F: docs/qemu-option-trace.rst.inc
f70fd8fd
LV
2544F: scripts/tracetool.py
2545F: scripts/tracetool/
62dd1048 2546F: scripts/qemu-trace-stap*
605ffebb 2547F: docs/interop/qemu-trace-stap.rst
c39cdbf6 2548F: docs/devel/tracing.txt
e18a8b34 2549T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2550
3859b6cf 2551TPM
1f63669e 2552M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2553S: Maintained
3859b6cf 2554F: tpm.c
c39f95dc 2555F: stubs/tpm.c
3859b6cf
MA
2556F: hw/tpm/*
2557F: include/hw/acpi/tpm.h
2558F: include/sysemu/tpm*
2559F: qapi/tpm.json
8ae92e24 2560F: backends/tpm/
1e8a1fae 2561F: tests/qtest/*tpm*
e18a8b34 2562T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2563
14f40fdc 2564Checkpatch
14f40fdc
BS
2565S: Odd Fixes
2566F: scripts/checkpatch.pl
2567
c0787c8d
JQ
2568Migration
2569M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2570M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2571S: Maintained
107b5969
MAL
2572F: hw/core/vmstate-if.c
2573F: include/hw/vmstate-if.h
c0787c8d 2574F: include/migration/
44a1f946 2575F: migration/
c5515640
AS
2576F: scripts/vmstate-static-checker.py
2577F: tests/vmstate-static-checker-data/
1e8a1fae 2578F: tests/qtest/migration-test.c
c468e368 2579F: docs/devel/migration.rst
48685a8e 2580F: qapi/migration.json
c0787c8d 2581
a566907f
MAL
2582D-Bus
2583M: Marc-André Lureau <marcandre.lureau@redhat.com>
2584S: Maintained
5010cec2 2585F: backends/dbus-vmstate.c
586ca6ba 2586F: tests/dbus-vmstate*
a5021d69
MAL
2587F: util/dbus.c
2588F: include/qemu/dbus.h
a566907f 2589F: docs/interop/dbus.rst
5010cec2 2590F: docs/interop/dbus-vmstate.rst
a566907f 2591
92bfedb0 2592Seccomp
064983cb 2593M: Eduardo Otubo <otubo@redhat.com>
92bfedb0 2594S: Supported
800d4ded 2595F: softmmu/qemu-seccomp.c
92bfedb0
EO
2596F: include/sysemu/seccomp.h
2597
ddbb0d09
DB
2598Cryptography
2599M: Daniel P. Berrange <berrange@redhat.com>
2600S: Maintained
2601F: crypto/
2602F: include/crypto/
2603F: tests/test-crypto-*
3947ecfc 2604F: tests/benchmark-crypto-*
4d21171b
PMD
2605F: tests/crypto-tls-*
2606F: tests/pkix_asn1_tab.c
899833cd 2607F: qemu.sasl
ddbb0d09 2608
10817bf0
DB
2609Coroutines
2610M: Stefan Hajnoczi <stefanha@redhat.com>
2611M: Kevin Wolf <kwolf@redhat.com>
00a25291 2612S: Maintained
10817bf0
DB
2613F: util/*coroutine*
2614F: include/qemu/coroutine*
2615F: tests/test-coroutine.c
2616
88c5f205
DB
2617Buffers
2618M: Daniel P. Berrange <berrange@redhat.com>
2619S: Odd fixes
2620F: util/buffer.c
2621F: include/qemu/buffer.h
2622
666a3af9
DB
2623I/O Channels
2624M: Daniel P. Berrange <berrange@redhat.com>
2625S: Maintained
2626F: io/
2627F: include/io/
2628F: tests/test-io-*
2629
5b76dd13
DB
2630User authorization
2631M: Daniel P. Berrange <berrange@redhat.com>
2632S: Maintained
2633F: authz/
c8c99887 2634F: qapi/authz.json
5b76dd13
DB
2635F: include/authz/
2636F: tests/test-authz-*
2637
5614a283
GH
2638Sockets
2639M: Daniel P. Berrange <berrange@redhat.com>
2640M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2641S: Maintained
2642F: include/qemu/sockets.h
2643F: util/qemu-sockets.c
a2ff5a48 2644F: qapi/sockets.json
5614a283 2645
90e33dfe
DB
2646File monitor
2647M: Daniel P. Berrange <berrange@redhat.com>
2648S: Odd fixes
2649F: util/filemonitor*.c
2650F: include/qemu/filemonitor.h
2651F: tests/test-util-filemonitor.c
2652
d310d85b
AG
2653Throttling infrastructure
2654M: Alberto Garcia <berto@igalia.com>
2655S: Supported
2656F: block/throttle-groups.c
2657F: include/block/throttle-groups.h
89603938 2658F: include/qemu/throttle*.h
d310d85b 2659F: util/throttle.c
89603938
PMD
2660F: docs/throttle.txt
2661F: tests/test-throttle.c
d310d85b
AG
2662L: qemu-block@nongnu.org
2663
080d7aac 2664UUID
fe5ca46d 2665M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2666S: Supported
2667F: util/uuid.c
2668F: include/qemu/uuid.h
2669F: tests/test-uuid.c
2670
a4cc318e
HZ
2671COLO Framework
2672M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2673S: Maintained
2674F: migration/colo*
2675F: include/migration/colo.h
2676F: include/migration/failover.h
2677F: docs/COLO-FT.txt
2678
88f82ed1 2679COLO Proxy
c6bf50ff 2680M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2681M: Li Zhijian <lizhijian@cn.fujitsu.com>
2682S: Supported
2683F: docs/colo-proxy.txt
2684F: net/colo*
2685F: net/filter-rewriter.c
2686F: net/filter-mirror.c
2687
62258201
PD
2688Record/replay
2689M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2690R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2691W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2692S: Supported
2693F: replay/*
2694F: block/blkreplay.c
2695F: net/filter-replay.c
2696F: include/sysemu/replay.h
2697F: docs/replay.txt
2698F: stubs/replay.c
c7ebab0f 2699F: tests/acceptance/replay_kernel.py
be52eca3 2700F: tests/acceptance/reverse_debugging.py
43d7e1d7 2701F: qapi/replay.json
62258201 2702
eecf5eed
PX
2703IOVA Tree
2704M: Peter Xu <peterx@redhat.com>
2705S: Maintained
2706F: include/qemu/iova-tree.h
2707F: util/iova-tree.c
2708
5ee547bb
VP
2709elf2dmp
2710M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2711S: Maintained
2712F: contrib/elf2dmp/
2713
93198b6c
CM
2714I2C and SMBus
2715M: Corey Minyard <cminyard@mvista.com>
2716S: Maintained
2717F: hw/i2c/core.c
2718F: hw/i2c/smbus_slave.c
2719F: hw/i2c/smbus_master.c
2720F: hw/i2c/smbus_eeprom.c
2721F: include/hw/i2c/i2c.h
2722F: include/hw/i2c/smbus_master.h
2723F: include/hw/i2c/smbus_slave.h
2724F: include/hw/i2c/smbus_eeprom.h
2725
d0d89526
PMD
2726Firmware schema specifications
2727M: Laszlo Ersek <lersek@redhat.com>
2728M: Philippe Mathieu-Daudé <philmd@redhat.com>
2729R: Daniel P. Berrange <berrange@redhat.com>
2730R: Kashyap Chamarthy <kchamart@redhat.com>
2731S: Maintained
2732F: docs/interop/firmware.json
2733
6739df3f
LE
2734EDK2 Firmware
2735M: Laszlo Ersek <lersek@redhat.com>
2736M: Philippe Mathieu-Daudé <philmd@redhat.com>
2737S: Supported
2738F: pc-bios/descriptors/??-edk2-*.json
2739F: pc-bios/edk2-*
2740F: roms/Makefile.edk2
2741F: roms/edk2
2742F: roms/edk2-*
2743F: tests/data/uefi-boot-images/
2744F: tests/uefi-test-tools/
922febe2 2745F: .gitlab-ci.d/edk2.yml
71920809 2746F: .gitlab-ci.d/edk2/
6739df3f 2747
8bc43f39
PX
2748VT-d Emulation
2749M: Michael S. Tsirkin <mst@redhat.com>
2750M: Peter Xu <peterx@redhat.com>
2751R: Jason Wang <jasowang@redhat.com>
2752S: Supported
2753F: hw/i386/intel_iommu.c
2754F: hw/i386/intel_iommu_internal.h
2755F: include/hw/i386/intel_iommu.h
2756
e92fb016
BM
2757OpenSBI Firmware
2758M: Bin Meng <bmeng.cn@gmail.com>
2759S: Supported
2760F: pc-bios/opensbi-*
2761F: .gitlab-ci.d/opensbi.yml
2762F: .gitlab-ci.d/opensbi/
2763
fd5d5c56
AL
2764Usermode Emulation
2765------------------
6347e1f1 2766Overall usermode emulation
486bbe5f
PB
2767M: Riku Voipio <riku.voipio@iki.fi>
2768S: Maintained
2769F: thunk.c
58410666 2770F: accel/tcg/user-exec*.c
486bbe5f 2771
fd5d5c56 2772BSD user
297e8005 2773S: Orphan
fd5d5c56 2774F: bsd-user/
ccf0a57b 2775F: default-configs/*-bsd-user.mak
fd5d5c56 2776
fd5d5c56 2777Linux user
8f902c54 2778M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2779S: Maintained
2780F: linux-user/
ccf0a57b 2781F: default-configs/*-linux-user.mak
e5dd9875 2782F: scripts/qemu-binfmt-conf.sh
e3a6c825 2783F: scripts/update-syscalltbl.sh
57333330 2784F: scripts/update-mips-syscall-args.sh
382ae67a 2785F: scripts/gensyscalls.sh
42f5a7e9
AJ
2786
2787Tiny Code Generator (TCG)
2788-------------------------
6347e1f1 2789Common TCG code
cc7772bd 2790M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2791S: Maintained
2792F: tcg/
d3582cfd 2793F: include/tcg/
42f5a7e9 2794
22b5867b
AB
2795TCG Plugins
2796M: Alex Bennée <alex.bennee@linaro.org>
2797S: Maintained
8ea6abf0 2798F: docs/devel/tcg-plugins.rst
22b5867b 2799F: plugins/
c17a386b
AB
2800F: tests/plugin/
2801F: contrib/plugins/
22b5867b 2802
6347e1f1 2803AArch64 TCG target
3e5a01ef 2804M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2805S: Maintained
b4f2bd1c 2806L: qemu-arm@nongnu.org
b25a464c 2807F: tcg/aarch64/
c17652ee
PB
2808F: disas/arm-a64.cc
2809F: disas/libvixl/
b25a464c 2810
6347e1f1 2811ARM TCG target
42f5a7e9
AJ
2812M: Andrzej Zaborowski <balrogg@gmail.com>
2813S: Maintained
b4f2bd1c 2814L: qemu-arm@nongnu.org
42f5a7e9 2815F: tcg/arm/
c17652ee 2816F: disas/arm.c
42f5a7e9 2817
6347e1f1 2818i386 TCG target
ecd1a5d0 2819M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2820S: Maintained
2821F: tcg/i386/
c17652ee 2822F: disas/i386.c
42f5a7e9 2823
6347e1f1 2824MIPS TCG target
0eac70b0 2825M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
099d510b 2826R: Aurelien Jarno <aurelien@aurel32.net>
15d983de
AM
2827R: Huacai Chen <chenhc@lemote.com>
2828R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 2829R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
42f5a7e9
AJ
2830S: Maintained
2831F: tcg/mips/
2832
6347e1f1 2833PPC TCG target
15610d42
PK
2834M: Richard Henderson <rth@twiddle.net>
2835S: Odd Fixes
42f5a7e9 2836F: tcg/ppc/
c17652ee 2837F: disas/ppc.c
42f5a7e9 2838
6347e1f1 2839RISC-V TCG target
c1677bcc 2840M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
2841M: Alistair Francis <Alistair.Francis@wdc.com>
2842L: qemu-riscv@nongnu.org
2843S: Maintained
2844F: tcg/riscv/
2845F: disas/riscv.c
2846
6347e1f1 2847S390 TCG target
42f5a7e9
AJ
2848M: Richard Henderson <rth@twiddle.net>
2849S: Maintained
2850F: tcg/s390/
c17652ee 2851F: disas/s390.c
146bd283 2852L: qemu-s390x@nongnu.org
42f5a7e9 2853
6347e1f1 2854SPARC TCG target
297e8005 2855S: Odd Fixes
42f5a7e9 2856F: tcg/sparc/
c17652ee 2857F: disas/sparc.c
bc75c9e5 2858
6347e1f1 2859TCI TCG target
bc75c9e5
SW
2860M: Stefan Weil <sw@weilnetz.de>
2861S: Maintained
8ef9cd55 2862F: tcg/tci/
752a2ae2 2863F: tcg/tci.c
c17652ee 2864F: disas/tci.c
aa09c951 2865
f05b328c
SH
2866Block drivers
2867-------------
2868VMDK
fe5ca46d 2869M: Fam Zheng <fam@euphon.net>
c95e4c0e 2870L: qemu-block@nongnu.org
f05b328c
SH
2871S: Supported
2872F: block/vmdk.c
2873
2874RBD
2bbd9986 2875M: Jason Dillaman <dillaman@redhat.com>
280458a3 2876L: qemu-block@nongnu.org
f05b328c
SH
2877S: Supported
2878F: block/rbd.c
2879
2880Sheepdog
f05b328c 2881M: Liu Yuan <namei.unix@gmail.com>
280458a3 2882L: qemu-block@nongnu.org
5f5246b6
JC
2883L: sheepdog@lists.wpkg.org
2884S: Odd Fixes
f05b328c
SH
2885F: block/sheepdog.c
2886
2887VHDX
5f5246b6 2888M: Jeff Cody <codyprime@gmail.com>
280458a3 2889L: qemu-block@nongnu.org
f05b328c
SH
2890S: Supported
2891F: block/vhdx*
2892
2893VDI
2894M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2895L: qemu-block@nongnu.org
f05b328c
SH
2896S: Maintained
2897F: block/vdi.c
2898
2899iSCSI
2900M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2901M: Paolo Bonzini <pbonzini@redhat.com>
2902M: Peter Lieven <pl@kamp.de>
c95e4c0e 2903L: qemu-block@nongnu.org
2185fd67 2904S: Odd Fixes
f05b328c 2905F: block/iscsi.c
2deb63c2 2906F: block/iscsi-opts.c
f05b328c 2907
99c62e70
EB
2908Network Block Device (NBD)
2909M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2910L: qemu-block@nongnu.org
2911S: Maintained
2912F: block/nbd*
2913F: nbd/
2914F: include/block/nbd*
2915F: qemu-nbd.*
2916F: blockdev-nbd.c
3229a835 2917F: docs/interop/nbd.txt
87c0868f 2918F: docs/interop/qemu-nbd.rst
ebe2aad2 2919T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2920
6542aa9c
PL
2921NFS
2922M: Peter Lieven <pl@kamp.de>
280458a3 2923L: qemu-block@nongnu.org
6542aa9c
PL
2924S: Maintained
2925F: block/nfs.c
2926
f05b328c
SH
2927SSH
2928M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2929L: qemu-block@nongnu.org
f05b328c
SH
2930S: Supported
2931F: block/ssh.c
c9a12e75 2932
280458a3 2933CURL
280458a3 2934L: qemu-block@nongnu.org
5c6090fa 2935S: Odd Fixes
280458a3 2936F: block/curl.c
280458a3
JC
2937
2938GLUSTER
280458a3 2939L: qemu-block@nongnu.org
5c6090fa
TH
2940L: integration@gluster.org
2941S: Odd Fixes
280458a3 2942F: block/gluster.c
b5e9476c 2943
199667a8 2944Null Block Driver
fe5ca46d 2945M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2946L: qemu-block@nongnu.org
2947S: Supported
2948F: block/null.c
2949
bdd6a90a 2950NVMe Block Driver
1a949789
SH
2951M: Stefan Hajnoczi <stefanha@redhat.com>
2952R: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2953L: qemu-block@nongnu.org
2954S: Supported
2955F: block/nvme*
1a949789 2956T: git https://github.com/stefanha/qemu.git block
bdd6a90a 2957
b5e9476c
GA
2958Bootdevice
2959M: Gonglei <arei.gonglei@huawei.com>
2960S: Maintained
800d4ded 2961F: softmmu/bootdevice.c
ecdda9e0
AG
2962
2963Quorum
2964M: Alberto Garcia <berto@igalia.com>
2965S: Supported
2966F: block/quorum.c
2967L: qemu-block@nongnu.org
e7c6e631 2968
bfcc224e
AV
2969blklogwrites
2970M: Ari Sundholm <ari@tuxera.com>
2971L: qemu-block@nongnu.org
2972S: Supported
2973F: block/blklogwrites.c
2974
e7c6e631
SH
2975blkverify
2976M: Stefan Hajnoczi <stefanha@redhat.com>
2977L: qemu-block@nongnu.org
2978S: Supported
2979F: block/blkverify.c
2980
2981bochs
2982M: Stefan Hajnoczi <stefanha@redhat.com>
2983L: qemu-block@nongnu.org
2984S: Supported
2985F: block/bochs.c
2986
2987cloop
2988M: Stefan Hajnoczi <stefanha@redhat.com>
2989L: qemu-block@nongnu.org
2990S: Supported
2991F: block/cloop.c
2992
2993dmg
2994M: Stefan Hajnoczi <stefanha@redhat.com>
2995L: qemu-block@nongnu.org
2996S: Supported
2997F: block/dmg.c
2998
2999parallels
3000M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3001M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3002L: qemu-block@nongnu.org
3003S: Supported
3004F: block/parallels.c
5746c1cd 3005F: docs/interop/parallels.txt
e7c6e631
SH
3006
3007qed
3008M: Stefan Hajnoczi <stefanha@redhat.com>
3009L: qemu-block@nongnu.org
3010S: Supported
3011F: block/qed.c
3012
3013raw
3014M: Kevin Wolf <kwolf@redhat.com>
3015L: qemu-block@nongnu.org
3016S: Supported
3017F: block/linux-aio.c
f586d5fc 3018F: include/block/raw-aio.h
2e6fc7eb 3019F: block/raw-format.c
c1bb86cd
EB
3020F: block/file-posix.c
3021F: block/file-win32.c
e7c6e631
SH
3022F: block/win32-aio.c
3023
6663a0a3
AM
3024Linux io_uring
3025M: Aarushi Mehta <mehta.aaru20@gmail.com>
3026M: Julia Suvorova <jusual@redhat.com>
3027M: Stefan Hajnoczi <stefanha@redhat.com>
3028L: qemu-block@nongnu.org
3029S: Maintained
3030F: block/io_uring.c
06a47ef5 3031F: stubs/io_uring.c
6663a0a3 3032
e7c6e631
SH
3033qcow2
3034M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3035M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3036L: qemu-block@nongnu.org
3037S: Supported
3038F: block/qcow2*
b24f9882 3039F: docs/interop/qcow2.txt
e7c6e631
SH
3040
3041qcow
3042M: Kevin Wolf <kwolf@redhat.com>
3043L: qemu-block@nongnu.org
3044S: Supported
3045F: block/qcow.c
3046
3047blkdebug
3048M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3049M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3050L: qemu-block@nongnu.org
3051S: Supported
3052F: block/blkdebug.c
3053
3054vpc
3055M: Kevin Wolf <kwolf@redhat.com>
3056L: qemu-block@nongnu.org
3057S: Supported
3058F: block/vpc.c
3059
3060vvfat
3061M: Kevin Wolf <kwolf@redhat.com>
3062L: qemu-block@nongnu.org
4b7c5bc4 3063S: Odd Fixes
e7c6e631 3064F: block/vvfat.c
abfe4e94
SH
3065
3066Image format fuzzer
3067M: Stefan Hajnoczi <stefanha@redhat.com>
3068L: qemu-block@nongnu.org
3069S: Supported
3070F: tests/image-fuzzer/
717171bd 3071
049105a3 3072Replication
205f8618 3073M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3074M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3075S: Supported
3076F: replication*
3077F: block/replication.c
3078F: tests/test-replication.c
3079F: docs/block-replication.txt
3080
a3defabb 3081PVRDMA
bfffeac8 3082M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3083M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3084S: Maintained
3085F: hw/rdma/*
3086F: hw/rdma/vmw/*
3087F: docs/pvrdma.txt
a5d2f6f8 3088F: contrib/rdmacm-mux/*
4a5c9903 3089F: qapi/rdma.json
a3defabb 3090
b052fec8
AB
3091Semihosting
3092M: Alex Bennée <alex.bennee@linaro.org>
b052fec8
AB
3093S: Maintained
3094F: hw/semihosting/
3095F: include/hw/semihosting/
3096
b9e02c06
AB
3097Build and test automation
3098-------------------------
0475a03e 3099Build and test automation
b9e02c06 3100M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 3101M: Fam Zheng <fam@euphon.net>
0d8ea8f1 3102R: Philippe Mathieu-Daudé <philmd@redhat.com>
e70dc7f8 3103S: Maintained
20a4f14f 3104F: .github/lockdown.yml
b9e02c06 3105F: .travis.yml
0708e647 3106F: scripts/travis/
d92d886a 3107F: .shippable.yml
e70dc7f8 3108F: tests/docker/
18023821 3109F: tests/vm/
54dbfd85 3110F: scripts/archive-source.sh
e70dc7f8 3111W: https://travis-ci.org/qemu/qemu
2a747008 3112W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 3113W: http://patchew.org/QEMU/
717171bd 3114
7162fbb4
EM
3115FreeBSD Hosted Continuous Integration
3116M: Ed Maste <emaste@freebsd.org>
3117M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
3118S: Maintained
3119F: .cirrus.yml
3120W: https://cirrus-ci.com/github/qemu/qemu
3121
0a8b05c7
TH
3122GitLab Continuous Integration
3123M: Thomas Huth <thuth@redhat.com>
d1d3ba2b
TH
3124M: Philippe Mathieu-Daudé <philmd@redhat.com>
3125M: Alex Bennée <alex.bennee@linaro.org>
3126R: Wainer dos Santos Moschetta <wainersm@redhat.com>
0a8b05c7
TH
3127S: Maintained
3128F: .gitlab-ci.yml
6bcb5fc0 3129F: .gitlab-ci.d/crossbuilds.yml
0a8b05c7 3130
7e97017e
AB
3131Guest Test Compilation Support
3132M: Alex Bennée <alex.bennee@linaro.org>
3133R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3134S: Maintained
7e97017e 3135F: tests/tcg/Makefile
c722a9e4 3136F: tests/tcg/Makefile.include
7e97017e 3137
6634f1c4
PMD
3138Acceptance (Integration) Testing with the Avocado framework
3139W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3140R: Cleber Rosa <crosa@redhat.com>
3141R: Philippe Mathieu-Daudé <philmd@redhat.com>
3142R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3143S: Odd Fixes
3144F: tests/acceptance/
3145
717171bd
DB
3146Documentation
3147-------------
3148Build system architecture
3149M: Daniel P. Berrange <berrange@redhat.com>
3150S: Odd Fixes
c39cdbf6 3151F: docs/devel/build-system.txt
8a49e97f 3152
92329a7e
AB
3153GIT Data Mining Config
3154M: Alex Bennée <alex.bennee@linaro.org>
3155S: Odd Fixes
3156F: gitdm.config
3157F: contrib/gitdm/*
3158
b02c9bc3
MA
3159Incompatible changes
3160R: libvir-list@redhat.com
abcd92db 3161F: docs/system/deprecated.rst
b02c9bc3 3162
aef45d51
DB
3163Build System
3164------------
3165GIT submodules
3166M: Daniel P. Berrange <berrange@redhat.com>
3167S: Odd Fixes
3168F: scripts/git-submodule.sh
c10e01b9 3169
ef45a392 3170UI translations
0eac70b0 3171M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
ef45a392
AM
3172F: po/*.po
3173
c10e01b9
PM
3174Sphinx documentation configuration and build machinery
3175M: Peter Maydell <peter.maydell@linaro.org>
3176S: Maintained
3177F: docs/conf.py
3178F: docs/*/conf.py
4078ee54 3179F: docs/sphinx/
53fb8bfb
AM
3180
3181Miscellaneous
3182-------------
3183Performance Tools and Tests
3184M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3185S: Maintained
3186F: scripts/performance/