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