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