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