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