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