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