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: 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/pci/virtex_ml507.c 445 446SH4 Machines 447------------ 448R2D 449M: Magnus Damm <magnus.damm@gmail.com> 450S: Maintained 451F: hw/sh/r2d.c 452 453Shix 454M: Magnus Damm <magnus.damm@gmail.com> 455S: Orphan 456F: hw/sh/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/s390/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@us.ibm.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 560M: Paul Brook <paul@codesourcery.com> 561S: Odd Fixes 562F: hw/scsi/lsi53c895a.c 563 564SSI 565M: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 566S: Maintained 567F: hw/ssi/* 568F: hw/block/m25p80.c 569 570USB 571M: Gerd Hoffmann <kraxel@redhat.com> 572S: Maintained 573F: hw/usb/* 574 575VFIO 576M: Alex Williamson <alex.williamson@redhat.com> 577S: Supported 578F: hw/pci/vfio.c 579 580vhost 581M: Michael S. Tsirkin <mst@redhat.com> 582S: Supported 583F: hw/*/*vhost* 584 585virtio 586M: Anthony Liguori <aliguori@us.ibm.com> 587S: Supported 588F: hw/*/virtio* 589 590virtio-9p 591M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 592S: Supported 593F: hw/9pfs/ 594F: fsdev/ 595T: git git://github.com/kvaneesh/QEMU.git 596 597virtio-blk 598M: Kevin Wolf <kwolf@redhat.com> 599M: Stefan Hajnoczi <stefanha@redhat.com> 600S: Supported 601F: hw/block/virtio-blk.c 602 603virtio-ccw 604M: Cornelia Huck <cornelia.huck@de.ibm.com> 605S: Supported 606F: hw/s390x/virtio-ccw.[hc] 607T: git git://github.com/cohuck/qemu virtio-ccw-upstr 608 609virtio-serial 610M: Amit Shah <amit.shah@redhat.com> 611S: Supported 612F: hw/char/virtio-serial-bus.c 613F: hw/char/virtio-console.c 614 615nvme 616M: Keith Busch <keith.busch@intel.com> 617S: Supported 618F: hw/block/nvme* 619 620Xilinx EDK 621M: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 622M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 623S: Maintained 624F: hw/*/xilinx_* 625F: include/hw/xilinx.h 626 627Subsystems 628---------- 629Audio 630M: Vassili Karpov (malc) <av1474@comtv.ru> 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/ 642 643Character Devices 644M: Anthony Liguori <aliguori@us.ibm.com> 645S: Maintained 646F: qemu-char.c 647 648CPU 649M: Andreas Färber <afaerber@suse.de> 650S: Supported 651F: qom/cpu.c 652F: include/qemu/cpu.h 653F: target-i386/cpu.c 654 655ICC Bus 656M: Igor Mammedov <imammedo@redhat.com> 657S: Supported 658F: include/hw/cpu/icc_bus.h 659F: hw/cpu/icc_bus.c 660 661Device Tree 662M: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 663M: Alexander Graf <agraf@suse.de> 664S: Maintained 665F: device-tree.[ch] 666 667GDB stub 668M: qemu-devel@nongnu.org 669S: Odd Fixes 670F: gdbstub* 671F: gdb-xml/ 672 673SPICE 674M: Gerd Hoffmann <kraxel@redhat.com> 675S: Supported 676F: ui/qemu-spice.h 677F: ui/spice-*.c 678F: audio/spiceaudio.c 679F: hw/display/qxl* 680 681Graphics 682M: Anthony Liguori <aliguori@us.ibm.com> 683S: Maintained 684F: ui/ 685 686Cocoa graphics 687M: Andreas Färber <andreas.faerber@web.de> 688S: Odd Fixes 689F: ui/cocoa.m 690 691Main loop 692M: Anthony Liguori <aliguori@us.ibm.com> 693S: Supported 694F: vl.c 695 696Human Monitor (HMP) 697M: Luiz Capitulino <lcapitulino@redhat.com> 698S: Supported 699F: monitor.c 700F: hmp.c 701F: hmp-commands.hx 702 703Network device layer 704M: Anthony Liguori <aliguori@us.ibm.com> 705M: Stefan Hajnoczi <stefanha@redhat.com> 706S: Maintained 707F: net/ 708T: git git://github.com/stefanha/qemu.git net 709 710Network Block Device (NBD) 711M: Paolo Bonzini <pbonzini@redhat.com> 712S: Odd Fixes 713F: block/nbd.c 714F: nbd.* 715F: qemu-nbd.c 716T: git git://github.com/bonzini/qemu.git nbd-next 717 718QAPI 719M: Luiz Capitulino <lcapitulino@redhat.com> 720M: Michael Roth <mdroth@linux.vnet.ibm.com> 721S: Supported 722F: qapi/ 723 724QAPI Schema 725M: Eric Blake <eblake@redhat.com> 726M: Luiz Capitulino <lcapitulino@redhat.com> 727M: Markus Armbruster <armbru@redhat.com> 728S: Supported 729F: qapi-schema.json 730 731QMP 732M: Luiz Capitulino <lcapitulino@redhat.com> 733S: Supported 734F: qmp.c 735F: monitor.c 736F: qmp-commands.hx 737F: QMP/ 738 739SLIRP 740M: Jan Kiszka <jan.kiszka@siemens.com> 741S: Maintained 742F: slirp/ 743T: git git://git.kiszka.org/qemu.git queues/slirp 744 745Tracing 746M: Stefan Hajnoczi <stefanha@redhat.com> 747S: Maintained 748F: trace/ 749F: scripts/tracetool.py 750F: scripts/tracetool/ 751F: docs/tracing.txt 752T: git git://github.com/stefanha/qemu.git tracing 753 754Checkpatch 755M: Blue Swirl <blauwirbel@gmail.com> 756S: Odd Fixes 757F: scripts/checkpatch.pl 758 759Usermode Emulation 760------------------ 761BSD user 762M: Blue Swirl <blauwirbel@gmail.com> 763S: Maintained 764F: bsd-user/ 765 766Linux user 767M: Riku Voipio <riku.voipio@iki.fi> 768S: Maintained 769F: linux-user/ 770 771Tiny Code Generator (TCG) 772------------------------- 773Common code 774M: qemu-devel@nongnu.org 775S: Maintained 776F: tcg/ 777 778AArch64 target 779M: Claudio Fontana <claudio.fontana@huawei.com> 780M: Claudio Fontana <claudio.fontana@gmail.com> 781S: Maintained 782F: tcg/aarch64/ 783 784ARM target 785M: Andrzej Zaborowski <balrogg@gmail.com> 786S: Maintained 787F: tcg/arm/ 788 789HPPA target 790M: Richard Henderson <rth@twiddle.net> 791S: Maintained 792F: tcg/hppa/ 793 794i386 target 795M: qemu-devel@nongnu.org 796S: Maintained 797F: tcg/i386/ 798 799IA64 target 800M: Aurelien Jarno <aurelien@aurel32.net> 801S: Maintained 802F: tcg/ia64/ 803 804MIPS target 805M: Aurelien Jarno <aurelien@aurel32.net> 806S: Maintained 807F: tcg/mips/ 808 809PPC 810M: Vassili Karpov (malc) <av1474@comtv.ru> 811S: Maintained 812F: tcg/ppc/ 813 814PPC64 target 815M: Vassili Karpov (malc) <av1474@comtv.ru> 816S: Maintained 817F: tcg/ppc64/ 818 819S390 target 820M: Alexander Graf <agraf@suse.de> 821M: Richard Henderson <rth@twiddle.net> 822S: Maintained 823F: tcg/s390/ 824 825SPARC target 826M: Blue Swirl <blauwirbel@gmail.com> 827S: Maintained 828F: tcg/sparc/ 829 830TCI target 831M: Stefan Weil <sw@weilnetz.de> 832S: Maintained 833F: tcg/tci/ 834 835Stable branches 836--------------- 837Stable 1.0 838L: qemu-stable@nongnu.org 839T: git git://git.qemu.org/qemu-stable-1.0.git 840S: Orphan 841 842Stable 0.15 843L: qemu-stable@nongnu.org 844T: git git://git.qemu.org/qemu-stable-0.15.git 845S: Orphan 846 847Stable 0.14 848L: qemu-stable@nongnu.org 849T: git git://git.qemu.org/qemu-stable-0.14.git 850S: Orphan 851 852Stable 0.10 853L: qemu-stable@nongnu.org 854T: git git://git.qemu.org/qemu-stable-0.10.git 855S: Orphan 856