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