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