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