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