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