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