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