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