]>
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> | |
15 | L: Mailing list that is relevant to this area | |
16 | W: Web-page with status/info | |
17 | Q: Patchwork web based patch tracking system site | |
18 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. | |
19 | S: Status, one of the following: | |
20 | Supported: Someone is actually paid to look after this. | |
21 | Maintained: Someone actually looks after it. | |
22 | Odd Fixes: It has a maintainer but they don't have time to do | |
c91bbffb | 23 | much other than throw the odd patch in. See below. |
fd5d5c56 AL |
24 | Orphan: No current maintainer [but maybe you could take the |
25 | role as you write your new code]. | |
26 | Obsolete: Old code. Something tagged obsolete generally means | |
27 | it has been replaced by a better system and you | |
28 | should be using that. | |
29 | F: Files and directories with wildcard patterns. | |
30 | A trailing slash includes all files and subdirectory files. | |
31 | F: drivers/net/ all files in and below drivers/net | |
32 | F: drivers/net/* all files in drivers/net, but not below | |
33 | F: */net/* all files in "any top level directory"/net | |
34 | One pattern per line. Multiple F: lines acceptable. | |
35 | X: Files and directories that are NOT maintained, same rules as F: | |
36 | Files exclusions are tested before file matches. | |
37 | Can be useful for excluding a specific subdirectory, for instance: | |
38 | F: net/ | |
39 | X: net/ipv6/ | |
40 | matches all files in and below net excluding net/ipv6/ | |
41 | K: Keyword perl extended regex pattern to match content in a | |
42 | patch or file. For instance: | |
43 | K: of_get_profile | |
44 | matches patches or files that contain "of_get_profile" | |
45 | K: \b(printk|pr_(info|err))\b | |
46 | matches patches or files that contain one or more of the words | |
47 | printk, pr_info or pr_err | |
48 | One regex pattern per line. Multiple K: lines acceptable. | |
49 | ||
50 | ||
51 | General Project Administration | |
52 | ------------------------------ | |
ff0d4876 | 53 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 54 | |
62622c11 MT |
55 | Responsible Disclosure, Reporting Security Issues |
56 | ------------------------------ | |
57 | W: http://wiki.qemu.org/SecurityProcess | |
58 | M: Michael S. Tsirkin <[email protected]> | |
62622c11 MT |
59 | L: [email protected] |
60 | ||
fd5d5c56 AL |
61 | Guest CPU cores (TCG): |
62 | ---------------------- | |
486bbe5f | 63 | Overall |
5dd4a88c | 64 | L: [email protected] |
486bbe5f PB |
65 | S: Odd fixes |
66 | F: cpu-exec.c | |
67 | F: cputlb.c | |
68 | F: softmmu_template.h | |
69 | F: translate-all.c | |
70 | F: include/exec/cpu_ldst.h | |
71 | F: include/exec/cpu_ldst_template.h | |
72 | F: include/exec/helper*.h | |
73 | ||
fd5d5c56 | 74 | Alpha |
8d6df264 RH |
75 | M: Richard Henderson <[email protected]> |
76 | S: Maintained | |
fd5d5c56 | 77 | F: target-alpha/ |
8d8b636d | 78 | F: hw/alpha/ |
c0bd0b50 | 79 | F: tests/tcg/alpha/ |
b6f97c14 | 80 | |
b6f97c14 | 81 | ARM |
1ce9ce6a | 82 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
83 | S: Maintained |
84 | F: target-arm/ | |
8d8b636d PB |
85 | F: hw/arm/ |
86 | F: hw/cpu/a*mpcore.c | |
fd5d5c56 AL |
87 | |
88 | CRIS | |
89 | M: Edgar E. Iglesias <[email protected]> | |
90 | S: Maintained | |
91 | F: target-cris/ | |
8d8b636d | 92 | F: hw/cris/ |
c0bd0b50 | 93 | F: tests/tcg/cris/ |
fd5d5c56 | 94 | |
07bf23a7 MW |
95 | LM32 |
96 | M: Michael Walle <[email protected]> | |
97 | S: Maintained | |
98 | F: target-lm32/ | |
4eab7a0a | 99 | F: disas/lm32.c |
8d8b636d | 100 | F: hw/lm32/ |
4eab7a0a MW |
101 | F: hw/*/lm32_* |
102 | F: hw/*/milkymist-* | |
103 | F: include/hw/char/lm32_juart.h | |
104 | F: include/hw/lm32/ | |
c0bd0b50 | 105 | F: tests/tcg/lm32/ |
07bf23a7 | 106 | |
fd5d5c56 | 107 | M68K |
0e19885e | 108 | S: Orphan |
fd5d5c56 | 109 | F: target-m68k/ |
8d8b636d | 110 | F: hw/m68k/ |
fd5d5c56 AL |
111 | |
112 | MicroBlaze | |
113 | M: Edgar E. Iglesias <[email protected]> | |
114 | S: Maintained | |
115 | F: target-microblaze/ | |
8d8b636d | 116 | F: hw/microblaze/ |
fd5d5c56 | 117 | |
b6f97c14 | 118 | MIPS |
ddb13561 | 119 | M: Aurelien Jarno <[email protected]> |
6f640917 LA |
120 | M: Leon Alrae <[email protected]> |
121 | S: Maintained | |
fd5d5c56 | 122 | F: target-mips/ |
8d8b636d | 123 | F: hw/mips/ |
c0bd0b50 | 124 | F: tests/tcg/mips/ |
fd5d5c56 | 125 | |
d15a9c23 AG |
126 | Moxie |
127 | M: Anthony Green <[email protected]> | |
128 | S: Maintained | |
129 | F: target-moxie/ | |
130 | ||
945dad6d JL |
131 | OpenRISC |
132 | M: Jia Liu <[email protected]> | |
133 | S: Maintained | |
134 | F: target-openrisc/ | |
135 | F: hw/openrisc/ | |
c0bd0b50 | 136 | F: tests/tcg/openrisc/ |
945dad6d | 137 | |
b6f97c14 | 138 | PowerPC |
fd5d5c56 | 139 | M: Alexander Graf <[email protected]> |
a6c98685 | 140 | L: [email protected] |
fd5d5c56 AL |
141 | S: Maintained |
142 | F: target-ppc/ | |
8d8b636d | 143 | F: hw/ppc/ |
fd5d5c56 AL |
144 | |
145 | S390 | |
2b35e93f | 146 | M: Richard Henderson <[email protected]> |
fd5d5c56 AL |
147 | M: Alexander Graf <[email protected]> |
148 | S: Maintained | |
149 | F: target-s390x/ | |
8d8b636d | 150 | F: hw/s390x/ |
fd5d5c56 | 151 | |
b6f97c14 | 152 | SH4 |
ddb13561 | 153 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 154 | S: Odd Fixes |
fd5d5c56 | 155 | F: target-sh4/ |
8d8b636d | 156 | F: hw/sh4/ |
fd5d5c56 AL |
157 | |
158 | SPARC | |
159 | M: Blue Swirl <[email protected]> | |
f2416d3a | 160 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 AL |
161 | S: Maintained |
162 | F: target-sparc/ | |
8d8b636d PB |
163 | F: hw/sparc/ |
164 | F: hw/sparc64/ | |
fd5d5c56 | 165 | |
a6ea7b4c AF |
166 | UniCore32 |
167 | M: Guan Xuetao <[email protected]> | |
168 | S: Maintained | |
169 | F: target-unicore32/ | |
8d8b636d | 170 | F: hw/unicore32/ |
a6ea7b4c | 171 | |
fd5d5c56 | 172 | X86 |
d46d72fd PB |
173 | M: Paolo Bonzini <[email protected]> |
174 | M: Richard Henderson <[email protected]> | |
e1a04339 | 175 | M: Eduardo Habkost <[email protected]> |
b203a4ba | 176 | S: Maintained |
fd5d5c56 | 177 | F: target-i386/ |
8d8b636d | 178 | F: hw/i386/ |
fd5d5c56 | 179 | |
16e7caae MF |
180 | Xtensa |
181 | M: Max Filippov <[email protected]> | |
375847a6 | 182 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
16e7caae MF |
183 | S: Maintained |
184 | F: target-xtensa/ | |
8d8b636d | 185 | F: hw/xtensa/ |
c0bd0b50 | 186 | F: tests/tcg/xtensa/ |
16e7caae | 187 | |
48e06fe0 BK |
188 | TriCore |
189 | M: Bastian Koppelmann <[email protected]> | |
190 | S: Maintained | |
191 | F: target-tricore/ | |
192 | F: hw/tricore/ | |
193 | ||
fd5d5c56 AL |
194 | Guest CPU Cores (KVM): |
195 | ---------------------- | |
196 | ||
197 | Overall | |
c6d559d9 | 198 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
199 | L: [email protected] |
200 | S: Supported | |
201 | F: kvm-* | |
202 | F: */kvm.* | |
203 | ||
ed4659d1 PM |
204 | ARM |
205 | M: Peter Maydell <[email protected]> | |
206 | S: Maintained | |
207 | F: target-arm/kvm.c | |
208 | ||
a31896c4 JH |
209 | MIPS |
210 | M: James Hogan <[email protected]> | |
211 | S: Maintained | |
212 | F: target-mips/kvm.c | |
213 | ||
fd5d5c56 AL |
214 | PPC |
215 | M: Alexander Graf <[email protected]> | |
216 | S: Maintained | |
217 | F: target-ppc/kvm.c | |
218 | ||
749717a0 | 219 | S390 |
b304bf00 CB |
220 | M: Christian Borntraeger <[email protected]> |
221 | M: Cornelia Huck <[email protected]> | |
fd5d5c56 AL |
222 | M: Alexander Graf <[email protected]> |
223 | S: Maintained | |
224 | F: target-s390x/kvm.c | |
4277af19 CH |
225 | F: hw/intc/s390_flic.c |
226 | F: hw/intc/s390_flic_kvm.c | |
227 | F: include/hw/s390x/s390_flic.h | |
fd5d5c56 AL |
228 | |
229 | X86 | |
d46d72fd | 230 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
231 | M: Marcelo Tosatti <[email protected]> |
232 | L: [email protected] | |
233 | S: Supported | |
234 | F: target-i386/kvm.c | |
235 | ||
8a6b0cd7 SS |
236 | Guest CPU Cores (Xen): |
237 | ---------------------- | |
238 | ||
239 | X86 | |
240 | M: Stefano Stabellini <[email protected]> | |
241 | L: [email protected] | |
242 | S: Supported | |
243 | F: xen-* | |
244 | F: */xen* | |
245 | ||
1bdd6874 SW |
246 | Hosts: |
247 | ------ | |
248 | ||
249 | LINUX | |
250 | L: [email protected] | |
251 | S: Maintained | |
252 | F: linux-* | |
253 | F: linux-headers/ | |
254 | ||
255 | POSIX | |
256 | L: [email protected] | |
257 | S: Maintained | |
258 | F: *posix* | |
259 | ||
260 | W32, W64 | |
261 | L: [email protected] | |
262 | M: Stefan Weil <[email protected]> | |
263 | S: Maintained | |
264 | F: *win32* | |
265 | ||
fd5d5c56 AL |
266 | ARM Machines |
267 | ------------ | |
84291fe7 LG |
268 | Allwinner-a10 |
269 | M: Li Guang <[email protected]> | |
270 | S: Maintained | |
271 | F: hw/*/allwinner-a10* | |
272 | F: include/hw/*/allwinner-a10* | |
273 | F: hw/arm/cubieboard.c | |
274 | ||
fc63dcff EV |
275 | Exynos |
276 | M: Evgeny Voevodin <[email protected]> | |
277 | M: Maksim Kozlov <[email protected]> | |
f44c5c67 | 278 | M: Igor Mitsyanko <[email protected]> |
fc63dcff EV |
279 | M: Dmitry Solodkiy <[email protected]> |
280 | S: Maintained | |
8d8b636d | 281 | F: hw/*/exynos* |
fc63dcff | 282 | |
766fd09f | 283 | Calxeda Highbank |
9ef137ca RH |
284 | M: Rob Herring <[email protected]> |
285 | S: Maintained | |
8d8b636d PB |
286 | F: hw/arm/highbank.c |
287 | F: hw/net/xgmac.c | |
766fd09f | 288 | |
9082f121 AP |
289 | Canon DIGIC |
290 | M: Antony Pavlov <[email protected]> | |
291 | S: Maintained | |
292 | F: include/hw/arm/digic.h | |
293 | F: hw/*/digic* | |
294 | ||
fd5d5c56 | 295 | Gumstix |
5dd4a88c | 296 | L: [email protected] |
fd5d5c56 | 297 | S: Orphan |
8d8b636d | 298 | F: hw/arm/gumstix.c |
fd5d5c56 | 299 | |
0325559d PC |
300 | i.MX31 |
301 | M: Peter Chubb <[email protected]> | |
302 | S: Odd fixes | |
8d8b636d PB |
303 | F: hw/*/imx* |
304 | F: hw/arm/kzm.c | |
0325559d | 305 | |
fd5d5c56 | 306 | Integrator CP |
1ce9ce6a | 307 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 308 | S: Maintained |
8d8b636d | 309 | F: hw/arm/integratorcp.c |
fd5d5c56 AL |
310 | |
311 | Mainstone | |
5dd4a88c | 312 | L: [email protected] |
fd5d5c56 | 313 | S: Orphan |
8d8b636d | 314 | F: hw/arm/mainstone.c |
fd5d5c56 AL |
315 | |
316 | Musicpal | |
317 | M: Jan Kiszka <[email protected]> | |
318 | S: Maintained | |
8d8b636d | 319 | F: hw/arm/musicpal.c |
fd5d5c56 AL |
320 | |
321 | nSeries | |
322 | M: Andrzej Zaborowski <[email protected]> | |
323 | S: Maintained | |
8d8b636d | 324 | F: hw/arm/nseries.c |
fd5d5c56 AL |
325 | |
326 | Palm | |
327 | M: Andrzej Zaborowski <[email protected]> | |
328 | S: Maintained | |
8d8b636d | 329 | F: hw/arm/palm.c |
fd5d5c56 AL |
330 | |
331 | Real View | |
1ce9ce6a | 332 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 333 | S: Maintained |
8d8b636d | 334 | F: hw/arm/realview* |
fd5d5c56 AL |
335 | |
336 | Spitz | |
337 | M: Andrzej Zaborowski <[email protected]> | |
338 | S: Maintained | |
8d8b636d | 339 | F: hw/arm/spitz.c |
fd5d5c56 AL |
340 | |
341 | Stellaris | |
1ce9ce6a | 342 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 343 | S: Maintained |
8d8b636d | 344 | F: hw/*/stellaris* |
fd5d5c56 AL |
345 | |
346 | Versatile PB | |
1ce9ce6a | 347 | M: Peter Maydell <[email protected]> |
fd5d5c56 | 348 | S: Maintained |
8d8b636d | 349 | F: hw/*/versatile* |
fd5d5c56 | 350 | |
e3260506 | 351 | Xilinx Zynq |
97891afa | 352 | M: Peter Crosthwaite <[email protected]> |
e3260506 | 353 | S: Maintained |
8d8b636d PB |
354 | F: hw/arm/xilinx_zynq.c |
355 | F: hw/misc/zynq_slcr.c | |
356 | F: hw/*/cadence_* | |
357 | F: hw/ssi/xilinx_spips.c | |
e3260506 | 358 | |
fd5d5c56 AL |
359 | CRIS Machines |
360 | ------------- | |
361 | Axis Dev88 | |
362 | M: Edgar E. Iglesias <[email protected]> | |
363 | S: Maintained | |
8d8b636d | 364 | F: hw/cris/axis_dev88.c |
6e481d57 | 365 | F: hw/*/etraxfs_*.c |
fd5d5c56 | 366 | |
07bf23a7 MW |
367 | LM32 Machines |
368 | ------------- | |
369 | EVR32 and uclinux BSP | |
370 | M: Michael Walle <[email protected]> | |
371 | S: Maintained | |
8d8b636d | 372 | F: hw/lm32/lm32_boards.c |
07bf23a7 | 373 | |
d118aa6b MW |
374 | milkymist |
375 | M: Michael Walle <[email protected]> | |
376 | S: Maintained | |
8d8b636d | 377 | F: hw/lm32/milkymist.c |
d118aa6b | 378 | |
afcacd53 | 379 | M68K Machines |
fd5d5c56 AL |
380 | ------------- |
381 | an5206 | |
0e19885e | 382 | S: Orphan |
8d8b636d | 383 | F: hw/m68k/an5206.c |
fd5d5c56 AL |
384 | |
385 | dummy_m68k | |
0e19885e | 386 | S: Orphan |
8d8b636d | 387 | F: hw/m68k/dummy_m68k.c |
fd5d5c56 AL |
388 | |
389 | mcf5208 | |
0e19885e | 390 | S: Orphan |
8d8b636d | 391 | F: hw/m68k/mcf5208.c |
fd5d5c56 AL |
392 | |
393 | MicroBlaze Machines | |
394 | ------------------- | |
395 | petalogix_s3adsp1800 | |
396 | M: Edgar E. Iglesias <[email protected]> | |
397 | S: Maintained | |
6e481d57 | 398 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c |
fd5d5c56 | 399 | |
d36e8ce7 | 400 | petalogix_ml605 |
97891afa | 401 | M: Peter Crosthwaite <[email protected]> |
d36e8ce7 | 402 | S: Maintained |
8d8b636d | 403 | F: hw/microblaze/petalogix_ml605_mmu.c |
d36e8ce7 | 404 | |
fd5d5c56 AL |
405 | MIPS Machines |
406 | ------------- | |
407 | Jazz | |
408 | M: Hervé Poussineau <[email protected]> | |
409 | S: Maintained | |
8d8b636d | 410 | F: hw/mips/mips_jazz.c |
fd5d5c56 AL |
411 | |
412 | Malta | |
413 | M: Aurelien Jarno <[email protected]> | |
414 | S: Maintained | |
8d8b636d | 415 | F: hw/mips/mips_malta.c |
fd5d5c56 AL |
416 | |
417 | Mipssim | |
5dd4a88c | 418 | L: [email protected] |
fd5d5c56 | 419 | S: Orphan |
8d8b636d | 420 | F: hw/mips/mips_mipssim.c |
fd5d5c56 AL |
421 | |
422 | R4000 | |
423 | M: Aurelien Jarno <[email protected]> | |
424 | S: Maintained | |
8d8b636d | 425 | F: hw/mips/mips_r4k.c |
fd5d5c56 | 426 | |
945dad6d JL |
427 | OpenRISC Machines |
428 | ----------------- | |
429 | or1k-sim | |
430 | M: Jia Liu <[email protected]> | |
431 | S: Maintained | |
432 | F: hw/openrisc/openrisc_sim.c | |
433 | ||
fd5d5c56 AL |
434 | PowerPC Machines |
435 | ---------------- | |
436 | 405 | |
437 | M: Alexander Graf <[email protected]> | |
a6c98685 | 438 | L: [email protected] |
9b9fe135 | 439 | S: Odd Fixes |
8d8b636d | 440 | F: hw/ppc/ppc405_boards.c |
fd5d5c56 | 441 | |
aaade8d7 AF |
442 | Bamboo |
443 | M: Alexander Graf <[email protected]> | |
444 | L: [email protected] | |
445 | S: Odd Fixes | |
8d8b636d | 446 | F: hw/ppc/ppc440_bamboo.c |
aaade8d7 | 447 | |
98cded3a AF |
448 | e500 |
449 | M: Alexander Graf <[email protected]> | |
450 | M: Scott Wood <[email protected]> | |
451 | L: [email protected] | |
452 | S: Supported | |
453 | F: hw/ppc/e500.[hc] | |
454 | F: hw/ppc/e500plat.c | |
455 | ||
456 | mpc8544ds | |
457 | M: Alexander Graf <[email protected]> | |
458 | M: Scott Wood <[email protected]> | |
459 | L: [email protected] | |
460 | S: Supported | |
461 | F: hw/ppc/mpc8544ds.c | |
8d8b636d | 462 | F: hw/ppc/mpc8544_guts.c |
98cded3a | 463 | |
fd5d5c56 AL |
464 | New World |
465 | M: Alexander Graf <[email protected]> | |
a6c98685 | 466 | L: [email protected] |
fd5d5c56 | 467 | S: Maintained |
baec1910 | 468 | F: hw/ppc/mac_newworld.c |
6e481d57 PM |
469 | F: hw/pci-host/uninorth.c |
470 | F: hw/pci-bridge/dec.[hc] | |
8d8b636d | 471 | F: hw/misc/macio/ |
fd5d5c56 AL |
472 | |
473 | Old World | |
474 | M: Alexander Graf <[email protected]> | |
a6c98685 | 475 | L: [email protected] |
fd5d5c56 | 476 | S: Maintained |
baec1910 | 477 | F: hw/ppc/mac_oldworld.c |
6e481d57 | 478 | F: hw/pci-host/grackle.c |
8d8b636d | 479 | F: hw/misc/macio/ |
fd5d5c56 | 480 | |
ec38d398 AF |
481 | PReP |
482 | M: Andreas Färber <[email protected]> | |
a6c98685 | 483 | L: [email protected] |
ec38d398 | 484 | S: Odd Fixes |
75610155 | 485 | F: hw/ppc/prep.c |
6e481d57 | 486 | F: hw/pci-host/prep.[hc] |
8d8b636d | 487 | F: hw/isa/pc87312.[hc] |
fd5d5c56 | 488 | |
085eb217 DG |
489 | sPAPR (pseries) |
490 | M: David Gibson <[email protected]> | |
8a269ca4 AF |
491 | M: Alexander Graf <[email protected]> |
492 | L: [email protected] | |
493 | S: Supported | |
8d8b636d | 494 | F: hw/*/spapr* |
f9de2da7 DG |
495 | F: include/hw/*/spapr* |
496 | F: hw/*/xics* | |
497 | F: include/hw/*/xics* | |
498 | F: pc-bios/spapr-rtas/* | |
8a269ca4 | 499 | |
794d00bf AF |
500 | virtex_ml507 |
501 | M: Edgar E. Iglesias <[email protected]> | |
502 | L: [email protected] | |
503 | S: Odd Fixes | |
6e481d57 | 504 | F: hw/ppc/virtex_ml507.c |
794d00bf | 505 | |
fd5d5c56 AL |
506 | SH4 Machines |
507 | ------------ | |
508 | R2D | |
509 | M: Magnus Damm <[email protected]> | |
510 | S: Maintained | |
6e481d57 | 511 | F: hw/sh4/r2d.c |
fd5d5c56 AL |
512 | |
513 | Shix | |
514 | M: Magnus Damm <[email protected]> | |
afcacd53 | 515 | S: Orphan |
6e481d57 | 516 | F: hw/sh4/shix.c |
fd5d5c56 AL |
517 | |
518 | SPARC Machines | |
519 | -------------- | |
520 | Sun4m | |
521 | M: Blue Swirl <[email protected]> | |
f2416d3a | 522 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 523 | S: Maintained |
8d8b636d | 524 | F: hw/sparc/sun4m.c |
fd5d5c56 AL |
525 | |
526 | Sun4u | |
527 | M: Blue Swirl <[email protected]> | |
f2416d3a | 528 | M: Mark Cave-Ayland <[email protected]> |
fd5d5c56 | 529 | S: Maintained |
8d8b636d | 530 | F: hw/sparc64/sun4u.c |
fd5d5c56 | 531 | |
ce6c760c FC |
532 | Leon3 |
533 | M: Fabien Chouteau <[email protected]> | |
534 | S: Maintained | |
8d8b636d PB |
535 | F: hw/sparc/leon3.c |
536 | F: hw/*/grlib* | |
ce6c760c | 537 | |
fd5d5c56 AL |
538 | S390 Machines |
539 | ------------- | |
540 | S390 Virtio | |
541 | M: Alexander Graf <[email protected]> | |
542 | S: Maintained | |
6e481d57 | 543 | F: hw/s390x/s390-*.c |
8cba80c3 | 544 | X: hw/s390x/*pci*.[hc] |
fd5d5c56 | 545 | |
dd4ad64a CH |
546 | S390 Virtio-ccw |
547 | M: Cornelia Huck <[email protected]> | |
b304bf00 | 548 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
549 | M: Alexander Graf <[email protected]> |
550 | S: Supported | |
551 | F: hw/s390x/s390-virtio-ccw.c | |
552 | F: hw/s390x/css.[hc] | |
b304bf00 CB |
553 | F: hw/s390x/sclp*.[hc] |
554 | F: hw/s390x/ipl*.[hc] | |
8cba80c3 | 555 | F: hw/s390x/*pci*.[hc] |
4277af19 CH |
556 | F: include/hw/s390x/ |
557 | F: pc-bios/s390-ccw/ | |
dd4ad64a CH |
558 | T: git git://github.com/cohuck/qemu virtio-ccw-upstr |
559 | ||
ab9528ca GX |
560 | UniCore32 Machines |
561 | ------------- | |
562 | PKUnity-3 SoC initramfs-with-busybox | |
563 | M: Guan Xuetao <[email protected]> | |
564 | S: Maintained | |
8d8b636d | 565 | F: hw/*/puv3* |
ab9528ca GX |
566 | F: hw/unicore32/ |
567 | ||
fd5d5c56 AL |
568 | X86 Machines |
569 | ------------ | |
570 | PC | |
046a6486 | 571 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 572 | S: Supported |
046a6486 MT |
573 | F: include/hw/i386/ |
574 | F: hw/i386/ | |
575 | F: hw/pci-host/piix.c | |
576 | F: hw/pci-host/q35.c | |
577 | F: hw/pci-host/pam.c | |
578 | F: include/hw/pci-host/q35.h | |
579 | F: include/hw/pci-host/pam.h | |
580 | F: hw/isa/piix4.c | |
581 | F: hw/isa/lpc_ich9.c | |
582 | F: hw/i2c/smbus_ich9.c | |
583 | F: hw/acpi/piix4.c | |
584 | F: hw/acpi/ich9.c | |
585 | F: include/hw/acpi/ich9.h | |
586 | F: include/hw/acpi/piix.h | |
587 | ||
fd5d5c56 | 588 | |
16e7caae MF |
589 | Xtensa Machines |
590 | --------------- | |
375847a6 | 591 | sim |
16e7caae MF |
592 | M: Max Filippov <[email protected]> |
593 | S: Maintained | |
437a8c11 | 594 | F: hw/xtensa/sim.c |
375847a6 | 595 | |
437a8c11 | 596 | XTFPGA (LX60, LX200, ML605, KC705) |
375847a6 MF |
597 | M: Max Filippov <[email protected]> |
598 | S: Maintained | |
437a8c11 MF |
599 | F: hw/xtensa/xtfpga.c |
600 | F: hw/net/opencores_eth.c | |
16e7caae | 601 | |
fd5d5c56 AL |
602 | Devices |
603 | ------- | |
b30934cb JS |
604 | EDU |
605 | M: Jiri Slaby <[email protected]> | |
606 | S: Maintained | |
607 | F: hw/misc/edu.c | |
608 | ||
fd5d5c56 | 609 | IDE |
c095348b JS |
610 | M: John Snow <[email protected]> |
611 | L: [email protected] | |
612 | S: Supported | |
8d8b636d | 613 | F: include/hw/ide.h |
fd5d5c56 | 614 | F: hw/ide/ |
c095348b JS |
615 | F: hw/block/block.c |
616 | F: hw/block/cdrom.c | |
617 | F: hw/block/hd-geometry.c | |
618 | F: tests/ide-test.c | |
619 | F: tests/ahci-test.c | |
620 | T: git git://github.com/jnsnow/qemu.git ide | |
621 | ||
622 | Floppy | |
623 | M: John Snow <[email protected]> | |
624 | L: [email protected] | |
625 | S: Supported | |
626 | F: hw/block/fdc.c | |
627 | F: include/hw/block/fdc.h | |
628 | T: git git://github.com/jnsnow/qemu.git ide | |
fd5d5c56 | 629 | |
f5f487b2 PM |
630 | OMAP |
631 | M: Peter Maydell <[email protected]> | |
632 | S: Maintained | |
8d8b636d | 633 | F: hw/*/omap* |
f5f487b2 | 634 | |
fd5d5c56 AL |
635 | PCI |
636 | M: Michael S. Tsirkin <[email protected]> | |
637 | S: Supported | |
8d8b636d | 638 | F: include/hw/pci/* |
ca818cfb | 639 | F: hw/pci/* |
8d8b636d | 640 | F: hw/acpi/* |
fd5d5c56 | 641 | |
aaade8d7 AF |
642 | ppc4xx |
643 | M: Alexander Graf <[email protected]> | |
644 | L: [email protected] | |
645 | S: Odd Fixes | |
8d8b636d | 646 | F: hw/ppc/ppc4*.c |
aaade8d7 | 647 | |
98cded3a AF |
648 | ppce500 |
649 | M: Alexander Graf <[email protected]> | |
650 | M: Scott Wood <[email protected]> | |
651 | L: [email protected] | |
652 | S: Supported | |
6e481d57 | 653 | F: hw/ppc/e500* |
98cded3a | 654 | |
fd5d5c56 | 655 | SCSI |
de7724f7 PB |
656 | M: Paolo Bonzini <[email protected]> |
657 | S: Supported | |
8d8b636d PB |
658 | F: include/hw/scsi* |
659 | F: hw/scsi/* | |
1ab09a40 | 660 | T: git git://github.com/bonzini/qemu.git scsi-next |
de7724f7 PB |
661 | |
662 | LSI53C895A | |
0e19885e | 663 | S: Orphan |
8d8b636d | 664 | F: hw/scsi/lsi53c895a.c |
fd5d5c56 | 665 | |
fcb5629d | 666 | SSI |
97891afa | 667 | M: Peter Crosthwaite <[email protected]> |
fcb5629d | 668 | S: Maintained |
8d8b636d PB |
669 | F: hw/ssi/* |
670 | F: hw/block/m25p80.c | |
fcb5629d | 671 | |
fd5d5c56 | 672 | USB |
5d0d62fe GH |
673 | M: Gerd Hoffmann <[email protected]> |
674 | S: Maintained | |
8d8b636d | 675 | F: hw/usb/* |
28edfce0 | 676 | F: tests/usb-*-test.c |
fd5d5c56 | 677 | |
e26082fd PB |
678 | USB (serial adapter) |
679 | M: Gerd Hoffmann <[email protected]> | |
680 | M: Samuel Thibault <[email protected]> | |
681 | S: Maintained | |
682 | F: hw/usb/dev-serial.c | |
683 | ||
92e1fb5e AW |
684 | VFIO |
685 | M: Alex Williamson <[email protected]> | |
686 | S: Supported | |
cf7087db | 687 | F: hw/vfio/* |
92e1fb5e | 688 | |
fd5d5c56 AL |
689 | vhost |
690 | M: Michael S. Tsirkin <[email protected]> | |
691 | S: Supported | |
8d8b636d | 692 | F: hw/*/*vhost* |
fd5d5c56 AL |
693 | |
694 | virtio | |
a75143ed | 695 | M: Michael S. Tsirkin <[email protected]> |
fd5d5c56 | 696 | S: Supported |
8d8b636d | 697 | F: hw/*/virtio* |
fd5d5c56 AL |
698 | |
699 | virtio-9p | |
23704102 | 700 | M: Aneesh Kumar K.V <[email protected]> |
fd5d5c56 | 701 | S: Supported |
aebeca25 AF |
702 | F: hw/9pfs/ |
703 | F: fsdev/ | |
2d888c09 | 704 | F: tests/virtio-9p-test.c |
3f3309cb | 705 | T: git git://github.com/kvaneesh/QEMU.git |
fd5d5c56 AL |
706 | |
707 | virtio-blk | |
54d01a00 | 708 | M: Stefan Hajnoczi <[email protected]> |
b457a5f5 | 709 | L: [email protected] |
fd5d5c56 | 710 | S: Supported |
8d8b636d | 711 | F: hw/block/virtio-blk.c |
b457a5f5 SH |
712 | F: hw/block/dataplane/* |
713 | F: hw/virtio/dataplane/* | |
714 | T: git git://github.com/stefanha/qemu.git block | |
fd5d5c56 | 715 | |
dd4ad64a CH |
716 | virtio-ccw |
717 | M: Cornelia Huck <[email protected]> | |
b304bf00 | 718 | M: Christian Borntraeger <[email protected]> |
dd4ad64a CH |
719 | S: Supported |
720 | F: hw/s390x/virtio-ccw.[hc] | |
721 | T: git git://github.com/cohuck/qemu virtio-ccw-upstr | |
722 | ||
fd5d5c56 AL |
723 | virtio-serial |
724 | M: Amit Shah <[email protected]> | |
725 | S: Supported | |
8d8b636d PB |
726 | F: hw/char/virtio-serial-bus.c |
727 | F: hw/char/virtio-console.c | |
68a5e38a | 728 | F: include/hw/virtio/virtio-serial.h |
fd5d5c56 | 729 | |
1f51a5cb AS |
730 | virtio-rng |
731 | M: Amit Shah <[email protected]> | |
732 | S: Supported | |
733 | F: hw/virtio/virtio-rng.c | |
734 | F: include/hw/virtio/virtio-rng.h | |
735 | F: backends/rng*.c | |
736 | ||
f3c507ad KB |
737 | nvme |
738 | M: Keith Busch <[email protected]> | |
c95e4c0e | 739 | L: [email protected] |
f3c507ad KB |
740 | S: Supported |
741 | F: hw/block/nvme* | |
fc967791 | 742 | F: tests/nvme-test.c |
f3c507ad | 743 | |
d383c625 HR |
744 | megasas |
745 | M: Hannes Reinecke <[email protected]> | |
c95e4c0e | 746 | L: [email protected] |
d383c625 HR |
747 | S: Supported |
748 | F: hw/scsi/megasas.c | |
749 | F: hw/scsi/mfi.h | |
750 | ||
ab61d240 | 751 | Xilinx EDK |
97891afa | 752 | M: Peter Crosthwaite <[email protected]> |
ab61d240 PC |
753 | M: Edgar E. Iglesias <[email protected]> |
754 | S: Maintained | |
8d8b636d PB |
755 | F: hw/*/xilinx_* |
756 | F: include/hw/xilinx.h | |
ab61d240 | 757 | |
622fb504 DF |
758 | Vmware |
759 | M: Dmitry Fleytman <[email protected]> | |
760 | S: Maintained | |
761 | F: hw/net/vmxnet* | |
762 | F: hw/scsi/vmw_pvscsi* | |
763 | ||
de24d3f1 SF |
764 | Rocker |
765 | M: Scott Feldman <[email protected]> | |
766 | M: Jiri Pirko <[email protected]> | |
767 | S: Maintained | |
768 | F: hw/net/rocker/ | |
769 | ||
fd5d5c56 AL |
770 | Subsystems |
771 | ---------- | |
772 | Audio | |
773 | M: Vassili Karpov (malc) <[email protected]> | |
9f575846 | 774 | M: Gerd Hoffmann <[email protected]> |
fd5d5c56 AL |
775 | S: Maintained |
776 | F: audio/ | |
8d8b636d | 777 | F: hw/audio/ |
d7b50c0c | 778 | F: tests/ac97-test.c |
8fa74c94 | 779 | F: tests/es1370-test.c |
fbaf445a | 780 | F: tests/intel-hda-test.c |
fd5d5c56 | 781 | |
17f1e8f5 | 782 | Block layer core |
fd5d5c56 | 783 | M: Kevin Wolf <[email protected]> |
c95e4c0e | 784 | L: [email protected] |
fd5d5c56 AL |
785 | S: Supported |
786 | F: block* | |
787 | F: block/ | |
8d8b636d | 788 | F: hw/block/ |
4c346e0b | 789 | F: include/block/ |
46078760 KW |
790 | F: qemu-img* |
791 | F: qemu-io* | |
29242091 | 792 | F: tests/qemu-iotests/ |
d48addda | 793 | T: git git://repo.or.cz/qemu/kevin.git block |
fd5d5c56 | 794 | |
d55053b1 SH |
795 | Block I/O path |
796 | M: Stefan Hajnoczi <[email protected]> | |
797 | L: [email protected] | |
798 | S: Supported | |
799 | F: async.c | |
800 | F: aio-*.c | |
801 | F: block/io.c | |
802 | F: migration/block* | |
803 | T: git git://github.com/stefanha/qemu.git block | |
804 | ||
280458a3 JC |
805 | Block Jobs |
806 | M: Jeff Cody <[email protected]> | |
807 | L: [email protected] | |
808 | S: Supported | |
809 | F: blockjob.c | |
810 | F: include/block/blockjob.h | |
811 | F: block/backup.c | |
812 | F: block/commit.c | |
813 | F: block/stream.h | |
814 | F: block/mirror.c | |
815 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
816 | ||
4120201d MA |
817 | Block QAPI, monitor, command line |
818 | M: Markus Armbruster <[email protected]> | |
819 | S: Supported | |
820 | F: blockdev.c | |
821 | F: block/qapi.c | |
822 | F: qapi/block*.json | |
823 | T: git git://repo.or.cz/qemu/armbru.git block-next | |
824 | ||
fd5d5c56 | 825 | Character Devices |
da26f37a | 826 | M: Paolo Bonzini <[email protected]> |
fd5d5c56 AL |
827 | S: Maintained |
828 | F: qemu-char.c | |
da26f37a PB |
829 | F: backends/msmouse.c |
830 | F: backends/testdev.c | |
fd5d5c56 | 831 | |
e26082fd PB |
832 | Character Devices (Braille) |
833 | M: Samuel Thibault <[email protected]> | |
834 | S: Maintained | |
835 | F: backends/baum.c | |
fd5d5c56 | 836 | |
8c413e79 MA |
837 | Coverity model |
838 | M: Markus Armbruster <[email protected]> | |
839 | S: Supported | |
840 | F: scripts/coverity-model.c | |
841 | ||
f2ca0524 AF |
842 | CPU |
843 | M: Andreas Färber <[email protected]> | |
844 | S: Supported | |
845 | F: qom/cpu.c | |
6e481d57 | 846 | F: include/qom/cpu.h |
62e0c095 | 847 | F: target-i386/cpu.c |
f2ca0524 | 848 | |
f0513d2c IM |
849 | ICC Bus |
850 | M: Igor Mammedov <[email protected]> | |
851 | S: Supported | |
852 | F: include/hw/cpu/icc_bus.h | |
853 | F: hw/cpu/icc_bus.c | |
854 | ||
d24b569a | 855 | Device Tree |
97891afa | 856 | M: Peter Crosthwaite <[email protected]> |
d24b569a PC |
857 | M: Alexander Graf <[email protected]> |
858 | S: Maintained | |
6e481d57 | 859 | F: device_tree.[ch] |
d24b569a | 860 | |
fd5d5c56 | 861 | GDB stub |
5dd4a88c | 862 | L: [email protected] |
fd5d5c56 AL |
863 | S: Odd Fixes |
864 | F: gdbstub* | |
865 | F: gdb-xml/ | |
866 | ||
01a9c03c PB |
867 | Memory API |
868 | M: Paolo Bonzini <[email protected]> | |
869 | S: Supported | |
870 | F: include/exec/ioport.h | |
871 | F: ioport.c | |
872 | F: include/exec/memory.h | |
873 | F: memory.c | |
874 | F: include/exec/memory-internal.h | |
875 | F: exec.c | |
876 | ||
7ee3bf03 GH |
877 | SPICE |
878 | M: Gerd Hoffmann <[email protected]> | |
879 | S: Supported | |
6e481d57 | 880 | F: include/ui/qemu-spice.h |
7ee3bf03 GH |
881 | F: ui/spice-*.c |
882 | F: audio/spiceaudio.c | |
8d8b636d | 883 | F: hw/display/qxl* |
7ee3bf03 | 884 | |
fd5d5c56 | 885 | Graphics |
25eccc37 GH |
886 | M: Gerd Hoffmann <[email protected]> |
887 | S: Odd Fixes | |
fd5d5c56 AL |
888 | F: ui/ |
889 | ||
351f1bf6 AF |
890 | Cocoa graphics |
891 | M: Andreas Färber <[email protected]> | |
30ef3c74 | 892 | M: Peter Maydell <[email protected]> |
351f1bf6 AF |
893 | S: Odd Fixes |
894 | F: ui/cocoa.m | |
895 | ||
fd5d5c56 | 896 | Main loop |
da26f37a PB |
897 | M: Paolo Bonzini <[email protected]> |
898 | S: Maintained | |
899 | F: cpus.c | |
900 | F: main-loop.c | |
901 | F: qemu-timer.c | |
fd5d5c56 AL |
902 | F: vl.c |
903 | ||
8899b4ae | 904 | Human Monitor (HMP) |
fd5d5c56 | 905 | M: Luiz Capitulino <[email protected]> |
fbb0621a | 906 | S: Maintained |
fd5d5c56 | 907 | F: monitor.c |
8899b4ae LC |
908 | F: hmp.c |
909 | F: hmp-commands.hx | |
dce07e0b | 910 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp |
fd5d5c56 AL |
911 | |
912 | Network device layer | |
1cd0f8ce | 913 | M: Stefan Hajnoczi <[email protected]> |
442469e6 | 914 | M: Jason Wang <[email protected]> |
fd5d5c56 AL |
915 | S: Maintained |
916 | F: net/ | |
837c36e7 | 917 | T: git git://github.com/stefanha/qemu.git net |
fd5d5c56 | 918 | |
aee09baf VM |
919 | Netmap network backend |
920 | M: Luigi Rizzo <[email protected]> | |
921 | M: Giuseppe Lettieri <[email protected]> | |
922 | M: Vincenzo Maffione <[email protected]> | |
923 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
924 | S: Maintained | |
925 | F: net/netmap.c | |
926 | ||
44f76b28 PB |
927 | Network Block Device (NBD) |
928 | M: Paolo Bonzini <[email protected]> | |
929 | S: Odd Fixes | |
930 | F: block/nbd.c | |
931 | F: nbd.* | |
932 | F: qemu-nbd.c | |
1ab09a40 | 933 | T: git git://github.com/bonzini/qemu.git nbd-next |
44f76b28 | 934 | |
2f54eb98 EH |
935 | NUMA |
936 | M: Eduardo Habkost <[email protected]> | |
937 | S: Maintained | |
938 | F: numa.c | |
939 | F: include/sysemu/numa.h | |
940 | K: numa|NUMA | |
941 | K: srat|SRAT | |
942 | T: git git://github.com/ehabkost/qemu.git numa | |
943 | ||
8899b4ae | 944 | QAPI |
9740618c | 945 | M: Markus Armbruster <[email protected]> |
8899b4ae | 946 | M: Michael Roth <[email protected]> |
9740618c | 947 | S: Supported |
8899b4ae | 948 | F: qapi/ |
c0bd0b50 | 949 | F: tests/qapi-schema/ |
9740618c | 950 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
8899b4ae | 951 | |
7810d291 LC |
952 | QAPI Schema |
953 | M: Eric Blake <[email protected]> | |
7810d291 LC |
954 | M: Markus Armbruster <[email protected]> |
955 | S: Supported | |
956 | F: qapi-schema.json | |
9740618c | 957 | T: git git://repo.or.cz/qemu/armbru.git qapi-next |
7810d291 | 958 | |
f3582ba4 LC |
959 | QObject |
960 | M: Luiz Capitulino <[email protected]> | |
961 | S: Maintained | |
962 | F: qobject/ | |
963 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
964 | ||
f05d9999 MR |
965 | QEMU Guest Agent |
966 | M: Michael Roth <[email protected]> | |
967 | S: Maintained | |
968 | F: qga/ | |
969 | T: git git://github.com/mdroth/qemu.git qga | |
970 | ||
4688c94c | 971 | QOM |
4688c94c AF |
972 | M: Andreas Färber <[email protected]> |
973 | S: Supported | |
974 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
975 | F: include/qom/ | |
976 | X: include/qom/cpu.h | |
977 | F: qom/ | |
978 | X: qom/cpu.c | |
979 | F: tests/qom-test.c | |
980 | ||
8899b4ae | 981 | QMP |
9740618c LC |
982 | M: Markus Armbruster <[email protected]> |
983 | S: Supported | |
8899b4ae LC |
984 | F: qmp.c |
985 | F: monitor.c | |
986 | F: qmp-commands.hx | |
9740618c LC |
987 | F: docs/qmp/ |
988 | F: scripts/qmp/ | |
989 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
8899b4ae | 990 | |
fd5d5c56 | 991 | SLIRP |
bafc72ab JK |
992 | M: Jan Kiszka <[email protected]> |
993 | S: Maintained | |
fd5d5c56 | 994 | F: slirp/ |
1ab09a40 | 995 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 996 | |
598a3f35 | 997 | Tracing |
1cd0f8ce | 998 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
999 | S: Maintained |
1000 | F: trace/ | |
f70fd8fd LV |
1001 | F: scripts/tracetool.py |
1002 | F: scripts/tracetool/ | |
f922ea46 | 1003 | F: docs/tracing.txt |
1ab09a40 | 1004 | T: git git://github.com/stefanha/qemu.git tracing |
598a3f35 | 1005 | |
14f40fdc BS |
1006 | Checkpatch |
1007 | M: Blue Swirl <[email protected]> | |
1008 | S: Odd Fixes | |
1009 | F: scripts/checkpatch.pl | |
1010 | ||
c0787c8d JQ |
1011 | Migration |
1012 | M: Juan Quintela <[email protected]> | |
7f4675c3 | 1013 | M: Amit Shah <[email protected]> |
c0787c8d JQ |
1014 | S: Maintained |
1015 | F: include/migration/ | |
44a1f946 | 1016 | F: migration/ |
c5515640 AS |
1017 | F: scripts/vmstate-static-checker.py |
1018 | F: tests/vmstate-static-checker-data/ | |
c0787c8d | 1019 | |
92bfedb0 | 1020 | Seccomp |
9d9de254 | 1021 | M: Eduardo Otubo <[email protected]> |
92bfedb0 EO |
1022 | S: Supported |
1023 | F: qemu-seccomp.c | |
1024 | F: include/sysemu/seccomp.h | |
1025 | ||
fd5d5c56 AL |
1026 | Usermode Emulation |
1027 | ------------------ | |
486bbe5f PB |
1028 | Overall |
1029 | M: Riku Voipio <[email protected]> | |
1030 | S: Maintained | |
1031 | F: thunk.c | |
1032 | F: user-exec.c | |
1033 | ||
fd5d5c56 AL |
1034 | BSD user |
1035 | M: Blue Swirl <[email protected]> | |
1036 | S: Maintained | |
1037 | F: bsd-user/ | |
1038 | ||
fd5d5c56 AL |
1039 | Linux user |
1040 | M: Riku Voipio <[email protected]> | |
1041 | S: Maintained | |
1042 | F: linux-user/ | |
42f5a7e9 AJ |
1043 | |
1044 | Tiny Code Generator (TCG) | |
1045 | ------------------------- | |
1046 | Common code | |
cc7772bd | 1047 | M: Richard Henderson <[email protected]> |
42f5a7e9 AJ |
1048 | S: Maintained |
1049 | F: tcg/ | |
1050 | ||
b25a464c CF |
1051 | AArch64 target |
1052 | M: Claudio Fontana <[email protected]> | |
1053 | M: Claudio Fontana <[email protected]> | |
1054 | S: Maintained | |
1055 | F: tcg/aarch64/ | |
1056 | ||
42f5a7e9 AJ |
1057 | ARM target |
1058 | M: Andrzej Zaborowski <[email protected]> | |
1059 | S: Maintained | |
1060 | F: tcg/arm/ | |
1061 | ||
42f5a7e9 | 1062 | i386 target |
5dd4a88c | 1063 | L: [email protected] |
42f5a7e9 AJ |
1064 | S: Maintained |
1065 | F: tcg/i386/ | |
1066 | ||
1067 | IA64 target | |
1068 | M: Aurelien Jarno <[email protected]> | |
1069 | S: Maintained | |
1070 | F: tcg/ia64/ | |
1071 | ||
1072 | MIPS target | |
d6eec7a2 | 1073 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
1074 | S: Maintained |
1075 | F: tcg/mips/ | |
1076 | ||
1077 | PPC | |
1078 | M: Vassili Karpov (malc) <[email protected]> | |
1079 | S: Maintained | |
1080 | F: tcg/ppc/ | |
1081 | ||
1082 | PPC64 target | |
1083 | M: Vassili Karpov (malc) <[email protected]> | |
1084 | S: Maintained | |
1085 | F: tcg/ppc64/ | |
1086 | ||
1087 | S390 target | |
1088 | M: Alexander Graf <[email protected]> | |
1089 | M: Richard Henderson <[email protected]> | |
1090 | S: Maintained | |
1091 | F: tcg/s390/ | |
1092 | ||
1093 | SPARC target | |
1094 | M: Blue Swirl <[email protected]> | |
1095 | S: Maintained | |
1096 | F: tcg/sparc/ | |
bc75c9e5 SW |
1097 | |
1098 | TCI target | |
1099 | M: Stefan Weil <[email protected]> | |
1100 | S: Maintained | |
8ef9cd55 | 1101 | F: tcg/tci/ |
2b7be8c8 | 1102 | F: tci.c |
aa09c951 AF |
1103 | |
1104 | Stable branches | |
1105 | --------------- | |
1106 | Stable 1.0 | |
1107 | L: [email protected] | |
85938981 | 1108 | T: git git://git.qemu-project.org/qemu-stable-1.0.git |
aa09c951 AF |
1109 | S: Orphan |
1110 | ||
1111 | Stable 0.15 | |
1112 | L: [email protected] | |
73c30df6 | 1113 | M: Andreas Färber <[email protected]> |
85938981 | 1114 | T: git git://git.qemu-project.org/qemu-stable-0.15.git |
73c30df6 | 1115 | S: Supported |
aa09c951 AF |
1116 | |
1117 | Stable 0.14 | |
1118 | L: [email protected] | |
85938981 | 1119 | T: git git://git.qemu-project.org/qemu-stable-0.14.git |
aa09c951 AF |
1120 | S: Orphan |
1121 | ||
1122 | Stable 0.10 | |
1123 | L: [email protected] | |
85938981 | 1124 | T: git git://git.qemu-project.org/qemu-stable-0.10.git |
aa09c951 | 1125 | S: Orphan |
f05b328c SH |
1126 | |
1127 | Block drivers | |
1128 | ------------- | |
1129 | VMDK | |
1130 | M: Fam Zheng <[email protected]> | |
c95e4c0e | 1131 | L: [email protected] |
f05b328c SH |
1132 | S: Supported |
1133 | F: block/vmdk.c | |
1134 | ||
1135 | RBD | |
1136 | M: Josh Durgin <[email protected]> | |
280458a3 JC |
1137 | M: Jeff Cody <[email protected]> |
1138 | L: [email protected] | |
f05b328c SH |
1139 | S: Supported |
1140 | F: block/rbd.c | |
280458a3 | 1141 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1142 | |
1143 | Sheepdog | |
53b33231 | 1144 | M: Hitoshi Mitake <[email protected]> |
f05b328c | 1145 | M: Liu Yuan <[email protected]> |
280458a3 JC |
1146 | M: Jeff Cody <[email protected]> |
1147 | L: [email protected] | |
dce32b6c | 1148 | L: [email protected] |
f05b328c SH |
1149 | S: Supported |
1150 | F: block/sheepdog.c | |
280458a3 | 1151 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1152 | |
1153 | VHDX | |
1154 | M: Jeff Cody <[email protected]> | |
280458a3 | 1155 | L: [email protected] |
f05b328c SH |
1156 | S: Supported |
1157 | F: block/vhdx* | |
280458a3 | 1158 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
f05b328c SH |
1159 | |
1160 | VDI | |
1161 | M: Stefan Weil <[email protected]> | |
c95e4c0e | 1162 | L: [email protected] |
f05b328c SH |
1163 | S: Maintained |
1164 | F: block/vdi.c | |
1165 | ||
1166 | iSCSI | |
1167 | M: Ronnie Sahlberg <[email protected]> | |
1168 | M: Paolo Bonzini <[email protected]> | |
1169 | M: Peter Lieven <[email protected]> | |
c95e4c0e | 1170 | L: [email protected] |
f05b328c SH |
1171 | S: Supported |
1172 | F: block/iscsi.c | |
1173 | ||
6542aa9c | 1174 | NFS |
280458a3 | 1175 | M: Jeff Cody <[email protected]> |
6542aa9c | 1176 | M: Peter Lieven <[email protected]> |
280458a3 | 1177 | L: [email protected] |
6542aa9c PL |
1178 | S: Maintained |
1179 | F: block/nfs.c | |
280458a3 | 1180 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
6542aa9c | 1181 | |
f05b328c SH |
1182 | SSH |
1183 | M: Richard W.M. Jones <[email protected]> | |
280458a3 JC |
1184 | M: Jeff Cody <[email protected]> |
1185 | L: [email protected] | |
f05b328c SH |
1186 | S: Supported |
1187 | F: block/ssh.c | |
280458a3 | 1188 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
c9a12e75 CN |
1189 | |
1190 | ARCHIPELAGO | |
c9a12e75 | 1191 | M: Chrysostomos Nanakos <[email protected]> |
280458a3 JC |
1192 | M: Jeff Cody <[email protected]> |
1193 | L: [email protected] | |
c9a12e75 CN |
1194 | S: Maintained |
1195 | F: block/archipelago.c | |
280458a3 JC |
1196 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block |
1197 | ||
1198 | CURL | |
1199 | M: Jeff Cody <[email protected]> | |
1200 | L: [email protected] | |
1201 | S: Supported | |
1202 | F: block/curl.c | |
1203 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1204 | ||
1205 | GLUSTER | |
1206 | M: Jeff Cody <[email protected]> | |
1207 | L: [email protected] | |
1208 | S: Supported | |
1209 | F: block/gluster.c | |
1210 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
b5e9476c | 1211 | |
199667a8 FZ |
1212 | Null Block Driver |
1213 | M: Fam Zheng <[email protected]> | |
1214 | L: [email protected] | |
1215 | S: Supported | |
1216 | F: block/null.c | |
1217 | ||
b5e9476c GA |
1218 | Bootdevice |
1219 | M: Gonglei <[email protected]> | |
1220 | S: Maintained | |
1221 | F: bootdevice.c | |
ecdda9e0 AG |
1222 | |
1223 | Quorum | |
1224 | M: Alberto Garcia <[email protected]> | |
1225 | S: Supported | |
1226 | F: block/quorum.c | |
1227 | L: [email protected] | |
e7c6e631 SH |
1228 | |
1229 | blkverify | |
1230 | M: Stefan Hajnoczi <[email protected]> | |
1231 | L: [email protected] | |
1232 | S: Supported | |
1233 | F: block/blkverify.c | |
1234 | ||
1235 | bochs | |
1236 | M: Stefan Hajnoczi <[email protected]> | |
1237 | L: [email protected] | |
1238 | S: Supported | |
1239 | F: block/bochs.c | |
1240 | ||
1241 | cloop | |
1242 | M: Stefan Hajnoczi <[email protected]> | |
1243 | L: [email protected] | |
1244 | S: Supported | |
1245 | F: block/cloop.c | |
1246 | ||
1247 | dmg | |
1248 | M: Stefan Hajnoczi <[email protected]> | |
1249 | L: [email protected] | |
1250 | S: Supported | |
1251 | F: block/dmg.c | |
1252 | ||
1253 | parallels | |
1254 | M: Stefan Hajnoczi <[email protected]> | |
1255 | L: [email protected] | |
1256 | S: Supported | |
1257 | F: block/parallels.c | |
1258 | ||
1259 | qed | |
1260 | M: Stefan Hajnoczi <[email protected]> | |
1261 | L: [email protected] | |
1262 | S: Supported | |
1263 | F: block/qed.c | |
1264 | ||
1265 | raw | |
1266 | M: Kevin Wolf <[email protected]> | |
1267 | L: [email protected] | |
1268 | S: Supported | |
1269 | F: block/linux-aio.c | |
1270 | F: block/raw-aio.h | |
1271 | F: block/raw-posix.c | |
1272 | F: block/raw-win32.c | |
1273 | F: block/raw_bsd.c | |
1274 | F: block/win32-aio.c | |
1275 | ||
1276 | qcow2 | |
1277 | M: Kevin Wolf <[email protected]> | |
1278 | L: [email protected] | |
1279 | S: Supported | |
1280 | F: block/qcow2* | |
1281 | ||
1282 | qcow | |
1283 | M: Kevin Wolf <[email protected]> | |
1284 | L: [email protected] | |
1285 | S: Supported | |
1286 | F: block/qcow.c | |
1287 | ||
1288 | blkdebug | |
1289 | M: Kevin Wolf <[email protected]> | |
1290 | L: [email protected] | |
1291 | S: Supported | |
1292 | F: block/blkdebug.c | |
1293 | ||
1294 | vpc | |
1295 | M: Kevin Wolf <[email protected]> | |
1296 | L: [email protected] | |
1297 | S: Supported | |
1298 | F: block/vpc.c | |
1299 | ||
1300 | vvfat | |
1301 | M: Kevin Wolf <[email protected]> | |
1302 | L: [email protected] | |
1303 | S: Supported | |
1304 | F: block/vvfat.c | |
abfe4e94 SH |
1305 | |
1306 | Image format fuzzer | |
1307 | M: Stefan Hajnoczi <[email protected]> | |
1308 | L: [email protected] | |
1309 | S: Supported | |
1310 | F: tests/image-fuzzer/ |