]>
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 | ||
944 | Floppy | |
945 | M: John Snow <[email protected]> | |
946 | L: [email protected] | |
947 | S: Supported | |
948 | F: hw/block/fdc.c | |
949 | F: include/hw/block/fdc.h | |
aee50319 | 950 | F: tests/fdc-test.c |
c095348b | 951 | T: git git://github.com/jnsnow/qemu.git ide |
fd5d5c56 | 952 | |
f5f487b2 PM |
953 | OMAP |
954 | M: Peter Maydell <[email protected]> | |
955 | S: Maintained | |
8d8b636d | 956 | F: hw/*/omap* |
ed0db866 | 957 | F: include/hw/arm/omap.h |
f5f487b2 | 958 | |
28d54e58 PB |
959 | IPack |
960 | M: Alberto Garcia <[email protected]> | |
961 | S: Odd Fixes | |
962 | F: hw/char/ipoctal232.c | |
963 | F: hw/ipack/ | |
964 | ||
fd5d5c56 AL |
965 | PCI |
966 | M: Michael S. Tsirkin <[email protected]> | |
874a2358 | 967 | M: Marcel Apfelbaum <[email protected]> |
fd5d5c56 | 968 | S: Supported |
8d8b636d | 969 | F: include/hw/pci/* |
f178bc6b | 970 | F: hw/misc/pci-testdev.c |
ca818cfb | 971 | F: hw/pci/* |
f178bc6b | 972 | F: hw/pci-bridge/* |
68179923 PMD |
973 | F: docs/pci* |
974 | F: docs/specs/*pci* | |
534fd814 | 975 | F: default-configs/pci.mak |
0e0b3592 | 976 | |
d31e5ae7 | 977 | ACPI/SMBIOS |
0e0b3592 MT |
978 | M: Michael S. Tsirkin <[email protected]> |
979 | M: Igor Mammedov <[email protected]> | |
980 | S: Supported | |
981 | F: include/hw/acpi/* | |
d31e5ae7 | 982 | F: include/hw/smbios/* |
0e0b3592 | 983 | F: hw/mem/* |
8d8b636d | 984 | F: hw/acpi/* |
d31e5ae7 | 985 | F: hw/smbios/* |
0e0b3592 | 986 | F: hw/i386/acpi-build.[hc] |
0e0b3592 | 987 | F: hw/arm/virt-acpi-build.c |
3248f1b4 BW |
988 | F: tests/bios-tables-test.c |
989 | F: tests/acpi-utils.[hc] | |
fd5d5c56 | 990 | |
aaade8d7 AF |
991 | ppc4xx |
992 | M: Alexander Graf <[email protected]> | |
993 | L: [email protected] | |
994 | S: Odd Fixes | |
8d8b636d | 995 | F: hw/ppc/ppc4*.c |
aa3a41f9 | 996 | F: hw/i2c/ppc4xx_i2c.c |
b5d55020 | 997 | F: include/hw/ppc/ppc4xx.h |
aa3a41f9 | 998 | F: include/hw/i2c/ppc4xx_i2c.h |
aaade8d7 | 999 | |
98cded3a AF |
1000 | ppce500 |
1001 | M: Alexander Graf <[email protected]> | |
98cded3a AF |
1002 | L: [email protected] |
1003 | S: Supported | |
6e481d57 | 1004 | F: hw/ppc/e500* |
566dd236 PB |
1005 | F: hw/pci-host/ppce500.c |
1006 | F: hw/net/fsl_etsec/ | |
98cded3a | 1007 | |
61af0ee6 PB |
1008 | Character devices |
1009 | M: Paolo Bonzini <[email protected]> | |
1010 | S: Odd Fixes | |
1011 | F: hw/char/ | |
1012 | ||
f536f112 PB |
1013 | Network devices |
1014 | M: Jason Wang <[email protected]> | |
1015 | S: Odd Fixes | |
1016 | F: hw/net/ | |
6061b5c6 | 1017 | F: include/hw/net/ |
6bd7776c | 1018 | F: tests/virtio-net-test.c |
f536f112 PB |
1019 | T: git git://github.com/jasowang/qemu.git net |
1020 | ||
fd5d5c56 | 1021 | SCSI |
de7724f7 | 1022 | M: Paolo Bonzini <[email protected]> |
c2380365 | 1023 | R: Fam Zheng <[email protected]> |
de7724f7 | 1024 | S: Supported |
74460f34 | 1025 | F: include/hw/scsi/* |
8d8b636d | 1026 | F: hw/scsi/* |
6bd7776c | 1027 | F: tests/virtio-scsi-test.c |
1ab09a40 | 1028 | T: git git://github.com/bonzini/qemu.git scsi-next |
de7724f7 | 1029 | |
fcb5629d | 1030 | SSI |
4b46ba61 | 1031 | M: Peter Crosthwaite <[email protected]> |
982d009a | 1032 | M: Alistair Francis <[email protected]> |
fcb5629d | 1033 | S: Maintained |
8d8b636d PB |
1034 | F: hw/ssi/* |
1035 | F: hw/block/m25p80.c | |
982d009a | 1036 | F: include/hw/ssi/ssi.h |
4b46ba61 | 1037 | X: hw/ssi/xilinx_* |
982d009a | 1038 | F: tests/m25p80-test.c |
4b46ba61 AF |
1039 | |
1040 | Xilinx SPI | |
1041 | M: Alistair Francis <[email protected]> | |
1042 | M: Peter Crosthwaite <[email protected]> | |
1043 | S: Maintained | |
1044 | F: hw/ssi/xilinx_* | |
fcb5629d | 1045 | |
fd5d5c56 | 1046 | USB |
5d0d62fe GH |
1047 | M: Gerd Hoffmann <[email protected]> |
1048 | S: Maintained | |
8d8b636d | 1049 | F: hw/usb/* |
28edfce0 | 1050 | F: tests/usb-*-test.c |
beded0ff TH |
1051 | F: docs/usb2.txt |
1052 | F: docs/usb-storage.txt | |
1053 | F: include/hw/usb.h | |
1054 | F: include/hw/usb/ | |
104ebc5f | 1055 | F: default-configs/usb.mak |
fd5d5c56 | 1056 | |
e26082fd PB |
1057 | USB (serial adapter) |
1058 | M: Gerd Hoffmann <[email protected]> | |
1059 | M: Samuel Thibault <[email protected]> | |
1060 | S: Maintained | |
1061 | F: hw/usb/dev-serial.c | |
1062 | ||
92e1fb5e AW |
1063 | VFIO |
1064 | M: Alex Williamson <[email protected]> | |
1065 | S: Supported | |
cf7087db | 1066 | F: hw/vfio/* |
99b88c6d | 1067 | F: include/hw/vfio/ |
92e1fb5e | 1068 | |
5eb74557 | 1069 | vfio-ccw |
c1976ae7 | 1070 | M: Cornelia Huck <[email protected]> |
5eb74557 DJS |
1071 | S: Supported |
1072 | F: hw/vfio/ccw.c | |
1073 | F: hw/s390x/s390-ccw.c | |
1074 | F: include/hw/s390x/s390-ccw.h | |
1075 | T: git git://github.com/cohuck/qemu.git s390-next | |
146bd283 | 1076 | L: [email protected] |
5eb74557 | 1077 | |
fd5d5c56 AL |
1078 | vhost |
1079 | M: Michael S. Tsirkin <[email protected]> | |
1080 | S: Supported | |
8d8b636d | 1081 | F: hw/*/*vhost* |
37f8043d | 1082 | F: docs/interop/vhost-user.txt |
fd5d5c56 AL |
1083 | |
1084 | virtio | |
a75143ed | 1085 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 1086 | S: Supported |
8d8b636d | 1087 | F: hw/*/virtio* |
72fa605d TH |
1088 | F: hw/virtio/Makefile.objs |
1089 | F: hw/virtio/trace-events | |
6a084ea3 | 1090 | F: net/vhost-user.c |
494f7b57 | 1091 | F: include/hw/virtio/ |
6bd7776c | 1092 | F: tests/virtio-balloon-test.c |
fd5d5c56 AL |
1093 | |
1094 | virtio-9p | |
8c1cd719 | 1095 | M: Greg Kurz <[email protected]> |
fd5d5c56 | 1096 | S: Supported |
aebeca25 AF |
1097 | F: hw/9pfs/ |
1098 | F: fsdev/ | |
2d888c09 | 1099 | F: tests/virtio-9p-test.c |
8c1cd719 | 1100 | T: git git://github.com/gkurz/qemu.git 9p-next |
fd5d5c56 AL |
1101 | |
1102 | virtio-blk | |
54d01a00 | 1103 | M: Stefan Hajnoczi <[email protected]> |
b457a5f5 | 1104 | L: [email protected] |
fd5d5c56 | 1105 | S: Supported |
8d8b636d | 1106 | F: hw/block/virtio-blk.c |
b457a5f5 | 1107 | F: hw/block/dataplane/* |
6bd7776c | 1108 | F: tests/virtio-blk-test.c |
b457a5f5 | 1109 | T: git git://github.com/stefanha/qemu.git block |
fd5d5c56 | 1110 | |
dd4ad64a | 1111 | virtio-ccw |
c1976ae7 | 1112 | M: Cornelia Huck <[email protected]> |
b304bf00 | 1113 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
1114 | S: Supported |
1115 | F: hw/s390x/virtio-ccw.[hc] | |
3e9ed24b CH |
1116 | T: git git://github.com/cohuck/qemu.git s390-next |
1117 | T: git git://github.com/borntraeger/qemu.git s390-next | |
146bd283 | 1118 | L: [email protected] |
dd4ad64a | 1119 | |
a5d4d7b5 GH |
1120 | virtio-input |
1121 | M: Gerd Hoffmann <[email protected]> | |
1122 | S: Maintained | |
1123 | F: hw/input/virtio-input*.c | |
1124 | F: include/hw/virtio/virtio-input.h | |
1125 | ||
fd5d5c56 | 1126 | virtio-serial |
cee887d9 | 1127 | M: Amit Shah <[email protected]> |
fd5d5c56 | 1128 | S: Supported |
8d8b636d PB |
1129 | F: hw/char/virtio-serial-bus.c |
1130 | F: hw/char/virtio-console.c | |
68a5e38a | 1131 | F: include/hw/virtio/virtio-serial.h |
6bd7776c GK |
1132 | F: tests/virtio-console-test.c |
1133 | F: tests/virtio-serial-test.c | |
fd5d5c56 | 1134 | |
1f51a5cb | 1135 | virtio-rng |
cee887d9 | 1136 | M: Amit Shah <[email protected]> |
1f51a5cb AS |
1137 | S: Supported |
1138 | F: hw/virtio/virtio-rng.c | |
1139 | F: include/hw/virtio/virtio-rng.h | |
750cf869 | 1140 | F: include/sysemu/rng*.h |
1f51a5cb | 1141 | F: backends/rng*.c |
6bd7776c | 1142 | F: tests/virtio-rng-test.c |
1f51a5cb | 1143 | |
6034011c GA |
1144 | virtio-crypto |
1145 | M: Gonglei <[email protected]> | |
1146 | S: Supported | |
1147 | F: hw/virtio/virtio-crypto.c | |
1148 | F: hw/virtio/virtio-crypto-pci.c | |
1149 | F: include/hw/virtio/virtio-crypto.h | |
1150 | ||
f3c507ad KB |
1151 | nvme |
1152 | M: Keith Busch <[email protected]> | |
c95e4c0e | 1153 | L: [email protected] |
f3c507ad KB |
1154 | S: Supported |
1155 | F: hw/block/nvme* | |
fc967791 | 1156 | F: tests/nvme-test.c |
f3c507ad | 1157 | |
d383c625 | 1158 | megasas |
3fdfb8b6 | 1159 | M: Hannes Reinecke <[email protected]> |
c95e4c0e | 1160 | L: [email protected] |
d383c625 HR |
1161 | S: Supported |
1162 | F: hw/scsi/megasas.c | |
1163 | F: hw/scsi/mfi.h | |
3fdfb8b6 | 1164 | F: tests/megasas-test.c |
d383c625 | 1165 | |
605d52e6 | 1166 | Network packet abstractions |
bf4835a4 | 1167 | M: Dmitry Fleytman <[email protected]> |
605d52e6 DF |
1168 | S: Maintained |
1169 | F: include/net/eth.h | |
1170 | F: net/eth.c | |
1171 | F: hw/net/net_rx_pkt* | |
1172 | F: hw/net/net_tx_pkt* | |
1173 | ||
622fb504 | 1174 | Vmware |
bf4835a4 | 1175 | M: Dmitry Fleytman <[email protected]> |
622fb504 DF |
1176 | S: Maintained |
1177 | F: hw/net/vmxnet* | |
1178 | F: hw/scsi/vmw_pvscsi* | |
5a49c1b3 | 1179 | F: tests/vmxnet3-test.c |
622fb504 | 1180 | |
de24d3f1 | 1181 | Rocker |
de24d3f1 SF |
1182 | M: Jiri Pirko <[email protected]> |
1183 | S: Maintained | |
1184 | F: hw/net/rocker/ | |
de850948 TH |
1185 | F: tests/rocker/ |
1186 | F: docs/specs/rocker.txt | |
de24d3f1 | 1187 | |
70d1fb9c | 1188 | NVDIMM |
7a5bd53d | 1189 | M: Xiao Guangrong <[email protected]> |
70d1fb9c XG |
1190 | S: Maintained |
1191 | F: hw/acpi/nvdimm.c | |
1192 | F: hw/mem/nvdimm.c | |
1193 | F: include/hw/mem/nvdimm.h | |
1194 | ||
093454e2 | 1195 | e1000x |
bf4835a4 | 1196 | M: Dmitry Fleytman <[email protected]> |
093454e2 DF |
1197 | S: Maintained |
1198 | F: hw/net/e1000x* | |
1199 | ||
6f3fbe4e | 1200 | e1000e |
bf4835a4 | 1201 | M: Dmitry Fleytman <[email protected]> |
6f3fbe4e DF |
1202 | S: Maintained |
1203 | F: hw/net/e1000e* | |
1204 | ||
ebc2327f SW |
1205 | eepro100 |
1206 | M: Stefan Weil <[email protected]> | |
1207 | S: Maintained | |
1208 | F: hw/net/eepro100.c | |
1209 | ||
e481a1f6 AF |
1210 | Generic Loader |
1211 | M: Alistair Francis <[email protected]> | |
1212 | S: Maintained | |
1213 | F: hw/core/generic-loader.c | |
1214 | F: include/hw/core/generic-loader.h | |
c5e2ac7e | 1215 | F: docs/generic-loader.txt |
e481a1f6 | 1216 | |
87a9023a TH |
1217 | CHRP NVRAM |
1218 | M: Thomas Huth <[email protected]> | |
1219 | S: Maintained | |
1220 | F: hw/nvram/chrp_nvram.c | |
1221 | F: include/hw/nvram/chrp_nvram.h | |
1222 | F: tests/prom-env-test.c | |
1223 | ||
42697d88 BW |
1224 | VM Generation ID |
1225 | M: Ben Warren <[email protected]> | |
1226 | S: Maintained | |
1227 | F: hw/acpi/vmgenid.c | |
1228 | F: include/hw/acpi/vmgenid.h | |
1229 | F: docs/specs/vmgenid.txt | |
1230 | F: tests/vmgenid-test.c | |
1231 | F: stubs/vmgenid.c | |
1232 | ||
747969db PMD |
1233 | Unimplemented device |
1234 | M: Peter Maydell <[email protected]> | |
1235 | R: Philippe Mathieu-Daudé <[email protected]> | |
1236 | S: Maintained | |
1237 | F: include/hw/misc/unimp.h | |
1238 | F: hw/misc/unimp.c | |
1239 | ||
fd5d5c56 AL |
1240 | Subsystems |
1241 | ---------- | |
1242 | Audio | |
9f575846 | 1243 | M: Gerd Hoffmann <[email protected]> |
fd5d5c56 AL |
1244 | S: Maintained |
1245 | F: audio/ | |
8d8b636d | 1246 | F: hw/audio/ |
a2b245ae | 1247 | F: include/hw/audio/ |
d7b50c0c | 1248 | F: tests/ac97-test.c |
8fa74c94 | 1249 | F: tests/es1370-test.c |
fbaf445a | 1250 | F: tests/intel-hda-test.c |
fd5d5c56 | 1251 | |
17f1e8f5 | 1252 | Block layer core |
fd5d5c56 | 1253 | M: Kevin Wolf <[email protected]> |
c4189d85 | 1254 | M: Max Reitz <[email protected]> |
c95e4c0e | 1255 | L: [email protected] |
fd5d5c56 AL |
1256 | S: Supported |
1257 | F: block* | |
1258 | F: block/ | |
8d8b636d | 1259 | F: hw/block/ |
4c346e0b | 1260 | F: include/block/ |
46078760 KW |
1261 | F: qemu-img* |
1262 | F: qemu-io* | |
29242091 | 1263 | F: tests/qemu-iotests/ |
8dd30c86 | 1264 | F: util/qemu-progress.c |
d48addda | 1265 | T: git git://repo.or.cz/qemu/kevin.git block |
fd5d5c56 | 1266 | |
d55053b1 SH |
1267 | Block I/O path |
1268 | M: Stefan Hajnoczi <[email protected]> | |
9ca3003d | 1269 | M: Fam Zheng <[email protected]> |
d55053b1 SH |
1270 | L: [email protected] |
1271 | S: Supported | |
36c697bd PB |
1272 | F: util/async.c |
1273 | F: util/aio-*.c | |
d55053b1 SH |
1274 | F: block/io.c |
1275 | F: migration/block* | |
e1029ae2 | 1276 | F: include/block/aio.h |
0a4f9ad1 | 1277 | F: scripts/qemugdb/aio.py |
d55053b1 SH |
1278 | T: git git://github.com/stefanha/qemu.git block |
1279 | ||
e5b5728c PB |
1280 | Block SCSI subsystem |
1281 | M: Paolo Bonzini <[email protected]> | |
c2380365 | 1282 | R: Fam Zheng <[email protected]> |
e5b5728c PB |
1283 | L: [email protected] |
1284 | S: Supported | |
1285 | F: include/scsi/* | |
1286 | F: scsi/* | |
1287 | ||
280458a3 JC |
1288 | Block Jobs |
1289 | M: Jeff Cody <[email protected]> | |
1290 | L: [email protected] | |
1291 | S: Supported | |
1292 | F: blockjob.c | |
1293 | F: include/block/blockjob.h | |
1294 | F: block/backup.c | |
1295 | F: block/commit.c | |
77346025 | 1296 | F: block/stream.c |
280458a3 JC |
1297 | F: block/mirror.c |
1298 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1299 | ||
4120201d MA |
1300 | Block QAPI, monitor, command line |
1301 | M: Markus Armbruster <[email protected]> | |
1302 | S: Supported | |
1303 | F: blockdev.c | |
1304 | F: block/qapi.c | |
1305 | F: qapi/block*.json | |
fa988e39 | 1306 | F: qapi/transaction.json |
4120201d MA |
1307 | T: git git://repo.or.cz/qemu/armbru.git block-next |
1308 | ||
538193bc JS |
1309 | Dirty Bitmaps |
1310 | M: Fam Zheng <[email protected]> | |
1311 | M: John Snow <[email protected]> | |
1312 | L: [email protected] | |
1313 | S: Supported | |
1314 | F: util/hbitmap.c | |
1315 | F: block/dirty-bitmap.c | |
1316 | F: include/qemu/hbitmap.h | |
1317 | F: include/block/dirty-bitmap.h | |
1318 | F: tests/test-hbitmap.c | |
5746c1cd | 1319 | F: docs/interop/bitmaps.rst |
538193bc JS |
1320 | T: git git://github.com/famz/qemu.git bitmaps |
1321 | T: git git://github.com/jnsnow/qemu.git bitmaps | |
1322 | ||
61af0ee6 | 1323 | Character device backends |
da26f37a | 1324 | M: Paolo Bonzini <[email protected]> |
55fc84a7 | 1325 | M: Marc-André Lureau <[email protected]> |
fd5d5c56 | 1326 | S: Maintained |
178fe0ae | 1327 | F: chardev/ |
8228e353 | 1328 | F: include/chardev/ |
dbeee392 | 1329 | F: qapi/char.json |
fd5d5c56 | 1330 | |
e26082fd PB |
1331 | Character Devices (Braille) |
1332 | M: Samuel Thibault <[email protected]> | |
1333 | S: Maintained | |
6b10e573 | 1334 | F: chardev/baum.c |
fd5d5c56 | 1335 | |
e94630d3 MA |
1336 | Command line option argument parsing |
1337 | M: Markus Armbruster <[email protected]> | |
1338 | S: Supported | |
1339 | F: include/qemu/option.h | |
1340 | F: tests/test-keyval.c | |
1341 | F: tests/test-qemu-opts.c | |
1342 | F: util/keyval.c | |
1343 | F: util/qemu-option.c | |
1344 | ||
8c413e79 MA |
1345 | Coverity model |
1346 | M: Markus Armbruster <[email protected]> | |
1347 | S: Supported | |
1348 | F: scripts/coverity-model.c | |
1349 | ||
f2ca0524 | 1350 | CPU |
12b0e69c | 1351 | L: [email protected] |
f2ca0524 AF |
1352 | S: Supported |
1353 | F: qom/cpu.c | |
6e481d57 | 1354 | F: include/qom/cpu.h |
f2ca0524 | 1355 | |
d24b569a | 1356 | Device Tree |
4b46ba61 | 1357 | M: Peter Crosthwaite <[email protected]> |
d24b569a PC |
1358 | M: Alexander Graf <[email protected]> |
1359 | S: Maintained | |
82407515 TH |
1360 | F: device_tree.c |
1361 | F: include/sysemu/device_tree.h | |
d24b569a | 1362 | |
3505a22b MAL |
1363 | Dump |
1364 | S: Supported | |
1365 | M: Marc-André Lureau <[email protected]> | |
1366 | F: dump.c | |
1367 | F: hw/misc/vmcoreinfo.c | |
1368 | F: include/hw/misc/vmcoreinfo.h | |
1369 | F: include/sysemu/dump-arch.h | |
1370 | F: include/sysemu/dump.h | |
1371 | F: scripts/dump-guest-memory.py | |
1372 | F: stubs/dump.c | |
1373 | ||
4f966768 MA |
1374 | Error reporting |
1375 | M: Markus Armbruster <[email protected]> | |
1376 | S: Supported | |
1377 | F: include/qapi/error.h | |
1378 | F: include/qemu/error-report.h | |
1379 | F: util/error.c | |
1380 | F: util/qemu-error.c | |
1381 | ||
fd5d5c56 | 1382 | GDB stub |
5dd4a88c | 1383 | L: [email protected] |
fd5d5c56 AL |
1384 | S: Odd Fixes |
1385 | F: gdbstub* | |
1386 | F: gdb-xml/ | |
1387 | ||
01a9c03c PB |
1388 | Memory API |
1389 | M: Paolo Bonzini <[email protected]> | |
1390 | S: Supported | |
1391 | F: include/exec/ioport.h | |
1392 | F: ioport.c | |
1393 | F: include/exec/memory.h | |
2b1641d0 | 1394 | F: include/exec/ram_addr.h |
01a9c03c PB |
1395 | F: memory.c |
1396 | F: include/exec/memory-internal.h | |
1397 | F: exec.c | |
1398 | ||
7ee3bf03 GH |
1399 | SPICE |
1400 | M: Gerd Hoffmann <[email protected]> | |
1401 | S: Supported | |
6e481d57 | 1402 | F: include/ui/qemu-spice.h |
438528a3 | 1403 | F: include/ui/spice-display.h |
7ee3bf03 GH |
1404 | F: ui/spice-*.c |
1405 | F: audio/spiceaudio.c | |
8d8b636d | 1406 | F: hw/display/qxl* |
608cfed6 | 1407 | F: qapi/ui.json |
7ee3bf03 | 1408 | |
fd5d5c56 | 1409 | Graphics |
25eccc37 GH |
1410 | M: Gerd Hoffmann <[email protected]> |
1411 | S: Odd Fixes | |
fd5d5c56 | 1412 | F: ui/ |
e220656c | 1413 | F: include/ui/ |
608cfed6 | 1414 | F: qapi/ui.json |
fd5d5c56 | 1415 | |
351f1bf6 | 1416 | Cocoa graphics |
30ef3c74 | 1417 | M: Peter Maydell <[email protected]> |
351f1bf6 AF |
1418 | S: Odd Fixes |
1419 | F: ui/cocoa.m | |
1420 | ||
fd5d5c56 | 1421 | Main loop |
da26f37a PB |
1422 | M: Paolo Bonzini <[email protected]> |
1423 | S: Maintained | |
1424 | F: cpus.c | |
3ecb29a3 PB |
1425 | F: util/main-loop.c |
1426 | F: util/qemu-timer.c | |
fd5d5c56 | 1427 | F: vl.c |
0e201d34 | 1428 | F: qapi/run-state.json |
fd5d5c56 | 1429 | |
8899b4ae | 1430 | Human Monitor (HMP) |
c833fb4a | 1431 | M: Dr. David Alan Gilbert <[email protected]> |
fbb0621a | 1432 | S: Maintained |
fd5d5c56 | 1433 | F: monitor.c |
c13e9912 TH |
1434 | F: hmp.[ch] |
1435 | F: hmp-commands*.hx | |
1436 | F: include/monitor/hmp-target.h | |
bbcee372 | 1437 | F: tests/test-hmp.c |
fd5d5c56 | 1438 | |
f536f112 | 1439 | Network device backends |
442469e6 | 1440 | M: Jason Wang <[email protected]> |
fd5d5c56 AL |
1441 | S: Maintained |
1442 | F: net/ | |
d24b2b1c | 1443 | F: include/net/ |
5fc51cc3 | 1444 | T: git git://github.com/jasowang/qemu.git net |
3c0bd37d | 1445 | F: qapi/net.json |
fd5d5c56 | 1446 | |
aee09baf VM |
1447 | Netmap network backend |
1448 | M: Luigi Rizzo <[email protected]> | |
1449 | M: Giuseppe Lettieri <[email protected]> | |
1450 | M: Vincenzo Maffione <[email protected]> | |
1451 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
1452 | S: Maintained | |
1453 | F: net/netmap.c | |
1454 | ||
2f54eb98 EH |
1455 | NUMA |
1456 | M: Eduardo Habkost <[email protected]> | |
1457 | S: Maintained | |
1458 | F: numa.c | |
1459 | F: include/sysemu/numa.h | |
e3d038b8 | 1460 | T: git git://github.com/ehabkost/qemu.git machine-next |
2f54eb98 | 1461 | |
4fc264f4 EH |
1462 | Host Memory Backends |
1463 | M: Eduardo Habkost <[email protected]> | |
1464 | M: Igor Mammedov <[email protected]> | |
1465 | S: Maintained | |
1466 | F: backends/hostmem*.c | |
1467 | F: include/sysemu/hostmem.h | |
e3d038b8 | 1468 | T: git git://github.com/ehabkost/qemu.git machine-next |
4fc264f4 | 1469 | |
6034011c GA |
1470 | Cryptodev Backends |
1471 | M: Gonglei <[email protected]> | |
1472 | S: Maintained | |
1473 | F: include/sysemu/cryptodev*.h | |
1474 | F: backends/cryptodev*.c | |
1475 | ||
ad904f66 EH |
1476 | Python scripts |
1477 | M: Eduardo Habkost <[email protected]> | |
1478 | M: Cleber Rosa <[email protected]> | |
1479 | S: Odd fixes | |
1480 | F: scripts/qmp/* | |
1481 | F: scripts/*.py | |
1482 | F: tests/*.py | |
1483 | ||
8899b4ae | 1484 | QAPI |
9740618c | 1485 | M: Markus Armbruster <[email protected]> |
8899b4ae | 1486 | M: Michael Roth <[email protected]> |
9740618c | 1487 | S: Supported |
8899b4ae | 1488 | F: qapi/ |
0311c5bd | 1489 | X: qapi/*.json |
ac4abb9a MA |
1490 | F: include/qapi/ |
1491 | X: include/qapi/qmp/ | |
1492 | F: include/qapi/qmp/dispatch.h | |
c0bd0b50 | 1493 | F: tests/qapi-schema/ |
ac4abb9a | 1494 | F: tests/test-*-visitor.c |
e94630d3 | 1495 | F: tests/test-qapi-*.c |
ac4abb9a | 1496 | F: tests/test-qmp-*.c |
e94630d3 | 1497 | F: tests/test-visitor-serialization.c |
0311c5bd | 1498 | F: scripts/qapi* |
c39cdbf6 | 1499 | F: docs/devel/qapi* |
9740618c | 1500 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1501 | |
7810d291 LC |
1502 | QAPI Schema |
1503 | M: Eric Blake <[email protected]> | |
7810d291 LC |
1504 | M: Markus Armbruster <[email protected]> |
1505 | S: Supported | |
1506 | F: qapi-schema.json | |
0311c5bd | 1507 | F: qapi/*.json |
9740618c | 1508 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
7810d291 | 1509 | |
f3582ba4 | 1510 | QObject |
daf5dc78 MA |
1511 | M: Markus Armbruster <[email protected]> |
1512 | S: Supported | |
f3582ba4 | 1513 | F: qobject/ |
7735d2b5 MA |
1514 | F: include/qapi/qmp/ |
1515 | X: include/qapi/qmp/dispatch.h | |
a2f3453e | 1516 | F: scripts/coccinelle/qobject.cocci |
7735d2b5 | 1517 | F: tests/check-qdict.c |
01b2ffce | 1518 | F: tests/check-qnum.c |
7735d2b5 MA |
1519 | F: tests/check-qjson.c |
1520 | F: tests/check-qlist.c | |
1521 | F: tests/check-qstring.c | |
daf5dc78 | 1522 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
f3582ba4 | 1523 | |
f05d9999 MR |
1524 | QEMU Guest Agent |
1525 | M: Michael Roth <[email protected]> | |
1526 | S: Maintained | |
1527 | F: qga/ | |
ab7f9f7d PMD |
1528 | F: qemu-ga.texi |
1529 | F: scripts/qemu-guest-agent/ | |
1530 | F: tests/test-qga.c | |
1531 | F: docs/interop/qemu-ga-ref.texi | |
f05d9999 MR |
1532 | T: git git://github.com/mdroth/qemu.git qga |
1533 | ||
4688c94c | 1534 | QOM |
4688c94c AF |
1535 | M: Andreas Färber <[email protected]> |
1536 | S: Supported | |
1537 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
1538 | F: include/qom/ | |
1539 | X: include/qom/cpu.h | |
1540 | F: qom/ | |
1541 | X: qom/cpu.c | |
9f4aa7ce AF |
1542 | F: tests/check-qom-interface.c |
1543 | F: tests/check-qom-proplist.c | |
4688c94c AF |
1544 | F: tests/qom-test.c |
1545 | ||
8899b4ae | 1546 | QMP |
9740618c LC |
1547 | M: Markus Armbruster <[email protected]> |
1548 | S: Supported | |
8899b4ae LC |
1549 | F: qmp.c |
1550 | F: monitor.c | |
c39cdbf6 | 1551 | F: docs/devel/*qmp-* |
9740618c | 1552 | F: scripts/qmp/ |
f66e7ac8 | 1553 | F: tests/qmp-test.c |
9740618c | 1554 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 1555 | |
cc0100f4 AF |
1556 | Register API |
1557 | M: Alistair Francis <[email protected]> | |
1558 | S: Maintained | |
1559 | F: hw/core/register.c | |
1560 | F: include/hw/register.h | |
06a7b243 | 1561 | F: include/hw/registerfields.h |
cc0100f4 | 1562 | |
fd5d5c56 | 1563 | SLIRP |
eda509fa | 1564 | M: Samuel Thibault <[email protected]> |
bafc72ab JK |
1565 | M: Jan Kiszka <[email protected]> |
1566 | S: Maintained | |
fd5d5c56 | 1567 | F: slirp/ |
663fb1e1 | 1568 | F: net/slirp.c |
d24b2b1c | 1569 | F: include/net/slirp.h |
1ab09a40 | 1570 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 1571 | |
b1ed728a PB |
1572 | Stubs |
1573 | M: Paolo Bonzini <[email protected]> | |
1574 | S: Maintained | |
1575 | F: stubs/ | |
1576 | ||
598a3f35 | 1577 | Tracing |
1cd0f8ce | 1578 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
1579 | S: Maintained |
1580 | F: trace/ | |
f70fd8fd LV |
1581 | F: scripts/tracetool.py |
1582 | F: scripts/tracetool/ | |
c39cdbf6 | 1583 | F: docs/devel/tracing.txt |
1ab09a40 | 1584 | T: git git://github.com/stefanha/qemu.git tracing |
598a3f35 | 1585 | |
3859b6cf | 1586 | TPM |
6b4f250b SB |
1587 | M: Stefan Berger <[email protected]> |
1588 | S: Maintained | |
3859b6cf | 1589 | F: tpm.c |
c39f95dc | 1590 | F: stubs/tpm.c |
3859b6cf MA |
1591 | F: hw/tpm/* |
1592 | F: include/hw/acpi/tpm.h | |
1593 | F: include/sysemu/tpm* | |
1594 | F: qapi/tpm.json | |
6b4f250b | 1595 | F: backends/tpm.c |
3859b6cf | 1596 | |
14f40fdc | 1597 | Checkpatch |
14f40fdc BS |
1598 | S: Odd Fixes |
1599 | F: scripts/checkpatch.pl | |
1600 | ||
c0787c8d JQ |
1601 | Migration |
1602 | M: Juan Quintela <[email protected]> | |
d7fc72ce | 1603 | M: Dr. David Alan Gilbert <[email protected]> |
c0787c8d JQ |
1604 | S: Maintained |
1605 | F: include/migration/ | |
44a1f946 | 1606 | F: migration/ |
c5515640 AS |
1607 | F: scripts/vmstate-static-checker.py |
1608 | F: tests/vmstate-static-checker-data/ | |
2656bfd9 | 1609 | F: tests/migration-test.c |
c39cdbf6 | 1610 | F: docs/devel/migration.txt |
48685a8e | 1611 | F: qapi/migration.json |
c0787c8d | 1612 | |
92bfedb0 | 1613 | Seccomp |
064983cb | 1614 | M: Eduardo Otubo <[email protected]> |
92bfedb0 EO |
1615 | S: Supported |
1616 | F: qemu-seccomp.c | |
1617 | F: include/sysemu/seccomp.h | |
1618 | ||
ddbb0d09 DB |
1619 | Cryptography |
1620 | M: Daniel P. Berrange <[email protected]> | |
1621 | S: Maintained | |
1622 | F: crypto/ | |
1623 | F: include/crypto/ | |
1624 | F: tests/test-crypto-* | |
3947ecfc | 1625 | F: tests/benchmark-crypto-* |
899833cd | 1626 | F: qemu.sasl |
ddbb0d09 | 1627 | |
10817bf0 DB |
1628 | Coroutines |
1629 | M: Stefan Hajnoczi <[email protected]> | |
1630 | M: Kevin Wolf <[email protected]> | |
1631 | F: util/*coroutine* | |
1632 | F: include/qemu/coroutine* | |
1633 | F: tests/test-coroutine.c | |
1634 | ||
88c5f205 DB |
1635 | Buffers |
1636 | M: Daniel P. Berrange <[email protected]> | |
1637 | S: Odd fixes | |
1638 | F: util/buffer.c | |
1639 | F: include/qemu/buffer.h | |
1640 | ||
666a3af9 DB |
1641 | I/O Channels |
1642 | M: Daniel P. Berrange <[email protected]> | |
1643 | S: Maintained | |
1644 | F: io/ | |
1645 | F: include/io/ | |
1646 | F: tests/test-io-* | |
1647 | ||
5614a283 GH |
1648 | Sockets |
1649 | M: Daniel P. Berrange <[email protected]> | |
1650 | M: Gerd Hoffmann <[email protected]> | |
1651 | M: Paolo Bonzini <[email protected]> | |
1652 | S: Maintained | |
1653 | F: include/qemu/sockets.h | |
1654 | F: util/qemu-sockets.c | |
a2ff5a48 | 1655 | F: qapi/sockets.json |
5614a283 | 1656 | |
d310d85b AG |
1657 | Throttling infrastructure |
1658 | M: Alberto Garcia <[email protected]> | |
1659 | S: Supported | |
1660 | F: block/throttle-groups.c | |
1661 | F: include/block/throttle-groups.h | |
89603938 | 1662 | F: include/qemu/throttle*.h |
d310d85b | 1663 | F: util/throttle.c |
89603938 PMD |
1664 | F: docs/throttle.txt |
1665 | F: tests/test-throttle.c | |
d310d85b AG |
1666 | L: [email protected] |
1667 | ||
080d7aac FZ |
1668 | UUID |
1669 | M: Fam Zheng <[email protected]> | |
1670 | S: Supported | |
1671 | F: util/uuid.c | |
1672 | F: include/qemu/uuid.h | |
1673 | F: tests/test-uuid.c | |
1674 | ||
a4cc318e HZ |
1675 | COLO Framework |
1676 | M: zhanghailiang <[email protected]> | |
1677 | S: Maintained | |
1678 | F: migration/colo* | |
1679 | F: include/migration/colo.h | |
1680 | F: include/migration/failover.h | |
1681 | F: docs/COLO-FT.txt | |
1682 | ||
88f82ed1 | 1683 | COLO Proxy |
b38576cd | 1684 | M: Zhang Chen <[email protected]> |
88f82ed1 ZC |
1685 | M: Li Zhijian <[email protected]> |
1686 | S: Supported | |
1687 | F: docs/colo-proxy.txt | |
1688 | F: net/colo* | |
1689 | F: net/filter-rewriter.c | |
1690 | F: net/filter-mirror.c | |
1691 | ||
62258201 PD |
1692 | Record/replay |
1693 | M: Pavel Dovgalyuk <[email protected]> | |
1694 | R: Paolo Bonzini <[email protected]> | |
70b7fba9 | 1695 | W: https://wiki.qemu.org/Features/record-replay |
62258201 PD |
1696 | S: Supported |
1697 | F: replay/* | |
1698 | F: block/blkreplay.c | |
1699 | F: net/filter-replay.c | |
1700 | F: include/sysemu/replay.h | |
1701 | F: docs/replay.txt | |
1702 | F: stubs/replay.c | |
1703 | ||
fd5d5c56 AL |
1704 | Usermode Emulation |
1705 | ------------------ | |
486bbe5f PB |
1706 | Overall |
1707 | M: Riku Voipio <[email protected]> | |
1708 | S: Maintained | |
1709 | F: thunk.c | |
58410666 | 1710 | F: accel/tcg/user-exec*.c |
486bbe5f | 1711 | |
fd5d5c56 | 1712 | BSD user |
297e8005 | 1713 | S: Orphan |
fd5d5c56 | 1714 | F: bsd-user/ |
ccf0a57b | 1715 | F: default-configs/*-bsd-user.mak |
fd5d5c56 | 1716 | |
fd5d5c56 AL |
1717 | Linux user |
1718 | M: Riku Voipio <[email protected]> | |
ecc1f5ad | 1719 | R: Laurent Vivier <[email protected]> |
fd5d5c56 AL |
1720 | S: Maintained |
1721 | F: linux-user/ | |
ccf0a57b | 1722 | F: default-configs/*-linux-user.mak |
42f5a7e9 AJ |
1723 | |
1724 | Tiny Code Generator (TCG) | |
1725 | ------------------------- | |
1726 | Common code | |
cc7772bd | 1727 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
1728 | S: Maintained |
1729 | F: tcg/ | |
1730 | ||
b25a464c CF |
1731 | AArch64 target |
1732 | M: Claudio Fontana <[email protected]> | |
1733 | M: Claudio Fontana <[email protected]> | |
1734 | S: Maintained | |
b4f2bd1c | 1735 | L: [email protected] |
b25a464c | 1736 | F: tcg/aarch64/ |
c17652ee PB |
1737 | F: disas/arm-a64.cc |
1738 | F: disas/libvixl/ | |
b25a464c | 1739 | |
42f5a7e9 AJ |
1740 | ARM target |
1741 | M: Andrzej Zaborowski <[email protected]> | |
1742 | S: Maintained | |
b4f2bd1c | 1743 | L: [email protected] |
42f5a7e9 | 1744 | F: tcg/arm/ |
c17652ee | 1745 | F: disas/arm.c |
42f5a7e9 | 1746 | |
42f5a7e9 | 1747 | i386 target |
5dd4a88c | 1748 | L: [email protected] |
42f5a7e9 AJ |
1749 | S: Maintained |
1750 | F: tcg/i386/ | |
c17652ee | 1751 | F: disas/i386.c |
42f5a7e9 | 1752 | |
42f5a7e9 | 1753 | MIPS target |
d6eec7a2 | 1754 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
1755 | S: Maintained |
1756 | F: tcg/mips/ | |
c17652ee | 1757 | F: disas/mips.c |
42f5a7e9 AJ |
1758 | |
1759 | PPC | |
15610d42 PK |
1760 | M: Richard Henderson <[email protected]> |
1761 | S: Odd Fixes | |
42f5a7e9 | 1762 | F: tcg/ppc/ |
c17652ee | 1763 | F: disas/ppc.c |
42f5a7e9 AJ |
1764 | |
1765 | S390 target | |
1766 | M: Alexander Graf <[email protected]> | |
1767 | M: Richard Henderson <[email protected]> | |
1768 | S: Maintained | |
1769 | F: tcg/s390/ | |
c17652ee | 1770 | F: disas/s390.c |
146bd283 | 1771 | L: [email protected] |
42f5a7e9 AJ |
1772 | |
1773 | SPARC target | |
297e8005 | 1774 | S: Odd Fixes |
42f5a7e9 | 1775 | F: tcg/sparc/ |
c17652ee | 1776 | F: disas/sparc.c |
bc75c9e5 SW |
1777 | |
1778 | TCI target | |
1779 | M: Stefan Weil <[email protected]> | |
1780 | S: Maintained | |
8ef9cd55 | 1781 | F: tcg/tci/ |
752a2ae2 | 1782 | F: tcg/tci.c |
c17652ee | 1783 | F: disas/tci.c |
aa09c951 | 1784 | |
f05b328c SH |
1785 | Block drivers |
1786 | ------------- | |
1787 | VMDK | |
1788 | M: Fam Zheng <[email protected]> | |
c95e4c0e | 1789 | L: [email protected] |
f05b328c SH |
1790 | S: Supported |
1791 | F: block/vmdk.c | |
1792 | ||
1793 | RBD | |
5a8ac6d9 | 1794 | M: Josh Durgin <[email protected]> |
280458a3 JC |
1795 | M: Jeff Cody <[email protected]> |
1796 | L: [email protected] | |
f05b328c SH |
1797 | S: Supported |
1798 | F: block/rbd.c | |
280458a3 | 1799 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1800 | |
1801 | Sheepdog | |
53b33231 | 1802 | M: Hitoshi Mitake <[email protected]> |
f05b328c | 1803 | M: Liu Yuan <[email protected]> |
280458a3 JC |
1804 | M: Jeff Cody <[email protected]> |
1805 | L: [email protected] | |
dce32b6c | 1806 | L: [email protected] |
f05b328c SH |
1807 | S: Supported |
1808 | F: block/sheepdog.c | |
280458a3 | 1809 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1810 | |
1811 | VHDX | |
1812 | M: Jeff Cody <[email protected]> | |
280458a3 | 1813 | L: [email protected] |
f05b328c SH |
1814 | S: Supported |
1815 | F: block/vhdx* | |
280458a3 | 1816 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1817 | |
1818 | VDI | |
1819 | M: Stefan Weil <[email protected]> | |
c95e4c0e | 1820 | L: [email protected] |
f05b328c SH |
1821 | S: Maintained |
1822 | F: block/vdi.c | |
1823 | ||
1824 | iSCSI | |
1825 | M: Ronnie Sahlberg <[email protected]> | |
1826 | M: Paolo Bonzini <[email protected]> | |
1827 | M: Peter Lieven <[email protected]> | |
c95e4c0e | 1828 | L: [email protected] |
f05b328c SH |
1829 | S: Supported |
1830 | F: block/iscsi.c | |
2deb63c2 | 1831 | F: block/iscsi-opts.c |
f05b328c | 1832 | |
99c62e70 EB |
1833 | Network Block Device (NBD) |
1834 | M: Eric Blake <[email protected]> | |
1835 | M: Paolo Bonzini <[email protected]> | |
1836 | L: [email protected] | |
1837 | S: Maintained | |
1838 | F: block/nbd* | |
1839 | F: nbd/ | |
1840 | F: include/block/nbd* | |
1841 | F: qemu-nbd.* | |
1842 | F: blockdev-nbd.c | |
1843 | T: git git://repo.or.cz/qemu/ericb.git nbd | |
1844 | ||
6542aa9c | 1845 | NFS |
280458a3 | 1846 | M: Jeff Cody <[email protected]> |
6542aa9c | 1847 | M: Peter Lieven <[email protected]> |
280458a3 | 1848 | L: [email protected] |
6542aa9c PL |
1849 | S: Maintained |
1850 | F: block/nfs.c | |
280458a3 | 1851 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
6542aa9c | 1852 | |
f05b328c SH |
1853 | SSH |
1854 | M: Richard W.M. Jones <[email protected]> | |
280458a3 JC |
1855 | M: Jeff Cody <[email protected]> |
1856 | L: [email protected] | |
f05b328c SH |
1857 | S: Supported |
1858 | F: block/ssh.c | |
280458a3 | 1859 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
c9a12e75 | 1860 | |
280458a3 JC |
1861 | CURL |
1862 | M: Jeff Cody <[email protected]> | |
1863 | L: [email protected] | |
1864 | S: Supported | |
1865 | F: block/curl.c | |
1866 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1867 | ||
1868 | GLUSTER | |
1869 | M: Jeff Cody <[email protected]> | |
1870 | L: [email protected] | |
1871 | S: Supported | |
1872 | F: block/gluster.c | |
1873 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
b5e9476c | 1874 | |
199667a8 FZ |
1875 | Null Block Driver |
1876 | M: Fam Zheng <[email protected]> | |
1877 | L: [email protected] | |
1878 | S: Supported | |
1879 | F: block/null.c | |
1880 | ||
b5e9476c GA |
1881 | Bootdevice |
1882 | M: Gonglei <[email protected]> | |
1883 | S: Maintained | |
1884 | F: bootdevice.c | |
ecdda9e0 AG |
1885 | |
1886 | Quorum | |
1887 | M: Alberto Garcia <[email protected]> | |
1888 | S: Supported | |
1889 | F: block/quorum.c | |
1890 | L: [email protected] | |
e7c6e631 SH |
1891 | |
1892 | blkverify | |
1893 | M: Stefan Hajnoczi <[email protected]> | |
1894 | L: [email protected] | |
1895 | S: Supported | |
1896 | F: block/blkverify.c | |
1897 | ||
1898 | bochs | |
1899 | M: Stefan Hajnoczi <[email protected]> | |
1900 | L: [email protected] | |
1901 | S: Supported | |
1902 | F: block/bochs.c | |
1903 | ||
1904 | cloop | |
1905 | M: Stefan Hajnoczi <[email protected]> | |
1906 | L: [email protected] | |
1907 | S: Supported | |
1908 | F: block/cloop.c | |
1909 | ||
1910 | dmg | |
1911 | M: Stefan Hajnoczi <[email protected]> | |
1912 | L: [email protected] | |
1913 | S: Supported | |
1914 | F: block/dmg.c | |
1915 | ||
1916 | parallels | |
1917 | M: Stefan Hajnoczi <[email protected]> | |
f3073712 | 1918 | M: Denis V. Lunev <[email protected]> |
e7c6e631 SH |
1919 | L: [email protected] |
1920 | S: Supported | |
1921 | F: block/parallels.c | |
5746c1cd | 1922 | F: docs/interop/parallels.txt |
e7c6e631 SH |
1923 | |
1924 | qed | |
1925 | M: Stefan Hajnoczi <[email protected]> | |
1926 | L: [email protected] | |
1927 | S: Supported | |
1928 | F: block/qed.c | |
1929 | ||
1930 | raw | |
1931 | M: Kevin Wolf <[email protected]> | |
1932 | L: [email protected] | |
1933 | S: Supported | |
1934 | F: block/linux-aio.c | |
f586d5fc | 1935 | F: include/block/raw-aio.h |
2e6fc7eb | 1936 | F: block/raw-format.c |
c1bb86cd EB |
1937 | F: block/file-posix.c |
1938 | F: block/file-win32.c | |
e7c6e631 SH |
1939 | F: block/win32-aio.c |
1940 | ||
1941 | qcow2 | |
1942 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 1943 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
1944 | L: [email protected] |
1945 | S: Supported | |
1946 | F: block/qcow2* | |
b24f9882 | 1947 | F: docs/interop/qcow2.txt |
e7c6e631 SH |
1948 | |
1949 | qcow | |
1950 | M: Kevin Wolf <[email protected]> | |
1951 | L: [email protected] | |
1952 | S: Supported | |
1953 | F: block/qcow.c | |
1954 | ||
1955 | blkdebug | |
1956 | M: Kevin Wolf <[email protected]> | |
c4189d85 | 1957 | M: Max Reitz <[email protected]> |
e7c6e631 SH |
1958 | L: [email protected] |
1959 | S: Supported | |
1960 | F: block/blkdebug.c | |
1961 | ||
1962 | vpc | |
1963 | M: Kevin Wolf <[email protected]> | |
1964 | L: [email protected] | |
1965 | S: Supported | |
1966 | F: block/vpc.c | |
1967 | ||
1968 | vvfat | |
1969 | M: Kevin Wolf <[email protected]> | |
1970 | L: [email protected] | |
1971 | S: Supported | |
1972 | F: block/vvfat.c | |
abfe4e94 SH |
1973 | |
1974 | Image format fuzzer | |
1975 | M: Stefan Hajnoczi <[email protected]> | |
1976 | L: [email protected] | |
1977 | S: Supported | |
1978 | F: tests/image-fuzzer/ | |
717171bd | 1979 | |
049105a3 | 1980 | Replication |
205f8618 | 1981 | M: Wen Congyang <[email protected]> |
3ccc0a01 | 1982 | M: Xie Changlong <[email protected]> |
049105a3 CX |
1983 | S: Supported |
1984 | F: replication* | |
1985 | F: block/replication.c | |
1986 | F: tests/test-replication.c | |
1987 | F: docs/block-replication.txt | |
1988 | ||
b9e02c06 AB |
1989 | Build and test automation |
1990 | ------------------------- | |
0475a03e | 1991 | Build and test automation |
b9e02c06 | 1992 | M: Alex Bennée <[email protected]> |
e70dc7f8 | 1993 | M: Fam Zheng <[email protected]> |
32b9ca98 | 1994 | R: Philippe Mathieu-Daudé <[email protected]> |
b9e02c06 | 1995 | L: [email protected] |
e70dc7f8 | 1996 | S: Maintained |
b9e02c06 | 1997 | F: .travis.yml |
d92d886a | 1998 | F: .shippable.yml |
e70dc7f8 | 1999 | F: tests/docker/ |
18023821 | 2000 | F: tests/vm/ |
e70dc7f8 | 2001 | W: https://travis-ci.org/qemu/qemu |
2a747008 | 2002 | W: https://app.shippable.com/github/qemu/qemu |
e70dc7f8 | 2003 | W: http://patchew.org/QEMU/ |
717171bd DB |
2004 | |
2005 | Documentation | |
2006 | ------------- | |
2007 | Build system architecture | |
2008 | M: Daniel P. Berrange <[email protected]> | |
2009 | S: Odd Fixes | |
c39cdbf6 | 2010 | F: docs/devel/build-system.txt |
8a49e97f | 2011 | |
aef45d51 DB |
2012 | Build System |
2013 | ------------ | |
2014 | GIT submodules | |
2015 | M: Daniel P. Berrange <[email protected]> | |
2016 | S: Odd Fixes | |
2017 | F: scripts/git-submodule.sh |