1b6f97c14SbellardQEMU Maintainers 2b6f97c14Sbellard================ 3b6f97c14Sbellard 4fd5d5c56SAnthony LiguoriThe intention of this file is not to establish who owns what portions of the 5fd5d5c56SAnthony Liguoricode base, but to provide a set of names that developers can consult when they 6fd5d5c56SAnthony Liguorihave a question about a particular subset and also to provide a set of names 7fd5d5c56SAnthony Liguorito be CC'd when submitting a patch to obtain appropriate review. 83cd9acb4Sbellard 9fd5d5c56SAnthony LiguoriIn general, if you have a question about inclusion of a patch, you should 10fd5d5c56SAnthony Liguoriconsult qemu-devel and not any specific individual privately. 11b6f97c14Sbellard 12fd5d5c56SAnthony LiguoriDescriptions of section entries: 13b6f97c14Sbellard 14fd5d5c56SAnthony Liguori M: Mail patches to: FullName <address@domain> 15fd5d5c56SAnthony Liguori L: Mailing list that is relevant to this area 16fd5d5c56SAnthony Liguori W: Web-page with status/info 17fd5d5c56SAnthony Liguori Q: Patchwork web based patch tracking system site 18fd5d5c56SAnthony Liguori T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 19fd5d5c56SAnthony Liguori S: Status, one of the following: 20fd5d5c56SAnthony Liguori Supported: Someone is actually paid to look after this. 21fd5d5c56SAnthony Liguori Maintained: Someone actually looks after it. 22fd5d5c56SAnthony Liguori Odd Fixes: It has a maintainer but they don't have time to do 23c91bbffbSPeter Maydell much other than throw the odd patch in. See below. 24fd5d5c56SAnthony Liguori Orphan: No current maintainer [but maybe you could take the 25fd5d5c56SAnthony Liguori role as you write your new code]. 26fd5d5c56SAnthony Liguori Obsolete: Old code. Something tagged obsolete generally means 27fd5d5c56SAnthony Liguori it has been replaced by a better system and you 28fd5d5c56SAnthony Liguori should be using that. 29fd5d5c56SAnthony Liguori F: Files and directories with wildcard patterns. 30fd5d5c56SAnthony Liguori A trailing slash includes all files and subdirectory files. 31fd5d5c56SAnthony Liguori F: drivers/net/ all files in and below drivers/net 32fd5d5c56SAnthony Liguori F: drivers/net/* all files in drivers/net, but not below 33fd5d5c56SAnthony Liguori F: */net/* all files in "any top level directory"/net 34fd5d5c56SAnthony Liguori One pattern per line. Multiple F: lines acceptable. 35fd5d5c56SAnthony Liguori X: Files and directories that are NOT maintained, same rules as F: 36fd5d5c56SAnthony Liguori Files exclusions are tested before file matches. 37fd5d5c56SAnthony Liguori Can be useful for excluding a specific subdirectory, for instance: 38fd5d5c56SAnthony Liguori F: net/ 39fd5d5c56SAnthony Liguori X: net/ipv6/ 40fd5d5c56SAnthony Liguori matches all files in and below net excluding net/ipv6/ 41fd5d5c56SAnthony Liguori K: Keyword perl extended regex pattern to match content in a 42fd5d5c56SAnthony Liguori patch or file. For instance: 43fd5d5c56SAnthony Liguori K: of_get_profile 44fd5d5c56SAnthony Liguori matches patches or files that contain "of_get_profile" 45fd5d5c56SAnthony Liguori K: \b(printk|pr_(info|err))\b 46fd5d5c56SAnthony Liguori matches patches or files that contain one or more of the words 47fd5d5c56SAnthony Liguori printk, pr_info or pr_err 48fd5d5c56SAnthony Liguori One regex pattern per line. Multiple K: lines acceptable. 49b6f97c14Sbellard 50b6f97c14Sbellard 51fd5d5c56SAnthony LiguoriGeneral Project Administration 52fd5d5c56SAnthony Liguori------------------------------ 53fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 54fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 55fd5d5c56SAnthony Liguori 56fd5d5c56SAnthony LiguoriGuest CPU cores (TCG): 57fd5d5c56SAnthony Liguori---------------------- 58b6f97c14SbellardAlpha 598d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net> 608d6df264SRichard HendersonS: Maintained 61fd5d5c56SAnthony LiguoriF: target-alpha/ 62fd5d5c56SAnthony Liguori 63fd5d5c56SAnthony LiguoriARM 64fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 651ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 66fd5d5c56SAnthony LiguoriS: Maintained 67fd5d5c56SAnthony LiguoriF: target-arm/ 68fd5d5c56SAnthony Liguori 69fd5d5c56SAnthony LiguoriCRIS 70fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 71fd5d5c56SAnthony LiguoriS: Maintained 72fd5d5c56SAnthony LiguoriF: target-cris/ 73fd5d5c56SAnthony Liguori 7407bf23a7SMichael WalleLM32 7507bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 7607bf23a7SMichael WalleS: Maintained 7707bf23a7SMichael WalleF: target-lm32/ 7807bf23a7SMichael Walle 79fd5d5c56SAnthony LiguoriM68K 80fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 8184c9d9d1SAndreas FärberS: Odd Fixes 82fd5d5c56SAnthony LiguoriF: target-m68k/ 83fd5d5c56SAnthony Liguori 84abc07545SEdgar E. IglesiasMicroBlaze 85fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 86fd5d5c56SAnthony LiguoriS: Maintained 87fd5d5c56SAnthony LiguoriF: target-microblaze/ 88fd5d5c56SAnthony Liguori 89fd5d5c56SAnthony LiguoriMIPS 90ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 912c9b7d1aSAndreas FärberS: Odd Fixes 92fd5d5c56SAnthony LiguoriF: target-mips/ 93fd5d5c56SAnthony Liguori 94fd5d5c56SAnthony LiguoriPowerPC 95fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 96a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 97fd5d5c56SAnthony LiguoriS: Maintained 98fd5d5c56SAnthony LiguoriF: target-ppc/ 99fd5d5c56SAnthony Liguori 100749717a0SAlexander GrafS390 1012b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net> 102fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 103fd5d5c56SAnthony LiguoriS: Maintained 104fd5d5c56SAnthony LiguoriF: target-s390x/ 105b6f97c14Sbellard 106fd5d5c56SAnthony LiguoriSH4 107ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 1082c9b7d1aSAndreas FärberS: Odd Fixes 109fd5d5c56SAnthony LiguoriF: target-sh4/ 110fd5d5c56SAnthony Liguori 111fd5d5c56SAnthony LiguoriSPARC 112fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 113fd5d5c56SAnthony LiguoriS: Maintained 114fd5d5c56SAnthony LiguoriF: target-sparc/ 115fd5d5c56SAnthony Liguori 116a6ea7b4cSAndreas FärberUniCore32 117a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 118a6ea7b4cSAndreas FärberS: Maintained 119a6ea7b4cSAndreas FärberF: target-unicore32/ 120a6ea7b4cSAndreas Färber 121fd5d5c56SAnthony LiguoriX86 122fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 123fd5d5c56SAnthony LiguoriS: Odd Fixes 124fd5d5c56SAnthony LiguoriF: target-i386/ 125fd5d5c56SAnthony Liguori 12616e7caaeSMax FilippovXtensa 12716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 128375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 12916e7caaeSMax FilippovS: Maintained 13016e7caaeSMax FilippovF: target-xtensa/ 13116e7caaeSMax Filippov 132fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 133fd5d5c56SAnthony Liguori---------------------- 134fd5d5c56SAnthony Liguori 135fd5d5c56SAnthony LiguoriOverall 136a2685bccSGleb NatapovM: Gleb Natapov <gleb@redhat.com> 137fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 138fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 139fd5d5c56SAnthony LiguoriS: Supported 140fd5d5c56SAnthony LiguoriF: kvm-* 141fd5d5c56SAnthony LiguoriF: */kvm.* 142fd5d5c56SAnthony Liguori 143fd5d5c56SAnthony LiguoriPPC 144fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 145fd5d5c56SAnthony LiguoriS: Maintained 146fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c 147fd5d5c56SAnthony Liguori 148fd5d5c56SAnthony LiguoriS390 149fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 150fd5d5c56SAnthony LiguoriS: Maintained 151fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c 152fd5d5c56SAnthony Liguori 153fd5d5c56SAnthony LiguoriX86 154a2685bccSGleb NatapovM: Gleb Natapov <gleb@redhat.com> 155fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 156fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 157fd5d5c56SAnthony LiguoriS: Supported 158fd5d5c56SAnthony LiguoriF: target-i386/kvm.c 159fd5d5c56SAnthony Liguori 1608a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 1618a6b0cd7SStefano Stabellini---------------------- 1628a6b0cd7SStefano Stabellini 1638a6b0cd7SStefano StabelliniX86 1648a6b0cd7SStefano StabelliniM: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 1658a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com 1668a6b0cd7SStefano StabelliniS: Supported 1678a6b0cd7SStefano StabelliniF: xen-* 1688a6b0cd7SStefano StabelliniF: */xen* 1698a6b0cd7SStefano Stabellini 1701bdd6874SStefan WeilHosts: 1711bdd6874SStefan Weil------ 1721bdd6874SStefan Weil 1731bdd6874SStefan WeilLINUX 1741bdd6874SStefan WeilL: qemu-devel@nongnu.org 1751bdd6874SStefan WeilS: Maintained 1761bdd6874SStefan WeilF: linux-* 1771bdd6874SStefan WeilF: linux-headers/ 1781bdd6874SStefan Weil 1791bdd6874SStefan WeilPOSIX 1801bdd6874SStefan WeilL: qemu-devel@nongnu.org 1811bdd6874SStefan WeilS: Maintained 1821bdd6874SStefan WeilF: *posix* 1831bdd6874SStefan Weil 1841bdd6874SStefan WeilW32, W64 1851bdd6874SStefan WeilL: qemu-devel@nongnu.org 1861bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 1871bdd6874SStefan WeilS: Maintained 1881bdd6874SStefan WeilF: *win32* 1891bdd6874SStefan Weil 190fd5d5c56SAnthony LiguoriARM Machines 191fd5d5c56SAnthony Liguori------------ 192fc63dcffSEvgeny VoevodinExynos 193fc63dcffSEvgeny VoevodinM: Evgeny Voevodin <e.voevodin@samsung.com> 194fc63dcffSEvgeny VoevodinM: Maksim Kozlov <m.kozlov@samsung.com> 195fc63dcffSEvgeny VoevodinM: Igor Mitsyanko <i.mitsyanko@samsung.com> 196fc63dcffSEvgeny VoevodinM: Dmitry Solodkiy <d.solodkiy@samsung.com> 197fc63dcffSEvgeny VoevodinS: Maintained 198fc63dcffSEvgeny VoevodinF: hw/exynos* 199fc63dcffSEvgeny Voevodin 200766fd09fSMark LangsdorfCalxeda Highbank 201766fd09fSMark LangsdorfM: Mark Langsdorf <mark.langsdorf@calxeda.com> 202766fd09fSMark LangsdorfS: Supported 203766fd09fSMark LangsdorfF: hw/highbank.c 204766fd09fSMark LangsdorfF: hw/xgmac.c 205766fd09fSMark Langsdorf 206fd5d5c56SAnthony LiguoriGumstix 207fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 208fd5d5c56SAnthony LiguoriS: Orphan 209fd5d5c56SAnthony LiguoriF: hw/gumstix.c 210fd5d5c56SAnthony Liguori 2110325559dSPeter Chubbi.MX31 2120325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au> 2130325559dSPeter ChubbS: Odd fixes 2140325559dSPeter ChubbF: hw/imx* 2150325559dSPeter ChubbF: hw/kzm.c 2160325559dSPeter Chubb 217fd5d5c56SAnthony LiguoriIntegrator CP 218fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2191ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 220fd5d5c56SAnthony LiguoriS: Maintained 221fd5d5c56SAnthony LiguoriF: hw/integratorcp.c 222fd5d5c56SAnthony Liguori 223fd5d5c56SAnthony LiguoriMainstone 224fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 225fd5d5c56SAnthony LiguoriS: Orphan 226fd5d5c56SAnthony LiguoriF: hw/mainstone.c 227fd5d5c56SAnthony Liguori 228fd5d5c56SAnthony LiguoriMusicpal 229fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 230fd5d5c56SAnthony LiguoriS: Maintained 231fd5d5c56SAnthony LiguoriF: hw/musicpal.c 232fd5d5c56SAnthony Liguori 233fd5d5c56SAnthony LiguorinSeries 234fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 235fd5d5c56SAnthony LiguoriS: Maintained 236fd5d5c56SAnthony LiguoriF: hw/nseries.c 237fd5d5c56SAnthony Liguori 238fd5d5c56SAnthony LiguoriPalm 239fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 240fd5d5c56SAnthony LiguoriS: Maintained 241fd5d5c56SAnthony LiguoriF: hw/palm.c 242fd5d5c56SAnthony Liguori 243fd5d5c56SAnthony LiguoriReal View 244fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2451ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 246fd5d5c56SAnthony LiguoriS: Maintained 247fd5d5c56SAnthony LiguoriF: hw/realview* 248fd5d5c56SAnthony Liguori 249fd5d5c56SAnthony LiguoriSpitz 250fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 251fd5d5c56SAnthony LiguoriS: Maintained 252fd5d5c56SAnthony LiguoriF: hw/spitz.c 253fd5d5c56SAnthony Liguori 254fd5d5c56SAnthony LiguoriStellaris 255fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2561ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 257fd5d5c56SAnthony LiguoriS: Maintained 258fd5d5c56SAnthony LiguoriF: hw/stellaris.c 259fd5d5c56SAnthony Liguori 260fd5d5c56SAnthony LiguoriVersatile PB 261fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2621ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 263fd5d5c56SAnthony LiguoriS: Maintained 264fd5d5c56SAnthony LiguoriF: hw/versatilepb.c 265fd5d5c56SAnthony Liguori 266e3260506SPeter A. G. CrosthwaiteXilinx Zynq 267e3260506SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 268e3260506SPeter A. G. CrosthwaiteS: Maintained 269e3260506SPeter A. G. CrosthwaiteF: hw/xilinx_zynq.c 270e3260506SPeter A. G. CrosthwaiteF: hw/zynq_slcr.c 271e3260506SPeter A. G. CrosthwaiteF: hw/cadence_* 272fcb5629dSPeter A. G. CrosthwaiteF: hw/xilinx_spips.c 273e3260506SPeter A. G. Crosthwaite 274fd5d5c56SAnthony LiguoriCRIS Machines 275fd5d5c56SAnthony Liguori------------- 276fd5d5c56SAnthony LiguoriAxis Dev88 277fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 278fd5d5c56SAnthony LiguoriS: Maintained 279fd5d5c56SAnthony LiguoriF: hw/axis_dev88.c 280fd5d5c56SAnthony Liguori 281fd5d5c56SAnthony Liguorietraxfs 282fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 283fd5d5c56SAnthony LiguoriS: Maintained 284fd5d5c56SAnthony LiguoriF: hw/etraxfs.c 285fd5d5c56SAnthony Liguori 28607bf23a7SMichael WalleLM32 Machines 28707bf23a7SMichael Walle------------- 28807bf23a7SMichael WalleEVR32 and uclinux BSP 28907bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 29007bf23a7SMichael WalleS: Maintained 29107bf23a7SMichael WalleF: hw/lm32_boards.c 29207bf23a7SMichael Walle 293d118aa6bSMichael Wallemilkymist 294d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 295d118aa6bSMichael WalleS: Maintained 296d118aa6bSMichael WalleF: hw/milkymist.c 297d118aa6bSMichael Walle 298afcacd53SAurelien JarnoM68K Machines 299fd5d5c56SAnthony Liguori------------- 300fd5d5c56SAnthony Liguorian5206 301fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 302fd5d5c56SAnthony LiguoriS: Maintained 303fd5d5c56SAnthony LiguoriF: hw/an5206.c 304fd5d5c56SAnthony Liguori 305fd5d5c56SAnthony Liguoridummy_m68k 306fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 307fd5d5c56SAnthony LiguoriS: Maintained 308fd5d5c56SAnthony LiguoriF: hw/dummy_m68k.c 309fd5d5c56SAnthony Liguori 310fd5d5c56SAnthony Liguorimcf5208 311fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 312fd5d5c56SAnthony LiguoriS: Maintained 313fd5d5c56SAnthony LiguoriF: hw/mcf5208.c 314fd5d5c56SAnthony Liguori 315fd5d5c56SAnthony LiguoriMicroBlaze Machines 316b6f97c14Sbellard------------------- 317fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 318fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 319fd5d5c56SAnthony LiguoriS: Maintained 320fd5d5c56SAnthony LiguoriF: hw/petalogix_s3adsp1800.c 321b6f97c14Sbellard 322d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 323d36e8ce7SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 324d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 325d36e8ce7SPeter A. G. CrosthwaiteF: hw/petalogix_ml605_mmu.c 326d36e8ce7SPeter A. G. Crosthwaite 327fd5d5c56SAnthony LiguoriMIPS Machines 328fd5d5c56SAnthony Liguori------------- 329fd5d5c56SAnthony LiguoriJazz 330fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 331fd5d5c56SAnthony LiguoriS: Maintained 332fd5d5c56SAnthony LiguoriF: hw/mips_jazz.c 333fd5d5c56SAnthony Liguori 334fd5d5c56SAnthony LiguoriMalta 335fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 336fd5d5c56SAnthony LiguoriS: Maintained 337fd5d5c56SAnthony LiguoriF: hw/mips_malta.c 338fd5d5c56SAnthony Liguori 339fd5d5c56SAnthony LiguoriMipssim 340fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 341fd5d5c56SAnthony LiguoriS: Orphan 342fd5d5c56SAnthony LiguoriF: hw/mips_mipssim.c 343fd5d5c56SAnthony Liguori 344fd5d5c56SAnthony LiguoriR4000 345fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 346fd5d5c56SAnthony LiguoriS: Maintained 347fd5d5c56SAnthony LiguoriF: hw/mips_r4k.c 348fd5d5c56SAnthony Liguori 349fd5d5c56SAnthony LiguoriPowerPC Machines 350fd5d5c56SAnthony Liguori---------------- 351fd5d5c56SAnthony Liguori405 352fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 353a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 3549b9fe135SAndreas FärberS: Odd Fixes 355fd5d5c56SAnthony LiguoriF: hw/ppc405_boards.c 356fd5d5c56SAnthony Liguori 357aaade8d7SAndreas FärberBamboo 358aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 359aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 360aaade8d7SAndreas FärberS: Odd Fixes 361aaade8d7SAndreas FärberF: hw/ppc440_bamboo.c 362aaade8d7SAndreas Färber 36398cded3aSAndreas Färbere500 36498cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 36598cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 36698cded3aSAndreas FärberL: qemu-ppc@nongnu.org 36798cded3aSAndreas FärberS: Supported 36898cded3aSAndreas FärberF: hw/ppc/e500.[hc] 36998cded3aSAndreas FärberF: hw/ppc/e500plat.c 37098cded3aSAndreas Färber 37198cded3aSAndreas Färbermpc8544ds 37298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 37398cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 37498cded3aSAndreas FärberL: qemu-ppc@nongnu.org 37598cded3aSAndreas FärberS: Supported 37698cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 37798cded3aSAndreas FärberF: hw/mpc8544_guts.c 37898cded3aSAndreas Färber 379fd5d5c56SAnthony LiguoriNew World 380fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 381a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 382fd5d5c56SAnthony LiguoriS: Maintained 383baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 3840a6eec6bSAndreas FärberF: hw/unin_pci.c 385d5ee6754SAndreas FärberF: hw/dec_pci.[hc] 386fd5d5c56SAnthony Liguori 387fd5d5c56SAnthony LiguoriOld World 388fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 389a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 390fd5d5c56SAnthony LiguoriS: Maintained 391baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 3920a6eec6bSAndreas FärberF: hw/grackle_pci.c 393fd5d5c56SAnthony Liguori 394ec38d398SAndreas FärberPReP 395ec38d398SAndreas FärberM: Andreas Färber <andreas.faerber@web.de> 396a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 397ec38d398SAndreas FärberS: Odd Fixes 398*75610155SAndreas FärberF: hw/ppc/prep.c 3991c75457fSAndreas FärberF: hw/prep_pci.[hc] 40052a71bffSHervé PoussineauF: hw/pc87312.[hc] 401fd5d5c56SAnthony Liguori 4028a269ca4SAndreas FärbersPAPR 4038a269ca4SAndreas FärberM: David Gibson <david@gibson.dropbear.id.au> 4048a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de> 4058a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 4068a269ca4SAndreas FärberS: Supported 4078a269ca4SAndreas FärberF: hw/spapr* 4088a269ca4SAndreas Färber 409794d00bfSAndreas Färbervirtex_ml507 410794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 411794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 412794d00bfSAndreas FärberS: Odd Fixes 413794d00bfSAndreas FärberF: hw/virtex_ml507.c 414794d00bfSAndreas Färber 415fd5d5c56SAnthony LiguoriSH4 Machines 416fd5d5c56SAnthony Liguori------------ 417fd5d5c56SAnthony LiguoriR2D 418fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 419fd5d5c56SAnthony LiguoriS: Maintained 420fd5d5c56SAnthony LiguoriF: hw/r2d.c 421fd5d5c56SAnthony Liguori 422fd5d5c56SAnthony LiguoriShix 423fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 424afcacd53SAurelien JarnoS: Orphan 425fd5d5c56SAnthony LiguoriF: hw/shix.c 426fd5d5c56SAnthony Liguori 427fd5d5c56SAnthony LiguoriSPARC Machines 428fd5d5c56SAnthony Liguori-------------- 429fd5d5c56SAnthony LiguoriSun4m 430fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 431fd5d5c56SAnthony LiguoriS: Maintained 432fd5d5c56SAnthony LiguoriF: hw/sun4m.c 433fd5d5c56SAnthony Liguori 434fd5d5c56SAnthony LiguoriSun4u 435fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 436fd5d5c56SAnthony LiguoriS: Maintained 437fd5d5c56SAnthony LiguoriF: hw/sun4u.c 438fd5d5c56SAnthony Liguori 439ce6c760cSFabien ChouteauLeon3 440ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 441ce6c760cSFabien ChouteauS: Maintained 442ce6c760cSFabien ChouteauF: hw/leon3.c 443ce6c760cSFabien ChouteauF: hw/grlib* 444ce6c760cSFabien Chouteau 445fd5d5c56SAnthony LiguoriS390 Machines 446fd5d5c56SAnthony Liguori------------- 447fd5d5c56SAnthony LiguoriS390 Virtio 448fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 449fd5d5c56SAnthony LiguoriS: Maintained 450fd5d5c56SAnthony LiguoriF: hw/s390-*.c 451fd5d5c56SAnthony Liguori 452ab9528caSGuan XuetaoUniCore32 Machines 453ab9528caSGuan Xuetao------------- 454ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox 455ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn> 456ab9528caSGuan XuetaoS: Maintained 457ab9528caSGuan XuetaoF: hw/puv3* 458ab9528caSGuan XuetaoF: hw/unicore32/ 459ab9528caSGuan Xuetao 460fd5d5c56SAnthony LiguoriX86 Machines 461fd5d5c56SAnthony Liguori------------ 462fd5d5c56SAnthony LiguoriPC 463fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 464fd5d5c56SAnthony LiguoriS: Supported 4652df6dabbSAndreas FärberF: hw/pc.[ch] 4662df6dabbSAndreas FärberF: hw/pc_piix.c 467fd5d5c56SAnthony Liguori 46816e7caaeSMax FilippovXtensa Machines 46916e7caaeSMax Filippov--------------- 470375847a6SMax Filippovsim 47116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 47216e7caaeSMax FilippovS: Maintained 473375847a6SMax FilippovF: hw/xtensa_sim.c 474375847a6SMax Filippov 475375847a6SMax FilippovAvnet LX60 476375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 477375847a6SMax FilippovS: Maintained 478375847a6SMax FilippovF: hw/xtensa_lx60.c 47916e7caaeSMax Filippov 480fd5d5c56SAnthony LiguoriDevices 481fd5d5c56SAnthony Liguori------- 482fd5d5c56SAnthony LiguoriIDE 483fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 484fd5d5c56SAnthony LiguoriS: Odd Fixes 485fd5d5c56SAnthony LiguoriF: hw/ide/ 486fd5d5c56SAnthony Liguori 487f5f487b2SPeter MaydellOMAP 488f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 489f5f487b2SPeter MaydellS: Maintained 490f5f487b2SPeter MaydellF: hw/omap* 491f5f487b2SPeter Maydell 492fd5d5c56SAnthony LiguoriPCI 493fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 494fd5d5c56SAnthony LiguoriS: Supported 495ca818cfbSMichael S. TsirkinF: hw/pci/* 496fd5d5c56SAnthony LiguoriF: hw/pci* 497fd5d5c56SAnthony LiguoriF: hw/piix* 498fd5d5c56SAnthony Liguori 499aaade8d7SAndreas Färberppc4xx 500aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 501aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 502aaade8d7SAndreas FärberS: Odd Fixes 503aaade8d7SAndreas FärberF: hw/ppc4xx*.[hc] 504aaade8d7SAndreas Färber 50598cded3aSAndreas Färberppce500 50698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 50798cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 50898cded3aSAndreas FärberL: qemu-ppc@nongnu.org 50998cded3aSAndreas FärberS: Supported 51098cded3aSAndreas FärberF: hw/ppce500_* 51198cded3aSAndreas Färber 512fd5d5c56SAnthony LiguoriSCSI 513de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 514de7724f7SPaolo BonziniS: Supported 515de7724f7SPaolo BonziniF: hw/virtio-scsi.* 516de7724f7SPaolo BonziniF: hw/scsi* 5171ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next 518de7724f7SPaolo Bonzini 519de7724f7SPaolo BonziniLSI53C895A 520fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 521fd5d5c56SAnthony LiguoriS: Odd Fixes 522fd5d5c56SAnthony LiguoriF: hw/lsi53c895a.c 523fd5d5c56SAnthony Liguori 524fcb5629dSPeter A. G. CrosthwaiteSSI 525fcb5629dSPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 526fcb5629dSPeter A. G. CrosthwaiteS: Maintained 527fcb5629dSPeter A. G. CrosthwaiteF: hw/ssi.* 528fcb5629dSPeter A. G. CrosthwaiteF: hw/m25p80.c 529fcb5629dSPeter A. G. Crosthwaite 530fd5d5c56SAnthony LiguoriUSB 5315d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 5325d0d62feSGerd HoffmannS: Maintained 533fd5d5c56SAnthony LiguoriF: hw/usb* 534fd5d5c56SAnthony Liguori 53592e1fb5eSAlex WilliamsonVFIO 53692e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 53792e1fb5eSAlex WilliamsonS: Supported 53892e1fb5eSAlex WilliamsonF: hw/vfio* 53992e1fb5eSAlex Williamson 540fd5d5c56SAnthony Liguorivhost 541fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 542fd5d5c56SAnthony LiguoriS: Supported 543fd5d5c56SAnthony LiguoriF: hw/vhost* 544fd5d5c56SAnthony Liguori 545fd5d5c56SAnthony Liguorivirtio 546fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 547fd5d5c56SAnthony LiguoriS: Supported 548fd5d5c56SAnthony LiguoriF: hw/virtio* 549fd5d5c56SAnthony Liguori 550fd5d5c56SAnthony Liguorivirtio-9p 55123704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 552fd5d5c56SAnthony LiguoriS: Supported 553aebeca25SAndreas FärberF: hw/9pfs/ 554aebeca25SAndreas FärberF: fsdev/ 5553f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git 556fd5d5c56SAnthony Liguori 557fd5d5c56SAnthony Liguorivirtio-blk 558fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 55954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 560fd5d5c56SAnthony LiguoriS: Supported 561fd5d5c56SAnthony LiguoriF: hw/virtio-blk* 562fd5d5c56SAnthony Liguori 563fd5d5c56SAnthony Liguorivirtio-serial 564fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com> 565fd5d5c56SAnthony LiguoriS: Supported 566fd5d5c56SAnthony LiguoriF: hw/virtio-serial* 567fd5d5c56SAnthony LiguoriF: hw/virtio-console* 568fd5d5c56SAnthony Liguori 569ab61d240SPeter A. G. CrosthwaiteXilinx EDK 570ab61d240SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 571ab61d240SPeter A. G. CrosthwaiteM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 572ab61d240SPeter A. G. CrosthwaiteS: Maintained 573ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_axi* 574ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_uartlite.c 575ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_intc.c 576ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_ethlite.c 577ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_timer.c 578ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx.h 579fcb5629dSPeter A. G. CrosthwaiteF: hw/xilinx_spi.c 580ab61d240SPeter A. G. Crosthwaite 581fd5d5c56SAnthony LiguoriSubsystems 582fd5d5c56SAnthony Liguori---------- 583fd5d5c56SAnthony LiguoriAudio 584fd5d5c56SAnthony LiguoriM: Vassili Karpov (malc) <av1474@comtv.ru> 585fd5d5c56SAnthony LiguoriS: Maintained 586fd5d5c56SAnthony LiguoriF: audio/ 587fd5d5c56SAnthony Liguori 588fd5d5c56SAnthony LiguoriBlock 589fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 59054d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 591fd5d5c56SAnthony LiguoriS: Supported 592fd5d5c56SAnthony LiguoriF: block* 593fd5d5c56SAnthony LiguoriF: block/ 594fd5d5c56SAnthony Liguori 595fd5d5c56SAnthony LiguoriCharacter Devices 596fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 597fd5d5c56SAnthony LiguoriS: Maintained 598fd5d5c56SAnthony LiguoriF: qemu-char.c 599fd5d5c56SAnthony Liguori 600f2ca0524SAndreas FärberCPU 601f2ca0524SAndreas FärberM: Andreas Färber <afaerber@suse.de> 602f2ca0524SAndreas FärberS: Supported 603f2ca0524SAndreas FärberF: qom/cpu.c 604f2ca0524SAndreas FärberF: include/qemu/cpu.h 60562e0c095SAndreas FärberF: target-i386/cpu.c 606f2ca0524SAndreas Färber 607d24b569aSPeter A. G. CrosthwaiteDevice Tree 608d24b569aSPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 609d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de> 610d24b569aSPeter A. G. CrosthwaiteS: Maintained 611d24b569aSPeter A. G. CrosthwaiteF: device-tree.[ch] 612d24b569aSPeter A. G. Crosthwaite 613fd5d5c56SAnthony LiguoriGDB stub 614fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 615fd5d5c56SAnthony LiguoriS: Odd Fixes 616fd5d5c56SAnthony LiguoriF: gdbstub* 617fd5d5c56SAnthony LiguoriF: gdb-xml/ 618fd5d5c56SAnthony Liguori 6197ee3bf03SGerd HoffmannSPICE 6207ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 6217ee3bf03SGerd HoffmannS: Supported 6227ee3bf03SGerd HoffmannF: ui/qemu-spice.h 6237ee3bf03SGerd HoffmannF: ui/spice-*.c 6247ee3bf03SGerd HoffmannF: audio/spiceaudio.c 6257ee3bf03SGerd HoffmannF: hw/qxl* 6267ee3bf03SGerd Hoffmann 627fd5d5c56SAnthony LiguoriGraphics 628fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 629fd5d5c56SAnthony LiguoriS: Maintained 630fd5d5c56SAnthony LiguoriF: ui/ 631fd5d5c56SAnthony Liguori 632351f1bf6SAndreas FärberCocoa graphics 633351f1bf6SAndreas FärberM: Andreas Färber <andreas.faerber@web.de> 634351f1bf6SAndreas FärberS: Odd Fixes 635351f1bf6SAndreas FärberF: ui/cocoa.m 636351f1bf6SAndreas Färber 637fd5d5c56SAnthony LiguoriMain loop 638fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 639fd5d5c56SAnthony LiguoriS: Supported 640fd5d5c56SAnthony LiguoriF: vl.c 641fd5d5c56SAnthony Liguori 642fd5d5c56SAnthony LiguoriMonitor (QMP/HMP) 643fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com> 644fd5d5c56SAnthony LiguoriM: Markus Armbruster <armbru@redhat.com> 645fd5d5c56SAnthony LiguoriS: Supported 646fd5d5c56SAnthony LiguoriF: monitor.c 647fd5d5c56SAnthony Liguori 648fd5d5c56SAnthony LiguoriNetwork device layer 649fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 6501cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 651fd5d5c56SAnthony LiguoriS: Maintained 652fd5d5c56SAnthony LiguoriF: net/ 653837c36e7SStefan HajnocziT: git git://github.com/stefanha/qemu.git net 654fd5d5c56SAnthony Liguori 65544f76b28SPaolo BonziniNetwork Block Device (NBD) 65644f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 65744f76b28SPaolo BonziniS: Odd Fixes 65844f76b28SPaolo BonziniF: block/nbd.c 65944f76b28SPaolo BonziniF: nbd.* 66044f76b28SPaolo BonziniF: qemu-nbd.c 6611ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next 66244f76b28SPaolo Bonzini 663fd5d5c56SAnthony LiguoriSLIRP 664bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 665bafc72abSJan KiszkaS: Maintained 666fd5d5c56SAnthony LiguoriF: slirp/ 6671ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp 668fd5d5c56SAnthony Liguori 669598a3f35SStefan HajnocziTracing 6701cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 671598a3f35SStefan HajnocziS: Maintained 672598a3f35SStefan HajnocziF: trace/ 673f70fd8fdSLluís VilanovaF: scripts/tracetool.py 674f70fd8fdSLluís VilanovaF: scripts/tracetool/ 675f922ea46SAndreas FärberF: docs/tracing.txt 6761ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing 677598a3f35SStefan Hajnoczi 67814f40fdcSBlue SwirlCheckpatch 67914f40fdcSBlue SwirlM: Blue Swirl <blauwirbel@gmail.com> 68014f40fdcSBlue SwirlS: Odd Fixes 68114f40fdcSBlue SwirlF: scripts/checkpatch.pl 68214f40fdcSBlue Swirl 683fd5d5c56SAnthony LiguoriUsermode Emulation 684fd5d5c56SAnthony Liguori------------------ 685fd5d5c56SAnthony LiguoriBSD user 686fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 687fd5d5c56SAnthony LiguoriS: Maintained 688fd5d5c56SAnthony LiguoriF: bsd-user/ 689fd5d5c56SAnthony Liguori 690fd5d5c56SAnthony LiguoriLinux user 691fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 692fd5d5c56SAnthony LiguoriS: Maintained 693fd5d5c56SAnthony LiguoriF: linux-user/ 69442f5a7e9SAurelien Jarno 69542f5a7e9SAurelien JarnoTiny Code Generator (TCG) 69642f5a7e9SAurelien Jarno------------------------- 69742f5a7e9SAurelien JarnoCommon code 69842f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org 69942f5a7e9SAurelien JarnoS: Maintained 70042f5a7e9SAurelien JarnoF: tcg/ 70142f5a7e9SAurelien Jarno 70242f5a7e9SAurelien JarnoARM target 70342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 70442f5a7e9SAurelien JarnoS: Maintained 70542f5a7e9SAurelien JarnoF: tcg/arm/ 70642f5a7e9SAurelien Jarno 70742f5a7e9SAurelien JarnoHPPA target 70842f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 70942f5a7e9SAurelien JarnoS: Maintained 71042f5a7e9SAurelien JarnoF: tcg/hppa/ 71142f5a7e9SAurelien Jarno 71242f5a7e9SAurelien Jarnoi386 target 71342f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org 71442f5a7e9SAurelien JarnoS: Maintained 71542f5a7e9SAurelien JarnoF: tcg/i386/ 71642f5a7e9SAurelien Jarno 71742f5a7e9SAurelien JarnoIA64 target 71842f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 71942f5a7e9SAurelien JarnoS: Maintained 72042f5a7e9SAurelien JarnoF: tcg/ia64/ 72142f5a7e9SAurelien Jarno 72242f5a7e9SAurelien JarnoMIPS target 723d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 72442f5a7e9SAurelien JarnoS: Maintained 72542f5a7e9SAurelien JarnoF: tcg/mips/ 72642f5a7e9SAurelien Jarno 72742f5a7e9SAurelien JarnoPPC 72842f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru> 72942f5a7e9SAurelien JarnoS: Maintained 73042f5a7e9SAurelien JarnoF: tcg/ppc/ 73142f5a7e9SAurelien Jarno 73242f5a7e9SAurelien JarnoPPC64 target 73342f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru> 73442f5a7e9SAurelien JarnoS: Maintained 73542f5a7e9SAurelien JarnoF: tcg/ppc64/ 73642f5a7e9SAurelien Jarno 73742f5a7e9SAurelien JarnoS390 target 73842f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de> 73942f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 74042f5a7e9SAurelien JarnoS: Maintained 74142f5a7e9SAurelien JarnoF: tcg/s390/ 74242f5a7e9SAurelien Jarno 74342f5a7e9SAurelien JarnoSPARC target 74442f5a7e9SAurelien JarnoM: Blue Swirl <blauwirbel@gmail.com> 74542f5a7e9SAurelien JarnoS: Maintained 74642f5a7e9SAurelien JarnoF: tcg/sparc/ 747bc75c9e5SStefan Weil 748bc75c9e5SStefan WeilTCI target 749bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 750bc75c9e5SStefan WeilS: Maintained 7518ef9cd55SAndreas FärberF: tcg/tci/ 752aa09c951SAndreas Färber 753aa09c951SAndreas FärberStable branches 754aa09c951SAndreas Färber--------------- 755aa09c951SAndreas FärberStable 1.0 756aa09c951SAndreas FärberL: qemu-stable@nongnu.org 757aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-1.0.git 758aa09c951SAndreas FärberS: Orphan 759aa09c951SAndreas Färber 760aa09c951SAndreas FärberStable 0.15 761aa09c951SAndreas FärberL: qemu-stable@nongnu.org 762aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.15.git 763aa09c951SAndreas FärberS: Orphan 764aa09c951SAndreas Färber 765aa09c951SAndreas FärberStable 0.14 766aa09c951SAndreas FärberL: qemu-stable@nongnu.org 767aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.14.git 768aa09c951SAndreas FärberS: Orphan 769aa09c951SAndreas Färber 770aa09c951SAndreas FärberStable 0.10 771aa09c951SAndreas FärberL: qemu-stable@nongnu.org 772aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.10.git 773aa09c951SAndreas FärberS: Orphan 774