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