target-arm: A64: add support for logical (shifted register)
[qemu.git] / MAINTAINERS
blob7f45d1d6963e98aa0b0e3cfed30109ad1f72d101
1 QEMU Maintainers
2 ================
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.
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.
12 Descriptions of section entries:
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.
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <aliguori@amazon.com>
55 Guest CPU cores (TCG):
56 ----------------------
57 Alpha
58 M: Richard Henderson <rth@twiddle.net>
59 S: Maintained
60 F: target-alpha/
61 F: hw/alpha/
63 ARM
64 M: Peter Maydell <peter.maydell@linaro.org>
65 S: Maintained
66 F: target-arm/
67 F: hw/arm/
68 F: hw/cpu/a*mpcore.c
70 CRIS
71 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
72 S: Maintained
73 F: target-cris/
74 F: hw/cris/
76 LM32
77 M: Michael Walle <michael@walle.cc>
78 S: Maintained
79 F: target-lm32/
80 F: hw/lm32/
81 F: hw/char/lm32_*
83 M68K
84 S: Orphan
85 F: target-m68k/
86 F: hw/m68k/
88 MicroBlaze
89 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90 S: Maintained
91 F: target-microblaze/
92 F: hw/microblaze/
94 MIPS
95 M: Aurelien Jarno <aurelien@aurel32.net>
96 S: Odd Fixes
97 F: target-mips/
98 F: hw/mips/
100 Moxie
101 M: Anthony Green <green@moxielogic.com>
102 S: Maintained
103 F: target-moxie/
105 OpenRISC
106 M: Jia Liu <proljc@gmail.com>
107 S: Maintained
108 F: target-openrisc/
109 F: hw/openrisc/
111 PowerPC
112 M: Alexander Graf <agraf@suse.de>
113 L: qemu-ppc@nongnu.org
114 S: Maintained
115 F: target-ppc/
116 F: hw/ppc/
118 S390
119 M: Richard Henderson <rth@twiddle.net>
120 M: Alexander Graf <agraf@suse.de>
121 S: Maintained
122 F: target-s390x/
123 F: hw/s390x/
126 M: Aurelien Jarno <aurelien@aurel32.net>
127 S: Odd Fixes
128 F: target-sh4/
129 F: hw/sh4/
131 SPARC
132 M: Blue Swirl <blauwirbel@gmail.com>
133 S: Maintained
134 F: target-sparc/
135 F: hw/sparc/
136 F: hw/sparc64/
138 UniCore32
139 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
140 S: Maintained
141 F: target-unicore32/
142 F: hw/unicore32/
145 M: qemu-devel@nongnu.org
146 S: Odd Fixes
147 F: target-i386/
148 F: hw/i386/
150 Xtensa
151 M: Max Filippov <jcmvbkbc@gmail.com>
152 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
153 S: Maintained
154 F: target-xtensa/
155 F: hw/xtensa/
157 Guest CPU Cores (KVM):
158 ----------------------
160 Overall
161 M: Gleb Natapov <gleb@redhat.com>
162 M: Paolo Bonzini <pbonzini@redhat.com>
163 L: kvm@vger.kernel.org
164 S: Supported
165 F: kvm-*
166 F: */kvm.*
169 M: Peter Maydell <peter.maydell@linaro.org>
170 S: Maintained
171 F: target-arm/kvm.c
174 M: Alexander Graf <agraf@suse.de>
175 S: Maintained
176 F: target-ppc/kvm.c
178 S390
179 M: Alexander Graf <agraf@suse.de>
180 S: Maintained
181 F: target-s390x/kvm.c
184 M: Gleb Natapov <gleb@redhat.com>
185 M: Marcelo Tosatti <mtosatti@redhat.com>
186 L: kvm@vger.kernel.org
187 S: Supported
188 F: target-i386/kvm.c
190 Guest CPU Cores (Xen):
191 ----------------------
194 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
195 L: xen-devel@lists.xensource.com
196 S: Supported
197 F: xen-*
198 F: */xen*
200 Hosts:
201 ------
203 LINUX
204 L: qemu-devel@nongnu.org
205 S: Maintained
206 F: linux-*
207 F: linux-headers/
209 POSIX
210 L: qemu-devel@nongnu.org
211 S: Maintained
212 F: *posix*
214 W32, W64
215 L: qemu-devel@nongnu.org
216 M: Stefan Weil <sw@weilnetz.de>
217 S: Maintained
218 F: *win32*
220 ARM Machines
221 ------------
222 Exynos
223 M: Evgeny Voevodin <e.voevodin@samsung.com>
224 M: Maksim Kozlov <m.kozlov@samsung.com>
225 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
226 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
227 S: Maintained
228 F: hw/*/exynos*
230 Calxeda Highbank
231 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
232 S: Supported
233 F: hw/arm/highbank.c
234 F: hw/net/xgmac.c
236 Gumstix
237 M: qemu-devel@nongnu.org
238 S: Orphan
239 F: hw/arm/gumstix.c
241 i.MX31
242 M: Peter Chubb <peter.chubb@nicta.com.au>
243 S: Odd fixes
244 F: hw/*/imx*
245 F: hw/arm/kzm.c
247 Integrator CP
248 M: Peter Maydell <peter.maydell@linaro.org>
249 S: Maintained
250 F: hw/arm/integratorcp.c
252 Mainstone
253 M: qemu-devel@nongnu.org
254 S: Orphan
255 F: hw/arm/mainstone.c
257 Musicpal
258 M: Jan Kiszka <jan.kiszka@web.de>
259 S: Maintained
260 F: hw/arm/musicpal.c
262 nSeries
263 M: Andrzej Zaborowski <balrogg@gmail.com>
264 S: Maintained
265 F: hw/arm/nseries.c
267 Palm
268 M: Andrzej Zaborowski <balrogg@gmail.com>
269 S: Maintained
270 F: hw/arm/palm.c
272 Real View
273 M: Peter Maydell <peter.maydell@linaro.org>
274 S: Maintained
275 F: hw/arm/realview*
277 Spitz
278 M: Andrzej Zaborowski <balrogg@gmail.com>
279 S: Maintained
280 F: hw/arm/spitz.c
282 Stellaris
283 M: Peter Maydell <peter.maydell@linaro.org>
284 S: Maintained
285 F: hw/*/stellaris*
287 Versatile PB
288 M: Peter Maydell <peter.maydell@linaro.org>
289 S: Maintained
290 F: hw/*/versatile*
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
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
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
315 milkymist
316 M: Michael Walle <michael@walle.cc>
317 S: Maintained
318 F: hw/lm32/milkymist.c
320 M68K Machines
321 -------------
322 an5206
323 S: Orphan
324 F: hw/m68k/an5206.c
326 dummy_m68k
327 S: Orphan
328 F: hw/m68k/dummy_m68k.c
330 mcf5208
331 S: Orphan
332 F: hw/m68k/mcf5208.c
334 MicroBlaze Machines
335 -------------------
336 petalogix_s3adsp1800
337 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
338 S: Maintained
339 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
341 petalogix_ml605
342 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
343 S: Maintained
344 F: hw/microblaze/petalogix_ml605_mmu.c
346 MIPS Machines
347 -------------
348 Jazz
349 M: Hervé Poussineau <hpoussin@reactos.org>
350 S: Maintained
351 F: hw/mips/mips_jazz.c
353 Malta
354 M: Aurelien Jarno <aurelien@aurel32.net>
355 S: Maintained
356 F: hw/mips/mips_malta.c
358 Mipssim
359 M: qemu-devel@nongnu.org
360 S: Orphan
361 F: hw/mips/mips_mipssim.c
363 R4000
364 M: Aurelien Jarno <aurelien@aurel32.net>
365 S: Maintained
366 F: hw/mips/mips_r4k.c
368 OpenRISC Machines
369 -----------------
370 or1k-sim
371 M: Jia Liu <proljc@gmail.com>
372 S: Maintained
373 F: hw/openrisc/openrisc_sim.c
375 PowerPC Machines
376 ----------------
378 M: Alexander Graf <agraf@suse.de>
379 L: qemu-ppc@nongnu.org
380 S: Odd Fixes
381 F: hw/ppc/ppc405_boards.c
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
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
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
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-host/uninorth.c
411 F: hw/pci-bridge/dec.[hc]
412 F: hw/misc/macio/
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-host/grackle.c
420 F: hw/misc/macio/
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-host/prep.[hc]
428 F: hw/isa/pc87312.[hc]
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/*
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/ppc/virtex_ml507.c
446 SH4 Machines
447 ------------
449 M: Magnus Damm <magnus.damm@gmail.com>
450 S: Maintained
451 F: hw/sh4/r2d.c
453 Shix
454 M: Magnus Damm <magnus.damm@gmail.com>
455 S: Orphan
456 F: hw/sh4/shix.c
458 SPARC Machines
459 --------------
460 Sun4m
461 M: Blue Swirl <blauwirbel@gmail.com>
462 S: Maintained
463 F: hw/sparc/sun4m.c
465 Sun4u
466 M: Blue Swirl <blauwirbel@gmail.com>
467 S: Maintained
468 F: hw/sparc64/sun4u.c
470 Leon3
471 M: Fabien Chouteau <chouteau@adacore.com>
472 S: Maintained
473 F: hw/sparc/leon3.c
474 F: hw/*/grlib*
476 S390 Machines
477 -------------
478 S390 Virtio
479 M: Alexander Graf <agraf@suse.de>
480 S: Maintained
481 F: hw/s390x/s390-*.c
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
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/
499 X86 Machines
500 ------------
502 M: Anthony Liguori <aliguori@amazon.com>
503 M: Michael S. Tsirkin <mst@redhat.com>
504 S: Supported
505 F: include/hw/i386/
506 F: hw/i386/
507 F: hw/pci-host/piix.c
508 F: hw/pci-host/q35.c
509 F: hw/pci-host/pam.c
510 F: include/hw/pci-host/q35.h
511 F: include/hw/pci-host/pam.h
512 F: hw/isa/piix4.c
513 F: hw/isa/lpc_ich9.c
514 F: hw/i2c/smbus_ich9.c
515 F: hw/acpi/piix4.c
516 F: hw/acpi/ich9.c
517 F: include/hw/acpi/ich9.h
518 F: include/hw/acpi/piix.h
521 Xtensa Machines
522 ---------------
524 M: Max Filippov <jcmvbkbc@gmail.com>
525 S: Maintained
526 F: hw/xtensa/xtensa_sim.c
528 Avnet LX60
529 M: Max Filippov <jcmvbkbc@gmail.com>
530 S: Maintained
531 F: hw/xtensa/xtensa_lx60.c
533 Devices
534 -------
536 M: Kevin Wolf <kwolf@redhat.com>
537 S: Odd Fixes
538 F: include/hw/ide.h
539 F: hw/ide/
541 OMAP
542 M: Peter Maydell <peter.maydell@linaro.org>
543 S: Maintained
544 F: hw/*/omap*
547 M: Michael S. Tsirkin <mst@redhat.com>
548 S: Supported
549 F: include/hw/pci/*
550 F: hw/pci/*
551 F: hw/acpi/*
553 ppc4xx
554 M: Alexander Graf <agraf@suse.de>
555 L: qemu-ppc@nongnu.org
556 S: Odd Fixes
557 F: hw/ppc/ppc4*.c
559 ppce500
560 M: Alexander Graf <agraf@suse.de>
561 M: Scott Wood <scottwood@freescale.com>
562 L: qemu-ppc@nongnu.org
563 S: Supported
564 F: hw/ppc/e500*
566 SCSI
567 M: Paolo Bonzini <pbonzini@redhat.com>
568 S: Supported
569 F: include/hw/scsi*
570 F: hw/scsi/*
571 T: git git://github.com/bonzini/qemu.git scsi-next
573 LSI53C895A
574 S: Orphan
575 F: hw/scsi/lsi53c895a.c
578 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
579 S: Maintained
580 F: hw/ssi/*
581 F: hw/block/m25p80.c
584 M: Gerd Hoffmann <kraxel@redhat.com>
585 S: Maintained
586 F: hw/usb/*
588 VFIO
589 M: Alex Williamson <alex.williamson@redhat.com>
590 S: Supported
591 F: hw/misc/vfio.c
593 vhost
594 M: Michael S. Tsirkin <mst@redhat.com>
595 S: Supported
596 F: hw/*/*vhost*
598 virtio
599 M: Anthony Liguori <aliguori@amazon.com>
600 S: Supported
601 F: hw/*/virtio*
603 virtio-9p
604 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
605 S: Supported
606 F: hw/9pfs/
607 F: fsdev/
608 T: git git://github.com/kvaneesh/QEMU.git
610 virtio-blk
611 M: Kevin Wolf <kwolf@redhat.com>
612 M: Stefan Hajnoczi <stefanha@redhat.com>
613 S: Supported
614 F: hw/block/virtio-blk.c
616 virtio-ccw
617 M: Cornelia Huck <cornelia.huck@de.ibm.com>
618 S: Supported
619 F: hw/s390x/virtio-ccw.[hc]
620 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
622 virtio-serial
623 M: Amit Shah <amit.shah@redhat.com>
624 S: Supported
625 F: hw/char/virtio-serial-bus.c
626 F: hw/char/virtio-console.c
628 nvme
629 M: Keith Busch <keith.busch@intel.com>
630 S: Supported
631 F: hw/block/nvme*
633 Xilinx EDK
634 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
635 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
636 S: Maintained
637 F: hw/*/xilinx_*
638 F: include/hw/xilinx.h
640 Subsystems
641 ----------
642 Audio
643 M: Vassili Karpov (malc) <av1474@comtv.ru>
644 M: Gerd Hoffmann <kraxel@redhat.com>
645 S: Maintained
646 F: audio/
647 F: hw/audio/
649 Block
650 M: Kevin Wolf <kwolf@redhat.com>
651 M: Stefan Hajnoczi <stefanha@redhat.com>
652 S: Supported
653 F: block*
654 F: block/
655 F: hw/block/
656 T: git git://repo.or.cz/qemu/kevin.git block
657 T: git git://github.com/stefanha/qemu.git block
659 Character Devices
660 M: Anthony Liguori <aliguori@amazon.com>
661 S: Maintained
662 F: qemu-char.c
665 M: Andreas Färber <afaerber@suse.de>
666 S: Supported
667 F: qom/cpu.c
668 F: include/qom/cpu.h
669 F: target-i386/cpu.c
671 ICC Bus
672 M: Igor Mammedov <imammedo@redhat.com>
673 S: Supported
674 F: include/hw/cpu/icc_bus.h
675 F: hw/cpu/icc_bus.c
677 Device Tree
678 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
679 M: Alexander Graf <agraf@suse.de>
680 S: Maintained
681 F: device_tree.[ch]
683 GDB stub
684 M: qemu-devel@nongnu.org
685 S: Odd Fixes
686 F: gdbstub*
687 F: gdb-xml/
689 SPICE
690 M: Gerd Hoffmann <kraxel@redhat.com>
691 S: Supported
692 F: include/ui/qemu-spice.h
693 F: ui/spice-*.c
694 F: audio/spiceaudio.c
695 F: hw/display/qxl*
697 Graphics
698 M: Anthony Liguori <aliguori@amazon.com>
699 S: Maintained
700 F: ui/
702 Cocoa graphics
703 M: Andreas Färber <andreas.faerber@web.de>
704 S: Odd Fixes
705 F: ui/cocoa.m
707 Main loop
708 M: Anthony Liguori <aliguori@amazon.com>
709 S: Supported
710 F: vl.c
712 Human Monitor (HMP)
713 M: Luiz Capitulino <lcapitulino@redhat.com>
714 S: Supported
715 F: monitor.c
716 F: hmp.c
717 F: hmp-commands.hx
718 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
720 Network device layer
721 M: Anthony Liguori <aliguori@amazon.com>
722 M: Stefan Hajnoczi <stefanha@redhat.com>
723 S: Maintained
724 F: net/
725 T: git git://github.com/stefanha/qemu.git net
727 Netmap network backend
728 M: Luigi Rizzo <rizzo@iet.unipi.it>
729 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
730 M: Vincenzo Maffione <v.maffione@gmail.com>
731 W: http://info.iet.unipi.it/~luigi/netmap/
732 S: Maintained
733 F: net/netmap.c
735 Network Block Device (NBD)
736 M: Paolo Bonzini <pbonzini@redhat.com>
737 S: Odd Fixes
738 F: block/nbd.c
739 F: nbd.*
740 F: qemu-nbd.c
741 T: git git://github.com/bonzini/qemu.git nbd-next
743 QAPI
744 M: Luiz Capitulino <lcapitulino@redhat.com>
745 M: Michael Roth <mdroth@linux.vnet.ibm.com>
746 S: Supported
747 F: qapi/
748 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
750 QAPI Schema
751 M: Eric Blake <eblake@redhat.com>
752 M: Luiz Capitulino <lcapitulino@redhat.com>
753 M: Markus Armbruster <armbru@redhat.com>
754 S: Supported
755 F: qapi-schema.json
756 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
759 M: Luiz Capitulino <lcapitulino@redhat.com>
760 S: Supported
761 F: qmp.c
762 F: monitor.c
763 F: qmp-commands.hx
764 F: QMP/
765 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
767 SLIRP
768 M: Jan Kiszka <jan.kiszka@siemens.com>
769 S: Maintained
770 F: slirp/
771 T: git git://git.kiszka.org/qemu.git queues/slirp
773 Tracing
774 M: Stefan Hajnoczi <stefanha@redhat.com>
775 S: Maintained
776 F: trace/
777 F: scripts/tracetool.py
778 F: scripts/tracetool/
779 F: docs/tracing.txt
780 T: git git://github.com/stefanha/qemu.git tracing
782 Checkpatch
783 M: Blue Swirl <blauwirbel@gmail.com>
784 S: Odd Fixes
785 F: scripts/checkpatch.pl
787 Seccomp
788 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
789 S: Supported
790 F: qemu-seccomp.c
791 F: include/sysemu/seccomp.h
793 Usermode Emulation
794 ------------------
795 BSD user
796 M: Blue Swirl <blauwirbel@gmail.com>
797 S: Maintained
798 F: bsd-user/
800 Linux user
801 M: Riku Voipio <riku.voipio@iki.fi>
802 S: Maintained
803 F: linux-user/
805 Tiny Code Generator (TCG)
806 -------------------------
807 Common code
808 M: qemu-devel@nongnu.org
809 M: Richard Henderson <rth@twiddle.net>
810 S: Maintained
811 F: tcg/
813 AArch64 target
814 M: Claudio Fontana <claudio.fontana@huawei.com>
815 M: Claudio Fontana <claudio.fontana@gmail.com>
816 S: Maintained
817 F: tcg/aarch64/
819 ARM target
820 M: Andrzej Zaborowski <balrogg@gmail.com>
821 S: Maintained
822 F: tcg/arm/
824 i386 target
825 M: qemu-devel@nongnu.org
826 S: Maintained
827 F: tcg/i386/
829 IA64 target
830 M: Aurelien Jarno <aurelien@aurel32.net>
831 S: Maintained
832 F: tcg/ia64/
834 MIPS target
835 M: Aurelien Jarno <aurelien@aurel32.net>
836 S: Maintained
837 F: tcg/mips/
840 M: Vassili Karpov (malc) <av1474@comtv.ru>
841 S: Maintained
842 F: tcg/ppc/
844 PPC64 target
845 M: Vassili Karpov (malc) <av1474@comtv.ru>
846 S: Maintained
847 F: tcg/ppc64/
849 S390 target
850 M: Alexander Graf <agraf@suse.de>
851 M: Richard Henderson <rth@twiddle.net>
852 S: Maintained
853 F: tcg/s390/
855 SPARC target
856 M: Blue Swirl <blauwirbel@gmail.com>
857 S: Maintained
858 F: tcg/sparc/
860 TCI target
861 M: Stefan Weil <sw@weilnetz.de>
862 S: Maintained
863 F: tcg/tci/
864 F: tci.c
866 Stable branches
867 ---------------
868 Stable 1.0
869 L: qemu-stable@nongnu.org
870 T: git git://git.qemu-project.org/qemu-stable-1.0.git
871 S: Orphan
873 Stable 0.15
874 L: qemu-stable@nongnu.org
875 M: Andreas Färber <afaerber@suse.de>
876 T: git git://git.qemu-project.org/qemu-stable-0.15.git
877 S: Supported
879 Stable 0.14
880 L: qemu-stable@nongnu.org
881 T: git git://git.qemu-project.org/qemu-stable-0.14.git
882 S: Orphan
884 Stable 0.10
885 L: qemu-stable@nongnu.org
886 T: git git://git.qemu-project.org/qemu-stable-0.10.git
887 S: Orphan
889 Block drivers
890 -------------
891 VMDK
892 M: Fam Zheng <famz@redhat.com>
893 S: Supported
894 F: block/vmdk.c
897 M: Josh Durgin <josh.durgin@inktank.com>
898 S: Supported
899 F: block/rbd.c
901 Sheepdog
902 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
903 M: Liu Yuan <namei.unix@gmail.com>
904 L: sheepdog@lists.wpkg.org
905 S: Supported
906 F: block/sheepdog.c
908 VHDX
909 M: Jeff Cody <jcody@redhat.com>
910 S: Supported
911 F: block/vhdx*
914 M: Stefan Weil <sw@weilnetz.de>
915 S: Maintained
916 F: block/vdi.c
918 iSCSI
919 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
920 M: Paolo Bonzini <pbonzini@redhat.com>
921 M: Peter Lieven <pl@kamp.de>
922 S: Supported
923 F: block/iscsi.c
926 M: Richard W.M. Jones <rjones@redhat.com>
927 S: Supported
928 F: block/ssh.c