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