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