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