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