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