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