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