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