]> git.proxmox.com Git - qemu.git/blob - MAINTAINERS
MAINTAINERS: s/Marcelo/Paolo/
[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: Paolo Bonzini <pbonzini@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: Alexander Graf <agraf@suse.de>
432 L: qemu-ppc@nongnu.org
433 S: Supported
434 F: hw/*/spapr*
435 F: include/hw/*/spapr*
436 F: hw/*/xics*
437 F: include/hw/*/xics*
438 F: pc-bios/spapr-rtas/*
439
440 virtex_ml507
441 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
442 L: qemu-ppc@nongnu.org
443 S: Odd Fixes
444 F: hw/pci/virtex_ml507.c
445
446 SH4 Machines
447 ------------
448 R2D
449 M: Magnus Damm <magnus.damm@gmail.com>
450 S: Maintained
451 F: hw/sh/r2d.c
452
453 Shix
454 M: Magnus Damm <magnus.damm@gmail.com>
455 S: Orphan
456 F: hw/sh/shix.c
457
458 SPARC Machines
459 --------------
460 Sun4m
461 M: Blue Swirl <blauwirbel@gmail.com>
462 S: Maintained
463 F: hw/sparc/sun4m.c
464
465 Sun4u
466 M: Blue Swirl <blauwirbel@gmail.com>
467 S: Maintained
468 F: hw/sparc64/sun4u.c
469
470 Leon3
471 M: Fabien Chouteau <chouteau@adacore.com>
472 S: Maintained
473 F: hw/sparc/leon3.c
474 F: hw/*/grlib*
475
476 S390 Machines
477 -------------
478 S390 Virtio
479 M: Alexander Graf <agraf@suse.de>
480 S: Maintained
481 F: hw/s390/s390-*.c
482
483 S390 Virtio-ccw
484 M: Cornelia Huck <cornelia.huck@de.ibm.com>
485 M: Alexander Graf <agraf@suse.de>
486 S: Supported
487 F: hw/s390x/s390-virtio-ccw.c
488 F: hw/s390x/css.[hc]
489 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
490
491 UniCore32 Machines
492 -------------
493 PKUnity-3 SoC initramfs-with-busybox
494 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
495 S: Maintained
496 F: hw/*/puv3*
497 F: hw/unicore32/
498
499 X86 Machines
500 ------------
501 PC
502 M: Anthony Liguori <aliguori@us.ibm.com>
503 S: Supported
504 F: hw/i386/pc.[ch]
505 F: hw/i386/pc_piix.c
506
507 Xtensa Machines
508 ---------------
509 sim
510 M: Max Filippov <jcmvbkbc@gmail.com>
511 S: Maintained
512 F: hw/xtensa/xtensa_sim.c
513
514 Avnet LX60
515 M: Max Filippov <jcmvbkbc@gmail.com>
516 S: Maintained
517 F: hw/xtensa/xtensa_lx60.c
518
519 Devices
520 -------
521 IDE
522 M: Kevin Wolf <kwolf@redhat.com>
523 S: Odd Fixes
524 F: include/hw/ide.h
525 F: hw/ide/
526
527 OMAP
528 M: Peter Maydell <peter.maydell@linaro.org>
529 S: Maintained
530 F: hw/*/omap*
531
532 PCI
533 M: Michael S. Tsirkin <mst@redhat.com>
534 S: Supported
535 F: include/hw/pci/*
536 F: hw/pci/*
537 F: hw/acpi/*
538
539 ppc4xx
540 M: Alexander Graf <agraf@suse.de>
541 L: qemu-ppc@nongnu.org
542 S: Odd Fixes
543 F: hw/ppc/ppc4*.c
544
545 ppce500
546 M: Alexander Graf <agraf@suse.de>
547 M: Scott Wood <scottwood@freescale.com>
548 L: qemu-ppc@nongnu.org
549 S: Supported
550 F: hw/ppc/e500_*
551
552 SCSI
553 M: Paolo Bonzini <pbonzini@redhat.com>
554 S: Supported
555 F: include/hw/scsi*
556 F: hw/scsi/*
557 T: git git://github.com/bonzini/qemu.git scsi-next
558
559 LSI53C895A
560 M: Paul Brook <paul@codesourcery.com>
561 S: Odd Fixes
562 F: hw/scsi/lsi53c895a.c
563
564 SSI
565 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
566 S: Maintained
567 F: hw/ssi/*
568 F: hw/block/m25p80.c
569
570 USB
571 M: Gerd Hoffmann <kraxel@redhat.com>
572 S: Maintained
573 F: hw/usb/*
574
575 VFIO
576 M: Alex Williamson <alex.williamson@redhat.com>
577 S: Supported
578 F: hw/pci/vfio.c
579
580 vhost
581 M: Michael S. Tsirkin <mst@redhat.com>
582 S: Supported
583 F: hw/*/*vhost*
584
585 virtio
586 M: Anthony Liguori <aliguori@us.ibm.com>
587 S: Supported
588 F: hw/*/virtio*
589
590 virtio-9p
591 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
592 S: Supported
593 F: hw/9pfs/
594 F: fsdev/
595 T: git git://github.com/kvaneesh/QEMU.git
596
597 virtio-blk
598 M: Kevin Wolf <kwolf@redhat.com>
599 M: Stefan Hajnoczi <stefanha@redhat.com>
600 S: Supported
601 F: hw/block/virtio-blk.c
602
603 virtio-ccw
604 M: Cornelia Huck <cornelia.huck@de.ibm.com>
605 S: Supported
606 F: hw/s390x/virtio-ccw.[hc]
607 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
608
609 virtio-serial
610 M: Amit Shah <amit.shah@redhat.com>
611 S: Supported
612 F: hw/char/virtio-serial-bus.c
613 F: hw/char/virtio-console.c
614
615 nvme
616 M: Keith Busch <keith.busch@intel.com>
617 S: Supported
618 F: hw/block/nvme*
619
620 Xilinx EDK
621 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
622 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
623 S: Maintained
624 F: hw/*/xilinx_*
625 F: include/hw/xilinx.h
626
627 Subsystems
628 ----------
629 Audio
630 M: Vassili Karpov (malc) <av1474@comtv.ru>
631 S: Maintained
632 F: audio/
633 F: hw/audio/
634
635 Block
636 M: Kevin Wolf <kwolf@redhat.com>
637 M: Stefan Hajnoczi <stefanha@redhat.com>
638 S: Supported
639 F: block*
640 F: block/
641 F: hw/block/
642
643 Character Devices
644 M: Anthony Liguori <aliguori@us.ibm.com>
645 S: Maintained
646 F: qemu-char.c
647
648 CPU
649 M: Andreas Färber <afaerber@suse.de>
650 S: Supported
651 F: qom/cpu.c
652 F: include/qemu/cpu.h
653 F: target-i386/cpu.c
654
655 ICC Bus
656 M: Igor Mammedov <imammedo@redhat.com>
657 S: Supported
658 F: include/hw/cpu/icc_bus.h
659 F: hw/cpu/icc_bus.c
660
661 Device Tree
662 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
663 M: Alexander Graf <agraf@suse.de>
664 S: Maintained
665 F: device-tree.[ch]
666
667 GDB stub
668 M: qemu-devel@nongnu.org
669 S: Odd Fixes
670 F: gdbstub*
671 F: gdb-xml/
672
673 SPICE
674 M: Gerd Hoffmann <kraxel@redhat.com>
675 S: Supported
676 F: ui/qemu-spice.h
677 F: ui/spice-*.c
678 F: audio/spiceaudio.c
679 F: hw/display/qxl*
680
681 Graphics
682 M: Anthony Liguori <aliguori@us.ibm.com>
683 S: Maintained
684 F: ui/
685
686 Cocoa graphics
687 M: Andreas Färber <andreas.faerber@web.de>
688 S: Odd Fixes
689 F: ui/cocoa.m
690
691 Main loop
692 M: Anthony Liguori <aliguori@us.ibm.com>
693 S: Supported
694 F: vl.c
695
696 Human Monitor (HMP)
697 M: Luiz Capitulino <lcapitulino@redhat.com>
698 S: Supported
699 F: monitor.c
700 F: hmp.c
701 F: hmp-commands.hx
702
703 Network device layer
704 M: Anthony Liguori <aliguori@us.ibm.com>
705 M: Stefan Hajnoczi <stefanha@redhat.com>
706 S: Maintained
707 F: net/
708 T: git git://github.com/stefanha/qemu.git net
709
710 Network Block Device (NBD)
711 M: Paolo Bonzini <pbonzini@redhat.com>
712 S: Odd Fixes
713 F: block/nbd.c
714 F: nbd.*
715 F: qemu-nbd.c
716 T: git git://github.com/bonzini/qemu.git nbd-next
717
718 QAPI
719 M: Luiz Capitulino <lcapitulino@redhat.com>
720 M: Michael Roth <mdroth@linux.vnet.ibm.com>
721 S: Supported
722 F: qapi/
723
724 QAPI Schema
725 M: Eric Blake <eblake@redhat.com>
726 M: Luiz Capitulino <lcapitulino@redhat.com>
727 M: Markus Armbruster <armbru@redhat.com>
728 S: Supported
729 F: qapi-schema.json
730
731 QMP
732 M: Luiz Capitulino <lcapitulino@redhat.com>
733 S: Supported
734 F: qmp.c
735 F: monitor.c
736 F: qmp-commands.hx
737 F: QMP/
738
739 SLIRP
740 M: Jan Kiszka <jan.kiszka@siemens.com>
741 S: Maintained
742 F: slirp/
743 T: git git://git.kiszka.org/qemu.git queues/slirp
744
745 Tracing
746 M: Stefan Hajnoczi <stefanha@redhat.com>
747 S: Maintained
748 F: trace/
749 F: scripts/tracetool.py
750 F: scripts/tracetool/
751 F: docs/tracing.txt
752 T: git git://github.com/stefanha/qemu.git tracing
753
754 Checkpatch
755 M: Blue Swirl <blauwirbel@gmail.com>
756 S: Odd Fixes
757 F: scripts/checkpatch.pl
758
759 Usermode Emulation
760 ------------------
761 BSD user
762 M: Blue Swirl <blauwirbel@gmail.com>
763 S: Maintained
764 F: bsd-user/
765
766 Linux user
767 M: Riku Voipio <riku.voipio@iki.fi>
768 S: Maintained
769 F: linux-user/
770
771 Tiny Code Generator (TCG)
772 -------------------------
773 Common code
774 M: qemu-devel@nongnu.org
775 S: Maintained
776 F: tcg/
777
778 AArch64 target
779 M: Claudio Fontana <claudio.fontana@huawei.com>
780 M: Claudio Fontana <claudio.fontana@gmail.com>
781 S: Maintained
782 F: tcg/aarch64/
783
784 ARM target
785 M: Andrzej Zaborowski <balrogg@gmail.com>
786 S: Maintained
787 F: tcg/arm/
788
789 HPPA target
790 M: Richard Henderson <rth@twiddle.net>
791 S: Maintained
792 F: tcg/hppa/
793
794 i386 target
795 M: qemu-devel@nongnu.org
796 S: Maintained
797 F: tcg/i386/
798
799 IA64 target
800 M: Aurelien Jarno <aurelien@aurel32.net>
801 S: Maintained
802 F: tcg/ia64/
803
804 MIPS target
805 M: Aurelien Jarno <aurelien@aurel32.net>
806 S: Maintained
807 F: tcg/mips/
808
809 PPC
810 M: Vassili Karpov (malc) <av1474@comtv.ru>
811 S: Maintained
812 F: tcg/ppc/
813
814 PPC64 target
815 M: Vassili Karpov (malc) <av1474@comtv.ru>
816 S: Maintained
817 F: tcg/ppc64/
818
819 S390 target
820 M: Alexander Graf <agraf@suse.de>
821 M: Richard Henderson <rth@twiddle.net>
822 S: Maintained
823 F: tcg/s390/
824
825 SPARC target
826 M: Blue Swirl <blauwirbel@gmail.com>
827 S: Maintained
828 F: tcg/sparc/
829
830 TCI target
831 M: Stefan Weil <sw@weilnetz.de>
832 S: Maintained
833 F: tcg/tci/
834
835 Stable branches
836 ---------------
837 Stable 1.0
838 L: qemu-stable@nongnu.org
839 T: git git://git.qemu.org/qemu-stable-1.0.git
840 S: Orphan
841
842 Stable 0.15
843 L: qemu-stable@nongnu.org
844 T: git git://git.qemu.org/qemu-stable-0.15.git
845 S: Orphan
846
847 Stable 0.14
848 L: qemu-stable@nongnu.org
849 T: git git://git.qemu.org/qemu-stable-0.14.git
850 S: Orphan
851
852 Stable 0.10
853 L: qemu-stable@nongnu.org
854 T: git git://git.qemu.org/qemu-stable-0.10.git
855 S: Orphan