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