]>
Commit | Line | Data |
---|---|---|
1 | QEMU Maintainers | |
2 | ================ | |
3 | ||
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. | |
8 | ||
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. | |
11 | ||
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 | |
23 | much other than throw the odd patch in. See below. | |
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 | ------------------------------ | |
53 | M: Peter Maydell <[email protected]> | |
54 | ||
55 | All patches CC here | |
56 | L: [email protected] | |
57 | F: * | |
58 | F: */ | |
59 | ||
60 | Responsible Disclosure, Reporting Security Issues | |
61 | ------------------------------ | |
62 | W: http://wiki.qemu.org/SecurityProcess | |
63 | M: Michael S. Tsirkin <[email protected]> | |
64 | L: [email protected] | |
65 | ||
66 | Guest CPU cores (TCG): | |
67 | ---------------------- | |
68 | Overall | |
69 | L: [email protected] | |
70 | M: Paolo Bonzini <[email protected]> | |
71 | M: Peter Crosthwaite <[email protected]> | |
72 | M: Richard Henderson <[email protected]> | |
73 | S: Maintained | |
74 | F: cpu-exec.c | |
75 | F: cpu-exec-common.c | |
76 | F: cpus.c | |
77 | F: cputlb.c | |
78 | F: exec.c | |
79 | F: softmmu_template.h | |
80 | F: translate-all.* | |
81 | F: translate-common.c | |
82 | F: include/exec/cpu*.h | |
83 | F: include/exec/exec-all.h | |
84 | F: include/exec/helper*.h | |
85 | F: include/exec/tb-hash.h | |
86 | ||
87 | FPU emulation | |
88 | M: Aurelien Jarno <[email protected]> | |
89 | M: Peter Maydell <[email protected]> | |
90 | S: Odd Fixes | |
91 | F: fpu/ | |
92 | F: include/fpu/ | |
93 | ||
94 | Alpha | |
95 | M: Richard Henderson <[email protected]> | |
96 | S: Maintained | |
97 | F: target-alpha/ | |
98 | F: hw/alpha/ | |
99 | F: tests/tcg/alpha/ | |
100 | F: disas/alpha.c | |
101 | ||
102 | ARM | |
103 | M: Peter Maydell <[email protected]> | |
104 | L: [email protected] | |
105 | S: Maintained | |
106 | F: target-arm/ | |
107 | F: hw/arm/ | |
108 | F: hw/cpu/a*mpcore.c | |
109 | F: disas/arm.c | |
110 | F: disas/arm-a64.cc | |
111 | F: disas/libvixl/ | |
112 | ||
113 | CRIS | |
114 | M: Edgar E. Iglesias <[email protected]> | |
115 | S: Maintained | |
116 | F: target-cris/ | |
117 | F: hw/cris/ | |
118 | F: tests/tcg/cris/ | |
119 | F: disas/cris.c | |
120 | ||
121 | LM32 | |
122 | M: Michael Walle <[email protected]> | |
123 | S: Maintained | |
124 | F: target-lm32/ | |
125 | F: disas/lm32.c | |
126 | F: hw/lm32/ | |
127 | F: hw/*/lm32_* | |
128 | F: hw/*/milkymist-* | |
129 | F: include/hw/char/lm32_juart.h | |
130 | F: include/hw/lm32/ | |
131 | F: tests/tcg/lm32/ | |
132 | ||
133 | M68K | |
134 | S: Orphan | |
135 | F: target-m68k/ | |
136 | F: hw/m68k/ | |
137 | ||
138 | MicroBlaze | |
139 | M: Edgar E. Iglesias <[email protected]> | |
140 | S: Maintained | |
141 | F: target-microblaze/ | |
142 | F: hw/microblaze/ | |
143 | F: disas/microblaze.c | |
144 | ||
145 | MIPS | |
146 | M: Aurelien Jarno <[email protected]> | |
147 | M: Leon Alrae <[email protected]> | |
148 | S: Maintained | |
149 | F: target-mips/ | |
150 | F: hw/mips/ | |
151 | F: tests/tcg/mips/ | |
152 | F: disas/mips.c | |
153 | ||
154 | Moxie | |
155 | M: Anthony Green <[email protected]> | |
156 | S: Maintained | |
157 | F: target-moxie/ | |
158 | F: disas/moxie.c | |
159 | ||
160 | OpenRISC | |
161 | M: Jia Liu <[email protected]> | |
162 | S: Maintained | |
163 | F: target-openrisc/ | |
164 | F: hw/openrisc/ | |
165 | F: tests/tcg/openrisc/ | |
166 | ||
167 | PowerPC | |
168 | M: David Gibson <[email protected]> | |
169 | M: Alexander Graf <[email protected]> | |
170 | L: [email protected] | |
171 | S: Maintained | |
172 | F: target-ppc/ | |
173 | F: hw/ppc/ | |
174 | F: disas/ppc.c | |
175 | ||
176 | S390 | |
177 | M: Richard Henderson <[email protected]> | |
178 | M: Alexander Graf <[email protected]> | |
179 | S: Maintained | |
180 | F: target-s390x/ | |
181 | F: hw/s390x/ | |
182 | F: disas/s390.c | |
183 | ||
184 | SH4 | |
185 | M: Aurelien Jarno <[email protected]> | |
186 | S: Odd Fixes | |
187 | F: target-sh4/ | |
188 | F: hw/sh4/ | |
189 | F: disas/sh4.c | |
190 | ||
191 | SPARC | |
192 | M: Mark Cave-Ayland <[email protected]> | |
193 | M: Artyom Tarasenko <[email protected]> | |
194 | S: Maintained | |
195 | F: target-sparc/ | |
196 | F: hw/sparc/ | |
197 | F: hw/sparc64/ | |
198 | F: disas/sparc.c | |
199 | ||
200 | UniCore32 | |
201 | M: Guan Xuetao <[email protected]> | |
202 | S: Maintained | |
203 | F: target-unicore32/ | |
204 | F: hw/unicore32/ | |
205 | ||
206 | X86 | |
207 | M: Paolo Bonzini <[email protected]> | |
208 | M: Richard Henderson <[email protected]> | |
209 | M: Eduardo Habkost <[email protected]> | |
210 | S: Maintained | |
211 | F: target-i386/ | |
212 | F: hw/i386/ | |
213 | F: disas/i386.c | |
214 | ||
215 | Xtensa | |
216 | M: Max Filippov <[email protected]> | |
217 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa | |
218 | S: Maintained | |
219 | F: target-xtensa/ | |
220 | F: hw/xtensa/ | |
221 | F: tests/tcg/xtensa/ | |
222 | ||
223 | TriCore | |
224 | M: Bastian Koppelmann <[email protected]> | |
225 | S: Maintained | |
226 | F: target-tricore/ | |
227 | F: hw/tricore/ | |
228 | ||
229 | Guest CPU Cores (KVM): | |
230 | ---------------------- | |
231 | ||
232 | Overall | |
233 | M: Paolo Bonzini <[email protected]> | |
234 | L: [email protected] | |
235 | S: Supported | |
236 | F: kvm-* | |
237 | F: */kvm.* | |
238 | F: include/sysemu/kvm*.h | |
239 | ||
240 | ARM | |
241 | M: Peter Maydell <[email protected]> | |
242 | L: [email protected] | |
243 | S: Maintained | |
244 | F: target-arm/kvm.c | |
245 | ||
246 | MIPS | |
247 | M: James Hogan <[email protected]> | |
248 | S: Maintained | |
249 | F: target-mips/kvm.c | |
250 | ||
251 | PPC | |
252 | M: Alexander Graf <[email protected]> | |
253 | S: Maintained | |
254 | F: target-ppc/kvm.c | |
255 | ||
256 | S390 | |
257 | M: Christian Borntraeger <[email protected]> | |
258 | M: Cornelia Huck <[email protected]> | |
259 | M: Alexander Graf <[email protected]> | |
260 | S: Maintained | |
261 | F: target-s390x/kvm.c | |
262 | F: target-s390x/ioinst.[ch] | |
263 | F: target-s390x/machine.c | |
264 | F: hw/intc/s390_flic.c | |
265 | F: hw/intc/s390_flic_kvm.c | |
266 | F: include/hw/s390x/s390_flic.h | |
267 | F: gdb-xml/s390*.xml | |
268 | T: git git://github.com/cohuck/qemu.git s390-next | |
269 | T: git git://github.com/borntraeger/qemu.git s390-next | |
270 | ||
271 | X86 | |
272 | M: Paolo Bonzini <[email protected]> | |
273 | M: Marcelo Tosatti <[email protected]> | |
274 | L: [email protected] | |
275 | S: Supported | |
276 | F: target-i386/kvm.c | |
277 | ||
278 | Guest CPU Cores (Xen): | |
279 | ---------------------- | |
280 | ||
281 | X86 | |
282 | M: Stefano Stabellini <[email protected]> | |
283 | M: Anthony Perard <[email protected]> | |
284 | L: [email protected] | |
285 | S: Supported | |
286 | F: xen-* | |
287 | F: */xen* | |
288 | F: hw/char/xen_console.c | |
289 | F: hw/display/xenfb.c | |
290 | F: hw/net/xen_nic.c | |
291 | F: hw/block/xen_* | |
292 | F: hw/xen/ | |
293 | F: hw/xenpv/ | |
294 | F: hw/i386/xen/ | |
295 | F: include/hw/xen/ | |
296 | F: include/sysemu/xen-mapcache.h | |
297 | ||
298 | Hosts: | |
299 | ------ | |
300 | ||
301 | LINUX | |
302 | L: [email protected] | |
303 | S: Maintained | |
304 | F: linux-* | |
305 | F: linux-headers/ | |
306 | ||
307 | POSIX | |
308 | L: [email protected] | |
309 | S: Maintained | |
310 | F: *posix* | |
311 | ||
312 | W32, W64 | |
313 | L: [email protected] | |
314 | M: Stefan Weil <[email protected]> | |
315 | S: Maintained | |
316 | F: *win32* | |
317 | F: qemu.nsi | |
318 | ||
319 | ARM Machines | |
320 | ------------ | |
321 | Allwinner-a10 | |
322 | M: Beniamino Galvani <[email protected]> | |
323 | L: [email protected] | |
324 | S: Maintained | |
325 | F: hw/*/allwinner* | |
326 | F: include/hw/*/allwinner* | |
327 | F: hw/arm/cubieboard.c | |
328 | ||
329 | ARM PrimeCell | |
330 | M: Peter Maydell <[email protected]> | |
331 | L: [email protected] | |
332 | S: Maintained | |
333 | F: hw/char/pl011.c | |
334 | F: hw/display/pl110* | |
335 | F: hw/dma/pl080.c | |
336 | F: hw/dma/pl330.c | |
337 | F: hw/gpio/pl061.c | |
338 | F: hw/input/pl050.c | |
339 | F: hw/intc/pl190.c | |
340 | F: hw/sd/pl181.c | |
341 | F: hw/timer/pl031.c | |
342 | F: include/hw/arm/primecell.h | |
343 | ||
344 | ARM cores | |
345 | M: Peter Maydell <[email protected]> | |
346 | L: [email protected] | |
347 | S: Maintained | |
348 | F: hw/intc/arm* | |
349 | F: hw/intc/gic_internal.h | |
350 | F: hw/misc/a9scu.c | |
351 | F: hw/misc/arm11scu.c | |
352 | F: hw/timer/a9gtimer* | |
353 | F: hw/timer/arm_* | |
354 | F: include/hw/arm/arm.h | |
355 | F: include/hw/intc/arm* | |
356 | F: include/hw/misc/a9scu.h | |
357 | F: include/hw/misc/arm11scu.h | |
358 | F: include/hw/timer/a9gtimer.h | |
359 | F: include/hw/timer/arm_mptimer.h | |
360 | ||
361 | Exynos | |
362 | M: Igor Mitsyanko <[email protected]> | |
363 | L: [email protected] | |
364 | S: Maintained | |
365 | F: hw/*/exynos* | |
366 | F: include/hw/arm/exynos4210.h | |
367 | ||
368 | Calxeda Highbank | |
369 | M: Rob Herring <[email protected]> | |
370 | L: [email protected] | |
371 | S: Maintained | |
372 | F: hw/arm/highbank.c | |
373 | F: hw/net/xgmac.c | |
374 | ||
375 | Canon DIGIC | |
376 | M: Antony Pavlov <[email protected]> | |
377 | L: [email protected] | |
378 | S: Maintained | |
379 | F: include/hw/arm/digic.h | |
380 | F: hw/*/digic* | |
381 | ||
382 | Gumstix | |
383 | L: [email protected] | |
384 | L: [email protected] | |
385 | S: Orphan | |
386 | F: hw/arm/gumstix.c | |
387 | ||
388 | i.MX31 | |
389 | M: Peter Chubb <[email protected]> | |
390 | L: [email protected] | |
391 | S: Odd fixes | |
392 | F: hw/*/imx* | |
393 | F: hw/arm/kzm.c | |
394 | F: include/hw/arm/fsl-imx31.h | |
395 | ||
396 | Integrator CP | |
397 | M: Peter Maydell <[email protected]> | |
398 | L: [email protected] | |
399 | S: Maintained | |
400 | F: hw/arm/integratorcp.c | |
401 | ||
402 | Musicpal | |
403 | M: Jan Kiszka <[email protected]> | |
404 | L: [email protected] | |
405 | S: Maintained | |
406 | F: hw/arm/musicpal.c | |
407 | ||
408 | nSeries | |
409 | M: Andrzej Zaborowski <[email protected]> | |
410 | L: [email protected] | |
411 | S: Maintained | |
412 | F: hw/arm/nseries.c | |
413 | ||
414 | Palm | |
415 | M: Andrzej Zaborowski <[email protected]> | |
416 | L: [email protected] | |
417 | S: Maintained | |
418 | F: hw/arm/palm.c | |
419 | ||
420 | Real View | |
421 | M: Peter Maydell <[email protected]> | |
422 | L: [email protected] | |
423 | S: Maintained | |
424 | F: hw/arm/realview* | |
425 | F: hw/intc/realview_gic.c | |
426 | F: include/hw/intc/realview_gic.h | |
427 | ||
428 | PXA2XX | |
429 | M: Andrzej Zaborowski <[email protected]> | |
430 | L: [email protected] | |
431 | S: Maintained | |
432 | F: hw/arm/mainstone.c | |
433 | F: hw/arm/spitz.c | |
434 | F: hw/arm/tosa.c | |
435 | F: hw/arm/z2.c | |
436 | F: hw/*/pxa2xx* | |
437 | F: include/hw/arm/pxa.h | |
438 | ||
439 | Stellaris | |
440 | M: Peter Maydell <[email protected]> | |
441 | L: [email protected] | |
442 | S: Maintained | |
443 | F: hw/*/stellaris* | |
444 | ||
445 | Versatile PB | |
446 | M: Peter Maydell <[email protected]> | |
447 | L: [email protected] | |
448 | S: Maintained | |
449 | F: hw/*/versatile* | |
450 | ||
451 | Xilinx Zynq | |
452 | M: Alistair Francis <[email protected]> | |
453 | M: Peter Crosthwaite <[email protected]> | |
454 | L: [email protected] | |
455 | S: Maintained | |
456 | F: hw/arm/xilinx_zynq.c | |
457 | F: hw/misc/zynq_slcr.c | |
458 | F: hw/*/cadence_* | |
459 | F: hw/ssi/xilinx_spips.c | |
460 | ||
461 | Xilinx ZynqMP | |
462 | M: Alistair Francis <[email protected]> | |
463 | M: Peter Crosthwaite <[email protected]> | |
464 | L: [email protected] | |
465 | S: Maintained | |
466 | F: hw/arm/xlnx-zynqmp.c | |
467 | F: hw/arm/xlnx-ep108.c | |
468 | F: include/hw/arm/xlnx-zynqmp.h | |
469 | ||
470 | ARM ACPI Subsystem | |
471 | M: Shannon Zhao <[email protected]> | |
472 | M: Shannon Zhao <[email protected]> | |
473 | L: [email protected] | |
474 | S: Maintained | |
475 | F: hw/arm/virt-acpi-build.c | |
476 | F: include/hw/arm/virt-acpi-build.h | |
477 | ||
478 | CRIS Machines | |
479 | ------------- | |
480 | Axis Dev88 | |
481 | M: Edgar E. Iglesias <[email protected]> | |
482 | S: Maintained | |
483 | F: hw/cris/axis_dev88.c | |
484 | F: hw/*/etraxfs_*.c | |
485 | ||
486 | LM32 Machines | |
487 | ------------- | |
488 | EVR32 and uclinux BSP | |
489 | M: Michael Walle <[email protected]> | |
490 | S: Maintained | |
491 | F: hw/lm32/lm32_boards.c | |
492 | ||
493 | milkymist | |
494 | M: Michael Walle <[email protected]> | |
495 | S: Maintained | |
496 | F: hw/lm32/milkymist.c | |
497 | ||
498 | M68K Machines | |
499 | ------------- | |
500 | an5206 | |
501 | S: Orphan | |
502 | F: hw/m68k/an5206.c | |
503 | ||
504 | dummy_m68k | |
505 | S: Orphan | |
506 | F: hw/m68k/dummy_m68k.c | |
507 | ||
508 | mcf5208 | |
509 | S: Orphan | |
510 | F: hw/m68k/mcf5208.c | |
511 | ||
512 | MicroBlaze Machines | |
513 | ------------------- | |
514 | petalogix_s3adsp1800 | |
515 | M: Edgar E. Iglesias <[email protected]> | |
516 | S: Maintained | |
517 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c | |
518 | ||
519 | petalogix_ml605 | |
520 | M: Edgar E. Iglesias <[email protected]> | |
521 | S: Maintained | |
522 | F: hw/microblaze/petalogix_ml605_mmu.c | |
523 | ||
524 | MIPS Machines | |
525 | ------------- | |
526 | Jazz | |
527 | M: Hervé Poussineau <[email protected]> | |
528 | S: Maintained | |
529 | F: hw/mips/mips_jazz.c | |
530 | ||
531 | Malta | |
532 | M: Aurelien Jarno <[email protected]> | |
533 | S: Maintained | |
534 | F: hw/mips/mips_malta.c | |
535 | ||
536 | Mipssim | |
537 | L: [email protected] | |
538 | S: Orphan | |
539 | F: hw/mips/mips_mipssim.c | |
540 | ||
541 | R4000 | |
542 | M: Aurelien Jarno <[email protected]> | |
543 | S: Maintained | |
544 | F: hw/mips/mips_r4k.c | |
545 | ||
546 | OpenRISC Machines | |
547 | ----------------- | |
548 | or1k-sim | |
549 | M: Jia Liu <[email protected]> | |
550 | S: Maintained | |
551 | F: hw/openrisc/openrisc_sim.c | |
552 | ||
553 | PowerPC Machines | |
554 | ---------------- | |
555 | 405 | |
556 | M: Alexander Graf <[email protected]> | |
557 | L: [email protected] | |
558 | S: Odd Fixes | |
559 | F: hw/ppc/ppc405_boards.c | |
560 | ||
561 | Bamboo | |
562 | M: Alexander Graf <[email protected]> | |
563 | L: [email protected] | |
564 | S: Odd Fixes | |
565 | F: hw/ppc/ppc440_bamboo.c | |
566 | ||
567 | e500 | |
568 | M: Alexander Graf <[email protected]> | |
569 | M: Scott Wood <[email protected]> | |
570 | L: [email protected] | |
571 | S: Supported | |
572 | F: hw/ppc/e500.[hc] | |
573 | F: hw/ppc/e500plat.c | |
574 | ||
575 | mpc8544ds | |
576 | M: Alexander Graf <[email protected]> | |
577 | M: Scott Wood <[email protected]> | |
578 | L: [email protected] | |
579 | S: Supported | |
580 | F: hw/ppc/mpc8544ds.c | |
581 | F: hw/ppc/mpc8544_guts.c | |
582 | ||
583 | New World | |
584 | M: Alexander Graf <[email protected]> | |
585 | L: [email protected] | |
586 | S: Maintained | |
587 | F: hw/ppc/mac_newworld.c | |
588 | F: hw/pci-host/uninorth.c | |
589 | F: hw/pci-bridge/dec.[hc] | |
590 | F: hw/misc/macio/ | |
591 | ||
592 | Old World | |
593 | M: Alexander Graf <[email protected]> | |
594 | L: [email protected] | |
595 | S: Maintained | |
596 | F: hw/ppc/mac_oldworld.c | |
597 | F: hw/pci-host/grackle.c | |
598 | F: hw/misc/macio/ | |
599 | ||
600 | PReP | |
601 | L: [email protected] | |
602 | L: [email protected] | |
603 | S: Odd Fixes | |
604 | F: hw/ppc/prep.c | |
605 | F: hw/pci-host/prep.[hc] | |
606 | F: hw/isa/pc87312.[hc] | |
607 | ||
608 | sPAPR | |
609 | M: David Gibson <[email protected]> | |
610 | M: Alexander Graf <[email protected]> | |
611 | L: [email protected] | |
612 | S: Supported | |
613 | F: hw/*/spapr* | |
614 | F: include/hw/*/spapr* | |
615 | F: hw/*/xics* | |
616 | F: include/hw/*/xics* | |
617 | F: pc-bios/spapr-rtas/* | |
618 | ||
619 | virtex_ml507 | |
620 | M: Edgar E. Iglesias <[email protected]> | |
621 | L: [email protected] | |
622 | S: Odd Fixes | |
623 | F: hw/ppc/virtex_ml507.c | |
624 | ||
625 | SH4 Machines | |
626 | ------------ | |
627 | R2D | |
628 | M: Magnus Damm <[email protected]> | |
629 | S: Maintained | |
630 | F: hw/sh4/r2d.c | |
631 | ||
632 | Shix | |
633 | M: Magnus Damm <[email protected]> | |
634 | S: Orphan | |
635 | F: hw/sh4/shix.c | |
636 | ||
637 | SPARC Machines | |
638 | -------------- | |
639 | Sun4m | |
640 | M: Blue Swirl <[email protected]> | |
641 | M: Mark Cave-Ayland <[email protected]> | |
642 | S: Maintained | |
643 | F: hw/sparc/sun4m.c | |
644 | ||
645 | Sun4u | |
646 | M: Blue Swirl <[email protected]> | |
647 | M: Mark Cave-Ayland <[email protected]> | |
648 | S: Maintained | |
649 | F: hw/sparc64/sun4u.c | |
650 | ||
651 | Leon3 | |
652 | M: Fabien Chouteau <[email protected]> | |
653 | S: Maintained | |
654 | F: hw/sparc/leon3.c | |
655 | F: hw/*/grlib* | |
656 | ||
657 | S390 Machines | |
658 | ------------- | |
659 | S390 Virtio-ccw | |
660 | M: Cornelia Huck <[email protected]> | |
661 | M: Christian Borntraeger <[email protected]> | |
662 | M: Alexander Graf <[email protected]> | |
663 | S: Supported | |
664 | F: hw/char/sclp*.[hc] | |
665 | F: hw/s390x/ | |
666 | F: include/hw/s390x/ | |
667 | F: pc-bios/s390-ccw/ | |
668 | F: hw/watchdog/wdt_diag288.c | |
669 | T: git git://github.com/cohuck/qemu.git s390-next | |
670 | T: git git://github.com/borntraeger/qemu.git s390-next | |
671 | ||
672 | UniCore32 Machines | |
673 | ------------- | |
674 | PKUnity-3 SoC initramfs-with-busybox | |
675 | M: Guan Xuetao <[email protected]> | |
676 | S: Maintained | |
677 | F: hw/*/puv3* | |
678 | F: hw/unicore32/ | |
679 | ||
680 | X86 Machines | |
681 | ------------ | |
682 | PC | |
683 | M: Michael S. Tsirkin <[email protected]> | |
684 | S: Supported | |
685 | F: include/hw/i386/ | |
686 | F: hw/i386/ | |
687 | F: hw/pci-host/piix.c | |
688 | F: hw/pci-host/q35.c | |
689 | F: hw/pci-host/pam.c | |
690 | F: include/hw/pci-host/q35.h | |
691 | F: include/hw/pci-host/pam.h | |
692 | F: hw/isa/piix4.c | |
693 | F: hw/isa/lpc_ich9.c | |
694 | F: hw/i2c/smbus_ich9.c | |
695 | F: hw/acpi/piix4.c | |
696 | F: hw/acpi/ich9.c | |
697 | F: include/hw/acpi/ich9.h | |
698 | F: include/hw/acpi/piix.h | |
699 | F: hw/misc/sga.c | |
700 | ||
701 | PC Chipset | |
702 | M: Michael S. Tsirkin <[email protected]> | |
703 | M: Paolo Bonzini <[email protected]> | |
704 | S: Support | |
705 | F: hw/char/debugcon.c | |
706 | F: hw/char/parallel.c | |
707 | F: hw/char/serial* | |
708 | F: hw/dma/i8257* | |
709 | F: hw/i2c/pm_smbus.c | |
710 | F: hw/intc/apic* | |
711 | F: hw/intc/ioapic* | |
712 | F: hw/intc/i8259* | |
713 | F: hw/misc/debugexit.c | |
714 | F: hw/misc/pc-testdev.c | |
715 | F: hw/timer/hpet* | |
716 | F: hw/timer/i8254* | |
717 | F: hw/timer/mc146818rtc* | |
718 | ||
719 | Machine core | |
720 | M: Eduardo Habkost <[email protected]> | |
721 | M: Marcel Apfelbaum <[email protected]> | |
722 | S: Supported | |
723 | F: hw/core/machine.c | |
724 | F: include/hw/boards.h | |
725 | ||
726 | Xtensa Machines | |
727 | --------------- | |
728 | sim | |
729 | M: Max Filippov <[email protected]> | |
730 | S: Maintained | |
731 | F: hw/xtensa/sim.c | |
732 | ||
733 | XTFPGA (LX60, LX200, ML605, KC705) | |
734 | M: Max Filippov <[email protected]> | |
735 | S: Maintained | |
736 | F: hw/xtensa/xtfpga.c | |
737 | F: hw/net/opencores_eth.c | |
738 | ||
739 | Devices | |
740 | ------- | |
741 | EDU | |
742 | M: Jiri Slaby <[email protected]> | |
743 | S: Maintained | |
744 | F: hw/misc/edu.c | |
745 | ||
746 | IDE | |
747 | M: John Snow <[email protected]> | |
748 | L: [email protected] | |
749 | S: Supported | |
750 | F: include/hw/ide.h | |
751 | F: hw/ide/ | |
752 | F: hw/block/block.c | |
753 | F: hw/block/cdrom.c | |
754 | F: hw/block/hd-geometry.c | |
755 | F: tests/ide-test.c | |
756 | F: tests/ahci-test.c | |
757 | F: tests/libqos/ahci* | |
758 | T: git git://github.com/jnsnow/qemu.git ide | |
759 | ||
760 | Floppy | |
761 | M: John Snow <[email protected]> | |
762 | L: [email protected] | |
763 | S: Supported | |
764 | F: hw/block/fdc.c | |
765 | F: include/hw/block/fdc.h | |
766 | F: tests/fdc-test.c | |
767 | T: git git://github.com/jnsnow/qemu.git ide | |
768 | ||
769 | OMAP | |
770 | M: Peter Maydell <[email protected]> | |
771 | S: Maintained | |
772 | F: hw/*/omap* | |
773 | F: include/hw/arm/omap.h | |
774 | ||
775 | IPack | |
776 | M: Alberto Garcia <[email protected]> | |
777 | S: Odd Fixes | |
778 | F: hw/char/ipoctal232.c | |
779 | F: hw/ipack/ | |
780 | ||
781 | PCI | |
782 | M: Michael S. Tsirkin <[email protected]> | |
783 | M: Marcel Apfelbaum <[email protected]> | |
784 | S: Supported | |
785 | F: include/hw/pci/* | |
786 | F: hw/misc/pci-testdev.c | |
787 | F: hw/pci/* | |
788 | F: hw/pci-bridge/* | |
789 | ||
790 | ACPI/SMBIOS | |
791 | M: Michael S. Tsirkin <[email protected]> | |
792 | M: Igor Mammedov <[email protected]> | |
793 | S: Supported | |
794 | F: include/hw/acpi/* | |
795 | F: include/hw/smbios/* | |
796 | F: hw/mem/* | |
797 | F: hw/acpi/* | |
798 | F: hw/smbios/* | |
799 | F: hw/i386/acpi-build.[hc] | |
800 | F: hw/i386/*dsl | |
801 | F: hw/arm/virt-acpi-build.c | |
802 | F: include/hw/arm/virt-acpi-build.h | |
803 | F: scripts/acpi*py | |
804 | ||
805 | ppc4xx | |
806 | M: Alexander Graf <[email protected]> | |
807 | L: [email protected] | |
808 | S: Odd Fixes | |
809 | F: hw/ppc/ppc4*.c | |
810 | ||
811 | ppce500 | |
812 | M: Alexander Graf <[email protected]> | |
813 | M: Scott Wood <[email protected]> | |
814 | L: [email protected] | |
815 | S: Supported | |
816 | F: hw/ppc/e500* | |
817 | F: hw/pci-host/ppce500.c | |
818 | F: hw/net/fsl_etsec/ | |
819 | ||
820 | Character devices | |
821 | M: Paolo Bonzini <[email protected]> | |
822 | S: Odd Fixes | |
823 | F: hw/char/ | |
824 | ||
825 | Network devices | |
826 | M: Jason Wang <[email protected]> | |
827 | S: Odd Fixes | |
828 | F: hw/net/ | |
829 | T: git git://github.com/jasowang/qemu.git net | |
830 | ||
831 | SCSI | |
832 | M: Paolo Bonzini <[email protected]> | |
833 | S: Supported | |
834 | F: include/hw/scsi* | |
835 | F: hw/scsi/* | |
836 | T: git git://github.com/bonzini/qemu.git scsi-next | |
837 | ||
838 | LSI53C895A | |
839 | S: Orphan | |
840 | F: hw/scsi/lsi53c895a.c | |
841 | ||
842 | SSI | |
843 | M: Peter Crosthwaite <[email protected]> | |
844 | S: Maintained | |
845 | F: hw/ssi/* | |
846 | F: hw/block/m25p80.c | |
847 | X: hw/ssi/xilinx_* | |
848 | ||
849 | Xilinx SPI | |
850 | M: Alistair Francis <[email protected]> | |
851 | M: Peter Crosthwaite <[email protected]> | |
852 | S: Maintained | |
853 | F: hw/ssi/xilinx_* | |
854 | ||
855 | USB | |
856 | M: Gerd Hoffmann <[email protected]> | |
857 | S: Maintained | |
858 | F: hw/usb/* | |
859 | F: tests/usb-*-test.c | |
860 | F: docs/usb2.txt | |
861 | F: docs/usb-storage.txt | |
862 | F: include/hw/usb.h | |
863 | F: include/hw/usb/ | |
864 | ||
865 | USB (serial adapter) | |
866 | M: Gerd Hoffmann <[email protected]> | |
867 | M: Samuel Thibault <[email protected]> | |
868 | S: Maintained | |
869 | F: hw/usb/dev-serial.c | |
870 | ||
871 | VFIO | |
872 | M: Alex Williamson <[email protected]> | |
873 | S: Supported | |
874 | F: hw/vfio/* | |
875 | F: include/hw/vfio/ | |
876 | ||
877 | vhost | |
878 | M: Michael S. Tsirkin <[email protected]> | |
879 | S: Supported | |
880 | F: hw/*/*vhost* | |
881 | ||
882 | virtio | |
883 | M: Michael S. Tsirkin <[email protected]> | |
884 | S: Supported | |
885 | F: hw/*/virtio* | |
886 | F: net/vhost-user.c | |
887 | F: include/hw/virtio/ | |
888 | ||
889 | virtio-9p | |
890 | M: Aneesh Kumar K.V <[email protected]> | |
891 | M: Greg Kurz <[email protected]> | |
892 | S: Supported | |
893 | F: hw/9pfs/ | |
894 | F: fsdev/ | |
895 | F: tests/virtio-9p-test.c | |
896 | T: git git://github.com/kvaneesh/QEMU.git | |
897 | ||
898 | virtio-blk | |
899 | M: Stefan Hajnoczi <[email protected]> | |
900 | L: [email protected] | |
901 | S: Supported | |
902 | F: hw/block/virtio-blk.c | |
903 | F: hw/block/dataplane/* | |
904 | F: hw/virtio/dataplane/* | |
905 | T: git git://github.com/stefanha/qemu.git block | |
906 | ||
907 | virtio-ccw | |
908 | M: Cornelia Huck <[email protected]> | |
909 | M: Christian Borntraeger <[email protected]> | |
910 | S: Supported | |
911 | F: hw/s390x/virtio-ccw.[hc] | |
912 | T: git git://github.com/cohuck/qemu.git s390-next | |
913 | T: git git://github.com/borntraeger/qemu.git s390-next | |
914 | ||
915 | virtio-input | |
916 | M: Gerd Hoffmann <[email protected]> | |
917 | S: Maintained | |
918 | F: hw/input/virtio-input*.c | |
919 | F: include/hw/virtio/virtio-input.h | |
920 | ||
921 | virtio-serial | |
922 | M: Amit Shah <[email protected]> | |
923 | S: Supported | |
924 | F: hw/char/virtio-serial-bus.c | |
925 | F: hw/char/virtio-console.c | |
926 | F: include/hw/virtio/virtio-serial.h | |
927 | ||
928 | virtio-rng | |
929 | M: Amit Shah <[email protected]> | |
930 | S: Supported | |
931 | F: hw/virtio/virtio-rng.c | |
932 | F: include/hw/virtio/virtio-rng.h | |
933 | F: include/sysemu/rng*.h | |
934 | F: backends/rng*.c | |
935 | ||
936 | nvme | |
937 | M: Keith Busch <[email protected]> | |
938 | L: [email protected] | |
939 | S: Supported | |
940 | F: hw/block/nvme* | |
941 | F: tests/nvme-test.c | |
942 | ||
943 | megasas | |
944 | M: Hannes Reinecke <[email protected]> | |
945 | L: [email protected] | |
946 | S: Supported | |
947 | F: hw/scsi/megasas.c | |
948 | F: hw/scsi/mfi.h | |
949 | ||
950 | Xilinx EDK | |
951 | M: Edgar E. Iglesias <[email protected]> | |
952 | M: Alistair Francis <[email protected]> | |
953 | M: Peter Crosthwaite <[email protected]> | |
954 | S: Maintained | |
955 | F: hw/*/xilinx_* | |
956 | F: include/hw/xilinx.h | |
957 | ||
958 | Network packet abstractions | |
959 | M: Dmitry Fleytman <[email protected]> | |
960 | S: Maintained | |
961 | F: include/net/eth.h | |
962 | F: net/eth.c | |
963 | F: hw/net/net_rx_pkt* | |
964 | F: hw/net/net_tx_pkt* | |
965 | ||
966 | Vmware | |
967 | M: Dmitry Fleytman <[email protected]> | |
968 | S: Maintained | |
969 | F: hw/net/vmxnet* | |
970 | F: hw/scsi/vmw_pvscsi* | |
971 | ||
972 | Rocker | |
973 | M: Scott Feldman <[email protected]> | |
974 | M: Jiri Pirko <[email protected]> | |
975 | S: Maintained | |
976 | F: hw/net/rocker/ | |
977 | ||
978 | NVDIMM | |
979 | M: Xiao Guangrong <[email protected]> | |
980 | S: Maintained | |
981 | F: hw/acpi/nvdimm.c | |
982 | F: hw/mem/nvdimm.c | |
983 | F: include/hw/mem/nvdimm.h | |
984 | ||
985 | e1000x | |
986 | M: Dmitry Fleytman <[email protected]> | |
987 | S: Maintained | |
988 | F: hw/net/e1000x* | |
989 | ||
990 | e1000e | |
991 | M: Dmitry Fleytman <[email protected]> | |
992 | S: Maintained | |
993 | F: hw/net/e1000e* | |
994 | ||
995 | Subsystems | |
996 | ---------- | |
997 | Audio | |
998 | M: Gerd Hoffmann <[email protected]> | |
999 | S: Maintained | |
1000 | F: audio/ | |
1001 | F: hw/audio/ | |
1002 | F: tests/ac97-test.c | |
1003 | F: tests/es1370-test.c | |
1004 | F: tests/intel-hda-test.c | |
1005 | ||
1006 | Block layer core | |
1007 | M: Kevin Wolf <[email protected]> | |
1008 | M: Max Reitz <[email protected]> | |
1009 | L: [email protected] | |
1010 | S: Supported | |
1011 | F: block* | |
1012 | F: block/ | |
1013 | F: hw/block/ | |
1014 | F: include/block/ | |
1015 | F: qemu-img* | |
1016 | F: qemu-io* | |
1017 | F: tests/qemu-iotests/ | |
1018 | T: git git://repo.or.cz/qemu/kevin.git block | |
1019 | ||
1020 | Block I/O path | |
1021 | M: Stefan Hajnoczi <[email protected]> | |
1022 | M: Fam Zheng <[email protected]> | |
1023 | L: [email protected] | |
1024 | S: Supported | |
1025 | F: async.c | |
1026 | F: aio-*.c | |
1027 | F: block/io.c | |
1028 | F: migration/block* | |
1029 | T: git git://github.com/stefanha/qemu.git block | |
1030 | ||
1031 | Block Jobs | |
1032 | M: Jeff Cody <[email protected]> | |
1033 | L: [email protected] | |
1034 | S: Supported | |
1035 | F: blockjob.c | |
1036 | F: include/block/blockjob.h | |
1037 | F: block/backup.c | |
1038 | F: block/commit.c | |
1039 | F: block/stream.c | |
1040 | F: block/mirror.c | |
1041 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1042 | ||
1043 | Block QAPI, monitor, command line | |
1044 | M: Markus Armbruster <[email protected]> | |
1045 | S: Supported | |
1046 | F: blockdev.c | |
1047 | F: block/qapi.c | |
1048 | F: qapi/block*.json | |
1049 | T: git git://repo.or.cz/qemu/armbru.git block-next | |
1050 | ||
1051 | Character device backends | |
1052 | M: Paolo Bonzini <[email protected]> | |
1053 | S: Maintained | |
1054 | F: qemu-char.c | |
1055 | F: backends/msmouse.c | |
1056 | F: backends/testdev.c | |
1057 | ||
1058 | Character Devices (Braille) | |
1059 | M: Samuel Thibault <[email protected]> | |
1060 | S: Maintained | |
1061 | F: backends/baum.c | |
1062 | ||
1063 | Coverity model | |
1064 | M: Markus Armbruster <[email protected]> | |
1065 | S: Supported | |
1066 | F: scripts/coverity-model.c | |
1067 | ||
1068 | CPU | |
1069 | L: [email protected] | |
1070 | S: Supported | |
1071 | F: qom/cpu.c | |
1072 | F: include/qom/cpu.h | |
1073 | ||
1074 | ICC Bus | |
1075 | M: Igor Mammedov <[email protected]> | |
1076 | S: Supported | |
1077 | F: include/hw/cpu/icc_bus.h | |
1078 | F: hw/cpu/icc_bus.c | |
1079 | ||
1080 | Device Tree | |
1081 | M: Peter Crosthwaite <[email protected]> | |
1082 | M: Alexander Graf <[email protected]> | |
1083 | S: Maintained | |
1084 | F: device_tree.c | |
1085 | F: include/sysemu/device_tree.h | |
1086 | ||
1087 | Error reporting | |
1088 | M: Markus Armbruster <[email protected]> | |
1089 | S: Supported | |
1090 | F: include/qapi/error.h | |
1091 | F: include/qemu/error-report.h | |
1092 | F: util/error.c | |
1093 | F: util/qemu-error.c | |
1094 | ||
1095 | GDB stub | |
1096 | L: [email protected] | |
1097 | S: Odd Fixes | |
1098 | F: gdbstub* | |
1099 | F: gdb-xml/ | |
1100 | ||
1101 | Memory API | |
1102 | M: Paolo Bonzini <[email protected]> | |
1103 | S: Supported | |
1104 | F: include/exec/ioport.h | |
1105 | F: ioport.c | |
1106 | F: include/exec/memory.h | |
1107 | F: include/exec/ram_addr.h | |
1108 | F: memory.c | |
1109 | F: include/exec/memory-internal.h | |
1110 | F: exec.c | |
1111 | ||
1112 | SPICE | |
1113 | M: Gerd Hoffmann <[email protected]> | |
1114 | S: Supported | |
1115 | F: include/ui/qemu-spice.h | |
1116 | F: include/ui/spice-display.h | |
1117 | F: ui/spice-*.c | |
1118 | F: audio/spiceaudio.c | |
1119 | F: hw/display/qxl* | |
1120 | ||
1121 | Graphics | |
1122 | M: Gerd Hoffmann <[email protected]> | |
1123 | S: Odd Fixes | |
1124 | F: ui/ | |
1125 | F: include/ui/ | |
1126 | ||
1127 | Cocoa graphics | |
1128 | M: Peter Maydell <[email protected]> | |
1129 | S: Odd Fixes | |
1130 | F: ui/cocoa.m | |
1131 | ||
1132 | Main loop | |
1133 | M: Paolo Bonzini <[email protected]> | |
1134 | S: Maintained | |
1135 | F: cpus.c | |
1136 | F: main-loop.c | |
1137 | F: qemu-timer.c | |
1138 | F: vl.c | |
1139 | ||
1140 | Human Monitor (HMP) | |
1141 | M: Luiz Capitulino <[email protected]> | |
1142 | S: Maintained | |
1143 | F: monitor.c | |
1144 | F: hmp.c | |
1145 | F: hmp-commands.hx | |
1146 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
1147 | ||
1148 | Network device backends | |
1149 | M: Jason Wang <[email protected]> | |
1150 | S: Maintained | |
1151 | F: net/ | |
1152 | F: include/net/ | |
1153 | T: git git://github.com/jasowang/qemu.git net | |
1154 | ||
1155 | Netmap network backend | |
1156 | M: Luigi Rizzo <[email protected]> | |
1157 | M: Giuseppe Lettieri <[email protected]> | |
1158 | M: Vincenzo Maffione <[email protected]> | |
1159 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
1160 | S: Maintained | |
1161 | F: net/netmap.c | |
1162 | ||
1163 | Network Block Device (NBD) | |
1164 | M: Paolo Bonzini <[email protected]> | |
1165 | S: Odd Fixes | |
1166 | F: block/nbd* | |
1167 | F: nbd/ | |
1168 | F: include/block/nbd* | |
1169 | F: qemu-nbd.c | |
1170 | T: git git://github.com/bonzini/qemu.git nbd-next | |
1171 | ||
1172 | NUMA | |
1173 | M: Eduardo Habkost <[email protected]> | |
1174 | S: Maintained | |
1175 | F: numa.c | |
1176 | F: include/sysemu/numa.h | |
1177 | T: git git://github.com/ehabkost/qemu.git numa | |
1178 | ||
1179 | QAPI | |
1180 | M: Markus Armbruster <[email protected]> | |
1181 | M: Michael Roth <[email protected]> | |
1182 | S: Supported | |
1183 | F: qapi/ | |
1184 | X: qapi/*.json | |
1185 | F: include/qapi/ | |
1186 | X: include/qapi/qmp/ | |
1187 | F: include/qapi/qmp/dispatch.h | |
1188 | F: tests/qapi-schema/ | |
1189 | F: tests/test-*-visitor.c | |
1190 | F: tests/test-qmp-*.c | |
1191 | F: scripts/qapi* | |
1192 | F: docs/qapi* | |
1193 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
1194 | ||
1195 | QAPI Schema | |
1196 | M: Eric Blake <[email protected]> | |
1197 | M: Markus Armbruster <[email protected]> | |
1198 | S: Supported | |
1199 | F: qapi-schema.json | |
1200 | F: qapi/*.json | |
1201 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
1202 | ||
1203 | QObject | |
1204 | M: Luiz Capitulino <[email protected]> | |
1205 | S: Maintained | |
1206 | F: qobject/ | |
1207 | F: include/qapi/qmp/ | |
1208 | X: include/qapi/qmp/dispatch.h | |
1209 | F: tests/check-qdict.c | |
1210 | F: tests/check-qfloat.c | |
1211 | F: tests/check-qint.c | |
1212 | F: tests/check-qjson.c | |
1213 | F: tests/check-qlist.c | |
1214 | F: tests/check-qstring.c | |
1215 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
1216 | ||
1217 | QEMU Guest Agent | |
1218 | M: Michael Roth <[email protected]> | |
1219 | S: Maintained | |
1220 | F: qga/ | |
1221 | T: git git://github.com/mdroth/qemu.git qga | |
1222 | ||
1223 | QOM | |
1224 | M: Andreas Färber <[email protected]> | |
1225 | S: Supported | |
1226 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
1227 | F: include/qom/ | |
1228 | X: include/qom/cpu.h | |
1229 | F: qom/ | |
1230 | X: qom/cpu.c | |
1231 | F: tests/check-qom-interface.c | |
1232 | F: tests/check-qom-proplist.c | |
1233 | F: tests/qom-test.c | |
1234 | ||
1235 | QMP | |
1236 | M: Markus Armbruster <[email protected]> | |
1237 | S: Supported | |
1238 | F: qmp.c | |
1239 | F: monitor.c | |
1240 | F: qmp-commands.hx | |
1241 | F: docs/*qmp-* | |
1242 | F: scripts/qmp/ | |
1243 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
1244 | ||
1245 | SLIRP | |
1246 | M: Samuel Thibault <[email protected]> | |
1247 | M: Jan Kiszka <[email protected]> | |
1248 | S: Maintained | |
1249 | F: slirp/ | |
1250 | F: net/slirp.c | |
1251 | F: include/net/slirp.h | |
1252 | T: git git://git.kiszka.org/qemu.git queues/slirp | |
1253 | ||
1254 | Tracing | |
1255 | M: Stefan Hajnoczi <[email protected]> | |
1256 | S: Maintained | |
1257 | F: trace/ | |
1258 | F: scripts/tracetool.py | |
1259 | F: scripts/tracetool/ | |
1260 | F: docs/tracing.txt | |
1261 | T: git git://github.com/stefanha/qemu.git tracing | |
1262 | ||
1263 | Checkpatch | |
1264 | M: Blue Swirl <[email protected]> | |
1265 | S: Odd Fixes | |
1266 | F: scripts/checkpatch.pl | |
1267 | ||
1268 | Migration | |
1269 | M: Juan Quintela <[email protected]> | |
1270 | M: Amit Shah <[email protected]> | |
1271 | S: Maintained | |
1272 | F: include/migration/ | |
1273 | F: migration/ | |
1274 | F: scripts/vmstate-static-checker.py | |
1275 | F: tests/vmstate-static-checker-data/ | |
1276 | F: docs/migration.txt | |
1277 | ||
1278 | Seccomp | |
1279 | M: Eduardo Otubo <[email protected]> | |
1280 | S: Supported | |
1281 | F: qemu-seccomp.c | |
1282 | F: include/sysemu/seccomp.h | |
1283 | ||
1284 | Cryptography | |
1285 | M: Daniel P. Berrange <[email protected]> | |
1286 | S: Maintained | |
1287 | F: crypto/ | |
1288 | F: include/crypto/ | |
1289 | F: tests/test-crypto-* | |
1290 | ||
1291 | Coroutines | |
1292 | M: Stefan Hajnoczi <[email protected]> | |
1293 | M: Kevin Wolf <[email protected]> | |
1294 | F: util/*coroutine* | |
1295 | F: include/qemu/coroutine* | |
1296 | F: tests/test-coroutine.c | |
1297 | ||
1298 | Buffers | |
1299 | M: Daniel P. Berrange <[email protected]> | |
1300 | S: Odd fixes | |
1301 | F: util/buffer.c | |
1302 | F: include/qemu/buffer.h | |
1303 | ||
1304 | I/O Channels | |
1305 | M: Daniel P. Berrange <[email protected]> | |
1306 | S: Maintained | |
1307 | F: io/ | |
1308 | F: include/io/ | |
1309 | F: tests/test-io-* | |
1310 | ||
1311 | Sockets | |
1312 | M: Daniel P. Berrange <[email protected]> | |
1313 | M: Gerd Hoffmann <[email protected]> | |
1314 | M: Paolo Bonzini <[email protected]> | |
1315 | S: Maintained | |
1316 | F: include/qemu/sockets.h | |
1317 | F: util/qemu-sockets.c | |
1318 | ||
1319 | Throttling infrastructure | |
1320 | M: Alberto Garcia <[email protected]> | |
1321 | S: Supported | |
1322 | F: block/throttle-groups.c | |
1323 | F: include/block/throttle-groups.h | |
1324 | F: include/qemu/throttle.h | |
1325 | F: util/throttle.c | |
1326 | L: [email protected] | |
1327 | ||
1328 | Usermode Emulation | |
1329 | ------------------ | |
1330 | Overall | |
1331 | M: Riku Voipio <[email protected]> | |
1332 | S: Maintained | |
1333 | F: thunk.c | |
1334 | F: user-exec.c | |
1335 | ||
1336 | BSD user | |
1337 | M: Blue Swirl <[email protected]> | |
1338 | S: Maintained | |
1339 | F: bsd-user/ | |
1340 | ||
1341 | Linux user | |
1342 | M: Riku Voipio <[email protected]> | |
1343 | S: Maintained | |
1344 | F: linux-user/ | |
1345 | ||
1346 | Tiny Code Generator (TCG) | |
1347 | ------------------------- | |
1348 | Common code | |
1349 | M: Richard Henderson <[email protected]> | |
1350 | S: Maintained | |
1351 | F: tcg/ | |
1352 | ||
1353 | AArch64 target | |
1354 | M: Claudio Fontana <[email protected]> | |
1355 | M: Claudio Fontana <[email protected]> | |
1356 | S: Maintained | |
1357 | L: [email protected] | |
1358 | F: tcg/aarch64/ | |
1359 | F: disas/arm-a64.cc | |
1360 | F: disas/libvixl/ | |
1361 | ||
1362 | ARM target | |
1363 | M: Andrzej Zaborowski <[email protected]> | |
1364 | S: Maintained | |
1365 | L: [email protected] | |
1366 | F: tcg/arm/ | |
1367 | F: disas/arm.c | |
1368 | ||
1369 | i386 target | |
1370 | L: [email protected] | |
1371 | S: Maintained | |
1372 | F: tcg/i386/ | |
1373 | F: disas/i386.c | |
1374 | ||
1375 | IA64 target | |
1376 | M: Aurelien Jarno <[email protected]> | |
1377 | S: Maintained | |
1378 | F: tcg/ia64/ | |
1379 | F: disas/ia64.c | |
1380 | ||
1381 | MIPS target | |
1382 | M: Aurelien Jarno <[email protected]> | |
1383 | S: Maintained | |
1384 | F: tcg/mips/ | |
1385 | F: disas/mips.c | |
1386 | ||
1387 | PPC | |
1388 | M: Vassili Karpov (malc) <[email protected]> | |
1389 | S: Maintained | |
1390 | F: tcg/ppc/ | |
1391 | F: disas/ppc.c | |
1392 | ||
1393 | S390 target | |
1394 | M: Alexander Graf <[email protected]> | |
1395 | M: Richard Henderson <[email protected]> | |
1396 | S: Maintained | |
1397 | F: tcg/s390/ | |
1398 | F: disas/s390.c | |
1399 | ||
1400 | SPARC target | |
1401 | M: Blue Swirl <[email protected]> | |
1402 | S: Maintained | |
1403 | F: tcg/sparc/ | |
1404 | F: disas/sparc.c | |
1405 | ||
1406 | TCI target | |
1407 | M: Stefan Weil <[email protected]> | |
1408 | S: Maintained | |
1409 | F: tcg/tci/ | |
1410 | F: tci.c | |
1411 | F: disas/tci.c | |
1412 | ||
1413 | Stable branches | |
1414 | --------------- | |
1415 | Stable 1.0 | |
1416 | L: [email protected] | |
1417 | T: git git://git.qemu-project.org/qemu-stable-1.0.git | |
1418 | S: Orphan | |
1419 | ||
1420 | Stable 0.15 | |
1421 | L: [email protected] | |
1422 | T: git git://git.qemu-project.org/qemu-stable-0.15.git | |
1423 | S: Orphan | |
1424 | ||
1425 | Stable 0.14 | |
1426 | L: [email protected] | |
1427 | T: git git://git.qemu-project.org/qemu-stable-0.14.git | |
1428 | S: Orphan | |
1429 | ||
1430 | Stable 0.10 | |
1431 | L: [email protected] | |
1432 | T: git git://git.qemu-project.org/qemu-stable-0.10.git | |
1433 | S: Orphan | |
1434 | ||
1435 | Block drivers | |
1436 | ------------- | |
1437 | VMDK | |
1438 | M: Fam Zheng <[email protected]> | |
1439 | L: [email protected] | |
1440 | S: Supported | |
1441 | F: block/vmdk.c | |
1442 | ||
1443 | RBD | |
1444 | M: Josh Durgin <[email protected]> | |
1445 | M: Jeff Cody <[email protected]> | |
1446 | L: [email protected] | |
1447 | S: Supported | |
1448 | F: block/rbd.c | |
1449 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1450 | ||
1451 | Sheepdog | |
1452 | M: Hitoshi Mitake <[email protected]> | |
1453 | M: Liu Yuan <[email protected]> | |
1454 | M: Jeff Cody <[email protected]> | |
1455 | L: [email protected] | |
1456 | L: [email protected] | |
1457 | S: Supported | |
1458 | F: block/sheepdog.c | |
1459 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1460 | ||
1461 | VHDX | |
1462 | M: Jeff Cody <[email protected]> | |
1463 | L: [email protected] | |
1464 | S: Supported | |
1465 | F: block/vhdx* | |
1466 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1467 | ||
1468 | VDI | |
1469 | M: Stefan Weil <[email protected]> | |
1470 | L: [email protected] | |
1471 | S: Maintained | |
1472 | F: block/vdi.c | |
1473 | ||
1474 | iSCSI | |
1475 | M: Ronnie Sahlberg <[email protected]> | |
1476 | M: Paolo Bonzini <[email protected]> | |
1477 | M: Peter Lieven <[email protected]> | |
1478 | L: [email protected] | |
1479 | S: Supported | |
1480 | F: block/iscsi.c | |
1481 | ||
1482 | NFS | |
1483 | M: Jeff Cody <[email protected]> | |
1484 | M: Peter Lieven <[email protected]> | |
1485 | L: [email protected] | |
1486 | S: Maintained | |
1487 | F: block/nfs.c | |
1488 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1489 | ||
1490 | SSH | |
1491 | M: Richard W.M. Jones <[email protected]> | |
1492 | M: Jeff Cody <[email protected]> | |
1493 | L: [email protected] | |
1494 | S: Supported | |
1495 | F: block/ssh.c | |
1496 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1497 | ||
1498 | ARCHIPELAGO | |
1499 | M: Chrysostomos Nanakos <[email protected]> | |
1500 | M: Jeff Cody <[email protected]> | |
1501 | L: [email protected] | |
1502 | S: Maintained | |
1503 | F: block/archipelago.c | |
1504 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1505 | ||
1506 | CURL | |
1507 | M: Jeff Cody <[email protected]> | |
1508 | L: [email protected] | |
1509 | S: Supported | |
1510 | F: block/curl.c | |
1511 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1512 | ||
1513 | GLUSTER | |
1514 | M: Jeff Cody <[email protected]> | |
1515 | L: [email protected] | |
1516 | S: Supported | |
1517 | F: block/gluster.c | |
1518 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1519 | ||
1520 | Null Block Driver | |
1521 | M: Fam Zheng <[email protected]> | |
1522 | L: [email protected] | |
1523 | S: Supported | |
1524 | F: block/null.c | |
1525 | ||
1526 | Bootdevice | |
1527 | M: Gonglei <[email protected]> | |
1528 | S: Maintained | |
1529 | F: bootdevice.c | |
1530 | ||
1531 | Quorum | |
1532 | M: Alberto Garcia <[email protected]> | |
1533 | S: Supported | |
1534 | F: block/quorum.c | |
1535 | L: [email protected] | |
1536 | ||
1537 | blkverify | |
1538 | M: Stefan Hajnoczi <[email protected]> | |
1539 | L: [email protected] | |
1540 | S: Supported | |
1541 | F: block/blkverify.c | |
1542 | ||
1543 | bochs | |
1544 | M: Stefan Hajnoczi <[email protected]> | |
1545 | L: [email protected] | |
1546 | S: Supported | |
1547 | F: block/bochs.c | |
1548 | ||
1549 | cloop | |
1550 | M: Stefan Hajnoczi <[email protected]> | |
1551 | L: [email protected] | |
1552 | S: Supported | |
1553 | F: block/cloop.c | |
1554 | ||
1555 | dmg | |
1556 | M: Stefan Hajnoczi <[email protected]> | |
1557 | L: [email protected] | |
1558 | S: Supported | |
1559 | F: block/dmg.c | |
1560 | ||
1561 | parallels | |
1562 | M: Stefan Hajnoczi <[email protected]> | |
1563 | M: Denis V. Lunev <[email protected]> | |
1564 | L: [email protected] | |
1565 | S: Supported | |
1566 | F: block/parallels.c | |
1567 | F: docs/specs/parallels.txt | |
1568 | ||
1569 | qed | |
1570 | M: Stefan Hajnoczi <[email protected]> | |
1571 | L: [email protected] | |
1572 | S: Supported | |
1573 | F: block/qed.c | |
1574 | ||
1575 | raw | |
1576 | M: Kevin Wolf <[email protected]> | |
1577 | L: [email protected] | |
1578 | S: Supported | |
1579 | F: block/linux-aio.c | |
1580 | F: block/raw-aio.h | |
1581 | F: block/raw-posix.c | |
1582 | F: block/raw-win32.c | |
1583 | F: block/raw_bsd.c | |
1584 | F: block/win32-aio.c | |
1585 | ||
1586 | qcow2 | |
1587 | M: Kevin Wolf <[email protected]> | |
1588 | M: Max Reitz <[email protected]> | |
1589 | L: [email protected] | |
1590 | S: Supported | |
1591 | F: block/qcow2* | |
1592 | ||
1593 | qcow | |
1594 | M: Kevin Wolf <[email protected]> | |
1595 | L: [email protected] | |
1596 | S: Supported | |
1597 | F: block/qcow.c | |
1598 | ||
1599 | blkdebug | |
1600 | M: Kevin Wolf <[email protected]> | |
1601 | M: Max Reitz <[email protected]> | |
1602 | L: [email protected] | |
1603 | S: Supported | |
1604 | F: block/blkdebug.c | |
1605 | ||
1606 | vpc | |
1607 | M: Kevin Wolf <[email protected]> | |
1608 | L: [email protected] | |
1609 | S: Supported | |
1610 | F: block/vpc.c | |
1611 | ||
1612 | vvfat | |
1613 | M: Kevin Wolf <[email protected]> | |
1614 | L: [email protected] | |
1615 | S: Supported | |
1616 | F: block/vvfat.c | |
1617 | ||
1618 | Image format fuzzer | |
1619 | M: Stefan Hajnoczi <[email protected]> | |
1620 | L: [email protected] | |
1621 | S: Supported | |
1622 | F: tests/image-fuzzer/ | |
1623 | ||
1624 | Build and test automation | |
1625 | ------------------------- | |
1626 | M: Alex Bennée <[email protected]> | |
1627 | L: [email protected] | |
1628 | S: Supported | |
1629 | F: .travis.yml | |
1630 | ||
1631 | Documentation | |
1632 | ------------- | |
1633 | Build system architecture | |
1634 | M: Daniel P. Berrange <[email protected]> | |
1635 | S: Odd Fixes | |
1636 | F: docs/build-system.txt | |
1637 | ||
1638 | Docker testing | |
1639 | -------------- | |
1640 | Docker based testing framework and cases | |
1641 | M: Fam Zheng <[email protected]> | |
1642 | S: Maintained | |
1643 | F: tests/docker/ |