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