]> git.proxmox.com Git - qemu.git/blob - MAINTAINERS
Open 2.0 development tree
[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@amazon.com>
54
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/
62
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
69
70 CRIS
71 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
72 S: Maintained
73 F: target-cris/
74 F: hw/cris/
75
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_*
82
83 M68K
84 S: Orphan
85 F: target-m68k/
86 F: hw/m68k/
87
88 MicroBlaze
89 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90 S: Maintained
91 F: target-microblaze/
92 F: hw/microblaze/
93
94 MIPS
95 M: Aurelien Jarno <aurelien@aurel32.net>
96 S: Odd Fixes
97 F: target-mips/
98 F: hw/mips/
99
100 Moxie
101 M: Anthony Green <green@moxielogic.com>
102 S: Maintained
103 F: target-moxie/
104
105 OpenRISC
106 M: Jia Liu <proljc@gmail.com>
107 S: Maintained
108 F: target-openrisc/
109 F: hw/openrisc/
110
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/
117
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/
124
125 SH4
126 M: Aurelien Jarno <aurelien@aurel32.net>
127 S: Odd Fixes
128 F: target-sh4/
129 F: hw/sh4/
130
131 SPARC
132 M: Blue Swirl <blauwirbel@gmail.com>
133 S: Maintained
134 F: target-sparc/
135 F: hw/sparc/
136 F: hw/sparc64/
137
138 UniCore32
139 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
140 S: Maintained
141 F: target-unicore32/
142 F: hw/unicore32/
143
144 X86
145 M: qemu-devel@nongnu.org
146 S: Odd Fixes
147 F: target-i386/
148 F: hw/i386/
149
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/
156
157 Guest CPU Cores (KVM):
158 ----------------------
159
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.*
167
168 ARM
169 M: Peter Maydell <peter.maydell@linaro.org>
170 S: Maintained
171 F: target-arm/kvm.c
172
173 PPC
174 M: Alexander Graf <agraf@suse.de>
175 S: Maintained
176 F: target-ppc/kvm.c
177
178 S390
179 M: Alexander Graf <agraf@suse.de>
180 S: Maintained
181 F: target-s390x/kvm.c
182
183 X86
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
189
190 Guest CPU Cores (Xen):
191 ----------------------
192
193 X86
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*
199
200 Hosts:
201 ------
202
203 LINUX
204 L: qemu-devel@nongnu.org
205 S: Maintained
206 F: linux-*
207 F: linux-headers/
208
209 POSIX
210 L: qemu-devel@nongnu.org
211 S: Maintained
212 F: *posix*
213
214 W32, W64
215 L: qemu-devel@nongnu.org
216 M: Stefan Weil <sw@weilnetz.de>
217 S: Maintained
218 F: *win32*
219
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*
229
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
235
236 Gumstix
237 M: qemu-devel@nongnu.org
238 S: Orphan
239 F: hw/arm/gumstix.c
240
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
246
247 Integrator CP
248 M: Peter Maydell <peter.maydell@linaro.org>
249 S: Maintained
250 F: hw/arm/integratorcp.c
251
252 Mainstone
253 M: qemu-devel@nongnu.org
254 S: Orphan
255 F: hw/arm/mainstone.c
256
257 Musicpal
258 M: Jan Kiszka <jan.kiszka@web.de>
259 S: Maintained
260 F: hw/arm/musicpal.c
261
262 nSeries
263 M: Andrzej Zaborowski <balrogg@gmail.com>
264 S: Maintained
265 F: hw/arm/nseries.c
266
267 Palm
268 M: Andrzej Zaborowski <balrogg@gmail.com>
269 S: Maintained
270 F: hw/arm/palm.c
271
272 Real View
273 M: Peter Maydell <peter.maydell@linaro.org>
274 S: Maintained
275 F: hw/arm/realview*
276
277 Spitz
278 M: Andrzej Zaborowski <balrogg@gmail.com>
279 S: Maintained
280 F: hw/arm/spitz.c
281
282 Stellaris
283 M: Peter Maydell <peter.maydell@linaro.org>
284 S: Maintained
285 F: hw/*/stellaris*
286
287 Versatile PB
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 S: Orphan
324 F: hw/m68k/an5206.c
325
326 dummy_m68k
327 S: Orphan
328 F: hw/m68k/dummy_m68k.c
329
330 mcf5208
331 S: Orphan
332 F: hw/m68k/mcf5208.c
333
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
340
341 petalogix_ml605
342 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
343 S: Maintained
344 F: hw/microblaze/petalogix_ml605_mmu.c
345
346 MIPS Machines
347 -------------
348 Jazz
349 M: Hervé Poussineau <hpoussin@reactos.org>
350 S: Maintained
351 F: hw/mips/mips_jazz.c
352
353 Malta
354 M: Aurelien Jarno <aurelien@aurel32.net>
355 S: Maintained
356 F: hw/mips/mips_malta.c
357
358 Mipssim
359 M: qemu-devel@nongnu.org
360 S: Orphan
361 F: hw/mips/mips_mipssim.c
362
363 R4000
364 M: Aurelien Jarno <aurelien@aurel32.net>
365 S: Maintained
366 F: hw/mips/mips_r4k.c
367
368 OpenRISC Machines
369 -----------------
370 or1k-sim
371 M: Jia Liu <proljc@gmail.com>
372 S: Maintained
373 F: hw/openrisc/openrisc_sim.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-host/uninorth.c
411 F: hw/pci-bridge/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-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-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/ppc/virtex_ml507.c
445
446 SH4 Machines
447 ------------
448 R2D
449 M: Magnus Damm <magnus.damm@gmail.com>
450 S: Maintained
451 F: hw/sh4/r2d.c
452
453 Shix
454 M: Magnus Damm <magnus.damm@gmail.com>
455 S: Orphan
456 F: hw/sh4/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/s390x/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@amazon.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 S: Orphan
561 F: hw/scsi/lsi53c895a.c
562
563 SSI
564 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
565 S: Maintained
566 F: hw/ssi/*
567 F: hw/block/m25p80.c
568
569 USB
570 M: Gerd Hoffmann <kraxel@redhat.com>
571 S: Maintained
572 F: hw/usb/*
573
574 VFIO
575 M: Alex Williamson <alex.williamson@redhat.com>
576 S: Supported
577 F: hw/misc/vfio.c
578
579 vhost
580 M: Michael S. Tsirkin <mst@redhat.com>
581 S: Supported
582 F: hw/*/*vhost*
583
584 virtio
585 M: Anthony Liguori <aliguori@amazon.com>
586 S: Supported
587 F: hw/*/virtio*
588
589 virtio-9p
590 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
591 S: Supported
592 F: hw/9pfs/
593 F: fsdev/
594 T: git git://github.com/kvaneesh/QEMU.git
595
596 virtio-blk
597 M: Kevin Wolf <kwolf@redhat.com>
598 M: Stefan Hajnoczi <stefanha@redhat.com>
599 S: Supported
600 F: hw/block/virtio-blk.c
601
602 virtio-ccw
603 M: Cornelia Huck <cornelia.huck@de.ibm.com>
604 S: Supported
605 F: hw/s390x/virtio-ccw.[hc]
606 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
607
608 virtio-serial
609 M: Amit Shah <amit.shah@redhat.com>
610 S: Supported
611 F: hw/char/virtio-serial-bus.c
612 F: hw/char/virtio-console.c
613
614 nvme
615 M: Keith Busch <keith.busch@intel.com>
616 S: Supported
617 F: hw/block/nvme*
618
619 Xilinx EDK
620 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
621 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622 S: Maintained
623 F: hw/*/xilinx_*
624 F: include/hw/xilinx.h
625
626 Subsystems
627 ----------
628 Audio
629 M: Vassili Karpov (malc) <av1474@comtv.ru>
630 M: Gerd Hoffmann <kraxel@redhat.com>
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 T: git git://repo.or.cz/qemu/kevin.git block
643 T: git git://github.com/stefanha/qemu.git block
644
645 Character Devices
646 M: Anthony Liguori <aliguori@amazon.com>
647 S: Maintained
648 F: qemu-char.c
649
650 CPU
651 M: Andreas Färber <afaerber@suse.de>
652 S: Supported
653 F: qom/cpu.c
654 F: include/qom/cpu.h
655 F: target-i386/cpu.c
656
657 ICC Bus
658 M: Igor Mammedov <imammedo@redhat.com>
659 S: Supported
660 F: include/hw/cpu/icc_bus.h
661 F: hw/cpu/icc_bus.c
662
663 Device Tree
664 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
665 M: Alexander Graf <agraf@suse.de>
666 S: Maintained
667 F: device_tree.[ch]
668
669 GDB stub
670 M: qemu-devel@nongnu.org
671 S: Odd Fixes
672 F: gdbstub*
673 F: gdb-xml/
674
675 SPICE
676 M: Gerd Hoffmann <kraxel@redhat.com>
677 S: Supported
678 F: include/ui/qemu-spice.h
679 F: ui/spice-*.c
680 F: audio/spiceaudio.c
681 F: hw/display/qxl*
682
683 Graphics
684 M: Anthony Liguori <aliguori@amazon.com>
685 S: Maintained
686 F: ui/
687
688 Cocoa graphics
689 M: Andreas Färber <andreas.faerber@web.de>
690 S: Odd Fixes
691 F: ui/cocoa.m
692
693 Main loop
694 M: Anthony Liguori <aliguori@amazon.com>
695 S: Supported
696 F: vl.c
697
698 Human Monitor (HMP)
699 M: Luiz Capitulino <lcapitulino@redhat.com>
700 S: Supported
701 F: monitor.c
702 F: hmp.c
703 F: hmp-commands.hx
704 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
705
706 Network device layer
707 M: Anthony Liguori <aliguori@amazon.com>
708 M: Stefan Hajnoczi <stefanha@redhat.com>
709 S: Maintained
710 F: net/
711 T: git git://github.com/stefanha/qemu.git net
712
713 Network Block Device (NBD)
714 M: Paolo Bonzini <pbonzini@redhat.com>
715 S: Odd Fixes
716 F: block/nbd.c
717 F: nbd.*
718 F: qemu-nbd.c
719 T: git git://github.com/bonzini/qemu.git nbd-next
720
721 QAPI
722 M: Luiz Capitulino <lcapitulino@redhat.com>
723 M: Michael Roth <mdroth@linux.vnet.ibm.com>
724 S: Supported
725 F: qapi/
726 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
727
728 QAPI Schema
729 M: Eric Blake <eblake@redhat.com>
730 M: Luiz Capitulino <lcapitulino@redhat.com>
731 M: Markus Armbruster <armbru@redhat.com>
732 S: Supported
733 F: qapi-schema.json
734 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
735
736 QMP
737 M: Luiz Capitulino <lcapitulino@redhat.com>
738 S: Supported
739 F: qmp.c
740 F: monitor.c
741 F: qmp-commands.hx
742 F: QMP/
743 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
744
745 SLIRP
746 M: Jan Kiszka <jan.kiszka@siemens.com>
747 S: Maintained
748 F: slirp/
749 T: git git://git.kiszka.org/qemu.git queues/slirp
750
751 Tracing
752 M: Stefan Hajnoczi <stefanha@redhat.com>
753 S: Maintained
754 F: trace/
755 F: scripts/tracetool.py
756 F: scripts/tracetool/
757 F: docs/tracing.txt
758 T: git git://github.com/stefanha/qemu.git tracing
759
760 Checkpatch
761 M: Blue Swirl <blauwirbel@gmail.com>
762 S: Odd Fixes
763 F: scripts/checkpatch.pl
764
765 Seccomp
766 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
767 S: Supported
768 F: qemu-seccomp.c
769 F: include/sysemu/seccomp.h
770
771 Usermode Emulation
772 ------------------
773 BSD user
774 M: Blue Swirl <blauwirbel@gmail.com>
775 S: Maintained
776 F: bsd-user/
777
778 Linux user
779 M: Riku Voipio <riku.voipio@iki.fi>
780 S: Maintained
781 F: linux-user/
782
783 Tiny Code Generator (TCG)
784 -------------------------
785 Common code
786 M: qemu-devel@nongnu.org
787 M: Richard Henderson <rth@twiddle.net>
788 S: Maintained
789 F: tcg/
790
791 AArch64 target
792 M: Claudio Fontana <claudio.fontana@huawei.com>
793 M: Claudio Fontana <claudio.fontana@gmail.com>
794 S: Maintained
795 F: tcg/aarch64/
796
797 ARM target
798 M: Andrzej Zaborowski <balrogg@gmail.com>
799 S: Maintained
800 F: tcg/arm/
801
802 i386 target
803 M: qemu-devel@nongnu.org
804 S: Maintained
805 F: tcg/i386/
806
807 IA64 target
808 M: Aurelien Jarno <aurelien@aurel32.net>
809 S: Maintained
810 F: tcg/ia64/
811
812 MIPS target
813 M: Aurelien Jarno <aurelien@aurel32.net>
814 S: Maintained
815 F: tcg/mips/
816
817 PPC
818 M: Vassili Karpov (malc) <av1474@comtv.ru>
819 S: Maintained
820 F: tcg/ppc/
821
822 PPC64 target
823 M: Vassili Karpov (malc) <av1474@comtv.ru>
824 S: Maintained
825 F: tcg/ppc64/
826
827 S390 target
828 M: Alexander Graf <agraf@suse.de>
829 M: Richard Henderson <rth@twiddle.net>
830 S: Maintained
831 F: tcg/s390/
832
833 SPARC target
834 M: Blue Swirl <blauwirbel@gmail.com>
835 S: Maintained
836 F: tcg/sparc/
837
838 TCI target
839 M: Stefan Weil <sw@weilnetz.de>
840 S: Maintained
841 F: tcg/tci/
842 F: tci.c
843
844 Stable branches
845 ---------------
846 Stable 1.0
847 L: qemu-stable@nongnu.org
848 T: git git://git.qemu-project.org/qemu-stable-1.0.git
849 S: Orphan
850
851 Stable 0.15
852 L: qemu-stable@nongnu.org
853 M: Andreas Färber <afaerber@suse.de>
854 T: git git://git.qemu-project.org/qemu-stable-0.15.git
855 S: Supported
856
857 Stable 0.14
858 L: qemu-stable@nongnu.org
859 T: git git://git.qemu-project.org/qemu-stable-0.14.git
860 S: Orphan
861
862 Stable 0.10
863 L: qemu-stable@nongnu.org
864 T: git git://git.qemu-project.org/qemu-stable-0.10.git
865 S: Orphan
866
867 Block drivers
868 -------------
869 VMDK
870 M: Fam Zheng <famz@redhat.com>
871 S: Supported
872 F: block/vmdk.c
873
874 RBD
875 M: Josh Durgin <josh.durgin@inktank.com>
876 S: Supported
877 F: block/rbd.c
878
879 Sheepdog
880 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
881 M: Liu Yuan <namei.unix@gmail.com>
882 S: Supported
883 F: block/sheepdog.c
884
885 VHDX
886 M: Jeff Cody <jcody@redhat.com>
887 S: Supported
888 F: block/vhdx*
889
890 VDI
891 M: Stefan Weil <sw@weilnetz.de>
892 S: Maintained
893 F: block/vdi.c
894
895 iSCSI
896 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
897 M: Paolo Bonzini <pbonzini@redhat.com>
898 M: Peter Lieven <pl@kamp.de>
899 S: Supported
900 F: block/iscsi.c
901
902 SSH
903 M: Richard W.M. Jones <rjones@redhat.com>
904 S: Supported
905 F: block/ssh.c