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