xref: /openbmc/qemu/MAINTAINERS (revision 263cf4367fd86dc0e15beebe65919cd50501844d)
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: Paolo Bonzini <pbonzini@redhat.com>
162L: kvm@vger.kernel.org
163S: Supported
164F: kvm-*
165F: */kvm.*
166
167ARM
168M: Peter Maydell <peter.maydell@linaro.org>
169S: Maintained
170F: target-arm/kvm.c
171
172PPC
173M: Alexander Graf <agraf@suse.de>
174S: Maintained
175F: target-ppc/kvm.c
176
177S390
178M: Alexander Graf <agraf@suse.de>
179S: Maintained
180F: target-s390x/kvm.c
181
182X86
183M: Marcelo Tosatti <mtosatti@redhat.com>
184L: kvm@vger.kernel.org
185S: Supported
186F: target-i386/kvm.c
187
188Guest CPU Cores (Xen):
189----------------------
190
191X86
192M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
193L: xen-devel@lists.xensource.com
194S: Supported
195F: xen-*
196F: */xen*
197
198Hosts:
199------
200
201LINUX
202L: qemu-devel@nongnu.org
203S: Maintained
204F: linux-*
205F: linux-headers/
206
207POSIX
208L: qemu-devel@nongnu.org
209S: Maintained
210F: *posix*
211
212W32, W64
213L: qemu-devel@nongnu.org
214M: Stefan Weil <sw@weilnetz.de>
215S: Maintained
216F: *win32*
217
218ARM Machines
219------------
220Allwinner-a10
221M: Li Guang <lig.fnst@cn.fujitsu.com>
222S: Maintained
223F: hw/*/allwinner-a10*
224F: include/hw/*/allwinner-a10*
225F: hw/arm/cubieboard.c
226
227Exynos
228M: Evgeny Voevodin <e.voevodin@samsung.com>
229M: Maksim Kozlov <m.kozlov@samsung.com>
230M: Igor Mitsyanko <i.mitsyanko@gmail.com>
231M: Dmitry Solodkiy <d.solodkiy@samsung.com>
232S: Maintained
233F: hw/*/exynos*
234
235Calxeda Highbank
236M: Mark Langsdorf <mark.langsdorf@calxeda.com>
237S: Supported
238F: hw/arm/highbank.c
239F: hw/net/xgmac.c
240
241Canon DIGIC
242M: Antony Pavlov <antonynpavlov@gmail.com>
243S: Maintained
244F: include/hw/arm/digic.h
245F: hw/*/digic*
246
247Gumstix
248M: qemu-devel@nongnu.org
249S: Orphan
250F: hw/arm/gumstix.c
251
252i.MX31
253M: Peter Chubb <peter.chubb@nicta.com.au>
254S: Odd fixes
255F: hw/*/imx*
256F: hw/arm/kzm.c
257
258Integrator CP
259M: Peter Maydell <peter.maydell@linaro.org>
260S: Maintained
261F: hw/arm/integratorcp.c
262
263Mainstone
264M: qemu-devel@nongnu.org
265S: Orphan
266F: hw/arm/mainstone.c
267
268Musicpal
269M: Jan Kiszka <jan.kiszka@web.de>
270S: Maintained
271F: hw/arm/musicpal.c
272
273nSeries
274M: Andrzej Zaborowski <balrogg@gmail.com>
275S: Maintained
276F: hw/arm/nseries.c
277
278Palm
279M: Andrzej Zaborowski <balrogg@gmail.com>
280S: Maintained
281F: hw/arm/palm.c
282
283Real View
284M: Peter Maydell <peter.maydell@linaro.org>
285S: Maintained
286F: hw/arm/realview*
287
288Spitz
289M: Andrzej Zaborowski <balrogg@gmail.com>
290S: Maintained
291F: hw/arm/spitz.c
292
293Stellaris
294M: Peter Maydell <peter.maydell@linaro.org>
295S: Maintained
296F: hw/*/stellaris*
297
298Versatile PB
299M: Peter Maydell <peter.maydell@linaro.org>
300S: Maintained
301F: hw/*/versatile*
302
303Xilinx Zynq
304M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
305S: Maintained
306F: hw/arm/xilinx_zynq.c
307F: hw/misc/zynq_slcr.c
308F: hw/*/cadence_*
309F: hw/ssi/xilinx_spips.c
310
311CRIS Machines
312-------------
313Axis Dev88
314M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
315S: Maintained
316F: hw/cris/axis_dev88.c
317F: hw/*/etraxfs_*.c
318
319LM32 Machines
320-------------
321EVR32 and uclinux BSP
322M: Michael Walle <michael@walle.cc>
323S: Maintained
324F: hw/lm32/lm32_boards.c
325
326milkymist
327M: Michael Walle <michael@walle.cc>
328S: Maintained
329F: hw/lm32/milkymist.c
330
331M68K Machines
332-------------
333an5206
334S: Orphan
335F: hw/m68k/an5206.c
336
337dummy_m68k
338S: Orphan
339F: hw/m68k/dummy_m68k.c
340
341mcf5208
342S: Orphan
343F: hw/m68k/mcf5208.c
344
345MicroBlaze Machines
346-------------------
347petalogix_s3adsp1800
348M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
349S: Maintained
350F: hw/microblaze/petalogix_s3adsp1800_mmu.c
351
352petalogix_ml605
353M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
354S: Maintained
355F: hw/microblaze/petalogix_ml605_mmu.c
356
357MIPS Machines
358-------------
359Jazz
360M: Hervé Poussineau <hpoussin@reactos.org>
361S: Maintained
362F: hw/mips/mips_jazz.c
363
364Malta
365M: Aurelien Jarno <aurelien@aurel32.net>
366S: Maintained
367F: hw/mips/mips_malta.c
368
369Mipssim
370M: qemu-devel@nongnu.org
371S: Orphan
372F: hw/mips/mips_mipssim.c
373
374R4000
375M: Aurelien Jarno <aurelien@aurel32.net>
376S: Maintained
377F: hw/mips/mips_r4k.c
378
379OpenRISC Machines
380-----------------
381or1k-sim
382M: Jia Liu <proljc@gmail.com>
383S: Maintained
384F: hw/openrisc/openrisc_sim.c
385
386PowerPC Machines
387----------------
388405
389M: Alexander Graf <agraf@suse.de>
390L: qemu-ppc@nongnu.org
391S: Odd Fixes
392F: hw/ppc/ppc405_boards.c
393
394Bamboo
395M: Alexander Graf <agraf@suse.de>
396L: qemu-ppc@nongnu.org
397S: Odd Fixes
398F: hw/ppc/ppc440_bamboo.c
399
400e500
401M: Alexander Graf <agraf@suse.de>
402M: Scott Wood <scottwood@freescale.com>
403L: qemu-ppc@nongnu.org
404S: Supported
405F: hw/ppc/e500.[hc]
406F: hw/ppc/e500plat.c
407
408mpc8544ds
409M: Alexander Graf <agraf@suse.de>
410M: Scott Wood <scottwood@freescale.com>
411L: qemu-ppc@nongnu.org
412S: Supported
413F: hw/ppc/mpc8544ds.c
414F: hw/ppc/mpc8544_guts.c
415
416New World
417M: Alexander Graf <agraf@suse.de>
418L: qemu-ppc@nongnu.org
419S: Maintained
420F: hw/ppc/mac_newworld.c
421F: hw/pci-host/uninorth.c
422F: hw/pci-bridge/dec.[hc]
423F: hw/misc/macio/
424
425Old World
426M: Alexander Graf <agraf@suse.de>
427L: qemu-ppc@nongnu.org
428S: Maintained
429F: hw/ppc/mac_oldworld.c
430F: hw/pci-host/grackle.c
431F: hw/misc/macio/
432
433PReP
434M: Andreas Färber <andreas.faerber@web.de>
435L: qemu-ppc@nongnu.org
436S: Odd Fixes
437F: hw/ppc/prep.c
438F: hw/pci-host/prep.[hc]
439F: hw/isa/pc87312.[hc]
440
441sPAPR
442M: Alexander Graf <agraf@suse.de>
443L: qemu-ppc@nongnu.org
444S: Supported
445F: hw/*/spapr*
446F: include/hw/*/spapr*
447F: hw/*/xics*
448F: include/hw/*/xics*
449F: pc-bios/spapr-rtas/*
450
451virtex_ml507
452M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
453L: qemu-ppc@nongnu.org
454S: Odd Fixes
455F: hw/ppc/virtex_ml507.c
456
457SH4 Machines
458------------
459R2D
460M: Magnus Damm <magnus.damm@gmail.com>
461S: Maintained
462F: hw/sh4/r2d.c
463
464Shix
465M: Magnus Damm <magnus.damm@gmail.com>
466S: Orphan
467F: hw/sh4/shix.c
468
469SPARC Machines
470--------------
471Sun4m
472M: Blue Swirl <blauwirbel@gmail.com>
473S: Maintained
474F: hw/sparc/sun4m.c
475
476Sun4u
477M: Blue Swirl <blauwirbel@gmail.com>
478S: Maintained
479F: hw/sparc64/sun4u.c
480
481Leon3
482M: Fabien Chouteau <chouteau@adacore.com>
483S: Maintained
484F: hw/sparc/leon3.c
485F: hw/*/grlib*
486
487S390 Machines
488-------------
489S390 Virtio
490M: Alexander Graf <agraf@suse.de>
491S: Maintained
492F: hw/s390x/s390-*.c
493
494S390 Virtio-ccw
495M: Cornelia Huck <cornelia.huck@de.ibm.com>
496M: Alexander Graf <agraf@suse.de>
497S: Supported
498F: hw/s390x/s390-virtio-ccw.c
499F: hw/s390x/css.[hc]
500T: git git://github.com/cohuck/qemu virtio-ccw-upstr
501
502UniCore32 Machines
503-------------
504PKUnity-3 SoC initramfs-with-busybox
505M: Guan Xuetao <gxt@mprc.pku.edu.cn>
506S: Maintained
507F: hw/*/puv3*
508F: hw/unicore32/
509
510X86 Machines
511------------
512PC
513M: Anthony Liguori <aliguori@amazon.com>
514M: Michael S. Tsirkin <mst@redhat.com>
515S: Supported
516F: include/hw/i386/
517F: hw/i386/
518F: hw/pci-host/piix.c
519F: hw/pci-host/q35.c
520F: hw/pci-host/pam.c
521F: include/hw/pci-host/q35.h
522F: include/hw/pci-host/pam.h
523F: hw/isa/piix4.c
524F: hw/isa/lpc_ich9.c
525F: hw/i2c/smbus_ich9.c
526F: hw/acpi/piix4.c
527F: hw/acpi/ich9.c
528F: include/hw/acpi/ich9.h
529F: include/hw/acpi/piix.h
530
531
532Xtensa Machines
533---------------
534sim
535M: Max Filippov <jcmvbkbc@gmail.com>
536S: Maintained
537F: hw/xtensa/xtensa_sim.c
538
539Avnet LX60
540M: Max Filippov <jcmvbkbc@gmail.com>
541S: Maintained
542F: hw/xtensa/xtensa_lx60.c
543
544Devices
545-------
546IDE
547M: Kevin Wolf <kwolf@redhat.com>
548S: Odd Fixes
549F: include/hw/ide.h
550F: hw/ide/
551
552OMAP
553M: Peter Maydell <peter.maydell@linaro.org>
554S: Maintained
555F: hw/*/omap*
556
557PCI
558M: Michael S. Tsirkin <mst@redhat.com>
559S: Supported
560F: include/hw/pci/*
561F: hw/pci/*
562F: hw/acpi/*
563
564ppc4xx
565M: Alexander Graf <agraf@suse.de>
566L: qemu-ppc@nongnu.org
567S: Odd Fixes
568F: hw/ppc/ppc4*.c
569
570ppce500
571M: Alexander Graf <agraf@suse.de>
572M: Scott Wood <scottwood@freescale.com>
573L: qemu-ppc@nongnu.org
574S: Supported
575F: hw/ppc/e500*
576
577SCSI
578M: Paolo Bonzini <pbonzini@redhat.com>
579S: Supported
580F: include/hw/scsi*
581F: hw/scsi/*
582T: git git://github.com/bonzini/qemu.git scsi-next
583
584LSI53C895A
585S: Orphan
586F: hw/scsi/lsi53c895a.c
587
588SSI
589M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
590S: Maintained
591F: hw/ssi/*
592F: hw/block/m25p80.c
593
594USB
595M: Gerd Hoffmann <kraxel@redhat.com>
596S: Maintained
597F: hw/usb/*
598
599VFIO
600M: Alex Williamson <alex.williamson@redhat.com>
601S: Supported
602F: hw/misc/vfio.c
603
604vhost
605M: Michael S. Tsirkin <mst@redhat.com>
606S: Supported
607F: hw/*/*vhost*
608
609virtio
610M: Anthony Liguori <aliguori@amazon.com>
611M: Michael S. Tsirkin <mst@redhat.com>
612S: Supported
613F: hw/*/virtio*
614
615virtio-9p
616M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
617S: Supported
618F: hw/9pfs/
619F: fsdev/
620T: git git://github.com/kvaneesh/QEMU.git
621
622virtio-blk
623M: Kevin Wolf <kwolf@redhat.com>
624M: Stefan Hajnoczi <stefanha@redhat.com>
625S: Supported
626F: hw/block/virtio-blk.c
627
628virtio-ccw
629M: Cornelia Huck <cornelia.huck@de.ibm.com>
630S: Supported
631F: hw/s390x/virtio-ccw.[hc]
632T: git git://github.com/cohuck/qemu virtio-ccw-upstr
633
634virtio-serial
635M: Amit Shah <amit.shah@redhat.com>
636S: Supported
637F: hw/char/virtio-serial-bus.c
638F: hw/char/virtio-console.c
639
640nvme
641M: Keith Busch <keith.busch@intel.com>
642S: Supported
643F: hw/block/nvme*
644
645Xilinx EDK
646M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
647M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
648S: Maintained
649F: hw/*/xilinx_*
650F: include/hw/xilinx.h
651
652Subsystems
653----------
654Audio
655M: Vassili Karpov (malc) <av1474@comtv.ru>
656M: Gerd Hoffmann <kraxel@redhat.com>
657S: Maintained
658F: audio/
659F: hw/audio/
660
661Block
662M: Kevin Wolf <kwolf@redhat.com>
663M: Stefan Hajnoczi <stefanha@redhat.com>
664S: Supported
665F: block*
666F: block/
667F: hw/block/
668T: git git://repo.or.cz/qemu/kevin.git block
669T: git git://github.com/stefanha/qemu.git block
670
671Character Devices
672M: Anthony Liguori <aliguori@amazon.com>
673S: Maintained
674F: qemu-char.c
675
676CPU
677M: Andreas Färber <afaerber@suse.de>
678S: Supported
679F: qom/cpu.c
680F: include/qom/cpu.h
681F: target-i386/cpu.c
682
683ICC Bus
684M: Igor Mammedov <imammedo@redhat.com>
685S: Supported
686F: include/hw/cpu/icc_bus.h
687F: hw/cpu/icc_bus.c
688
689Device Tree
690M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
691M: Alexander Graf <agraf@suse.de>
692S: Maintained
693F: device_tree.[ch]
694
695GDB stub
696M: qemu-devel@nongnu.org
697S: Odd Fixes
698F: gdbstub*
699F: gdb-xml/
700
701SPICE
702M: Gerd Hoffmann <kraxel@redhat.com>
703S: Supported
704F: include/ui/qemu-spice.h
705F: ui/spice-*.c
706F: audio/spiceaudio.c
707F: hw/display/qxl*
708
709Graphics
710M: Anthony Liguori <aliguori@amazon.com>
711S: Maintained
712F: ui/
713
714Cocoa graphics
715M: Andreas Färber <andreas.faerber@web.de>
716M: Peter Maydell <peter.maydell@linaro.org>
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: Maintained
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: Maintained
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: Maintained
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
938NFS
939M: Peter Lieven <pl@kamp.de>
940S: Maintained
941F: block/nfs.c
942
943SSH
944M: Richard W.M. Jones <rjones@redhat.com>
945S: Supported
946F: block/ssh.c
947