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