]>
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> | |
fdf6fab4 PM |
15 | R: Designated reviewer: FullName <address@domain> |
16 | These reviewers should be CCed on patches. | |
fd5d5c56 AL |
17 | L: Mailing list that is relevant to this area |
18 | W: Web-page with status/info | |
19 | Q: Patchwork web based patch tracking system site | |
20 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | |
21 | S: Status, one of the following: | |
22 | Supported: Someone is actually paid to look after this. | |
23 | Maintained: Someone actually looks after it. | |
24 | Odd Fixes: It has a maintainer but they don't have time to do | |
c91bbffb | 25 | much other than throw the odd patch in. See below. |
fd5d5c56 AL |
26 | Orphan: No current maintainer [but maybe you could take the |
27 | role as you write your new code]. | |
28 | Obsolete: Old code. Something tagged obsolete generally means | |
29 | it has been replaced by a better system and you | |
30 | should be using that. | |
31 | F: Files and directories with wildcard patterns. | |
32 | A trailing slash includes all files and subdirectory files. | |
33 | F: drivers/net/ all files in and below drivers/net | |
34 | F: drivers/net/* all files in drivers/net, but not below | |
35 | F: */net/* all files in "any top level directory"/net | |
36 | One pattern per line. Multiple F: lines acceptable. | |
37 | X: Files and directories that are NOT maintained, same rules as F: | |
38 | Files exclusions are tested before file matches. | |
39 | Can be useful for excluding a specific subdirectory, for instance: | |
40 | F: net/ | |
41 | X: net/ipv6/ | |
42 | matches all files in and below net excluding net/ipv6/ | |
43 | K: Keyword perl extended regex pattern to match content in a | |
44 | patch or file. For instance: | |
45 | K: of_get_profile | |
46 | matches patches or files that contain "of_get_profile" | |
47 | K: \b(printk|pr_(info|err))\b | |
48 | matches patches or files that contain one or more of the words | |
49 | printk, pr_info or pr_err | |
50 | One regex pattern per line. Multiple K: lines acceptable. | |
51 | ||
52 | ||
53 | General Project Administration | |
54 | ------------------------------ | |
ff0d4876 | 55 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 56 | |
c9a19d5b SW |
57 | All patches CC here |
58 | L: [email protected] | |
59 | F: * | |
60 | F: */ | |
61 | ||
62622c11 MT |
62 | Responsible Disclosure, Reporting Security Issues |
63 | ------------------------------ | |
70b7fba9 | 64 | W: https://wiki.qemu.org/SecurityProcess |
62622c11 | 65 | M: Michael S. Tsirkin <[email protected]> |
62622c11 MT |
66 | L: [email protected] |
67 | ||
936c2230 LV |
68 | Trivial patches |
69 | --------------- | |
70 | Trivial patches | |
71 | M: Michael Tokarev <[email protected]> | |
72 | M: Laurent Vivier <[email protected]> | |
73 | S: Maintained | |
74 | L: [email protected] | |
75 | K: ^Subject:.*(?i)trivial | |
76 | T: git git://git.corpit.ru/qemu.git trivial-patches | |
77 | T: git git://github.com/vivier/qemu.git trivial-patches | |
78 | ||
daf14ce3 CH |
79 | Architecture support |
80 | -------------------- | |
81 | S390 | |
82 | M: Cornelia Huck <[email protected]> | |
83 | S: Supported | |
84 | F: default-configs/s390x-softmmu.mak | |
85 | F: gdb-xml/s390*.xml | |
86 | F: hw/char/sclp*.[hc] | |
87 | F: hw/char/terminal3270.c | |
88 | F: hw/intc/s390_flic.c | |
89 | F: hw/intc/s390_flic_kvm.c | |
90 | F: hw/s390x/ | |
2fe2942c | 91 | F: hw/vfio/ap.c |
daf14ce3 CH |
92 | F: hw/vfio/ccw.c |
93 | F: hw/watchdog/wdt_diag288.c | |
94 | F: include/hw/s390x/ | |
95 | F: include/hw/watchdog/wdt_diag288.h | |
96 | F: pc-bios/s390-ccw/ | |
97 | F: pc-bios/s390-ccw.img | |
98 | F: target/s390x/ | |
694a8d70 | 99 | F: docs/vfio-ap.txt |
daf14ce3 CH |
100 | K: ^Subject:.*(?i)s390x? |
101 | T: git git://github.com/cohuck/qemu.git s390-next | |
102 | L: [email protected] | |
103 | ||
fd5d5c56 AL |
104 | Guest CPU cores (TCG): |
105 | ---------------------- | |
486bbe5f | 106 | Overall |
5dd4a88c | 107 | L: [email protected] |
2b1641d0 PB |
108 | M: Paolo Bonzini <[email protected]> |
109 | M: Peter Crosthwaite <[email protected]> | |
110 | M: Richard Henderson <[email protected]> | |
111 | S: Maintained | |
2b1641d0 | 112 | F: cpus.c |
2b1641d0 | 113 | F: exec.c |
c6a88dda | 114 | F: accel/tcg/ |
2b1641d0 PB |
115 | F: include/exec/cpu*.h |
116 | F: include/exec/exec-all.h | |
486bbe5f | 117 | F: include/exec/helper*.h |
2b1641d0 | 118 | F: include/exec/tb-hash.h |
460423d3 | 119 | F: include/sysemu/cpus.h |
486bbe5f | 120 | |
1badb586 PM |
121 | FPU emulation |
122 | M: Aurelien Jarno <[email protected]> | |
123 | M: Peter Maydell <[email protected]> | |
124 | S: Odd Fixes | |
125 | F: fpu/ | |
126 | F: include/fpu/ | |
127 | ||
fd5d5c56 | 128 | Alpha |
8d6df264 RH |
129 | M: Richard Henderson <[email protected]> |
130 | S: Maintained | |
fcf5ef2a | 131 | F: target/alpha/ |
c0bd0b50 | 132 | F: tests/tcg/alpha/ |
c17652ee | 133 | F: disas/alpha.c |
b6f97c14 | 134 | |
b6f97c14 | 135 | ARM |
1ce9ce6a | 136 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 137 | L: [email protected] |
fd5d5c56 | 138 | S: Maintained |
fcf5ef2a | 139 | F: target/arm/ |
c348722c | 140 | F: tests/tcg/arm/ |
29e0436e | 141 | F: tests/tcg/aarch64/ |
8d8b636d PB |
142 | F: hw/arm/ |
143 | F: hw/cpu/a*mpcore.c | |
f7e242d6 | 144 | F: include/hw/cpu/a*mpcore.h |
c17652ee PB |
145 | F: disas/arm.c |
146 | F: disas/arm-a64.cc | |
147 | F: disas/libvixl/ | |
fd5d5c56 AL |
148 | |
149 | CRIS | |
150 | M: Edgar E. Iglesias <[email protected]> | |
151 | S: Maintained | |
fcf5ef2a | 152 | F: target/cris/ |
8d8b636d | 153 | F: hw/cris/ |
c9b90090 | 154 | F: include/hw/cris/ |
c0bd0b50 | 155 | F: tests/tcg/cris/ |
c17652ee | 156 | F: disas/cris.c |
fd5d5c56 | 157 | |
61766fe9 RH |
158 | HPPA (PA-RISC) |
159 | M: Richard Henderson <[email protected]> | |
160 | S: Maintained | |
161 | F: target/hppa/ | |
61461802 | 162 | F: hw/hppa/ |
61766fe9 RH |
163 | F: disas/hppa.c |
164 | ||
07bf23a7 MW |
165 | LM32 |
166 | M: Michael Walle <[email protected]> | |
167 | S: Maintained | |
fcf5ef2a | 168 | F: target/lm32/ |
4eab7a0a | 169 | F: disas/lm32.c |
8d8b636d | 170 | F: hw/lm32/ |
4eab7a0a MW |
171 | F: hw/*/lm32_* |
172 | F: hw/*/milkymist-* | |
173 | F: include/hw/char/lm32_juart.h | |
174 | F: include/hw/lm32/ | |
c0bd0b50 | 175 | F: tests/tcg/lm32/ |
07bf23a7 | 176 | |
fd5d5c56 | 177 | M68K |
595a926d LV |
178 | M: Laurent Vivier <[email protected]> |
179 | S: Maintained | |
fcf5ef2a | 180 | F: target/m68k/ |
e9a56114 | 181 | F: disas/m68k.c |
fd5d5c56 AL |
182 | |
183 | MicroBlaze | |
184 | M: Edgar E. Iglesias <[email protected]> | |
185 | S: Maintained | |
fcf5ef2a | 186 | F: target/microblaze/ |
8d8b636d | 187 | F: hw/microblaze/ |
c17652ee | 188 | F: disas/microblaze.c |
fd5d5c56 | 189 | |
b6f97c14 | 190 | MIPS |
ddb13561 | 191 | M: Aurelien Jarno <[email protected]> |
4872fee2 | 192 | M: Aleksandar Markovic <[email protected]> |
6f640917 | 193 | S: Maintained |
fcf5ef2a | 194 | F: target/mips/ |
8d8b636d | 195 | F: hw/mips/ |
5995db88 TH |
196 | F: hw/misc/mips_* |
197 | F: hw/intc/mips_gic.c | |
198 | F: hw/timer/mips_gictimer.c | |
199 | F: include/hw/mips/ | |
200 | F: include/hw/misc/mips_* | |
201 | F: include/hw/intc/mips_gic.h | |
202 | F: include/hw/timer/mips_gictimer.h | |
c0bd0b50 | 203 | F: tests/tcg/mips/ |
c17652ee | 204 | F: disas/mips.c |
89a955e8 AM |
205 | F: disas/nanomips.h |
206 | F: disas/nanomips.cpp | |
fd5d5c56 | 207 | |
d15a9c23 AG |
208 | Moxie |
209 | M: Anthony Green <[email protected]> | |
210 | S: Maintained | |
fcf5ef2a | 211 | F: target/moxie/ |
c17652ee | 212 | F: disas/moxie.c |
a3ccdfb5 TH |
213 | F: hw/moxie/ |
214 | F: default-configs/moxie-softmmu.mak | |
d15a9c23 | 215 | |
e671711c MV |
216 | NiosII |
217 | M: Chris Wulff <[email protected]> | |
218 | M: Marek Vasut <[email protected]> | |
219 | S: Maintained | |
220 | F: target/nios2/ | |
221 | F: hw/nios2/ | |
222 | F: disas/nios2.c | |
223 | ||
945dad6d | 224 | OpenRISC |
1d7cf18d SH |
225 | M: Stafford Horne <[email protected]> |
226 | S: Odd Fixes | |
fcf5ef2a | 227 | F: target/openrisc/ |
945dad6d | 228 | F: hw/openrisc/ |
c0bd0b50 | 229 | F: tests/tcg/openrisc/ |
945dad6d | 230 | |
b6f97c14 | 231 | PowerPC |
b4daafbd | 232 | M: David Gibson <[email protected]> |
fd5d5c56 | 233 | M: Alexander Graf <[email protected]> |
a6c98685 | 234 | L: [email protected] |
fd5d5c56 | 235 | S: Maintained |
fcf5ef2a | 236 | F: target/ppc/ |
8d8b636d | 237 | F: hw/ppc/ |
b5d55020 | 238 | F: include/hw/ppc/ |
c17652ee | 239 | F: disas/ppc.c |
fd5d5c56 | 240 | |
4dc62b15 MC |
241 | RISC-V |
242 | M: Michael Clark <[email protected]> | |
243 | M: Palmer Dabbelt <[email protected]> | |
a17a61f3 | 244 | M: Alistair Francis <[email protected]> |
4dc62b15 MC |
245 | M: Sagar Karandikar <[email protected]> |
246 | M: Bastian Koppelmann <[email protected]> | |
a094b354 | 247 | L: [email protected] |
4dc62b15 MC |
248 | S: Maintained |
249 | F: target/riscv/ | |
250 | F: hw/riscv/ | |
251 | F: include/hw/riscv/ | |
252 | F: disas/riscv.c | |
253 | ||
fd5d5c56 | 254 | S390 |
2b35e93f | 255 | M: Richard Henderson <[email protected]> |
fd5d5c56 | 256 | M: Alexander Graf <[email protected]> |
ced01bb7 | 257 | M: David Hildenbrand <[email protected]> |
fd5d5c56 | 258 | S: Maintained |
fcf5ef2a | 259 | F: target/s390x/ |
8d8b636d | 260 | F: hw/s390x/ |
c17652ee | 261 | F: disas/s390.c |
276ba120 | 262 | F: tests/tcg/s390x/ |
146bd283 | 263 | L: [email protected] |
fd5d5c56 | 264 | |
b6f97c14 | 265 | SH4 |
ddb13561 | 266 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 267 | S: Odd Fixes |
fcf5ef2a | 268 | F: target/sh4/ |
8d8b636d | 269 | F: hw/sh4/ |
c17652ee | 270 | F: disas/sh4.c |
8a90f900 | 271 | F: include/hw/sh4/ |
fd5d5c56 AL |
272 | |
273 | SPARC | |
f2416d3a | 274 | M: Mark Cave-Ayland <[email protected]> |
2c742bf7 | 275 | M: Artyom Tarasenko <[email protected]> |
fd5d5c56 | 276 | S: Maintained |
fcf5ef2a | 277 | F: target/sparc/ |
8d8b636d PB |
278 | F: hw/sparc/ |
279 | F: hw/sparc64/ | |
c17652ee | 280 | F: disas/sparc.c |
fd5d5c56 | 281 | |
a6ea7b4c AF |
282 | UniCore32 |
283 | M: Guan Xuetao <[email protected]> | |
284 | S: Maintained | |
fcf5ef2a | 285 | F: target/unicore32/ |
8d8b636d | 286 | F: hw/unicore32/ |
47b98d59 | 287 | F: include/hw/unicore32/ |
a6ea7b4c | 288 | |
fd5d5c56 | 289 | X86 |
d46d72fd PB |
290 | M: Paolo Bonzini <[email protected]> |
291 | M: Richard Henderson <[email protected]> | |
e1a04339 | 292 | M: Eduardo Habkost <[email protected]> |
b203a4ba | 293 | S: Maintained |
fcf5ef2a | 294 | F: target/i386/ |
4132431f | 295 | F: tests/tcg/i386/ |
3a082ec0 | 296 | F: tests/tcg/x86_64/ |
8d8b636d | 297 | F: hw/i386/ |
c17652ee | 298 | F: disas/i386.c |
2544e9e4 | 299 | F: docs/qemu-cpu-models.texi |
e3d038b8 | 300 | T: git git://github.com/ehabkost/qemu.git x86-next |
fd5d5c56 | 301 | |
16e7caae MF |
302 | Xtensa |
303 | M: Max Filippov <[email protected]> | |
b8105d21 | 304 | W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
16e7caae | 305 | S: Maintained |
fcf5ef2a | 306 | F: target/xtensa/ |
8d8b636d | 307 | F: hw/xtensa/ |
c0bd0b50 | 308 | F: tests/tcg/xtensa/ |
5a6539e6 | 309 | F: disas/xtensa.c |
16e7caae | 310 | |
48e06fe0 BK |
311 | TriCore |
312 | M: Bastian Koppelmann <[email protected]> | |
313 | S: Maintained | |
fcf5ef2a | 314 | F: target/tricore/ |
48e06fe0 | 315 | F: hw/tricore/ |
d46d14e6 | 316 | F: include/hw/tricore/ |
48e06fe0 | 317 | |
dd28bebd AB |
318 | Multiarch Linux User Tests |
319 | M: Alex Bennée <[email protected]> | |
320 | F: tests/tcg/multiarch/ | |
321 | ||
fd5d5c56 AL |
322 | Guest CPU Cores (KVM): |
323 | ---------------------- | |
324 | ||
325 | Overall | |
c6d559d9 | 326 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
327 | L: [email protected] |
328 | S: Supported | |
fd5d5c56 | 329 | F: */kvm.* |
1962cb20 | 330 | F: accel/kvm/ |
a95e9a48 | 331 | F: include/sysemu/kvm*.h |
fd5d5c56 | 332 | |
ed4659d1 PM |
333 | ARM |
334 | M: Peter Maydell <[email protected]> | |
b4f2bd1c | 335 | L: [email protected] |
ed4659d1 | 336 | S: Maintained |
fcf5ef2a | 337 | F: target/arm/kvm.c |
ed4659d1 | 338 | |
a31896c4 | 339 | MIPS |
a7a2d7d2 | 340 | M: James Hogan <[email protected]> |
a31896c4 | 341 | S: Maintained |
fcf5ef2a | 342 | F: target/mips/kvm.c |
a31896c4 | 343 | |
fd5d5c56 AL |
344 | PPC |
345 | M: Alexander Graf <[email protected]> | |
346 | S: Maintained | |
fcf5ef2a | 347 | F: target/ppc/kvm.c |
fd5d5c56 | 348 | |
749717a0 | 349 | S390 |
b304bf00 | 350 | M: Christian Borntraeger <[email protected]> |
c1976ae7 | 351 | M: Cornelia Huck <[email protected]> |
fd5d5c56 AL |
352 | M: Alexander Graf <[email protected]> |
353 | S: Maintained | |
fcf5ef2a | 354 | F: target/s390x/kvm.c |
040078e0 DH |
355 | F: target/s390x/kvm_s390x.h |
356 | F: target/s390x/kvm-stub.c | |
fcf5ef2a TH |
357 | F: target/s390x/ioinst.[ch] |
358 | F: target/s390x/machine.c | |
74b4c74d | 359 | F: target/s390x/sigp.c |
4277af19 CH |
360 | F: hw/intc/s390_flic.c |
361 | F: hw/intc/s390_flic_kvm.c | |
362 | F: include/hw/s390x/s390_flic.h | |
c5bfb202 | 363 | F: gdb-xml/s390*.xml |
3e9ed24b CH |
364 | T: git git://github.com/cohuck/qemu.git s390-next |
365 | T: git git://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 366 | L: [email protected] |
fd5d5c56 AL |
367 | |
368 | X86 | |
d46d72fd | 369 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
370 | M: Marcelo Tosatti <[email protected]> |
371 | L: [email protected] | |
372 | S: Supported | |
fcf5ef2a | 373 | F: target/i386/kvm.c |
fd5d5c56 | 374 | |
8a6b0cd7 SS |
375 | Guest CPU Cores (Xen): |
376 | ---------------------- | |
377 | ||
378 | X86 | |
3623c57e SS |
379 | M: Stefano Stabellini <[email protected]> |
380 | M: Anthony Perard <[email protected]> | |
6d06220a | 381 | L: [email protected] |
8a6b0cd7 | 382 | S: Supported |
8a6b0cd7 | 383 | F: */xen* |
d6a3f64a | 384 | F: hw/9pfs/xen-9p-backend.c |
c92451c2 PB |
385 | F: hw/char/xen_console.c |
386 | F: hw/display/xenfb.c | |
387 | F: hw/net/xen_nic.c | |
9027ac50 | 388 | F: hw/block/xen_* |
c92451c2 PB |
389 | F: hw/xen/ |
390 | F: hw/xenpv/ | |
9027ac50 | 391 | F: hw/i386/xen/ |
c92451c2 | 392 | F: include/hw/xen/ |
9027ac50 | 393 | F: include/sysemu/xen-mapcache.h |
8a6b0cd7 | 394 | |
1bdd6874 SW |
395 | Hosts: |
396 | ------ | |
397 | ||
398 | LINUX | |
399 | L: [email protected] | |
400 | S: Maintained | |
401 | F: linux-* | |
402 | F: linux-headers/ | |
403 | ||
404 | POSIX | |
405 | L: [email protected] | |
406 | S: Maintained | |
407 | F: *posix* | |
408 | ||
3c2bdbc1 KR |
409 | NETBSD |
410 | L: [email protected] | |
411 | M: Kamil Rytarowski <[email protected]> | |
412 | S: Maintained | |
1b61270b | 413 | K: ^Subject:.*(?i)NetBSD |
3c2bdbc1 | 414 | |
0a773d55 BS |
415 | OPENBSD |
416 | L: [email protected] | |
417 | M: Brad Smith <[email protected]> | |
418 | S: Maintained | |
419 | K: ^Subject:.*(?i)OpenBSD | |
420 | ||
1bdd6874 SW |
421 | W32, W64 |
422 | L: [email protected] | |
423 | M: Stefan Weil <[email protected]> | |
424 | S: Maintained | |
425 | F: *win32* | |
03972660 TH |
426 | F: */*win32* |
427 | F: include/*/*win32* | |
428 | X: qga/*win32* | |
885bdc95 | 429 | F: qemu.nsi |
1bdd6874 | 430 | |
b250d04a PMD |
431 | Alpha Machines |
432 | M: Richard Henderson <[email protected]> | |
433 | S: Maintained | |
434 | F: hw/alpha/ | |
7bea0dd4 | 435 | F: hw/isa/smc37c669-superio.c |
b250d04a | 436 | |
fd5d5c56 AL |
437 | ARM Machines |
438 | ------------ | |
84291fe7 | 439 | Allwinner-a10 |
85b4d5da | 440 | M: Beniamino Galvani <[email protected]> |
b4f2bd1c | 441 | L: [email protected] |
84291fe7 | 442 | S: Maintained |
85b4d5da BG |
443 | F: hw/*/allwinner* |
444 | F: include/hw/*/allwinner* | |
84291fe7 LG |
445 | F: hw/arm/cubieboard.c |
446 | ||
e5a6a6e6 | 447 | ARM PrimeCell and CMSDK devices |
06271000 | 448 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 449 | L: [email protected] |
06271000 PB |
450 | S: Maintained |
451 | F: hw/char/pl011.c | |
c6427ff7 | 452 | F: include/hw/char/pl011.h |
06271000 PB |
453 | F: hw/display/pl110* |
454 | F: hw/dma/pl080.c | |
aa74e355 | 455 | F: include/hw/dma/pl080.h |
06271000 PB |
456 | F: hw/dma/pl330.c |
457 | F: hw/gpio/pl061.c | |
458 | F: hw/input/pl050.c | |
459 | F: hw/intc/pl190.c | |
460 | F: hw/sd/pl181.c | |
1d52866f PM |
461 | F: hw/ssi/pl022.c |
462 | F: include/hw/ssi/pl022.h | |
06271000 PB |
463 | F: hw/timer/pl031.c |
464 | F: include/hw/arm/primecell.h | |
e5a6a6e6 PM |
465 | F: hw/timer/cmsdk-apb-timer.c |
466 | F: include/hw/timer/cmsdk-apb-timer.h | |
4f4c6206 PM |
467 | F: hw/timer/cmsdk-apb-dualtimer.c |
468 | F: include/hw/timer/cmsdk-apb-dualtimer.h | |
e5a6a6e6 PM |
469 | F: hw/char/cmsdk-apb-uart.c |
470 | F: include/hw/char/cmsdk-apb-uart.h | |
050c2ea0 PM |
471 | F: hw/watchdog/cmsdk-apb-watchdog.c |
472 | F: include/hw/watchdog/cmsdk-apb-watchdog.h | |
0d4a7551 PM |
473 | F: hw/misc/tz-ppc.c |
474 | F: include/hw/misc/tz-ppc.h | |
344f4b15 PM |
475 | F: hw/misc/tz-mpc.c |
476 | F: include/hw/misc/tz-mpc.h | |
211e701d PM |
477 | F: hw/misc/tz-msc.c |
478 | F: include/hw/misc/tz-msc.h | |
06271000 PB |
479 | |
480 | ARM cores | |
481 | M: Peter Maydell <[email protected]> | |
b4f2bd1c | 482 | L: [email protected] |
06271000 PB |
483 | S: Maintained |
484 | F: hw/intc/arm* | |
485 | F: hw/intc/gic_internal.h | |
486 | F: hw/misc/a9scu.c | |
487 | F: hw/misc/arm11scu.c | |
488 | F: hw/timer/a9gtimer* | |
c6427ff7 PMD |
489 | F: hw/timer/arm* |
490 | F: include/hw/arm/arm*.h | |
06271000 PB |
491 | F: include/hw/intc/arm* |
492 | F: include/hw/misc/a9scu.h | |
493 | F: include/hw/misc/arm11scu.h | |
494 | F: include/hw/timer/a9gtimer.h | |
495 | F: include/hw/timer/arm_mptimer.h | |
c6427ff7 PMD |
496 | F: include/hw/timer/armv7m_systick.h |
497 | F: tests/test-arm-mptimer.c | |
06271000 | 498 | |
fc63dcff | 499 | Exynos |
f44c5c67 | 500 | M: Igor Mitsyanko <[email protected]> |
b4f2bd1c | 501 | L: [email protected] |
fc63dcff | 502 | S: Maintained |
8d8b636d | 503 | F: hw/*/exynos* |
ed0db866 | 504 | F: include/hw/arm/exynos4210.h |
fc63dcff | 505 | |
766fd09f | 506 | Calxeda Highbank |
9ef137ca | 507 | M: Rob Herring <[email protected]> |
b4f2bd1c | 508 | L: [email protected] |
9ef137ca | 509 | S: Maintained |
8d8b636d PB |
510 | F: hw/arm/highbank.c |
511 | F: hw/net/xgmac.c | |
766fd09f | 512 | |
9082f121 AP |
513 | Canon DIGIC |
514 | M: Antony Pavlov <[email protected]> | |
b4f2bd1c | 515 | L: [email protected] |
9082f121 AP |
516 | S: Maintained |
517 | F: include/hw/arm/digic.h | |
518 | F: hw/*/digic* | |
519 | ||
fd5d5c56 | 520 | Gumstix |
1f7161d2 | 521 | M: Philippe Mathieu-Daudé <[email protected]> |
5dd4a88c | 522 | L: [email protected] |
b4f2bd1c | 523 | L: [email protected] |
1f7161d2 | 524 | S: Odd Fixes |
8d8b636d | 525 | F: hw/arm/gumstix.c |
fd5d5c56 | 526 | |
0325559d PC |
527 | i.MX31 |
528 | M: Peter Chubb <[email protected]> | |
b4f2bd1c | 529 | L: [email protected] |
0325559d | 530 | S: Odd fixes |
8d8b636d | 531 | F: hw/*/imx* |
f7e242d6 | 532 | F: include/hw/*/imx* |
8d8b636d | 533 | F: hw/arm/kzm.c |
ed0db866 | 534 | F: include/hw/arm/fsl-imx31.h |
0325559d | 535 | |
fd5d5c56 | 536 | Integrator CP |
1ce9ce6a | 537 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 538 | L: [email protected] |
fd5d5c56 | 539 | S: Maintained |
8d8b636d | 540 | F: hw/arm/integratorcp.c |
f7e242d6 | 541 | F: hw/misc/arm_integrator_debug.c |
fd5d5c56 | 542 | |
e5a6a6e6 PM |
543 | MPS2 |
544 | M: Peter Maydell <[email protected]> | |
545 | L: [email protected] | |
546 | S: Maintained | |
547 | F: hw/arm/mps2.c | |
0d4a7551 PM |
548 | F: hw/arm/mps2-tz.c |
549 | F: hw/misc/mps2-*.c | |
550 | F: include/hw/misc/mps2-*.h | |
551 | F: hw/arm/iotkit.c | |
552 | F: include/hw/arm/iotkit.h | |
75750e4d PM |
553 | F: hw/misc/iotkit-sysctl.c |
554 | F: include/hw/misc/iotkit-sysctl.h | |
c667a25b PM |
555 | F: hw/misc/iotkit-sysinfo.c |
556 | F: include/hw/misc/iotkit-sysinfo.h | |
e5a6a6e6 | 557 | |
fd5d5c56 AL |
558 | Musicpal |
559 | M: Jan Kiszka <[email protected]> | |
b4f2bd1c | 560 | L: [email protected] |
fd5d5c56 | 561 | S: Maintained |
8d8b636d | 562 | F: hw/arm/musicpal.c |
fd5d5c56 AL |
563 | |
564 | nSeries | |
565 | M: Andrzej Zaborowski <[email protected]> | |
b4f2bd1c | 566 | L: [email protected] |
fd5d5c56 | 567 | S: Maintained |
8d8b636d | 568 | F: hw/arm/nseries.c |
fd5d5c56 AL |
569 | |
570 | Palm | |
571 | M: Andrzej Zaborowski <[email protected]> | |
b4f2bd1c | 572 | L: [email protected] |
fd5d5c56 | 573 | S: Maintained |
8d8b636d | 574 | F: hw/arm/palm.c |
fd5d5c56 AL |
575 | |
576 | Real View | |
1ce9ce6a | 577 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 578 | L: [email protected] |
fd5d5c56 | 579 | S: Maintained |
8d8b636d | 580 | F: hw/arm/realview* |
f7e242d6 | 581 | F: hw/cpu/realview_mpcore.c |
5ea53049 PB |
582 | F: hw/intc/realview_gic.c |
583 | F: include/hw/intc/realview_gic.h | |
fd5d5c56 | 584 | |
9b31bff0 | 585 | PXA2XX |
fd5d5c56 | 586 | M: Andrzej Zaborowski <[email protected]> |
b4f2bd1c | 587 | L: [email protected] |
fd5d5c56 | 588 | S: Maintained |
9b31bff0 | 589 | F: hw/arm/mainstone.c |
8d8b636d | 590 | F: hw/arm/spitz.c |
9b31bff0 PB |
591 | F: hw/arm/tosa.c |
592 | F: hw/arm/z2.c | |
593 | F: hw/*/pxa2xx* | |
f7e242d6 | 594 | F: hw/misc/mst_fpga.c |
ed0db866 | 595 | F: include/hw/arm/pxa.h |
fd5d5c56 AL |
596 | |
597 | Stellaris | |
1ce9ce6a | 598 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 599 | L: [email protected] |
fd5d5c56 | 600 | S: Maintained |
8d8b636d | 601 | F: hw/*/stellaris* |
fd5d5c56 AL |
602 | |
603 | Versatile PB | |
1ce9ce6a | 604 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 605 | L: [email protected] |
fd5d5c56 | 606 | S: Maintained |
8d8b636d | 607 | F: hw/*/versatile* |
c6427ff7 | 608 | F: hw/misc/arm_sysctl.c |
fd5d5c56 | 609 | |
e3260506 | 610 | Xilinx Zynq |
cc0100f4 | 611 | M: Edgar E. Iglesias <[email protected]> |
c22e580c | 612 | M: Alistair Francis <[email protected]> |
b4f2bd1c | 613 | L: [email protected] |
e3260506 | 614 | S: Maintained |
cc0100f4 | 615 | F: hw/*/xilinx_* |
8d8b636d | 616 | F: hw/*/cadence_* |
f7e242d6 TH |
617 | F: hw/misc/zynq* |
618 | F: include/hw/misc/zynq* | |
cc0100f4 | 619 | X: hw/ssi/xilinx_* |
e3260506 | 620 | |
137805f5 | 621 | Xilinx ZynqMP |
c22e580c | 622 | M: Alistair Francis <[email protected]> |
cc0100f4 | 623 | M: Edgar E. Iglesias <[email protected]> |
b4f2bd1c | 624 | L: [email protected] |
137805f5 | 625 | S: Maintained |
cc0100f4 | 626 | F: hw/*/xlnx*.c |
f586d5fc | 627 | F: include/hw/*/xlnx*.h |
137805f5 | 628 | |
8f4d260e | 629 | ARM ACPI Subsystem |
e59f13d7 | 630 | M: Shannon Zhao <[email protected]> |
b4f2bd1c | 631 | L: [email protected] |
8f4d260e SZ |
632 | S: Maintained |
633 | F: hw/arm/virt-acpi-build.c | |
8f4d260e | 634 | |
a1f8193b AF |
635 | STM32F205 |
636 | M: Alistair Francis <[email protected]> | |
637 | S: Maintained | |
638 | F: hw/arm/stm32f205_soc.c | |
639 | F: hw/misc/stm32f2xx_syscfg.c | |
640 | F: hw/char/stm32f2xx_usart.c | |
641 | F: hw/timer/stm32f2xx_timer.c | |
642 | F: hw/adc/* | |
643 | F: hw/ssi/stm32f2xx_spi.c | |
0e0d345b | 644 | F: include/hw/*/stm32*.h |
a1f8193b AF |
645 | |
646 | Netduino 2 | |
647 | M: Alistair Francis <[email protected]> | |
648 | S: Maintained | |
649 | F: hw/arm/netduino2.c | |
650 | ||
670bc4cb SS |
651 | SmartFusion2 |
652 | M: Subbaraya Sundeep <[email protected]> | |
653 | S: Maintained | |
654 | F: hw/arm/msf2-soc.c | |
655 | F: hw/misc/msf2-sysreg.c | |
656 | F: hw/timer/mss-timer.c | |
657 | F: hw/ssi/mss-spi.c | |
658 | F: include/hw/arm/msf2-soc.h | |
659 | F: include/hw/misc/msf2-sysreg.h | |
660 | F: include/hw/timer/mss-timer.h | |
661 | F: include/hw/ssi/mss-spi.h | |
662 | ||
663 | Emcraft M2S-FG484 | |
664 | M: Subbaraya Sundeep <[email protected]> | |
665 | S: Maintained | |
666 | F: hw/arm/msf2-som.c | |
667 | ||
f87db1ba JS |
668 | ASPEED BMCs |
669 | M: Cédric Le Goater <[email protected]> | |
670 | R: Andrew Jeffery <[email protected]> | |
671 | R: Joel Stanley <[email protected]> | |
672 | L: [email protected] | |
673 | S: Maintained | |
674 | F: hw/*/*aspeed* | |
675 | F: include/hw/*/*aspeed* | |
676 | F: hw/net/ftgmac100.c | |
677 | F: include/hw/net/ftgmac100.h | |
678 | ||
c0066d1a JS |
679 | NRF51 |
680 | M: Joel Stanley <[email protected]> | |
681 | L: [email protected] | |
682 | S: Maintained | |
683 | F: hw/arm/nrf51_soc.c | |
684 | F: hw/arm/microbit.c | |
685 | F: include/hw/arm/nrf51_soc.h | |
686 | ||
fd5d5c56 AL |
687 | CRIS Machines |
688 | ------------- | |
689 | Axis Dev88 | |
690 | M: Edgar E. Iglesias <[email protected]> | |
691 | S: Maintained | |
8d8b636d | 692 | F: hw/cris/axis_dev88.c |
6e481d57 | 693 | F: hw/*/etraxfs_*.c |
fd5d5c56 | 694 | |
07bf23a7 MW |
695 | LM32 Machines |
696 | ------------- | |
697 | EVR32 and uclinux BSP | |
698 | M: Michael Walle <[email protected]> | |
699 | S: Maintained | |
8d8b636d | 700 | F: hw/lm32/lm32_boards.c |
07bf23a7 | 701 | |
d118aa6b MW |
702 | milkymist |
703 | M: Michael Walle <[email protected]> | |
704 | S: Maintained | |
8d8b636d | 705 | F: hw/lm32/milkymist.c |
d118aa6b | 706 | |
afcacd53 | 707 | M68K Machines |
fd5d5c56 AL |
708 | ------------- |
709 | an5206 | |
5baf2741 TH |
710 | M: Thomas Huth <[email protected]> |
711 | S: Odd Fixes | |
8d8b636d | 712 | F: hw/m68k/an5206.c |
e9a56114 | 713 | F: hw/m68k/mcf5206.c |
fd5d5c56 | 714 | |
fd5d5c56 | 715 | mcf5208 |
5baf2741 TH |
716 | M: Thomas Huth <[email protected]> |
717 | S: Odd Fixes | |
8d8b636d | 718 | F: hw/m68k/mcf5208.c |
e9a56114 TH |
719 | F: hw/m68k/mcf_intc.c |
720 | F: hw/char/mcf_uart.c | |
721 | F: hw/net/mcf_fec.c | |
5baf2741 | 722 | F: include/hw/m68k/mcf*.h |
fd5d5c56 AL |
723 | |
724 | MicroBlaze Machines | |
725 | ------------------- | |
726 | petalogix_s3adsp1800 | |
727 | M: Edgar E. Iglesias <[email protected]> | |
728 | S: Maintained | |
6e481d57 | 729 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
fd5d5c56 | 730 | |
d36e8ce7 | 731 | petalogix_ml605 |
4b46ba61 | 732 | M: Edgar E. Iglesias <[email protected]> |
d36e8ce7 | 733 | S: Maintained |
8d8b636d | 734 | F: hw/microblaze/petalogix_ml605_mmu.c |
d36e8ce7 | 735 | |
fd5d5c56 AL |
736 | MIPS Machines |
737 | ------------- | |
738 | Jazz | |
739 | M: Hervé Poussineau <[email protected]> | |
740 | S: Maintained | |
8d8b636d | 741 | F: hw/mips/mips_jazz.c |
fd5d5c56 AL |
742 | |
743 | Malta | |
744 | M: Aurelien Jarno <[email protected]> | |
745 | S: Maintained | |
8d8b636d | 746 | F: hw/mips/mips_malta.c |
fd5d5c56 AL |
747 | |
748 | Mipssim | |
4872fee2 | 749 | M: Aleksandar Markovic <[email protected]> |
659f42d8 | 750 | S: Odd Fixes |
8d8b636d | 751 | F: hw/mips/mips_mipssim.c |
659f42d8 | 752 | F: hw/net/mipsnet.c |
fd5d5c56 AL |
753 | |
754 | R4000 | |
755 | M: Aurelien Jarno <[email protected]> | |
756 | S: Maintained | |
8d8b636d | 757 | F: hw/mips/mips_r4k.c |
fd5d5c56 | 758 | |
659f42d8 | 759 | Fulong 2E |
4872fee2 | 760 | M: Aleksandar Markovic <[email protected]> |
659f42d8 YK |
761 | S: Odd Fixes |
762 | F: hw/mips/mips_fulong2e.c | |
0170a3fc | 763 | F: hw/isa/vt82c686.c |
4872fee2 | 764 | |
0170a3fc | 765 | F: include/hw/isa/vt82c686.h |
659f42d8 YK |
766 | |
767 | Boston | |
4872fee2 | 768 | M: Paul Burton <[email protected]> |
659f42d8 YK |
769 | S: Maintained |
770 | F: hw/core/loader-fit.c | |
771 | F: hw/mips/boston.c | |
772 | F: hw/pci-host/xilinx-pcie.c | |
773 | ||
945dad6d JL |
774 | OpenRISC Machines |
775 | ----------------- | |
776 | or1k-sim | |
777 | M: Jia Liu <[email protected]> | |
778 | S: Maintained | |
779 | F: hw/openrisc/openrisc_sim.c | |
780 | ||
fd5d5c56 AL |
781 | PowerPC Machines |
782 | ---------------- | |
783 | 405 | |
784 | M: Alexander Graf <[email protected]> | |
a6c98685 | 785 | L: [email protected] |
9b9fe135 | 786 | S: Odd Fixes |
8d8b636d | 787 | F: hw/ppc/ppc405_boards.c |
fd5d5c56 | 788 | |
aaade8d7 AF |
789 | Bamboo |
790 | M: Alexander Graf <[email protected]> | |
791 | L: [email protected] | |
792 | S: Odd Fixes | |
8d8b636d | 793 | F: hw/ppc/ppc440_bamboo.c |
aaade8d7 | 794 | |
98cded3a AF |
795 | e500 |
796 | M: Alexander Graf <[email protected]> | |
98cded3a AF |
797 | L: [email protected] |
798 | S: Supported | |
799 | F: hw/ppc/e500.[hc] | |
800 | F: hw/ppc/e500plat.c | |
b5d55020 TH |
801 | F: include/hw/ppc/ppc_e500.h |
802 | F: include/hw/pci-host/ppce500.h | |
803 | F: pc-bios/u-boot.e500 | |
98cded3a AF |
804 | |
805 | mpc8544ds | |
806 | M: Alexander Graf <[email protected]> | |
98cded3a AF |
807 | L: [email protected] |
808 | S: Supported | |
809 | F: hw/ppc/mpc8544ds.c | |
8d8b636d | 810 | F: hw/ppc/mpc8544_guts.c |
98cded3a | 811 | |
fd5d5c56 AL |
812 | New World |
813 | M: Alexander Graf <[email protected]> | |
a6c98685 | 814 | L: [email protected] |
fd5d5c56 | 815 | S: Maintained |
baec1910 | 816 | F: hw/ppc/mac_newworld.c |
6e481d57 PM |
817 | F: hw/pci-host/uninorth.c |
818 | F: hw/pci-bridge/dec.[hc] | |
8d8b636d | 819 | F: hw/misc/macio/ |
6ba16476 | 820 | F: hw/misc/mos6522.c |
b5d55020 | 821 | F: hw/nvram/mac_nvram.c |
eba45926 | 822 | F: include/hw/misc/macio/ |
6ba16476 | 823 | F: include/hw/misc/mos6522.h |
eba45926 | 824 | F: include/hw/ppc/mac_dbdma.h |
fd5d5c56 AL |
825 | |
826 | Old World | |
827 | M: Alexander Graf <[email protected]> | |
a6c98685 | 828 | L: [email protected] |
fd5d5c56 | 829 | S: Maintained |
baec1910 | 830 | F: hw/ppc/mac_oldworld.c |
6e481d57 | 831 | F: hw/pci-host/grackle.c |
8d8b636d | 832 | F: hw/misc/macio/ |
835c42d3 | 833 | F: hw/intc/heathrow_pic.c |
fd5d5c56 | 834 | |
ec38d398 | 835 | PReP |
8178e89c | 836 | M: Hervé Poussineau <[email protected]> |
9f38774d | 837 | L: [email protected] |
a6c98685 | 838 | L: [email protected] |
8178e89c | 839 | S: Maintained |
75610155 | 840 | F: hw/ppc/prep.c |
8178e89c HP |
841 | F: hw/ppc/prep_systemio.c |
842 | F: hw/ppc/rs6000_mc.c | |
6e481d57 | 843 | F: hw/pci-host/prep.[hc] |
0a9464b5 | 844 | F: hw/isa/i82378.c |
a48c6b51 | 845 | F: hw/isa/pc87312.c |
1cd6dccb | 846 | F: hw/dma/i82374.c |
cec16f0d | 847 | F: hw/timer/m48t59-isa.c |
a48c6b51 | 848 | F: include/hw/isa/pc87312.h |
cec16f0d | 849 | F: include/hw/timer/m48t59.h |
835c42d3 | 850 | F: pc-bios/ppc_rom.bin |
fd5d5c56 | 851 | |
300b115c | 852 | sPAPR |
085eb217 | 853 | M: David Gibson <[email protected]> |
8a269ca4 AF |
854 | M: Alexander Graf <[email protected]> |
855 | L: [email protected] | |
856 | S: Supported | |
8d8b636d | 857 | F: hw/*/spapr* |
f9de2da7 DG |
858 | F: include/hw/*/spapr* |
859 | F: hw/*/xics* | |
860 | F: include/hw/*/xics* | |
861 | F: pc-bios/spapr-rtas/* | |
b5d55020 TH |
862 | F: pc-bios/spapr-rtas.bin |
863 | F: pc-bios/slof.bin | |
bcad45de | 864 | F: pc-bios/skiboot.lid |
b5d55020 TH |
865 | F: docs/specs/ppc-spapr-hcalls.txt |
866 | F: docs/specs/ppc-spapr-hotplug.txt | |
a70ab357 GK |
867 | F: tests/spapr* |
868 | F: tests/libqos/*spapr* | |
869 | F: tests/rtas* | |
870 | F: tests/libqos/rtas* | |
8a269ca4 | 871 | |
794d00bf AF |
872 | virtex_ml507 |
873 | M: Edgar E. Iglesias <[email protected]> | |
874 | L: [email protected] | |
875 | S: Odd Fixes | |
6e481d57 | 876 | F: hw/ppc/virtex_ml507.c |
794d00bf | 877 | |
a9dd6604 BZ |
878 | sam460ex |
879 | M: BALATON Zoltan <[email protected]> | |
880 | L: [email protected] | |
881 | S: Maintained | |
882 | F: hw/ide/sii3112.c | |
c6f2594c | 883 | F: hw/timer/m41t80.c |
a9dd6604 | 884 | |
fd5d5c56 AL |
885 | SH4 Machines |
886 | ------------ | |
887 | R2D | |
888 | M: Magnus Damm <[email protected]> | |
889 | S: Maintained | |
6e481d57 | 890 | F: hw/sh4/r2d.c |
81527b94 TH |
891 | F: hw/intc/sh_intc.c |
892 | F: hw/timer/sh_timer.c | |
fd5d5c56 AL |
893 | |
894 | Shix | |
895 | M: Magnus Damm <[email protected]> | |
81527b94 | 896 | S: Odd Fixes |
6e481d57 | 897 | F: hw/sh4/shix.c |
fd5d5c56 AL |
898 | |
899 | SPARC Machines | |
900 | -------------- | |
901 | Sun4m | |
f2416d3a | 902 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 903 | S: Maintained |
8d8b636d | 904 | F: hw/sparc/sun4m.c |
c468e368 | 905 | F: hw/sparc/sun4m_iommu.c |
c10a1c78 | 906 | F: hw/dma/sparc32_dma.c |
7098b79e TH |
907 | F: hw/misc/eccmemctl.c |
908 | F: hw/misc/slavio_misc.c | |
c10a1c78 | 909 | F: include/hw/sparc/sparc32_dma.h |
c10a1c78 | 910 | F: pc-bios/openbios-sparc32 |
fd5d5c56 AL |
911 | |
912 | Sun4u | |
f2416d3a | 913 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 914 | S: Maintained |
8d8b636d | 915 | F: hw/sparc64/sun4u.c |
c10a1c78 | 916 | F: pc-bios/openbios-sparc64 |
fd5d5c56 | 917 | |
a2664ca0 AT |
918 | Sun4v |
919 | M: Artyom Tarasenko <[email protected]> | |
920 | S: Maintained | |
626e4a4b | 921 | F: hw/sparc64/niagara.c |
a2664ca0 AT |
922 | F: hw/timer/sun4v-rtc.c |
923 | F: include/hw/timer/sun4v-rtc.h | |
924 | ||
ce6c760c FC |
925 | Leon3 |
926 | M: Fabien Chouteau <[email protected]> | |
927 | S: Maintained | |
8d8b636d PB |
928 | F: hw/sparc/leon3.c |
929 | F: hw/*/grlib* | |
c10a1c78 | 930 | F: include/hw/sparc/grlib.h |
ce6c760c | 931 | |
fd5d5c56 AL |
932 | S390 Machines |
933 | ------------- | |
dd4ad64a | 934 | S390 Virtio-ccw |
c1976ae7 | 935 | M: Cornelia Huck <[email protected]> |
b304bf00 | 936 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
937 | M: Alexander Graf <[email protected]> |
938 | S: Supported | |
0c6aa7ee | 939 | F: hw/char/sclp*.[hc] |
9d1c4449 | 940 | F: hw/char/terminal3270.c |
c5bfb202 | 941 | F: hw/s390x/ |
4277af19 | 942 | F: include/hw/s390x/ |
c5bfb202 | 943 | F: hw/watchdog/wdt_diag288.c |
1e4738b2 | 944 | F: include/hw/watchdog/wdt_diag288.h |
1e4738b2 | 945 | F: default-configs/s390x-softmmu.mak |
3e9ed24b CH |
946 | T: git git://github.com/cohuck/qemu.git s390-next |
947 | T: git git://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 948 | L: [email protected] |
dd4ad64a | 949 | |
304584bf CH |
950 | S390-ccw Bios |
951 | M: Christian Borntraeger <[email protected]> | |
952 | M: Thomas Huth <[email protected]> | |
953 | S: Supported | |
954 | F: pc-bios/s390-ccw/ | |
955 | F: pc-bios/s390-ccw.img | |
956 | T: git git://github.com/borntraeger/qemu.git s390-next | |
957 | L: [email protected] | |
958 | ||
ab9528ca GX |
959 | UniCore32 Machines |
960 | ------------- | |
961 | PKUnity-3 SoC initramfs-with-busybox | |
962 | M: Guan Xuetao <[email protected]> | |
963 | S: Maintained | |
8d8b636d | 964 | F: hw/*/puv3* |
ab9528ca GX |
965 | F: hw/unicore32/ |
966 | ||
fd5d5c56 AL |
967 | X86 Machines |
968 | ------------ | |
969 | PC | |
046a6486 | 970 | M: Michael S. Tsirkin <[email protected]> |
fe355cbd | 971 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 972 | S: Supported |
046a6486 MT |
973 | F: include/hw/i386/ |
974 | F: hw/i386/ | |
975 | F: hw/pci-host/piix.c | |
976 | F: hw/pci-host/q35.c | |
977 | F: hw/pci-host/pam.c | |
978 | F: include/hw/pci-host/q35.h | |
979 | F: include/hw/pci-host/pam.h | |
980 | F: hw/isa/piix4.c | |
981 | F: hw/isa/lpc_ich9.c | |
982 | F: hw/i2c/smbus_ich9.c | |
983 | F: hw/acpi/piix4.c | |
984 | F: hw/acpi/ich9.c | |
985 | F: include/hw/acpi/ich9.h | |
f586d5fc | 986 | F: include/hw/acpi/piix4.h |
9cc3b73c PB |
987 | F: hw/misc/sga.c |
988 | ||
989 | PC Chipset | |
990 | M: Michael S. Tsirkin <[email protected]> | |
991 | M: Paolo Bonzini <[email protected]> | |
1732be86 | 992 | S: Supported |
9cc3b73c | 993 | F: hw/char/debugcon.c |
bb3d5ea8 | 994 | F: hw/char/parallel* |
9cc3b73c PB |
995 | F: hw/char/serial* |
996 | F: hw/dma/i8257* | |
997 | F: hw/i2c/pm_smbus.c | |
1732be86 | 998 | F: hw/input/pckbd.c |
9cc3b73c PB |
999 | F: hw/intc/apic* |
1000 | F: hw/intc/ioapic* | |
1001 | F: hw/intc/i8259* | |
1854eb28 | 1002 | F: hw/isa/isa-superio.c |
9cc3b73c PB |
1003 | F: hw/misc/debugexit.c |
1004 | F: hw/misc/pc-testdev.c | |
1005 | F: hw/timer/hpet* | |
1006 | F: hw/timer/i8254* | |
1007 | F: hw/timer/mc146818rtc* | |
edc46aff | 1008 | F: hw/watchdog/wdt_ib700.c |
866e2b37 | 1009 | F: include/hw/display/vga.h |
bb3d5ea8 | 1010 | F: include/hw/char/parallel.h |
55f613ac | 1011 | F: include/hw/dma/i8257.h |
a2feb348 | 1012 | F: include/hw/i2c/pm_smbus.h |
47973a2d | 1013 | F: include/hw/input/i8042.h |
1854eb28 | 1014 | F: include/hw/isa/superio.h |
a2feb348 TH |
1015 | F: include/hw/timer/hpet.h |
1016 | F: include/hw/timer/i8254* | |
1017 | F: include/hw/timer/mc146818rtc* | |
046a6486 | 1018 | |
5da4fb00 MT |
1019 | Machine core |
1020 | M: Eduardo Habkost <[email protected]> | |
fe355cbd | 1021 | M: Marcel Apfelbaum <[email protected]> |
5da4fb00 MT |
1022 | S: Supported |
1023 | F: hw/core/machine.c | |
c1629c5c | 1024 | F: hw/core/null-machine.c |
5da4fb00 | 1025 | F: include/hw/boards.h |
e3d038b8 | 1026 | T: git git://github.com/ehabkost/qemu.git machine-next |
fd5d5c56 | 1027 | |
16e7caae MF |
1028 | Xtensa Machines |
1029 | --------------- | |
375847a6 | 1030 | sim |
16e7caae MF |
1031 | M: Max Filippov <[email protected]> |
1032 | S: Maintained | |
437a8c11 | 1033 | F: hw/xtensa/sim.c |
375847a6 | 1034 | |
437a8c11 | 1035 | XTFPGA (LX60, LX200, ML605, KC705) |
375847a6 MF |
1036 | M: Max Filippov <[email protected]> |
1037 | S: Maintained | |
437a8c11 MF |
1038 | F: hw/xtensa/xtfpga.c |
1039 | F: hw/net/opencores_eth.c | |
16e7caae | 1040 | |
fd5d5c56 AL |
1041 | Devices |
1042 | ------- | |
b30934cb JS |
1043 | EDU |
1044 | M: Jiri Slaby <[email protected]> | |
1045 | S: Maintained | |
1046 | F: hw/misc/edu.c | |
1047 | ||
fd5d5c56 | 1048 | IDE |
c095348b JS |
1049 | M: John Snow <[email protected]> |
1050 | L: [email protected] | |
1051 | S: Supported | |
8d8b636d | 1052 | F: include/hw/ide.h |
c9f7acd5 | 1053 | F: include/hw/ide/ |
fd5d5c56 | 1054 | F: hw/ide/ |
c095348b JS |
1055 | F: hw/block/block.c |
1056 | F: hw/block/cdrom.c | |
1057 | F: hw/block/hd-geometry.c | |
1058 | F: tests/ide-test.c | |
1059 | F: tests/ahci-test.c | |
edc35b3d | 1060 | F: tests/cdrom-test.c |
aee50319 | 1061 | F: tests/libqos/ahci* |
c095348b JS |
1062 | T: git git://github.com/jnsnow/qemu.git ide |
1063 | ||
caf316ba CM |
1064 | IPMI |
1065 | M: Corey Minyard <[email protected]> | |
1066 | S: Maintained | |
1067 | F: include/hw/ipmi/* | |
1068 | F: hw/ipmi/* | |
1069 | F: hw/smbios/smbios_type_38.c | |
1070 | F: tests/ipmi* | |
1071 | T: git git://github.com/cminyard/qemu.git master-ipmi-rebase | |
1072 | ||
c095348b JS |
1073 | Floppy |
1074 | M: John Snow <[email protected]> | |
1075 | L: [email protected] | |
1076 | S: Supported | |
1077 | F: hw/block/fdc.c | |
1078 | F: include/hw/block/fdc.h | |
aee50319 | 1079 | F: tests/fdc-test.c |
c095348b | 1080 | T: git git://github.com/jnsnow/qemu.git ide |
fd5d5c56 | 1081 | |
f5f487b2 PM |
1082 | OMAP |
1083 | M: Peter Maydell <[email protected]> | |
1084 | S: Maintained | |
8d8b636d | 1085 | F: hw/*/omap* |
ed0db866 | 1086 | F: include/hw/arm/omap.h |
f5f487b2 | 1087 | |
28d54e58 PB |
1088 | IPack |
1089 | M: Alberto Garcia <[email protected]> | |
1090 | S: Odd Fixes | |
1091 | F: hw/char/ipoctal232.c | |
1092 | F: hw/ipack/ | |
1093 | ||
fd5d5c56 AL |
1094 | PCI |
1095 | M: Michael S. Tsirkin <[email protected]> | |
fe355cbd | 1096 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 1097 | S: Supported |
8d8b636d | 1098 | F: include/hw/pci/* |
f178bc6b | 1099 | F: hw/misc/pci-testdev.c |
ca818cfb | 1100 | F: hw/pci/* |
f178bc6b | 1101 | F: hw/pci-bridge/* |
68179923 PMD |
1102 | F: docs/pci* |
1103 | F: docs/specs/*pci* | |
534fd814 | 1104 | F: default-configs/pci.mak |
0e0b3592 | 1105 | |
d31e5ae7 | 1106 | ACPI/SMBIOS |
0e0b3592 MT |
1107 | M: Michael S. Tsirkin <[email protected]> |
1108 | M: Igor Mammedov <[email protected]> | |
1109 | S: Supported | |
1110 | F: include/hw/acpi/* | |
d31e5ae7 | 1111 | F: include/hw/smbios/* |
0e0b3592 | 1112 | F: hw/mem/* |
8d8b636d | 1113 | F: hw/acpi/* |
d31e5ae7 | 1114 | F: hw/smbios/* |
0e0b3592 | 1115 | F: hw/i386/acpi-build.[hc] |
0e0b3592 | 1116 | F: hw/arm/virt-acpi-build.c |
3248f1b4 BW |
1117 | F: tests/bios-tables-test.c |
1118 | F: tests/acpi-utils.[hc] | |
fd5d5c56 | 1119 | |
aaade8d7 AF |
1120 | ppc4xx |
1121 | M: Alexander Graf <[email protected]> | |
1122 | L: [email protected] | |
1123 | S: Odd Fixes | |
8d8b636d | 1124 | F: hw/ppc/ppc4*.c |
aa3a41f9 | 1125 | F: hw/i2c/ppc4xx_i2c.c |
b5d55020 | 1126 | F: include/hw/ppc/ppc4xx.h |
aa3a41f9 | 1127 | F: include/hw/i2c/ppc4xx_i2c.h |
aaade8d7 | 1128 | |
98cded3a AF |
1129 | ppce500 |
1130 | M: Alexander Graf <[email protected]> | |
98cded3a AF |
1131 | L: [email protected] |
1132 | S: Supported | |
6e481d57 | 1133 | F: hw/ppc/e500* |
566dd236 PB |
1134 | F: hw/pci-host/ppce500.c |
1135 | F: hw/net/fsl_etsec/ | |
98cded3a | 1136 | |
61af0ee6 PB |
1137 | Character devices |
1138 | M: Paolo Bonzini <[email protected]> | |
1139 | S: Odd Fixes | |
1140 | F: hw/char/ | |
1141 | ||
f536f112 PB |
1142 | Network devices |
1143 | M: Jason Wang <[email protected]> | |
1144 | S: Odd Fixes | |
1145 | F: hw/net/ | |
6061b5c6 | 1146 | F: include/hw/net/ |
6bd7776c | 1147 | F: tests/virtio-net-test.c |
f536f112 PB |
1148 | T: git git://github.com/jasowang/qemu.git net |
1149 | ||
fd5d5c56 | 1150 | SCSI |
de7724f7 | 1151 | M: Paolo Bonzini <[email protected]> |
c2380365 | 1152 | R: Fam Zheng <[email protected]> |
de7724f7 | 1153 | S: Supported |
74460f34 | 1154 | F: include/hw/scsi/* |
8d8b636d | 1155 | F: hw/scsi/* |
6bd7776c | 1156 | F: tests/virtio-scsi-test.c |
1ab09a40 | 1157 | T: git git://github.com/bonzini/qemu.git scsi-next |
de7724f7 | 1158 | |
fcb5629d | 1159 | SSI |
4b46ba61 | 1160 | M: Peter Crosthwaite <[email protected]> |
c22e580c | 1161 | M: Alistair Francis <[email protected]> |
fcb5629d | 1162 | S: Maintained |
8d8b636d PB |
1163 | F: hw/ssi/* |
1164 | F: hw/block/m25p80.c | |
982d009a | 1165 | F: include/hw/ssi/ssi.h |
4b46ba61 | 1166 | X: hw/ssi/xilinx_* |
982d009a | 1167 | F: tests/m25p80-test.c |
4b46ba61 AF |
1168 | |
1169 | Xilinx SPI | |
c22e580c | 1170 | M: Alistair Francis <[email protected]> |
4b46ba61 AF |
1171 | M: Peter Crosthwaite <[email protected]> |
1172 | S: Maintained | |
1173 | F: hw/ssi/xilinx_* | |
fcb5629d | 1174 | |
076a0fc3 PMD |
1175 | SD (Secure Card) |
1176 | M: Philippe Mathieu-Daudé <[email protected]> | |
1177 | S: Odd Fixes | |
1178 | F: include/hw/sd/sd* | |
1179 | F: hw/sd/core.c | |
1180 | F: hw/sd/sd* | |
1181 | F: tests/sd* | |
1182 | ||
fd5d5c56 | 1183 | USB |
5d0d62fe GH |
1184 | M: Gerd Hoffmann <[email protected]> |
1185 | S: Maintained | |
8d8b636d | 1186 | F: hw/usb/* |
28edfce0 | 1187 | F: tests/usb-*-test.c |
beded0ff TH |
1188 | F: docs/usb2.txt |
1189 | F: docs/usb-storage.txt | |
1190 | F: include/hw/usb.h | |
1191 | F: include/hw/usb/ | |
104ebc5f | 1192 | F: default-configs/usb.mak |
fd5d5c56 | 1193 | |
e26082fd PB |
1194 | USB (serial adapter) |
1195 | M: Gerd Hoffmann <[email protected]> | |
1196 | M: Samuel Thibault <[email protected]> | |
1197 | S: Maintained | |
1198 | F: hw/usb/dev-serial.c | |
1199 | ||
92e1fb5e AW |
1200 | VFIO |
1201 | M: Alex Williamson <[email protected]> | |
1202 | S: Supported | |
cf7087db | 1203 | F: hw/vfio/* |
99b88c6d | 1204 | F: include/hw/vfio/ |
92e1fb5e | 1205 | |
5eb74557 | 1206 | vfio-ccw |
c1976ae7 | 1207 | M: Cornelia Huck <[email protected]> |
5eb74557 DJS |
1208 | S: Supported |
1209 | F: hw/vfio/ccw.c | |
1210 | F: hw/s390x/s390-ccw.c | |
1211 | F: include/hw/s390x/s390-ccw.h | |
1212 | T: git git://github.com/cohuck/qemu.git s390-next | |
146bd283 | 1213 | L: [email protected] |
5eb74557 | 1214 | |
a51b3153 TK |
1215 | vfio-ap |
1216 | M: Christian Borntraeger <[email protected]> | |
1217 | M: Tony Krowiak <[email protected]> | |
1218 | M: Halil Pasic <[email protected]> | |
1219 | M: Pierre Morel <[email protected]> | |
1220 | S: Supported | |
1221 | F: hw/s390x/ap-device.c | |
1222 | F: hw/s390x/ap-bridge.c | |
1223 | F: include/hw/s390x/ap-device.h | |
1224 | F: include/hw/s390x/ap-bridge.h | |
2fe2942c | 1225 | F: hw/vfio/ap.c |
694a8d70 | 1226 | F: docs/vfio-ap.txt |
a51b3153 TK |
1227 | L: [email protected] |
1228 | ||
fd5d5c56 AL |
1229 | vhost |
1230 | M: Michael S. Tsirkin <[email protected]> | |
1231 | S: Supported | |
8d8b636d | 1232 | F: hw/*/*vhost* |
37f8043d | 1233 | F: docs/interop/vhost-user.txt |
fd5d5c56 AL |
1234 | |
1235 | virtio | |
a75143ed | 1236 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 1237 | S: Supported |
8d8b636d | 1238 | F: hw/*/virtio* |
72fa605d TH |
1239 | F: hw/virtio/Makefile.objs |
1240 | F: hw/virtio/trace-events | |
6a084ea3 | 1241 | F: net/vhost-user.c |
494f7b57 | 1242 | F: include/hw/virtio/ |
6bd7776c | 1243 | F: tests/virtio-balloon-test.c |
fd5d5c56 AL |
1244 | |
1245 | virtio-9p | |
8c1cd719 | 1246 | M: Greg Kurz <[email protected]> |
fd5d5c56 | 1247 | S: Supported |
aebeca25 AF |
1248 | F: hw/9pfs/ |
1249 | F: fsdev/ | |
2d888c09 | 1250 | F: tests/virtio-9p-test.c |
8c1cd719 | 1251 | T: git git://github.com/gkurz/qemu.git 9p-next |
fd5d5c56 AL |
1252 | |
1253 | virtio-blk | |
54d01a00 | 1254 | M: Stefan Hajnoczi <[email protected]> |
b457a5f5 | 1255 | L: [email protected] |
fd5d5c56 | 1256 | S: Supported |
8d8b636d | 1257 | F: hw/block/virtio-blk.c |
b457a5f5 | 1258 | F: hw/block/dataplane/* |
6bd7776c | 1259 | F: tests/virtio-blk-test.c |
b457a5f5 | 1260 | T: git git://github.com/stefanha/qemu.git block |
fd5d5c56 | 1261 | |
dd4ad64a | 1262 | virtio-ccw |
c1976ae7 | 1263 | M: Cornelia Huck <[email protected]> |
b304bf00 | 1264 | M: Christian Borntraeger <[email protected]> |
dd4ad64a | 1265 | S: Supported |
901f5f16 | 1266 | F: hw/s390x/virtio-ccw*.[hc] |
d8d4d62c | 1267 | F: hw/s390x/vhost-vsock-ccw.c |
3e9ed24b CH |
1268 | T: git git://github.com/cohuck/qemu.git s390-next |
1269 | T: git git://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 1270 | L: [email protected] |
dd4ad64a | 1271 | |
a5d4d7b5 GH |
1272 | virtio-input |
1273 | M: Gerd Hoffmann <[email protected]> | |
1274 | S: Maintained | |
1275 | F: hw/input/virtio-input*.c | |
1276 | F: include/hw/virtio/virtio-input.h | |
1277 | ||
fd5d5c56 | 1278 | virtio-serial |
cee887d9 | 1279 | M: Amit Shah <[email protected]> |
fd5d5c56 | 1280 | S: Supported |
8d8b636d PB |
1281 | F: hw/char/virtio-serial-bus.c |
1282 | F: hw/char/virtio-console.c | |
68a5e38a | 1283 | F: include/hw/virtio/virtio-serial.h |
6bd7776c GK |
1284 | F: tests/virtio-console-test.c |
1285 | F: tests/virtio-serial-test.c | |
fd5d5c56 | 1286 | |
1f51a5cb | 1287 | virtio-rng |
cee887d9 | 1288 | M: Amit Shah <[email protected]> |
1f51a5cb AS |
1289 | S: Supported |
1290 | F: hw/virtio/virtio-rng.c | |
1291 | F: include/hw/virtio/virtio-rng.h | |
750cf869 | 1292 | F: include/sysemu/rng*.h |
1f51a5cb | 1293 | F: backends/rng*.c |
6bd7776c | 1294 | F: tests/virtio-rng-test.c |
1f51a5cb | 1295 | |
6034011c GA |
1296 | virtio-crypto |
1297 | M: Gonglei <[email protected]> | |
1298 | S: Supported | |
1299 | F: hw/virtio/virtio-crypto.c | |
1300 | F: hw/virtio/virtio-crypto-pci.c | |
1301 | F: include/hw/virtio/virtio-crypto.h | |
1302 | ||
f3c507ad KB |
1303 | nvme |
1304 | M: Keith Busch <[email protected]> | |
c95e4c0e | 1305 | L: [email protected] |
f3c507ad KB |
1306 | S: Supported |
1307 | F: hw/block/nvme* | |
fc967791 | 1308 | F: tests/nvme-test.c |
f3c507ad | 1309 | |
d383c625 | 1310 | megasas |
3fdfb8b6 | 1311 | M: Hannes Reinecke <[email protected]> |
c95e4c0e | 1312 | L: [email protected] |
d383c625 HR |
1313 | S: Supported |
1314 | F: hw/scsi/megasas.c | |
1315 | F: hw/scsi/mfi.h | |
3fdfb8b6 | 1316 | F: tests/megasas-test.c |
d383c625 | 1317 | |
605d52e6 | 1318 | Network packet abstractions |
bf4835a4 | 1319 | M: Dmitry Fleytman <[email protected]> |
605d52e6 DF |
1320 | S: Maintained |
1321 | F: include/net/eth.h | |
1322 | F: net/eth.c | |
1323 | F: hw/net/net_rx_pkt* | |
1324 | F: hw/net/net_tx_pkt* | |
1325 | ||
622fb504 | 1326 | Vmware |
bf4835a4 | 1327 | M: Dmitry Fleytman <[email protected]> |
622fb504 DF |
1328 | S: Maintained |
1329 | F: hw/net/vmxnet* | |
1330 | F: hw/scsi/vmw_pvscsi* | |
5a49c1b3 | 1331 | F: tests/vmxnet3-test.c |
622fb504 | 1332 | |
de24d3f1 | 1333 | Rocker |
de24d3f1 SF |
1334 | M: Jiri Pirko <[email protected]> |
1335 | S: Maintained | |
1336 | F: hw/net/rocker/ | |
de850948 TH |
1337 | F: tests/rocker/ |
1338 | F: docs/specs/rocker.txt | |
de24d3f1 | 1339 | |
70d1fb9c | 1340 | NVDIMM |
7a5bd53d | 1341 | M: Xiao Guangrong <[email protected]> |
70d1fb9c XG |
1342 | S: Maintained |
1343 | F: hw/acpi/nvdimm.c | |
1344 | F: hw/mem/nvdimm.c | |
1345 | F: include/hw/mem/nvdimm.h | |
1346 | ||
093454e2 | 1347 | e1000x |
bf4835a4 | 1348 | M: Dmitry Fleytman <[email protected]> |
093454e2 DF |
1349 | S: Maintained |
1350 | F: hw/net/e1000x* | |
1351 | ||
6f3fbe4e | 1352 | e1000e |
bf4835a4 | 1353 | M: Dmitry Fleytman <[email protected]> |
6f3fbe4e DF |
1354 | S: Maintained |
1355 | F: hw/net/e1000e* | |
1356 | ||
ebc2327f SW |
1357 | eepro100 |
1358 | M: Stefan Weil <[email protected]> | |
1359 | S: Maintained | |
1360 | F: hw/net/eepro100.c | |
1361 | ||
e481a1f6 | 1362 | Generic Loader |
c22e580c | 1363 | M: Alistair Francis <[email protected]> |
e481a1f6 AF |
1364 | S: Maintained |
1365 | F: hw/core/generic-loader.c | |
1366 | F: include/hw/core/generic-loader.h | |
c5e2ac7e | 1367 | F: docs/generic-loader.txt |
e481a1f6 | 1368 | |
645d3cbe SH |
1369 | Intel Hexadecimal Object File Loader |
1370 | M: Su Hang <[email protected]> | |
1371 | S: Maintained | |
1372 | F: tests/hexloader-test.c | |
1373 | F: tests/hex-loader-check-data/test.hex | |
1374 | ||
87a9023a TH |
1375 | CHRP NVRAM |
1376 | M: Thomas Huth <[email protected]> | |
1377 | S: Maintained | |
1378 | F: hw/nvram/chrp_nvram.c | |
1379 | F: include/hw/nvram/chrp_nvram.h | |
1380 | F: tests/prom-env-test.c | |
1381 | ||
42697d88 BW |
1382 | VM Generation ID |
1383 | M: Ben Warren <[email protected]> | |
1384 | S: Maintained | |
1385 | F: hw/acpi/vmgenid.c | |
1386 | F: include/hw/acpi/vmgenid.h | |
1387 | F: docs/specs/vmgenid.txt | |
1388 | F: tests/vmgenid-test.c | |
1389 | F: stubs/vmgenid.c | |
1390 | ||
747969db PMD |
1391 | Unimplemented device |
1392 | M: Peter Maydell <[email protected]> | |
1393 | R: Philippe Mathieu-Daudé <[email protected]> | |
1394 | S: Maintained | |
1395 | F: include/hw/misc/unimp.h | |
1396 | F: hw/misc/unimp.c | |
1397 | ||
dbb2e472 GH |
1398 | Standard VGA |
1399 | M: Gerd Hoffmann <[email protected]> | |
1400 | S: Maintained | |
1401 | F: hw/display/vga* | |
1402 | F: hw/display/bochs-display.c | |
1403 | F: include/hw/display/vga.h | |
1404 | F: include/hw/display/bochs-vbe.h | |
1405 | ||
58d632c7 GH |
1406 | ramfb |
1407 | M: Gerd Hoffmann <[email protected]> | |
1408 | S: Maintained | |
1409 | F: hw/display/ramfb*.c | |
1410 | F: include/hw/display/ramfb.h | |
1411 | ||
dbb2e472 GH |
1412 | virtio-gpu |
1413 | M: Gerd Hoffmann <[email protected]> | |
1414 | S: Maintained | |
1415 | F: hw/display/virtio-gpu* | |
1416 | F: hw/display/virtio-vga.c | |
1417 | F: include/hw/virtio/virtio-gpu.h | |
1418 | ||
1419 | Cirrus VGA | |
1420 | M: Gerd Hoffmann <[email protected]> | |
1421 | S: Odd Fixes | |
1422 | W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ | |
1423 | F: hw/display/cirrus* | |
1424 | ||
72d277a7 GH |
1425 | EDID Generator |
1426 | M: Gerd Hoffmann <[email protected]> | |
1427 | S: Maintained | |
1428 | F: hw/display/edid* | |
1429 | F: include/hw/display/edid.h | |
1430 | F: qemu-edid.c | |
1431 | ||
fd5d5c56 AL |
1432 | Subsystems |
1433 | ---------- | |
1434 | Audio | |
9f575846 | 1435 | M: Gerd Hoffmann <[email protected]> |
fd5d5c56 AL |
1436 | S: Maintained |
1437 | F: audio/ | |
8d8b636d | 1438 | F: hw/audio/ |
a2b245ae | 1439 | F: include/hw/audio/ |
d7b50c0c | 1440 | F: tests/ac97-test.c |
8fa74c94 | 1441 | F: tests/es1370-test.c |
fbaf445a | 1442 | F: tests/intel-hda-test.c |
fd5d5c56 | 1443 | |
17f1e8f5 | 1444 | Block layer core |
fd5d5c56 | 1445 | M: Kevin Wolf <[email protected]> |
c4189d85 | 1446 | M: Max Reitz <[email protected]> |
c95e4c0e | 1447 | L: [email protected] |
fd5d5c56 AL |
1448 | S: Supported |
1449 | F: block* | |
1450 | F: block/ | |
8d8b636d | 1451 | F: hw/block/ |
4c346e0b | 1452 | F: include/block/ |
46078760 KW |
1453 | F: qemu-img* |
1454 | F: qemu-io* | |
29242091 | 1455 | F: tests/qemu-iotests/ |
8dd30c86 | 1456 | F: util/qemu-progress.c |
0bcc8e5b | 1457 | F: qobject/block-qdict.c |
c468e368 | 1458 | F: tests/check-block-qdict.c |
d48addda | 1459 | T: git git://repo.or.cz/qemu/kevin.git block |
fd5d5c56 | 1460 | |
d55053b1 SH |
1461 | Block I/O path |
1462 | M: Stefan Hajnoczi <[email protected]> | |
9ca3003d | 1463 | M: Fam Zheng <[email protected]> |
d55053b1 SH |
1464 | L: [email protected] |
1465 | S: Supported | |
36c697bd PB |
1466 | F: util/async.c |
1467 | F: util/aio-*.c | |
d55053b1 SH |
1468 | F: block/io.c |
1469 | F: migration/block* | |
e1029ae2 | 1470 | F: include/block/aio.h |
f5a53faa | 1471 | F: include/block/aio-wait.h |
0a4f9ad1 | 1472 | F: scripts/qemugdb/aio.py |
d55053b1 SH |
1473 | T: git git://github.com/stefanha/qemu.git block |
1474 | ||
e5b5728c PB |
1475 | Block SCSI subsystem |
1476 | M: Paolo Bonzini <[email protected]> | |
c2380365 | 1477 | R: Fam Zheng <[email protected]> |
e5b5728c PB |
1478 | L: [email protected] |
1479 | S: Supported | |
1480 | F: include/scsi/* | |
1481 | F: scsi/* | |
1482 | ||
280458a3 JC |
1483 | Block Jobs |
1484 | M: Jeff Cody <[email protected]> | |
1485 | L: [email protected] | |
1486 | S: Supported | |
1487 | F: blockjob.c | |
1488 | F: include/block/blockjob.h | |
33e9e9bd | 1489 | F: job.c |
1a90bc81 | 1490 | F: job-qmp.c |
c468e368 | 1491 | F: include/qemu/job.h |
280458a3 JC |
1492 | F: block/backup.c |
1493 | F: block/commit.c | |
77346025 | 1494 | F: block/stream.c |
280458a3 | 1495 | F: block/mirror.c |
bf42508f | 1496 | F: qapi/job.json |
280458a3 JC |
1497 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
1498 | ||
4120201d MA |
1499 | Block QAPI, monitor, command line |
1500 | M: Markus Armbruster <[email protected]> | |
1501 | S: Supported | |
1502 | F: blockdev.c | |
1503 | F: block/qapi.c | |
1504 | F: qapi/block*.json | |
fa988e39 | 1505 | F: qapi/transaction.json |
4120201d MA |
1506 | T: git git://repo.or.cz/qemu/armbru.git block-next |
1507 | ||
538193bc JS |
1508 | Dirty Bitmaps |
1509 | M: Fam Zheng <[email protected]> | |
1510 | M: John Snow <[email protected]> | |
1511 | L: [email protected] | |
1512 | S: Supported | |
1513 | F: util/hbitmap.c | |
1514 | F: block/dirty-bitmap.c | |
1515 | F: include/qemu/hbitmap.h | |
1516 | F: include/block/dirty-bitmap.h | |
1517 | F: tests/test-hbitmap.c | |
5746c1cd | 1518 | F: docs/interop/bitmaps.rst |
538193bc JS |
1519 | T: git git://github.com/famz/qemu.git bitmaps |
1520 | T: git git://github.com/jnsnow/qemu.git bitmaps | |
1521 | ||
61af0ee6 | 1522 | Character device backends |
da26f37a | 1523 | M: Paolo Bonzini <[email protected]> |
55fc84a7 | 1524 | M: Marc-André Lureau <[email protected]> |
fd5d5c56 | 1525 | S: Maintained |
178fe0ae | 1526 | F: chardev/ |
8228e353 | 1527 | F: include/chardev/ |
dbeee392 | 1528 | F: qapi/char.json |
fd5d5c56 | 1529 | |
e26082fd PB |
1530 | Character Devices (Braille) |
1531 | M: Samuel Thibault <[email protected]> | |
1532 | S: Maintained | |
6b10e573 | 1533 | F: chardev/baum.c |
fd5d5c56 | 1534 | |
e94630d3 MA |
1535 | Command line option argument parsing |
1536 | M: Markus Armbruster <[email protected]> | |
1537 | S: Supported | |
1538 | F: include/qemu/option.h | |
1539 | F: tests/test-keyval.c | |
1540 | F: tests/test-qemu-opts.c | |
1541 | F: util/keyval.c | |
1542 | F: util/qemu-option.c | |
1543 | ||
8c413e79 MA |
1544 | Coverity model |
1545 | M: Markus Armbruster <[email protected]> | |
1546 | S: Supported | |
1547 | F: scripts/coverity-model.c | |
1548 | ||
f2ca0524 | 1549 | CPU |
12b0e69c | 1550 | L: [email protected] |
f2ca0524 AF |
1551 | S: Supported |
1552 | F: qom/cpu.c | |
6e481d57 | 1553 | F: include/qom/cpu.h |
f2ca0524 | 1554 | |
d24b569a | 1555 | Device Tree |
4b46ba61 | 1556 | M: Peter Crosthwaite <[email protected]> |
d24b569a PC |
1557 | M: Alexander Graf <[email protected]> |
1558 | S: Maintained | |
82407515 TH |
1559 | F: device_tree.c |
1560 | F: include/sysemu/device_tree.h | |
d24b569a | 1561 | |
3505a22b MAL |
1562 | Dump |
1563 | S: Supported | |
1564 | M: Marc-André Lureau <[email protected]> | |
1565 | F: dump.c | |
1566 | F: hw/misc/vmcoreinfo.c | |
1567 | F: include/hw/misc/vmcoreinfo.h | |
1568 | F: include/sysemu/dump-arch.h | |
1569 | F: include/sysemu/dump.h | |
1570 | F: scripts/dump-guest-memory.py | |
1571 | F: stubs/dump.c | |
1572 | ||
4f966768 MA |
1573 | Error reporting |
1574 | M: Markus Armbruster <[email protected]> | |
1575 | S: Supported | |
1576 | F: include/qapi/error.h | |
1577 | F: include/qemu/error-report.h | |
1578 | F: util/error.c | |
1579 | F: util/qemu-error.c | |
1580 | ||
fd5d5c56 | 1581 | GDB stub |
5dd4a88c | 1582 | L: [email protected] |
fd5d5c56 AL |
1583 | S: Odd Fixes |
1584 | F: gdbstub* | |
1585 | F: gdb-xml/ | |
1586 | ||
01a9c03c PB |
1587 | Memory API |
1588 | M: Paolo Bonzini <[email protected]> | |
1589 | S: Supported | |
1590 | F: include/exec/ioport.h | |
1591 | F: ioport.c | |
1592 | F: include/exec/memory.h | |
2b1641d0 | 1593 | F: include/exec/ram_addr.h |
01a9c03c PB |
1594 | F: memory.c |
1595 | F: include/exec/memory-internal.h | |
1596 | F: exec.c | |
1597 | ||
7ee3bf03 GH |
1598 | SPICE |
1599 | M: Gerd Hoffmann <[email protected]> | |
1600 | S: Supported | |
6e481d57 | 1601 | F: include/ui/qemu-spice.h |
438528a3 | 1602 | F: include/ui/spice-display.h |
7ee3bf03 GH |
1603 | F: ui/spice-*.c |
1604 | F: audio/spiceaudio.c | |
8d8b636d | 1605 | F: hw/display/qxl* |
608cfed6 | 1606 | F: qapi/ui.json |
7ee3bf03 | 1607 | |
fd5d5c56 | 1608 | Graphics |
25eccc37 GH |
1609 | M: Gerd Hoffmann <[email protected]> |
1610 | S: Odd Fixes | |
fd5d5c56 | 1611 | F: ui/ |
e220656c | 1612 | F: include/ui/ |
608cfed6 | 1613 | F: qapi/ui.json |
b1d38037 | 1614 | F: util/drm.c |
fd5d5c56 | 1615 | |
351f1bf6 | 1616 | Cocoa graphics |
30ef3c74 | 1617 | M: Peter Maydell <[email protected]> |
351f1bf6 AF |
1618 | S: Odd Fixes |
1619 | F: ui/cocoa.m | |
1620 | ||
fd5d5c56 | 1621 | Main loop |
da26f37a PB |
1622 | M: Paolo Bonzini <[email protected]> |
1623 | S: Maintained | |
1624 | F: cpus.c | |
3ecb29a3 PB |
1625 | F: util/main-loop.c |
1626 | F: util/qemu-timer.c | |
fd5d5c56 | 1627 | F: vl.c |
0e201d34 | 1628 | F: qapi/run-state.json |
fd5d5c56 | 1629 | |
8899b4ae | 1630 | Human Monitor (HMP) |
c833fb4a | 1631 | M: Dr. David Alan Gilbert <[email protected]> |
fbb0621a | 1632 | S: Maintained |
fd5d5c56 | 1633 | F: monitor.c |
c13e9912 TH |
1634 | F: hmp.[ch] |
1635 | F: hmp-commands*.hx | |
1636 | F: include/monitor/hmp-target.h | |
bbcee372 | 1637 | F: tests/test-hmp.c |
fd5d5c56 | 1638 | |
f536f112 | 1639 | Network device backends |
442469e6 | 1640 | M: Jason Wang <[email protected]> |
fd5d5c56 AL |
1641 | S: Maintained |
1642 | F: net/ | |
d24b2b1c | 1643 | F: include/net/ |
5fc51cc3 | 1644 | T: git git://github.com/jasowang/qemu.git net |
3c0bd37d | 1645 | F: qapi/net.json |
fd5d5c56 | 1646 | |
aee09baf VM |
1647 | Netmap network backend |
1648 | M: Luigi Rizzo <[email protected]> | |
1649 | M: Giuseppe Lettieri <[email protected]> | |
1650 | M: Vincenzo Maffione <[email protected]> | |
1651 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
1652 | S: Maintained | |
1653 | F: net/netmap.c | |
1654 | ||
2f54eb98 EH |
1655 | NUMA |
1656 | M: Eduardo Habkost <[email protected]> | |
1657 | S: Maintained | |
1658 | F: numa.c | |
1659 | F: include/sysemu/numa.h | |
e3d038b8 | 1660 | T: git git://github.com/ehabkost/qemu.git machine-next |
2f54eb98 | 1661 | |
4fc264f4 EH |
1662 | Host Memory Backends |
1663 | M: Eduardo Habkost <[email protected]> | |
1664 | M: Igor Mammedov <[email protected]> | |
1665 | S: Maintained | |
1666 | F: backends/hostmem*.c | |
1667 | F: include/sysemu/hostmem.h | |
e3d038b8 | 1668 | T: git git://github.com/ehabkost/qemu.git machine-next |
4fc264f4 | 1669 | |
6034011c GA |
1670 | Cryptodev Backends |
1671 | M: Gonglei <[email protected]> | |
1672 | S: Maintained | |
1673 | F: include/sysemu/cryptodev*.h | |
1674 | F: backends/cryptodev*.c | |
1675 | ||
ad904f66 EH |
1676 | Python scripts |
1677 | M: Eduardo Habkost <[email protected]> | |
1678 | M: Cleber Rosa <[email protected]> | |
1679 | S: Odd fixes | |
1680 | F: scripts/qmp/* | |
1681 | F: scripts/*.py | |
1682 | F: tests/*.py | |
1683 | ||
8899b4ae | 1684 | QAPI |
9740618c | 1685 | M: Markus Armbruster <[email protected]> |
8899b4ae | 1686 | M: Michael Roth <[email protected]> |
9740618c | 1687 | S: Supported |
8899b4ae | 1688 | F: qapi/ |
0311c5bd | 1689 | X: qapi/*.json |
ac4abb9a MA |
1690 | F: include/qapi/ |
1691 | X: include/qapi/qmp/ | |
1692 | F: include/qapi/qmp/dispatch.h | |
c0bd0b50 | 1693 | F: tests/qapi-schema/ |
ac4abb9a | 1694 | F: tests/test-*-visitor.c |
e94630d3 | 1695 | F: tests/test-qapi-*.c |
ac4abb9a | 1696 | F: tests/test-qmp-*.c |
e94630d3 | 1697 | F: tests/test-visitor-serialization.c |
be25fcc4 MA |
1698 | F: scripts/qapi-gen.py |
1699 | F: scripts/qapi/* | |
c39cdbf6 | 1700 | F: docs/devel/qapi* |
9740618c | 1701 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1702 | |
7810d291 LC |
1703 | QAPI Schema |
1704 | M: Eric Blake <[email protected]> | |
7810d291 LC |
1705 | M: Markus Armbruster <[email protected]> |
1706 | S: Supported | |
0311c5bd | 1707 | F: qapi/*.json |
9740618c | 1708 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
7810d291 | 1709 | |
f3582ba4 | 1710 | QObject |
daf5dc78 MA |
1711 | M: Markus Armbruster <[email protected]> |
1712 | S: Supported | |
f3582ba4 | 1713 | F: qobject/ |
7735d2b5 MA |
1714 | F: include/qapi/qmp/ |
1715 | X: include/qapi/qmp/dispatch.h | |
a2f3453e | 1716 | F: scripts/coccinelle/qobject.cocci |
7735d2b5 | 1717 | F: tests/check-qdict.c |
01b2ffce | 1718 | F: tests/check-qnum.c |
7735d2b5 MA |
1719 | F: tests/check-qjson.c |
1720 | F: tests/check-qlist.c | |
1721 | F: tests/check-qstring.c | |
daf5dc78 | 1722 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
f3582ba4 | 1723 | |
f05d9999 MR |
1724 | QEMU Guest Agent |
1725 | M: Michael Roth <[email protected]> | |
1726 | S: Maintained | |
1727 | F: qga/ | |
ab7f9f7d PMD |
1728 | F: qemu-ga.texi |
1729 | F: scripts/qemu-guest-agent/ | |
1730 | F: tests/test-qga.c | |
1731 | F: docs/interop/qemu-ga-ref.texi | |
f05d9999 MR |
1732 | T: git git://github.com/mdroth/qemu.git qga |
1733 | ||
4688c94c | 1734 | QOM |
4688c94c AF |
1735 | M: Andreas Färber <[email protected]> |
1736 | S: Supported | |
1737 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
1738 | F: include/qom/ | |
1739 | X: include/qom/cpu.h | |
1740 | F: qom/ | |
1741 | X: qom/cpu.c | |
9f4aa7ce AF |
1742 | F: tests/check-qom-interface.c |
1743 | F: tests/check-qom-proplist.c | |
4688c94c | 1744 | |
8899b4ae | 1745 | QMP |
9740618c LC |
1746 | M: Markus Armbruster <[email protected]> |
1747 | S: Supported | |
8899b4ae LC |
1748 | F: qmp.c |
1749 | F: monitor.c | |
c39cdbf6 | 1750 | F: docs/devel/*qmp-* |
9740618c | 1751 | F: scripts/qmp/ |
f66e7ac8 | 1752 | F: tests/qmp-test.c |
d93bb9d5 | 1753 | F: tests/qmp-cmd-test.c |
9740618c | 1754 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1755 | |
98a43bf0 PB |
1756 | qtest |
1757 | M: Paolo Bonzini <[email protected]> | |
1758 | M: Thomas Huth <[email protected]> | |
1759 | M: Laurent Vivier <[email protected]> | |
1760 | S: Maintained | |
1761 | F: qtest.c | |
1762 | F: tests/libqtest.* | |
1763 | F: tests/libqos/ | |
1764 | F: tests/*-test.c | |
1765 | ||
cc0100f4 | 1766 | Register API |
c22e580c | 1767 | M: Alistair Francis <[email protected]> |
cc0100f4 AF |
1768 | S: Maintained |
1769 | F: hw/core/register.c | |
1770 | F: include/hw/register.h | |
06a7b243 | 1771 | F: include/hw/registerfields.h |
cc0100f4 | 1772 | |
fd5d5c56 | 1773 | SLIRP |
eda509fa | 1774 | M: Samuel Thibault <[email protected]> |
bafc72ab JK |
1775 | M: Jan Kiszka <[email protected]> |
1776 | S: Maintained | |
fd5d5c56 | 1777 | F: slirp/ |
663fb1e1 | 1778 | F: net/slirp.c |
d24b2b1c | 1779 | F: include/net/slirp.h |
02cffe24 | 1780 | T: git https://people.debian.org/~sthibault/qemu.git slirp |
1ab09a40 | 1781 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 1782 | |
b1ed728a PB |
1783 | Stubs |
1784 | M: Paolo Bonzini <[email protected]> | |
1785 | S: Maintained | |
1786 | F: stubs/ | |
1787 | ||
598a3f35 | 1788 | Tracing |
1cd0f8ce | 1789 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
1790 | S: Maintained |
1791 | F: trace/ | |
0e076292 TH |
1792 | F: trace-events |
1793 | F: qemu-option-trace.texi | |
f70fd8fd LV |
1794 | F: scripts/tracetool.py |
1795 | F: scripts/tracetool/ | |
c39cdbf6 | 1796 | F: docs/devel/tracing.txt |
1ab09a40 | 1797 | T: git git://github.com/stefanha/qemu.git tracing |
598a3f35 | 1798 | |
3859b6cf | 1799 | TPM |
1f63669e | 1800 | M: Stefan Berger <[email protected]> |
6b4f250b | 1801 | S: Maintained |
3859b6cf | 1802 | F: tpm.c |
c39f95dc | 1803 | F: stubs/tpm.c |
3859b6cf MA |
1804 | F: hw/tpm/* |
1805 | F: include/hw/acpi/tpm.h | |
1806 | F: include/sysemu/tpm* | |
1807 | F: qapi/tpm.json | |
6b4f250b | 1808 | F: backends/tpm.c |
adb0e917 | 1809 | F: tests/*tpm* |
d3e21650 | 1810 | T: git git://github.com/stefanberger/qemu-tpm.git tpm-next |
3859b6cf | 1811 | |
14f40fdc | 1812 | Checkpatch |
14f40fdc BS |
1813 | S: Odd Fixes |
1814 | F: scripts/checkpatch.pl | |
1815 | ||
c0787c8d JQ |
1816 | Migration |
1817 | M: Juan Quintela <[email protected]> | |
d7fc72ce | 1818 | M: Dr. David Alan Gilbert <[email protected]> |
c0787c8d JQ |
1819 | S: Maintained |
1820 | F: include/migration/ | |
44a1f946 | 1821 | F: migration/ |
c5515640 AS |
1822 | F: scripts/vmstate-static-checker.py |
1823 | F: tests/vmstate-static-checker-data/ | |
2656bfd9 | 1824 | F: tests/migration-test.c |
c468e368 | 1825 | F: docs/devel/migration.rst |
48685a8e | 1826 | F: qapi/migration.json |
c0787c8d | 1827 | |
92bfedb0 | 1828 | Seccomp |
064983cb | 1829 | M: Eduardo Otubo <[email protected]> |
92bfedb0 EO |
1830 | S: Supported |
1831 | F: qemu-seccomp.c | |
1832 | F: include/sysemu/seccomp.h | |
1833 | ||
ddbb0d09 DB |
1834 | Cryptography |
1835 | M: Daniel P. Berrange <[email protected]> | |
1836 | S: Maintained | |
1837 | F: crypto/ | |
1838 | F: include/crypto/ | |
1839 | F: tests/test-crypto-* | |
3947ecfc | 1840 | F: tests/benchmark-crypto-* |
899833cd | 1841 | F: qemu.sasl |
ddbb0d09 | 1842 | |
10817bf0 DB |
1843 | Coroutines |
1844 | M: Stefan Hajnoczi <[email protected]> | |
1845 | M: Kevin Wolf <[email protected]> | |
1846 | F: util/*coroutine* | |
1847 | F: include/qemu/coroutine* | |
1848 | F: tests/test-coroutine.c | |
1849 | ||
88c5f205 DB |
1850 | Buffers |
1851 | M: Daniel P. Berrange <[email protected]> | |
1852 | S: Odd fixes | |
1853 | F: util/buffer.c | |
1854 | F: include/qemu/buffer.h | |
1855 | ||
666a3af9 DB |
1856 | I/O Channels |
1857 | M: Daniel P. Berrange <[email protected]> | |
1858 | S: Maintained | |
1859 | F: io/ | |
1860 | F: include/io/ | |
1861 | F: tests/test-io-* | |
1862 | ||
5614a283 GH |
1863 | Sockets |
1864 | M: Daniel P. Berrange <[email protected]> | |
1865 | M: Gerd Hoffmann <[email protected]> | |
1866 | M: Paolo Bonzini <[email protected]> | |
1867 | S: Maintained | |
1868 | F: include/qemu/sockets.h | |
1869 | F: util/qemu-sockets.c | |
a2ff5a48 | 1870 | F: qapi/sockets.json |
5614a283 | 1871 | |
d310d85b AG |
1872 | Throttling infrastructure |
1873 | M: Alberto Garcia <[email protected]> | |
1874 | S: Supported | |
1875 | F: block/throttle-groups.c | |
1876 | F: include/block/throttle-groups.h | |
89603938 | 1877 | F: include/qemu/throttle*.h |
d310d85b | 1878 | F: util/throttle.c |
89603938 PMD |
1879 | F: docs/throttle.txt |
1880 | F: tests/test-throttle.c | |
d310d85b AG |
1881 | L: [email protected] |
1882 | ||
080d7aac FZ |
1883 | UUID |
1884 | M: Fam Zheng <[email protected]> | |
1885 | S: Supported | |
1886 | F: util/uuid.c | |
1887 | F: include/qemu/uuid.h | |
1888 | F: tests/test-uuid.c | |
1889 | ||
a4cc318e HZ |
1890 | COLO Framework |
1891 | M: zhanghailiang <[email protected]> | |
1892 | S: Maintained | |
1893 | F: migration/colo* | |
1894 | F: include/migration/colo.h | |
1895 | F: include/migration/failover.h | |
1896 | F: docs/COLO-FT.txt | |
1897 | ||
88f82ed1 | 1898 | COLO Proxy |
b38576cd | 1899 | M: Zhang Chen <[email protected]> |
88f82ed1 ZC |
1900 | M: Li Zhijian <[email protected]> |
1901 | S: Supported | |
1902 | F: docs/colo-proxy.txt | |
1903 | F: net/colo* | |
1904 | F: net/filter-rewriter.c | |
1905 | F: net/filter-mirror.c | |
1906 | ||
62258201 PD |
1907 | Record/replay |
1908 | M: Pavel Dovgalyuk <[email protected]> | |
1909 | R: Paolo Bonzini <[email protected]> | |
70b7fba9 | 1910 | W: https://wiki.qemu.org/Features/record-replay |
62258201 PD |
1911 | S: Supported |
1912 | F: replay/* | |
1913 | F: block/blkreplay.c | |
1914 | F: net/filter-replay.c | |
1915 | F: include/sysemu/replay.h | |
1916 | F: docs/replay.txt | |
1917 | F: stubs/replay.c | |
1918 | ||
eecf5eed PX |
1919 | IOVA Tree |
1920 | M: Peter Xu <[email protected]> | |
1921 | S: Maintained | |
1922 | F: include/qemu/iova-tree.h | |
1923 | F: util/iova-tree.c | |
1924 | ||
5ee547bb VP |
1925 | elf2dmp |
1926 | M: Viktor Prutyanov <[email protected]> | |
1927 | S: Maintained | |
1928 | F: contrib/elf2dmp/ | |
1929 | ||
fd5d5c56 AL |
1930 | Usermode Emulation |
1931 | ------------------ | |
486bbe5f PB |
1932 | Overall |
1933 | M: Riku Voipio <[email protected]> | |
1934 | S: Maintained | |
1935 | F: thunk.c | |
58410666 | 1936 | F: accel/tcg/user-exec*.c |
486bbe5f | 1937 | |
fd5d5c56 | 1938 | BSD user |
297e8005 | 1939 | S: Orphan |
fd5d5c56 | 1940 | F: bsd-user/ |
ccf0a57b | 1941 | F: default-configs/*-bsd-user.mak |
fd5d5c56 | 1942 | |
fd5d5c56 AL |
1943 | Linux user |
1944 | M: Riku Voipio <[email protected]> | |
ecc1f5ad | 1945 | R: Laurent Vivier <[email protected]> |
fd5d5c56 AL |
1946 | S: Maintained |
1947 | F: linux-user/ | |
ccf0a57b | 1948 | F: default-configs/*-linux-user.mak |
e5dd9875 | 1949 | F: scripts/qemu-binfmt-conf.sh |
42f5a7e9 AJ |
1950 | |
1951 | Tiny Code Generator (TCG) | |
1952 | ------------------------- | |
1953 | Common code | |
cc7772bd | 1954 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
1955 | S: Maintained |
1956 | F: tcg/ | |
1957 | ||
b25a464c CF |
1958 | AArch64 target |
1959 | M: Claudio Fontana <[email protected]> | |
1960 | M: Claudio Fontana <[email protected]> | |
1961 | S: Maintained | |
b4f2bd1c | 1962 | L: [email protected] |
b25a464c | 1963 | F: tcg/aarch64/ |
c17652ee PB |
1964 | F: disas/arm-a64.cc |
1965 | F: disas/libvixl/ | |
b25a464c | 1966 | |
42f5a7e9 AJ |
1967 | ARM target |
1968 | M: Andrzej Zaborowski <[email protected]> | |
1969 | S: Maintained | |
b4f2bd1c | 1970 | L: [email protected] |
42f5a7e9 | 1971 | F: tcg/arm/ |
c17652ee | 1972 | F: disas/arm.c |
42f5a7e9 | 1973 | |
42f5a7e9 | 1974 | i386 target |
5dd4a88c | 1975 | L: [email protected] |
42f5a7e9 AJ |
1976 | S: Maintained |
1977 | F: tcg/i386/ | |
c17652ee | 1978 | F: disas/i386.c |
42f5a7e9 | 1979 | |
42f5a7e9 | 1980 | MIPS target |
d6eec7a2 | 1981 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
1982 | S: Maintained |
1983 | F: tcg/mips/ | |
c17652ee | 1984 | F: disas/mips.c |
42f5a7e9 AJ |
1985 | |
1986 | PPC | |
15610d42 PK |
1987 | M: Richard Henderson <[email protected]> |
1988 | S: Odd Fixes | |
42f5a7e9 | 1989 | F: tcg/ppc/ |
c17652ee | 1990 | F: disas/ppc.c |
42f5a7e9 AJ |
1991 | |
1992 | S390 target | |
1993 | M: Alexander Graf <[email protected]> | |
1994 | M: Richard Henderson <[email protected]> | |
1995 | S: Maintained | |
1996 | F: tcg/s390/ | |
c17652ee | 1997 | F: disas/s390.c |
146bd283 | 1998 | L: [email protected] |
42f5a7e9 AJ |
1999 | |
2000 | SPARC target | |
297e8005 | 2001 | S: Odd Fixes |
42f5a7e9 | 2002 | F: tcg/sparc/ |
c17652ee | 2003 | F: disas/sparc.c |
bc75c9e5 SW |
2004 | |
2005 | TCI target | |
2006 | M: Stefan Weil <[email protected]> | |
2007 | S: Maintained | |
8ef9cd55 | 2008 | F: tcg/tci/ |
752a2ae2 | 2009 | F: tcg/tci.c |
c17652ee | 2010 | F: disas/tci.c |
aa09c951 | 2011 | |
f05b328c SH |
2012 | Block drivers |
2013 | ------------- | |
2014 | VMDK | |
2015 | M: Fam Zheng <[email protected]> | |
c95e4c0e | 2016 | L: [email protected] |
f05b328c SH |
2017 | S: Supported |
2018 | F: block/vmdk.c | |
2019 | ||
2020 | RBD | |
5a8ac6d9 | 2021 | M: Josh Durgin <[email protected]> |
280458a3 JC |
2022 | M: Jeff Cody <[email protected]> |
2023 | L: [email protected] | |
f05b328c SH |
2024 | S: Supported |
2025 | F: block/rbd.c | |
280458a3 | 2026 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
2027 | |
2028 | Sheepdog | |
f05b328c | 2029 | M: Liu Yuan <[email protected]> |
280458a3 JC |
2030 | M: Jeff Cody <[email protected]> |
2031 | L: [email protected] | |
f05b328c SH |
2032 | S: Supported |
2033 | F: block/sheepdog.c | |
280458a3 | 2034 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
2035 | |
2036 | VHDX | |
2037 | M: Jeff Cody <[email protected]> | |
280458a3 | 2038 | L: [email protected] |
f05b328c SH |
2039 | S: Supported |
2040 | F: block/vhdx* | |
280458a3 | 2041 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
2042 | |
2043 | VDI | |
2044 | M: Stefan Weil <[email protected]> | |
c95e4c0e | 2045 | L: [email protected] |
f05b328c SH |
2046 | S: Maintained |
2047 | F: block/vdi.c | |
2048 | ||
2049 | iSCSI | |
2050 | M: Ronnie Sahlberg <[email protected]> | |
2051 | M: Paolo Bonzini <[email protected]> | |
2052 | M: Peter Lieven <[email protected]> | |
c95e4c0e | 2053 | L: [email protected] |
f05b328c SH |
2054 | S: Supported |
2055 | F: block/iscsi.c | |
2deb63c2 | 2056 | F: block/iscsi-opts.c |
f05b328c | 2057 | |
99c62e70 EB |
2058 | Network Block Device (NBD) |
2059 | M: Eric Blake <[email protected]> | |
2060 | M: Paolo Bonzini <[email protected]> | |
2061 | L: [email protected] | |
2062 | S: Maintained | |
2063 | F: block/nbd* | |
2064 | F: nbd/ | |
2065 | F: include/block/nbd* | |
2066 | F: qemu-nbd.* | |
2067 | F: blockdev-nbd.c | |
3229a835 | 2068 | F: docs/interop/nbd.txt |
99c62e70 EB |
2069 | T: git git://repo.or.cz/qemu/ericb.git nbd |
2070 | ||
6542aa9c | 2071 | NFS |
280458a3 | 2072 | M: Jeff Cody <[email protected]> |
6542aa9c | 2073 | M: Peter Lieven <[email protected]> |
280458a3 | 2074 | L: [email protected] |
6542aa9c PL |
2075 | S: Maintained |
2076 | F: block/nfs.c | |
280458a3 | 2077 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
6542aa9c | 2078 | |
f05b328c SH |
2079 | SSH |
2080 | M: Richard W.M. Jones <[email protected]> | |
280458a3 JC |
2081 | M: Jeff Cody <[email protected]> |
2082 | L: [email protected] | |
f05b328c SH |
2083 | S: Supported |
2084 | F: block/ssh.c | |
280458a3 | 2085 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
c9a12e75 | 2086 | |
280458a3 JC |
2087 | CURL |
2088 | M: Jeff Cody <[email protected]> | |
2089 | L: [email protected] | |
2090 | S: Supported | |
2091 | F: block/curl.c | |
2092 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
2093 | ||
2094 | GLUSTER | |
2095 | M: Jeff Cody <[email protected]> | |
2096 | L: [email protected] | |
2097 | S: Supported | |
2098 | F: block/gluster.c | |
2099 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
b5e9476c | 2100 | |
199667a8 FZ |
2101 | Null Block Driver |
2102 | M: Fam Zheng <[email protected]> | |
2103 | L: [email protected] | |
2104 | S: Supported | |
2105 | F: block/null.c | |
2106 | ||
bdd6a90a FZ |
2107 | NVMe Block Driver |
2108 | M: Fam Zheng <[email protected]> | |
2109 | L: [email protected] | |
2110 | S: Supported | |
2111 | F: block/nvme* | |
2112 | ||
b5e9476c GA |
2113 | Bootdevice |
2114 | M: Gonglei <[email protected]> | |
2115 | S: Maintained | |
2116 | F: bootdevice.c | |
ecdda9e0 AG |
2117 | |
2118 | Quorum | |
2119 | M: Alberto Garcia <[email protected]> | |
2120 | S: Supported | |
2121 | F: block/quorum.c | |
2122 | L: [email protected] | |
e7c6e631 | 2123 | |
bfcc224e AV |
2124 | blklogwrites |
2125 | M: Ari Sundholm <[email protected]> | |
2126 | L: [email protected] | |
2127 | S: Supported | |
2128 | F: block/blklogwrites.c | |
2129 | ||
e7c6e631 SH |
2130 | blkverify |
2131 | M: Stefan Hajnoczi <[email protected]> | |
2132 | L: [email protected] | |
2133 | S: Supported | |
2134 | F: block/blkverify.c | |
2135 | ||
2136 | bochs | |
2137 | M: Stefan Hajnoczi <[email protected]> | |
2138 | L: [email protected] | |
2139 | S: Supported | |
2140 | F: block/bochs.c | |
2141 | ||
2142 | cloop | |
2143 | M: Stefan Hajnoczi <[email protected]> | |
2144 | L: [email protected] | |
2145 | S: Supported | |
2146 | F: block/cloop.c | |
2147 | ||
2148 | dmg | |
2149 | M: Stefan Hajnoczi <[email protected]> | |
2150 | L: [email protected] | |
2151 | S: Supported | |
2152 | F: block/dmg.c | |
2153 | ||
2154 | parallels | |
2155 | M: Stefan Hajnoczi <[email protected]> | |
f3073712 | 2156 | M: Denis V. Lunev <[email protected]> |
e7c6e631 SH |
2157 | L: [email protected] |
2158 | S: Supported | |
2159 | F: block/parallels.c | |
5746c1cd | 2160 | F: docs/interop/parallels.txt |
e7c6e631 SH |
2161 | |
2162 | qed | |
2163 | M: Stefan Hajnoczi <[email protected]> | |
2164 | L: [email protected] | |
2165 | S: Supported | |
2166 | F: block/qed.c | |
2167 | ||
2168 | raw | |
2169 | M: Kevin Wolf <[email protected]> | |
2170 | L: [email protected] | |
2171 | S: Supported | |
2172 | F: block/linux-aio.c | |
f586d5fc | 2173 | F: include/block/raw-aio.h |
2e6fc7eb | 2174 | F: block/raw-format.c |
c1bb86cd EB |
2175 | F: block/file-posix.c |
2176 | F: block/file-win32.c | |
e7c6e631 SH |
2177 | F: block/win32-aio.c |
2178 | ||
2179 | qcow2 | |
2180 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 2181 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
2182 | L: [email protected] |
2183 | S: Supported | |
2184 | F: block/qcow2* | |
b24f9882 | 2185 | F: docs/interop/qcow2.txt |
e7c6e631 SH |
2186 | |
2187 | qcow | |
2188 | M: Kevin Wolf <[email protected]> | |
2189 | L: [email protected] | |
2190 | S: Supported | |
2191 | F: block/qcow.c | |
2192 | ||
2193 | blkdebug | |
2194 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 2195 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
2196 | L: [email protected] |
2197 | S: Supported | |
2198 | F: block/blkdebug.c | |
2199 | ||
2200 | vpc | |
2201 | M: Kevin Wolf <[email protected]> | |
2202 | L: [email protected] | |
2203 | S: Supported | |
2204 | F: block/vpc.c | |
2205 | ||
2206 | vvfat | |
2207 | M: Kevin Wolf <[email protected]> | |
2208 | L: [email protected] | |
2209 | S: Supported | |
2210 | F: block/vvfat.c | |
abfe4e94 SH |
2211 | |
2212 | Image format fuzzer | |
2213 | M: Stefan Hajnoczi <[email protected]> | |
2214 | L: [email protected] | |
2215 | S: Supported | |
2216 | F: tests/image-fuzzer/ | |
717171bd | 2217 | |
049105a3 | 2218 | Replication |
205f8618 | 2219 | M: Wen Congyang <[email protected]> |
3ccc0a01 | 2220 | M: Xie Changlong <[email protected]> |
049105a3 CX |
2221 | S: Supported |
2222 | F: replication* | |
2223 | F: block/replication.c | |
2224 | F: tests/test-replication.c | |
2225 | F: docs/block-replication.txt | |
2226 | ||
a3defabb MA |
2227 | PVRDMA |
2228 | M: Yuval Shaia <[email protected]> | |
fe355cbd | 2229 | M: Marcel Apfelbaum <[email protected]> |
a3defabb MA |
2230 | S: Maintained |
2231 | F: hw/rdma/* | |
2232 | F: hw/rdma/vmw/* | |
2233 | F: docs/pvrdma.txt | |
2234 | ||
b9e02c06 AB |
2235 | Build and test automation |
2236 | ------------------------- | |
0475a03e | 2237 | Build and test automation |
b9e02c06 | 2238 | M: Alex Bennée <[email protected]> |
e70dc7f8 | 2239 | M: Fam Zheng <[email protected]> |
32b9ca98 | 2240 | R: Philippe Mathieu-Daudé <[email protected]> |
b9e02c06 | 2241 | L: [email protected] |
e70dc7f8 | 2242 | S: Maintained |
b9e02c06 | 2243 | F: .travis.yml |
0708e647 | 2244 | F: scripts/travis/ |
d92d886a | 2245 | F: .shippable.yml |
e70dc7f8 | 2246 | F: tests/docker/ |
18023821 | 2247 | F: tests/vm/ |
e70dc7f8 | 2248 | W: https://travis-ci.org/qemu/qemu |
2a747008 | 2249 | W: https://app.shippable.com/github/qemu/qemu |
e70dc7f8 | 2250 | W: http://patchew.org/QEMU/ |
717171bd | 2251 | |
7e97017e AB |
2252 | Guest Test Compilation Support |
2253 | M: Alex Bennée <[email protected]> | |
2254 | R: Philippe Mathieu-Daudé <[email protected]> | |
2255 | F: tests/tcg/Makefile | |
c722a9e4 | 2256 | F: tests/tcg/Makefile.include |
7e97017e AB |
2257 | L: [email protected] |
2258 | ||
717171bd DB |
2259 | Documentation |
2260 | ------------- | |
2261 | Build system architecture | |
2262 | M: Daniel P. Berrange <[email protected]> | |
2263 | S: Odd Fixes | |
c39cdbf6 | 2264 | F: docs/devel/build-system.txt |
8a49e97f | 2265 | |
b02c9bc3 MA |
2266 | Incompatible changes |
2267 | R: [email protected] | |
2268 | F: qemu-deprecated.texi | |
2269 | ||
aef45d51 DB |
2270 | Build System |
2271 | ------------ | |
2272 | GIT submodules | |
2273 | M: Daniel P. Berrange <[email protected]> | |
2274 | S: Odd Fixes | |
2275 | F: scripts/git-submodule.sh |