]>
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 | ------------------------------ | |
64 | W: http://wiki.qemu.org/SecurityProcess | |
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 | ||
fd5d5c56 AL |
79 | Guest CPU cores (TCG): |
80 | ---------------------- | |
486bbe5f | 81 | Overall |
5dd4a88c | 82 | L: [email protected] |
2b1641d0 PB |
83 | M: Paolo Bonzini <[email protected]> |
84 | M: Peter Crosthwaite <[email protected]> | |
85 | M: Richard Henderson <[email protected]> | |
86 | S: Maintained | |
486bbe5f | 87 | F: cpu-exec.c |
2b1641d0 PB |
88 | F: cpu-exec-common.c |
89 | F: cpus.c | |
486bbe5f | 90 | F: cputlb.c |
2b1641d0 | 91 | F: exec.c |
486bbe5f | 92 | F: softmmu_template.h |
2b1641d0 PB |
93 | F: translate-all.* |
94 | F: translate-common.c | |
95 | F: include/exec/cpu*.h | |
96 | F: include/exec/exec-all.h | |
486bbe5f | 97 | F: include/exec/helper*.h |
2b1641d0 | 98 | F: include/exec/tb-hash.h |
460423d3 | 99 | F: include/sysemu/cpus.h |
486bbe5f | 100 | |
1badb586 PM |
101 | FPU emulation |
102 | M: Aurelien Jarno <[email protected]> | |
103 | M: Peter Maydell <[email protected]> | |
104 | S: Odd Fixes | |
105 | F: fpu/ | |
106 | F: include/fpu/ | |
107 | ||
fd5d5c56 | 108 | Alpha |
8d6df264 RH |
109 | M: Richard Henderson <[email protected]> |
110 | S: Maintained | |
fcf5ef2a | 111 | F: target/alpha/ |
8d8b636d | 112 | F: hw/alpha/ |
c0bd0b50 | 113 | F: tests/tcg/alpha/ |
c17652ee | 114 | F: disas/alpha.c |
b6f97c14 | 115 | |
b6f97c14 | 116 | ARM |
1ce9ce6a | 117 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 118 | L: [email protected] |
fd5d5c56 | 119 | S: Maintained |
fcf5ef2a | 120 | F: target/arm/ |
8d8b636d PB |
121 | F: hw/arm/ |
122 | F: hw/cpu/a*mpcore.c | |
f7e242d6 | 123 | F: include/hw/cpu/a*mpcore.h |
c17652ee PB |
124 | F: disas/arm.c |
125 | F: disas/arm-a64.cc | |
126 | F: disas/libvixl/ | |
fd5d5c56 AL |
127 | |
128 | CRIS | |
129 | M: Edgar E. Iglesias <[email protected]> | |
130 | S: Maintained | |
fcf5ef2a | 131 | F: target/cris/ |
8d8b636d | 132 | F: hw/cris/ |
c9b90090 | 133 | F: include/hw/cris/ |
c0bd0b50 | 134 | F: tests/tcg/cris/ |
c17652ee | 135 | F: disas/cris.c |
fd5d5c56 | 136 | |
61766fe9 RH |
137 | HPPA (PA-RISC) |
138 | M: Richard Henderson <[email protected]> | |
139 | S: Maintained | |
140 | F: target/hppa/ | |
141 | F: disas/hppa.c | |
142 | ||
07bf23a7 MW |
143 | LM32 |
144 | M: Michael Walle <[email protected]> | |
145 | S: Maintained | |
fcf5ef2a | 146 | F: target/lm32/ |
4eab7a0a | 147 | F: disas/lm32.c |
8d8b636d | 148 | F: hw/lm32/ |
4eab7a0a MW |
149 | F: hw/*/lm32_* |
150 | F: hw/*/milkymist-* | |
151 | F: include/hw/char/lm32_juart.h | |
152 | F: include/hw/lm32/ | |
c0bd0b50 | 153 | F: tests/tcg/lm32/ |
07bf23a7 | 154 | |
fd5d5c56 | 155 | M68K |
595a926d LV |
156 | M: Laurent Vivier <[email protected]> |
157 | S: Maintained | |
fcf5ef2a | 158 | F: target/m68k/ |
e9a56114 | 159 | F: disas/m68k.c |
fd5d5c56 AL |
160 | |
161 | MicroBlaze | |
162 | M: Edgar E. Iglesias <[email protected]> | |
163 | S: Maintained | |
fcf5ef2a | 164 | F: target/microblaze/ |
8d8b636d | 165 | F: hw/microblaze/ |
c17652ee | 166 | F: disas/microblaze.c |
fd5d5c56 | 167 | |
b6f97c14 | 168 | MIPS |
ddb13561 | 169 | M: Aurelien Jarno <[email protected]> |
78851fa5 | 170 | M: Yongbok Kim <[email protected]> |
6f640917 | 171 | S: Maintained |
fcf5ef2a | 172 | F: target/mips/ |
8d8b636d | 173 | F: hw/mips/ |
5995db88 TH |
174 | F: hw/misc/mips_* |
175 | F: hw/intc/mips_gic.c | |
176 | F: hw/timer/mips_gictimer.c | |
177 | F: include/hw/mips/ | |
178 | F: include/hw/misc/mips_* | |
179 | F: include/hw/intc/mips_gic.h | |
180 | F: include/hw/timer/mips_gictimer.h | |
c0bd0b50 | 181 | F: tests/tcg/mips/ |
c17652ee | 182 | F: disas/mips.c |
fd5d5c56 | 183 | |
d15a9c23 AG |
184 | Moxie |
185 | M: Anthony Green <[email protected]> | |
186 | S: Maintained | |
fcf5ef2a | 187 | F: target/moxie/ |
c17652ee | 188 | F: disas/moxie.c |
a3ccdfb5 TH |
189 | F: hw/moxie/ |
190 | F: default-configs/moxie-softmmu.mak | |
d15a9c23 | 191 | |
e671711c MV |
192 | NiosII |
193 | M: Chris Wulff <[email protected]> | |
194 | M: Marek Vasut <[email protected]> | |
195 | S: Maintained | |
196 | F: target/nios2/ | |
197 | F: hw/nios2/ | |
198 | F: disas/nios2.c | |
199 | ||
945dad6d | 200 | OpenRISC |
1d7cf18d SH |
201 | M: Stafford Horne <[email protected]> |
202 | S: Odd Fixes | |
fcf5ef2a | 203 | F: target/openrisc/ |
945dad6d | 204 | F: hw/openrisc/ |
c0bd0b50 | 205 | F: tests/tcg/openrisc/ |
945dad6d | 206 | |
b6f97c14 | 207 | PowerPC |
b4daafbd | 208 | M: David Gibson <[email protected]> |
fd5d5c56 | 209 | M: Alexander Graf <[email protected]> |
a6c98685 | 210 | L: [email protected] |
fd5d5c56 | 211 | S: Maintained |
fcf5ef2a | 212 | F: target/ppc/ |
8d8b636d | 213 | F: hw/ppc/ |
b5d55020 | 214 | F: include/hw/ppc/ |
c17652ee | 215 | F: disas/ppc.c |
fd5d5c56 AL |
216 | |
217 | S390 | |
2b35e93f | 218 | M: Richard Henderson <[email protected]> |
fd5d5c56 AL |
219 | M: Alexander Graf <[email protected]> |
220 | S: Maintained | |
fcf5ef2a | 221 | F: target/s390x/ |
8d8b636d | 222 | F: hw/s390x/ |
c17652ee | 223 | F: disas/s390.c |
fd5d5c56 | 224 | |
b6f97c14 | 225 | SH4 |
ddb13561 | 226 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 227 | S: Odd Fixes |
fcf5ef2a | 228 | F: target/sh4/ |
8d8b636d | 229 | F: hw/sh4/ |
c17652ee | 230 | F: disas/sh4.c |
8a90f900 | 231 | F: include/hw/sh4/ |
fd5d5c56 AL |
232 | |
233 | SPARC | |
f2416d3a | 234 | M: Mark Cave-Ayland <[email protected]> |
2c742bf7 | 235 | M: Artyom Tarasenko <[email protected]> |
fd5d5c56 | 236 | S: Maintained |
fcf5ef2a | 237 | F: target/sparc/ |
8d8b636d PB |
238 | F: hw/sparc/ |
239 | F: hw/sparc64/ | |
c17652ee | 240 | F: disas/sparc.c |
fd5d5c56 | 241 | |
a6ea7b4c AF |
242 | UniCore32 |
243 | M: Guan Xuetao <[email protected]> | |
244 | S: Maintained | |
fcf5ef2a | 245 | F: target/unicore32/ |
8d8b636d | 246 | F: hw/unicore32/ |
47b98d59 | 247 | F: include/hw/unicore32/ |
a6ea7b4c | 248 | |
fd5d5c56 | 249 | X86 |
d46d72fd PB |
250 | M: Paolo Bonzini <[email protected]> |
251 | M: Richard Henderson <[email protected]> | |
e1a04339 | 252 | M: Eduardo Habkost <[email protected]> |
b203a4ba | 253 | S: Maintained |
fcf5ef2a | 254 | F: target/i386/ |
8d8b636d | 255 | F: hw/i386/ |
c17652ee | 256 | F: disas/i386.c |
fd5d5c56 | 257 | |
16e7caae MF |
258 | Xtensa |
259 | M: Max Filippov <[email protected]> | |
375847a6 | 260 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
16e7caae | 261 | S: Maintained |
fcf5ef2a | 262 | F: target/xtensa/ |
8d8b636d | 263 | F: hw/xtensa/ |
c0bd0b50 | 264 | F: tests/tcg/xtensa/ |
16e7caae | 265 | |
48e06fe0 BK |
266 | TriCore |
267 | M: Bastian Koppelmann <[email protected]> | |
268 | S: Maintained | |
fcf5ef2a | 269 | F: target/tricore/ |
48e06fe0 | 270 | F: hw/tricore/ |
d46d14e6 | 271 | F: include/hw/tricore/ |
48e06fe0 | 272 | |
fd5d5c56 AL |
273 | Guest CPU Cores (KVM): |
274 | ---------------------- | |
275 | ||
276 | Overall | |
c6d559d9 | 277 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
278 | L: [email protected] |
279 | S: Supported | |
280 | F: kvm-* | |
281 | F: */kvm.* | |
a95e9a48 | 282 | F: include/sysemu/kvm*.h |
fd5d5c56 | 283 | |
ed4659d1 PM |
284 | ARM |
285 | M: Peter Maydell <[email protected]> | |
b4f2bd1c | 286 | L: [email protected] |
ed4659d1 | 287 | S: Maintained |
fcf5ef2a | 288 | F: target/arm/kvm.c |
ed4659d1 | 289 | |
a31896c4 JH |
290 | MIPS |
291 | M: James Hogan <[email protected]> | |
292 | S: Maintained | |
fcf5ef2a | 293 | F: target/mips/kvm.c |
a31896c4 | 294 | |
fd5d5c56 AL |
295 | PPC |
296 | M: Alexander Graf <[email protected]> | |
297 | S: Maintained | |
fcf5ef2a | 298 | F: target/ppc/kvm.c |
fd5d5c56 | 299 | |
749717a0 | 300 | S390 |
b304bf00 CB |
301 | M: Christian Borntraeger <[email protected]> |
302 | M: Cornelia Huck <[email protected]> | |
fd5d5c56 AL |
303 | M: Alexander Graf <[email protected]> |
304 | S: Maintained | |
fcf5ef2a TH |
305 | F: target/s390x/kvm.c |
306 | F: target/s390x/ioinst.[ch] | |
307 | F: target/s390x/machine.c | |
4277af19 CH |
308 | F: hw/intc/s390_flic.c |
309 | F: hw/intc/s390_flic_kvm.c | |
310 | F: include/hw/s390x/s390_flic.h | |
c5bfb202 | 311 | F: gdb-xml/s390*.xml |
3e9ed24b CH |
312 | T: git git://github.com/cohuck/qemu.git s390-next |
313 | T: git git://github.com/borntraeger/qemu.git s390-next | |
fd5d5c56 AL |
314 | |
315 | X86 | |
d46d72fd | 316 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
317 | M: Marcelo Tosatti <[email protected]> |
318 | L: [email protected] | |
319 | S: Supported | |
fcf5ef2a | 320 | F: target/i386/kvm.c |
fd5d5c56 | 321 | |
8a6b0cd7 SS |
322 | Guest CPU Cores (Xen): |
323 | ---------------------- | |
324 | ||
325 | X86 | |
3623c57e SS |
326 | M: Stefano Stabellini <[email protected]> |
327 | M: Anthony Perard <[email protected]> | |
6d06220a | 328 | L: [email protected] |
8a6b0cd7 SS |
329 | S: Supported |
330 | F: xen-* | |
331 | F: */xen* | |
d6a3f64a | 332 | F: hw/9pfs/xen-9p-backend.c |
c92451c2 PB |
333 | F: hw/char/xen_console.c |
334 | F: hw/display/xenfb.c | |
335 | F: hw/net/xen_nic.c | |
9027ac50 | 336 | F: hw/block/xen_* |
c92451c2 PB |
337 | F: hw/xen/ |
338 | F: hw/xenpv/ | |
9027ac50 | 339 | F: hw/i386/xen/ |
c92451c2 | 340 | F: include/hw/xen/ |
9027ac50 | 341 | F: include/sysemu/xen-mapcache.h |
8a6b0cd7 | 342 | |
1bdd6874 SW |
343 | Hosts: |
344 | ------ | |
345 | ||
346 | LINUX | |
347 | L: [email protected] | |
348 | S: Maintained | |
349 | F: linux-* | |
350 | F: linux-headers/ | |
351 | ||
352 | POSIX | |
353 | L: [email protected] | |
354 | S: Maintained | |
355 | F: *posix* | |
356 | ||
3c2bdbc1 KR |
357 | NETBSD |
358 | L: [email protected] | |
359 | M: Kamil Rytarowski <[email protected]> | |
360 | S: Maintained | |
361 | K: (?i)NetBSD | |
362 | ||
1bdd6874 SW |
363 | W32, W64 |
364 | L: [email protected] | |
365 | M: Stefan Weil <[email protected]> | |
366 | S: Maintained | |
367 | F: *win32* | |
03972660 TH |
368 | F: */*win32* |
369 | F: include/*/*win32* | |
370 | X: qga/*win32* | |
885bdc95 | 371 | F: qemu.nsi |
1bdd6874 | 372 | |
fd5d5c56 AL |
373 | ARM Machines |
374 | ------------ | |
84291fe7 | 375 | Allwinner-a10 |
85b4d5da | 376 | M: Beniamino Galvani <[email protected]> |
b4f2bd1c | 377 | L: [email protected] |
84291fe7 | 378 | S: Maintained |
85b4d5da BG |
379 | F: hw/*/allwinner* |
380 | F: include/hw/*/allwinner* | |
84291fe7 LG |
381 | F: hw/arm/cubieboard.c |
382 | ||
06271000 PB |
383 | ARM PrimeCell |
384 | M: Peter Maydell <[email protected]> | |
b4f2bd1c | 385 | L: [email protected] |
06271000 PB |
386 | S: Maintained |
387 | F: hw/char/pl011.c | |
388 | F: hw/display/pl110* | |
389 | F: hw/dma/pl080.c | |
390 | F: hw/dma/pl330.c | |
391 | F: hw/gpio/pl061.c | |
392 | F: hw/input/pl050.c | |
393 | F: hw/intc/pl190.c | |
394 | F: hw/sd/pl181.c | |
395 | F: hw/timer/pl031.c | |
396 | F: include/hw/arm/primecell.h | |
397 | ||
398 | ARM cores | |
399 | M: Peter Maydell <[email protected]> | |
b4f2bd1c | 400 | L: [email protected] |
06271000 PB |
401 | S: Maintained |
402 | F: hw/intc/arm* | |
403 | F: hw/intc/gic_internal.h | |
404 | F: hw/misc/a9scu.c | |
405 | F: hw/misc/arm11scu.c | |
406 | F: hw/timer/a9gtimer* | |
407 | F: hw/timer/arm_* | |
408 | F: include/hw/arm/arm.h | |
409 | F: include/hw/intc/arm* | |
410 | F: include/hw/misc/a9scu.h | |
411 | F: include/hw/misc/arm11scu.h | |
412 | F: include/hw/timer/a9gtimer.h | |
413 | F: include/hw/timer/arm_mptimer.h | |
414 | ||
fc63dcff | 415 | Exynos |
f44c5c67 | 416 | M: Igor Mitsyanko <[email protected]> |
b4f2bd1c | 417 | L: [email protected] |
fc63dcff | 418 | S: Maintained |
8d8b636d | 419 | F: hw/*/exynos* |
ed0db866 | 420 | F: include/hw/arm/exynos4210.h |
fc63dcff | 421 | |
766fd09f | 422 | Calxeda Highbank |
9ef137ca | 423 | M: Rob Herring <[email protected]> |
b4f2bd1c | 424 | L: [email protected] |
9ef137ca | 425 | S: Maintained |
8d8b636d PB |
426 | F: hw/arm/highbank.c |
427 | F: hw/net/xgmac.c | |
766fd09f | 428 | |
9082f121 AP |
429 | Canon DIGIC |
430 | M: Antony Pavlov <[email protected]> | |
b4f2bd1c | 431 | L: [email protected] |
9082f121 AP |
432 | S: Maintained |
433 | F: include/hw/arm/digic.h | |
434 | F: hw/*/digic* | |
435 | ||
fd5d5c56 | 436 | Gumstix |
5dd4a88c | 437 | L: [email protected] |
b4f2bd1c | 438 | L: [email protected] |
fd5d5c56 | 439 | S: Orphan |
8d8b636d | 440 | F: hw/arm/gumstix.c |
fd5d5c56 | 441 | |
0325559d PC |
442 | i.MX31 |
443 | M: Peter Chubb <[email protected]> | |
b4f2bd1c | 444 | L: [email protected] |
0325559d | 445 | S: Odd fixes |
8d8b636d | 446 | F: hw/*/imx* |
f7e242d6 | 447 | F: include/hw/*/imx* |
8d8b636d | 448 | F: hw/arm/kzm.c |
ed0db866 | 449 | F: include/hw/arm/fsl-imx31.h |
0325559d | 450 | |
fd5d5c56 | 451 | Integrator CP |
1ce9ce6a | 452 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 453 | L: [email protected] |
fd5d5c56 | 454 | S: Maintained |
8d8b636d | 455 | F: hw/arm/integratorcp.c |
f7e242d6 | 456 | F: hw/misc/arm_integrator_debug.c |
fd5d5c56 | 457 | |
fd5d5c56 AL |
458 | Musicpal |
459 | M: Jan Kiszka <[email protected]> | |
b4f2bd1c | 460 | L: [email protected] |
fd5d5c56 | 461 | S: Maintained |
8d8b636d | 462 | F: hw/arm/musicpal.c |
fd5d5c56 AL |
463 | |
464 | nSeries | |
465 | M: Andrzej Zaborowski <[email protected]> | |
b4f2bd1c | 466 | L: [email protected] |
fd5d5c56 | 467 | S: Maintained |
8d8b636d | 468 | F: hw/arm/nseries.c |
fd5d5c56 AL |
469 | |
470 | Palm | |
471 | M: Andrzej Zaborowski <[email protected]> | |
b4f2bd1c | 472 | L: [email protected] |
fd5d5c56 | 473 | S: Maintained |
8d8b636d | 474 | F: hw/arm/palm.c |
fd5d5c56 AL |
475 | |
476 | Real View | |
1ce9ce6a | 477 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 478 | L: [email protected] |
fd5d5c56 | 479 | S: Maintained |
8d8b636d | 480 | F: hw/arm/realview* |
f7e242d6 | 481 | F: hw/cpu/realview_mpcore.c |
5ea53049 PB |
482 | F: hw/intc/realview_gic.c |
483 | F: include/hw/intc/realview_gic.h | |
fd5d5c56 | 484 | |
9b31bff0 | 485 | PXA2XX |
fd5d5c56 | 486 | M: Andrzej Zaborowski <[email protected]> |
b4f2bd1c | 487 | L: [email protected] |
fd5d5c56 | 488 | S: Maintained |
9b31bff0 | 489 | F: hw/arm/mainstone.c |
8d8b636d | 490 | F: hw/arm/spitz.c |
9b31bff0 PB |
491 | F: hw/arm/tosa.c |
492 | F: hw/arm/z2.c | |
493 | F: hw/*/pxa2xx* | |
f7e242d6 | 494 | F: hw/misc/mst_fpga.c |
ed0db866 | 495 | F: include/hw/arm/pxa.h |
fd5d5c56 AL |
496 | |
497 | Stellaris | |
1ce9ce6a | 498 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 499 | L: [email protected] |
fd5d5c56 | 500 | S: Maintained |
8d8b636d | 501 | F: hw/*/stellaris* |
fd5d5c56 AL |
502 | |
503 | Versatile PB | |
1ce9ce6a | 504 | M: Peter Maydell <[email protected]> |
b4f2bd1c | 505 | L: [email protected] |
fd5d5c56 | 506 | S: Maintained |
8d8b636d | 507 | F: hw/*/versatile* |
fd5d5c56 | 508 | |
e3260506 | 509 | Xilinx Zynq |
cc0100f4 | 510 | M: Edgar E. Iglesias <[email protected]> |
4b46ba61 | 511 | M: Alistair Francis <[email protected]> |
b4f2bd1c | 512 | L: [email protected] |
e3260506 | 513 | S: Maintained |
cc0100f4 | 514 | F: hw/*/xilinx_* |
8d8b636d | 515 | F: hw/*/cadence_* |
f7e242d6 TH |
516 | F: hw/misc/zynq* |
517 | F: include/hw/misc/zynq* | |
cc0100f4 | 518 | X: hw/ssi/xilinx_* |
e3260506 | 519 | |
137805f5 AF |
520 | Xilinx ZynqMP |
521 | M: Alistair Francis <[email protected]> | |
cc0100f4 | 522 | M: Edgar E. Iglesias <[email protected]> |
b4f2bd1c | 523 | L: [email protected] |
137805f5 | 524 | S: Maintained |
cc0100f4 | 525 | F: hw/*/xlnx*.c |
f586d5fc | 526 | F: include/hw/*/xlnx*.h |
137805f5 | 527 | |
8f4d260e SZ |
528 | ARM ACPI Subsystem |
529 | M: Shannon Zhao <[email protected]> | |
530 | M: Shannon Zhao <[email protected]> | |
b4f2bd1c | 531 | L: [email protected] |
8f4d260e SZ |
532 | S: Maintained |
533 | F: hw/arm/virt-acpi-build.c | |
8f4d260e | 534 | |
a1f8193b AF |
535 | STM32F205 |
536 | M: Alistair Francis <[email protected]> | |
537 | S: Maintained | |
538 | F: hw/arm/stm32f205_soc.c | |
539 | F: hw/misc/stm32f2xx_syscfg.c | |
540 | F: hw/char/stm32f2xx_usart.c | |
541 | F: hw/timer/stm32f2xx_timer.c | |
542 | F: hw/adc/* | |
543 | F: hw/ssi/stm32f2xx_spi.c | |
544 | ||
545 | Netduino 2 | |
546 | M: Alistair Francis <[email protected]> | |
547 | S: Maintained | |
548 | F: hw/arm/netduino2.c | |
549 | ||
fd5d5c56 AL |
550 | CRIS Machines |
551 | ------------- | |
552 | Axis Dev88 | |
553 | M: Edgar E. Iglesias <[email protected]> | |
554 | S: Maintained | |
8d8b636d | 555 | F: hw/cris/axis_dev88.c |
6e481d57 | 556 | F: hw/*/etraxfs_*.c |
fd5d5c56 | 557 | |
07bf23a7 MW |
558 | LM32 Machines |
559 | ------------- | |
560 | EVR32 and uclinux BSP | |
561 | M: Michael Walle <[email protected]> | |
562 | S: Maintained | |
8d8b636d | 563 | F: hw/lm32/lm32_boards.c |
07bf23a7 | 564 | |
d118aa6b MW |
565 | milkymist |
566 | M: Michael Walle <[email protected]> | |
567 | S: Maintained | |
8d8b636d | 568 | F: hw/lm32/milkymist.c |
d118aa6b | 569 | |
afcacd53 | 570 | M68K Machines |
fd5d5c56 AL |
571 | ------------- |
572 | an5206 | |
5baf2741 TH |
573 | M: Thomas Huth <[email protected]> |
574 | S: Odd Fixes | |
8d8b636d | 575 | F: hw/m68k/an5206.c |
e9a56114 | 576 | F: hw/m68k/mcf5206.c |
fd5d5c56 | 577 | |
fd5d5c56 | 578 | mcf5208 |
5baf2741 TH |
579 | M: Thomas Huth <[email protected]> |
580 | S: Odd Fixes | |
8d8b636d | 581 | F: hw/m68k/mcf5208.c |
e9a56114 TH |
582 | F: hw/m68k/mcf_intc.c |
583 | F: hw/char/mcf_uart.c | |
584 | F: hw/net/mcf_fec.c | |
5baf2741 | 585 | F: include/hw/m68k/mcf*.h |
fd5d5c56 AL |
586 | |
587 | MicroBlaze Machines | |
588 | ------------------- | |
589 | petalogix_s3adsp1800 | |
590 | M: Edgar E. Iglesias <[email protected]> | |
591 | S: Maintained | |
6e481d57 | 592 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
fd5d5c56 | 593 | |
d36e8ce7 | 594 | petalogix_ml605 |
4b46ba61 | 595 | M: Edgar E. Iglesias <[email protected]> |
d36e8ce7 | 596 | S: Maintained |
8d8b636d | 597 | F: hw/microblaze/petalogix_ml605_mmu.c |
d36e8ce7 | 598 | |
fd5d5c56 AL |
599 | MIPS Machines |
600 | ------------- | |
601 | Jazz | |
602 | M: Hervé Poussineau <[email protected]> | |
603 | S: Maintained | |
8d8b636d | 604 | F: hw/mips/mips_jazz.c |
fd5d5c56 AL |
605 | |
606 | Malta | |
607 | M: Aurelien Jarno <[email protected]> | |
608 | S: Maintained | |
8d8b636d | 609 | F: hw/mips/mips_malta.c |
fd5d5c56 AL |
610 | |
611 | Mipssim | |
659f42d8 YK |
612 | M: Yongbok Kim <[email protected]> |
613 | S: Odd Fixes | |
8d8b636d | 614 | F: hw/mips/mips_mipssim.c |
659f42d8 | 615 | F: hw/net/mipsnet.c |
fd5d5c56 AL |
616 | |
617 | R4000 | |
618 | M: Aurelien Jarno <[email protected]> | |
619 | S: Maintained | |
8d8b636d | 620 | F: hw/mips/mips_r4k.c |
fd5d5c56 | 621 | |
659f42d8 YK |
622 | Fulong 2E |
623 | M: Yongbok Kim <[email protected]> | |
624 | S: Odd Fixes | |
625 | F: hw/mips/mips_fulong2e.c | |
626 | ||
627 | Boston | |
628 | M: Paul Burton <[email protected]> | |
629 | S: Maintained | |
630 | F: hw/core/loader-fit.c | |
631 | F: hw/mips/boston.c | |
632 | F: hw/pci-host/xilinx-pcie.c | |
633 | ||
945dad6d JL |
634 | OpenRISC Machines |
635 | ----------------- | |
636 | or1k-sim | |
637 | M: Jia Liu <[email protected]> | |
638 | S: Maintained | |
639 | F: hw/openrisc/openrisc_sim.c | |
640 | ||
fd5d5c56 AL |
641 | PowerPC Machines |
642 | ---------------- | |
643 | 405 | |
644 | M: Alexander Graf <[email protected]> | |
a6c98685 | 645 | L: [email protected] |
9b9fe135 | 646 | S: Odd Fixes |
8d8b636d | 647 | F: hw/ppc/ppc405_boards.c |
fd5d5c56 | 648 | |
aaade8d7 AF |
649 | Bamboo |
650 | M: Alexander Graf <[email protected]> | |
651 | L: [email protected] | |
652 | S: Odd Fixes | |
8d8b636d | 653 | F: hw/ppc/ppc440_bamboo.c |
aaade8d7 | 654 | |
98cded3a AF |
655 | e500 |
656 | M: Alexander Graf <[email protected]> | |
98cded3a AF |
657 | L: [email protected] |
658 | S: Supported | |
659 | F: hw/ppc/e500.[hc] | |
660 | F: hw/ppc/e500plat.c | |
b5d55020 TH |
661 | F: include/hw/ppc/ppc_e500.h |
662 | F: include/hw/pci-host/ppce500.h | |
663 | F: pc-bios/u-boot.e500 | |
98cded3a AF |
664 | |
665 | mpc8544ds | |
666 | M: Alexander Graf <[email protected]> | |
98cded3a AF |
667 | L: [email protected] |
668 | S: Supported | |
669 | F: hw/ppc/mpc8544ds.c | |
8d8b636d | 670 | F: hw/ppc/mpc8544_guts.c |
98cded3a | 671 | |
fd5d5c56 AL |
672 | New World |
673 | M: Alexander Graf <[email protected]> | |
a6c98685 | 674 | L: [email protected] |
fd5d5c56 | 675 | S: Maintained |
baec1910 | 676 | F: hw/ppc/mac_newworld.c |
6e481d57 PM |
677 | F: hw/pci-host/uninorth.c |
678 | F: hw/pci-bridge/dec.[hc] | |
8d8b636d | 679 | F: hw/misc/macio/ |
b5d55020 TH |
680 | F: include/hw/ppc/mac_dbdma.h |
681 | F: hw/nvram/mac_nvram.c | |
fd5d5c56 AL |
682 | |
683 | Old World | |
684 | M: Alexander Graf <[email protected]> | |
a6c98685 | 685 | L: [email protected] |
fd5d5c56 | 686 | S: Maintained |
baec1910 | 687 | F: hw/ppc/mac_oldworld.c |
6e481d57 | 688 | F: hw/pci-host/grackle.c |
8d8b636d | 689 | F: hw/misc/macio/ |
835c42d3 | 690 | F: hw/intc/heathrow_pic.c |
fd5d5c56 | 691 | |
ec38d398 | 692 | PReP |
8178e89c | 693 | M: Hervé Poussineau <[email protected]> |
9f38774d | 694 | L: [email protected] |
a6c98685 | 695 | L: [email protected] |
8178e89c | 696 | S: Maintained |
75610155 | 697 | F: hw/ppc/prep.c |
8178e89c HP |
698 | F: hw/ppc/prep_systemio.c |
699 | F: hw/ppc/rs6000_mc.c | |
6e481d57 | 700 | F: hw/pci-host/prep.[hc] |
8d8b636d | 701 | F: hw/isa/pc87312.[hc] |
835c42d3 | 702 | F: pc-bios/ppc_rom.bin |
fd5d5c56 | 703 | |
300b115c | 704 | sPAPR |
085eb217 | 705 | M: David Gibson <[email protected]> |
8a269ca4 AF |
706 | M: Alexander Graf <[email protected]> |
707 | L: [email protected] | |
708 | S: Supported | |
8d8b636d | 709 | F: hw/*/spapr* |
f9de2da7 DG |
710 | F: include/hw/*/spapr* |
711 | F: hw/*/xics* | |
712 | F: include/hw/*/xics* | |
713 | F: pc-bios/spapr-rtas/* | |
b5d55020 TH |
714 | F: pc-bios/spapr-rtas.bin |
715 | F: pc-bios/slof.bin | |
bcad45de | 716 | F: pc-bios/skiboot.lid |
b5d55020 TH |
717 | F: docs/specs/ppc-spapr-hcalls.txt |
718 | F: docs/specs/ppc-spapr-hotplug.txt | |
a70ab357 GK |
719 | F: tests/spapr* |
720 | F: tests/libqos/*spapr* | |
721 | F: tests/rtas* | |
722 | F: tests/libqos/rtas* | |
8a269ca4 | 723 | |
794d00bf AF |
724 | virtex_ml507 |
725 | M: Edgar E. Iglesias <[email protected]> | |
726 | L: [email protected] | |
727 | S: Odd Fixes | |
6e481d57 | 728 | F: hw/ppc/virtex_ml507.c |
794d00bf | 729 | |
fd5d5c56 AL |
730 | SH4 Machines |
731 | ------------ | |
732 | R2D | |
733 | M: Magnus Damm <[email protected]> | |
734 | S: Maintained | |
6e481d57 | 735 | F: hw/sh4/r2d.c |
81527b94 TH |
736 | F: hw/intc/sh_intc.c |
737 | F: hw/timer/sh_timer.c | |
fd5d5c56 AL |
738 | |
739 | Shix | |
740 | M: Magnus Damm <[email protected]> | |
81527b94 | 741 | S: Odd Fixes |
6e481d57 | 742 | F: hw/sh4/shix.c |
fd5d5c56 AL |
743 | |
744 | SPARC Machines | |
745 | -------------- | |
746 | Sun4m | |
f2416d3a | 747 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 748 | S: Maintained |
8d8b636d | 749 | F: hw/sparc/sun4m.c |
c10a1c78 TH |
750 | F: hw/dma/sparc32_dma.c |
751 | F: hw/dma/sun4m_iommu.c | |
7098b79e TH |
752 | F: hw/misc/eccmemctl.c |
753 | F: hw/misc/slavio_misc.c | |
c10a1c78 TH |
754 | F: include/hw/sparc/sparc32_dma.h |
755 | F: include/hw/sparc/sun4m.h | |
756 | F: pc-bios/openbios-sparc32 | |
fd5d5c56 AL |
757 | |
758 | Sun4u | |
f2416d3a | 759 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 760 | S: Maintained |
8d8b636d | 761 | F: hw/sparc64/sun4u.c |
c10a1c78 | 762 | F: pc-bios/openbios-sparc64 |
fd5d5c56 | 763 | |
a2664ca0 AT |
764 | Sun4v |
765 | M: Artyom Tarasenko <[email protected]> | |
766 | S: Maintained | |
767 | F: hw/sparc64/sun4v.c | |
768 | F: hw/timer/sun4v-rtc.c | |
769 | F: include/hw/timer/sun4v-rtc.h | |
770 | ||
ce6c760c FC |
771 | Leon3 |
772 | M: Fabien Chouteau <[email protected]> | |
773 | S: Maintained | |
8d8b636d PB |
774 | F: hw/sparc/leon3.c |
775 | F: hw/*/grlib* | |
c10a1c78 | 776 | F: include/hw/sparc/grlib.h |
ce6c760c | 777 | |
fd5d5c56 AL |
778 | S390 Machines |
779 | ------------- | |
dd4ad64a CH |
780 | S390 Virtio-ccw |
781 | M: Cornelia Huck <[email protected]> | |
b304bf00 | 782 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
783 | M: Alexander Graf <[email protected]> |
784 | S: Supported | |
0c6aa7ee | 785 | F: hw/char/sclp*.[hc] |
c5bfb202 | 786 | F: hw/s390x/ |
4277af19 CH |
787 | F: include/hw/s390x/ |
788 | F: pc-bios/s390-ccw/ | |
c5bfb202 | 789 | F: hw/watchdog/wdt_diag288.c |
1e4738b2 SS |
790 | F: include/hw/watchdog/wdt_diag288.h |
791 | F: pc-bios/s390-ccw.img | |
792 | F: default-configs/s390x-softmmu.mak | |
3e9ed24b CH |
793 | T: git git://github.com/cohuck/qemu.git s390-next |
794 | T: git git://github.com/borntraeger/qemu.git s390-next | |
dd4ad64a | 795 | |
ab9528ca GX |
796 | UniCore32 Machines |
797 | ------------- | |
798 | PKUnity-3 SoC initramfs-with-busybox | |
799 | M: Guan Xuetao <[email protected]> | |
800 | S: Maintained | |
8d8b636d | 801 | F: hw/*/puv3* |
ab9528ca GX |
802 | F: hw/unicore32/ |
803 | ||
fd5d5c56 AL |
804 | X86 Machines |
805 | ------------ | |
806 | PC | |
046a6486 | 807 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 808 | S: Supported |
046a6486 MT |
809 | F: include/hw/i386/ |
810 | F: hw/i386/ | |
811 | F: hw/pci-host/piix.c | |
812 | F: hw/pci-host/q35.c | |
813 | F: hw/pci-host/pam.c | |
814 | F: include/hw/pci-host/q35.h | |
815 | F: include/hw/pci-host/pam.h | |
816 | F: hw/isa/piix4.c | |
817 | F: hw/isa/lpc_ich9.c | |
818 | F: hw/i2c/smbus_ich9.c | |
819 | F: hw/acpi/piix4.c | |
820 | F: hw/acpi/ich9.c | |
821 | F: include/hw/acpi/ich9.h | |
f586d5fc | 822 | F: include/hw/acpi/piix4.h |
9cc3b73c PB |
823 | F: hw/misc/sga.c |
824 | ||
825 | PC Chipset | |
826 | M: Michael S. Tsirkin <[email protected]> | |
827 | M: Paolo Bonzini <[email protected]> | |
828 | S: Support | |
829 | F: hw/char/debugcon.c | |
830 | F: hw/char/parallel.c | |
831 | F: hw/char/serial* | |
832 | F: hw/dma/i8257* | |
833 | F: hw/i2c/pm_smbus.c | |
834 | F: hw/intc/apic* | |
835 | F: hw/intc/ioapic* | |
836 | F: hw/intc/i8259* | |
837 | F: hw/misc/debugexit.c | |
838 | F: hw/misc/pc-testdev.c | |
839 | F: hw/timer/hpet* | |
840 | F: hw/timer/i8254* | |
841 | F: hw/timer/mc146818rtc* | |
a2feb348 TH |
842 | F: include/hw/i2c/pm_smbus.h |
843 | F: include/hw/timer/hpet.h | |
844 | F: include/hw/timer/i8254* | |
845 | F: include/hw/timer/mc146818rtc* | |
046a6486 | 846 | |
5da4fb00 MT |
847 | Machine core |
848 | M: Eduardo Habkost <[email protected]> | |
849 | M: Marcel Apfelbaum <[email protected]> | |
850 | S: Supported | |
851 | F: hw/core/machine.c | |
c1629c5c | 852 | F: hw/core/null-machine.c |
5da4fb00 | 853 | F: include/hw/boards.h |
fd5d5c56 | 854 | |
16e7caae MF |
855 | Xtensa Machines |
856 | --------------- | |
375847a6 | 857 | sim |
16e7caae MF |
858 | M: Max Filippov <[email protected]> |
859 | S: Maintained | |
437a8c11 | 860 | F: hw/xtensa/sim.c |
375847a6 | 861 | |
437a8c11 | 862 | XTFPGA (LX60, LX200, ML605, KC705) |
375847a6 MF |
863 | M: Max Filippov <[email protected]> |
864 | S: Maintained | |
437a8c11 MF |
865 | F: hw/xtensa/xtfpga.c |
866 | F: hw/net/opencores_eth.c | |
16e7caae | 867 | |
fd5d5c56 AL |
868 | Devices |
869 | ------- | |
b30934cb JS |
870 | EDU |
871 | M: Jiri Slaby <[email protected]> | |
872 | S: Maintained | |
873 | F: hw/misc/edu.c | |
874 | ||
fd5d5c56 | 875 | IDE |
c095348b JS |
876 | M: John Snow <[email protected]> |
877 | L: [email protected] | |
878 | S: Supported | |
8d8b636d | 879 | F: include/hw/ide.h |
c9f7acd5 | 880 | F: include/hw/ide/ |
fd5d5c56 | 881 | F: hw/ide/ |
c095348b JS |
882 | F: hw/block/block.c |
883 | F: hw/block/cdrom.c | |
884 | F: hw/block/hd-geometry.c | |
885 | F: tests/ide-test.c | |
886 | F: tests/ahci-test.c | |
aee50319 | 887 | F: tests/libqos/ahci* |
c095348b JS |
888 | T: git git://github.com/jnsnow/qemu.git ide |
889 | ||
890 | Floppy | |
891 | M: John Snow <[email protected]> | |
892 | L: [email protected] | |
893 | S: Supported | |
894 | F: hw/block/fdc.c | |
895 | F: include/hw/block/fdc.h | |
aee50319 | 896 | F: tests/fdc-test.c |
c095348b | 897 | T: git git://github.com/jnsnow/qemu.git ide |
fd5d5c56 | 898 | |
f5f487b2 PM |
899 | OMAP |
900 | M: Peter Maydell <[email protected]> | |
901 | S: Maintained | |
8d8b636d | 902 | F: hw/*/omap* |
ed0db866 | 903 | F: include/hw/arm/omap.h |
f5f487b2 | 904 | |
28d54e58 PB |
905 | IPack |
906 | M: Alberto Garcia <[email protected]> | |
907 | S: Odd Fixes | |
908 | F: hw/char/ipoctal232.c | |
909 | F: hw/ipack/ | |
910 | ||
fd5d5c56 AL |
911 | PCI |
912 | M: Michael S. Tsirkin <[email protected]> | |
874a2358 | 913 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 914 | S: Supported |
8d8b636d | 915 | F: include/hw/pci/* |
f178bc6b | 916 | F: hw/misc/pci-testdev.c |
ca818cfb | 917 | F: hw/pci/* |
f178bc6b | 918 | F: hw/pci-bridge/* |
0e0b3592 | 919 | |
d31e5ae7 | 920 | ACPI/SMBIOS |
0e0b3592 MT |
921 | M: Michael S. Tsirkin <[email protected]> |
922 | M: Igor Mammedov <[email protected]> | |
923 | S: Supported | |
924 | F: include/hw/acpi/* | |
d31e5ae7 | 925 | F: include/hw/smbios/* |
0e0b3592 | 926 | F: hw/mem/* |
8d8b636d | 927 | F: hw/acpi/* |
d31e5ae7 | 928 | F: hw/smbios/* |
0e0b3592 | 929 | F: hw/i386/acpi-build.[hc] |
0e0b3592 | 930 | F: hw/arm/virt-acpi-build.c |
3248f1b4 BW |
931 | F: tests/bios-tables-test.c |
932 | F: tests/acpi-utils.[hc] | |
fd5d5c56 | 933 | |
aaade8d7 AF |
934 | ppc4xx |
935 | M: Alexander Graf <[email protected]> | |
936 | L: [email protected] | |
937 | S: Odd Fixes | |
8d8b636d | 938 | F: hw/ppc/ppc4*.c |
b5d55020 | 939 | F: include/hw/ppc/ppc4xx.h |
aaade8d7 | 940 | |
98cded3a AF |
941 | ppce500 |
942 | M: Alexander Graf <[email protected]> | |
98cded3a AF |
943 | L: [email protected] |
944 | S: Supported | |
6e481d57 | 945 | F: hw/ppc/e500* |
566dd236 PB |
946 | F: hw/pci-host/ppce500.c |
947 | F: hw/net/fsl_etsec/ | |
98cded3a | 948 | |
61af0ee6 PB |
949 | Character devices |
950 | M: Paolo Bonzini <[email protected]> | |
951 | S: Odd Fixes | |
952 | F: hw/char/ | |
953 | ||
f536f112 PB |
954 | Network devices |
955 | M: Jason Wang <[email protected]> | |
956 | S: Odd Fixes | |
957 | F: hw/net/ | |
6bd7776c | 958 | F: tests/virtio-net-test.c |
f536f112 PB |
959 | T: git git://github.com/jasowang/qemu.git net |
960 | ||
fd5d5c56 | 961 | SCSI |
de7724f7 PB |
962 | M: Paolo Bonzini <[email protected]> |
963 | S: Supported | |
74460f34 | 964 | F: include/hw/scsi/* |
8d8b636d | 965 | F: hw/scsi/* |
6bd7776c | 966 | F: tests/virtio-scsi-test.c |
1ab09a40 | 967 | T: git git://github.com/bonzini/qemu.git scsi-next |
de7724f7 PB |
968 | |
969 | LSI53C895A | |
0e19885e | 970 | S: Orphan |
8d8b636d | 971 | F: hw/scsi/lsi53c895a.c |
fd5d5c56 | 972 | |
fcb5629d | 973 | SSI |
4b46ba61 | 974 | M: Peter Crosthwaite <[email protected]> |
fcb5629d | 975 | S: Maintained |
8d8b636d PB |
976 | F: hw/ssi/* |
977 | F: hw/block/m25p80.c | |
4b46ba61 AF |
978 | X: hw/ssi/xilinx_* |
979 | ||
980 | Xilinx SPI | |
981 | M: Alistair Francis <[email protected]> | |
982 | M: Peter Crosthwaite <[email protected]> | |
983 | S: Maintained | |
984 | F: hw/ssi/xilinx_* | |
fcb5629d | 985 | |
fd5d5c56 | 986 | USB |
5d0d62fe GH |
987 | M: Gerd Hoffmann <[email protected]> |
988 | S: Maintained | |
8d8b636d | 989 | F: hw/usb/* |
28edfce0 | 990 | F: tests/usb-*-test.c |
beded0ff TH |
991 | F: docs/usb2.txt |
992 | F: docs/usb-storage.txt | |
993 | F: include/hw/usb.h | |
994 | F: include/hw/usb/ | |
fd5d5c56 | 995 | |
e26082fd PB |
996 | USB (serial adapter) |
997 | M: Gerd Hoffmann <[email protected]> | |
998 | M: Samuel Thibault <[email protected]> | |
999 | S: Maintained | |
1000 | F: hw/usb/dev-serial.c | |
1001 | ||
92e1fb5e AW |
1002 | VFIO |
1003 | M: Alex Williamson <[email protected]> | |
1004 | S: Supported | |
cf7087db | 1005 | F: hw/vfio/* |
99b88c6d | 1006 | F: include/hw/vfio/ |
92e1fb5e | 1007 | |
5eb74557 DJS |
1008 | vfio-ccw |
1009 | M: Cornelia Huck <[email protected]> | |
1010 | S: Supported | |
1011 | F: hw/vfio/ccw.c | |
1012 | F: hw/s390x/s390-ccw.c | |
1013 | F: include/hw/s390x/s390-ccw.h | |
1014 | T: git git://github.com/cohuck/qemu.git s390-next | |
1015 | ||
fd5d5c56 AL |
1016 | vhost |
1017 | M: Michael S. Tsirkin <[email protected]> | |
1018 | S: Supported | |
8d8b636d | 1019 | F: hw/*/*vhost* |
fd5d5c56 AL |
1020 | |
1021 | virtio | |
a75143ed | 1022 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 1023 | S: Supported |
8d8b636d | 1024 | F: hw/*/virtio* |
72fa605d TH |
1025 | F: hw/virtio/Makefile.objs |
1026 | F: hw/virtio/trace-events | |
6a084ea3 | 1027 | F: net/vhost-user.c |
494f7b57 | 1028 | F: include/hw/virtio/ |
6bd7776c | 1029 | F: tests/virtio-balloon-test.c |
fd5d5c56 AL |
1030 | |
1031 | virtio-9p | |
23704102 | 1032 | M: Aneesh Kumar K.V <[email protected]> |
8c1cd719 | 1033 | M: Greg Kurz <[email protected]> |
fd5d5c56 | 1034 | S: Supported |
aebeca25 AF |
1035 | F: hw/9pfs/ |
1036 | F: fsdev/ | |
2d888c09 | 1037 | F: tests/virtio-9p-test.c |
3f3309cb | 1038 | T: git git://github.com/kvaneesh/QEMU.git |
8c1cd719 | 1039 | T: git git://github.com/gkurz/qemu.git 9p-next |
fd5d5c56 AL |
1040 | |
1041 | virtio-blk | |
54d01a00 | 1042 | M: Stefan Hajnoczi <[email protected]> |
b457a5f5 | 1043 | L: [email protected] |
fd5d5c56 | 1044 | S: Supported |
8d8b636d | 1045 | F: hw/block/virtio-blk.c |
b457a5f5 | 1046 | F: hw/block/dataplane/* |
6bd7776c | 1047 | F: tests/virtio-blk-test.c |
b457a5f5 | 1048 | T: git git://github.com/stefanha/qemu.git block |
fd5d5c56 | 1049 | |
dd4ad64a CH |
1050 | virtio-ccw |
1051 | M: Cornelia Huck <[email protected]> | |
b304bf00 | 1052 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
1053 | S: Supported |
1054 | F: hw/s390x/virtio-ccw.[hc] | |
3e9ed24b CH |
1055 | T: git git://github.com/cohuck/qemu.git s390-next |
1056 | T: git git://github.com/borntraeger/qemu.git s390-next | |
dd4ad64a | 1057 | |
a5d4d7b5 GH |
1058 | virtio-input |
1059 | M: Gerd Hoffmann <[email protected]> | |
1060 | S: Maintained | |
1061 | F: hw/input/virtio-input*.c | |
1062 | F: include/hw/virtio/virtio-input.h | |
1063 | ||
fd5d5c56 | 1064 | virtio-serial |
cee887d9 | 1065 | M: Amit Shah <[email protected]> |
fd5d5c56 | 1066 | S: Supported |
8d8b636d PB |
1067 | F: hw/char/virtio-serial-bus.c |
1068 | F: hw/char/virtio-console.c | |
68a5e38a | 1069 | F: include/hw/virtio/virtio-serial.h |
6bd7776c GK |
1070 | F: tests/virtio-console-test.c |
1071 | F: tests/virtio-serial-test.c | |
fd5d5c56 | 1072 | |
1f51a5cb | 1073 | virtio-rng |
cee887d9 | 1074 | M: Amit Shah <[email protected]> |
1f51a5cb AS |
1075 | S: Supported |
1076 | F: hw/virtio/virtio-rng.c | |
1077 | F: include/hw/virtio/virtio-rng.h | |
750cf869 | 1078 | F: include/sysemu/rng*.h |
1f51a5cb | 1079 | F: backends/rng*.c |
6bd7776c | 1080 | F: tests/virtio-rng-test.c |
1f51a5cb | 1081 | |
6034011c GA |
1082 | virtio-crypto |
1083 | M: Gonglei <[email protected]> | |
1084 | S: Supported | |
1085 | F: hw/virtio/virtio-crypto.c | |
1086 | F: hw/virtio/virtio-crypto-pci.c | |
1087 | F: include/hw/virtio/virtio-crypto.h | |
1088 | ||
f3c507ad KB |
1089 | nvme |
1090 | M: Keith Busch <[email protected]> | |
c95e4c0e | 1091 | L: [email protected] |
f3c507ad KB |
1092 | S: Supported |
1093 | F: hw/block/nvme* | |
fc967791 | 1094 | F: tests/nvme-test.c |
f3c507ad | 1095 | |
d383c625 HR |
1096 | megasas |
1097 | M: Hannes Reinecke <[email protected]> | |
c95e4c0e | 1098 | L: [email protected] |
d383c625 HR |
1099 | S: Supported |
1100 | F: hw/scsi/megasas.c | |
1101 | F: hw/scsi/mfi.h | |
1102 | ||
605d52e6 DF |
1103 | Network packet abstractions |
1104 | M: Dmitry Fleytman <[email protected]> | |
1105 | S: Maintained | |
1106 | F: include/net/eth.h | |
1107 | F: net/eth.c | |
1108 | F: hw/net/net_rx_pkt* | |
1109 | F: hw/net/net_tx_pkt* | |
1110 | ||
622fb504 DF |
1111 | Vmware |
1112 | M: Dmitry Fleytman <[email protected]> | |
1113 | S: Maintained | |
1114 | F: hw/net/vmxnet* | |
1115 | F: hw/scsi/vmw_pvscsi* | |
1116 | ||
de24d3f1 | 1117 | Rocker |
de24d3f1 SF |
1118 | M: Jiri Pirko <[email protected]> |
1119 | S: Maintained | |
1120 | F: hw/net/rocker/ | |
de850948 TH |
1121 | F: tests/rocker/ |
1122 | F: docs/specs/rocker.txt | |
de24d3f1 | 1123 | |
70d1fb9c XG |
1124 | NVDIMM |
1125 | M: Xiao Guangrong <[email protected]> | |
1126 | S: Maintained | |
1127 | F: hw/acpi/nvdimm.c | |
1128 | F: hw/mem/nvdimm.c | |
1129 | F: include/hw/mem/nvdimm.h | |
1130 | ||
093454e2 DF |
1131 | e1000x |
1132 | M: Dmitry Fleytman <[email protected]> | |
1133 | S: Maintained | |
1134 | F: hw/net/e1000x* | |
1135 | ||
6f3fbe4e DF |
1136 | e1000e |
1137 | M: Dmitry Fleytman <[email protected]> | |
1138 | S: Maintained | |
1139 | F: hw/net/e1000e* | |
1140 | ||
e481a1f6 AF |
1141 | Generic Loader |
1142 | M: Alistair Francis <[email protected]> | |
1143 | S: Maintained | |
1144 | F: hw/core/generic-loader.c | |
1145 | F: include/hw/core/generic-loader.h | |
1146 | ||
87a9023a TH |
1147 | CHRP NVRAM |
1148 | M: Thomas Huth <[email protected]> | |
1149 | S: Maintained | |
1150 | F: hw/nvram/chrp_nvram.c | |
1151 | F: include/hw/nvram/chrp_nvram.h | |
1152 | F: tests/prom-env-test.c | |
1153 | ||
42697d88 BW |
1154 | VM Generation ID |
1155 | M: Ben Warren <[email protected]> | |
1156 | S: Maintained | |
1157 | F: hw/acpi/vmgenid.c | |
1158 | F: include/hw/acpi/vmgenid.h | |
1159 | F: docs/specs/vmgenid.txt | |
1160 | F: tests/vmgenid-test.c | |
1161 | F: stubs/vmgenid.c | |
1162 | ||
fd5d5c56 AL |
1163 | Subsystems |
1164 | ---------- | |
1165 | Audio | |
9f575846 | 1166 | M: Gerd Hoffmann <[email protected]> |
fd5d5c56 AL |
1167 | S: Maintained |
1168 | F: audio/ | |
8d8b636d | 1169 | F: hw/audio/ |
a2b245ae | 1170 | F: include/hw/audio/ |
d7b50c0c | 1171 | F: tests/ac97-test.c |
8fa74c94 | 1172 | F: tests/es1370-test.c |
fbaf445a | 1173 | F: tests/intel-hda-test.c |
fd5d5c56 | 1174 | |
17f1e8f5 | 1175 | Block layer core |
fd5d5c56 | 1176 | M: Kevin Wolf <[email protected]> |
c4189d85 | 1177 | M: Max Reitz <[email protected]> |
c95e4c0e | 1178 | L: [email protected] |
fd5d5c56 AL |
1179 | S: Supported |
1180 | F: block* | |
1181 | F: block/ | |
8d8b636d | 1182 | F: hw/block/ |
4c346e0b | 1183 | F: include/block/ |
46078760 KW |
1184 | F: qemu-img* |
1185 | F: qemu-io* | |
29242091 | 1186 | F: tests/qemu-iotests/ |
8dd30c86 | 1187 | F: util/qemu-progress.c |
d48addda | 1188 | T: git git://repo.or.cz/qemu/kevin.git block |
fd5d5c56 | 1189 | |
d55053b1 SH |
1190 | Block I/O path |
1191 | M: Stefan Hajnoczi <[email protected]> | |
9ca3003d | 1192 | M: Fam Zheng <[email protected]> |
d55053b1 SH |
1193 | L: [email protected] |
1194 | S: Supported | |
36c697bd PB |
1195 | F: util/async.c |
1196 | F: util/aio-*.c | |
d55053b1 SH |
1197 | F: block/io.c |
1198 | F: migration/block* | |
e1029ae2 | 1199 | F: include/block/aio.h |
d55053b1 SH |
1200 | T: git git://github.com/stefanha/qemu.git block |
1201 | ||
280458a3 JC |
1202 | Block Jobs |
1203 | M: Jeff Cody <[email protected]> | |
1204 | L: [email protected] | |
1205 | S: Supported | |
1206 | F: blockjob.c | |
1207 | F: include/block/blockjob.h | |
1208 | F: block/backup.c | |
1209 | F: block/commit.c | |
77346025 | 1210 | F: block/stream.c |
280458a3 JC |
1211 | F: block/mirror.c |
1212 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1213 | ||
4120201d MA |
1214 | Block QAPI, monitor, command line |
1215 | M: Markus Armbruster <[email protected]> | |
1216 | S: Supported | |
1217 | F: blockdev.c | |
1218 | F: block/qapi.c | |
1219 | F: qapi/block*.json | |
1220 | T: git git://repo.or.cz/qemu/armbru.git block-next | |
1221 | ||
538193bc JS |
1222 | Dirty Bitmaps |
1223 | M: Fam Zheng <[email protected]> | |
1224 | M: John Snow <[email protected]> | |
1225 | L: [email protected] | |
1226 | S: Supported | |
1227 | F: util/hbitmap.c | |
1228 | F: block/dirty-bitmap.c | |
1229 | F: include/qemu/hbitmap.h | |
1230 | F: include/block/dirty-bitmap.h | |
1231 | F: tests/test-hbitmap.c | |
1232 | F: docs/bitmaps.md | |
1233 | T: git git://github.com/famz/qemu.git bitmaps | |
1234 | T: git git://github.com/jnsnow/qemu.git bitmaps | |
1235 | ||
61af0ee6 | 1236 | Character device backends |
da26f37a | 1237 | M: Paolo Bonzini <[email protected]> |
55fc84a7 | 1238 | M: Marc-André Lureau <[email protected]> |
fd5d5c56 | 1239 | S: Maintained |
178fe0ae | 1240 | F: chardev/ |
8228e353 | 1241 | F: include/chardev/ |
fd5d5c56 | 1242 | |
e26082fd PB |
1243 | Character Devices (Braille) |
1244 | M: Samuel Thibault <[email protected]> | |
1245 | S: Maintained | |
6b10e573 | 1246 | F: chardev/baum.c |
fd5d5c56 | 1247 | |
e94630d3 MA |
1248 | Command line option argument parsing |
1249 | M: Markus Armbruster <[email protected]> | |
1250 | S: Supported | |
1251 | F: include/qemu/option.h | |
1252 | F: tests/test-keyval.c | |
1253 | F: tests/test-qemu-opts.c | |
1254 | F: util/keyval.c | |
1255 | F: util/qemu-option.c | |
1256 | ||
8c413e79 MA |
1257 | Coverity model |
1258 | M: Markus Armbruster <[email protected]> | |
1259 | S: Supported | |
1260 | F: scripts/coverity-model.c | |
1261 | ||
f2ca0524 | 1262 | CPU |
12b0e69c | 1263 | L: [email protected] |
f2ca0524 AF |
1264 | S: Supported |
1265 | F: qom/cpu.c | |
6e481d57 | 1266 | F: include/qom/cpu.h |
f2ca0524 | 1267 | |
d24b569a | 1268 | Device Tree |
4b46ba61 | 1269 | M: Peter Crosthwaite <[email protected]> |
d24b569a PC |
1270 | M: Alexander Graf <[email protected]> |
1271 | S: Maintained | |
82407515 TH |
1272 | F: device_tree.c |
1273 | F: include/sysemu/device_tree.h | |
d24b569a | 1274 | |
4f966768 MA |
1275 | Error reporting |
1276 | M: Markus Armbruster <[email protected]> | |
1277 | S: Supported | |
1278 | F: include/qapi/error.h | |
1279 | F: include/qemu/error-report.h | |
1280 | F: util/error.c | |
1281 | F: util/qemu-error.c | |
1282 | ||
fd5d5c56 | 1283 | GDB stub |
5dd4a88c | 1284 | L: [email protected] |
fd5d5c56 AL |
1285 | S: Odd Fixes |
1286 | F: gdbstub* | |
1287 | F: gdb-xml/ | |
1288 | ||
01a9c03c PB |
1289 | Memory API |
1290 | M: Paolo Bonzini <[email protected]> | |
1291 | S: Supported | |
1292 | F: include/exec/ioport.h | |
1293 | F: ioport.c | |
1294 | F: include/exec/memory.h | |
2b1641d0 | 1295 | F: include/exec/ram_addr.h |
01a9c03c PB |
1296 | F: memory.c |
1297 | F: include/exec/memory-internal.h | |
1298 | F: exec.c | |
1299 | ||
7ee3bf03 GH |
1300 | SPICE |
1301 | M: Gerd Hoffmann <[email protected]> | |
1302 | S: Supported | |
6e481d57 | 1303 | F: include/ui/qemu-spice.h |
438528a3 | 1304 | F: include/ui/spice-display.h |
7ee3bf03 GH |
1305 | F: ui/spice-*.c |
1306 | F: audio/spiceaudio.c | |
8d8b636d | 1307 | F: hw/display/qxl* |
7ee3bf03 | 1308 | |
fd5d5c56 | 1309 | Graphics |
25eccc37 GH |
1310 | M: Gerd Hoffmann <[email protected]> |
1311 | S: Odd Fixes | |
fd5d5c56 | 1312 | F: ui/ |
e220656c | 1313 | F: include/ui/ |
fd5d5c56 | 1314 | |
351f1bf6 | 1315 | Cocoa graphics |
30ef3c74 | 1316 | M: Peter Maydell <[email protected]> |
351f1bf6 AF |
1317 | S: Odd Fixes |
1318 | F: ui/cocoa.m | |
1319 | ||
fd5d5c56 | 1320 | Main loop |
da26f37a PB |
1321 | M: Paolo Bonzini <[email protected]> |
1322 | S: Maintained | |
1323 | F: cpus.c | |
3ecb29a3 PB |
1324 | F: util/main-loop.c |
1325 | F: util/qemu-timer.c | |
fd5d5c56 AL |
1326 | F: vl.c |
1327 | ||
8899b4ae | 1328 | Human Monitor (HMP) |
c833fb4a | 1329 | M: Dr. David Alan Gilbert <[email protected]> |
fbb0621a | 1330 | S: Maintained |
fd5d5c56 | 1331 | F: monitor.c |
c13e9912 TH |
1332 | F: hmp.[ch] |
1333 | F: hmp-commands*.hx | |
1334 | F: include/monitor/hmp-target.h | |
fd5d5c56 | 1335 | |
f536f112 | 1336 | Network device backends |
442469e6 | 1337 | M: Jason Wang <[email protected]> |
fd5d5c56 AL |
1338 | S: Maintained |
1339 | F: net/ | |
d24b2b1c | 1340 | F: include/net/ |
5fc51cc3 | 1341 | T: git git://github.com/jasowang/qemu.git net |
fd5d5c56 | 1342 | |
aee09baf VM |
1343 | Netmap network backend |
1344 | M: Luigi Rizzo <[email protected]> | |
1345 | M: Giuseppe Lettieri <[email protected]> | |
1346 | M: Vincenzo Maffione <[email protected]> | |
1347 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
1348 | S: Maintained | |
1349 | F: net/netmap.c | |
1350 | ||
44f76b28 PB |
1351 | Network Block Device (NBD) |
1352 | M: Paolo Bonzini <[email protected]> | |
1353 | S: Odd Fixes | |
798bfe00 FZ |
1354 | F: block/nbd* |
1355 | F: nbd/ | |
1356 | F: include/block/nbd* | |
44f76b28 | 1357 | F: qemu-nbd.c |
1ab09a40 | 1358 | T: git git://github.com/bonzini/qemu.git nbd-next |
44f76b28 | 1359 | |
2f54eb98 EH |
1360 | NUMA |
1361 | M: Eduardo Habkost <[email protected]> | |
1362 | S: Maintained | |
1363 | F: numa.c | |
1364 | F: include/sysemu/numa.h | |
2f54eb98 EH |
1365 | T: git git://github.com/ehabkost/qemu.git numa |
1366 | ||
4fc264f4 EH |
1367 | Host Memory Backends |
1368 | M: Eduardo Habkost <[email protected]> | |
1369 | M: Igor Mammedov <[email protected]> | |
1370 | S: Maintained | |
1371 | F: backends/hostmem*.c | |
1372 | F: include/sysemu/hostmem.h | |
1373 | ||
6034011c GA |
1374 | Cryptodev Backends |
1375 | M: Gonglei <[email protected]> | |
1376 | S: Maintained | |
1377 | F: include/sysemu/cryptodev*.h | |
1378 | F: backends/cryptodev*.c | |
1379 | ||
8899b4ae | 1380 | QAPI |
9740618c | 1381 | M: Markus Armbruster <[email protected]> |
8899b4ae | 1382 | M: Michael Roth <[email protected]> |
9740618c | 1383 | S: Supported |
8899b4ae | 1384 | F: qapi/ |
0311c5bd | 1385 | X: qapi/*.json |
ac4abb9a MA |
1386 | F: include/qapi/ |
1387 | X: include/qapi/qmp/ | |
1388 | F: include/qapi/qmp/dispatch.h | |
c0bd0b50 | 1389 | F: tests/qapi-schema/ |
ac4abb9a | 1390 | F: tests/test-*-visitor.c |
e94630d3 | 1391 | F: tests/test-qapi-*.c |
ac4abb9a | 1392 | F: tests/test-qmp-*.c |
e94630d3 | 1393 | F: tests/test-visitor-serialization.c |
0311c5bd MA |
1394 | F: scripts/qapi* |
1395 | F: docs/qapi* | |
9740618c | 1396 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1397 | |
7810d291 LC |
1398 | QAPI Schema |
1399 | M: Eric Blake <[email protected]> | |
7810d291 LC |
1400 | M: Markus Armbruster <[email protected]> |
1401 | S: Supported | |
1402 | F: qapi-schema.json | |
0311c5bd | 1403 | F: qapi/*.json |
9740618c | 1404 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
7810d291 | 1405 | |
f3582ba4 | 1406 | QObject |
daf5dc78 MA |
1407 | M: Markus Armbruster <[email protected]> |
1408 | S: Supported | |
f3582ba4 | 1409 | F: qobject/ |
7735d2b5 MA |
1410 | F: include/qapi/qmp/ |
1411 | X: include/qapi/qmp/dispatch.h | |
a2f3453e | 1412 | F: scripts/coccinelle/qobject.cocci |
7735d2b5 | 1413 | F: tests/check-qdict.c |
01b2ffce | 1414 | F: tests/check-qnum.c |
7735d2b5 MA |
1415 | F: tests/check-qjson.c |
1416 | F: tests/check-qlist.c | |
1417 | F: tests/check-qstring.c | |
daf5dc78 | 1418 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
f3582ba4 | 1419 | |
f05d9999 MR |
1420 | QEMU Guest Agent |
1421 | M: Michael Roth <[email protected]> | |
1422 | S: Maintained | |
1423 | F: qga/ | |
1424 | T: git git://github.com/mdroth/qemu.git qga | |
1425 | ||
4688c94c | 1426 | QOM |
4688c94c AF |
1427 | M: Andreas Färber <[email protected]> |
1428 | S: Supported | |
1429 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
1430 | F: include/qom/ | |
1431 | X: include/qom/cpu.h | |
1432 | F: qom/ | |
1433 | X: qom/cpu.c | |
9f4aa7ce AF |
1434 | F: tests/check-qom-interface.c |
1435 | F: tests/check-qom-proplist.c | |
4688c94c AF |
1436 | F: tests/qom-test.c |
1437 | ||
8899b4ae | 1438 | QMP |
9740618c LC |
1439 | M: Markus Armbruster <[email protected]> |
1440 | S: Supported | |
8899b4ae LC |
1441 | F: qmp.c |
1442 | F: monitor.c | |
9b89b6a2 | 1443 | F: docs/*qmp-* |
9740618c | 1444 | F: scripts/qmp/ |
f66e7ac8 | 1445 | F: tests/qmp-test.c |
9740618c | 1446 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1447 | |
cc0100f4 AF |
1448 | Register API |
1449 | M: Alistair Francis <[email protected]> | |
1450 | S: Maintained | |
1451 | F: hw/core/register.c | |
1452 | F: include/hw/register.h | |
1453 | ||
fd5d5c56 | 1454 | SLIRP |
eda509fa | 1455 | M: Samuel Thibault <[email protected]> |
bafc72ab JK |
1456 | M: Jan Kiszka <[email protected]> |
1457 | S: Maintained | |
fd5d5c56 | 1458 | F: slirp/ |
663fb1e1 | 1459 | F: net/slirp.c |
d24b2b1c | 1460 | F: include/net/slirp.h |
1ab09a40 | 1461 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 1462 | |
b1ed728a PB |
1463 | Stubs |
1464 | M: Paolo Bonzini <[email protected]> | |
1465 | S: Maintained | |
1466 | F: stubs/ | |
1467 | ||
598a3f35 | 1468 | Tracing |
1cd0f8ce | 1469 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
1470 | S: Maintained |
1471 | F: trace/ | |
f70fd8fd LV |
1472 | F: scripts/tracetool.py |
1473 | F: scripts/tracetool/ | |
f922ea46 | 1474 | F: docs/tracing.txt |
1ab09a40 | 1475 | T: git git://github.com/stefanha/qemu.git tracing |
598a3f35 | 1476 | |
14f40fdc | 1477 | Checkpatch |
14f40fdc BS |
1478 | S: Odd Fixes |
1479 | F: scripts/checkpatch.pl | |
1480 | ||
c0787c8d JQ |
1481 | Migration |
1482 | M: Juan Quintela <[email protected]> | |
d7fc72ce | 1483 | M: Dr. David Alan Gilbert <[email protected]> |
c0787c8d JQ |
1484 | S: Maintained |
1485 | F: include/migration/ | |
44a1f946 | 1486 | F: migration/ |
c5515640 AS |
1487 | F: scripts/vmstate-static-checker.py |
1488 | F: tests/vmstate-static-checker-data/ | |
a609ad8b | 1489 | F: docs/migration.txt |
c0787c8d | 1490 | |
92bfedb0 | 1491 | Seccomp |
064983cb | 1492 | M: Eduardo Otubo <[email protected]> |
92bfedb0 EO |
1493 | S: Supported |
1494 | F: qemu-seccomp.c | |
1495 | F: include/sysemu/seccomp.h | |
1496 | ||
ddbb0d09 DB |
1497 | Cryptography |
1498 | M: Daniel P. Berrange <[email protected]> | |
1499 | S: Maintained | |
1500 | F: crypto/ | |
1501 | F: include/crypto/ | |
1502 | F: tests/test-crypto-* | |
899833cd | 1503 | F: qemu.sasl |
ddbb0d09 | 1504 | |
10817bf0 DB |
1505 | Coroutines |
1506 | M: Stefan Hajnoczi <[email protected]> | |
1507 | M: Kevin Wolf <[email protected]> | |
1508 | F: util/*coroutine* | |
1509 | F: include/qemu/coroutine* | |
1510 | F: tests/test-coroutine.c | |
1511 | ||
88c5f205 DB |
1512 | Buffers |
1513 | M: Daniel P. Berrange <[email protected]> | |
1514 | S: Odd fixes | |
1515 | F: util/buffer.c | |
1516 | F: include/qemu/buffer.h | |
1517 | ||
666a3af9 DB |
1518 | I/O Channels |
1519 | M: Daniel P. Berrange <[email protected]> | |
1520 | S: Maintained | |
1521 | F: io/ | |
1522 | F: include/io/ | |
1523 | F: tests/test-io-* | |
1524 | ||
5614a283 GH |
1525 | Sockets |
1526 | M: Daniel P. Berrange <[email protected]> | |
1527 | M: Gerd Hoffmann <[email protected]> | |
1528 | M: Paolo Bonzini <[email protected]> | |
1529 | S: Maintained | |
1530 | F: include/qemu/sockets.h | |
1531 | F: util/qemu-sockets.c | |
1532 | ||
d310d85b AG |
1533 | Throttling infrastructure |
1534 | M: Alberto Garcia <[email protected]> | |
1535 | S: Supported | |
1536 | F: block/throttle-groups.c | |
1537 | F: include/block/throttle-groups.h | |
1538 | F: include/qemu/throttle.h | |
1539 | F: util/throttle.c | |
1540 | L: [email protected] | |
1541 | ||
080d7aac FZ |
1542 | UUID |
1543 | M: Fam Zheng <[email protected]> | |
1544 | S: Supported | |
1545 | F: util/uuid.c | |
1546 | F: include/qemu/uuid.h | |
1547 | F: tests/test-uuid.c | |
1548 | ||
a4cc318e HZ |
1549 | COLO Framework |
1550 | M: zhanghailiang <[email protected]> | |
1551 | S: Maintained | |
1552 | F: migration/colo* | |
1553 | F: include/migration/colo.h | |
1554 | F: include/migration/failover.h | |
1555 | F: docs/COLO-FT.txt | |
1556 | ||
88f82ed1 ZC |
1557 | COLO Proxy |
1558 | M: Zhang Chen <[email protected]> | |
1559 | M: Li Zhijian <[email protected]> | |
1560 | S: Supported | |
1561 | F: docs/colo-proxy.txt | |
1562 | F: net/colo* | |
1563 | F: net/filter-rewriter.c | |
1564 | F: net/filter-mirror.c | |
1565 | ||
62258201 PD |
1566 | Record/replay |
1567 | M: Pavel Dovgalyuk <[email protected]> | |
1568 | R: Paolo Bonzini <[email protected]> | |
1569 | W: http://wiki.qemu.org/Features/record-replay | |
1570 | S: Supported | |
1571 | F: replay/* | |
1572 | F: block/blkreplay.c | |
1573 | F: net/filter-replay.c | |
1574 | F: include/sysemu/replay.h | |
1575 | F: docs/replay.txt | |
1576 | F: stubs/replay.c | |
1577 | ||
fd5d5c56 AL |
1578 | Usermode Emulation |
1579 | ------------------ | |
486bbe5f PB |
1580 | Overall |
1581 | M: Riku Voipio <[email protected]> | |
1582 | S: Maintained | |
1583 | F: thunk.c | |
1584 | F: user-exec.c | |
5564edb1 | 1585 | F: user-exec-stub.c |
486bbe5f | 1586 | |
fd5d5c56 | 1587 | BSD user |
297e8005 | 1588 | S: Orphan |
fd5d5c56 | 1589 | F: bsd-user/ |
ccf0a57b | 1590 | F: default-configs/*-bsd-user.mak |
fd5d5c56 | 1591 | |
fd5d5c56 AL |
1592 | Linux user |
1593 | M: Riku Voipio <[email protected]> | |
ecc1f5ad | 1594 | R: Laurent Vivier <[email protected]> |
fd5d5c56 AL |
1595 | S: Maintained |
1596 | F: linux-user/ | |
ccf0a57b | 1597 | F: default-configs/*-linux-user.mak |
42f5a7e9 AJ |
1598 | |
1599 | Tiny Code Generator (TCG) | |
1600 | ------------------------- | |
1601 | Common code | |
cc7772bd | 1602 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
1603 | S: Maintained |
1604 | F: tcg/ | |
1605 | ||
b25a464c CF |
1606 | AArch64 target |
1607 | M: Claudio Fontana <[email protected]> | |
1608 | M: Claudio Fontana <[email protected]> | |
1609 | S: Maintained | |
b4f2bd1c | 1610 | L: [email protected] |
b25a464c | 1611 | F: tcg/aarch64/ |
c17652ee PB |
1612 | F: disas/arm-a64.cc |
1613 | F: disas/libvixl/ | |
b25a464c | 1614 | |
42f5a7e9 AJ |
1615 | ARM target |
1616 | M: Andrzej Zaborowski <[email protected]> | |
1617 | S: Maintained | |
b4f2bd1c | 1618 | L: [email protected] |
42f5a7e9 | 1619 | F: tcg/arm/ |
c17652ee | 1620 | F: disas/arm.c |
42f5a7e9 | 1621 | |
42f5a7e9 | 1622 | i386 target |
5dd4a88c | 1623 | L: [email protected] |
42f5a7e9 AJ |
1624 | S: Maintained |
1625 | F: tcg/i386/ | |
c17652ee | 1626 | F: disas/i386.c |
42f5a7e9 AJ |
1627 | |
1628 | IA64 target | |
1629 | M: Aurelien Jarno <[email protected]> | |
1630 | S: Maintained | |
1631 | F: tcg/ia64/ | |
c17652ee | 1632 | F: disas/ia64.c |
42f5a7e9 AJ |
1633 | |
1634 | MIPS target | |
d6eec7a2 | 1635 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
1636 | S: Maintained |
1637 | F: tcg/mips/ | |
c17652ee | 1638 | F: disas/mips.c |
42f5a7e9 AJ |
1639 | |
1640 | PPC | |
15610d42 PK |
1641 | M: Richard Henderson <[email protected]> |
1642 | S: Odd Fixes | |
42f5a7e9 | 1643 | F: tcg/ppc/ |
c17652ee | 1644 | F: disas/ppc.c |
42f5a7e9 AJ |
1645 | |
1646 | S390 target | |
1647 | M: Alexander Graf <[email protected]> | |
1648 | M: Richard Henderson <[email protected]> | |
1649 | S: Maintained | |
1650 | F: tcg/s390/ | |
c17652ee | 1651 | F: disas/s390.c |
42f5a7e9 AJ |
1652 | |
1653 | SPARC target | |
297e8005 | 1654 | S: Odd Fixes |
42f5a7e9 | 1655 | F: tcg/sparc/ |
c17652ee | 1656 | F: disas/sparc.c |
bc75c9e5 SW |
1657 | |
1658 | TCI target | |
1659 | M: Stefan Weil <[email protected]> | |
1660 | S: Maintained | |
8ef9cd55 | 1661 | F: tcg/tci/ |
2b7be8c8 | 1662 | F: tci.c |
c17652ee | 1663 | F: disas/tci.c |
aa09c951 | 1664 | |
f05b328c SH |
1665 | Block drivers |
1666 | ------------- | |
1667 | VMDK | |
1668 | M: Fam Zheng <[email protected]> | |
c95e4c0e | 1669 | L: [email protected] |
f05b328c SH |
1670 | S: Supported |
1671 | F: block/vmdk.c | |
1672 | ||
1673 | RBD | |
5a8ac6d9 | 1674 | M: Josh Durgin <[email protected]> |
280458a3 JC |
1675 | M: Jeff Cody <[email protected]> |
1676 | L: [email protected] | |
f05b328c SH |
1677 | S: Supported |
1678 | F: block/rbd.c | |
280458a3 | 1679 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1680 | |
1681 | Sheepdog | |
53b33231 | 1682 | M: Hitoshi Mitake <[email protected]> |
f05b328c | 1683 | M: Liu Yuan <[email protected]> |
280458a3 JC |
1684 | M: Jeff Cody <[email protected]> |
1685 | L: [email protected] | |
dce32b6c | 1686 | L: [email protected] |
f05b328c SH |
1687 | S: Supported |
1688 | F: block/sheepdog.c | |
280458a3 | 1689 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1690 | |
1691 | VHDX | |
1692 | M: Jeff Cody <[email protected]> | |
280458a3 | 1693 | L: [email protected] |
f05b328c SH |
1694 | S: Supported |
1695 | F: block/vhdx* | |
280458a3 | 1696 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1697 | |
1698 | VDI | |
1699 | M: Stefan Weil <[email protected]> | |
c95e4c0e | 1700 | L: [email protected] |
f05b328c SH |
1701 | S: Maintained |
1702 | F: block/vdi.c | |
1703 | ||
1704 | iSCSI | |
1705 | M: Ronnie Sahlberg <[email protected]> | |
1706 | M: Paolo Bonzini <[email protected]> | |
1707 | M: Peter Lieven <[email protected]> | |
c95e4c0e | 1708 | L: [email protected] |
f05b328c SH |
1709 | S: Supported |
1710 | F: block/iscsi.c | |
2deb63c2 | 1711 | F: block/iscsi-opts.c |
f05b328c | 1712 | |
6542aa9c | 1713 | NFS |
280458a3 | 1714 | M: Jeff Cody <[email protected]> |
6542aa9c | 1715 | M: Peter Lieven <[email protected]> |
280458a3 | 1716 | L: [email protected] |
6542aa9c PL |
1717 | S: Maintained |
1718 | F: block/nfs.c | |
280458a3 | 1719 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
6542aa9c | 1720 | |
f05b328c SH |
1721 | SSH |
1722 | M: Richard W.M. Jones <[email protected]> | |
280458a3 JC |
1723 | M: Jeff Cody <[email protected]> |
1724 | L: [email protected] | |
f05b328c SH |
1725 | S: Supported |
1726 | F: block/ssh.c | |
280458a3 | 1727 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
c9a12e75 | 1728 | |
280458a3 JC |
1729 | CURL |
1730 | M: Jeff Cody <[email protected]> | |
1731 | L: [email protected] | |
1732 | S: Supported | |
1733 | F: block/curl.c | |
1734 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1735 | ||
1736 | GLUSTER | |
1737 | M: Jeff Cody <[email protected]> | |
1738 | L: [email protected] | |
1739 | S: Supported | |
1740 | F: block/gluster.c | |
1741 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
b5e9476c | 1742 | |
199667a8 FZ |
1743 | Null Block Driver |
1744 | M: Fam Zheng <[email protected]> | |
1745 | L: [email protected] | |
1746 | S: Supported | |
1747 | F: block/null.c | |
1748 | ||
b5e9476c GA |
1749 | Bootdevice |
1750 | M: Gonglei <[email protected]> | |
1751 | S: Maintained | |
1752 | F: bootdevice.c | |
ecdda9e0 AG |
1753 | |
1754 | Quorum | |
1755 | M: Alberto Garcia <[email protected]> | |
1756 | S: Supported | |
1757 | F: block/quorum.c | |
1758 | L: [email protected] | |
e7c6e631 SH |
1759 | |
1760 | blkverify | |
1761 | M: Stefan Hajnoczi <[email protected]> | |
1762 | L: [email protected] | |
1763 | S: Supported | |
1764 | F: block/blkverify.c | |
1765 | ||
1766 | bochs | |
1767 | M: Stefan Hajnoczi <[email protected]> | |
1768 | L: [email protected] | |
1769 | S: Supported | |
1770 | F: block/bochs.c | |
1771 | ||
1772 | cloop | |
1773 | M: Stefan Hajnoczi <[email protected]> | |
1774 | L: [email protected] | |
1775 | S: Supported | |
1776 | F: block/cloop.c | |
1777 | ||
1778 | dmg | |
1779 | M: Stefan Hajnoczi <[email protected]> | |
1780 | L: [email protected] | |
1781 | S: Supported | |
1782 | F: block/dmg.c | |
1783 | ||
1784 | parallels | |
1785 | M: Stefan Hajnoczi <[email protected]> | |
f3073712 | 1786 | M: Denis V. Lunev <[email protected]> |
e7c6e631 SH |
1787 | L: [email protected] |
1788 | S: Supported | |
1789 | F: block/parallels.c | |
b4a9e25b | 1790 | F: docs/specs/parallels.txt |
e7c6e631 SH |
1791 | |
1792 | qed | |
1793 | M: Stefan Hajnoczi <[email protected]> | |
1794 | L: [email protected] | |
1795 | S: Supported | |
1796 | F: block/qed.c | |
1797 | ||
1798 | raw | |
1799 | M: Kevin Wolf <[email protected]> | |
1800 | L: [email protected] | |
1801 | S: Supported | |
1802 | F: block/linux-aio.c | |
f586d5fc | 1803 | F: include/block/raw-aio.h |
2e6fc7eb | 1804 | F: block/raw-format.c |
c1bb86cd EB |
1805 | F: block/file-posix.c |
1806 | F: block/file-win32.c | |
e7c6e631 SH |
1807 | F: block/win32-aio.c |
1808 | ||
1809 | qcow2 | |
1810 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 1811 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
1812 | L: [email protected] |
1813 | S: Supported | |
1814 | F: block/qcow2* | |
1815 | ||
1816 | qcow | |
1817 | M: Kevin Wolf <[email protected]> | |
1818 | L: [email protected] | |
1819 | S: Supported | |
1820 | F: block/qcow.c | |
1821 | ||
1822 | blkdebug | |
1823 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 1824 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
1825 | L: [email protected] |
1826 | S: Supported | |
1827 | F: block/blkdebug.c | |
1828 | ||
1829 | vpc | |
1830 | M: Kevin Wolf <[email protected]> | |
1831 | L: [email protected] | |
1832 | S: Supported | |
1833 | F: block/vpc.c | |
1834 | ||
1835 | vvfat | |
1836 | M: Kevin Wolf <[email protected]> | |
1837 | L: [email protected] | |
1838 | S: Supported | |
1839 | F: block/vvfat.c | |
abfe4e94 SH |
1840 | |
1841 | Image format fuzzer | |
1842 | M: Stefan Hajnoczi <[email protected]> | |
1843 | L: [email protected] | |
1844 | S: Supported | |
1845 | F: tests/image-fuzzer/ | |
717171bd | 1846 | |
049105a3 | 1847 | Replication |
205f8618 | 1848 | M: Wen Congyang <[email protected]> |
3ccc0a01 | 1849 | M: Xie Changlong <[email protected]> |
049105a3 CX |
1850 | S: Supported |
1851 | F: replication* | |
1852 | F: block/replication.c | |
1853 | F: tests/test-replication.c | |
1854 | F: docs/block-replication.txt | |
1855 | ||
b9e02c06 AB |
1856 | Build and test automation |
1857 | ------------------------- | |
1858 | M: Alex Bennée <[email protected]> | |
e70dc7f8 | 1859 | M: Fam Zheng <[email protected]> |
32b9ca98 | 1860 | R: Philippe Mathieu-Daudé <[email protected]> |
b9e02c06 | 1861 | L: [email protected] |
e70dc7f8 | 1862 | S: Maintained |
b9e02c06 | 1863 | F: .travis.yml |
d92d886a | 1864 | F: .shippable.yml |
e70dc7f8 AB |
1865 | F: tests/docker/ |
1866 | W: https://travis-ci.org/qemu/qemu | |
2a747008 | 1867 | W: https://app.shippable.com/github/qemu/qemu |
e70dc7f8 | 1868 | W: http://patchew.org/QEMU/ |
717171bd DB |
1869 | |
1870 | Documentation | |
1871 | ------------- | |
1872 | Build system architecture | |
1873 | M: Daniel P. Berrange <[email protected]> | |
1874 | S: Odd Fixes | |
1875 | F: docs/build-system.txt | |
8a49e97f | 1876 |