]> git.proxmox.com Git - qemu.git/blame_incremental - MAINTAINERS
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently
[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 <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------------
222Exynos
223M: Evgeny Voevodin <e.voevodin@samsung.com>
224M: Maksim Kozlov <m.kozlov@samsung.com>
225M: Igor Mitsyanko <i.mitsyanko@gmail.com>
226M: Dmitry Solodkiy <d.solodkiy@samsung.com>
227S: Maintained
228F: hw/*/exynos*
229
230Calxeda Highbank
231M: Mark Langsdorf <mark.langsdorf@calxeda.com>
232S: Supported
233F: hw/arm/highbank.c
234F: hw/net/xgmac.c
235
236Gumstix
237M: qemu-devel@nongnu.org
238S: Orphan
239F: hw/arm/gumstix.c
240
241i.MX31
242M: Peter Chubb <peter.chubb@nicta.com.au>
243S: Odd fixes
244F: hw/*/imx*
245F: hw/arm/kzm.c
246
247Integrator CP
248M: Peter Maydell <peter.maydell@linaro.org>
249S: Maintained
250F: hw/arm/integratorcp.c
251
252Mainstone
253M: qemu-devel@nongnu.org
254S: Orphan
255F: hw/arm/mainstone.c
256
257Musicpal
258M: Jan Kiszka <jan.kiszka@web.de>
259S: Maintained
260F: hw/arm/musicpal.c
261
262nSeries
263M: Andrzej Zaborowski <balrogg@gmail.com>
264S: Maintained
265F: hw/arm/nseries.c
266
267Palm
268M: Andrzej Zaborowski <balrogg@gmail.com>
269S: Maintained
270F: hw/arm/palm.c
271
272Real View
273M: Peter Maydell <peter.maydell@linaro.org>
274S: Maintained
275F: hw/arm/realview*
276
277Spitz
278M: Andrzej Zaborowski <balrogg@gmail.com>
279S: Maintained
280F: hw/arm/spitz.c
281
282Stellaris
283M: Peter Maydell <peter.maydell@linaro.org>
284S: Maintained
285F: hw/*/stellaris*
286
287Versatile PB
288M: Peter Maydell <peter.maydell@linaro.org>
289S: Maintained
290F: hw/*/versatile*
291
292Xilinx Zynq
293M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
294S: Maintained
295F: hw/arm/xilinx_zynq.c
296F: hw/misc/zynq_slcr.c
297F: hw/*/cadence_*
298F: hw/ssi/xilinx_spips.c
299
300CRIS Machines
301-------------
302Axis Dev88
303M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
304S: Maintained
305F: hw/cris/axis_dev88.c
306F: hw/*/etraxfs_*.c
307
308LM32 Machines
309-------------
310EVR32 and uclinux BSP
311M: Michael Walle <michael@walle.cc>
312S: Maintained
313F: hw/lm32/lm32_boards.c
314
315milkymist
316M: Michael Walle <michael@walle.cc>
317S: Maintained
318F: hw/lm32/milkymist.c
319
320M68K Machines
321-------------
322an5206
323S: Orphan
324F: hw/m68k/an5206.c
325
326dummy_m68k
327S: Orphan
328F: hw/m68k/dummy_m68k.c
329
330mcf5208
331S: Orphan
332F: hw/m68k/mcf5208.c
333
334MicroBlaze Machines
335-------------------
336petalogix_s3adsp1800
337M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
338S: Maintained
339F: hw/microblaze/petalogix_s3adsp1800_mmu.c
340
341petalogix_ml605
342M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
343S: Maintained
344F: hw/microblaze/petalogix_ml605_mmu.c
345
346MIPS Machines
347-------------
348Jazz
349M: Hervé Poussineau <hpoussin@reactos.org>
350S: Maintained
351F: hw/mips/mips_jazz.c
352
353Malta
354M: Aurelien Jarno <aurelien@aurel32.net>
355S: Maintained
356F: hw/mips/mips_malta.c
357
358Mipssim
359M: qemu-devel@nongnu.org
360S: Orphan
361F: hw/mips/mips_mipssim.c
362
363R4000
364M: Aurelien Jarno <aurelien@aurel32.net>
365S: Maintained
366F: hw/mips/mips_r4k.c
367
368OpenRISC Machines
369-----------------
370or1k-sim
371M: Jia Liu <proljc@gmail.com>
372S: Maintained
373F: hw/openrisc/openrisc_sim.c
374
375PowerPC Machines
376----------------
377405
378M: Alexander Graf <agraf@suse.de>
379L: qemu-ppc@nongnu.org
380S: Odd Fixes
381F: hw/ppc/ppc405_boards.c
382
383Bamboo
384M: Alexander Graf <agraf@suse.de>
385L: qemu-ppc@nongnu.org
386S: Odd Fixes
387F: hw/ppc/ppc440_bamboo.c
388
389e500
390M: Alexander Graf <agraf@suse.de>
391M: Scott Wood <scottwood@freescale.com>
392L: qemu-ppc@nongnu.org
393S: Supported
394F: hw/ppc/e500.[hc]
395F: hw/ppc/e500plat.c
396
397mpc8544ds
398M: Alexander Graf <agraf@suse.de>
399M: Scott Wood <scottwood@freescale.com>
400L: qemu-ppc@nongnu.org
401S: Supported
402F: hw/ppc/mpc8544ds.c
403F: hw/ppc/mpc8544_guts.c
404
405New World
406M: Alexander Graf <agraf@suse.de>
407L: qemu-ppc@nongnu.org
408S: Maintained
409F: hw/ppc/mac_newworld.c
410F: hw/pci-host/uninorth.c
411F: hw/pci-bridge/dec.[hc]
412F: hw/misc/macio/
413
414Old World
415M: Alexander Graf <agraf@suse.de>
416L: qemu-ppc@nongnu.org
417S: Maintained
418F: hw/ppc/mac_oldworld.c
419F: hw/pci-host/grackle.c
420F: hw/misc/macio/
421
422PReP
423M: Andreas Färber <andreas.faerber@web.de>
424L: qemu-ppc@nongnu.org
425S: Odd Fixes
426F: hw/ppc/prep.c
427F: hw/pci-host/prep.[hc]
428F: hw/isa/pc87312.[hc]
429
430sPAPR
431M: Alexander Graf <agraf@suse.de>
432L: qemu-ppc@nongnu.org
433S: Supported
434F: hw/*/spapr*
435F: include/hw/*/spapr*
436F: hw/*/xics*
437F: include/hw/*/xics*
438F: pc-bios/spapr-rtas/*
439
440virtex_ml507
441M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
442L: qemu-ppc@nongnu.org
443S: Odd Fixes
444F: hw/ppc/virtex_ml507.c
445
446SH4 Machines
447------------
448R2D
449M: Magnus Damm <magnus.damm@gmail.com>
450S: Maintained
451F: hw/sh4/r2d.c
452
453Shix
454M: Magnus Damm <magnus.damm@gmail.com>
455S: Orphan
456F: hw/sh4/shix.c
457
458SPARC Machines
459--------------
460Sun4m
461M: Blue Swirl <blauwirbel@gmail.com>
462S: Maintained
463F: hw/sparc/sun4m.c
464
465Sun4u
466M: Blue Swirl <blauwirbel@gmail.com>
467S: Maintained
468F: hw/sparc64/sun4u.c
469
470Leon3
471M: Fabien Chouteau <chouteau@adacore.com>
472S: Maintained
473F: hw/sparc/leon3.c
474F: hw/*/grlib*
475
476S390 Machines
477-------------
478S390 Virtio
479M: Alexander Graf <agraf@suse.de>
480S: Maintained
481F: hw/s390x/s390-*.c
482
483S390 Virtio-ccw
484M: Cornelia Huck <cornelia.huck@de.ibm.com>
485M: Alexander Graf <agraf@suse.de>
486S: Supported
487F: hw/s390x/s390-virtio-ccw.c
488F: hw/s390x/css.[hc]
489T: git git://github.com/cohuck/qemu virtio-ccw-upstr
490
491UniCore32 Machines
492-------------
493PKUnity-3 SoC initramfs-with-busybox
494M: Guan Xuetao <gxt@mprc.pku.edu.cn>
495S: Maintained
496F: hw/*/puv3*
497F: hw/unicore32/
498
499X86 Machines
500------------
501PC
502M: Anthony Liguori <aliguori@amazon.com>
503S: Supported
504F: hw/i386/pc.[ch]
505F: hw/i386/pc_piix.c
506
507Xtensa Machines
508---------------
509sim
510M: Max Filippov <jcmvbkbc@gmail.com>
511S: Maintained
512F: hw/xtensa/xtensa_sim.c
513
514Avnet LX60
515M: Max Filippov <jcmvbkbc@gmail.com>
516S: Maintained
517F: hw/xtensa/xtensa_lx60.c
518
519Devices
520-------
521IDE
522M: Kevin Wolf <kwolf@redhat.com>
523S: Odd Fixes
524F: include/hw/ide.h
525F: hw/ide/
526
527OMAP
528M: Peter Maydell <peter.maydell@linaro.org>
529S: Maintained
530F: hw/*/omap*
531
532PCI
533M: Michael S. Tsirkin <mst@redhat.com>
534S: Supported
535F: include/hw/pci/*
536F: hw/pci/*
537F: hw/acpi/*
538
539ppc4xx
540M: Alexander Graf <agraf@suse.de>
541L: qemu-ppc@nongnu.org
542S: Odd Fixes
543F: hw/ppc/ppc4*.c
544
545ppce500
546M: Alexander Graf <agraf@suse.de>
547M: Scott Wood <scottwood@freescale.com>
548L: qemu-ppc@nongnu.org
549S: Supported
550F: hw/ppc/e500*
551
552SCSI
553M: Paolo Bonzini <pbonzini@redhat.com>
554S: Supported
555F: include/hw/scsi*
556F: hw/scsi/*
557T: git git://github.com/bonzini/qemu.git scsi-next
558
559LSI53C895A
560S: Orphan
561F: hw/scsi/lsi53c895a.c
562
563SSI
564M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
565S: Maintained
566F: hw/ssi/*
567F: hw/block/m25p80.c
568
569USB
570M: Gerd Hoffmann <kraxel@redhat.com>
571S: Maintained
572F: hw/usb/*
573
574VFIO
575M: Alex Williamson <alex.williamson@redhat.com>
576S: Supported
577F: hw/misc/vfio.c
578
579vhost
580M: Michael S. Tsirkin <mst@redhat.com>
581S: Supported
582F: hw/*/*vhost*
583
584virtio
585M: Anthony Liguori <aliguori@amazon.com>
586S: Supported
587F: hw/*/virtio*
588
589virtio-9p
590M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
591S: Supported
592F: hw/9pfs/
593F: fsdev/
594T: git git://github.com/kvaneesh/QEMU.git
595
596virtio-blk
597M: Kevin Wolf <kwolf@redhat.com>
598M: Stefan Hajnoczi <stefanha@redhat.com>
599S: Supported
600F: hw/block/virtio-blk.c
601
602virtio-ccw
603M: Cornelia Huck <cornelia.huck@de.ibm.com>
604S: Supported
605F: hw/s390x/virtio-ccw.[hc]
606T: git git://github.com/cohuck/qemu virtio-ccw-upstr
607
608virtio-serial
609M: Amit Shah <amit.shah@redhat.com>
610S: Supported
611F: hw/char/virtio-serial-bus.c
612F: hw/char/virtio-console.c
613
614nvme
615M: Keith Busch <keith.busch@intel.com>
616S: Supported
617F: hw/block/nvme*
618
619Xilinx EDK
620M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
621M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622S: Maintained
623F: hw/*/xilinx_*
624F: include/hw/xilinx.h
625
626Subsystems
627----------
628Audio
629M: Vassili Karpov (malc) <av1474@comtv.ru>
630M: Gerd Hoffmann <kraxel@redhat.com>
631S: Maintained
632F: audio/
633F: hw/audio/
634
635Block
636M: Kevin Wolf <kwolf@redhat.com>
637M: Stefan Hajnoczi <stefanha@redhat.com>
638S: Supported
639F: block*
640F: block/
641F: hw/block/
642
643Character Devices
644M: Anthony Liguori <aliguori@amazon.com>
645S: Maintained
646F: qemu-char.c
647
648CPU
649M: Andreas Färber <afaerber@suse.de>
650S: Supported
651F: qom/cpu.c
652F: include/qom/cpu.h
653F: target-i386/cpu.c
654
655ICC Bus
656M: Igor Mammedov <imammedo@redhat.com>
657S: Supported
658F: include/hw/cpu/icc_bus.h
659F: hw/cpu/icc_bus.c
660
661Device Tree
662M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
663M: Alexander Graf <agraf@suse.de>
664S: Maintained
665F: device_tree.[ch]
666
667GDB stub
668M: qemu-devel@nongnu.org
669S: Odd Fixes
670F: gdbstub*
671F: gdb-xml/
672
673SPICE
674M: Gerd Hoffmann <kraxel@redhat.com>
675S: Supported
676F: include/ui/qemu-spice.h
677F: ui/spice-*.c
678F: audio/spiceaudio.c
679F: hw/display/qxl*
680
681Graphics
682M: Anthony Liguori <aliguori@amazon.com>
683S: Maintained
684F: ui/
685
686Cocoa graphics
687M: Andreas Färber <andreas.faerber@web.de>
688S: Odd Fixes
689F: ui/cocoa.m
690
691Main loop
692M: Anthony Liguori <aliguori@amazon.com>
693S: Supported
694F: vl.c
695
696Human Monitor (HMP)
697M: Luiz Capitulino <lcapitulino@redhat.com>
698S: Supported
699F: monitor.c
700F: hmp.c
701F: hmp-commands.hx
702
703Network device layer
704M: Anthony Liguori <aliguori@amazon.com>
705M: Stefan Hajnoczi <stefanha@redhat.com>
706S: Maintained
707F: net/
708T: git git://github.com/stefanha/qemu.git net
709
710Network Block Device (NBD)
711M: Paolo Bonzini <pbonzini@redhat.com>
712S: Odd Fixes
713F: block/nbd.c
714F: nbd.*
715F: qemu-nbd.c
716T: git git://github.com/bonzini/qemu.git nbd-next
717
718QAPI
719M: Luiz Capitulino <lcapitulino@redhat.com>
720M: Michael Roth <mdroth@linux.vnet.ibm.com>
721S: Supported
722F: qapi/
723
724QAPI Schema
725M: Eric Blake <eblake@redhat.com>
726M: Luiz Capitulino <lcapitulino@redhat.com>
727M: Markus Armbruster <armbru@redhat.com>
728S: Supported
729F: qapi-schema.json
730
731QMP
732M: Luiz Capitulino <lcapitulino@redhat.com>
733S: Supported
734F: qmp.c
735F: monitor.c
736F: qmp-commands.hx
737F: QMP/
738
739SLIRP
740M: Jan Kiszka <jan.kiszka@siemens.com>
741S: Maintained
742F: slirp/
743T: git git://git.kiszka.org/qemu.git queues/slirp
744
745Tracing
746M: Stefan Hajnoczi <stefanha@redhat.com>
747S: Maintained
748F: trace/
749F: scripts/tracetool.py
750F: scripts/tracetool/
751F: docs/tracing.txt
752T: git git://github.com/stefanha/qemu.git tracing
753
754Checkpatch
755M: Blue Swirl <blauwirbel@gmail.com>
756S: Odd Fixes
757F: scripts/checkpatch.pl
758
759Seccomp
760M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
761S: Supported
762F: qemu-seccomp.c
763F: include/sysemu/seccomp.h
764
765Usermode Emulation
766------------------
767BSD user
768M: Blue Swirl <blauwirbel@gmail.com>
769S: Maintained
770F: bsd-user/
771
772Linux user
773M: Riku Voipio <riku.voipio@iki.fi>
774S: Maintained
775F: linux-user/
776
777Tiny Code Generator (TCG)
778-------------------------
779Common code
780M: qemu-devel@nongnu.org
781M: Richard Henderson <rth@twiddle.net>
782S: Maintained
783F: tcg/
784
785AArch64 target
786M: Claudio Fontana <claudio.fontana@huawei.com>
787M: Claudio Fontana <claudio.fontana@gmail.com>
788S: Maintained
789F: tcg/aarch64/
790
791ARM target
792M: Andrzej Zaborowski <balrogg@gmail.com>
793S: Maintained
794F: tcg/arm/
795
796i386 target
797M: qemu-devel@nongnu.org
798S: Maintained
799F: tcg/i386/
800
801IA64 target
802M: Aurelien Jarno <aurelien@aurel32.net>
803S: Maintained
804F: tcg/ia64/
805
806MIPS target
807M: Aurelien Jarno <aurelien@aurel32.net>
808S: Maintained
809F: tcg/mips/
810
811PPC
812M: Vassili Karpov (malc) <av1474@comtv.ru>
813S: Maintained
814F: tcg/ppc/
815
816PPC64 target
817M: Vassili Karpov (malc) <av1474@comtv.ru>
818S: Maintained
819F: tcg/ppc64/
820
821S390 target
822M: Alexander Graf <agraf@suse.de>
823M: Richard Henderson <rth@twiddle.net>
824S: Maintained
825F: tcg/s390/
826
827SPARC target
828M: Blue Swirl <blauwirbel@gmail.com>
829S: Maintained
830F: tcg/sparc/
831
832TCI target
833M: Stefan Weil <sw@weilnetz.de>
834S: Maintained
835F: tcg/tci/
836F: tci.c
837
838Stable branches
839---------------
840Stable 1.0
841L: qemu-stable@nongnu.org
842T: git git://git.qemu-project.org/qemu-stable-1.0.git
843S: Orphan
844
845Stable 0.15
846L: qemu-stable@nongnu.org
847M: Andreas Färber <afaerber@suse.de>
848T: git git://git.qemu-project.org/qemu-stable-0.15.git
849S: Supported
850
851Stable 0.14
852L: qemu-stable@nongnu.org
853T: git git://git.qemu-project.org/qemu-stable-0.14.git
854S: Orphan
855
856Stable 0.10
857L: qemu-stable@nongnu.org
858T: git git://git.qemu-project.org/qemu-stable-0.10.git
859S: Orphan