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