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