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