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