]> Git Repo - qemu.git/blob - MAINTAINERS
pc: apic: fix touch LAPIC when irqchip is split
[qemu.git] / MAINTAINERS
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: Edgar E. Iglesias <[email protected]>
453 M: Alistair Francis <[email protected]>
454 L: [email protected]
455 S: Maintained
456 F: hw/*/xilinx_*
457 F: hw/*/cadence_*
458 F: hw/misc/zynq_slcr.c
459 F: include/hw/xilinx.h
460 X: hw/ssi/xilinx_*
461
462 Xilinx ZynqMP
463 M: Alistair Francis <[email protected]>
464 M: Edgar E. Iglesias <[email protected]>
465 L: [email protected]
466 S: Maintained
467 F: hw/*/xlnx*.c
468 F: include/hw/*/xlnx*.c
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 F: include/hw/i2c/pm_smbus.h
719 F: include/hw/timer/hpet.h
720 F: include/hw/timer/i8254*
721 F: include/hw/timer/mc146818rtc*
722
723 Machine core
724 M: Eduardo Habkost <[email protected]>
725 M: Marcel Apfelbaum <[email protected]>
726 S: Supported
727 F: hw/core/machine.c
728 F: include/hw/boards.h
729
730 Xtensa Machines
731 ---------------
732 sim
733 M: Max Filippov <[email protected]>
734 S: Maintained
735 F: hw/xtensa/sim.c
736
737 XTFPGA (LX60, LX200, ML605, KC705)
738 M: Max Filippov <[email protected]>
739 S: Maintained
740 F: hw/xtensa/xtfpga.c
741 F: hw/net/opencores_eth.c
742
743 Devices
744 -------
745 EDU
746 M: Jiri Slaby <[email protected]>
747 S: Maintained
748 F: hw/misc/edu.c
749
750 IDE
751 M: John Snow <[email protected]>
752 L: [email protected]
753 S: Supported
754 F: include/hw/ide.h
755 F: hw/ide/
756 F: hw/block/block.c
757 F: hw/block/cdrom.c
758 F: hw/block/hd-geometry.c
759 F: tests/ide-test.c
760 F: tests/ahci-test.c
761 F: tests/libqos/ahci*
762 T: git git://github.com/jnsnow/qemu.git ide
763
764 Floppy
765 M: John Snow <[email protected]>
766 L: [email protected]
767 S: Supported
768 F: hw/block/fdc.c
769 F: include/hw/block/fdc.h
770 F: tests/fdc-test.c
771 T: git git://github.com/jnsnow/qemu.git ide
772
773 OMAP
774 M: Peter Maydell <[email protected]>
775 S: Maintained
776 F: hw/*/omap*
777 F: include/hw/arm/omap.h
778
779 IPack
780 M: Alberto Garcia <[email protected]>
781 S: Odd Fixes
782 F: hw/char/ipoctal232.c
783 F: hw/ipack/
784
785 PCI
786 M: Michael S. Tsirkin <[email protected]>
787 M: Marcel Apfelbaum <[email protected]>
788 S: Supported
789 F: include/hw/pci/*
790 F: hw/misc/pci-testdev.c
791 F: hw/pci/*
792 F: hw/pci-bridge/*
793
794 ACPI/SMBIOS
795 M: Michael S. Tsirkin <[email protected]>
796 M: Igor Mammedov <[email protected]>
797 S: Supported
798 F: include/hw/acpi/*
799 F: include/hw/smbios/*
800 F: hw/mem/*
801 F: hw/acpi/*
802 F: hw/smbios/*
803 F: hw/i386/acpi-build.[hc]
804 F: hw/i386/*dsl
805 F: hw/arm/virt-acpi-build.c
806 F: include/hw/arm/virt-acpi-build.h
807 F: scripts/acpi*py
808
809 ppc4xx
810 M: Alexander Graf <[email protected]>
811 L: [email protected]
812 S: Odd Fixes
813 F: hw/ppc/ppc4*.c
814
815 ppce500
816 M: Alexander Graf <[email protected]>
817 M: Scott Wood <[email protected]>
818 L: [email protected]
819 S: Supported
820 F: hw/ppc/e500*
821 F: hw/pci-host/ppce500.c
822 F: hw/net/fsl_etsec/
823
824 Character devices
825 M: Paolo Bonzini <[email protected]>
826 S: Odd Fixes
827 F: hw/char/
828
829 Network devices
830 M: Jason Wang <[email protected]>
831 S: Odd Fixes
832 F: hw/net/
833 T: git git://github.com/jasowang/qemu.git net
834
835 SCSI
836 M: Paolo Bonzini <[email protected]>
837 S: Supported
838 F: include/hw/scsi/*
839 F: hw/scsi/*
840 T: git git://github.com/bonzini/qemu.git scsi-next
841
842 LSI53C895A
843 S: Orphan
844 F: hw/scsi/lsi53c895a.c
845
846 SSI
847 M: Peter Crosthwaite <[email protected]>
848 S: Maintained
849 F: hw/ssi/*
850 F: hw/block/m25p80.c
851 X: hw/ssi/xilinx_*
852
853 Xilinx SPI
854 M: Alistair Francis <[email protected]>
855 M: Peter Crosthwaite <[email protected]>
856 S: Maintained
857 F: hw/ssi/xilinx_*
858
859 USB
860 M: Gerd Hoffmann <[email protected]>
861 S: Maintained
862 F: hw/usb/*
863 F: tests/usb-*-test.c
864 F: docs/usb2.txt
865 F: docs/usb-storage.txt
866 F: include/hw/usb.h
867 F: include/hw/usb/
868
869 USB (serial adapter)
870 M: Gerd Hoffmann <[email protected]>
871 M: Samuel Thibault <[email protected]>
872 S: Maintained
873 F: hw/usb/dev-serial.c
874
875 VFIO
876 M: Alex Williamson <[email protected]>
877 S: Supported
878 F: hw/vfio/*
879 F: include/hw/vfio/
880
881 vhost
882 M: Michael S. Tsirkin <[email protected]>
883 S: Supported
884 F: hw/*/*vhost*
885
886 virtio
887 M: Michael S. Tsirkin <[email protected]>
888 S: Supported
889 F: hw/*/virtio*
890 F: net/vhost-user.c
891 F: include/hw/virtio/
892
893 virtio-9p
894 M: Aneesh Kumar K.V <[email protected]>
895 M: Greg Kurz <[email protected]>
896 S: Supported
897 F: hw/9pfs/
898 F: fsdev/
899 F: tests/virtio-9p-test.c
900 T: git git://github.com/kvaneesh/QEMU.git
901 T: git git://github.com/gkurz/qemu.git 9p-next
902
903 virtio-blk
904 M: Stefan Hajnoczi <[email protected]>
905 L: [email protected]
906 S: Supported
907 F: hw/block/virtio-blk.c
908 F: hw/block/dataplane/*
909 F: hw/virtio/dataplane/*
910 T: git git://github.com/stefanha/qemu.git block
911
912 virtio-ccw
913 M: Cornelia Huck <[email protected]>
914 M: Christian Borntraeger <[email protected]>
915 S: Supported
916 F: hw/s390x/virtio-ccw.[hc]
917 T: git git://github.com/cohuck/qemu.git s390-next
918 T: git git://github.com/borntraeger/qemu.git s390-next
919
920 virtio-input
921 M: Gerd Hoffmann <[email protected]>
922 S: Maintained
923 F: hw/input/virtio-input*.c
924 F: include/hw/virtio/virtio-input.h
925
926 virtio-serial
927 M: Amit Shah <[email protected]>
928 S: Supported
929 F: hw/char/virtio-serial-bus.c
930 F: hw/char/virtio-console.c
931 F: include/hw/virtio/virtio-serial.h
932
933 virtio-rng
934 M: Amit Shah <[email protected]>
935 S: Supported
936 F: hw/virtio/virtio-rng.c
937 F: include/hw/virtio/virtio-rng.h
938 F: include/sysemu/rng*.h
939 F: backends/rng*.c
940
941 nvme
942 M: Keith Busch <[email protected]>
943 L: [email protected]
944 S: Supported
945 F: hw/block/nvme*
946 F: tests/nvme-test.c
947
948 megasas
949 M: Hannes Reinecke <[email protected]>
950 L: [email protected]
951 S: Supported
952 F: hw/scsi/megasas.c
953 F: hw/scsi/mfi.h
954
955 Network packet abstractions
956 M: Dmitry Fleytman <[email protected]>
957 S: Maintained
958 F: include/net/eth.h
959 F: net/eth.c
960 F: hw/net/net_rx_pkt*
961 F: hw/net/net_tx_pkt*
962
963 Vmware
964 M: Dmitry Fleytman <[email protected]>
965 S: Maintained
966 F: hw/net/vmxnet*
967 F: hw/scsi/vmw_pvscsi*
968
969 Rocker
970 M: Jiri Pirko <[email protected]>
971 S: Maintained
972 F: hw/net/rocker/
973
974 NVDIMM
975 M: Xiao Guangrong <[email protected]>
976 S: Maintained
977 F: hw/acpi/nvdimm.c
978 F: hw/mem/nvdimm.c
979 F: include/hw/mem/nvdimm.h
980
981 e1000x
982 M: Dmitry Fleytman <[email protected]>
983 S: Maintained
984 F: hw/net/e1000x*
985
986 e1000e
987 M: Dmitry Fleytman <[email protected]>
988 S: Maintained
989 F: hw/net/e1000e*
990
991 Subsystems
992 ----------
993 Audio
994 M: Gerd Hoffmann <[email protected]>
995 S: Maintained
996 F: audio/
997 F: hw/audio/
998 F: tests/ac97-test.c
999 F: tests/es1370-test.c
1000 F: tests/intel-hda-test.c
1001
1002 Block layer core
1003 M: Kevin Wolf <[email protected]>
1004 M: Max Reitz <[email protected]>
1005 L: [email protected]
1006 S: Supported
1007 F: block*
1008 F: block/
1009 F: hw/block/
1010 F: include/block/
1011 F: qemu-img*
1012 F: qemu-io*
1013 F: tests/qemu-iotests/
1014 T: git git://repo.or.cz/qemu/kevin.git block
1015
1016 Block I/O path
1017 M: Stefan Hajnoczi <[email protected]>
1018 M: Fam Zheng <[email protected]>
1019 L: [email protected]
1020 S: Supported
1021 F: async.c
1022 F: aio-*.c
1023 F: block/io.c
1024 F: migration/block*
1025 F: include/block/aio.h
1026 T: git git://github.com/stefanha/qemu.git block
1027
1028 Block Jobs
1029 M: Jeff Cody <[email protected]>
1030 L: [email protected]
1031 S: Supported
1032 F: blockjob.c
1033 F: include/block/blockjob.h
1034 F: block/backup.c
1035 F: block/commit.c
1036 F: block/stream.c
1037 F: block/mirror.c
1038 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1039
1040 Block QAPI, monitor, command line
1041 M: Markus Armbruster <[email protected]>
1042 S: Supported
1043 F: blockdev.c
1044 F: block/qapi.c
1045 F: qapi/block*.json
1046 T: git git://repo.or.cz/qemu/armbru.git block-next
1047
1048 Character device backends
1049 M: Paolo Bonzini <[email protected]>
1050 S: Maintained
1051 F: qemu-char.c
1052 F: backends/msmouse.c
1053 F: backends/testdev.c
1054
1055 Character Devices (Braille)
1056 M: Samuel Thibault <[email protected]>
1057 S: Maintained
1058 F: backends/baum.c
1059
1060 Coverity model
1061 M: Markus Armbruster <[email protected]>
1062 S: Supported
1063 F: scripts/coverity-model.c
1064
1065 CPU
1066 L: [email protected]
1067 S: Supported
1068 F: qom/cpu.c
1069 F: include/qom/cpu.h
1070
1071 ICC Bus
1072 M: Igor Mammedov <[email protected]>
1073 S: Supported
1074 F: include/hw/cpu/icc_bus.h
1075 F: hw/cpu/icc_bus.c
1076
1077 Device Tree
1078 M: Peter Crosthwaite <[email protected]>
1079 M: Alexander Graf <[email protected]>
1080 S: Maintained
1081 F: device_tree.c
1082 F: include/sysemu/device_tree.h
1083
1084 Error reporting
1085 M: Markus Armbruster <[email protected]>
1086 S: Supported
1087 F: include/qapi/error.h
1088 F: include/qemu/error-report.h
1089 F: util/error.c
1090 F: util/qemu-error.c
1091
1092 GDB stub
1093 L: [email protected]
1094 S: Odd Fixes
1095 F: gdbstub*
1096 F: gdb-xml/
1097
1098 Memory API
1099 M: Paolo Bonzini <[email protected]>
1100 S: Supported
1101 F: include/exec/ioport.h
1102 F: ioport.c
1103 F: include/exec/memory.h
1104 F: include/exec/ram_addr.h
1105 F: memory.c
1106 F: include/exec/memory-internal.h
1107 F: exec.c
1108
1109 SPICE
1110 M: Gerd Hoffmann <[email protected]>
1111 S: Supported
1112 F: include/ui/qemu-spice.h
1113 F: include/ui/spice-display.h
1114 F: ui/spice-*.c
1115 F: audio/spiceaudio.c
1116 F: hw/display/qxl*
1117
1118 Graphics
1119 M: Gerd Hoffmann <[email protected]>
1120 S: Odd Fixes
1121 F: ui/
1122 F: include/ui/
1123
1124 Cocoa graphics
1125 M: Peter Maydell <[email protected]>
1126 S: Odd Fixes
1127 F: ui/cocoa.m
1128
1129 Main loop
1130 M: Paolo Bonzini <[email protected]>
1131 S: Maintained
1132 F: cpus.c
1133 F: main-loop.c
1134 F: qemu-timer.c
1135 F: vl.c
1136
1137 Human Monitor (HMP)
1138 M: Luiz Capitulino <[email protected]>
1139 S: Maintained
1140 F: monitor.c
1141 F: hmp.c
1142 F: hmp-commands.hx
1143 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1144
1145 Network device backends
1146 M: Jason Wang <[email protected]>
1147 S: Maintained
1148 F: net/
1149 F: include/net/
1150 T: git git://github.com/jasowang/qemu.git net
1151
1152 Netmap network backend
1153 M: Luigi Rizzo <[email protected]>
1154 M: Giuseppe Lettieri <[email protected]>
1155 M: Vincenzo Maffione <[email protected]>
1156 W: http://info.iet.unipi.it/~luigi/netmap/
1157 S: Maintained
1158 F: net/netmap.c
1159
1160 Network Block Device (NBD)
1161 M: Paolo Bonzini <[email protected]>
1162 S: Odd Fixes
1163 F: block/nbd*
1164 F: nbd/
1165 F: include/block/nbd*
1166 F: qemu-nbd.c
1167 T: git git://github.com/bonzini/qemu.git nbd-next
1168
1169 NUMA
1170 M: Eduardo Habkost <[email protected]>
1171 S: Maintained
1172 F: numa.c
1173 F: include/sysemu/numa.h
1174 T: git git://github.com/ehabkost/qemu.git numa
1175
1176 Host Memory Backends
1177 M: Eduardo Habkost <[email protected]>
1178 M: Igor Mammedov <[email protected]>
1179 S: Maintained
1180 F: backends/hostmem*.c
1181 F: include/sysemu/hostmem.h
1182
1183 QAPI
1184 M: Markus Armbruster <[email protected]>
1185 M: Michael Roth <[email protected]>
1186 S: Supported
1187 F: qapi/
1188 X: qapi/*.json
1189 F: include/qapi/
1190 X: include/qapi/qmp/
1191 F: include/qapi/qmp/dispatch.h
1192 F: tests/qapi-schema/
1193 F: tests/test-*-visitor.c
1194 F: tests/test-qmp-*.c
1195 F: scripts/qapi*
1196 F: docs/qapi*
1197 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1198
1199 QAPI Schema
1200 M: Eric Blake <[email protected]>
1201 M: Markus Armbruster <[email protected]>
1202 S: Supported
1203 F: qapi-schema.json
1204 F: qapi/*.json
1205 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1206
1207 QObject
1208 M: Luiz Capitulino <[email protected]>
1209 S: Maintained
1210 F: qobject/
1211 F: include/qapi/qmp/
1212 X: include/qapi/qmp/dispatch.h
1213 F: tests/check-qdict.c
1214 F: tests/check-qfloat.c
1215 F: tests/check-qint.c
1216 F: tests/check-qjson.c
1217 F: tests/check-qlist.c
1218 F: tests/check-qstring.c
1219 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1220
1221 QEMU Guest Agent
1222 M: Michael Roth <[email protected]>
1223 S: Maintained
1224 F: qga/
1225 T: git git://github.com/mdroth/qemu.git qga
1226
1227 QOM
1228 M: Andreas Färber <[email protected]>
1229 S: Supported
1230 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1231 F: include/qom/
1232 X: include/qom/cpu.h
1233 F: qom/
1234 X: qom/cpu.c
1235 F: tests/check-qom-interface.c
1236 F: tests/check-qom-proplist.c
1237 F: tests/qom-test.c
1238
1239 QMP
1240 M: Markus Armbruster <[email protected]>
1241 S: Supported
1242 F: qmp.c
1243 F: monitor.c
1244 F: qmp-commands.hx
1245 F: docs/*qmp-*
1246 F: scripts/qmp/
1247 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1248
1249 Register API
1250 M: Alistair Francis <[email protected]>
1251 S: Maintained
1252 F: hw/core/register.c
1253 F: include/hw/register.h
1254
1255 SLIRP
1256 M: Samuel Thibault <[email protected]>
1257 M: Jan Kiszka <[email protected]>
1258 S: Maintained
1259 F: slirp/
1260 F: net/slirp.c
1261 F: include/net/slirp.h
1262 T: git git://git.kiszka.org/qemu.git queues/slirp
1263
1264 Stubs
1265 M: Paolo Bonzini <[email protected]>
1266 S: Maintained
1267 F: stubs/
1268
1269 Tracing
1270 M: Stefan Hajnoczi <[email protected]>
1271 S: Maintained
1272 F: trace/
1273 F: scripts/tracetool.py
1274 F: scripts/tracetool/
1275 F: docs/tracing.txt
1276 T: git git://github.com/stefanha/qemu.git tracing
1277
1278 Checkpatch
1279 S: Odd Fixes
1280 F: scripts/checkpatch.pl
1281
1282 Migration
1283 M: Juan Quintela <[email protected]>
1284 M: Amit Shah <[email protected]>
1285 S: Maintained
1286 F: include/migration/
1287 F: migration/
1288 F: scripts/vmstate-static-checker.py
1289 F: tests/vmstate-static-checker-data/
1290 F: docs/migration.txt
1291
1292 Seccomp
1293 M: Eduardo Otubo <[email protected]>
1294 S: Supported
1295 F: qemu-seccomp.c
1296 F: include/sysemu/seccomp.h
1297
1298 Cryptography
1299 M: Daniel P. Berrange <[email protected]>
1300 S: Maintained
1301 F: crypto/
1302 F: include/crypto/
1303 F: tests/test-crypto-*
1304
1305 Coroutines
1306 M: Stefan Hajnoczi <[email protected]>
1307 M: Kevin Wolf <[email protected]>
1308 F: util/*coroutine*
1309 F: include/qemu/coroutine*
1310 F: tests/test-coroutine.c
1311
1312 Buffers
1313 M: Daniel P. Berrange <[email protected]>
1314 S: Odd fixes
1315 F: util/buffer.c
1316 F: include/qemu/buffer.h
1317
1318 I/O Channels
1319 M: Daniel P. Berrange <[email protected]>
1320 S: Maintained
1321 F: io/
1322 F: include/io/
1323 F: tests/test-io-*
1324
1325 Sockets
1326 M: Daniel P. Berrange <[email protected]>
1327 M: Gerd Hoffmann <[email protected]>
1328 M: Paolo Bonzini <[email protected]>
1329 S: Maintained
1330 F: include/qemu/sockets.h
1331 F: util/qemu-sockets.c
1332
1333 Throttling infrastructure
1334 M: Alberto Garcia <[email protected]>
1335 S: Supported
1336 F: block/throttle-groups.c
1337 F: include/block/throttle-groups.h
1338 F: include/qemu/throttle.h
1339 F: util/throttle.c
1340 L: [email protected]
1341
1342 Usermode Emulation
1343 ------------------
1344 Overall
1345 M: Riku Voipio <[email protected]>
1346 S: Maintained
1347 F: thunk.c
1348 F: user-exec.c
1349
1350 BSD user
1351 S: Orphan
1352 F: bsd-user/
1353
1354 Linux user
1355 M: Riku Voipio <[email protected]>
1356 S: Maintained
1357 F: linux-user/
1358
1359 Tiny Code Generator (TCG)
1360 -------------------------
1361 Common code
1362 M: Richard Henderson <[email protected]>
1363 S: Maintained
1364 F: tcg/
1365
1366 AArch64 target
1367 M: Claudio Fontana <[email protected]>
1368 M: Claudio Fontana <[email protected]>
1369 S: Maintained
1370 L: [email protected]
1371 F: tcg/aarch64/
1372 F: disas/arm-a64.cc
1373 F: disas/libvixl/
1374
1375 ARM target
1376 M: Andrzej Zaborowski <[email protected]>
1377 S: Maintained
1378 L: [email protected]
1379 F: tcg/arm/
1380 F: disas/arm.c
1381
1382 i386 target
1383 L: [email protected]
1384 S: Maintained
1385 F: tcg/i386/
1386 F: disas/i386.c
1387
1388 IA64 target
1389 M: Aurelien Jarno <[email protected]>
1390 S: Maintained
1391 F: tcg/ia64/
1392 F: disas/ia64.c
1393
1394 MIPS target
1395 M: Aurelien Jarno <[email protected]>
1396 S: Maintained
1397 F: tcg/mips/
1398 F: disas/mips.c
1399
1400 PPC
1401 M: Vassili Karpov (malc) <[email protected]>
1402 S: Maintained
1403 F: tcg/ppc/
1404 F: disas/ppc.c
1405
1406 S390 target
1407 M: Alexander Graf <[email protected]>
1408 M: Richard Henderson <[email protected]>
1409 S: Maintained
1410 F: tcg/s390/
1411 F: disas/s390.c
1412
1413 SPARC target
1414 S: Odd Fixes
1415 F: tcg/sparc/
1416 F: disas/sparc.c
1417
1418 TCI target
1419 M: Stefan Weil <[email protected]>
1420 S: Maintained
1421 F: tcg/tci/
1422 F: tci.c
1423 F: disas/tci.c
1424
1425 Stable branches
1426 ---------------
1427 Stable 1.0
1428 L: [email protected]
1429 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1430 S: Orphan
1431
1432 Stable 0.15
1433 L: [email protected]
1434 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1435 S: Orphan
1436
1437 Stable 0.14
1438 L: [email protected]
1439 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1440 S: Orphan
1441
1442 Stable 0.10
1443 L: [email protected]
1444 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1445 S: Orphan
1446
1447 Block drivers
1448 -------------
1449 VMDK
1450 M: Fam Zheng <[email protected]>
1451 L: [email protected]
1452 S: Supported
1453 F: block/vmdk.c
1454
1455 RBD
1456 M: Josh Durgin <[email protected]>
1457 M: Jeff Cody <[email protected]>
1458 L: [email protected]
1459 S: Supported
1460 F: block/rbd.c
1461 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1462
1463 Sheepdog
1464 M: Hitoshi Mitake <[email protected]>
1465 M: Liu Yuan <[email protected]>
1466 M: Jeff Cody <[email protected]>
1467 L: [email protected]
1468 L: [email protected]
1469 S: Supported
1470 F: block/sheepdog.c
1471 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1472
1473 VHDX
1474 M: Jeff Cody <[email protected]>
1475 L: [email protected]
1476 S: Supported
1477 F: block/vhdx*
1478 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1479
1480 VDI
1481 M: Stefan Weil <[email protected]>
1482 L: [email protected]
1483 S: Maintained
1484 F: block/vdi.c
1485
1486 iSCSI
1487 M: Ronnie Sahlberg <[email protected]>
1488 M: Paolo Bonzini <[email protected]>
1489 M: Peter Lieven <[email protected]>
1490 L: [email protected]
1491 S: Supported
1492 F: block/iscsi.c
1493
1494 NFS
1495 M: Jeff Cody <[email protected]>
1496 M: Peter Lieven <[email protected]>
1497 L: [email protected]
1498 S: Maintained
1499 F: block/nfs.c
1500 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1501
1502 SSH
1503 M: Richard W.M. Jones <[email protected]>
1504 M: Jeff Cody <[email protected]>
1505 L: [email protected]
1506 S: Supported
1507 F: block/ssh.c
1508 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1509
1510 ARCHIPELAGO
1511 M: Chrysostomos Nanakos <[email protected]>
1512 M: Jeff Cody <[email protected]>
1513 L: [email protected]
1514 S: Maintained
1515 F: block/archipelago.c
1516 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1517
1518 CURL
1519 M: Jeff Cody <[email protected]>
1520 L: [email protected]
1521 S: Supported
1522 F: block/curl.c
1523 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1524
1525 GLUSTER
1526 M: Jeff Cody <[email protected]>
1527 L: [email protected]
1528 S: Supported
1529 F: block/gluster.c
1530 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1531
1532 Null Block Driver
1533 M: Fam Zheng <[email protected]>
1534 L: [email protected]
1535 S: Supported
1536 F: block/null.c
1537
1538 Bootdevice
1539 M: Gonglei <[email protected]>
1540 S: Maintained
1541 F: bootdevice.c
1542
1543 Quorum
1544 M: Alberto Garcia <[email protected]>
1545 S: Supported
1546 F: block/quorum.c
1547 L: [email protected]
1548
1549 blkverify
1550 M: Stefan Hajnoczi <[email protected]>
1551 L: [email protected]
1552 S: Supported
1553 F: block/blkverify.c
1554
1555 bochs
1556 M: Stefan Hajnoczi <[email protected]>
1557 L: [email protected]
1558 S: Supported
1559 F: block/bochs.c
1560
1561 cloop
1562 M: Stefan Hajnoczi <[email protected]>
1563 L: [email protected]
1564 S: Supported
1565 F: block/cloop.c
1566
1567 dmg
1568 M: Stefan Hajnoczi <[email protected]>
1569 L: [email protected]
1570 S: Supported
1571 F: block/dmg.c
1572
1573 parallels
1574 M: Stefan Hajnoczi <[email protected]>
1575 M: Denis V. Lunev <[email protected]>
1576 L: [email protected]
1577 S: Supported
1578 F: block/parallels.c
1579 F: docs/specs/parallels.txt
1580
1581 qed
1582 M: Stefan Hajnoczi <[email protected]>
1583 L: [email protected]
1584 S: Supported
1585 F: block/qed.c
1586
1587 raw
1588 M: Kevin Wolf <[email protected]>
1589 L: [email protected]
1590 S: Supported
1591 F: block/linux-aio.c
1592 F: block/raw-aio.h
1593 F: block/raw-posix.c
1594 F: block/raw-win32.c
1595 F: block/raw_bsd.c
1596 F: block/win32-aio.c
1597
1598 qcow2
1599 M: Kevin Wolf <[email protected]>
1600 M: Max Reitz <[email protected]>
1601 L: [email protected]
1602 S: Supported
1603 F: block/qcow2*
1604
1605 qcow
1606 M: Kevin Wolf <[email protected]>
1607 L: [email protected]
1608 S: Supported
1609 F: block/qcow.c
1610
1611 blkdebug
1612 M: Kevin Wolf <[email protected]>
1613 M: Max Reitz <[email protected]>
1614 L: [email protected]
1615 S: Supported
1616 F: block/blkdebug.c
1617
1618 vpc
1619 M: Kevin Wolf <[email protected]>
1620 L: [email protected]
1621 S: Supported
1622 F: block/vpc.c
1623
1624 vvfat
1625 M: Kevin Wolf <[email protected]>
1626 L: [email protected]
1627 S: Supported
1628 F: block/vvfat.c
1629
1630 Image format fuzzer
1631 M: Stefan Hajnoczi <[email protected]>
1632 L: [email protected]
1633 S: Supported
1634 F: tests/image-fuzzer/
1635
1636 Build and test automation
1637 -------------------------
1638 M: Alex BennĂ©e <[email protected]>
1639 L: [email protected]
1640 S: Supported
1641 F: .travis.yml
1642
1643 Documentation
1644 -------------
1645 Build system architecture
1646 M: Daniel P. Berrange <[email protected]>
1647 S: Odd Fixes
1648 F: docs/build-system.txt
1649
1650 Docker testing
1651 --------------
1652 Docker based testing framework and cases
1653 M: Fam Zheng <[email protected]>
1654 S: Maintained
1655 F: tests/docker/
This page took 0.110346 seconds and 4 git commands to generate.