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