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