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