configure: Don't say target_nptl="no" if there is no linux-user target
[qemu/ar7.git] / MAINTAINERS
blob93ad19d90efc3612b78cb1028d54a02426f2bd3b
1 QEMU Maintainers
2 ================
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
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.
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <aliguori@us.ibm.com>
54 M: Paul Brook <paul@codesourcery.com>
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <rth@twiddle.net>
60 S: Maintained
61 F: target-alpha/
62 F: hw/alpha/
64 ARM
65 M: Paul Brook <paul@codesourcery.com>
66 M: Peter Maydell <peter.maydell@linaro.org>
67 S: Maintained
68 F: target-arm/
69 F: hw/arm/
70 F: hw/cpu/a*mpcore.c
72 CRIS
73 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
74 S: Maintained
75 F: target-cris/
76 F: hw/cris/
78 LM32
79 M: Michael Walle <michael@walle.cc>
80 S: Maintained
81 F: target-lm32/
82 F: hw/lm32/
84 M68K
85 M: Paul Brook <paul@codesourcery.com>
86 S: Odd Fixes
87 F: target-m68k/
88 F: hw/m68k/
90 MicroBlaze
91 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
92 S: Maintained
93 F: target-microblaze/
94 F: hw/microblaze/
96 MIPS
97 M: Aurelien Jarno <aurelien@aurel32.net>
98 S: Odd Fixes
99 F: target-mips/
100 F: hw/mips/
102 Moxie
103 M: Anthony Green <green@moxielogic.com>
104 S: Maintained
105 F: target-moxie/
107 OpenRISC
108 M: Jia Liu <proljc@gmail.com>
109 S: Maintained
110 F: target-openrisc/
111 F: hw/openrisc/
113 PowerPC
114 M: Alexander Graf <agraf@suse.de>
115 L: qemu-ppc@nongnu.org
116 S: Maintained
117 F: target-ppc/
118 F: hw/ppc/
120 S390
121 M: Richard Henderson <rth@twiddle.net>
122 M: Alexander Graf <agraf@suse.de>
123 S: Maintained
124 F: target-s390x/
125 F: hw/s390x/
128 M: Aurelien Jarno <aurelien@aurel32.net>
129 S: Odd Fixes
130 F: target-sh4/
131 F: hw/sh4/
133 SPARC
134 M: Blue Swirl <blauwirbel@gmail.com>
135 S: Maintained
136 F: target-sparc/
137 F: hw/sparc/
138 F: hw/sparc64/
140 UniCore32
141 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
142 S: Maintained
143 F: target-unicore32/
144 F: hw/unicore32/
147 M: qemu-devel@nongnu.org
148 S: Odd Fixes
149 F: target-i386/
150 F: hw/i386/
152 Xtensa
153 M: Max Filippov <jcmvbkbc@gmail.com>
154 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
155 S: Maintained
156 F: target-xtensa/
157 F: hw/xtensa/
159 Guest CPU Cores (KVM):
160 ----------------------
162 Overall
163 M: Gleb Natapov <gleb@redhat.com>
164 M: Paolo Bonzini <pbonzini@redhat.com>
165 L: kvm@vger.kernel.org
166 S: Supported
167 F: kvm-*
168 F: */kvm.*
171 M: Peter Maydell <peter.maydell@linaro.org>
172 S: Maintained
173 F: target-arm/kvm.c
176 M: Alexander Graf <agraf@suse.de>
177 S: Maintained
178 F: target-ppc/kvm.c
180 S390
181 M: Alexander Graf <agraf@suse.de>
182 S: Maintained
183 F: target-s390x/kvm.c
186 M: Gleb Natapov <gleb@redhat.com>
187 M: Marcelo Tosatti <mtosatti@redhat.com>
188 L: kvm@vger.kernel.org
189 S: Supported
190 F: target-i386/kvm.c
192 Guest CPU Cores (Xen):
193 ----------------------
196 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
197 L: xen-devel@lists.xensource.com
198 S: Supported
199 F: xen-*
200 F: */xen*
202 Hosts:
203 ------
205 LINUX
206 L: qemu-devel@nongnu.org
207 S: Maintained
208 F: linux-*
209 F: linux-headers/
211 POSIX
212 L: qemu-devel@nongnu.org
213 S: Maintained
214 F: *posix*
216 W32, W64
217 L: qemu-devel@nongnu.org
218 M: Stefan Weil <sw@weilnetz.de>
219 S: Maintained
220 F: *win32*
222 ARM Machines
223 ------------
224 Exynos
225 M: Evgeny Voevodin <e.voevodin@samsung.com>
226 M: Maksim Kozlov <m.kozlov@samsung.com>
227 M: Igor Mitsyanko <i.mitsyanko@samsung.com>
228 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
229 S: Maintained
230 F: hw/*/exynos*
232 Calxeda Highbank
233 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
234 S: Supported
235 F: hw/arm/highbank.c
236 F: hw/net/xgmac.c
238 Gumstix
239 M: qemu-devel@nongnu.org
240 S: Orphan
241 F: hw/arm/gumstix.c
243 i.MX31
244 M: Peter Chubb <peter.chubb@nicta.com.au>
245 S: Odd fixes
246 F: hw/*/imx*
247 F: hw/arm/kzm.c
249 Integrator CP
250 M: Paul Brook <paul@codesourcery.com>
251 M: Peter Maydell <peter.maydell@linaro.org>
252 S: Maintained
253 F: hw/arm/integratorcp.c
255 Mainstone
256 M: qemu-devel@nongnu.org
257 S: Orphan
258 F: hw/arm/mainstone.c
260 Musicpal
261 M: Jan Kiszka <jan.kiszka@web.de>
262 S: Maintained
263 F: hw/arm/musicpal.c
265 nSeries
266 M: Andrzej Zaborowski <balrogg@gmail.com>
267 S: Maintained
268 F: hw/arm/nseries.c
270 Palm
271 M: Andrzej Zaborowski <balrogg@gmail.com>
272 S: Maintained
273 F: hw/arm/palm.c
275 Real View
276 M: Paul Brook <paul@codesourcery.com>
277 M: Peter Maydell <peter.maydell@linaro.org>
278 S: Maintained
279 F: hw/arm/realview*
281 Spitz
282 M: Andrzej Zaborowski <balrogg@gmail.com>
283 S: Maintained
284 F: hw/arm/spitz.c
286 Stellaris
287 M: Paul Brook <paul@codesourcery.com>
288 M: Peter Maydell <peter.maydell@linaro.org>
289 S: Maintained
290 F: hw/*/stellaris*
292 Versatile PB
293 M: Paul Brook <paul@codesourcery.com>
294 M: Peter Maydell <peter.maydell@linaro.org>
295 S: Maintained
296 F: hw/*/versatile*
298 Xilinx Zynq
299 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
300 S: Maintained
301 F: hw/arm/xilinx_zynq.c
302 F: hw/misc/zynq_slcr.c
303 F: hw/*/cadence_*
304 F: hw/ssi/xilinx_spips.c
306 CRIS Machines
307 -------------
308 Axis Dev88
309 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
310 S: Maintained
311 F: hw/cris/axis_dev88.c
312 F: hw/*/etraxfs_*.c
314 LM32 Machines
315 -------------
316 EVR32 and uclinux BSP
317 M: Michael Walle <michael@walle.cc>
318 S: Maintained
319 F: hw/lm32/lm32_boards.c
321 milkymist
322 M: Michael Walle <michael@walle.cc>
323 S: Maintained
324 F: hw/lm32/milkymist.c
326 M68K Machines
327 -------------
328 an5206
329 M: Paul Brook <paul@codesourcery.com>
330 S: Maintained
331 F: hw/m68k/an5206.c
333 dummy_m68k
334 M: Paul Brook <paul@codesourcery.com>
335 S: Maintained
336 F: hw/m68k/dummy_m68k.c
338 mcf5208
339 M: Paul Brook <paul@codesourcery.com>
340 S: Maintained
341 F: hw/m68k/mcf5208.c
343 MicroBlaze Machines
344 -------------------
345 petalogix_s3adsp1800
346 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
347 S: Maintained
348 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
350 petalogix_ml605
351 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
352 S: Maintained
353 F: hw/microblaze/petalogix_ml605_mmu.c
355 MIPS Machines
356 -------------
357 Jazz
358 M: Hervé Poussineau <hpoussin@reactos.org>
359 S: Maintained
360 F: hw/mips/mips_jazz.c
362 Malta
363 M: Aurelien Jarno <aurelien@aurel32.net>
364 S: Maintained
365 F: hw/mips/mips_malta.c
367 Mipssim
368 M: qemu-devel@nongnu.org
369 S: Orphan
370 F: hw/mips/mips_mipssim.c
372 R4000
373 M: Aurelien Jarno <aurelien@aurel32.net>
374 S: Maintained
375 F: hw/mips/mips_r4k.c
377 OpenRISC Machines
378 -----------------
379 or1k-sim
380 M: Jia Liu <proljc@gmail.com>
381 S: Maintained
382 F: hw/openrisc/openrisc_sim.c
384 PowerPC Machines
385 ----------------
387 M: Alexander Graf <agraf@suse.de>
388 L: qemu-ppc@nongnu.org
389 S: Odd Fixes
390 F: hw/ppc/ppc405_boards.c
392 Bamboo
393 M: Alexander Graf <agraf@suse.de>
394 L: qemu-ppc@nongnu.org
395 S: Odd Fixes
396 F: hw/ppc/ppc440_bamboo.c
398 e500
399 M: Alexander Graf <agraf@suse.de>
400 M: Scott Wood <scottwood@freescale.com>
401 L: qemu-ppc@nongnu.org
402 S: Supported
403 F: hw/ppc/e500.[hc]
404 F: hw/ppc/e500plat.c
406 mpc8544ds
407 M: Alexander Graf <agraf@suse.de>
408 M: Scott Wood <scottwood@freescale.com>
409 L: qemu-ppc@nongnu.org
410 S: Supported
411 F: hw/ppc/mpc8544ds.c
412 F: hw/ppc/mpc8544_guts.c
414 New World
415 M: Alexander Graf <agraf@suse.de>
416 L: qemu-ppc@nongnu.org
417 S: Maintained
418 F: hw/ppc/mac_newworld.c
419 F: hw/pci-host/uninorth.c
420 F: hw/pci-bridge/dec.[hc]
421 F: hw/misc/macio/
423 Old World
424 M: Alexander Graf <agraf@suse.de>
425 L: qemu-ppc@nongnu.org
426 S: Maintained
427 F: hw/ppc/mac_oldworld.c
428 F: hw/pci-host/grackle.c
429 F: hw/misc/macio/
431 PReP
432 M: Andreas Färber <andreas.faerber@web.de>
433 L: qemu-ppc@nongnu.org
434 S: Odd Fixes
435 F: hw/ppc/prep.c
436 F: hw/pci-host/prep.[hc]
437 F: hw/isa/pc87312.[hc]
439 sPAPR
440 M: Alexander Graf <agraf@suse.de>
441 L: qemu-ppc@nongnu.org
442 S: Supported
443 F: hw/*/spapr*
444 F: include/hw/*/spapr*
445 F: hw/*/xics*
446 F: include/hw/*/xics*
447 F: pc-bios/spapr-rtas/*
449 virtex_ml507
450 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
451 L: qemu-ppc@nongnu.org
452 S: Odd Fixes
453 F: hw/ppc/virtex_ml507.c
455 SH4 Machines
456 ------------
458 M: Magnus Damm <magnus.damm@gmail.com>
459 S: Maintained
460 F: hw/sh4/r2d.c
462 Shix
463 M: Magnus Damm <magnus.damm@gmail.com>
464 S: Orphan
465 F: hw/sh4/shix.c
467 SPARC Machines
468 --------------
469 Sun4m
470 M: Blue Swirl <blauwirbel@gmail.com>
471 S: Maintained
472 F: hw/sparc/sun4m.c
474 Sun4u
475 M: Blue Swirl <blauwirbel@gmail.com>
476 S: Maintained
477 F: hw/sparc64/sun4u.c
479 Leon3
480 M: Fabien Chouteau <chouteau@adacore.com>
481 S: Maintained
482 F: hw/sparc/leon3.c
483 F: hw/*/grlib*
485 S390 Machines
486 -------------
487 S390 Virtio
488 M: Alexander Graf <agraf@suse.de>
489 S: Maintained
490 F: hw/s390x/s390-*.c
492 S390 Virtio-ccw
493 M: Cornelia Huck <cornelia.huck@de.ibm.com>
494 M: Alexander Graf <agraf@suse.de>
495 S: Supported
496 F: hw/s390x/s390-virtio-ccw.c
497 F: hw/s390x/css.[hc]
498 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
500 UniCore32 Machines
501 -------------
502 PKUnity-3 SoC initramfs-with-busybox
503 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
504 S: Maintained
505 F: hw/*/puv3*
506 F: hw/unicore32/
508 X86 Machines
509 ------------
511 M: Anthony Liguori <aliguori@us.ibm.com>
512 S: Supported
513 F: hw/i386/pc.[ch]
514 F: hw/i386/pc_piix.c
516 Xtensa Machines
517 ---------------
519 M: Max Filippov <jcmvbkbc@gmail.com>
520 S: Maintained
521 F: hw/xtensa/xtensa_sim.c
523 Avnet LX60
524 M: Max Filippov <jcmvbkbc@gmail.com>
525 S: Maintained
526 F: hw/xtensa/xtensa_lx60.c
528 Devices
529 -------
531 M: Kevin Wolf <kwolf@redhat.com>
532 S: Odd Fixes
533 F: include/hw/ide.h
534 F: hw/ide/
536 OMAP
537 M: Peter Maydell <peter.maydell@linaro.org>
538 S: Maintained
539 F: hw/*/omap*
542 M: Michael S. Tsirkin <mst@redhat.com>
543 S: Supported
544 F: include/hw/pci/*
545 F: hw/pci/*
546 F: hw/acpi/*
548 ppc4xx
549 M: Alexander Graf <agraf@suse.de>
550 L: qemu-ppc@nongnu.org
551 S: Odd Fixes
552 F: hw/ppc/ppc4*.c
554 ppce500
555 M: Alexander Graf <agraf@suse.de>
556 M: Scott Wood <scottwood@freescale.com>
557 L: qemu-ppc@nongnu.org
558 S: Supported
559 F: hw/ppc/e500*
561 SCSI
562 M: Paolo Bonzini <pbonzini@redhat.com>
563 S: Supported
564 F: include/hw/scsi*
565 F: hw/scsi/*
566 T: git git://github.com/bonzini/qemu.git scsi-next
568 LSI53C895A
569 M: Paul Brook <paul@codesourcery.com>
570 S: Odd Fixes
571 F: hw/scsi/lsi53c895a.c
574 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
575 S: Maintained
576 F: hw/ssi/*
577 F: hw/block/m25p80.c
580 M: Gerd Hoffmann <kraxel@redhat.com>
581 S: Maintained
582 F: hw/usb/*
584 VFIO
585 M: Alex Williamson <alex.williamson@redhat.com>
586 S: Supported
587 F: hw/misc/vfio.c
589 vhost
590 M: Michael S. Tsirkin <mst@redhat.com>
591 S: Supported
592 F: hw/*/*vhost*
594 virtio
595 M: Anthony Liguori <aliguori@us.ibm.com>
596 S: Supported
597 F: hw/*/virtio*
599 virtio-9p
600 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
601 S: Supported
602 F: hw/9pfs/
603 F: fsdev/
604 T: git git://github.com/kvaneesh/QEMU.git
606 virtio-blk
607 M: Kevin Wolf <kwolf@redhat.com>
608 M: Stefan Hajnoczi <stefanha@redhat.com>
609 S: Supported
610 F: hw/block/virtio-blk.c
612 virtio-ccw
613 M: Cornelia Huck <cornelia.huck@de.ibm.com>
614 S: Supported
615 F: hw/s390x/virtio-ccw.[hc]
616 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
618 virtio-serial
619 M: Amit Shah <amit.shah@redhat.com>
620 S: Supported
621 F: hw/char/virtio-serial-bus.c
622 F: hw/char/virtio-console.c
624 nvme
625 M: Keith Busch <keith.busch@intel.com>
626 S: Supported
627 F: hw/block/nvme*
629 Xilinx EDK
630 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
631 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
632 S: Maintained
633 F: hw/*/xilinx_*
634 F: include/hw/xilinx.h
636 Subsystems
637 ----------
638 Audio
639 M: Vassili Karpov (malc) <av1474@comtv.ru>
640 S: Maintained
641 F: audio/
642 F: hw/audio/
644 Block
645 M: Kevin Wolf <kwolf@redhat.com>
646 M: Stefan Hajnoczi <stefanha@redhat.com>
647 S: Supported
648 F: block*
649 F: block/
650 F: hw/block/
652 Character Devices
653 M: Anthony Liguori <aliguori@us.ibm.com>
654 S: Maintained
655 F: qemu-char.c
658 M: Andreas Färber <afaerber@suse.de>
659 S: Supported
660 F: qom/cpu.c
661 F: include/qom/cpu.h
662 F: target-i386/cpu.c
664 ICC Bus
665 M: Igor Mammedov <imammedo@redhat.com>
666 S: Supported
667 F: include/hw/cpu/icc_bus.h
668 F: hw/cpu/icc_bus.c
670 Device Tree
671 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
672 M: Alexander Graf <agraf@suse.de>
673 S: Maintained
674 F: device_tree.[ch]
676 GDB stub
677 M: qemu-devel@nongnu.org
678 S: Odd Fixes
679 F: gdbstub*
680 F: gdb-xml/
682 SPICE
683 M: Gerd Hoffmann <kraxel@redhat.com>
684 S: Supported
685 F: include/ui/qemu-spice.h
686 F: ui/spice-*.c
687 F: audio/spiceaudio.c
688 F: hw/display/qxl*
690 Graphics
691 M: Anthony Liguori <aliguori@us.ibm.com>
692 S: Maintained
693 F: ui/
695 Cocoa graphics
696 M: Andreas Färber <andreas.faerber@web.de>
697 S: Odd Fixes
698 F: ui/cocoa.m
700 Main loop
701 M: Anthony Liguori <aliguori@us.ibm.com>
702 S: Supported
703 F: vl.c
705 Human Monitor (HMP)
706 M: Luiz Capitulino <lcapitulino@redhat.com>
707 S: Supported
708 F: monitor.c
709 F: hmp.c
710 F: hmp-commands.hx
712 Network device layer
713 M: Anthony Liguori <aliguori@us.ibm.com>
714 M: Stefan Hajnoczi <stefanha@redhat.com>
715 S: Maintained
716 F: net/
717 T: git git://github.com/stefanha/qemu.git net
719 Network Block Device (NBD)
720 M: Paolo Bonzini <pbonzini@redhat.com>
721 S: Odd Fixes
722 F: block/nbd.c
723 F: nbd.*
724 F: qemu-nbd.c
725 T: git git://github.com/bonzini/qemu.git nbd-next
727 QAPI
728 M: Luiz Capitulino <lcapitulino@redhat.com>
729 M: Michael Roth <mdroth@linux.vnet.ibm.com>
730 S: Supported
731 F: qapi/
733 QAPI Schema
734 M: Eric Blake <eblake@redhat.com>
735 M: Luiz Capitulino <lcapitulino@redhat.com>
736 M: Markus Armbruster <armbru@redhat.com>
737 S: Supported
738 F: qapi-schema.json
741 M: Luiz Capitulino <lcapitulino@redhat.com>
742 S: Supported
743 F: qmp.c
744 F: monitor.c
745 F: qmp-commands.hx
746 F: QMP/
748 SLIRP
749 M: Jan Kiszka <jan.kiszka@siemens.com>
750 S: Maintained
751 F: slirp/
752 T: git git://git.kiszka.org/qemu.git queues/slirp
754 Tracing
755 M: Stefan Hajnoczi <stefanha@redhat.com>
756 S: Maintained
757 F: trace/
758 F: scripts/tracetool.py
759 F: scripts/tracetool/
760 F: docs/tracing.txt
761 T: git git://github.com/stefanha/qemu.git tracing
763 Checkpatch
764 M: Blue Swirl <blauwirbel@gmail.com>
765 S: Odd Fixes
766 F: scripts/checkpatch.pl
768 Usermode Emulation
769 ------------------
770 BSD user
771 M: Blue Swirl <blauwirbel@gmail.com>
772 S: Maintained
773 F: bsd-user/
775 Linux user
776 M: Riku Voipio <riku.voipio@iki.fi>
777 S: Maintained
778 F: linux-user/
780 Tiny Code Generator (TCG)
781 -------------------------
782 Common code
783 M: qemu-devel@nongnu.org
784 M: Richard Henderson <rth@twiddle.net>
785 S: Maintained
786 F: tcg/
788 AArch64 target
789 M: Claudio Fontana <claudio.fontana@huawei.com>
790 M: Claudio Fontana <claudio.fontana@gmail.com>
791 S: Maintained
792 F: tcg/aarch64/
794 ARM target
795 M: Andrzej Zaborowski <balrogg@gmail.com>
796 S: Maintained
797 F: tcg/arm/
799 HPPA target
800 M: Richard Henderson <rth@twiddle.net>
801 S: Maintained
802 F: tcg/hppa/
804 i386 target
805 M: qemu-devel@nongnu.org
806 S: Maintained
807 F: tcg/i386/
809 IA64 target
810 M: Aurelien Jarno <aurelien@aurel32.net>
811 S: Maintained
812 F: tcg/ia64/
814 MIPS target
815 M: Aurelien Jarno <aurelien@aurel32.net>
816 S: Maintained
817 F: tcg/mips/
820 M: Vassili Karpov (malc) <av1474@comtv.ru>
821 S: Maintained
822 F: tcg/ppc/
824 PPC64 target
825 M: Vassili Karpov (malc) <av1474@comtv.ru>
826 S: Maintained
827 F: tcg/ppc64/
829 S390 target
830 M: Alexander Graf <agraf@suse.de>
831 M: Richard Henderson <rth@twiddle.net>
832 S: Maintained
833 F: tcg/s390/
835 SPARC target
836 M: Blue Swirl <blauwirbel@gmail.com>
837 S: Maintained
838 F: tcg/sparc/
840 TCI target
841 M: Stefan Weil <sw@weilnetz.de>
842 S: Maintained
843 F: tcg/tci/
845 Stable branches
846 ---------------
847 Stable 1.0
848 L: qemu-stable@nongnu.org
849 T: git git://git.qemu.org/qemu-stable-1.0.git
850 S: Orphan
852 Stable 0.15
853 L: qemu-stable@nongnu.org
854 T: git git://git.qemu.org/qemu-stable-0.15.git
855 S: Orphan
857 Stable 0.14
858 L: qemu-stable@nongnu.org
859 T: git git://git.qemu.org/qemu-stable-0.14.git
860 S: Orphan
862 Stable 0.10
863 L: qemu-stable@nongnu.org
864 T: git git://git.qemu.org/qemu-stable-0.10.git
865 S: Orphan