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