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