]> Git Repo - qemu.git/blame - MAINTAINERS
docs/devel: clean-up the CI links in the docs
[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 <[email protected]>
fd5d5c56 61
c9a19d5b
SW
62All patches CC here
63L: [email protected]
64F: *
65F: */
66
62622c11 67Responsible Disclosure, Reporting Security Issues
84995ea2 68-------------------------------------------------
70b7fba9 69W: https://wiki.qemu.org/SecurityProcess
62622c11 70M: Michael S. Tsirkin <[email protected]>
62622c11
MT
71L: [email protected]
72
936c2230
LV
73Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <[email protected]>
77M: Laurent Vivier <[email protected]>
78S: Maintained
79L: [email protected]
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 <[email protected]>
cdb509a4 88M: Thomas Huth <[email protected]>
daf14ce3 89S: Supported
812b31d3 90F: configs/devices/s390x-softmmu/default.mak
daf14ce3
CH
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: [email protected]
111
e955acd9
PMD
112MIPS general architecture support
113M: Philippe Mathieu-Daudé <[email protected]>
114R: Jiaxun Yang <[email protected]>
115S: Odd Fixes
116K: ^Subject:.*(?i)mips
117
84995ea2
MA
118Guest CPU cores (TCG)
119---------------------
6347e1f1 120Overall TCG CPUs
336f744e 121M: Richard Henderson <[email protected]>
2185fd67 122R: Paolo Bonzini <[email protected]>
2b1641d0 123S: Maintained
c7f419f5 124F: softmmu/cpus.c
adf1cfbd 125F: cpus-common.c
6670d4d0 126F: page-vary.c
44b99a6d 127F: page-vary-common.c
c6a88dda 128F: accel/tcg/
9681ad3e 129F: accel/stubs/tcg-stub.c
084cfca1
RH
130F: util/cacheinfo.c
131F: util/cacheflush.c
55fd1892 132F: scripts/decodetree.py
3fdbf5d6 133F: docs/devel/decodetree.rst
2b1641d0
PB
134F: include/exec/cpu*.h
135F: include/exec/exec-all.h
486bbe5f 136F: include/exec/helper*.h
460423d3 137F: include/sysemu/cpus.h
14a48c1d 138F: include/sysemu/tcg.h
78271684 139F: include/hw/core/tcg-cpu-ops.h
486bbe5f 140
1badb586
PM
141FPU emulation
142M: Aurelien Jarno <[email protected]>
143M: Peter Maydell <[email protected]>
0636e4d8
AB
144M: Alex Bennée <[email protected]>
145S: Maintained
1badb586
PM
146F: fpu/
147F: include/fpu/
0636e4d8 148F: tests/fp/
1badb586 149
6347e1f1 150Alpha TCG CPUs
336f744e 151M: Richard Henderson <[email protected]>
8d6df264 152S: Maintained
fcf5ef2a 153F: target/alpha/
c0bd0b50 154F: tests/tcg/alpha/
c17652ee 155F: disas/alpha.c
b6f97c14 156
6347e1f1 157ARM TCG CPUs
1ce9ce6a 158M: Peter Maydell <[email protected]>
b4f2bd1c 159L: [email protected]
fd5d5c56 160S: Maintained
fcf5ef2a 161F: target/arm/
c348722c 162F: tests/tcg/arm/
29e0436e 163F: tests/tcg/aarch64/
c32c3d68 164F: tests/qtest/arm-cpu-features.c
8d8b636d
PB
165F: hw/arm/
166F: hw/cpu/a*mpcore.c
f7e242d6 167F: include/hw/cpu/a*mpcore.h
c17652ee
PB
168F: disas/arm-a64.cc
169F: disas/libvixl/
c11a8e89 170F: docs/system/target-arm.rst
6e84a914 171F: docs/system/arm/cpu-features.rst
fd5d5c56 172
49154ea0
EA
173ARM SMMU
174M: Eric Auger <[email protected]>
175L: [email protected]
176S: Maintained
177F: hw/arm/smmu*
178F: include/hw/arm/smmu*
bbbd9b6e 179F: tests/avocado/smmu.py
49154ea0 180
c8c0d267
MR
181AVR TCG CPUs
182M: Michael Rolnik <[email protected]>
c8c0d267 183S: Maintained
0abd386d 184F: docs/system/target-avr.rst
12b35405 185F: gdb-xml/avr-cpu.xml
c8c0d267 186F: target/avr/
bbbd9b6e 187F: tests/avocado/machine_avr6.py
c8c0d267 188
6347e1f1 189CRIS TCG CPUs
fd5d5c56
AL
190M: Edgar E. Iglesias <[email protected]>
191S: Maintained
fcf5ef2a 192F: target/cris/
8d8b636d 193F: hw/cris/
c9b90090 194F: include/hw/cris/
c0bd0b50 195F: tests/tcg/cris/
c17652ee 196F: disas/cris.c
fd5d5c56 197
5f508bc2
TS
198Hexagon TCG CPUs
199M: Taylor Simpson <[email protected]>
200S: Supported
201F: target/hexagon/
202F: linux-user/hexagon/
203F: tests/tcg/hexagon/
204F: disas/hexagon.c
812b31d3 205F: configs/targets/hexagon-linux-user/default.mak
afbdf0a4
ADF
206F: docker/dockerfiles/debian-hexagon-cross.docker
207F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
5f508bc2 208
6347e1f1 209HPPA (PA-RISC) TCG CPUs
336f744e 210M: Richard Henderson <[email protected]>
61766fe9
RH
211S: Maintained
212F: target/hppa/
213F: disas/hppa.c
214
6347e1f1 215M68K TCG CPUs
595a926d
LV
216M: Laurent Vivier <[email protected]>
217S: Maintained
fcf5ef2a 218F: target/m68k/
e9a56114 219F: disas/m68k.c
fd5d5c56 220
6347e1f1 221MicroBlaze TCG CPUs
fd5d5c56
AL
222M: Edgar E. Iglesias <[email protected]>
223S: Maintained
fcf5ef2a 224F: target/microblaze/
8d8b636d 225F: hw/microblaze/
c17652ee 226F: disas/microblaze.c
b58a4e68 227F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
67f80eb4 228F: tests/tcg/nios2/Makefile.target
fd5d5c56 229
6347e1f1 230MIPS TCG CPUs
cf960317 231M: Philippe Mathieu-Daudé <[email protected]>
099d510b 232R: Aurelien Jarno <[email protected]>
15d983de 233R: Jiaxun Yang <[email protected]>
97d89746 234R: Aleksandar Rikalo <[email protected]>
cf960317 235S: Odd Fixes
fcf5ef2a 236F: target/mips/
a60442eb 237F: disas/mips.c
1bf84a1e 238F: docs/system/cpu-models-mips.rst.inc
c0bd0b50 239F: tests/tcg/mips/
fd5d5c56 240
a60442eb
PMD
241MIPS TCG CPUs (nanoMIPS ISA)
242S: Orphan
243F: disas/nanomips.*
3f178b8d 244F: target/mips/tcg/*nanomips*
a60442eb 245
6347e1f1 246NiosII TCG CPUs
e671711c
MV
247M: Chris Wulff <[email protected]>
248M: Marek Vasut <[email protected]>
249S: Maintained
250F: target/nios2/
251F: hw/nios2/
252F: disas/nios2.c
812b31d3 253F: configs/devices/nios2-softmmu/default.mak
2eb4461a 254F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
e671711c 255
6347e1f1 256OpenRISC TCG CPUs
1d7cf18d
SH
257M: Stafford Horne <[email protected]>
258S: Odd Fixes
fcf5ef2a 259F: target/openrisc/
945dad6d 260F: hw/openrisc/
c0bd0b50 261F: tests/tcg/openrisc/
945dad6d 262
6347e1f1 263PowerPC TCG CPUs
14fe3222
DG
264M: Cédric Le Goater <[email protected]>
265M: Daniel Henrique Barboza <[email protected]>
266R: David Gibson <[email protected]>
267R: Greg Kurz <[email protected]>
a6c98685 268L: [email protected]
fd5d5c56 269S: Maintained
fcf5ef2a 270F: target/ppc/
7ddb120d
DG
271F: hw/ppc/ppc.c
272F: hw/ppc/ppc_booke.c
273F: include/hw/ppc/ppc.h
fd5d5c56 274
6347e1f1 275RISC-V TCG CPUs
c1677bcc 276M: Palmer Dabbelt <[email protected]>
ab2c9128
AF
277M: Alistair Francis <[email protected]>
278M: Bin Meng <[email protected]>
a094b354 279L: [email protected]
7b91ae7d 280S: Supported
4dc62b15
MC
281F: target/riscv/
282F: hw/riscv/
283F: include/hw/riscv/
f936eac8 284F: linux-user/host/riscv32/
511f3138 285F: linux-user/host/riscv64/
4dc62b15 286
34888f01
PT
287RISC-V XVentanaCondOps extension
288M: Philipp Tomsich <[email protected]>
289L: [email protected]
290S: Supported
291F: target/riscv/XVentanaCondOps.decode
292F: target/riscv/insn_trans/trans_xventanacondops.c.inc
293
a4f34ecc 294RENESAS RX CPUs
b2744da9
PMD
295R: Yoshinori Sato <[email protected]>
296S: Orphan
a4f34ecc
YS
297F: target/rx/
298
6347e1f1 299S390 TCG CPUs
336f744e 300M: Richard Henderson <[email protected]>
ced01bb7 301M: David Hildenbrand <[email protected]>
fd5d5c56 302S: Maintained
fcf5ef2a 303F: target/s390x/
c9274b6b 304F: target/s390x/tcg
8d8b636d 305F: hw/s390x/
276ba120 306F: tests/tcg/s390x/
146bd283 307L: [email protected]
fd5d5c56 308
6347e1f1 309SH4 TCG CPUs
2d53d0c7
PMD
310R: Yoshinori Sato <[email protected]>
311S: Orphan
fcf5ef2a 312F: target/sh4/
8d8b636d 313F: hw/sh4/
c17652ee 314F: disas/sh4.c
8a90f900 315F: include/hw/sh4/
fd5d5c56 316
6347e1f1 317SPARC TCG CPUs
f2416d3a 318M: Mark Cave-Ayland <[email protected]>
2c742bf7 319M: Artyom Tarasenko <[email protected]>
fd5d5c56 320S: Maintained
fcf5ef2a 321F: target/sparc/
8d8b636d
PB
322F: hw/sparc/
323F: hw/sparc64/
84dbe974 324F: include/hw/sparc/sparc64.h
c17652ee 325F: disas/sparc.c
fd5d5c56 326
6347e1f1 327X86 TCG CPUs
d46d72fd 328M: Paolo Bonzini <[email protected]>
336f744e 329M: Richard Henderson <[email protected]>
24c4cd13 330M: Eduardo Habkost <[email protected]>
b203a4ba 331S: Maintained
f5cc5a5c 332F: target/i386/tcg/
4132431f 333F: tests/tcg/i386/
3a082ec0 334F: tests/tcg/x86_64/
8d8b636d 335F: hw/i386/
38dec0ef 336F: docs/system/cpu-models-x86*
f953c100 337T: git https://gitlab.com/ehabkost/qemu.git x86-next
fd5d5c56 338
6347e1f1 339Xtensa TCG CPUs
16e7caae 340M: Max Filippov <[email protected]>
b8105d21 341W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 342S: Maintained
fcf5ef2a 343F: target/xtensa/
8d8b636d 344F: hw/xtensa/
c0bd0b50 345F: tests/tcg/xtensa/
5a6539e6 346F: disas/xtensa.c
895e4897 347F: include/hw/xtensa/xtensa-isa.h
812b31d3 348F: configs/devices/xtensa*/default.mak
16e7caae 349
6347e1f1 350TriCore TCG CPUs
48e06fe0
BK
351M: Bastian Koppelmann <[email protected]>
352S: Maintained
fcf5ef2a 353F: target/tricore/
48e06fe0 354F: hw/tricore/
d46d14e6 355F: include/hw/tricore/
be78e799 356F: tests/tcg/tricore/
48e06fe0 357
dd28bebd
AB
358Multiarch Linux User Tests
359M: Alex Bennée <[email protected]>
00a25291 360S: Maintained
dd28bebd
AB
361F: tests/tcg/multiarch/
362
84995ea2
MA
363Guest CPU Cores (KVM)
364---------------------
6347e1f1 365Overall KVM CPUs
c6d559d9 366M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
367L: [email protected]
368S: Supported
a6bb42f2 369F: */*/kvm*
1962cb20 370F: accel/kvm/
9681ad3e
TH
371F: accel/stubs/kvm-stub.c
372F: include/hw/kvm/
a95e9a48 373F: include/sysemu/kvm*.h
9681ad3e 374F: scripts/kvm/kvm_flightrecorder
fd5d5c56 375
6347e1f1 376ARM KVM CPUs
ed4659d1 377M: Peter Maydell <[email protected]>
b4f2bd1c 378L: [email protected]
ed4659d1 379S: Maintained
fcf5ef2a 380F: target/arm/kvm.c
ed4659d1 381
6347e1f1 382MIPS KVM CPUs
dab1e1e1 383M: Huacai Chen <[email protected]>
134f7f7d 384S: Odd Fixes
85d8da3f
PMD
385F: target/mips/kvm*
386F: target/mips/sysemu/
a31896c4 387
6347e1f1 388PPC KVM CPUs
14fe3222
DG
389M: Cédric Le Goater <[email protected]>
390M: Daniel Henrique Barboza <[email protected]>
391R: David Gibson <[email protected]>
392R: Greg Kurz <[email protected]>
fd5d5c56 393S: Maintained
fcf5ef2a 394F: target/ppc/kvm.c
fd5d5c56 395
6347e1f1 396S390 KVM CPUs
7c8e2647 397M: Halil Pasic <[email protected]>
2c092950 398M: Christian Borntraeger <[email protected]>
0922e8c0 399S: Supported
67043607 400F: target/s390x/kvm/
fcf5ef2a 401F: target/s390x/machine.c
74b4c74d 402F: target/s390x/sigp.c
c3347ed0
JF
403F: hw/s390x/pv.c
404F: include/hw/s390x/pv.h
c5bfb202 405F: gdb-xml/s390*.xml
e18a8b34 406T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 407L: [email protected]
fd5d5c56 408
6347e1f1 409X86 KVM CPUs
d46d72fd 410M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
411M: Marcelo Tosatti <[email protected]>
412L: [email protected]
413S: Supported
96a46def 414F: docs/system/i386/amd-memory-encryption.rst
a821186e 415F: docs/system/i386/sgx.rst
a9dc68d9 416F: target/i386/kvm/
8c9e7f8c 417F: target/i386/sev*
9681ad3e 418F: scripts/kvm/vmxcap
fd5d5c56 419
79ac3915
PMD
420Guest CPU Cores (other accelerators)
421------------------------------------
422Overall
336f744e 423M: Richard Henderson <[email protected]>
79ac3915
PMD
424R: Paolo Bonzini <[email protected]>
425S: Maintained
940e43aa 426F: include/qemu/accel.h
b86f59c7 427F: include/sysemu/accel-ops.h
fb6916dd 428F: include/hw/core/accel-cpu.h
b86f59c7 429F: accel/accel-*.c
79ac3915
PMD
430F: accel/Makefile.objs
431F: accel/stubs/Makefile.objs
432
a1477da3
AG
433Apple Silicon HVF CPUs
434M: Alexander Graf <[email protected]>
435S: Maintained
436F: target/arm/hvf/
437
674fc21f 438X86 HVF CPUs
de6b528b 439M: Cameron Esfahani <[email protected]>
674fc21f 440M: Roman Bolshakov <[email protected]>
de6b528b 441W: https://wiki.qemu.org/Features/HVF
674fc21f 442S: Maintained
674fc21f 443F: target/i386/hvf/
d57bc3c1
AG
444
445HVF
446M: Cameron Esfahani <[email protected]>
447M: Roman Bolshakov <[email protected]>
448W: https://wiki.qemu.org/Features/HVF
449S: Maintained
450F: accel/hvf/
674fc21f 451F: include/sysemu/hvf.h
d57bc3c1 452F: include/sysemu/hvf_int.h
674fc21f 453
c220cdec
SM
454WHPX CPUs
455M: Sunil Muthuswamy <[email protected]>
456S: Supported
1fc33bb9 457F: target/i386/whpx/
c220cdec
SM
458F: include/sysemu/whpx.h
459
84995ea2
MA
460Guest CPU Cores (Xen)
461---------------------
6347e1f1 462X86 Xen CPUs
3623c57e
SS
463M: Stefano Stabellini <[email protected]>
464M: Anthony Perard <[email protected]>
784e9727 465M: Paul Durrant <[email protected]>
6d06220a 466L: [email protected]
8a6b0cd7 467S: Supported
8a6b0cd7 468F: */xen*
da278d58 469F: accel/xen/*
b827891d 470F: hw/9pfs/xen-9p*
c92451c2
PB
471F: hw/char/xen_console.c
472F: hw/display/xenfb.c
473F: hw/net/xen_nic.c
758af9cf 474F: hw/usb/xen-usb.c
1a72d9ae 475F: hw/block/xen*
4ea7d1a7 476F: hw/block/dataplane/xen*
c92451c2
PB
477F: hw/xen/
478F: hw/xenpv/
9027ac50 479F: hw/i386/xen/
1401897c 480F: hw/pci-host/xen_igd_pt.c
fcab2b46 481F: include/hw/block/dataplane/xen*
c92451c2 482F: include/hw/xen/
da278d58 483F: include/sysemu/xen.h
9027ac50 484F: include/sysemu/xen-mapcache.h
71f364b7 485F: stubs/xen-hw-stub.c
8a6b0cd7 486
6c94b952
CX
487Guest CPU Cores (HAXM)
488---------------------
489X86 HAXM CPUs
490M: Wenchao Wang <[email protected]>
491M: Colin Xu <[email protected]>
492L: [email protected]
493W: https://github.com/intel/haxm/issues
494S: Maintained
f7091f5f 495F: accel/stubs/hax-stub.c
6c94b952 496F: include/sysemu/hax.h
7fdef0d4 497F: target/i386/hax/
6c94b952 498
39becfce
RZ
499Guest CPU Cores (NVMM)
500----------------------
501NetBSD Virtual Machine Monitor (NVMM) CPU support
502M: Kamil Rytarowski <[email protected]>
503M: Reinoud Zandijk <[email protected]>
504S: Maintained
505F: include/sysemu/nvmm.h
506F: target/i386/nvmm/
507
84995ea2
MA
508Hosts
509-----
1bdd6874 510LINUX
f5fecb49
PMD
511M: Michael S. Tsirkin <[email protected]>
512M: Cornelia Huck <[email protected]>
513M: Paolo Bonzini <[email protected]>
1bdd6874 514S: Maintained
1bdd6874 515F: linux-headers/
f5fecb49 516F: scripts/update-linux-headers.sh
1bdd6874
SW
517
518POSIX
f3f0204d 519M: Paolo Bonzini <[email protected]>
1bdd6874 520S: Maintained
f3f0204d
PMD
521F: os-posix.c
522F: include/sysemu/os-posix.h
523F: util/*posix*.c
524F: include/qemu/*posix*.h
1bdd6874 525
3c2bdbc1 526NETBSD
3c2bdbc1 527M: Kamil Rytarowski <[email protected]>
39becfce
RZ
528M: Reinoud Zandijk <[email protected]>
529M: Ryo ONODERA <[email protected]>
3c2bdbc1 530S: Maintained
1b61270b 531K: ^Subject:.*(?i)NetBSD
3c2bdbc1 532
0a773d55 533OPENBSD
0a773d55
BS
534M: Brad Smith <[email protected]>
535S: Maintained
536K: ^Subject:.*(?i)OpenBSD
537
1bdd6874 538W32, W64
1bdd6874
SW
539M: Stefan Weil <[email protected]>
540S: Maintained
541F: *win32*
03972660
TH
542F: */*win32*
543F: include/*/*win32*
544X: qga/*win32*
885bdc95 545F: qemu.nsi
1bdd6874 546
c82b7ef1
PMD
547Darwin (macOS, iOS)
548M: Philippe Mathieu-Daudé <[email protected]>
549S: Odd Fixes
550F: .gitlab-ci.d/cirrus/macos-*
551F: */*.m
552
b250d04a 553Alpha Machines
84995ea2 554--------------
336f744e 555M: Richard Henderson <[email protected]>
b250d04a
PMD
556S: Maintained
557F: hw/alpha/
7bea0dd4 558F: hw/isa/smc37c669-superio.c
8d8a8ab5 559F: tests/tcg/alpha/system/
b250d04a 560
fd5d5c56
AL
561ARM Machines
562------------
84291fe7 563Allwinner-a10
85b4d5da 564M: Beniamino Galvani <[email protected]>
a00d7f20 565M: Peter Maydell <[email protected]>
b4f2bd1c 566L: [email protected]
a00d7f20 567S: Odd Fixes
85b4d5da
BG
568F: hw/*/allwinner*
569F: include/hw/*/allwinner*
84291fe7 570F: hw/arm/cubieboard.c
d4a7c362 571F: docs/system/arm/cubieboard.rst
84291fe7 572
740dafc0
NL
573Allwinner-h3
574M: Niek Linnenbank <[email protected]>
575L: [email protected]
576S: Maintained
577F: hw/*/allwinner-h3*
578F: include/hw/*/allwinner-h3*
b0c96666 579F: hw/arm/orangepi.c
c67d732c 580F: docs/system/arm/orangepi.rst
740dafc0 581
e5a6a6e6 582ARM PrimeCell and CMSDK devices
06271000 583M: Peter Maydell <[email protected]>
b4f2bd1c 584L: [email protected]
06271000
PB
585S: Maintained
586F: hw/char/pl011.c
c6427ff7 587F: include/hw/char/pl011.h
06271000
PB
588F: hw/display/pl110*
589F: hw/dma/pl080.c
aa74e355 590F: include/hw/dma/pl080.h
06271000
PB
591F: hw/dma/pl330.c
592F: hw/gpio/pl061.c
593F: hw/input/pl050.c
594F: hw/intc/pl190.c
595F: hw/sd/pl181.c
1d52866f
PM
596F: hw/ssi/pl022.c
597F: include/hw/ssi/pl022.h
877c181c
PMD
598F: hw/rtc/pl031.c
599F: include/hw/rtc/pl031.h
06271000 600F: include/hw/arm/primecell.h
e5a6a6e6
PM
601F: hw/timer/cmsdk-apb-timer.c
602F: include/hw/timer/cmsdk-apb-timer.h
30858daf 603F: tests/qtest/cmsdk-apb-timer-test.c
4f4c6206
PM
604F: hw/timer/cmsdk-apb-dualtimer.c
605F: include/hw/timer/cmsdk-apb-dualtimer.h
9bc064b5 606F: tests/qtest/cmsdk-apb-dualtimer-test.c
e5a6a6e6
PM
607F: hw/char/cmsdk-apb-uart.c
608F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
609F: hw/watchdog/cmsdk-apb-watchdog.c
610F: include/hw/watchdog/cmsdk-apb-watchdog.h
9cf5eb29 611F: tests/qtest/cmsdk-apb-watchdog-test.c
0d4a7551
PM
612F: hw/misc/tz-ppc.c
613F: include/hw/misc/tz-ppc.h
344f4b15
PM
614F: hw/misc/tz-mpc.c
615F: include/hw/misc/tz-mpc.h
211e701d
PM
616F: hw/misc/tz-msc.c
617F: include/hw/misc/tz-msc.h
06271000
PB
618
619ARM cores
620M: Peter Maydell <[email protected]>
b4f2bd1c 621L: [email protected]
06271000
PB
622S: Maintained
623F: hw/intc/arm*
624F: hw/intc/gic_internal.h
625F: hw/misc/a9scu.c
626F: hw/misc/arm11scu.c
b7f30114 627F: hw/misc/arm_l2x0.c
2f9db77e 628F: hw/misc/armv7m_ras.c
06271000 629F: hw/timer/a9gtimer*
c6427ff7
PMD
630F: hw/timer/arm*
631F: include/hw/arm/arm*.h
06271000
PB
632F: include/hw/intc/arm*
633F: include/hw/misc/a9scu.h
634F: include/hw/misc/arm11scu.h
635F: include/hw/timer/a9gtimer.h
636F: include/hw/timer/arm_mptimer.h
c6427ff7 637F: include/hw/timer/armv7m_systick.h
2f9db77e 638F: include/hw/misc/armv7m_ras.h
1e8a1fae 639F: tests/qtest/test-arm-mptimer.c
06271000 640
fc63dcff 641Exynos
f44c5c67 642M: Igor Mitsyanko <[email protected]>
a00d7f20 643M: Peter Maydell <[email protected]>
b4f2bd1c 644L: [email protected]
a00d7f20 645S: Odd Fixes
8d8b636d 646F: hw/*/exynos*
78cb12a9 647F: include/hw/*/exynos*
fc63dcff 648
766fd09f 649Calxeda Highbank
9ef137ca 650M: Rob Herring <[email protected]>
a00d7f20 651M: Peter Maydell <[email protected]>
b4f2bd1c 652L: [email protected]
a00d7f20 653S: Odd Fixes
8d8b636d
PB
654F: hw/arm/highbank.c
655F: hw/net/xgmac.c
c90df7ce 656F: docs/system/arm/highbank.rst
766fd09f 657
9082f121
AP
658Canon DIGIC
659M: Antony Pavlov <[email protected]>
a00d7f20 660M: Peter Maydell <[email protected]>
b4f2bd1c 661L: [email protected]
a00d7f20 662S: Odd Fixes
9082f121
AP
663F: include/hw/arm/digic.h
664F: hw/*/digic*
7ad5f2d1 665F: include/hw/*/digic*
bbbd9b6e 666F: tests/avocado/machine_arm_canona1100.py
2d21dd17 667F: docs/system/arm/digic.rst
9082f121 668
9c8fdcec
AP
669Goldfish RTC
670M: Anup Patel <[email protected]>
671M: Alistair Francis <[email protected]>
672L: [email protected]
673S: Maintained
674F: hw/rtc/goldfish_rtc.c
675F: include/hw/rtc/goldfish_rtc.h
676
fd5d5c56 677Gumstix
a00d7f20
PM
678M: Peter Maydell <[email protected]>
679R: Philippe Mathieu-Daudé <[email protected]>
b4f2bd1c 680L: [email protected]
1f7161d2 681S: Odd Fixes
8d8b636d 682F: hw/arm/gumstix.c
bb309000 683F: docs/system/arm/gumstix.rst
fd5d5c56 684
123a069a
TH
685i.MX25 PDK
686M: Peter Maydell <[email protected]>
687R: Jean-Christophe Dubois <[email protected]>
688L: [email protected]
689S: Odd Fixes
690F: hw/arm/fsl-imx25.c
691F: hw/arm/imx25_pdk.c
692F: hw/misc/imx25_ccm.c
37f95959 693F: hw/watchdog/wdt_imx2.c
123a069a
TH
694F: include/hw/arm/fsl-imx25.h
695F: include/hw/misc/imx25_ccm.h
37f95959 696F: include/hw/watchdog/wdt_imx2.h
b1b3e3e3 697F: docs/system/arm/imx25-pdk.rst
123a069a 698
95a5db3a 699i.MX31 (kzm)
a00d7f20 700M: Peter Maydell <[email protected]>
b4f2bd1c 701L: [email protected]
95a5db3a 702S: Odd Fixes
8d8b636d 703F: hw/arm/kzm.c
95a5db3a
TH
704F: hw/*/imx_*
705F: hw/*/*imx31*
706F: include/hw/*/imx_*
707F: include/hw/*/*imx31*
fa6c9394 708F: docs/system/arm/kzm.rst
0325559d 709
fd5d5c56 710Integrator CP
1ce9ce6a 711M: Peter Maydell <[email protected]>
b4f2bd1c 712L: [email protected]
fd5d5c56 713S: Maintained
8d8b636d 714F: hw/arm/integratorcp.c
f7e242d6 715F: hw/misc/arm_integrator_debug.c
b7f30114 716F: include/hw/misc/arm_integrator_debug.h
bbbd9b6e 717F: tests/avocado/machine_arm_integratorcp.py
c11a8e89 718F: docs/system/arm/integratorcp.rst
fd5d5c56 719
95a5db3a
TH
720MCIMX6UL EVK / i.MX6ul
721M: Peter Maydell <[email protected]>
722R: Jean-Christophe Dubois <[email protected]>
723L: [email protected]
724S: Odd Fixes
725F: hw/arm/mcimx6ul-evk.c
726F: hw/arm/fsl-imx6ul.c
727F: hw/misc/imx6ul_ccm.c
728F: include/hw/arm/fsl-imx6ul.h
729F: include/hw/misc/imx6ul_ccm.h
730
731MCIMX7D SABRE / i.MX7
732M: Peter Maydell <[email protected]>
733R: Andrey Smirnov <[email protected]>
734L: [email protected]
735S: Odd Fixes
736F: hw/arm/mcimx7d-sabre.c
737F: hw/arm/fsl-imx7.c
b7f30114 738F: hw/misc/imx7_*.c
95a5db3a 739F: include/hw/arm/fsl-imx7.h
b7f30114 740F: include/hw/misc/imx7_*.h
95a5db3a
TH
741F: hw/pci-host/designware.c
742F: include/hw/pci-host/designware.h
743
e5a6a6e6
PM
744MPS2
745M: Peter Maydell <[email protected]>
746L: [email protected]
747S: Maintained
748F: hw/arm/mps2.c
0d4a7551
PM
749F: hw/arm/mps2-tz.c
750F: hw/misc/mps2-*.c
751F: include/hw/misc/mps2-*.h
6eee5d24
PM
752F: hw/arm/armsse.c
753F: include/hw/arm/armsse.h
c56c5760
PMD
754F: hw/misc/iotkit-secctl.c
755F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
756F: hw/misc/iotkit-sysctl.c
757F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
758F: hw/misc/iotkit-sysinfo.c
759F: include/hw/misc/iotkit-sysinfo.h
4239b311
PM
760F: hw/misc/armsse-cpu-pwrctrl.c
761F: include/hw/misc/armsse-cpu-pwrctrl.h
5aeb3689
PM
762F: hw/misc/armsse-cpuid.c
763F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
764F: hw/misc/armsse-mhu.c
765F: include/hw/misc/armsse-mhu.h
0d10df30
PM
766F: hw/timer/sse-counter.c
767F: include/hw/timer/sse-counter.h
0b8ceee8
PM
768F: hw/timer/sse-timer.c
769F: include/hw/timer/sse-timer.h
1eca58aa 770F: tests/qtest/sse-timer-test.c
ba7912a5 771F: docs/system/arm/mps2.rst
e5a6a6e6 772
8f69a4c1
PM
773Musca
774M: Peter Maydell <[email protected]>
775L: [email protected]
776S: Maintained
777F: hw/arm/musca.c
9f8f640e 778F: docs/system/arm/musca.rst
8f69a4c1 779
fd5d5c56
AL
780Musicpal
781M: Jan Kiszka <[email protected]>
a00d7f20 782M: Peter Maydell <[email protected]>
b4f2bd1c 783L: [email protected]
a00d7f20 784S: Odd Fixes
8d8b636d 785F: hw/arm/musicpal.c
6d81f488
PMD
786F: hw/net/mv88w8618_eth.c
787F: include/hw/net/mv88w8618_eth.h
c11a8e89 788F: docs/system/arm/musicpal.rst
fd5d5c56 789
e5a7ba87
HS
790Nuvoton NPCM7xx
791M: Havard Skinnemoen <[email protected]>
792M: Tyrone Ting <[email protected]>
793L: [email protected]
794S: Supported
795F: hw/*/npcm7xx*
796F: include/hw/*/npcm7xx*
7d378ed6 797F: tests/qtest/npcm7xx*
d1cb5eda
HS
798F: pc-bios/npcm7xx_bootrom.bin
799F: roms/vbootrom
71703116 800F: docs/system/arm/nuvoton.rst
e5a7ba87 801
fd5d5c56 802nSeries
a00d7f20 803M: Peter Maydell <[email protected]>
b4f2bd1c 804L: [email protected]
a00d7f20 805S: Odd Fixes
8d8b636d 806F: hw/arm/nseries.c
8a08cc71 807F: hw/display/blizzard.c
b7f30114
TH
808F: hw/input/lm832x.c
809F: hw/input/tsc2005.c
810F: hw/misc/cbus.c
6a648a5f 811F: hw/rtc/twl92230.c
8a08cc71 812F: include/hw/display/blizzard.h
410bbee1 813F: include/hw/input/lm832x.h
a331dd02 814F: include/hw/input/tsc2xxx.h
e8fa3958 815F: include/hw/misc/cbus.h
bbbd9b6e 816F: tests/avocado/machine_arm_n8x0.py
c11a8e89 817F: docs/system/arm/nseries.rst
fd5d5c56
AL
818
819Palm
a00d7f20 820M: Peter Maydell <[email protected]>
b4f2bd1c 821L: [email protected]
a00d7f20 822S: Odd Fixes
8d8b636d 823F: hw/arm/palm.c
b7f30114 824F: hw/input/tsc210x.c
a331dd02 825F: include/hw/input/tsc2xxx.h
c11a8e89 826F: docs/system/arm/palm.rst
fd5d5c56 827
95a5db3a
TH
828Raspberry Pi
829M: Peter Maydell <[email protected]>
95a5db3a
TH
830R: Philippe Mathieu-Daudé <[email protected]>
831L: [email protected]
832S: Odd Fixes
123a069a 833F: hw/arm/raspi.c
95a5db3a
TH
834F: hw/arm/raspi_platform.h
835F: hw/*/bcm283*
836F: include/hw/arm/raspi*
837F: include/hw/*/bcm283*
d9f2ac3d 838F: docs/system/arm/raspi.rst
95a5db3a 839
fd5d5c56 840Real View
1ce9ce6a 841M: Peter Maydell <[email protected]>
b4f2bd1c 842L: [email protected]
fd5d5c56 843S: Maintained
8d8b636d 844F: hw/arm/realview*
f7e242d6 845F: hw/cpu/realview_mpcore.c
5ea53049
PB
846F: hw/intc/realview_gic.c
847F: include/hw/intc/realview_gic.h
c11a8e89 848F: docs/system/arm/realview.rst
fd5d5c56 849
9b31bff0 850PXA2XX
a00d7f20 851M: Peter Maydell <[email protected]>
b4f2bd1c 852L: [email protected]
a00d7f20 853S: Odd Fixes
9b31bff0 854F: hw/arm/mainstone.c
8d8b636d 855F: hw/arm/spitz.c
9b31bff0
PB
856F: hw/arm/tosa.c
857F: hw/arm/z2.c
858F: hw/*/pxa2xx*
123a069a
TH
859F: hw/display/tc6393xb.c
860F: hw/gpio/max7310.c
861F: hw/gpio/zaurus.c
f7e242d6 862F: hw/misc/mst_fpga.c
58f3e3fe
CM
863F: hw/adc/max111x.c
864F: include/hw/adc/max111x.h
ed0db866 865F: include/hw/arm/pxa.h
123a069a 866F: include/hw/arm/sharpsl.h
ee2ccc57 867F: include/hw/display/tc6393xb.h
c11a8e89 868F: docs/system/arm/xscale.rst
c9543db4 869F: docs/system/arm/mainstone.rst
fd5d5c56 870
95a5db3a
TH
871SABRELITE / i.MX6
872M: Peter Maydell <[email protected]>
873R: Jean-Christophe Dubois <[email protected]>
874L: [email protected]
875S: Odd Fixes
876F: hw/arm/sabrelite.c
877F: hw/arm/fsl-imx6.c
b7f30114 878F: hw/misc/imx6_*.c
95a5db3a 879F: hw/ssi/imx_spi.c
0701a5ef
GR
880F: hw/usb/imx-usb-phy.c
881F: include/hw/usb/imx-usb-phy.h
95a5db3a 882F: include/hw/arm/fsl-imx6.h
b7f30114 883F: include/hw/misc/imx6_*.h
95a5db3a
TH
884F: include/hw/ssi/imx_spi.h
885
64580903 886SBSA-REF
428a3777 887M: Radoslaw Biernacki <[email protected]>
64580903 888M: Peter Maydell <[email protected]>
14d5addc 889R: Leif Lindholm <[email protected]>
64580903
HZ
890L: [email protected]
891S: Maintained
892F: hw/arm/sbsa-ref.c
9eeeb80a 893F: docs/system/arm/sbsa.rst
64580903 894
671f11b2
TH
895Sharp SL-5500 (Collie) PDA
896M: Peter Maydell <[email protected]>
897L: [email protected]
898S: Odd Fixes
899F: hw/arm/collie.c
900F: hw/arm/strongarm*
b76b60f5 901F: docs/system/arm/collie.rst
671f11b2 902
fd5d5c56 903Stellaris
1ce9ce6a 904M: Peter Maydell <[email protected]>
b4f2bd1c 905L: [email protected]
fd5d5c56 906S: Maintained
8d8b636d 907F: hw/*/stellaris*
98fa3327 908F: include/hw/input/gamepad.h
c11a8e89 909F: docs/system/arm/stellaris.rst
fd5d5c56 910
2ac2410c
AI
911STM32VLDISCOVERY
912M: Alexandre Iooss <[email protected]>
913L: [email protected]
914S: Maintained
915F: hw/arm/stm32vldiscovery.c
1af060e5 916F: docs/system/arm/stm32.rst
2ac2410c 917
95a5db3a
TH
918Versatile Express
919M: Peter Maydell <[email protected]>
920L: [email protected]
921S: Maintained
922F: hw/arm/vexpress.c
5a1d4244 923F: docs/system/arm/vexpress.rst
95a5db3a 924
fd5d5c56 925Versatile PB
1ce9ce6a 926M: Peter Maydell <[email protected]>
b4f2bd1c 927L: [email protected]
fd5d5c56 928S: Maintained
8d8b636d 929F: hw/*/versatile*
f61c3fb5 930F: include/hw/i2c/arm_sbcon_i2c.h
c6427ff7 931F: hw/misc/arm_sysctl.c
c11a8e89 932F: docs/system/arm/versatile.rst
fd5d5c56 933
95a5db3a
TH
934Virt
935M: Peter Maydell <[email protected]>
936L: [email protected]
937S: Maintained
938F: hw/arm/virt*
939F: include/hw/arm/virt.h
6a0b7505 940F: docs/system/arm/virt.rst
11593544 941F: tests/avocado/machine_aarch64_virt.py
95a5db3a 942
e3260506 943Xilinx Zynq
cc0100f4 944M: Edgar E. Iglesias <[email protected]>
c22e580c 945M: Alistair Francis <[email protected]>
a00d7f20 946M: Peter Maydell <[email protected]>
b4f2bd1c 947L: [email protected]
e3260506 948S: Maintained
cc0100f4 949F: hw/*/xilinx_*
8d8b636d 950F: hw/*/cadence_*
246f530c
CM
951F: hw/misc/zynq_slcr.c
952F: hw/adc/zynq-xadc.c
953F: include/hw/misc/zynq_slcr.h
954F: include/hw/adc/zynq-xadc.h
cc0100f4 955X: hw/ssi/xilinx_*
e3260506 956
ff9e157b 957Xilinx ZynqMP and Versal
c22e580c 958M: Alistair Francis <[email protected]>
cc0100f4 959M: Edgar E. Iglesias <[email protected]>
a00d7f20 960M: Peter Maydell <[email protected]>
b4f2bd1c 961L: [email protected]
137805f5 962S: Maintained
cc0100f4 963F: hw/*/xlnx*.c
f586d5fc 964F: include/hw/*/xlnx*.h
24d6d8bf
PMD
965F: include/hw/ssi/xilinx_spips.h
966F: hw/display/dpcd.c
967F: include/hw/display/dpcd.h
ff9e157b 968F: docs/system/arm/xlnx-versal-virt.rst
137805f5 969
72e58848
FI
970Xilinx Versal OSPI
971M: Francisco Iglesias <[email protected]>
972S: Maintained
973F: hw/ssi/xlnx-versal-ospi.c
974F: include/hw/ssi/xlnx-versal-ospi.h
975
8f4d260e 976ARM ACPI Subsystem
e59f13d7 977M: Shannon Zhao <[email protected]>
b4f2bd1c 978L: [email protected]
8f4d260e
SZ
979S: Maintained
980F: hw/arm/virt-acpi-build.c
8f4d260e 981
0f76debd
AI
982STM32F100
983M: Alexandre Iooss <[email protected]>
984L: [email protected]
985S: Maintained
986F: hw/arm/stm32f100_soc.c
987
a1f8193b
AF
988STM32F205
989M: Alistair Francis <[email protected]>
a00d7f20 990M: Peter Maydell <[email protected]>
8ef350b3 991L: [email protected]
a1f8193b
AF
992S: Maintained
993F: hw/arm/stm32f205_soc.c
994F: hw/misc/stm32f2xx_syscfg.c
995F: hw/char/stm32f2xx_usart.c
996F: hw/timer/stm32f2xx_timer.c
997F: hw/adc/*
998F: hw/ssi/stm32f2xx_spi.c
0e0d345b 999F: include/hw/*/stm32*.h
a1f8193b 1000
529fc5fd
AF
1001STM32F405
1002M: Alistair Francis <[email protected]>
1003M: Peter Maydell <[email protected]>
8ef350b3 1004L: [email protected]
529fc5fd
AF
1005S: Maintained
1006F: hw/arm/stm32f405_soc.c
1007F: hw/misc/stm32f4xx_syscfg.c
1008F: hw/misc/stm32f4xx_exti.c
1009
a1f8193b
AF
1010Netduino 2
1011M: Alistair Francis <[email protected]>
a00d7f20 1012M: Peter Maydell <[email protected]>
8ef350b3 1013L: [email protected]
a1f8193b
AF
1014S: Maintained
1015F: hw/arm/netduino2.c
1016
60d6c427
AF
1017Netduino Plus 2
1018M: Alistair Francis <[email protected]>
1019M: Peter Maydell <[email protected]>
8ef350b3 1020L: [email protected]
60d6c427
AF
1021S: Maintained
1022F: hw/arm/netduinoplus2.c
1023
670bc4cb
SS
1024SmartFusion2
1025M: Subbaraya Sundeep <[email protected]>
a00d7f20 1026M: Peter Maydell <[email protected]>
8ef350b3 1027L: [email protected]
670bc4cb
SS
1028S: Maintained
1029F: hw/arm/msf2-soc.c
1030F: hw/misc/msf2-sysreg.c
1031F: hw/timer/mss-timer.c
1032F: hw/ssi/mss-spi.c
1033F: include/hw/arm/msf2-soc.h
1034F: include/hw/misc/msf2-sysreg.h
1035F: include/hw/timer/mss-timer.h
1036F: include/hw/ssi/mss-spi.h
1c664378
SS
1037F: hw/net/msf2-emac.c
1038F: include/hw/net/msf2-emac.h
670bc4cb
SS
1039
1040Emcraft M2S-FG484
1041M: Subbaraya Sundeep <[email protected]>
a00d7f20 1042M: Peter Maydell <[email protected]>
8ef350b3 1043L: [email protected]
670bc4cb
SS
1044S: Maintained
1045F: hw/arm/msf2-som.c
3f65df38 1046F: docs/system/arm/emcraft-sf2.rst
670bc4cb 1047
f87db1ba
JS
1048ASPEED BMCs
1049M: Cédric Le Goater <[email protected]>
a00d7f20 1050M: Peter Maydell <[email protected]>
f87db1ba
JS
1051R: Andrew Jeffery <[email protected]>
1052R: Joel Stanley <[email protected]>
1053L: [email protected]
1054S: Maintained
1055F: hw/*/*aspeed*
b7f30114 1056F: hw/misc/pca9552.c
f87db1ba 1057F: include/hw/*/*aspeed*
b7f30114 1058F: include/hw/misc/pca9552*.h
f87db1ba
JS
1059F: hw/net/ftgmac100.c
1060F: include/hw/net/ftgmac100.h
de8ee7d4 1061F: docs/system/arm/aspeed.rst
66609952 1062F: tests/qtest/*aspeed*
f87db1ba 1063
c0066d1a
JS
1064NRF51
1065M: Joel Stanley <[email protected]>
a00d7f20 1066M: Peter Maydell <[email protected]>
c0066d1a
JS
1067L: [email protected]
1068S: Maintained
c8de3f5f
SH
1069F: hw/*/nrf51*.c
1070F: hw/*/microbit*.c
1071F: include/hw/*/nrf51*.h
1072F: include/hw/*/microbit*.h
1e8a1fae 1073F: tests/qtest/microbit-test.c
90a76c63 1074F: docs/system/arm/nrf.rst
c0066d1a 1075
42f3ff00
MR
1076AVR Machines
1077-------------
1078
1079AVR MCUs
1080M: Michael Rolnik <[email protected]>
42f3ff00 1081S: Maintained
812b31d3 1082F: configs/devices/avr-softmmu/default.mak
7dd8f6fd 1083F: hw/avr/
429ca9d6
MR
1084F: include/hw/char/avr_usart.h
1085F: hw/char/avr_usart.c
8ff47bc1
MR
1086F: include/hw/timer/avr_timer16.h
1087F: hw/timer/avr_timer16.c
dc288de0
MR
1088F: include/hw/misc/avr_power.h
1089F: hw/misc/avr_power.c
42f3ff00 1090
50486d63
PMD
1091Arduino
1092M: Philippe Mathieu-Daudé <[email protected]>
50486d63
PMD
1093S: Maintained
1094F: hw/avr/arduino.c
1095
fd5d5c56
AL
1096CRIS Machines
1097-------------
1098Axis Dev88
1099M: Edgar E. Iglesias <[email protected]>
1100S: Maintained
8d8b636d 1101F: hw/cris/axis_dev88.c
6e481d57 1102F: hw/*/etraxfs_*.c
fd5d5c56 1103
e188396c
PMD
1104HP-PARISC Machines
1105------------------
18092598 1106HP B160L
336f744e 1107M: Richard Henderson <[email protected]>
e188396c
PMD
1108R: Helge Deller <[email protected]>
1109S: Odd Fixes
812b31d3 1110F: configs/devices/hppa-softmmu/default.mak
e188396c 1111F: hw/hppa/
11f976ad 1112F: hw/net/*i82596*
45f569a1 1113F: hw/misc/lasi.c
0db9350e 1114F: hw/pci-host/dino.c
45f569a1 1115F: include/hw/misc/lasi.h
11f976ad 1116F: include/hw/net/lasi_82596.h
0db9350e 1117F: include/hw/pci-host/dino.h
e188396c
PMD
1118F: pc-bios/hppa-firmware.img
1119
afcacd53 1120M68K Machines
fd5d5c56
AL
1121-------------
1122an5206
5baf2741
TH
1123M: Thomas Huth <[email protected]>
1124S: Odd Fixes
8d8b636d 1125F: hw/m68k/an5206.c
e9a56114 1126F: hw/m68k/mcf5206.c
fd5d5c56 1127
fd5d5c56 1128mcf5208
5baf2741
TH
1129M: Thomas Huth <[email protected]>
1130S: Odd Fixes
8d8b636d 1131F: hw/m68k/mcf5208.c
e9a56114
TH
1132F: hw/m68k/mcf_intc.c
1133F: hw/char/mcf_uart.c
1134F: hw/net/mcf_fec.c
5baf2741 1135F: include/hw/m68k/mcf*.h
fd5d5c56 1136
1810b815
TH
1137NeXTcube
1138M: Thomas Huth <[email protected]>
1139S: Odd Fixes
1140F: hw/m68k/next-*.c
1141F: hw/display/next-fb.c
1142F: include/hw/m68k/next-cube.h
1143
6dca62a0
LV
1144q800
1145M: Laurent Vivier <[email protected]>
1146S: Maintained
04e7ca8d 1147F: hw/m68k/q800.c
6dca62a0 1148F: hw/misc/mac_via.c
fa2ba3b8 1149F: hw/nubus/*
8ac919a0 1150F: hw/display/macfb.c
c701ec62 1151F: hw/block/swim.c
04e7ca8d 1152F: hw/m68k/bootinfo.h
382d71af
LV
1153F: include/standard-headers/asm-m68k/bootinfo.h
1154F: include/standard-headers/asm-m68k/bootinfo-mac.h
6dca62a0 1155F: include/hw/misc/mac_via.h
fa2ba3b8 1156F: include/hw/nubus/*
8ac919a0 1157F: include/hw/display/macfb.h
c701ec62 1158F: include/hw/block/swim.h
6dca62a0 1159
e1cecdca
LV
1160virt
1161M: Laurent Vivier <[email protected]>
1162S: Maintained
1163F: hw/m68k/virt.c
1164F: hw/char/goldfish_tty.c
1165F: hw/intc/goldfish_pic.c
1166F: hw/intc/m68k_irqc.c
1167F: hw/misc/virt_ctrl.c
1168F: include/hw/char/goldfish_tty.h
1169F: include/hw/intc/goldfish_pic.h
1170F: include/hw/intc/m68k_irqc.h
1171F: include/hw/misc/virt_ctrl.h
1172
fd5d5c56
AL
1173MicroBlaze Machines
1174-------------------
1175petalogix_s3adsp1800
1176M: Edgar E. Iglesias <[email protected]>
1177S: Maintained
6e481d57 1178F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1179F: include/hw/char/xilinx_uartlite.h
bbbd9b6e 1180F: tests/avocado/machine_microblaze.py
fd5d5c56 1181
d36e8ce7 1182petalogix_ml605
4b46ba61 1183M: Edgar E. Iglesias <[email protected]>
d36e8ce7 1184S: Maintained
8d8b636d 1185F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1186
fd5d5c56
AL
1187MIPS Machines
1188-------------
f44d1d4e
PMD
1189Overall MIPS Machines
1190M: Philippe Mathieu-Daudé <[email protected]>
1191S: Odd Fixes
1192F: configs/devices/mips*/*
1193F: hw/mips/
1194F: include/hw/mips/
1195
fd5d5c56
AL
1196Jazz
1197M: Hervé Poussineau <[email protected]>
97d89746 1198R: Aleksandar Rikalo <[email protected]>
fd5d5c56 1199S: Maintained
5298722e 1200F: hw/mips/jazz.c
0886a785
PMD
1201F: hw/display/jazz_led.c
1202F: hw/dma/rc4030.c
fd5d5c56
AL
1203
1204Malta
485cd982
AM
1205M: Philippe Mathieu-Daudé <[email protected]>
1206R: Aurelien Jarno <[email protected]>
ca263c0f 1207S: Odd Fixes
60041378
AM
1208F: hw/isa/piix4.c
1209F: hw/acpi/piix4.c
5298722e 1210F: hw/mips/malta.c
93081f51 1211F: hw/mips/gt64xxx_pci.c
60041378 1212F: include/hw/southbridge/piix.h
bbbd9b6e
WR
1213F: tests/avocado/linux_ssh_mips_malta.py
1214F: tests/avocado/machine_mips_malta.py
fd5d5c56
AL
1215
1216Mipssim
97d89746 1217R: Aleksandar Rikalo <[email protected]>
4251dfb0 1218S: Orphan
5298722e 1219F: hw/mips/mipssim.c
659f42d8 1220F: hw/net/mipsnet.c
fd5d5c56 1221
c3a09ff6 1222Fuloong 2E
dab1e1e1 1223M: Huacai Chen <[email protected]>
86eb0697 1224M: Philippe Mathieu-Daudé <[email protected]>
97eeef8a 1225R: Jiaxun Yang <[email protected]>
659f42d8 1226S: Odd Fixes
c3a09ff6 1227F: hw/mips/fuloong2e.c
0170a3fc 1228F: hw/isa/vt82c686.c
5021bfa5 1229F: hw/pci-host/bonito.c
6f2bcd5f 1230F: hw/usb/vt82c686-uhci-pci.c
0170a3fc 1231F: include/hw/isa/vt82c686.h
bbbd9b6e 1232F: tests/avocado/machine_mips_fuloong2e.py
659f42d8 1233
53fb8bfb 1234Loongson-3 virtual platforms
dab1e1e1 1235M: Huacai Chen <[email protected]>
2c5b1a7d
HC
1236R: Jiaxun Yang <[email protected]>
1237S: Maintained
2c5b1a7d 1238F: hw/intc/loongson_liointc.c
d2245e2d
HC
1239F: hw/mips/loongson3_bootp.c
1240F: hw/mips/loongson3_bootp.h
c76b409f 1241F: hw/mips/loongson3_virt.c
bbbd9b6e 1242F: tests/avocado/machine_mips_loongson3v.py
2c5b1a7d 1243
659f42d8 1244Boston
4ba98e96 1245M: Paul Burton <[email protected]>
97d89746 1246R: Aleksandar Rikalo <[email protected]>
4ba98e96 1247S: Odd Fixes
659f42d8
YK
1248F: hw/core/loader-fit.c
1249F: hw/mips/boston.c
1250F: hw/pci-host/xilinx-pcie.c
5021bfa5 1251F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1252
945dad6d
JL
1253OpenRISC Machines
1254-----------------
1255or1k-sim
1256M: Jia Liu <[email protected]>
1257S: Maintained
1258F: hw/openrisc/openrisc_sim.c
1259
fd5d5c56
AL
1260PowerPC Machines
1261----------------
c5288768 1262405 (ref405ep and taihu)
a6c98685 1263L: [email protected]
0f514eea 1264S: Orphan
8d8b636d 1265F: hw/ppc/ppc405_boards.c
fd5d5c56 1266
aaade8d7 1267Bamboo
aaade8d7 1268L: [email protected]
0f514eea 1269S: Orphan
8d8b636d 1270F: hw/ppc/ppc440_bamboo.c
bbbd9b6e 1271F: tests/avocado/ppc_bamboo.py
aaade8d7 1272
98cded3a 1273e500
98cded3a 1274L: [email protected]
0f514eea 1275S: Orphan
ce6fc617 1276F: hw/ppc/e500*
2c6aba14 1277F: hw/gpio/mpc8xxx.c
7abb479c 1278F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1279F: hw/net/fsl_etsec/
1280F: hw/pci-host/ppce500.c
b5d55020
TH
1281F: include/hw/ppc/ppc_e500.h
1282F: include/hw/pci-host/ppce500.h
1283F: pc-bios/u-boot.e500
ff8cdbbd
DG
1284F: hw/intc/openpic_kvm.h
1285F: include/hw/ppc/openpic_kvm.h
98cded3a
AF
1286
1287mpc8544ds
98cded3a 1288L: [email protected]
0f514eea 1289S: Orphan
98cded3a 1290F: hw/ppc/mpc8544ds.c
8d8b636d 1291F: hw/ppc/mpc8544_guts.c
bbbd9b6e 1292F: tests/avocado/ppc_mpc8544ds.py
98cded3a 1293
2c6aba14 1294New World (mac99)
40e3dd06 1295M: Mark Cave-Ayland <[email protected]>
a6c98685 1296L: [email protected]
bba8e23a 1297S: Odd Fixes
c5288768 1298F: docs/system/ppc/powermac.rst
baec1910 1299F: hw/ppc/mac_newworld.c
6e481d57
PM
1300F: hw/pci-host/uninorth.c
1301F: hw/pci-bridge/dec.[hc]
8d8b636d 1302F: hw/misc/macio/
6ba16476 1303F: hw/misc/mos6522.c
b5d55020 1304F: hw/nvram/mac_nvram.c
2c6aba14 1305F: hw/input/adb*
eba45926 1306F: include/hw/misc/macio/
6ba16476 1307F: include/hw/misc/mos6522.h
eba45926 1308F: include/hw/ppc/mac_dbdma.h
5021bfa5 1309F: include/hw/pci-host/uninorth.h
2c6aba14 1310F: include/hw/input/adb*
52804c60 1311F: pc-bios/qemu_vga.ndrv
fd5d5c56 1312
2c6aba14 1313Old World (g3beige)
40e3dd06 1314M: Mark Cave-Ayland <[email protected]>
a6c98685 1315L: [email protected]
bba8e23a 1316S: Odd Fixes
c5288768 1317F: docs/system/ppc/powermac.rst
baec1910 1318F: hw/ppc/mac_oldworld.c
6e481d57 1319F: hw/pci-host/grackle.c
8d8b636d 1320F: hw/misc/macio/
835c42d3 1321F: hw/intc/heathrow_pic.c
2c6aba14 1322F: hw/input/adb*
97e16dba 1323F: include/hw/intc/heathrow_pic.h
2c6aba14 1324F: include/hw/input/adb*
52804c60 1325F: pc-bios/qemu_vga.ndrv
fd5d5c56 1326
ec38d398 1327PReP
8178e89c 1328M: Hervé Poussineau <[email protected]>
a6c98685 1329L: [email protected]
8178e89c 1330S: Maintained
c5288768 1331F: docs/system/ppc/prep.rst
75610155 1332F: hw/ppc/prep.c
8178e89c
HP
1333F: hw/ppc/prep_systemio.c
1334F: hw/ppc/rs6000_mc.c
46fd3201 1335F: hw/pci-host/raven.c
0a9464b5 1336F: hw/isa/i82378.c
a48c6b51 1337F: hw/isa/pc87312.c
1cd6dccb 1338F: hw/dma/i82374.c
819ce6b2 1339F: hw/rtc/m48t59-isa.c
a48c6b51 1340F: include/hw/isa/pc87312.h
819ce6b2 1341F: include/hw/rtc/m48t59.h
bbbd9b6e 1342F: tests/avocado/ppc_prep_40p.py
fd5d5c56 1343
c5288768 1344sPAPR (pseries)
14fe3222
DG
1345M: Cédric Le Goater <[email protected]>
1346M: Daniel Henrique Barboza <[email protected]>
1347R: David Gibson <[email protected]>
1348R: Greg Kurz <[email protected]>
8a269ca4 1349L: [email protected]
85d887be 1350S: Maintained
8d8b636d 1351F: hw/*/spapr*
f9de2da7
DG
1352F: include/hw/*/spapr*
1353F: hw/*/xics*
1354F: include/hw/*/xics*
b5d55020 1355F: pc-bios/slof.bin
c5288768
TH
1356F: docs/system/ppc/pseries.rst
1357F: docs/specs/ppc-spapr-*
1e8a1fae 1358F: tests/qtest/spapr*
1cf4323e 1359F: tests/qtest/libqos/*spapr*
1e8a1fae 1360F: tests/qtest/rtas*
1cf4323e 1361F: tests/qtest/libqos/rtas*
bbbd9b6e 1362F: tests/avocado/ppc_pseries.py
8a269ca4 1363
1af82d4f
CLG
1364PowerNV (Non-Virtualized)
1365M: Cédric Le Goater <[email protected]>
1af82d4f
CLG
1366L: [email protected]
1367S: Maintained
c5288768 1368F: docs/system/ppc/powernv.rst
1af82d4f
CLG
1369F: hw/ppc/pnv*
1370F: hw/intc/pnv*
1371F: hw/intc/xics_pnv.c
157ed954 1372F: hw/pci-host/pnv*
1af82d4f 1373F: include/hw/ppc/pnv*
157ed954 1374F: include/hw/pci-host/pnv*
1af82d4f 1375F: pc-bios/skiboot.lid
1e8a1fae 1376F: tests/qtest/pnv*
1af82d4f 1377
794d00bf
AF
1378virtex_ml507
1379M: Edgar E. Iglesias <[email protected]>
1380L: [email protected]
1381S: Odd Fixes
6e481d57 1382F: hw/ppc/virtex_ml507.c
bbbd9b6e 1383F: tests/avocado/ppc_virtex_ml507.py
794d00bf 1384
a9dd6604
BZ
1385sam460ex
1386M: BALATON Zoltan <[email protected]>
1387L: [email protected]
1388S: Maintained
33c6a8b5
BZ
1389F: hw/ppc/sam460ex.c
1390F: hw/ppc/ppc440_pcix.c
1391F: hw/display/sm501*
a9dd6604 1392F: hw/ide/sii3112.c
de04c31d 1393F: hw/rtc/m41t80.c
33c6a8b5
BZ
1394F: pc-bios/canyonlands.dt[sb]
1395F: pc-bios/u-boot-sam460ex-20100605.bin
1396F: roms/u-boot-sam460ex
a9dd6604 1397
ba7e5ac1
BZ
1398pegasos2
1399M: BALATON Zoltan <[email protected]>
ba7e5ac1
BZ
1400L: [email protected]
1401S: Maintained
1402F: hw/ppc/pegasos2.c
1403F: hw/pci-host/mv64361.c
1404F: hw/pci-host/mv643xx.h
1405F: include/hw/pci-host/mv64361.h
1406
fc8c745d
AK
1407Virtual Open Firmware (VOF)
1408M: Alexey Kardashevskiy <[email protected]>
14fe3222
DG
1409R: Cédric Le Goater <[email protected]>
1410R: Daniel Henrique Barboza <[email protected]>
21bde1ec
AK
1411R: David Gibson <[email protected]>
1412R: Greg Kurz <[email protected]>
fc8c745d
AK
1413L: [email protected]
1414S: Maintained
1415F: hw/ppc/spapr_vof*
1416F: hw/ppc/vof*
1417F: include/hw/ppc/vof*
1418F: pc-bios/vof/*
1419F: pc-bios/vof*
1420
fe0fe473
AF
1421RISC-V Machines
1422---------------
1423OpenTitan
1424M: Alistair Francis <[email protected]>
1425L: [email protected]
1426S: Supported
1427F: hw/riscv/opentitan.c
df41cbd6 1428F: hw/*/ibex_*.c
fe0fe473 1429F: include/hw/riscv/opentitan.h
df41cbd6 1430F: include/hw/*/ibex_*.h
fe0fe473 1431
56f6e31e
BM
1432Microchip PolarFire SoC Icicle Kit
1433M: Bin Meng <[email protected]>
1434L: [email protected]
1435S: Supported
1436F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1437F: hw/char/mchp_pfsoc_mmuart.c
3400b15b 1438F: hw/misc/mchp_pfsoc_dmc.c
a937b302 1439F: hw/misc/mchp_pfsoc_ioscb.c
0f25065c 1440F: hw/misc/mchp_pfsoc_sysreg.c
56f6e31e 1441F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1442F: include/hw/char/mchp_pfsoc_mmuart.h
3400b15b 1443F: include/hw/misc/mchp_pfsoc_dmc.h
a937b302 1444F: include/hw/misc/mchp_pfsoc_ioscb.h
0f25065c 1445F: include/hw/misc/mchp_pfsoc_sysreg.h
56f6e31e 1446
7a261baf
VK
1447Shakti C class SoC
1448M: Vijai Kumar K <[email protected]>
1449L: [email protected]
1450S: Supported
1451F: hw/riscv/shakti_c.c
07f334d8 1452F: hw/char/shakti_uart.c
7a261baf 1453F: include/hw/riscv/shakti_c.h
07f334d8 1454F: include/hw/char/shakti_uart.h
7a261baf 1455
4fcad931
AF
1456SiFive Machines
1457M: Alistair Francis <[email protected]>
1458M: Bin Meng <[email protected]>
1459M: Palmer Dabbelt <[email protected]>
1460L: [email protected]
1461S: Supported
1462F: hw/*/*sifive*.c
1463F: include/hw/*/*sifive*.h
1464
bda19d7b
YS
1465RX Machines
1466-----------
1467rx-gdbsim
b2744da9
PMD
1468R: Yoshinori Sato <[email protected]>
1469S: Orphan
4adbfa45 1470F: docs/system/target-rx.rst
bda19d7b 1471F: hw/rx/rx-gdbsim.c
bbbd9b6e 1472F: tests/avocado/machine_rx_gdbsim.py
bda19d7b 1473
fd5d5c56
AL
1474SH4 Machines
1475------------
1476R2D
2d53d0c7 1477R: Yoshinori Sato <[email protected]>
a9fb4468 1478R: Magnus Damm <[email protected]>
f166061c 1479S: Odd Fixes
7ae5c8bb 1480F: hw/char/sh_serial.c
6e481d57 1481F: hw/sh4/r2d.c
81527b94 1482F: hw/intc/sh_intc.c
c64bd101 1483F: hw/pci-host/sh_pci.c
25e79527 1484F: hw/timer/sh_timer.c
65b8dc29 1485F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1486
1487Shix
2d53d0c7 1488R: Yoshinori Sato <[email protected]>
a9fb4468 1489R: Magnus Damm <[email protected]>
81527b94 1490S: Odd Fixes
475e70bd 1491F: hw/block/tc58128.c
7ae5c8bb 1492F: hw/char/sh_serial.c
6e481d57 1493F: hw/sh4/shix.c
65b8dc29 1494F: hw/intc/sh_intc.c
25e79527 1495F: hw/timer/sh_timer.c
65b8dc29 1496F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1497
1498SPARC Machines
1499--------------
1500Sun4m
f2416d3a 1501M: Mark Cave-Ayland <[email protected]>
fd5d5c56 1502S: Maintained
8d8b636d 1503F: hw/sparc/sun4m.c
c468e368 1504F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1505F: hw/display/cg3.c
1506F: hw/display/tcx.c
c10a1c78 1507F: hw/dma/sparc32_dma.c
7098b79e 1508F: hw/misc/eccmemctl.c
aec2b887
TH
1509F: hw/*/slavio_*.c
1510F: include/hw/nvram/sun_nvram.h
c10a1c78 1511F: include/hw/sparc/sparc32_dma.h
d0476159 1512F: include/hw/sparc/sun4m_iommu.h
aec2b887 1513F: pc-bios/openbios-sparc32
fd5d5c56
AL
1514
1515Sun4u
f2416d3a 1516M: Mark Cave-Ayland <[email protected]>
fd5d5c56 1517S: Maintained
8d8b636d 1518F: hw/sparc64/sun4u.c
8ef856b7
PMD
1519F: hw/sparc64/sun4u_iommu.c
1520F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1521F: hw/pci-host/sabre.c
1522F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1523F: hw/pci-bridge/simba.c
1524F: include/hw/pci-bridge/simba.h
1525F: pc-bios/openbios-sparc64
bbbd9b6e 1526F: tests/avocado/machine_sparc64_sun4u.py
fd5d5c56 1527
a2664ca0
AT
1528Sun4v
1529M: Artyom Tarasenko <[email protected]>
1530S: Maintained
626e4a4b 1531F: hw/sparc64/niagara.c
2811ac30
PMD
1532F: hw/rtc/sun4v-rtc.c
1533F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1534
ce6c760c
FC
1535Leon3
1536M: Fabien Chouteau <[email protected]>
034e050d 1537M: Frederic Konrad <[email protected]>
ce6c760c 1538S: Maintained
8d8b636d
PB
1539F: hw/sparc/leon3.c
1540F: hw/*/grlib*
162abf1a 1541F: include/hw/*/grlib*
bbbd9b6e 1542F: tests/avocado/machine_sparc_leon3.py
ce6c760c 1543
fd5d5c56
AL
1544S390 Machines
1545-------------
dd4ad64a 1546S390 Virtio-ccw
7c8e2647 1547M: Halil Pasic <[email protected]>
2c092950 1548M: Christian Borntraeger <[email protected]>
6a6d3dfd 1549M: Eric Farman <[email protected]>
dd4ad64a 1550S: Supported
c5bfb202 1551F: hw/s390x/
4277af19 1552F: include/hw/s390x/
812b31d3 1553F: configs/devices/s390x-softmmu/default.mak
bbbd9b6e 1554F: tests/avocado/machine_s390_ccw_virtio.py
e18a8b34 1555T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1556L: [email protected]
dd4ad64a 1557
8e4eb427 1558S390-ccw boot
2c092950 1559M: Christian Borntraeger <[email protected]>
304584bf
CH
1560M: Thomas Huth <[email protected]>
1561S: Supported
8e4eb427 1562F: hw/s390x/ipl.*
304584bf
CH
1563F: pc-bios/s390-ccw/
1564F: pc-bios/s390-ccw.img
cc3d15a5 1565F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1566T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1567L: [email protected]
1568
d5bfb425 1569S390 PCI
ecd6663d 1570M: Matthew Rosato <[email protected]>
074c84b9 1571M: Eric Farman <[email protected]>
d5bfb425
CB
1572S: Supported
1573F: hw/s390x/s390-pci*
408b55db 1574F: include/hw/s390x/s390-pci*
d5bfb425
CB
1575L: [email protected]
1576
56e34834
CH
1577S390 channel subsystem
1578M: Halil Pasic <[email protected]>
1579M: Christian Borntraeger <[email protected]>
6a6d3dfd 1580M: Eric Farman <[email protected]>
56e34834
CH
1581S: Supported
1582F: hw/s390x/ccw-device.[ch]
1583F: hw/s390x/css.c
1584F: hw/s390x/css-bridge.c
1585F: include/hw/s390x/css.h
1586F: include/hw/s390x/css-bridge.h
1587F: include/hw/s390x/ioinst.h
1588F: target/s390x/ioinst.c
1589L: [email protected]
1590
1591S390 CPU models
1592M: David Hildenbrand <[email protected]>
1593S: Maintained
1594F: target/s390x/cpu_features*.[ch]
1595F: target/s390x/cpu_models.[ch]
1596L: [email protected]
1597
1598S390 SCLP-backed devices
1599M: Halil Pasic <[email protected]>
1600M: Christian Borntraeger <[email protected]>
1601S: Supported
1602F: include/hw/s390x/event-facility.h
1603F: include/hw/s390x/sclp.h
1604F: hw/char/sclp*.[hc]
1605F: hw/s390x/event-facility.c
1606F: hw/s390x/sclp*.c
1607L: [email protected]
1608
fd5d5c56
AL
1609X86 Machines
1610------------
1611PC
046a6486 1612M: Michael S. Tsirkin <[email protected]>
fe355cbd 1613M: Marcel Apfelbaum <[email protected]>
fd5d5c56 1614S: Supported
046a6486
MT
1615F: include/hw/i386/
1616F: hw/i386/
0f25d865 1617F: hw/pci-host/i440fx.c
046a6486
MT
1618F: hw/pci-host/q35.c
1619F: hw/pci-host/pam.c
0fd61a2d 1620F: include/hw/pci-host/i440fx.h
046a6486
MT
1621F: include/hw/pci-host/q35.h
1622F: include/hw/pci-host/pam.h
14a026dd 1623F: hw/isa/piix3.c
046a6486
MT
1624F: hw/isa/lpc_ich9.c
1625F: hw/i2c/smbus_ich9.c
1626F: hw/acpi/piix4.c
1627F: hw/acpi/ich9.c
1628F: include/hw/acpi/ich9.h
fff123b8 1629F: include/hw/southbridge/piix.h
9cc3b73c 1630F: hw/misc/sga.c
6f5a3294
PMD
1631F: hw/isa/apm.c
1632F: include/hw/isa/apm.h
da668aa1 1633F: tests/unit/test-x86-cpuid.c
1e8a1fae 1634F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1635
1636PC Chipset
1637M: Michael S. Tsirkin <[email protected]>
1638M: Paolo Bonzini <[email protected]>
1732be86 1639S: Supported
9cc3b73c 1640F: hw/char/debugcon.c
bb3d5ea8 1641F: hw/char/parallel*
9cc3b73c
PB
1642F: hw/char/serial*
1643F: hw/dma/i8257*
1644F: hw/i2c/pm_smbus.c
1732be86 1645F: hw/input/pckbd.c
9cc3b73c
PB
1646F: hw/intc/apic*
1647F: hw/intc/ioapic*
1648F: hw/intc/i8259*
1854eb28 1649F: hw/isa/isa-superio.c
9cc3b73c
PB
1650F: hw/misc/debugexit.c
1651F: hw/misc/pc-testdev.c
1652F: hw/timer/hpet*
1653F: hw/timer/i8254*
bcdb9064 1654F: hw/rtc/mc146818rtc*
edc46aff 1655F: hw/watchdog/wdt_ib700.c
4bcbc773 1656F: hw/watchdog/wdt_i6300esb.c
866e2b37 1657F: include/hw/display/vga.h
bb3d5ea8 1658F: include/hw/char/parallel.h
55f613ac 1659F: include/hw/dma/i8257.h
a2feb348 1660F: include/hw/i2c/pm_smbus.h
47973a2d 1661F: include/hw/input/i8042.h
4bcbc773 1662F: include/hw/isa/i8259_internal.h
1854eb28 1663F: include/hw/isa/superio.h
a2feb348
TH
1664F: include/hw/timer/hpet.h
1665F: include/hw/timer/i8254*
bcdb9064 1666F: include/hw/rtc/mc146818rtc*
046a6486 1667
5cb48f05
SL
1668microvm
1669M: Sergio Lopez <[email protected]>
1670M: Paolo Bonzini <[email protected]>
1671S: Maintained
0b09d441 1672F: docs/system/i386/microvm.rst
5cb48f05
SL
1673F: hw/i386/microvm.c
1674F: include/hw/i386/microvm.h
1675F: pc-bios/bios-microvm.bin
1676
5da4fb00 1677Machine core
24c4cd13 1678M: Eduardo Habkost <[email protected]>
fe355cbd 1679M: Marcel Apfelbaum <[email protected]>
90f285fd 1680R: Philippe Mathieu-Daudé <[email protected]>
da7595ca 1681R: Yanan Wang <[email protected]>
5da4fb00 1682S: Supported
d9f24bf5 1683F: cpu.c
2e5b09fd 1684F: hw/core/cpu.c
52924dea 1685F: hw/core/machine-qmp-cmds.c
5da4fb00 1686F: hw/core/machine.c
86ce2d28 1687F: hw/core/machine-smp.c
c1629c5c 1688F: hw/core/null-machine.c
ac057879 1689F: hw/core/numa.c
335d52f4 1690F: hw/cpu/cluster.c
8ac25c84 1691F: qapi/machine.json
7f7b4e7a 1692F: qapi/machine-target.json
5da4fb00 1693F: include/hw/boards.h
2e5b09fd 1694F: include/hw/core/cpu.h
335d52f4 1695F: include/hw/cpu/cluster.h
2dd02587 1696F: include/sysemu/numa.h
9e8e393b 1697F: tests/unit/test-smp-parse.c
f953c100 1698T: git https://gitlab.com/ehabkost/qemu.git machine-next
fd5d5c56 1699
16e7caae
MF
1700Xtensa Machines
1701---------------
375847a6 1702sim
16e7caae
MF
1703M: Max Filippov <[email protected]>
1704S: Maintained
437a8c11 1705F: hw/xtensa/sim.c
375847a6 1706
d9e8553b
MF
1707virt
1708M: Max Filippov <[email protected]>
1709S: Maintained
1710F: hw/xtensa/virt.c
1711
437a8c11 1712XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1713M: Max Filippov <[email protected]>
1714S: Maintained
437a8c11
MF
1715F: hw/xtensa/xtfpga.c
1716F: hw/net/opencores_eth.c
16e7caae 1717
fd5d5c56
AL
1718Devices
1719-------
a8f4aee6
PMD
1720Overall Audio frontends
1721M: Gerd Hoffmann <[email protected]>
1722S: Odd Fixes
1723F: hw/audio/
1724F: include/hw/audio/
1725F: tests/qtest/ac97-test.c
1726F: tests/qtest/es1370-test.c
1727F: tests/qtest/intel-hda-test.c
1728F: tests/qtest/fuzz-sb16-test.c
1729
d36d7112
VG
1730Xilinx CAN
1731M: Vikram Garhwal <[email protected]>
1732M: Francisco Iglesias <[email protected]>
1733S: Maintained
1734F: hw/net/can/xlnx-*
1735F: include/hw/net/xlnx-*
1736F: tests/qtest/xlnx-can-test*
1737
b30934cb
JS
1738EDU
1739M: Jiri Slaby <[email protected]>
1740S: Maintained
1741F: hw/misc/edu.c
1742
fd5d5c56 1743IDE
c095348b
JS
1744M: John Snow <[email protected]>
1745L: [email protected]
1746S: Supported
8d8b636d 1747F: include/hw/ide.h
c9f7acd5 1748F: include/hw/ide/
fd5d5c56 1749F: hw/ide/
c095348b
JS
1750F: hw/block/block.c
1751F: hw/block/cdrom.c
1752F: hw/block/hd-geometry.c
1e8a1fae
TH
1753F: tests/qtest/ide-test.c
1754F: tests/qtest/ahci-test.c
1755F: tests/qtest/cdrom-test.c
1cf4323e 1756F: tests/qtest/libqos/ahci*
77582e2c 1757T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1758
caf316ba
CM
1759IPMI
1760M: Corey Minyard <[email protected]>
1761S: Maintained
1762F: include/hw/ipmi/*
1763F: hw/ipmi/*
1764F: hw/smbios/smbios_type_38.c
1e8a1fae 1765F: tests/qtest/ipmi*
e18a8b34 1766T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1767
c095348b
JS
1768Floppy
1769M: John Snow <[email protected]>
1770L: [email protected]
1771S: Supported
1772F: hw/block/fdc.c
5a5d2f3d 1773F: hw/block/fdc-internal.h
72ea60e4 1774F: hw/block/fdc-isa.c
1430759e 1775F: hw/block/fdc-sysbus.c
c095348b 1776F: include/hw/block/fdc.h
1e8a1fae 1777F: tests/qtest/fdc-test.c
77582e2c 1778T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1779
ee344768
MS
1780Hyper-V VMBus
1781M: Maciej S. Szmigiero <[email protected]>
1782S: Odd Fixes
1783F: hw/hyperv/vmbus.c
1784F: include/hw/hyperv/vmbus*.h
1785
f5f487b2
PM
1786OMAP
1787M: Peter Maydell <[email protected]>
8ef350b3 1788L: [email protected]
f5f487b2 1789S: Maintained
8d8b636d 1790F: hw/*/omap*
ed0db866 1791F: include/hw/arm/omap.h
66278f8a 1792F: docs/system/arm/sx1.rst
f5f487b2 1793
28d54e58
PB
1794IPack
1795M: Alberto Garcia <[email protected]>
1796S: Odd Fixes
1797F: hw/char/ipoctal232.c
1798F: hw/ipack/
1799
fd5d5c56
AL
1800PCI
1801M: Michael S. Tsirkin <[email protected]>
fe355cbd 1802M: Marcel Apfelbaum <[email protected]>
fd5d5c56 1803S: Supported
8d8b636d 1804F: include/hw/pci/*
f178bc6b 1805F: hw/misc/pci-testdev.c
ca818cfb 1806F: hw/pci/*
f178bc6b 1807F: hw/pci-bridge/*
61c7f987 1808F: qapi/pci.json
68179923
PMD
1809F: docs/pci*
1810F: docs/specs/*pci*
0e0b3592 1811
d31e5ae7 1812ACPI/SMBIOS
0e0b3592
MT
1813M: Michael S. Tsirkin <[email protected]>
1814M: Igor Mammedov <[email protected]>
c2ea98c3 1815R: Ani Sinha <[email protected]>
0e0b3592
MT
1816S: Supported
1817F: include/hw/acpi/*
a2eb5c0c 1818F: include/hw/firmware/smbios.h
0e0b3592 1819F: hw/mem/*
8d8b636d 1820F: hw/acpi/*
d31e5ae7 1821F: hw/smbios/*
0e0b3592 1822F: hw/i386/acpi-build.[hc]
0e0b3592 1823F: hw/arm/virt-acpi-build.c
27c9188f 1824F: qapi/acpi.json
b963ea19 1825F: tests/qtest/bios-tables-test*
1e8a1fae 1826F: tests/qtest/acpi-utils.[hc]
faae23b9 1827F: tests/data/acpi/
fcc6f733
PM
1828F: docs/specs/acpi_cpu_hotplug.rst
1829F: docs/specs/acpi_mem_hotplug.rst
1830F: docs/specs/acpi_pci_hotplug.rst
1831F: docs/specs/acpi_hw_reduced_hotplug.rst
fd5d5c56 1832
d135536d
AS
1833ACPI/VIOT
1834M: Jean-Philippe Brucker <[email protected]>
d135536d
AS
1835S: Supported
1836F: hw/acpi/viot.c
1837F: hw/acpi/viot.h
1838
f7e462f8 1839ACPI/HEST/GHES
d6eed465 1840R: Dongjiu Geng <[email protected]>
f7e462f8
DG
1841L: [email protected]
1842S: Maintained
1843F: hw/acpi/ghes.c
1844F: include/hw/acpi/ghes.h
1845F: docs/specs/acpi_hest_ghes.rst
1846
aaade8d7 1847ppc4xx
aaade8d7 1848L: [email protected]
0f514eea 1849S: Orphan
8d8b636d 1850F: hw/ppc/ppc4*.c
aa3a41f9 1851F: hw/i2c/ppc4xx_i2c.c
b5d55020 1852F: include/hw/ppc/ppc4xx.h
aa3a41f9 1853F: include/hw/i2c/ppc4xx_i2c.h
34d0831f
PM
1854F: hw/intc/ppc-uic.c
1855F: include/hw/intc/ppc-uic.h
aaade8d7 1856
61af0ee6 1857Character devices
2185fd67
PB
1858M: Marc-André Lureau <[email protected]>
1859R: Paolo Bonzini <[email protected]>
61af0ee6
PB
1860S: Odd Fixes
1861F: hw/char/
1862
f536f112
PB
1863Network devices
1864M: Jason Wang <[email protected]>
1865S: Odd Fixes
1866F: hw/net/
6061b5c6 1867F: include/hw/net/
1e8a1fae 1868F: tests/qtest/virtio-net-test.c
9711cd0d 1869F: docs/virtio-net-failover.rst
e18a8b34 1870T: git https://github.com/jasowang/qemu.git net
f536f112 1871
e0c9d0c1 1872Parallel NOR Flash devices
90f285fd 1873M: Philippe Mathieu-Daudé <[email protected]>
e0c9d0c1
PMD
1874T: git https://gitlab.com/philmd/qemu.git pflash-next
1875S: Maintained
1876F: hw/block/pflash_cfi*.c
1877F: include/hw/block/flash.h
1878
fd5d5c56 1879SCSI
de7724f7 1880M: Paolo Bonzini <[email protected]>
fe5ca46d 1881R: Fam Zheng <[email protected]>
de7724f7 1882S: Supported
74460f34 1883F: include/hw/scsi/*
8d8b636d 1884F: hw/scsi/*
1e8a1fae 1885F: tests/qtest/virtio-scsi-test.c
b43957dc 1886F: tests/qtest/fuzz-virtio-scsi-test.c
ce94fa7a 1887F: tests/qtest/am53c974-test.c
aa62976c 1888F: tests/qtest/fuzz-lsi53c895a-test.c
e18a8b34 1889T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1890
fcb5629d 1891SSI
c22e580c 1892M: Alistair Francis <[email protected]>
fcb5629d 1893S: Maintained
8d8b636d
PB
1894F: hw/ssi/*
1895F: hw/block/m25p80.c
982d009a 1896F: include/hw/ssi/ssi.h
4b46ba61 1897X: hw/ssi/xilinx_*
1e8a1fae 1898F: tests/qtest/m25p80-test.c
4b46ba61
AF
1899
1900Xilinx SPI
c22e580c 1901M: Alistair Francis <[email protected]>
4b46ba61
AF
1902S: Maintained
1903F: hw/ssi/xilinx_*
fcb5629d 1904
076a0fc3
PMD
1905SD (Secure Card)
1906M: Philippe Mathieu-Daudé <[email protected]>
3e0a7693 1907M: Bin Meng <[email protected]>
ba412478 1908L: [email protected]
076a0fc3
PMD
1909S: Odd Fixes
1910F: include/hw/sd/sd*
1911F: hw/sd/core.c
1912F: hw/sd/sd*
1232ed1f 1913F: hw/sd/ssi-sd.c
59b63d78
PMD
1914F: tests/qtest/fuzz-sdcard-test.c
1915F: tests/qtest/sdhci-test.c
076a0fc3 1916
fd5d5c56 1917USB
5d0d62fe 1918M: Gerd Hoffmann <[email protected]>
cd02c965 1919S: Odd Fixes
8d8b636d 1920F: hw/usb/*
9c3c834b 1921F: stubs/usb-dev-stub.c
1e8a1fae 1922F: tests/qtest/usb-*-test.c
2a49e4e9 1923F: docs/system/devices/usb.rst
beded0ff
TH
1924F: include/hw/usb.h
1925F: include/hw/usb/
fd5d5c56 1926
e26082fd 1927USB (serial adapter)
cd02c965 1928R: Gerd Hoffmann <[email protected]>
e26082fd
PB
1929M: Samuel Thibault <[email protected]>
1930S: Maintained
1931F: hw/usb/dev-serial.c
1932
92e1fb5e
AW
1933VFIO
1934M: Alex Williamson <[email protected]>
1935S: Supported
cf7087db 1936F: hw/vfio/*
99b88c6d 1937F: include/hw/vfio/
4e779bf1 1938F: docs/igd-assign.txt
2a578133 1939F: docs/devel/vfio-migration.rst
92e1fb5e 1940
5eb74557 1941vfio-ccw
7913938a 1942M: Eric Farman <[email protected]>
074c84b9 1943M: Matthew Rosato <[email protected]>
5eb74557
DJS
1944S: Supported
1945F: hw/vfio/ccw.c
1946F: hw/s390x/s390-ccw.c
1947F: include/hw/s390x/s390-ccw.h
44445d86 1948F: include/hw/s390x/vfio-ccw.h
146bd283 1949L: [email protected]
5eb74557 1950
a51b3153 1951vfio-ap
a51b3153
TK
1952M: Tony Krowiak <[email protected]>
1953M: Halil Pasic <[email protected]>
074c84b9 1954M: Jason Herne <[email protected]>
a51b3153
TK
1955S: Supported
1956F: hw/s390x/ap-device.c
1957F: hw/s390x/ap-bridge.c
1958F: include/hw/s390x/ap-device.h
1959F: include/hw/s390x/ap-bridge.h
2fe2942c 1960F: hw/vfio/ap.c
f58f084e 1961F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1962L: [email protected]
1963
fd5d5c56
AL
1964vhost
1965M: Michael S. Tsirkin <[email protected]>
1966S: Supported
8d8b636d 1967F: hw/*/*vhost*
482580a6 1968F: docs/interop/vhost-user.json
ed1be66b 1969F: docs/interop/vhost-user.rst
72c1e865 1970F: contrib/vhost-user-*/
f24bb728
MAL
1971F: backends/vhost-user.c
1972F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1973
1974virtio
a75143ed 1975M: Michael S. Tsirkin <[email protected]>
fd5d5c56 1976S: Supported
8d8b636d 1977F: hw/*/virtio*
72fa605d
TH
1978F: hw/virtio/Makefile.objs
1979F: hw/virtio/trace-events
6a084ea3 1980F: net/vhost-user.c
494f7b57 1981F: include/hw/virtio/
fd5d5c56 1982
6d7b25ad
DH
1983virtio-balloon
1984M: Michael S. Tsirkin <[email protected]>
1985M: David Hildenbrand <[email protected]>
1986S: Maintained
14dc58e3 1987F: docs/interop/virtio-balloon-stats.rst
6d7b25ad
DH
1988F: hw/virtio/virtio-balloon*.c
1989F: include/hw/virtio/virtio-balloon.h
c7f419f5 1990F: softmmu/balloon.c
6d7b25ad
DH
1991F: include/sysemu/balloon.h
1992
fd5d5c56 1993virtio-9p
8c1cd719 1994M: Greg Kurz <[email protected]>
233982af 1995M: Christian Schoenebeck <[email protected]>
e410bbc5 1996S: Odd Fixes
6f569084 1997W: https://wiki.qemu.org/Documentation/9p
aebeca25 1998F: hw/9pfs/
b827891d 1999X: hw/9pfs/xen-9p*
aebeca25 2000F: fsdev/
33b2b388 2001F: docs/tools/virtfs-proxy-helper.rst
1e8a1fae 2002F: tests/qtest/virtio-9p-test.c
1a001953 2003T: git https://gitlab.com/gkurz/qemu.git 9p-next
90225f90 2004T: git https://github.com/cschoenebeck/qemu.git 9p.next
fd5d5c56
AL
2005
2006virtio-blk
54d01a00 2007M: Stefan Hajnoczi <[email protected]>
b457a5f5 2008L: [email protected]
fd5d5c56 2009S: Supported
8d8b636d 2010F: hw/block/virtio-blk.c
b457a5f5 2011F: hw/block/dataplane/*
1e8a1fae 2012F: tests/qtest/virtio-blk-test.c
e18a8b34 2013T: git https://github.com/stefanha/qemu.git block
fd5d5c56 2014
dd4ad64a 2015virtio-ccw
c1976ae7 2016M: Cornelia Huck <[email protected]>
68b91e85 2017M: Halil Pasic <[email protected]>
6a6d3dfd 2018M: Eric Farman <[email protected]>
dd4ad64a 2019S: Supported
901f5f16 2020F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 2021F: hw/s390x/vhost-vsock-ccw.c
56e34834 2022F: hw/s390x/vhost-user-fs-ccw.c
99eaf137 2023T: git https://gitlab.com/cohuck/qemu.git s390-next
e18a8b34 2024T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 2025L: [email protected]
dd4ad64a 2026
bad7d2c3
DDAG
2027virtiofs
2028M: Dr. David Alan Gilbert <[email protected]>
2029M: Stefan Hajnoczi <[email protected]>
2030S: Supported
2031F: tools/virtiofsd/*
2032F: hw/virtio/vhost-user-fs*
2033F: include/hw/virtio/vhost-user-fs.h
33b2b388 2034F: docs/tools/virtiofsd.rst
09c8d9e8 2035L: [email protected]
bad7d2c3 2036
a5d4d7b5
GH
2037virtio-input
2038M: Gerd Hoffmann <[email protected]>
1e2edb98 2039S: Odd Fixes
9c4d05b7 2040F: hw/input/vhost-user-input.c
a5d4d7b5
GH
2041F: hw/input/virtio-input*.c
2042F: include/hw/virtio/virtio-input.h
06914c97 2043F: contrib/vhost-user-input/*
a5d4d7b5 2044
c1dee918
EA
2045virtio-iommu
2046M: Eric Auger <[email protected]>
2047S: Maintained
2048F: hw/virtio/virtio-iommu*.c
2049F: include/hw/virtio/virtio-iommu.h
2050
fd5d5c56 2051virtio-serial
2501db70
LV
2052M: Laurent Vivier <[email protected]>
2053R: Amit Shah <[email protected]>
fd5d5c56 2054S: Supported
8d8b636d
PB
2055F: hw/char/virtio-serial-bus.c
2056F: hw/char/virtio-console.c
68a5e38a 2057F: include/hw/virtio/virtio-serial.h
1e8a1fae 2058F: tests/qtest/virtio-serial-test.c
fd5d5c56 2059
1f51a5cb 2060virtio-rng
2501db70
LV
2061M: Laurent Vivier <[email protected]>
2062R: Amit Shah <[email protected]>
1f51a5cb
AS
2063S: Supported
2064F: hw/virtio/virtio-rng.c
2065F: include/hw/virtio/virtio-rng.h
750cf869 2066F: include/sysemu/rng*.h
1f51a5cb 2067F: backends/rng*.c
1e8a1fae 2068F: tests/qtest/virtio-rng-test.c
1f51a5cb 2069
e3e01466
MP
2070vhost-user-rng
2071M: Mathieu Poirier <[email protected]>
2072S: Supported
2073F: docs/tools/vhost-user-rng.rst
2074F: hw/virtio/vhost-user-rng.c
2075F: hw/virtio/vhost-user-rng-pci.c
2076F: include/hw/virtio/vhost-user-rng.h
2077F: tools/vhost-user-rng/*
2078
6034011c
GA
2079virtio-crypto
2080M: Gonglei <[email protected]>
2081S: Supported
2082F: hw/virtio/virtio-crypto.c
2083F: hw/virtio/virtio-crypto-pci.c
2084F: include/hw/virtio/virtio-crypto.h
2085
751c7bdd
DH
2086virtio-mem
2087M: David Hildenbrand <[email protected]>
2088S: Supported
2089W: https://virtio-mem.gitlab.io/
2090F: hw/virtio/virtio-mem.c
2091F: hw/virtio/virtio-mem-pci.h
2092F: hw/virtio/virtio-mem-pci.c
2093F: include/hw/virtio/virtio-mem.h
2094
f3c507ad 2095nvme
8261cc17 2096M: Keith Busch <[email protected]>
e8cc43d5 2097M: Klaus Jensen <[email protected]>
c95e4c0e 2098L: [email protected]
f3c507ad 2099S: Supported
88eea45c 2100F: hw/nvme/*
dc0b4d94 2101F: include/block/nvme.h
1e8a1fae 2102F: tests/qtest/nvme-test.c
a3d9f3a9 2103F: docs/system/nvme.rst
e8cc43d5 2104T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 2105
d383c625 2106megasas
3fdfb8b6 2107M: Hannes Reinecke <[email protected]>
c95e4c0e 2108L: [email protected]
d383c625
HR
2109S: Supported
2110F: hw/scsi/megasas.c
2111F: hw/scsi/mfi.h
1e8a1fae 2112F: tests/qtest/megasas-test.c
c887d333 2113F: tests/qtest/fuzz-megasas-test.c
d383c625 2114
605d52e6 2115Network packet abstractions
bf4835a4 2116M: Dmitry Fleytman <[email protected]>
605d52e6
DF
2117S: Maintained
2118F: include/net/eth.h
2119F: net/eth.c
2120F: hw/net/net_rx_pkt*
2121F: hw/net/net_tx_pkt*
2122
622fb504 2123Vmware
bf4835a4 2124M: Dmitry Fleytman <[email protected]>
622fb504
DF
2125S: Maintained
2126F: hw/net/vmxnet*
2127F: hw/scsi/vmw_pvscsi*
1e8a1fae 2128F: tests/qtest/vmxnet3-test.c
622fb504 2129
de24d3f1 2130Rocker
de24d3f1
SF
2131M: Jiri Pirko <[email protected]>
2132S: Maintained
2133F: hw/net/rocker/
92a3c6aa 2134F: qapi/rocker.json
de850948
TH
2135F: tests/rocker/
2136F: docs/specs/rocker.txt
de24d3f1 2137
70d1fb9c 2138NVDIMM
7a5bd53d 2139M: Xiao Guangrong <[email protected]>
70d1fb9c
XG
2140S: Maintained
2141F: hw/acpi/nvdimm.c
2142F: hw/mem/nvdimm.c
2143F: include/hw/mem/nvdimm.h
e2e254d3 2144F: docs/nvdimm.txt
fcc6f733 2145F: docs/specs/acpi_nvdimm.rst
70d1fb9c 2146
093454e2 2147e1000x
bf4835a4 2148M: Dmitry Fleytman <[email protected]>
093454e2
DF
2149S: Maintained
2150F: hw/net/e1000x*
2151
6f3fbe4e 2152e1000e
bf4835a4 2153M: Dmitry Fleytman <[email protected]>
6f3fbe4e
DF
2154S: Maintained
2155F: hw/net/e1000e*
7d6a4f12 2156F: tests/qtest/fuzz-e1000e-test.c
6f3fbe4e 2157
ebc2327f
SW
2158eepro100
2159M: Stefan Weil <[email protected]>
2160S: Maintained
2161F: hw/net/eepro100.c
2162
34ea023d
SS
2163tulip
2164M: Sven Schnelle <[email protected]>
2165S: Maintained
2166F: hw/net/tulip.c
2167F: hw/net/tulip.h
2168
065177ee
PV
2169pca954x
2170M: Patrick Venture <[email protected]>
2171S: Maintained
2172F: hw/i2c/i2c_mux_pca954x.c
2173F: include/hw/i2c/i2c_mux_pca954x.h
2174
e481a1f6 2175Generic Loader
c22e580c 2176M: Alistair Francis <[email protected]>
e481a1f6
AF
2177S: Maintained
2178F: hw/core/generic-loader.c
2179F: include/hw/core/generic-loader.h
70f20110 2180F: docs/system/generic-loader.rst
e481a1f6 2181
a33ff6d2
AB
2182Guest Loader
2183M: Alex Bennée <[email protected]>
2184S: Maintained
2185F: hw/core/guest-loader.c
01460378 2186F: docs/system/guest-loader.rst
bbbd9b6e 2187F: tests/avocado/boot_xen.py
e481a1f6 2188
645d3cbe
SH
2189Intel Hexadecimal Object File Loader
2190M: Su Hang <[email protected]>
2191S: Maintained
1e8a1fae 2192F: tests/qtest/hexloader-test.c
4b2ff65a 2193F: tests/data/hex-loader/test.hex
645d3cbe 2194
87a9023a
TH
2195CHRP NVRAM
2196M: Thomas Huth <[email protected]>
2197S: Maintained
2198F: hw/nvram/chrp_nvram.c
2199F: include/hw/nvram/chrp_nvram.h
1e8a1fae 2200F: tests/qtest/prom-env-test.c
87a9023a 2201
42697d88 2202VM Generation ID
2b42989c 2203S: Orphan
48006e03 2204R: Ani Sinha <[email protected]>
42697d88
BW
2205F: hw/acpi/vmgenid.c
2206F: include/hw/acpi/vmgenid.h
2207F: docs/specs/vmgenid.txt
1e8a1fae 2208F: tests/qtest/vmgenid-test.c
42697d88
BW
2209F: stubs/vmgenid.c
2210
c1b29826
PMD
2211LED
2212M: Philippe Mathieu-Daudé <[email protected]>
2213S: Maintained
2214F: include/hw/misc/led.h
2215F: hw/misc/led.c
2216
747969db
PMD
2217Unimplemented device
2218M: Peter Maydell <[email protected]>
2219R: Philippe Mathieu-Daudé <[email protected]>
48006e03 2220R: Ani Sinha <[email protected]>
747969db
PMD
2221S: Maintained
2222F: include/hw/misc/unimp.h
2223F: hw/misc/unimp.c
2224
6007523a
PMD
2225Empty slot
2226M: Artyom Tarasenko <[email protected]>
2227R: Philippe Mathieu-Daudé <[email protected]>
48006e03 2228R: Ani Sinha <[email protected]>
6007523a
PMD
2229S: Maintained
2230F: include/hw/misc/empty_slot.h
2231F: hw/misc/empty_slot.c
2232
dbb2e472
GH
2233Standard VGA
2234M: Gerd Hoffmann <[email protected]>
2235S: Maintained
2236F: hw/display/vga*
2237F: hw/display/bochs-display.c
2238F: include/hw/display/vga.h
2239F: include/hw/display/bochs-vbe.h
2240
58d632c7
GH
2241ramfb
2242M: Gerd Hoffmann <[email protected]>
2243S: Maintained
2244F: hw/display/ramfb*.c
2245F: include/hw/display/ramfb.h
2246
dbb2e472
GH
2247virtio-gpu
2248M: Gerd Hoffmann <[email protected]>
a4de5e8a 2249S: Odd Fixes
dbb2e472 2250F: hw/display/virtio-gpu*
c68082c4 2251F: hw/display/virtio-vga.*
dbb2e472
GH
2252F: include/hw/virtio/virtio-gpu.h
2253
b372d79b
RN
2254vhost-user-blk
2255M: Raphael Norwitz <[email protected]>
2256S: Maintained
2257F: contrib/vhost-user-blk/
2258F: contrib/vhost-user-scsi/
2259F: hw/block/vhost-user-blk.c
2260F: hw/scsi/vhost-user-scsi.c
2261F: hw/virtio/vhost-user-blk-pci.c
2262F: hw/virtio/vhost-user-scsi-pci.c
2263F: include/hw/virtio/vhost-user-blk.h
2264F: include/hw/virtio/vhost-user-scsi.h
2265
bd2e44fe
MAL
2266vhost-user-gpu
2267M: Marc-André Lureau <[email protected]>
a4de5e8a 2268R: Gerd Hoffmann <[email protected]>
bd2e44fe
MAL
2269S: Maintained
2270F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2271F: contrib/vhost-user-gpu
2272F: hw/display/vhost-user-*
bd2e44fe 2273
dbb2e472
GH
2274Cirrus VGA
2275M: Gerd Hoffmann <[email protected]>
2276S: Odd Fixes
2277W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2278F: hw/display/cirrus*
2279
72d277a7
GH
2280EDID Generator
2281M: Gerd Hoffmann <[email protected]>
2282S: Maintained
2283F: hw/display/edid*
2284F: include/hw/display/edid.h
2285F: qemu-edid.c
2286
10386385
PMD
2287PIIX4 South Bridge (i82371AB)
2288M: Hervé Poussineau <[email protected]>
2289M: Philippe Mathieu-Daudé <[email protected]>
2290S: Maintained
2291F: hw/isa/piix4.c
fff123b8 2292F: include/hw/southbridge/piix.h
10386385 2293
15ffb43c 2294Firmware configuration (fw_cfg)
90f285fd 2295M: Philippe Mathieu-Daudé <[email protected]>
15ffb43c
PMD
2296R: Gerd Hoffmann <[email protected]>
2297S: Supported
2298F: docs/specs/fw_cfg.txt
8d0bceba 2299F: hw/nvram/fw_cfg*.c
b15c0f7d 2300F: stubs/fw_cfg.c
15ffb43c
PMD
2301F: include/hw/nvram/fw_cfg.h
2302F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2303F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2304F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2305T: git https://github.com/philmd/qemu.git fw_cfg-next
2306
2313abf0 2307XIVE
2313abf0
TH
2308M: Cédric Le Goater <[email protected]>
2309L: [email protected]
2310S: Supported
2311F: hw/*/*xive*
2312F: include/hw/*/*xive*
24563a58 2313F: docs/*/*xive*
2313abf0 2314
7bd0d13f 2315Renesas peripherals
2d53d0c7 2316R: Yoshinori Sato <[email protected]>
7bd0d13f 2317R: Magnus Damm <[email protected]>
f166061c 2318S: Odd Fixes
645194c7 2319F: hw/char/renesas_sci.c
7bd0d13f 2320F: hw/char/sh_serial.c
c7f37baf 2321F: hw/timer/renesas_*.c
7bd0d13f 2322F: hw/timer/sh_timer.c
645194c7 2323F: include/hw/char/renesas_sci.h
7bd0d13f 2324F: include/hw/sh4/sh.h
c7f37baf 2325F: include/hw/timer/renesas_*.h
7bd0d13f 2326
e78597cc 2327Renesas RX peripherals
b2744da9
PMD
2328R: Yoshinori Sato <[email protected]>
2329S: Orphan
e78597cc 2330F: hw/intc/rx_icu.c
0c80f50f 2331F: hw/rx/
e78597cc 2332F: include/hw/intc/rx_icu.h
0c80f50f 2333F: include/hw/rx/
e78597cc 2334
de4d4adb
PP
2335CAN bus subsystem and hardware
2336M: Pavel Pisa <[email protected]>
2337M: Vikram Garhwal <[email protected]>
2338S: Maintained
2339W: https://canbus.pages.fel.cvut.cz/
2340F: net/can/*
2341F: hw/net/can/*
2342F: include/net/can_*.h
2343
ff8cdbbd
DG
2344OpenPIC interrupt controller
2345M: Mark Cave-Ayland <[email protected]>
2346S: Odd Fixes
2347F: hw/intc/openpic.c
2348F: include/hw/ppc/openpic.h
2349
6cee5479
PMD
2350MIPS CPS
2351M: Philippe Mathieu-Daudé <[email protected]>
2352S: Odd Fixes
2353F: hw/misc/mips_*
2354F: include/hw/misc/mips_*
2355
2356MIPS GIC
2357M: Philippe Mathieu-Daudé <[email protected]>
2358S: Odd Fixes
2359F: hw/intc/mips_gic.c
2360F: hw/timer/mips_gictimer.c
2361F: include/hw/intc/mips_gic.h
2362F: include/hw/timer/mips_gictimer.h
2363
56e34834
CH
2364S390 3270 device
2365M: Halil Pasic <[email protected]>
2366M: Christian Borntraeger <[email protected]>
2367S: Odd fixes
2368F: include/hw/s390x/3270-ccw.h
2369F: hw/char/terminal3270.c
2370F: hw/s390x/3270-ccw.c
2371L: [email protected]
2372
2373S390 diag 288 watchdog
2374M: Halil Pasic <[email protected]>
2375M: Christian Borntraeger <[email protected]>
2376S: Supported
2377F: hw/watchdog/wdt_diag288.c
2378F: include/hw/watchdog/wdt_diag288.h
2379L: [email protected]
2380
2381S390 storage key device
2382M: Halil Pasic <[email protected]>
2383M: Christian Borntraeger <[email protected]>
2384S: Supported
2385F: hw/s390x/storage-keys.h
2386F: hw/390x/s390-skeys*.c
2387L: [email protected]
2388
2389S390 storage attribute device
2390M: Halil Pasic <[email protected]>
2391M: Christian Borntraeger <[email protected]>
2392S: Supported
2393F: hw/s390x/storage-attributes.h
2394F: hw/s390/s390-stattrib*.c
2395L: [email protected]
2396
2397S390 floating interrupt controller
2398M: Halil Pasic <[email protected]>
2399M: Christian Borntraeger <[email protected]>
2400M: David Hildenbrand <[email protected]>
2401S: Supported
2402F: hw/intc/s390_flic*.c
2403F: include/hw/s390x/s390_flic.h
2404L: [email protected]
2405
fd5d5c56
AL
2406Subsystems
2407----------
a8f4aee6 2408Overall Audio backends
9f575846 2409M: Gerd Hoffmann <[email protected]>
6bc915f3 2410S: Odd Fixes
fd5d5c56 2411F: audio/
0ebe43ea
PMD
2412X: audio/alsaaudio.c
2413X: audio/coreaudio.c
2414X: audio/dsound*
2415X: audio/jackaudio.c
2416X: audio/ossaudio.c
2417X: audio/paaudio.c
2418X: audio/sdlaudio.c
4566d142 2419X: audio/spiceaudio.c
92a3c6aa 2420F: qapi/audio.json
fd5d5c56 2421
0ebe43ea
PMD
2422ALSA Audio backend
2423M: Gerd Hoffmann <[email protected]>
584ab347 2424R: Christian Schoenebeck <[email protected]>
0ebe43ea
PMD
2425S: Odd Fixes
2426F: audio/alsaaudio.c
2427
2428Core Audio framework backend
2429M: Gerd Hoffmann <[email protected]>
c82b7ef1 2430M: Philippe Mathieu-Daudé <[email protected]>
584ab347 2431R: Christian Schoenebeck <[email protected]>
af643498 2432R: Akihiko Odaki <[email protected]>
0ebe43ea
PMD
2433S: Odd Fixes
2434F: audio/coreaudio.c
2435
2436DSound Audio backend
2437M: Gerd Hoffmann <[email protected]>
2438S: Odd Fixes
2439F: audio/dsound*
2440
2441JACK Audio Connection Kit backend
2442M: Gerd Hoffmann <[email protected]>
584ab347 2443R: Christian Schoenebeck <[email protected]>
0ebe43ea
PMD
2444S: Odd Fixes
2445F: audio/jackaudio.c
2446
2447Open Sound System (OSS) Audio backend
2448M: Gerd Hoffmann <[email protected]>
2449S: Odd Fixes
2450F: audio/ossaudio.c
2451
2452PulseAudio backend
2453M: Gerd Hoffmann <[email protected]>
2454S: Odd Fixes
2455F: audio/paaudio.c
2456
2457SDL Audio backend
2458M: Gerd Hoffmann <[email protected]>
2863bd56 2459R: Thomas Huth <[email protected]>
0ebe43ea
PMD
2460S: Odd Fixes
2461F: audio/sdlaudio.c
2462
17f1e8f5 2463Block layer core
fd5d5c56 2464M: Kevin Wolf <[email protected]>
b0c4798f 2465M: Hanna Reitz <[email protected]>
c95e4c0e 2466L: [email protected]
fd5d5c56
AL
2467S: Supported
2468F: block*
2469F: block/
8d8b636d 2470F: hw/block/
4c346e0b 2471F: include/block/
46078760 2472F: qemu-img*
33b2b388 2473F: docs/tools/qemu-img.rst
46078760 2474F: qemu-io*
29242091 2475F: tests/qemu-iotests/
8dd30c86 2476F: util/qemu-progress.c
0bcc8e5b 2477F: qobject/block-qdict.c
da668aa1 2478F: tests/unit/check-block-qdict.c
ebe2aad2 2479T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2480
c607c7fb
SH
2481Storage daemon
2482M: Kevin Wolf <[email protected]>
2483L: [email protected]
2484S: Supported
2485F: storage-daemon/
2486F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2487F: docs/tools/qemu-storage-daemon.rst
2488T: git https://repo.or.cz/qemu/kevin.git block
2489
d55053b1
SH
2490Block I/O path
2491M: Stefan Hajnoczi <[email protected]>
fe5ca46d 2492M: Fam Zheng <[email protected]>
d55053b1
SH
2493L: [email protected]
2494S: Supported
36c697bd
PB
2495F: util/async.c
2496F: util/aio-*.c
1f050a46
SH
2497F: util/aio-*.h
2498F: util/fdmon-*.c
d55053b1
SH
2499F: block/io.c
2500F: migration/block*
e1029ae2 2501F: include/block/aio.h
f5a53faa 2502F: include/block/aio-wait.h
0a4f9ad1 2503F: scripts/qemugdb/aio.py
da668aa1 2504F: tests/unit/test-fdmon-epoll.c
e18a8b34 2505T: git https://github.com/stefanha/qemu.git block
d55053b1 2506
e5b5728c
PB
2507Block SCSI subsystem
2508M: Paolo Bonzini <[email protected]>
fe5ca46d 2509R: Fam Zheng <[email protected]>
e5b5728c
PB
2510L: [email protected]
2511S: Supported
2512F: include/scsi/*
2513F: scsi/*
2514
280458a3 2515Block Jobs
03283d64 2516M: John Snow <[email protected]>
80f00ca2 2517M: Vladimir Sementsov-Ogievskiy <[email protected]>
280458a3
JC
2518L: [email protected]
2519S: Supported
2520F: blockjob.c
2521F: include/block/blockjob.h
33e9e9bd 2522F: job.c
1a90bc81 2523F: job-qmp.c
c468e368 2524F: include/qemu/job.h
280458a3
JC
2525F: block/backup.c
2526F: block/commit.c
77346025 2527F: block/stream.c
280458a3 2528F: block/mirror.c
bf42508f 2529F: qapi/job.json
d7beddcc 2530F: block/block-copy.c
d088e6a4
VSO
2531F: include/block/block-copy.h
2532F: block/reqlist.c
2533F: include/block/reqlist.h
d003e0ae
VSO
2534F: block/copy-before-write.h
2535F: block/copy-before-write.c
1c14eaab 2536F: block/snapshot-access.c
d7beddcc
VSO
2537F: include/block/aio_task.h
2538F: block/aio_task.c
2539F: util/qemu-co-shared-resource.c
2540F: include/qemu/co-shared-resource.h
77582e2c 2541T: git https://gitlab.com/jsnow/qemu.git jobs
d7beddcc 2542T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
280458a3 2543
4120201d
MA
2544Block QAPI, monitor, command line
2545M: Markus Armbruster <[email protected]>
2546S: Supported
2547F: blockdev.c
a2dde2f2 2548F: blockdev-hmp-cmds.c
4120201d
MA
2549F: block/qapi.c
2550F: qapi/block*.json
fa988e39 2551F: qapi/transaction.json
ebe2aad2 2552T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2553
502730ee
JC
2554Compute Express Link
2555M: Ben Widawsky <[email protected]>
2556M: Jonathan Cameron <[email protected]>
2557S: Supported
2558F: hw/cxl/
2559F: include/hw/cxl/
2560
538193bc 2561Dirty Bitmaps
edb05904 2562M: Eric Blake <[email protected]>
80f00ca2 2563M: Vladimir Sementsov-Ogievskiy <[email protected]>
edb05904 2564R: John Snow <[email protected]>
538193bc
JS
2565L: [email protected]
2566S: Supported
538193bc
JS
2567F: include/qemu/hbitmap.h
2568F: include/block/dirty-bitmap.h
bb4e58c6 2569F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2570F: block/dirty-bitmap.c
2571F: block/qcow2-bitmap.c
052db8e7 2572F: migration/block-dirty-bitmap.c
00637c6b 2573F: util/hbitmap.c
da668aa1 2574F: tests/unit/test-hbitmap.c
5746c1cd 2575F: docs/interop/bitmaps.rst
edb05904 2576T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2577
61af0ee6 2578Character device backends
55fc84a7 2579M: Marc-André Lureau <[email protected]>
2185fd67 2580R: Paolo Bonzini <[email protected]>
fd5d5c56 2581S: Maintained
178fe0ae 2582F: chardev/
8228e353 2583F: include/chardev/
dbeee392 2584F: qapi/char.json
fd5d5c56 2585
e26082fd
PB
2586Character Devices (Braille)
2587M: Samuel Thibault <[email protected]>
2588S: Maintained
6b10e573 2589F: chardev/baum.c
fd5d5c56 2590
e94630d3
MA
2591Command line option argument parsing
2592M: Markus Armbruster <[email protected]>
2593S: Supported
2594F: include/qemu/option.h
da668aa1
TH
2595F: tests/unit/test-keyval.c
2596F: tests/unit/test-qemu-opts.c
e94630d3
MA
2597F: util/keyval.c
2598F: util/qemu-option.c
2599
8c413e79
MA
2600Coverity model
2601M: Markus Armbruster <[email protected]>
2602S: Supported
2603F: scripts/coverity-model.c
2604
9c263d07
PM
2605Coverity Scan integration
2606M: Peter Maydell <[email protected]>
2607S: Maintained
2608F: scripts/coverity-scan/
2609
d24b569a 2610Device Tree
c3c962c1
AF
2611M: Alistair Francis <[email protected]>
2612R: David Gibson <[email protected]>
d24b569a 2613S: Maintained
800d4ded 2614F: softmmu/device_tree.c
82407515 2615F: include/sysemu/device_tree.h
d24b569a 2616
3505a22b
MAL
2617Dump
2618S: Supported
2619M: Marc-André Lureau <[email protected]>
6d3da32c 2620F: dump/
3505a22b
MAL
2621F: hw/misc/vmcoreinfo.c
2622F: include/hw/misc/vmcoreinfo.h
6d3da32c 2623F: include/qemu/win_dump_defs
3505a22b
MAL
2624F: include/sysemu/dump-arch.h
2625F: include/sysemu/dump.h
d06b747b 2626F: qapi/dump.json
3505a22b
MAL
2627F: scripts/dump-guest-memory.py
2628F: stubs/dump.c
2629
4f966768
MA
2630Error reporting
2631M: Markus Armbruster <[email protected]>
2632S: Supported
2633F: include/qapi/error.h
2634F: include/qemu/error-report.h
abb3d37d 2635F: qapi/error.json
4f966768
MA
2636F: util/error.c
2637F: util/qemu-error.c
d1d3a997
VSO
2638F: scripts/coccinelle/err-bad-newline.cocci
2639F: scripts/coccinelle/error-use-after-free.cocci
2640F: scripts/coccinelle/error_propagate_null.cocci
2641F: scripts/coccinelle/remove_local_err.cocci
2642F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2643F: scripts/coccinelle/errp-guard.cocci
4f966768 2644
fd5d5c56 2645GDB stub
c7b3e866 2646M: Alex Bennée <[email protected]>
90f285fd 2647R: Philippe Mathieu-Daudé <[email protected]>
c7b3e866 2648S: Maintained
fd5d5c56 2649F: gdbstub*
0dec1016 2650F: include/exec/gdbstub.h
fd5d5c56 2651F: gdb-xml/
51c623b0 2652F: tests/tcg/multiarch/gdbstub/
fd5d5c56 2653
01a9c03c
PB
2654Memory API
2655M: Paolo Bonzini <[email protected]>
07b315ba
DH
2656M: Peter Xu <[email protected]>
2657M: David Hildenbrand <[email protected]>
90f285fd 2658R: Philippe Mathieu-Daudé <[email protected]>
01a9c03c
PB
2659S: Supported
2660F: include/exec/ioport.h
14776ab5 2661F: include/exec/memop.h
01a9c03c 2662F: include/exec/memory.h
2b1641d0 2663F: include/exec/ram_addr.h
41aa4e9f 2664F: include/exec/ramblock.h
9f04dd7f 2665F: include/sysemu/memory_mapping.h
800d4ded 2666F: softmmu/dma-helpers.c
c7f419f5
CF
2667F: softmmu/ioport.c
2668F: softmmu/memory.c
9f04dd7f 2669F: softmmu/memory_mapping.c
d9f24bf5 2670F: softmmu/physmem.c
01a9c03c 2671F: include/exec/memory-internal.h
044e2af9 2672F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2673
7ee3bf03
GH
2674SPICE
2675M: Gerd Hoffmann <[email protected]>
227b1638 2676S: Odd Fixes
6e481d57 2677F: include/ui/qemu-spice.h
438528a3 2678F: include/ui/spice-display.h
7ee3bf03
GH
2679F: ui/spice-*.c
2680F: audio/spiceaudio.c
8d8b636d 2681F: hw/display/qxl*
608cfed6 2682F: qapi/ui.json
9bd4cb35 2683F: docs/spice-port-fqdn.txt
7ee3bf03 2684
fd5d5c56 2685Graphics
25eccc37
GH
2686M: Gerd Hoffmann <[email protected]>
2687S: Odd Fixes
fd5d5c56 2688F: ui/
e220656c 2689F: include/ui/
608cfed6 2690F: qapi/ui.json
b1d38037 2691F: util/drm.c
fd5d5c56 2692
351f1bf6 2693Cocoa graphics
30ef3c74 2694M: Peter Maydell <[email protected]>
c82b7ef1 2695M: Philippe Mathieu-Daudé <[email protected]>
af643498 2696R: Akihiko Odaki <[email protected]>
351f1bf6
AF
2697S: Odd Fixes
2698F: ui/cocoa.m
2699
fd5d5c56 2700Main loop
da26f37a
PB
2701M: Paolo Bonzini <[email protected]>
2702S: Maintained
48e824e0 2703F: include/exec/gen-icount.h
54d31236
MA
2704F: include/qemu/main-loop.h
2705F: include/sysemu/runstate.h
e6dba048 2706F: include/sysemu/runstate-action.h
3ecb29a3
PB
2707F: util/main-loop.c
2708F: util/qemu-timer.c
bac068e0 2709F: softmmu/vl.c
7b733862 2710F: softmmu/main.c
c7f419f5 2711F: softmmu/cpus.c
b0c3cf94 2712F: softmmu/cpu-throttle.c
740b1759
CF
2713F: softmmu/cpu-timers.c
2714F: softmmu/icount.c
e6dba048 2715F: softmmu/runstate-action.c
0e201d34 2716F: qapi/run-state.json
fd5d5c56 2717
1b7e01d0
SH
2718Read, Copy, Update (RCU)
2719M: Paolo Bonzini <[email protected]>
2720S: Maintained
2721F: include/qemu/rcu*.h
da668aa1
TH
2722F: tests/unit/rcutorture.c
2723F: tests/unit/test-rcu-*.c
1b7e01d0
SH
2724F: util/rcu.c
2725
8899b4ae 2726Human Monitor (HMP)
c833fb4a 2727M: Dr. David Alan Gilbert <[email protected]>
fbb0621a 2728S: Maintained
5bce308a 2729F: monitor/monitor-internal.h
e84328fa 2730F: monitor/misc.c
1d95db74 2731F: monitor/monitor.c
f1b3ccfa
KW
2732F: monitor/hmp*
2733F: hmp.h
c13e9912
TH
2734F: hmp-commands*.hx
2735F: include/monitor/hmp-target.h
1e8a1fae 2736F: tests/qtest/test-hmp.c
637de4db
MA
2737F: include/qemu/qemu-print.h
2738F: util/qemu-print.c
fd5d5c56 2739
f536f112 2740Network device backends
442469e6 2741M: Jason Wang <[email protected]>
fd5d5c56
AL
2742S: Maintained
2743F: net/
d24b2b1c 2744F: include/net/
e9bbc8bd 2745F: qemu-bridge-helper.c
e18a8b34 2746T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2747F: qapi/net.json
fd5d5c56 2748
aee09baf
VM
2749Netmap network backend
2750M: Luigi Rizzo <[email protected]>
2751M: Giuseppe Lettieri <[email protected]>
2752M: Vincenzo Maffione <[email protected]>
2753W: http://info.iet.unipi.it/~luigi/netmap/
2754S: Maintained
2755F: net/netmap.c
2756
4fc264f4 2757Host Memory Backends
4ade3ea1 2758M: David Hildenbrand <[email protected]>
4fc264f4
EH
2759M: Igor Mammedov <[email protected]>
2760S: Maintained
2761F: backends/hostmem*.c
2762F: include/sysemu/hostmem.h
f953c100 2763T: git https://gitlab.com/ehabkost/qemu.git machine-next
4fc264f4 2764
6034011c
GA
2765Cryptodev Backends
2766M: Gonglei <[email protected]>
2767S: Maintained
2768F: include/sysemu/cryptodev*.h
2769F: backends/cryptodev*.c
2770
b8eaee96
JS
2771Python library
2772M: John Snow <[email protected]>
2773M: Cleber Rosa <[email protected]>
89d38c74 2774R: Beraldo Leal <[email protected]>
b8eaee96
JS
2775S: Maintained
2776F: python/
2777T: git https://gitlab.com/jsnow/qemu.git python
2778
ad904f66 2779Python scripts
89d38c74 2780M: John Snow <[email protected]>
ad904f66 2781M: Cleber Rosa <[email protected]>
4251dfb0 2782S: Odd Fixes
ad904f66
EH
2783F: scripts/*.py
2784F: tests/*.py
2785
f4abfc6c 2786Benchmark util
80f00ca2 2787M: Vladimir Sementsov-Ogievskiy <[email protected]>
f4abfc6c
VSO
2788S: Maintained
2789F: scripts/simplebench/
e34bd026 2790T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
f4abfc6c 2791
8cad15b1 2792Transactions helper
80f00ca2 2793M: Vladimir Sementsov-Ogievskiy <[email protected]>
8cad15b1
VSO
2794S: Maintained
2795F: include/qemu/transactions.h
2796F: util/transactions.c
2797
8899b4ae 2798QAPI
9740618c 2799M: Markus Armbruster <[email protected]>
2f5f9bc8 2800M: Michael Roth <[email protected]>
9740618c 2801S: Supported
8899b4ae 2802F: qapi/
0311c5bd 2803X: qapi/*.json
ac4abb9a
MA
2804F: include/qapi/
2805X: include/qapi/qmp/
2806F: include/qapi/qmp/dispatch.h
c0bd0b50 2807F: tests/qapi-schema/
da668aa1
TH
2808F: tests/unit/test-*-visitor.c
2809F: tests/unit/test-qapi-*.c
2810F: tests/unit/test-qmp-*.c
2811F: tests/unit/test-visitor-serialization.c
be25fcc4
MA
2812F: scripts/qapi-gen.py
2813F: scripts/qapi/*
4078ee54 2814F: docs/sphinx/qapidoc.py
c39cdbf6 2815F: docs/devel/qapi*
ebe2aad2 2816T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2817
7810d291
LC
2818QAPI Schema
2819M: Eric Blake <[email protected]>
7810d291
LC
2820M: Markus Armbruster <[email protected]>
2821S: Supported
0311c5bd 2822F: qapi/*.json
ebe2aad2 2823T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2824
f3582ba4 2825QObject
daf5dc78
MA
2826M: Markus Armbruster <[email protected]>
2827S: Supported
f3582ba4 2828F: qobject/
7735d2b5
MA
2829F: include/qapi/qmp/
2830X: include/qapi/qmp/dispatch.h
a2f3453e 2831F: scripts/coccinelle/qobject.cocci
da668aa1
TH
2832F: tests/unit/check-qdict.c
2833F: tests/unit/check-qjson.c
2834F: tests/unit/check-qlist.c
2835F: tests/unit/check-qlit.c
2836F: tests/unit/check-qnull.c
2837F: tests/unit/check-qnum.c
2838F: tests/unit/check-qobject.c
2839F: tests/unit/check-qstring.c
fe07b62c 2840F: tests/data/qobject/qdict.txt
ebe2aad2 2841T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2842
f05d9999 2843QEMU Guest Agent
2f5f9bc8 2844M: Michael Roth <[email protected]>
f05d9999
MR
2845S: Maintained
2846F: qga/
27a296fc 2847F: docs/interop/qemu-ga.rst
db16115f 2848F: docs/interop/qemu-ga-ref.rst
ab7f9f7d 2849F: scripts/qemu-guest-agent/
da668aa1 2850F: tests/unit/test-qga.c
e18a8b34 2851T: git https://github.com/mdroth/qemu.git qga
f05d9999 2852
cced3a72
KK
2853QEMU Guest Agent Win32
2854M: Konstantin Kostiuk <[email protected]>
2855S: Maintained
2856F: qga/*win32*
2857F: qga/vss-win32/
2858F: qga/installer/
2859T: git https://github.com/kostyanf14/qemu.git qga-win32
2860
4688c94c 2861QOM
1085d86e
PB
2862M: Paolo Bonzini <[email protected]>
2863R: Daniel P. Berrange <[email protected]>
24c4cd13 2864R: Eduardo Habkost <[email protected]>
4688c94c 2865S: Supported
8f920054
MA
2866F: docs/qdev-device-use.txt
2867F: hw/core/qdev*
b77b5b3d
MA
2868F: hw/core/bus.c
2869F: hw/core/sysbus.c
8f920054
MA
2870F: include/hw/qdev*
2871F: include/monitor/qdev.h
4688c94c 2872F: include/qom/
c577ff62
MA
2873F: qapi/qom.json
2874F: qapi/qdev.json
22fb6eb5 2875F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2876F: softmmu/qdev-monitor.c
9b45a025 2877F: stubs/qdev.c
4688c94c 2878F: qom/
da668aa1
TH
2879F: tests/unit/check-qom-interface.c
2880F: tests/unit/check-qom-proplist.c
2881F: tests/unit/test-qdev-global-props.c
4688c94c 2882
94dfc0f3 2883QOM boilerplate conversion script
24c4cd13 2884M: Eduardo Habkost <[email protected]>
94dfc0f3
EH
2885S: Maintained
2886F: scripts/codeconverter/
2887
8899b4ae 2888QMP
9740618c
LC
2889M: Markus Armbruster <[email protected]>
2890S: Supported
5bce308a 2891F: monitor/monitor-internal.h
f1b3ccfa 2892F: monitor/qmp*
e84328fa 2893F: monitor/misc.c
1d95db74 2894F: monitor/monitor.c
92a3c6aa 2895F: qapi/control.json
abb3d37d 2896F: qapi/error.json
92a3c6aa 2897F: qapi/introspect.json
c39cdbf6 2898F: docs/devel/*qmp-*
12b2f0d9 2899F: docs/interop/*qmp-*
9740618c 2900F: scripts/qmp/
1e8a1fae
TH
2901F: tests/qtest/qmp-test.c
2902F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2903T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2904
98a43bf0 2905qtest
98a43bf0
PB
2906M: Thomas Huth <[email protected]>
2907M: Laurent Vivier <[email protected]>
2185fd67 2908R: Paolo Bonzini <[email protected]>
98a43bf0 2909S: Maintained
c7f419f5 2910F: softmmu/qtest.c
1583a389 2911F: accel/qtest/
1e8a1fae 2912F: tests/qtest/
222455ef 2913F: docs/devel/qgraph.rst
520ddc18 2914X: tests/qtest/bios-tables-test*
98a43bf0 2915
5f6fd09a
AB
2916Device Fuzzing
2917M: Alexander Bulekov <[email protected]>
2918R: Paolo Bonzini <[email protected]>
2919R: Bandan Das <[email protected]>
2920R: Stefan Hajnoczi <[email protected]>
6184e5fb 2921R: Thomas Huth <[email protected]>
85221b05 2922R: Darren Kenny <[email protected]>
5d32fc3b 2923R: Qiuhao Li <[email protected]>
5f6fd09a
AB
2924S: Maintained
2925F: tests/qtest/fuzz/
d3d39fc0 2926F: tests/qtest/fuzz-*test.c
211635b3 2927F: scripts/oss-fuzz/
230376d2 2928F: hw/mem/sparse-mem.c
f3a0208f 2929F: docs/devel/fuzzing.rst
5f6fd09a 2930
cc0100f4 2931Register API
c22e580c 2932M: Alistair Francis <[email protected]>
cc0100f4
AF
2933S: Maintained
2934F: hw/core/register.c
2935F: include/hw/register.h
06a7b243 2936F: include/hw/registerfields.h
cc0100f4 2937
fd5d5c56 2938SLIRP
eda509fa 2939M: Samuel Thibault <[email protected]>
bafc72ab 2940S: Maintained
fd5d5c56 2941F: slirp/
663fb1e1 2942F: net/slirp.c
d24b2b1c 2943F: include/net/slirp.h
02cffe24 2944T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2945
6d0af39f
EI
2946Streams
2947M: Edgar E. Iglesias <[email protected]>
2948S: Maintained
2949F: hw/core/stream.c
2950F: include/hw/stream.h
2951
b1ed728a
PB
2952Stubs
2953M: Paolo Bonzini <[email protected]>
2954S: Maintained
2955F: stubs/
2956
598a3f35 2957Tracing
1cd0f8ce 2958M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
2959S: Maintained
2960F: trace/
0e076292 2961F: trace-events
3a8273b1 2962F: docs/qemu-option-trace.rst.inc
92a3c6aa 2963F: qapi/trace.json
f70fd8fd
LV
2964F: scripts/tracetool.py
2965F: scripts/tracetool/
62dd1048 2966F: scripts/qemu-trace-stap*
33b2b388 2967F: docs/tools/qemu-trace-stap.rst
d0fb9657 2968F: docs/devel/tracing.rst
e18a8b34 2969T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2970
3859b6cf 2971TPM
1f63669e 2972M: Stefan Berger <[email protected]>
6b4f250b 2973S: Maintained
3859b6cf
MA
2974F: tpm.c
2975F: hw/tpm/*
2976F: include/hw/acpi/tpm.h
2977F: include/sysemu/tpm*
2978F: qapi/tpm.json
8ae92e24 2979F: backends/tpm/
1e8a1fae 2980F: tests/qtest/*tpm*
e18a8b34 2981T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2982
14f40fdc 2983Checkpatch
14f40fdc
BS
2984S: Odd Fixes
2985F: scripts/checkpatch.pl
2986
c0787c8d
JQ
2987Migration
2988M: Juan Quintela <[email protected]>
d7fc72ce 2989M: Dr. David Alan Gilbert <[email protected]>
c0787c8d 2990S: Maintained
107b5969
MAL
2991F: hw/core/vmstate-if.c
2992F: include/hw/vmstate-if.h
c0787c8d 2993F: include/migration/
44a1f946 2994F: migration/
c5515640
AS
2995F: scripts/vmstate-static-checker.py
2996F: tests/vmstate-static-checker-data/
1e8a1fae 2997F: tests/qtest/migration-test.c
c468e368 2998F: docs/devel/migration.rst
48685a8e 2999F: qapi/migration.json
fac87d4d 3000F: tests/migration/
c0787c8d 3001
a566907f
MAL
3002D-Bus
3003M: Marc-André Lureau <[email protected]>
3004S: Maintained
5010cec2 3005F: backends/dbus-vmstate.c
89f4df95
MAL
3006F: ui/dbus*
3007F: audio/dbus*
a5021d69 3008F: util/dbus.c
89f4df95 3009F: include/ui/dbus*
a5021d69 3010F: include/qemu/dbus.h
89f4df95
MAL
3011F: docs/interop/dbus*
3012F: docs/sphinx/dbus*
3013F: docs/sphinx/fakedbusdoc.py
3014F: tests/qtest/dbus*
a566907f 3015
92bfedb0 3016Seccomp
e3160dea
DB
3017M: Daniel P. Berrange <[email protected]>
3018S: Odd Fixes
800d4ded 3019F: softmmu/qemu-seccomp.c
92bfedb0 3020F: include/sysemu/seccomp.h
d2ea8dac 3021F: tests/unit/test-seccomp.c
92bfedb0 3022
ddbb0d09
DB
3023Cryptography
3024M: Daniel P. Berrange <[email protected]>
3025S: Maintained
3026F: crypto/
3027F: include/crypto/
92a3c6aa 3028F: qapi/crypto.json
da668aa1 3029F: tests/unit/test-crypto-*
3b472e71 3030F: tests/bench/benchmark-crypto-*
da668aa1
TH
3031F: tests/unit/crypto-tls-*
3032F: tests/unit/pkix_asn1_tab.c
899833cd 3033F: qemu.sasl
ddbb0d09 3034
10817bf0
DB
3035Coroutines
3036M: Stefan Hajnoczi <[email protected]>
3037M: Kevin Wolf <[email protected]>
00a25291 3038S: Maintained
10817bf0
DB
3039F: util/*coroutine*
3040F: include/qemu/coroutine*
da668aa1 3041F: tests/unit/test-coroutine.c
10817bf0 3042
88c5f205
DB
3043Buffers
3044M: Daniel P. Berrange <[email protected]>
4251dfb0 3045S: Odd Fixes
88c5f205
DB
3046F: util/buffer.c
3047F: include/qemu/buffer.h
3048
666a3af9
DB
3049I/O Channels
3050M: Daniel P. Berrange <[email protected]>
3051S: Maintained
3052F: io/
3053F: include/io/
da668aa1 3054F: tests/unit/test-io-*
666a3af9 3055
5b76dd13
DB
3056User authorization
3057M: Daniel P. Berrange <[email protected]>
3058S: Maintained
3059F: authz/
c8c99887 3060F: qapi/authz.json
5b76dd13 3061F: include/authz/
da668aa1 3062F: tests/unit/test-authz-*
5b76dd13 3063
5614a283
GH
3064Sockets
3065M: Daniel P. Berrange <[email protected]>
5614a283
GH
3066S: Maintained
3067F: include/qemu/sockets.h
3068F: util/qemu-sockets.c
a2ff5a48 3069F: qapi/sockets.json
5614a283 3070
90e33dfe
DB
3071File monitor
3072M: Daniel P. Berrange <[email protected]>
4251dfb0 3073S: Odd Fixes
90e33dfe
DB
3074F: util/filemonitor*.c
3075F: include/qemu/filemonitor.h
da668aa1 3076F: tests/unit/test-util-filemonitor.c
90e33dfe 3077
d310d85b
AG
3078Throttling infrastructure
3079M: Alberto Garcia <[email protected]>
3080S: Supported
3081F: block/throttle-groups.c
3082F: include/block/throttle-groups.h
89603938 3083F: include/qemu/throttle*.h
d310d85b 3084F: util/throttle.c
89603938 3085F: docs/throttle.txt
da668aa1 3086F: tests/unit/test-throttle.c
d310d85b
AG
3087L: [email protected]
3088
080d7aac 3089UUID
fe5ca46d 3090M: Fam Zheng <[email protected]>
080d7aac
FZ
3091S: Supported
3092F: util/uuid.c
3093F: include/qemu/uuid.h
da668aa1 3094F: tests/unit/test-uuid.c
080d7aac 3095
50186051
LS
3096Yank feature
3097M: Lukas Straub <[email protected]>
3098S: Odd fixes
3099F: util/yank.c
1a92d6d5 3100F: migration/yank_functions*
d3a0bb77 3101F: tests/unit/test-yank.c
50186051
LS
3102F: include/qemu/yank.h
3103F: qapi/yank.json
3104
a4cc318e
HZ
3105COLO Framework
3106M: zhanghailiang <[email protected]>
3107S: Maintained
3108F: migration/colo*
3109F: include/migration/colo.h
3110F: include/migration/failover.h
3111F: docs/COLO-FT.txt
3112
88f82ed1 3113COLO Proxy
c6bf50ff 3114M: Zhang Chen <[email protected]>
2ece6e64 3115M: Li Zhijian <[email protected]>
88f82ed1
ZC
3116S: Supported
3117F: docs/colo-proxy.txt
3118F: net/colo*
3119F: net/filter-rewriter.c
3120F: net/filter-mirror.c
487cf3f2 3121F: tests/qtest/test-filter*
88f82ed1 3122
62258201
PD
3123Record/replay
3124M: Pavel Dovgalyuk <[email protected]>
3125R: Paolo Bonzini <[email protected]>
70b7fba9 3126W: https://wiki.qemu.org/Features/record-replay
62258201
PD
3127S: Supported
3128F: replay/*
3129F: block/blkreplay.c
3130F: net/filter-replay.c
3131F: include/sysemu/replay.h
3132F: docs/replay.txt
3133F: stubs/replay.c
bbbd9b6e
WR
3134F: tests/avocado/replay_kernel.py
3135F: tests/avocado/replay_linux.py
3136F: tests/avocado/reverse_debugging.py
43d7e1d7 3137F: qapi/replay.json
62258201 3138
eecf5eed
PX
3139IOVA Tree
3140M: Peter Xu <[email protected]>
3141S: Maintained
3142F: include/qemu/iova-tree.h
3143F: util/iova-tree.c
3144
5ee547bb
VP
3145elf2dmp
3146M: Viktor Prutyanov <[email protected]>
3147S: Maintained
3148F: contrib/elf2dmp/
3149
93198b6c
CM
3150I2C and SMBus
3151M: Corey Minyard <[email protected]>
3152S: Maintained
3153F: hw/i2c/core.c
3154F: hw/i2c/smbus_slave.c
3155F: hw/i2c/smbus_master.c
3156F: hw/i2c/smbus_eeprom.c
3157F: include/hw/i2c/i2c.h
3158F: include/hw/i2c/smbus_master.h
3159F: include/hw/i2c/smbus_slave.h
3160F: include/hw/i2c/smbus_eeprom.h
3161
bf0e0c70
TR
3162PMBus
3163M: Titus Rwantare <[email protected]>
3164S: Maintained
3165F: hw/i2c/pmbus_device.c
3166F: hw/sensor/adm1272.c
ffcdae67 3167F: hw/sensor/isl_pmbus_vr.c
bf0e0c70
TR
3168F: hw/sensor/max34451.c
3169F: include/hw/i2c/pmbus_device.h
ffcdae67 3170F: include/hw/sensor/isl_pmbus_vr.h
bf0e0c70
TR
3171F: tests/qtest/adm1272-test.c
3172F: tests/qtest/max34451-test.c
ffcdae67 3173F: tests/qtest/isl_pmbus_vr-test.c
bf0e0c70 3174
d0d89526 3175Firmware schema specifications
90f285fd 3176M: Philippe Mathieu-Daudé <[email protected]>
d0d89526
PMD
3177R: Daniel P. Berrange <[email protected]>
3178R: Kashyap Chamarthy <[email protected]>
3179S: Maintained
3180F: docs/interop/firmware.json
3181
6739df3f 3182EDK2 Firmware
90f285fd 3183M: Philippe Mathieu-Daudé <[email protected]>
9b437cd0 3184M: Gerd Hoffmann <[email protected]>
6739df3f 3185S: Supported
b5b31860 3186F: hw/i386/*ovmf*
6739df3f
LE
3187F: pc-bios/descriptors/??-edk2-*.json
3188F: pc-bios/edk2-*
3189F: roms/Makefile.edk2
3190F: roms/edk2
3191F: roms/edk2-*
3192F: tests/data/uefi-boot-images/
3193F: tests/uefi-test-tools/
922febe2 3194F: .gitlab-ci.d/edk2.yml
71920809 3195F: .gitlab-ci.d/edk2/
6739df3f 3196
8bc43f39
PX
3197VT-d Emulation
3198M: Michael S. Tsirkin <[email protected]>
3199M: Peter Xu <[email protected]>
3200R: Jason Wang <[email protected]>
3201S: Supported
3202F: hw/i386/intel_iommu.c
3203F: hw/i386/intel_iommu_internal.h
3204F: include/hw/i386/intel_iommu.h
3205
e92fb016
BM
3206OpenSBI Firmware
3207M: Bin Meng <[email protected]>
3208S: Supported
3209F: pc-bios/opensbi-*
3210F: .gitlab-ci.d/opensbi.yml
3211F: .gitlab-ci.d/opensbi/
3212
59c7a187
LM
3213Clock framework
3214M: Luc Michel <[email protected]>
3215R: Damien Hedde <[email protected]>
3216S: Maintained
3217F: include/hw/clock.h
3218F: include/hw/qdev-clock.h
3219F: hw/core/clock.c
3220F: hw/core/clock-vmstate.c
3221F: hw/core/qdev-clock.c
3222F: docs/devel/clocks.rst
3223
fd5d5c56
AL
3224Usermode Emulation
3225------------------
6347e1f1 3226Overall usermode emulation
486bbe5f
PB
3227M: Riku Voipio <[email protected]>
3228S: Maintained
58410666 3229F: accel/tcg/user-exec*.c
bbf15aaf
RH
3230F: include/user/
3231F: common-user/
486bbe5f 3232
fd5d5c56 3233BSD user
65a9d380
WL
3234M: Warner Losh <[email protected]>
3235R: Kyle Evans <[email protected]>
3236S: Maintained
fd5d5c56 3237F: bsd-user/
812b31d3 3238F: configs/targets/*-bsd-user.mak
adbae40f 3239F: tests/vm/*bsd
65a9d380 3240T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
fd5d5c56 3241
fd5d5c56 3242Linux user
8f902c54 3243M: Laurent Vivier <[email protected]>
fd5d5c56
AL
3244S: Maintained
3245F: linux-user/
812b31d3 3246F: configs/targets/*linux-user.mak
e5dd9875 3247F: scripts/qemu-binfmt-conf.sh
e3a6c825 3248F: scripts/update-syscalltbl.sh
57333330 3249F: scripts/update-mips-syscall-args.sh
382ae67a 3250F: scripts/gensyscalls.sh
42f5a7e9
AJ
3251
3252Tiny Code Generator (TCG)
3253-------------------------
6347e1f1 3254Common TCG code
336f744e 3255M: Richard Henderson <[email protected]>
42f5a7e9
AJ
3256S: Maintained
3257F: tcg/
d3582cfd 3258F: include/tcg/
42f5a7e9 3259
22b5867b
AB
3260TCG Plugins
3261M: Alex Bennée <[email protected]>
3d7caf14 3262R: Alexandre Iooss <[email protected]>
a6b95a97 3263R: Mahmoud Mandour <[email protected]>
22b5867b 3264S: Maintained
8ea6abf0 3265F: docs/devel/tcg-plugins.rst
22b5867b 3266F: plugins/
c17a386b 3267F: tests/plugin/
bbbd9b6e 3268F: tests/avocado/tcg_plugins.py
c17a386b 3269F: contrib/plugins/
22b5867b 3270
6347e1f1 3271AArch64 TCG target
3e5a01ef 3272M: Richard Henderson <[email protected]>
b25a464c 3273S: Maintained
b4f2bd1c 3274L: [email protected]
b25a464c 3275F: tcg/aarch64/
c17652ee
PB
3276F: disas/arm-a64.cc
3277F: disas/libvixl/
b25a464c 3278
6347e1f1 3279ARM TCG target
7c6ef61a 3280M: Richard Henderson <[email protected]>
42f5a7e9 3281S: Maintained
b4f2bd1c 3282L: [email protected]
42f5a7e9
AJ
3283F: tcg/arm/
3284
6347e1f1 3285i386 TCG target
336f744e 3286M: Richard Henderson <[email protected]>
42f5a7e9
AJ
3287S: Maintained
3288F: tcg/i386/
3289
afa33258
WX
3290LoongArch64 TCG target
3291M: WANG Xuerui <[email protected]>
3292S: Maintained
3293F: tcg/loongarch64/
3294
6347e1f1 3295MIPS TCG target
cf960317 3296M: Philippe Mathieu-Daudé <[email protected]>
099d510b 3297R: Aurelien Jarno <[email protected]>
dab1e1e1 3298R: Huacai Chen <[email protected]>
15d983de 3299R: Jiaxun Yang <[email protected]>
97d89746 3300R: Aleksandar Rikalo <[email protected]>
cf960317 3301S: Odd Fixes
42f5a7e9
AJ
3302F: tcg/mips/
3303
6347e1f1 3304PPC TCG target
336f744e 3305M: Richard Henderson <[email protected]>
15610d42 3306S: Odd Fixes
42f5a7e9 3307F: tcg/ppc/
42f5a7e9 3308
6347e1f1 3309RISC-V TCG target
c1677bcc 3310M: Palmer Dabbelt <[email protected]>
fb1f70f3
AF
3311M: Alistair Francis <[email protected]>
3312L: [email protected]
3313S: Maintained
3314F: tcg/riscv/
3315F: disas/riscv.c
3316
6347e1f1 3317S390 TCG target
336f744e 3318M: Richard Henderson <[email protected]>
42f5a7e9
AJ
3319S: Maintained
3320F: tcg/s390/
146bd283 3321L: [email protected]
42f5a7e9 3322
6347e1f1 3323SPARC TCG target
297e8005 3324S: Odd Fixes
42f5a7e9 3325F: tcg/sparc/
c17652ee 3326F: disas/sparc.c
bc75c9e5 3327
6347e1f1 3328TCI TCG target
bc75c9e5
SW
3329M: Stefan Weil <[email protected]>
3330S: Maintained
8ef9cd55 3331F: tcg/tci/
752a2ae2 3332F: tcg/tci.c
c17652ee 3333F: disas/tci.c
aa09c951 3334
f05b328c
SH
3335Block drivers
3336-------------
3337VMDK
fe5ca46d 3338M: Fam Zheng <[email protected]>
c95e4c0e 3339L: [email protected]
f05b328c
SH
3340S: Supported
3341F: block/vmdk.c
3342
3343RBD
0725570b 3344M: Ilya Dryomov <[email protected]>
6d2f38eb 3345R: Peter Lieven <[email protected]>
280458a3 3346L: [email protected]
f05b328c
SH
3347S: Supported
3348F: block/rbd.c
3349
f05b328c 3350VHDX
5f5246b6 3351M: Jeff Cody <[email protected]>
280458a3 3352L: [email protected]
f05b328c
SH
3353S: Supported
3354F: block/vhdx*
3355
3356VDI
3357M: Stefan Weil <[email protected]>
c95e4c0e 3358L: [email protected]
f05b328c
SH
3359S: Maintained
3360F: block/vdi.c
3361
3362iSCSI
3363M: Ronnie Sahlberg <[email protected]>
3364M: Paolo Bonzini <[email protected]>
3365M: Peter Lieven <[email protected]>
c95e4c0e 3366L: [email protected]
2185fd67 3367S: Odd Fixes
f05b328c 3368F: block/iscsi.c
2deb63c2 3369F: block/iscsi-opts.c
f05b328c 3370
99c62e70
EB
3371Network Block Device (NBD)
3372M: Eric Blake <[email protected]>
80f00ca2 3373M: Vladimir Sementsov-Ogievskiy <[email protected]>
99c62e70
EB
3374L: [email protected]
3375S: Maintained
3376F: block/nbd*
3377F: nbd/
3378F: include/block/nbd*
3379F: qemu-nbd.*
3380F: blockdev-nbd.c
3229a835 3381F: docs/interop/nbd.txt
33b2b388 3382F: docs/tools/qemu-nbd.rst
58a6fdcc 3383F: tests/qemu-iotests/tests/*nbd*
ebe2aad2 3384T: git https://repo.or.cz/qemu/ericb.git nbd
3d9330ec 3385T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
99c62e70 3386
6542aa9c
PL
3387NFS
3388M: Peter Lieven <[email protected]>
280458a3 3389L: [email protected]
6542aa9c
PL
3390S: Maintained
3391F: block/nfs.c
3392
f05b328c
SH
3393SSH
3394M: Richard W.M. Jones <[email protected]>
280458a3 3395L: [email protected]
f05b328c
SH
3396S: Supported
3397F: block/ssh.c
c9a12e75 3398
280458a3 3399CURL
280458a3 3400L: [email protected]
5c6090fa 3401S: Odd Fixes
280458a3 3402F: block/curl.c
280458a3
JC
3403
3404GLUSTER
280458a3 3405L: [email protected]
5c6090fa
TH
3406L: [email protected]
3407S: Odd Fixes
280458a3 3408F: block/gluster.c
b5e9476c 3409
199667a8 3410Null Block Driver
fe5ca46d 3411M: Fam Zheng <[email protected]>
199667a8
FZ
3412L: [email protected]
3413S: Supported
3414F: block/null.c
3415
bdd6a90a 3416NVMe Block Driver
1a949789
SH
3417M: Stefan Hajnoczi <[email protected]>
3418R: Fam Zheng <[email protected]>
90f285fd 3419R: Philippe Mathieu-Daudé <[email protected]>
bdd6a90a
FZ
3420L: [email protected]
3421S: Supported
3422F: block/nvme*
dc0b4d94 3423F: include/block/nvme.h
1a949789 3424T: git https://github.com/stefanha/qemu.git block
bdd6a90a 3425
b5e9476c
GA
3426Bootdevice
3427M: Gonglei <[email protected]>
3428S: Maintained
800d4ded 3429F: softmmu/bootdevice.c
ecdda9e0
AG
3430
3431Quorum
3432M: Alberto Garcia <[email protected]>
3433S: Supported
3434F: block/quorum.c
3435L: [email protected]
e7c6e631 3436
bfcc224e
AV
3437blklogwrites
3438M: Ari Sundholm <[email protected]>
3439L: [email protected]
3440S: Supported
3441F: block/blklogwrites.c
3442
e7c6e631
SH
3443blkverify
3444M: Stefan Hajnoczi <[email protected]>
3445L: [email protected]
3446S: Supported
3447F: block/blkverify.c
3448
3449bochs
3450M: Stefan Hajnoczi <[email protected]>
3451L: [email protected]
3452S: Supported
3453F: block/bochs.c
3454
3455cloop
3456M: Stefan Hajnoczi <[email protected]>
3457L: [email protected]
3458S: Supported
3459F: block/cloop.c
3460
3461dmg
3462M: Stefan Hajnoczi <[email protected]>
3463L: [email protected]
3464S: Supported
3465F: block/dmg.c
3466
3467parallels
3468M: Stefan Hajnoczi <[email protected]>
f3073712 3469M: Denis V. Lunev <[email protected]>
80f00ca2 3470M: Vladimir Sementsov-Ogievskiy <[email protected]>
e7c6e631
SH
3471L: [email protected]
3472S: Supported
3473F: block/parallels.c
a960c4b4 3474F: block/parallels-ext.c
5746c1cd 3475F: docs/interop/parallels.txt
a960c4b4 3476T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
e7c6e631
SH
3477
3478qed
3479M: Stefan Hajnoczi <[email protected]>
3480L: [email protected]
3481S: Supported
3482F: block/qed.c
3483
3484raw
3485M: Kevin Wolf <[email protected]>
3486L: [email protected]
3487S: Supported
3488F: block/linux-aio.c
f586d5fc 3489F: include/block/raw-aio.h
2e6fc7eb 3490F: block/raw-format.c
c1bb86cd
EB
3491F: block/file-posix.c
3492F: block/file-win32.c
e7c6e631
SH
3493F: block/win32-aio.c
3494
6663a0a3
AM
3495Linux io_uring
3496M: Aarushi Mehta <[email protected]>
3497M: Julia Suvorova <[email protected]>
3498M: Stefan Hajnoczi <[email protected]>
0ef28014 3499R: Stefano Garzarella <[email protected]>
6663a0a3
AM
3500L: [email protected]
3501S: Maintained
3502F: block/io_uring.c
06a47ef5 3503F: stubs/io_uring.c
6663a0a3 3504
e7c6e631
SH
3505qcow2
3506M: Kevin Wolf <[email protected]>
b0c4798f 3507M: Hanna Reitz <[email protected]>
e7c6e631
SH
3508L: [email protected]
3509S: Supported
3510F: block/qcow2*
b24f9882 3511F: docs/interop/qcow2.txt
e7c6e631
SH
3512
3513qcow
3514M: Kevin Wolf <[email protected]>
3515L: [email protected]
3516S: Supported
3517F: block/qcow.c
3518
3519blkdebug
3520M: Kevin Wolf <[email protected]>
b0c4798f 3521M: Hanna Reitz <[email protected]>
e7c6e631
SH
3522L: [email protected]
3523S: Supported
3524F: block/blkdebug.c
3525
3526vpc
3527M: Kevin Wolf <[email protected]>
3528L: [email protected]
3529S: Supported
3530F: block/vpc.c
3531
3532vvfat
3533M: Kevin Wolf <[email protected]>
3534L: [email protected]
4b7c5bc4 3535S: Odd Fixes
e7c6e631 3536F: block/vvfat.c
abfe4e94
SH
3537
3538Image format fuzzer
3539M: Stefan Hajnoczi <[email protected]>
3540L: [email protected]
3541S: Supported
3542F: tests/image-fuzzer/
717171bd 3543
8675a376
CX
3544Vhost-user block device backend server
3545M: Coiby Xu <[email protected]>
3546S: Maintained
3547F: block/export/vhost-user-blk-server.c
80a06cc5
SH
3548F: block/export/vhost-user-blk-server.h
3549F: include/qemu/vhost-user-server.h
8675a376 3550F: tests/qtest/libqos/vhost-user-blk.c
80695202
CX
3551F: tests/qtest/libqos/vhost-user-blk.h
3552F: tests/qtest/vhost-user-blk-test.c
80a06cc5 3553F: util/vhost-user-server.c
8675a376 3554
0c9b70d5 3555FUSE block device exports
b0c4798f 3556M: Hanna Reitz <[email protected]>
0c9b70d5
HR
3557L: [email protected]
3558S: Supported
3559F: block/export/fuse.c
3560
049105a3 3561Replication
205f8618 3562M: Wen Congyang <[email protected]>
3ccc0a01 3563M: Xie Changlong <[email protected]>
049105a3
CX
3564S: Supported
3565F: replication*
3566F: block/replication.c
da668aa1 3567F: tests/unit/test-replication.c
049105a3
CX
3568F: docs/block-replication.txt
3569
a3defabb 3570PVRDMA
bfffeac8 3571M: Yuval Shaia <[email protected]>
fe355cbd 3572M: Marcel Apfelbaum <[email protected]>
a3defabb
MA
3573S: Maintained
3574F: hw/rdma/*
3575F: hw/rdma/vmw/*
3576F: docs/pvrdma.txt
a5d2f6f8 3577F: contrib/rdmacm-mux/*
4a5c9903 3578F: qapi/rdma.json
a3defabb 3579
b052fec8
AB
3580Semihosting
3581M: Alex Bennée <[email protected]>
b052fec8 3582S: Maintained
8df9f0c3 3583F: semihosting/
6b5fe137 3584F: include/semihosting/
3539d84d 3585F: tests/tcg/multiarch/arm-compat-semi/
b904a909 3586F: tests/tcg/aarch64/system/semiheap.c
b052fec8 3587
8684f1be
JJ
3588Multi-process QEMU
3589M: Elena Ufimtseva <[email protected]>
3590M: Jagannathan Raman <[email protected]>
3591M: John G Johnson <[email protected]>
3592S: Maintained
3593F: docs/devel/multi-process.rst
639090d8 3594F: docs/system/multi-process.rst
6fbd84d6
JR
3595F: hw/pci-host/remote.c
3596F: include/hw/pci-host/remote.h
3f0e7e57
JR
3597F: hw/remote/machine.c
3598F: include/hw/remote/machine.h
ad22c308
EU
3599F: hw/remote/mpqemu-link.c
3600F: include/hw/remote/mpqemu-link.h
48b06f50 3601F: hw/remote/message.c
c7d80c7c 3602F: hw/remote/remote-obj.c
ed5d0019
JR
3603F: include/hw/remote/memory.h
3604F: hw/remote/memory.c
9f811207
EU
3605F: hw/remote/proxy.c
3606F: include/hw/remote/proxy.h
c746b74a
JR
3607F: hw/remote/proxy-memory-listener.c
3608F: include/hw/remote/proxy-memory-listener.h
bd36adb8
JR
3609F: hw/remote/iohub.c
3610F: include/hw/remote/iohub.h
8684f1be 3611
90322e64
AM
3612EBPF:
3613M: Jason Wang <[email protected]>
3614R: Andrew Melnychenko <[email protected]>
3615R: Yuri Benditovich <[email protected]>
3616S: Maintained
3617F: ebpf/*
3618F: tools/ebpf/*
3619
b9e02c06
AB
3620Build and test automation
3621-------------------------
9872ba0a 3622Build and test automation, general continuous integration
b9e02c06 3623M: Alex Bennée <[email protected]>
9872ba0a
TH
3624M: Philippe Mathieu-Daudé <[email protected]>
3625M: Thomas Huth <[email protected]>
3626R: Wainer dos Santos Moschetta <[email protected]>
40525be5 3627R: Beraldo Leal <[email protected]>
e70dc7f8 3628S: Maintained
e7c2d743 3629F: .github/workflows/lockdown.yml
9872ba0a
TH
3630F: .gitlab-ci.yml
3631F: .gitlab-ci.d/
b9e02c06 3632F: .travis.yml
04250c69 3633F: scripts/ci/
e70dc7f8 3634F: tests/docker/
18023821 3635F: tests/vm/
3260f4e6 3636F: tests/lcitool/
54dbfd85 3637F: scripts/archive-source.sh
9872ba0a 3638W: https://gitlab.com/qemu-project/qemu/pipelines
e70dc7f8 3639W: https://travis-ci.org/qemu/qemu
717171bd 3640
7162fbb4
EM
3641FreeBSD Hosted Continuous Integration
3642M: Ed Maste <[email protected]>
3643M: Li-Wen Hsu <[email protected]>
7162fbb4 3644S: Maintained
5be6fd0c
TH
3645F: .gitlab-ci.d/cirrus/freebsd*
3646F: tests/vm/freebsd
7162fbb4
EM
3647W: https://cirrus-ci.com/github/qemu/qemu
3648
daee8de3
YL
3649Windows Hosted Continuous Integration
3650M: Yonggang Luo <[email protected]>
3651S: Maintained
3652F: .cirrus.yml
3653W: https://cirrus-ci.com/github/qemu/qemu
3654
7e97017e
AB
3655Guest Test Compilation Support
3656M: Alex Bennée <[email protected]>
3657R: Philippe Mathieu-Daudé <[email protected]>
00a25291 3658S: Maintained
7e97017e 3659F: tests/tcg/Makefile
c722a9e4 3660F: tests/tcg/Makefile.include
7e97017e 3661
bbbd9b6e 3662Integration Testing with the Avocado framework
6634f1c4
PMD
3663W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3664R: Cleber Rosa <[email protected]>
90f285fd 3665R: Philippe Mathieu-Daudé <[email protected]>
6634f1c4 3666R: Wainer dos Santos Moschetta <[email protected]>
40525be5 3667R: Beraldo Leal <[email protected]>
6634f1c4 3668S: Odd Fixes
bbbd9b6e 3669F: tests/avocado/
6634f1c4 3670
1e970158
PMD
3671GitLab custom runner (Works On Arm Sponsored)
3672M: Alex Bennée <[email protected]>
3673M: Philippe Mathieu-Daudé <[email protected]>
3674S: Maintained
3675F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3676
717171bd
DB
3677Documentation
3678-------------
3679Build system architecture
3680M: Daniel P. Berrange <[email protected]>
3681S: Odd Fixes
551bdfa0 3682F: docs/devel/build-system.rst
8a49e97f 3683
92329a7e
AB
3684GIT Data Mining Config
3685M: Alex Bennée <[email protected]>
3686S: Odd Fixes
3687F: gitdm.config
3688F: contrib/gitdm/*
3689
b02c9bc3
MA
3690Incompatible changes
3691R: [email protected]
a476b216 3692F: docs/about/deprecated.rst
b02c9bc3 3693
aef45d51
DB
3694Build System
3695------------
3696GIT submodules
3697M: Daniel P. Berrange <[email protected]>
3698S: Odd Fixes
3699F: scripts/git-submodule.sh
c10e01b9 3700
ef45a392 3701UI translations
4251dfb0 3702S: Orphan
ef45a392
AM
3703F: po/*.po
3704
c10e01b9
PM
3705Sphinx documentation configuration and build machinery
3706M: Peter Maydell <[email protected]>
3707S: Maintained
3708F: docs/conf.py
3709F: docs/*/conf.py
4078ee54 3710F: docs/sphinx/
13f934e7 3711F: docs/_templates/
53fb8bfb
AM
3712
3713Miscellaneous
3714-------------
3715Performance Tools and Tests
3716M: Ahmed Karaman <[email protected]>
3717S: Maintained
3718F: scripts/performance/
This page took 1.895133 seconds and 4 git commands to generate.