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