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