xref: /openbmc/qemu/MAINTAINERS (revision 88c1ee73)
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>
613M: Michael S. Tsirkin <mst@redhat.com>
614S: Supported
615F: hw/*/virtio*
616
617virtio-9p
618M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
619S: Supported
620F: hw/9pfs/
621F: fsdev/
622T: git git://github.com/kvaneesh/QEMU.git
623
624virtio-blk
625M: Kevin Wolf <kwolf@redhat.com>
626M: Stefan Hajnoczi <stefanha@redhat.com>
627S: Supported
628F: hw/block/virtio-blk.c
629
630virtio-ccw
631M: Cornelia Huck <cornelia.huck@de.ibm.com>
632S: Supported
633F: hw/s390x/virtio-ccw.[hc]
634T: git git://github.com/cohuck/qemu virtio-ccw-upstr
635
636virtio-serial
637M: Amit Shah <amit.shah@redhat.com>
638S: Supported
639F: hw/char/virtio-serial-bus.c
640F: hw/char/virtio-console.c
641
642nvme
643M: Keith Busch <keith.busch@intel.com>
644S: Supported
645F: hw/block/nvme*
646
647Xilinx EDK
648M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
649M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
650S: Maintained
651F: hw/*/xilinx_*
652F: include/hw/xilinx.h
653
654Subsystems
655----------
656Audio
657M: Vassili Karpov (malc) <av1474@comtv.ru>
658M: Gerd Hoffmann <kraxel@redhat.com>
659S: Maintained
660F: audio/
661F: hw/audio/
662
663Block
664M: Kevin Wolf <kwolf@redhat.com>
665M: Stefan Hajnoczi <stefanha@redhat.com>
666S: Supported
667F: block*
668F: block/
669F: hw/block/
670T: git git://repo.or.cz/qemu/kevin.git block
671T: git git://github.com/stefanha/qemu.git block
672
673Character Devices
674M: Anthony Liguori <aliguori@amazon.com>
675S: Maintained
676F: qemu-char.c
677
678CPU
679M: Andreas Färber <afaerber@suse.de>
680S: Supported
681F: qom/cpu.c
682F: include/qom/cpu.h
683F: target-i386/cpu.c
684
685ICC Bus
686M: Igor Mammedov <imammedo@redhat.com>
687S: Supported
688F: include/hw/cpu/icc_bus.h
689F: hw/cpu/icc_bus.c
690
691Device Tree
692M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
693M: Alexander Graf <agraf@suse.de>
694S: Maintained
695F: device_tree.[ch]
696
697GDB stub
698M: qemu-devel@nongnu.org
699S: Odd Fixes
700F: gdbstub*
701F: gdb-xml/
702
703SPICE
704M: Gerd Hoffmann <kraxel@redhat.com>
705S: Supported
706F: include/ui/qemu-spice.h
707F: ui/spice-*.c
708F: audio/spiceaudio.c
709F: hw/display/qxl*
710
711Graphics
712M: Anthony Liguori <aliguori@amazon.com>
713S: Maintained
714F: ui/
715
716Cocoa graphics
717M: Andreas Färber <andreas.faerber@web.de>
718M: Peter Maydell <peter.maydell@linaro.org>
719S: Odd Fixes
720F: ui/cocoa.m
721
722Main loop
723M: Anthony Liguori <aliguori@amazon.com>
724S: Supported
725F: vl.c
726
727Human Monitor (HMP)
728M: Luiz Capitulino <lcapitulino@redhat.com>
729S: Supported
730F: monitor.c
731F: hmp.c
732F: hmp-commands.hx
733T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
734
735Network device layer
736M: Anthony Liguori <aliguori@amazon.com>
737M: Stefan Hajnoczi <stefanha@redhat.com>
738S: Maintained
739F: net/
740T: git git://github.com/stefanha/qemu.git net
741
742Netmap network backend
743M: Luigi Rizzo <rizzo@iet.unipi.it>
744M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
745M: Vincenzo Maffione <v.maffione@gmail.com>
746W: http://info.iet.unipi.it/~luigi/netmap/
747S: Maintained
748F: net/netmap.c
749
750Network Block Device (NBD)
751M: Paolo Bonzini <pbonzini@redhat.com>
752S: Odd Fixes
753F: block/nbd.c
754F: nbd.*
755F: qemu-nbd.c
756T: git git://github.com/bonzini/qemu.git nbd-next
757
758QAPI
759M: Luiz Capitulino <lcapitulino@redhat.com>
760M: Michael Roth <mdroth@linux.vnet.ibm.com>
761S: Supported
762F: qapi/
763T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
764
765QAPI Schema
766M: Eric Blake <eblake@redhat.com>
767M: Luiz Capitulino <lcapitulino@redhat.com>
768M: Markus Armbruster <armbru@redhat.com>
769S: Supported
770F: qapi-schema.json
771T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
772
773QMP
774M: Luiz Capitulino <lcapitulino@redhat.com>
775S: Supported
776F: qmp.c
777F: monitor.c
778F: qmp-commands.hx
779F: QMP/
780T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
781
782SLIRP
783M: Jan Kiszka <jan.kiszka@siemens.com>
784S: Maintained
785F: slirp/
786T: git git://git.kiszka.org/qemu.git queues/slirp
787
788Tracing
789M: Stefan Hajnoczi <stefanha@redhat.com>
790S: Maintained
791F: trace/
792F: scripts/tracetool.py
793F: scripts/tracetool/
794F: docs/tracing.txt
795T: git git://github.com/stefanha/qemu.git tracing
796
797Checkpatch
798M: Blue Swirl <blauwirbel@gmail.com>
799S: Odd Fixes
800F: scripts/checkpatch.pl
801
802Seccomp
803M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
804S: Supported
805F: qemu-seccomp.c
806F: include/sysemu/seccomp.h
807
808Usermode Emulation
809------------------
810BSD user
811M: Blue Swirl <blauwirbel@gmail.com>
812S: Maintained
813F: bsd-user/
814
815Linux user
816M: Riku Voipio <riku.voipio@iki.fi>
817S: Maintained
818F: linux-user/
819
820Tiny Code Generator (TCG)
821-------------------------
822Common code
823M: qemu-devel@nongnu.org
824M: Richard Henderson <rth@twiddle.net>
825S: Maintained
826F: tcg/
827
828AArch64 target
829M: Claudio Fontana <claudio.fontana@huawei.com>
830M: Claudio Fontana <claudio.fontana@gmail.com>
831S: Maintained
832F: tcg/aarch64/
833
834ARM target
835M: Andrzej Zaborowski <balrogg@gmail.com>
836S: Maintained
837F: tcg/arm/
838
839i386 target
840M: qemu-devel@nongnu.org
841S: Maintained
842F: tcg/i386/
843
844IA64 target
845M: Aurelien Jarno <aurelien@aurel32.net>
846S: Maintained
847F: tcg/ia64/
848
849MIPS target
850M: Aurelien Jarno <aurelien@aurel32.net>
851S: Maintained
852F: tcg/mips/
853
854PPC
855M: Vassili Karpov (malc) <av1474@comtv.ru>
856S: Maintained
857F: tcg/ppc/
858
859PPC64 target
860M: Vassili Karpov (malc) <av1474@comtv.ru>
861S: Maintained
862F: tcg/ppc64/
863
864S390 target
865M: Alexander Graf <agraf@suse.de>
866M: Richard Henderson <rth@twiddle.net>
867S: Maintained
868F: tcg/s390/
869
870SPARC target
871M: Blue Swirl <blauwirbel@gmail.com>
872S: Maintained
873F: tcg/sparc/
874
875TCI target
876M: Stefan Weil <sw@weilnetz.de>
877S: Maintained
878F: tcg/tci/
879F: tci.c
880
881Stable branches
882---------------
883Stable 1.0
884L: qemu-stable@nongnu.org
885T: git git://git.qemu-project.org/qemu-stable-1.0.git
886S: Orphan
887
888Stable 0.15
889L: qemu-stable@nongnu.org
890M: Andreas Färber <afaerber@suse.de>
891T: git git://git.qemu-project.org/qemu-stable-0.15.git
892S: Supported
893
894Stable 0.14
895L: qemu-stable@nongnu.org
896T: git git://git.qemu-project.org/qemu-stable-0.14.git
897S: Orphan
898
899Stable 0.10
900L: qemu-stable@nongnu.org
901T: git git://git.qemu-project.org/qemu-stable-0.10.git
902S: Orphan
903
904Block drivers
905-------------
906VMDK
907M: Fam Zheng <famz@redhat.com>
908S: Supported
909F: block/vmdk.c
910
911RBD
912M: Josh Durgin <josh.durgin@inktank.com>
913S: Supported
914F: block/rbd.c
915
916Sheepdog
917M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
918M: Liu Yuan <namei.unix@gmail.com>
919L: sheepdog@lists.wpkg.org
920S: Supported
921F: block/sheepdog.c
922
923VHDX
924M: Jeff Cody <jcody@redhat.com>
925S: Supported
926F: block/vhdx*
927
928VDI
929M: Stefan Weil <sw@weilnetz.de>
930S: Maintained
931F: block/vdi.c
932
933iSCSI
934M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
935M: Paolo Bonzini <pbonzini@redhat.com>
936M: Peter Lieven <pl@kamp.de>
937S: Supported
938F: block/iscsi.c
939
940NFS
941M: Peter Lieven <pl@kamp.de>
942S: Maintained
943F: block/nfs.c
944
945SSH
946M: Richard W.M. Jones <rjones@redhat.com>
947S: Supported
948F: block/ssh.c
949