]> Git Repo - qemu.git/blob - MAINTAINERS
Merge remote branch 'luiz/queue/qmp' into qmpq
[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 M: Peter Maydell <[email protected]>
718 S: Odd Fixes
719 F: ui/cocoa.m
720
721 Main loop
722 M: Anthony Liguori <[email protected]>
723 S: Supported
724 F: vl.c
725
726 Human Monitor (HMP)
727 M: Luiz Capitulino <[email protected]>
728 S: Supported
729 F: monitor.c
730 F: hmp.c
731 F: hmp-commands.hx
732 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
733
734 Network device layer
735 M: Anthony Liguori <[email protected]>
736 M: Stefan Hajnoczi <[email protected]>
737 S: Maintained
738 F: net/
739 T: git git://github.com/stefanha/qemu.git net
740
741 Netmap network backend
742 M: Luigi Rizzo <[email protected]>
743 M: Giuseppe Lettieri <[email protected]>
744 M: Vincenzo Maffione <[email protected]>
745 W: http://info.iet.unipi.it/~luigi/netmap/
746 S: Maintained
747 F: net/netmap.c
748
749 Network Block Device (NBD)
750 M: Paolo Bonzini <[email protected]>
751 S: Odd Fixes
752 F: block/nbd.c
753 F: nbd.*
754 F: qemu-nbd.c
755 T: git git://github.com/bonzini/qemu.git nbd-next
756
757 QAPI
758 M: Luiz Capitulino <[email protected]>
759 M: Michael Roth <[email protected]>
760 S: Supported
761 F: qapi/
762 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
763
764 QAPI Schema
765 M: Eric Blake <[email protected]>
766 M: Luiz Capitulino <[email protected]>
767 M: Markus Armbruster <[email protected]>
768 S: Supported
769 F: qapi-schema.json
770 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
771
772 QMP
773 M: Luiz Capitulino <[email protected]>
774 S: Supported
775 F: qmp.c
776 F: monitor.c
777 F: qmp-commands.hx
778 F: QMP/
779 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
780
781 SLIRP
782 M: Jan Kiszka <[email protected]>
783 S: Maintained
784 F: slirp/
785 T: git git://git.kiszka.org/qemu.git queues/slirp
786
787 Tracing
788 M: Stefan Hajnoczi <[email protected]>
789 S: Maintained
790 F: trace/
791 F: scripts/tracetool.py
792 F: scripts/tracetool/
793 F: docs/tracing.txt
794 T: git git://github.com/stefanha/qemu.git tracing
795
796 Checkpatch
797 M: Blue Swirl <[email protected]>
798 S: Odd Fixes
799 F: scripts/checkpatch.pl
800
801 Seccomp
802 M: Eduardo Otubo <[email protected]>
803 S: Supported
804 F: qemu-seccomp.c
805 F: include/sysemu/seccomp.h
806
807 Usermode Emulation
808 ------------------
809 BSD user
810 M: Blue Swirl <[email protected]>
811 S: Maintained
812 F: bsd-user/
813
814 Linux user
815 M: Riku Voipio <[email protected]>
816 S: Maintained
817 F: linux-user/
818
819 Tiny Code Generator (TCG)
820 -------------------------
821 Common code
822 M: [email protected]
823 M: Richard Henderson <[email protected]>
824 S: Maintained
825 F: tcg/
826
827 AArch64 target
828 M: Claudio Fontana <[email protected]>
829 M: Claudio Fontana <[email protected]>
830 S: Maintained
831 F: tcg/aarch64/
832
833 ARM target
834 M: Andrzej Zaborowski <[email protected]>
835 S: Maintained
836 F: tcg/arm/
837
838 i386 target
839 M: [email protected]
840 S: Maintained
841 F: tcg/i386/
842
843 IA64 target
844 M: Aurelien Jarno <[email protected]>
845 S: Maintained
846 F: tcg/ia64/
847
848 MIPS target
849 M: Aurelien Jarno <[email protected]>
850 S: Maintained
851 F: tcg/mips/
852
853 PPC
854 M: Vassili Karpov (malc) <[email protected]>
855 S: Maintained
856 F: tcg/ppc/
857
858 PPC64 target
859 M: Vassili Karpov (malc) <[email protected]>
860 S: Maintained
861 F: tcg/ppc64/
862
863 S390 target
864 M: Alexander Graf <[email protected]>
865 M: Richard Henderson <[email protected]>
866 S: Maintained
867 F: tcg/s390/
868
869 SPARC target
870 M: Blue Swirl <[email protected]>
871 S: Maintained
872 F: tcg/sparc/
873
874 TCI target
875 M: Stefan Weil <[email protected]>
876 S: Maintained
877 F: tcg/tci/
878 F: tci.c
879
880 Stable branches
881 ---------------
882 Stable 1.0
883 L: [email protected]
884 T: git git://git.qemu-project.org/qemu-stable-1.0.git
885 S: Orphan
886
887 Stable 0.15
888 L: [email protected]
889 M: Andreas Färber <[email protected]>
890 T: git git://git.qemu-project.org/qemu-stable-0.15.git
891 S: Supported
892
893 Stable 0.14
894 L: [email protected]
895 T: git git://git.qemu-project.org/qemu-stable-0.14.git
896 S: Orphan
897
898 Stable 0.10
899 L: [email protected]
900 T: git git://git.qemu-project.org/qemu-stable-0.10.git
901 S: Orphan
902
903 Block drivers
904 -------------
905 VMDK
906 M: Fam Zheng <[email protected]>
907 S: Supported
908 F: block/vmdk.c
909
910 RBD
911 M: Josh Durgin <[email protected]>
912 S: Supported
913 F: block/rbd.c
914
915 Sheepdog
916 M: MORITA Kazutaka <[email protected]>
917 M: Liu Yuan <[email protected]>
918 L: [email protected]
919 S: Supported
920 F: block/sheepdog.c
921
922 VHDX
923 M: Jeff Cody <[email protected]>
924 S: Supported
925 F: block/vhdx*
926
927 VDI
928 M: Stefan Weil <[email protected]>
929 S: Maintained
930 F: block/vdi.c
931
932 iSCSI
933 M: Ronnie Sahlberg <[email protected]>
934 M: Paolo Bonzini <[email protected]>
935 M: Peter Lieven <[email protected]>
936 S: Supported
937 F: block/iscsi.c
938
939 SSH
940 M: Richard W.M. Jones <[email protected]>
941 S: Supported
942 F: block/ssh.c
This page took 0.076387 seconds and 4 git commands to generate.