]> git.proxmox.com Git - qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'sstabellini/xen-2013-09-25' 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 M: Gerd Hoffmann <kraxel@redhat.com>
642 S: Maintained
643 F: audio/
644 F: hw/audio/
645
646 Block
647 M: Kevin Wolf <kwolf@redhat.com>
648 M: Stefan Hajnoczi <stefanha@redhat.com>
649 S: Supported
650 F: block*
651 F: block/
652 F: hw/block/
653
654 Character Devices
655 M: Anthony Liguori <anthony@codemonkey.ws>
656 S: Maintained
657 F: qemu-char.c
658
659 CPU
660 M: Andreas Färber <afaerber@suse.de>
661 S: Supported
662 F: qom/cpu.c
663 F: include/qom/cpu.h
664 F: target-i386/cpu.c
665
666 ICC Bus
667 M: Igor Mammedov <imammedo@redhat.com>
668 S: Supported
669 F: include/hw/cpu/icc_bus.h
670 F: hw/cpu/icc_bus.c
671
672 Device Tree
673 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
674 M: Alexander Graf <agraf@suse.de>
675 S: Maintained
676 F: device_tree.[ch]
677
678 GDB stub
679 M: qemu-devel@nongnu.org
680 S: Odd Fixes
681 F: gdbstub*
682 F: gdb-xml/
683
684 SPICE
685 M: Gerd Hoffmann <kraxel@redhat.com>
686 S: Supported
687 F: include/ui/qemu-spice.h
688 F: ui/spice-*.c
689 F: audio/spiceaudio.c
690 F: hw/display/qxl*
691
692 Graphics
693 M: Anthony Liguori <anthony@codemonkey.ws>
694 S: Maintained
695 F: ui/
696
697 Cocoa graphics
698 M: Andreas Färber <andreas.faerber@web.de>
699 S: Odd Fixes
700 F: ui/cocoa.m
701
702 Main loop
703 M: Anthony Liguori <anthony@codemonkey.ws>
704 S: Supported
705 F: vl.c
706
707 Human Monitor (HMP)
708 M: Luiz Capitulino <lcapitulino@redhat.com>
709 S: Supported
710 F: monitor.c
711 F: hmp.c
712 F: hmp-commands.hx
713
714 Network device layer
715 M: Anthony Liguori <anthony@codemonkey.ws>
716 M: Stefan Hajnoczi <stefanha@redhat.com>
717 S: Maintained
718 F: net/
719 T: git git://github.com/stefanha/qemu.git net
720
721 Network Block Device (NBD)
722 M: Paolo Bonzini <pbonzini@redhat.com>
723 S: Odd Fixes
724 F: block/nbd.c
725 F: nbd.*
726 F: qemu-nbd.c
727 T: git git://github.com/bonzini/qemu.git nbd-next
728
729 QAPI
730 M: Luiz Capitulino <lcapitulino@redhat.com>
731 M: Michael Roth <mdroth@linux.vnet.ibm.com>
732 S: Supported
733 F: qapi/
734
735 QAPI Schema
736 M: Eric Blake <eblake@redhat.com>
737 M: Luiz Capitulino <lcapitulino@redhat.com>
738 M: Markus Armbruster <armbru@redhat.com>
739 S: Supported
740 F: qapi-schema.json
741
742 QMP
743 M: Luiz Capitulino <lcapitulino@redhat.com>
744 S: Supported
745 F: qmp.c
746 F: monitor.c
747 F: qmp-commands.hx
748 F: QMP/
749
750 SLIRP
751 M: Jan Kiszka <jan.kiszka@siemens.com>
752 S: Maintained
753 F: slirp/
754 T: git git://git.kiszka.org/qemu.git queues/slirp
755
756 Tracing
757 M: Stefan Hajnoczi <stefanha@redhat.com>
758 S: Maintained
759 F: trace/
760 F: scripts/tracetool.py
761 F: scripts/tracetool/
762 F: docs/tracing.txt
763 T: git git://github.com/stefanha/qemu.git tracing
764
765 Checkpatch
766 M: Blue Swirl <blauwirbel@gmail.com>
767 S: Odd Fixes
768 F: scripts/checkpatch.pl
769
770 Seccomp
771 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
772 S: Supported
773 F: qemu-seccomp.c
774 F: include/sysemu/seccomp.h
775
776 Usermode Emulation
777 ------------------
778 BSD user
779 M: Blue Swirl <blauwirbel@gmail.com>
780 S: Maintained
781 F: bsd-user/
782
783 Linux user
784 M: Riku Voipio <riku.voipio@iki.fi>
785 S: Maintained
786 F: linux-user/
787
788 Tiny Code Generator (TCG)
789 -------------------------
790 Common code
791 M: qemu-devel@nongnu.org
792 M: Richard Henderson <rth@twiddle.net>
793 S: Maintained
794 F: tcg/
795
796 AArch64 target
797 M: Claudio Fontana <claudio.fontana@huawei.com>
798 M: Claudio Fontana <claudio.fontana@gmail.com>
799 S: Maintained
800 F: tcg/aarch64/
801
802 ARM target
803 M: Andrzej Zaborowski <balrogg@gmail.com>
804 S: Maintained
805 F: tcg/arm/
806
807 HPPA target
808 M: Richard Henderson <rth@twiddle.net>
809 S: Maintained
810 F: tcg/hppa/
811
812 i386 target
813 M: qemu-devel@nongnu.org
814 S: Maintained
815 F: tcg/i386/
816
817 IA64 target
818 M: Aurelien Jarno <aurelien@aurel32.net>
819 S: Maintained
820 F: tcg/ia64/
821
822 MIPS target
823 M: Aurelien Jarno <aurelien@aurel32.net>
824 S: Maintained
825 F: tcg/mips/
826
827 PPC
828 M: Vassili Karpov (malc) <av1474@comtv.ru>
829 S: Maintained
830 F: tcg/ppc/
831
832 PPC64 target
833 M: Vassili Karpov (malc) <av1474@comtv.ru>
834 S: Maintained
835 F: tcg/ppc64/
836
837 S390 target
838 M: Alexander Graf <agraf@suse.de>
839 M: Richard Henderson <rth@twiddle.net>
840 S: Maintained
841 F: tcg/s390/
842
843 SPARC target
844 M: Blue Swirl <blauwirbel@gmail.com>
845 S: Maintained
846 F: tcg/sparc/
847
848 TCI target
849 M: Stefan Weil <sw@weilnetz.de>
850 S: Maintained
851 F: tcg/tci/
852 F: tci.c
853
854 Stable branches
855 ---------------
856 Stable 1.0
857 L: qemu-stable@nongnu.org
858 T: git git://git.qemu.org/qemu-stable-1.0.git
859 S: Orphan
860
861 Stable 0.15
862 L: qemu-stable@nongnu.org
863 M: Andreas Färber <afaerber@suse.de>
864 T: git git://git.qemu.org/qemu-stable-0.15.git
865 S: Supported
866
867 Stable 0.14
868 L: qemu-stable@nongnu.org
869 T: git git://git.qemu.org/qemu-stable-0.14.git
870 S: Orphan
871
872 Stable 0.10
873 L: qemu-stable@nongnu.org
874 T: git git://git.qemu.org/qemu-stable-0.10.git
875 S: Orphan