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