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