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