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