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