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