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