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