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