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