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