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