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