]> Git Repo - qemu.git/blob - MAINTAINERS
memory.c: bugfix - ref counting mismatch in memory_region_find
[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: Anthony Liguori <[email protected]>
54
55 Guest CPU cores (TCG):
56 ----------------------
57 Alpha
58 M: Richard Henderson <[email protected]>
59 S: Maintained
60 F: target-alpha/
61 F: hw/alpha/
62
63 ARM
64 M: Peter Maydell <[email protected]>
65 S: Maintained
66 F: target-arm/
67 F: hw/arm/
68 F: hw/cpu/a*mpcore.c
69
70 CRIS
71 M: Edgar E. Iglesias <[email protected]>
72 S: Maintained
73 F: target-cris/
74 F: hw/cris/
75
76 LM32
77 M: Michael Walle <[email protected]>
78 S: Maintained
79 F: target-lm32/
80 F: hw/lm32/
81 F: hw/char/lm32_*
82
83 M68K
84 S: Orphan
85 F: target-m68k/
86 F: hw/m68k/
87
88 MicroBlaze
89 M: Edgar E. Iglesias <[email protected]>
90 S: Maintained
91 F: target-microblaze/
92 F: hw/microblaze/
93
94 MIPS
95 M: Aurelien Jarno <[email protected]>
96 S: Odd Fixes
97 F: target-mips/
98 F: hw/mips/
99
100 Moxie
101 M: Anthony Green <[email protected]>
102 S: Maintained
103 F: target-moxie/
104
105 OpenRISC
106 M: Jia Liu <[email protected]>
107 S: Maintained
108 F: target-openrisc/
109 F: hw/openrisc/
110
111 PowerPC
112 M: Alexander Graf <[email protected]>
113 L: [email protected]
114 S: Maintained
115 F: target-ppc/
116 F: hw/ppc/
117
118 S390
119 M: Richard Henderson <[email protected]>
120 M: Alexander Graf <[email protected]>
121 S: Maintained
122 F: target-s390x/
123 F: hw/s390x/
124
125 SH4
126 M: Aurelien Jarno <[email protected]>
127 S: Odd Fixes
128 F: target-sh4/
129 F: hw/sh4/
130
131 SPARC
132 M: Blue Swirl <[email protected]>
133 S: Maintained
134 F: target-sparc/
135 F: hw/sparc/
136 F: hw/sparc64/
137
138 UniCore32
139 M: Guan Xuetao <[email protected]>
140 S: Maintained
141 F: target-unicore32/
142 F: hw/unicore32/
143
144 X86
145 M: [email protected]
146 S: Odd Fixes
147 F: target-i386/
148 F: hw/i386/
149
150 Xtensa
151 M: Max Filippov <[email protected]>
152 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
153 S: Maintained
154 F: target-xtensa/
155 F: hw/xtensa/
156
157 Guest CPU Cores (KVM):
158 ----------------------
159
160 Overall
161 M: Gleb Natapov <[email protected]>
162 M: Paolo Bonzini <[email protected]>
163 L: [email protected]
164 S: Supported
165 F: kvm-*
166 F: */kvm.*
167
168 ARM
169 M: Peter Maydell <[email protected]>
170 S: Maintained
171 F: target-arm/kvm.c
172
173 PPC
174 M: Alexander Graf <[email protected]>
175 S: Maintained
176 F: target-ppc/kvm.c
177
178 S390
179 M: Alexander Graf <[email protected]>
180 S: Maintained
181 F: target-s390x/kvm.c
182
183 X86
184 M: Gleb Natapov <[email protected]>
185 M: Marcelo Tosatti <[email protected]>
186 L: [email protected]
187 S: Supported
188 F: target-i386/kvm.c
189
190 Guest CPU Cores (Xen):
191 ----------------------
192
193 X86
194 M: Stefano Stabellini <[email protected]>
195 L: [email protected]
196 S: Supported
197 F: xen-*
198 F: */xen*
199
200 Hosts:
201 ------
202
203 LINUX
204 L: [email protected]
205 S: Maintained
206 F: linux-*
207 F: linux-headers/
208
209 POSIX
210 L: [email protected]
211 S: Maintained
212 F: *posix*
213
214 W32, W64
215 L: [email protected]
216 M: Stefan Weil <[email protected]>
217 S: Maintained
218 F: *win32*
219
220 ARM Machines
221 ------------
222 Exynos
223 M: Evgeny Voevodin <[email protected]>
224 M: Maksim Kozlov <[email protected]>
225 M: Igor Mitsyanko <[email protected]>
226 M: Dmitry Solodkiy <[email protected]>
227 S: Maintained
228 F: hw/*/exynos*
229
230 Calxeda Highbank
231 M: Mark Langsdorf <[email protected]>
232 S: Supported
233 F: hw/arm/highbank.c
234 F: hw/net/xgmac.c
235
236 Gumstix
237 M: [email protected]
238 S: Orphan
239 F: hw/arm/gumstix.c
240
241 i.MX31
242 M: Peter Chubb <[email protected]>
243 S: Odd fixes
244 F: hw/*/imx*
245 F: hw/arm/kzm.c
246
247 Integrator CP
248 M: Peter Maydell <[email protected]>
249 S: Maintained
250 F: hw/arm/integratorcp.c
251
252 Mainstone
253 M: [email protected]
254 S: Orphan
255 F: hw/arm/mainstone.c
256
257 Musicpal
258 M: Jan Kiszka <[email protected]>
259 S: Maintained
260 F: hw/arm/musicpal.c
261
262 nSeries
263 M: Andrzej Zaborowski <[email protected]>
264 S: Maintained
265 F: hw/arm/nseries.c
266
267 Palm
268 M: Andrzej Zaborowski <[email protected]>
269 S: Maintained
270 F: hw/arm/palm.c
271
272 Real View
273 M: Peter Maydell <[email protected]>
274 S: Maintained
275 F: hw/arm/realview*
276
277 Spitz
278 M: Andrzej Zaborowski <[email protected]>
279 S: Maintained
280 F: hw/arm/spitz.c
281
282 Stellaris
283 M: Peter Maydell <[email protected]>
284 S: Maintained
285 F: hw/*/stellaris*
286
287 Versatile PB
288 M: Peter Maydell <[email protected]>
289 S: Maintained
290 F: hw/*/versatile*
291
292 Xilinx Zynq
293 M: Peter Crosthwaite <[email protected]>
294 S: Maintained
295 F: hw/arm/xilinx_zynq.c
296 F: hw/misc/zynq_slcr.c
297 F: hw/*/cadence_*
298 F: hw/ssi/xilinx_spips.c
299
300 CRIS Machines
301 -------------
302 Axis Dev88
303 M: Edgar E. Iglesias <[email protected]>
304 S: Maintained
305 F: hw/cris/axis_dev88.c
306 F: hw/*/etraxfs_*.c
307
308 LM32 Machines
309 -------------
310 EVR32 and uclinux BSP
311 M: Michael Walle <[email protected]>
312 S: Maintained
313 F: hw/lm32/lm32_boards.c
314
315 milkymist
316 M: Michael Walle <[email protected]>
317 S: Maintained
318 F: hw/lm32/milkymist.c
319
320 M68K Machines
321 -------------
322 an5206
323 S: Orphan
324 F: hw/m68k/an5206.c
325
326 dummy_m68k
327 S: Orphan
328 F: hw/m68k/dummy_m68k.c
329
330 mcf5208
331 S: Orphan
332 F: hw/m68k/mcf5208.c
333
334 MicroBlaze Machines
335 -------------------
336 petalogix_s3adsp1800
337 M: Edgar E. Iglesias <[email protected]>
338 S: Maintained
339 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
340
341 petalogix_ml605
342 M: Peter Crosthwaite <[email protected]>
343 S: Maintained
344 F: hw/microblaze/petalogix_ml605_mmu.c
345
346 MIPS Machines
347 -------------
348 Jazz
349 M: Hervé Poussineau <[email protected]>
350 S: Maintained
351 F: hw/mips/mips_jazz.c
352
353 Malta
354 M: Aurelien Jarno <[email protected]>
355 S: Maintained
356 F: hw/mips/mips_malta.c
357
358 Mipssim
359 M: [email protected]
360 S: Orphan
361 F: hw/mips/mips_mipssim.c
362
363 R4000
364 M: Aurelien Jarno <[email protected]>
365 S: Maintained
366 F: hw/mips/mips_r4k.c
367
368 OpenRISC Machines
369 -----------------
370 or1k-sim
371 M: Jia Liu <[email protected]>
372 S: Maintained
373 F: hw/openrisc/openrisc_sim.c
374
375 PowerPC Machines
376 ----------------
377 405
378 M: Alexander Graf <[email protected]>
379 L: [email protected]
380 S: Odd Fixes
381 F: hw/ppc/ppc405_boards.c
382
383 Bamboo
384 M: Alexander Graf <[email protected]>
385 L: [email protected]
386 S: Odd Fixes
387 F: hw/ppc/ppc440_bamboo.c
388
389 e500
390 M: Alexander Graf <[email protected]>
391 M: Scott Wood <[email protected]>
392 L: [email protected]
393 S: Supported
394 F: hw/ppc/e500.[hc]
395 F: hw/ppc/e500plat.c
396
397 mpc8544ds
398 M: Alexander Graf <[email protected]>
399 M: Scott Wood <[email protected]>
400 L: [email protected]
401 S: Supported
402 F: hw/ppc/mpc8544ds.c
403 F: hw/ppc/mpc8544_guts.c
404
405 New World
406 M: Alexander Graf <[email protected]>
407 L: [email protected]
408 S: Maintained
409 F: hw/ppc/mac_newworld.c
410 F: hw/pci-host/uninorth.c
411 F: hw/pci-bridge/dec.[hc]
412 F: hw/misc/macio/
413
414 Old World
415 M: Alexander Graf <[email protected]>
416 L: [email protected]
417 S: Maintained
418 F: hw/ppc/mac_oldworld.c
419 F: hw/pci-host/grackle.c
420 F: hw/misc/macio/
421
422 PReP
423 M: Andreas Färber <[email protected]>
424 L: [email protected]
425 S: Odd Fixes
426 F: hw/ppc/prep.c
427 F: hw/pci-host/prep.[hc]
428 F: hw/isa/pc87312.[hc]
429
430 sPAPR
431 M: Alexander Graf <[email protected]>
432 L: [email protected]
433 S: Supported
434 F: hw/*/spapr*
435 F: include/hw/*/spapr*
436 F: hw/*/xics*
437 F: include/hw/*/xics*
438 F: pc-bios/spapr-rtas/*
439
440 virtex_ml507
441 M: Edgar E. Iglesias <[email protected]>
442 L: [email protected]
443 S: Odd Fixes
444 F: hw/ppc/virtex_ml507.c
445
446 SH4 Machines
447 ------------
448 R2D
449 M: Magnus Damm <[email protected]>
450 S: Maintained
451 F: hw/sh4/r2d.c
452
453 Shix
454 M: Magnus Damm <[email protected]>
455 S: Orphan
456 F: hw/sh4/shix.c
457
458 SPARC Machines
459 --------------
460 Sun4m
461 M: Blue Swirl <[email protected]>
462 S: Maintained
463 F: hw/sparc/sun4m.c
464
465 Sun4u
466 M: Blue Swirl <[email protected]>
467 S: Maintained
468 F: hw/sparc64/sun4u.c
469
470 Leon3
471 M: Fabien Chouteau <[email protected]>
472 S: Maintained
473 F: hw/sparc/leon3.c
474 F: hw/*/grlib*
475
476 S390 Machines
477 -------------
478 S390 Virtio
479 M: Alexander Graf <[email protected]>
480 S: Maintained
481 F: hw/s390x/s390-*.c
482
483 S390 Virtio-ccw
484 M: Cornelia Huck <[email protected]>
485 M: Alexander Graf <[email protected]>
486 S: Supported
487 F: hw/s390x/s390-virtio-ccw.c
488 F: hw/s390x/css.[hc]
489 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
490
491 UniCore32 Machines
492 -------------
493 PKUnity-3 SoC initramfs-with-busybox
494 M: Guan Xuetao <[email protected]>
495 S: Maintained
496 F: hw/*/puv3*
497 F: hw/unicore32/
498
499 X86 Machines
500 ------------
501 PC
502 M: Anthony Liguori <[email protected]>
503 M: Michael S. Tsirkin <[email protected]>
504 S: Supported
505 F: include/hw/i386/
506 F: hw/i386/
507 F: hw/pci-host/piix.c
508 F: hw/pci-host/q35.c
509 F: hw/pci-host/pam.c
510 F: include/hw/pci-host/q35.h
511 F: include/hw/pci-host/pam.h
512 F: hw/isa/piix4.c
513 F: hw/isa/lpc_ich9.c
514 F: hw/i2c/smbus_ich9.c
515 F: hw/acpi/piix4.c
516 F: hw/acpi/ich9.c
517 F: include/hw/acpi/ich9.h
518 F: include/hw/acpi/piix.h
519
520
521 Xtensa Machines
522 ---------------
523 sim
524 M: Max Filippov <[email protected]>
525 S: Maintained
526 F: hw/xtensa/xtensa_sim.c
527
528 Avnet LX60
529 M: Max Filippov <[email protected]>
530 S: Maintained
531 F: hw/xtensa/xtensa_lx60.c
532
533 Devices
534 -------
535 IDE
536 M: Kevin Wolf <[email protected]>
537 S: Odd Fixes
538 F: include/hw/ide.h
539 F: hw/ide/
540
541 OMAP
542 M: Peter Maydell <[email protected]>
543 S: Maintained
544 F: hw/*/omap*
545
546 PCI
547 M: Michael S. Tsirkin <[email protected]>
548 S: Supported
549 F: include/hw/pci/*
550 F: hw/pci/*
551 F: hw/acpi/*
552
553 ppc4xx
554 M: Alexander Graf <[email protected]>
555 L: [email protected]
556 S: Odd Fixes
557 F: hw/ppc/ppc4*.c
558
559 ppce500
560 M: Alexander Graf <[email protected]>
561 M: Scott Wood <[email protected]>
562 L: [email protected]
563 S: Supported
564 F: hw/ppc/e500*
565
566 SCSI
567 M: Paolo Bonzini <[email protected]>
568 S: Supported
569 F: include/hw/scsi*
570 F: hw/scsi/*
571 T: git git://github.com/bonzini/qemu.git scsi-next
572
573 LSI53C895A
574 S: Orphan
575 F: hw/scsi/lsi53c895a.c
576
577 SSI
578 M: Peter Crosthwaite <[email protected]>
579 S: Maintained
580 F: hw/ssi/*
581 F: hw/block/m25p80.c
582
583 USB
584 M: Gerd Hoffmann <[email protected]>
585 S: Maintained
586 F: hw/usb/*
587
588 VFIO
589 M: Alex Williamson <[email protected]>
590 S: Supported
591 F: hw/misc/vfio.c
592
593 vhost
594 M: Michael S. Tsirkin <[email protected]>
595 S: Supported
596 F: hw/*/*vhost*
597
598 virtio
599 M: Anthony Liguori <[email protected]>
600 S: Supported
601 F: hw/*/virtio*
602
603 virtio-9p
604 M: Aneesh Kumar K.V <[email protected]>
605 S: Supported
606 F: hw/9pfs/
607 F: fsdev/
608 T: git git://github.com/kvaneesh/QEMU.git
609
610 virtio-blk
611 M: Kevin Wolf <[email protected]>
612 M: Stefan Hajnoczi <[email protected]>
613 S: Supported
614 F: hw/block/virtio-blk.c
615
616 virtio-ccw
617 M: Cornelia Huck <[email protected]>
618 S: Supported
619 F: hw/s390x/virtio-ccw.[hc]
620 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
621
622 virtio-serial
623 M: Amit Shah <[email protected]>
624 S: Supported
625 F: hw/char/virtio-serial-bus.c
626 F: hw/char/virtio-console.c
627
628 nvme
629 M: Keith Busch <[email protected]>
630 S: Supported
631 F: hw/block/nvme*
632
633 Xilinx EDK
634 M: Peter Crosthwaite <[email protected]>
635 M: Edgar E. Iglesias <[email protected]>
636 S: Maintained
637 F: hw/*/xilinx_*
638 F: include/hw/xilinx.h
639
640 Subsystems
641 ----------
642 Audio
643 M: Vassili Karpov (malc) <[email protected]>
644 M: Gerd Hoffmann <[email protected]>
645 S: Maintained
646 F: audio/
647 F: hw/audio/
648
649 Block
650 M: Kevin Wolf <[email protected]>
651 M: Stefan Hajnoczi <[email protected]>
652 S: Supported
653 F: block*
654 F: block/
655 F: hw/block/
656 T: git git://repo.or.cz/qemu/kevin.git block
657 T: git git://github.com/stefanha/qemu.git block
658
659 Character Devices
660 M: Anthony Liguori <[email protected]>
661 S: Maintained
662 F: qemu-char.c
663
664 CPU
665 M: Andreas Färber <[email protected]>
666 S: Supported
667 F: qom/cpu.c
668 F: include/qom/cpu.h
669 F: target-i386/cpu.c
670
671 ICC Bus
672 M: Igor Mammedov <[email protected]>
673 S: Supported
674 F: include/hw/cpu/icc_bus.h
675 F: hw/cpu/icc_bus.c
676
677 Device Tree
678 M: Peter Crosthwaite <[email protected]>
679 M: Alexander Graf <[email protected]>
680 S: Maintained
681 F: device_tree.[ch]
682
683 GDB stub
684 M: [email protected]
685 S: Odd Fixes
686 F: gdbstub*
687 F: gdb-xml/
688
689 SPICE
690 M: Gerd Hoffmann <[email protected]>
691 S: Supported
692 F: include/ui/qemu-spice.h
693 F: ui/spice-*.c
694 F: audio/spiceaudio.c
695 F: hw/display/qxl*
696
697 Graphics
698 M: Anthony Liguori <[email protected]>
699 S: Maintained
700 F: ui/
701
702 Cocoa graphics
703 M: Andreas Färber <[email protected]>
704 S: Odd Fixes
705 F: ui/cocoa.m
706
707 Main loop
708 M: Anthony Liguori <[email protected]>
709 S: Supported
710 F: vl.c
711
712 Human Monitor (HMP)
713 M: Luiz Capitulino <[email protected]>
714 S: Supported
715 F: monitor.c
716 F: hmp.c
717 F: hmp-commands.hx
718 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
719
720 Network device layer
721 M: Anthony Liguori <[email protected]>
722 M: Stefan Hajnoczi <[email protected]>
723 S: Maintained
724 F: net/
725 T: git git://github.com/stefanha/qemu.git net
726
727 Network Block Device (NBD)
728 M: Paolo Bonzini <[email protected]>
729 S: Odd Fixes
730 F: block/nbd.c
731 F: nbd.*
732 F: qemu-nbd.c
733 T: git git://github.com/bonzini/qemu.git nbd-next
734
735 QAPI
736 M: Luiz Capitulino <[email protected]>
737 M: Michael Roth <[email protected]>
738 S: Supported
739 F: qapi/
740 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
741
742 QAPI Schema
743 M: Eric Blake <[email protected]>
744 M: Luiz Capitulino <[email protected]>
745 M: Markus Armbruster <[email protected]>
746 S: Supported
747 F: qapi-schema.json
748 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
749
750 QMP
751 M: Luiz Capitulino <[email protected]>
752 S: Supported
753 F: qmp.c
754 F: monitor.c
755 F: qmp-commands.hx
756 F: QMP/
757 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
758
759 SLIRP
760 M: Jan Kiszka <[email protected]>
761 S: Maintained
762 F: slirp/
763 T: git git://git.kiszka.org/qemu.git queues/slirp
764
765 Tracing
766 M: Stefan Hajnoczi <[email protected]>
767 S: Maintained
768 F: trace/
769 F: scripts/tracetool.py
770 F: scripts/tracetool/
771 F: docs/tracing.txt
772 T: git git://github.com/stefanha/qemu.git tracing
773
774 Checkpatch
775 M: Blue Swirl <[email protected]>
776 S: Odd Fixes
777 F: scripts/checkpatch.pl
778
779 Seccomp
780 M: Eduardo Otubo <[email protected]>
781 S: Supported
782 F: qemu-seccomp.c
783 F: include/sysemu/seccomp.h
784
785 Usermode Emulation
786 ------------------
787 BSD user
788 M: Blue Swirl <[email protected]>
789 S: Maintained
790 F: bsd-user/
791
792 Linux user
793 M: Riku Voipio <[email protected]>
794 S: Maintained
795 F: linux-user/
796
797 Tiny Code Generator (TCG)
798 -------------------------
799 Common code
800 M: [email protected]
801 M: Richard Henderson <[email protected]>
802 S: Maintained
803 F: tcg/
804
805 AArch64 target
806 M: Claudio Fontana <[email protected]>
807 M: Claudio Fontana <[email protected]>
808 S: Maintained
809 F: tcg/aarch64/
810
811 ARM target
812 M: Andrzej Zaborowski <[email protected]>
813 S: Maintained
814 F: tcg/arm/
815
816 i386 target
817 M: [email protected]
818 S: Maintained
819 F: tcg/i386/
820
821 IA64 target
822 M: Aurelien Jarno <[email protected]>
823 S: Maintained
824 F: tcg/ia64/
825
826 MIPS target
827 M: Aurelien Jarno <[email protected]>
828 S: Maintained
829 F: tcg/mips/
830
831 PPC
832 M: Vassili Karpov (malc) <[email protected]>
833 S: Maintained
834 F: tcg/ppc/
835
836 PPC64 target
837 M: Vassili Karpov (malc) <[email protected]>
838 S: Maintained
839 F: tcg/ppc64/
840
841 S390 target
842 M: Alexander Graf <[email protected]>
843 M: Richard Henderson <[email protected]>
844 S: Maintained
845 F: tcg/s390/
846
847 SPARC target
848 M: Blue Swirl <[email protected]>
849 S: Maintained
850 F: tcg/sparc/
851
852 TCI target
853 M: Stefan Weil <[email protected]>
854 S: Maintained
855 F: tcg/tci/
856 F: tci.c
857
858 Stable branches
859 ---------------
860 Stable 1.0
861 L: [email protected]
862 T: git git://git.qemu-project.org/qemu-stable-1.0.git
863 S: Orphan
864
865 Stable 0.15
866 L: [email protected]
867 M: Andreas Färber <[email protected]>
868 T: git git://git.qemu-project.org/qemu-stable-0.15.git
869 S: Supported
870
871 Stable 0.14
872 L: [email protected]
873 T: git git://git.qemu-project.org/qemu-stable-0.14.git
874 S: Orphan
875
876 Stable 0.10
877 L: [email protected]
878 T: git git://git.qemu-project.org/qemu-stable-0.10.git
879 S: Orphan
880
881 Block drivers
882 -------------
883 VMDK
884 M: Fam Zheng <[email protected]>
885 S: Supported
886 F: block/vmdk.c
887
888 RBD
889 M: Josh Durgin <[email protected]>
890 S: Supported
891 F: block/rbd.c
892
893 Sheepdog
894 M: MORITA Kazutaka <[email protected]>
895 M: Liu Yuan <[email protected]>
896 L: [email protected]
897 S: Supported
898 F: block/sheepdog.c
899
900 VHDX
901 M: Jeff Cody <[email protected]>
902 S: Supported
903 F: block/vhdx*
904
905 VDI
906 M: Stefan Weil <[email protected]>
907 S: Maintained
908 F: block/vdi.c
909
910 iSCSI
911 M: Ronnie Sahlberg <[email protected]>
912 M: Paolo Bonzini <[email protected]>
913 M: Peter Lieven <[email protected]>
914 S: Supported
915 F: block/iscsi.c
916
917 SSH
918 M: Richard W.M. Jones <[email protected]>
919 S: Supported
920 F: block/ssh.c
This page took 0.073461 seconds and 4 git commands to generate.