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