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 101fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 102fd5d5c56SAnthony LiguoriS: Maintained 103fd5d5c56SAnthony LiguoriF: target-s390x/ 104b6f97c14Sbellard 105fd5d5c56SAnthony LiguoriSH4 106ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 1072c9b7d1aSAndreas FärberS: Odd Fixes 108fd5d5c56SAnthony LiguoriF: target-sh4/ 109fd5d5c56SAnthony Liguori 110fd5d5c56SAnthony LiguoriSPARC 111fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 112fd5d5c56SAnthony LiguoriS: Maintained 113fd5d5c56SAnthony LiguoriF: target-sparc/ 114fd5d5c56SAnthony Liguori 115a6ea7b4cSAndreas FärberUniCore32 116a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 117a6ea7b4cSAndreas FärberS: Maintained 118a6ea7b4cSAndreas FärberF: target-unicore32/ 119a6ea7b4cSAndreas Färber 120fd5d5c56SAnthony LiguoriX86 121fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 122fd5d5c56SAnthony LiguoriS: Odd Fixes 123fd5d5c56SAnthony LiguoriF: target-i386/ 124fd5d5c56SAnthony Liguori 12516e7caaeSMax FilippovXtensa 12616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 127375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 12816e7caaeSMax FilippovS: Maintained 12916e7caaeSMax FilippovF: target-xtensa/ 13016e7caaeSMax Filippov 131fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 132fd5d5c56SAnthony Liguori---------------------- 133fd5d5c56SAnthony Liguori 134fd5d5c56SAnthony LiguoriOverall 135fd5d5c56SAnthony LiguoriM: Avi Kivity <avi@redhat.com> 136fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 137fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 138fd5d5c56SAnthony LiguoriS: Supported 139fd5d5c56SAnthony LiguoriF: kvm-* 140fd5d5c56SAnthony LiguoriF: */kvm.* 141fd5d5c56SAnthony Liguori 142fd5d5c56SAnthony LiguoriPPC 143fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 144fd5d5c56SAnthony LiguoriS: Maintained 145fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c 146fd5d5c56SAnthony Liguori 147fd5d5c56SAnthony LiguoriS390 148fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 149fd5d5c56SAnthony LiguoriS: Maintained 150fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c 151fd5d5c56SAnthony Liguori 152fd5d5c56SAnthony LiguoriX86 153fd5d5c56SAnthony LiguoriM: Avi Kivity <avi@redhat.com> 154fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 155fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 156fd5d5c56SAnthony LiguoriS: Supported 157fd5d5c56SAnthony LiguoriF: target-i386/kvm.c 158fd5d5c56SAnthony Liguori 1598a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 1608a6b0cd7SStefano Stabellini---------------------- 1618a6b0cd7SStefano Stabellini 1628a6b0cd7SStefano StabelliniX86 1638a6b0cd7SStefano StabelliniM: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 1648a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com 1658a6b0cd7SStefano StabelliniS: Supported 1668a6b0cd7SStefano StabelliniF: xen-* 1678a6b0cd7SStefano StabelliniF: */xen* 1688a6b0cd7SStefano Stabellini 1691bdd6874SStefan WeilHosts: 1701bdd6874SStefan Weil------ 1711bdd6874SStefan Weil 1721bdd6874SStefan WeilLINUX 1731bdd6874SStefan WeilL: qemu-devel@nongnu.org 1741bdd6874SStefan WeilS: Maintained 1751bdd6874SStefan WeilF: linux-* 1761bdd6874SStefan WeilF: linux-headers/ 1771bdd6874SStefan Weil 1781bdd6874SStefan WeilPOSIX 1791bdd6874SStefan WeilL: qemu-devel@nongnu.org 1801bdd6874SStefan WeilS: Maintained 1811bdd6874SStefan WeilF: *posix* 1821bdd6874SStefan Weil 1831bdd6874SStefan WeilW32, W64 1841bdd6874SStefan WeilL: qemu-devel@nongnu.org 1851bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 1861bdd6874SStefan WeilS: Maintained 1871bdd6874SStefan WeilF: *win32* 1881bdd6874SStefan Weil 189fd5d5c56SAnthony LiguoriARM Machines 190fd5d5c56SAnthony Liguori------------ 191fc63dcffSEvgeny VoevodinExynos 192fc63dcffSEvgeny VoevodinM: Evgeny Voevodin <e.voevodin@samsung.com> 193fc63dcffSEvgeny VoevodinM: Maksim Kozlov <m.kozlov@samsung.com> 194fc63dcffSEvgeny VoevodinM: Igor Mitsyanko <i.mitsyanko@samsung.com> 195fc63dcffSEvgeny VoevodinM: Dmitry Solodkiy <d.solodkiy@samsung.com> 196fc63dcffSEvgeny VoevodinS: Maintained 197fc63dcffSEvgeny VoevodinF: hw/exynos* 198fc63dcffSEvgeny Voevodin 199766fd09fSMark LangsdorfCalxeda Highbank 200766fd09fSMark LangsdorfM: Mark Langsdorf <mark.langsdorf@calxeda.com> 201766fd09fSMark LangsdorfS: Supported 202766fd09fSMark LangsdorfF: hw/highbank.c 203766fd09fSMark LangsdorfF: hw/xgmac.c 204766fd09fSMark Langsdorf 205fd5d5c56SAnthony LiguoriGumstix 206fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 207fd5d5c56SAnthony LiguoriS: Orphan 208fd5d5c56SAnthony LiguoriF: hw/gumstix.c 209fd5d5c56SAnthony Liguori 210fd5d5c56SAnthony LiguoriIntegrator CP 211fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2121ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 213fd5d5c56SAnthony LiguoriS: Maintained 214fd5d5c56SAnthony LiguoriF: hw/integratorcp.c 215fd5d5c56SAnthony Liguori 216fd5d5c56SAnthony LiguoriMainstone 217fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 218fd5d5c56SAnthony LiguoriS: Orphan 219fd5d5c56SAnthony LiguoriF: hw/mainstone.c 220fd5d5c56SAnthony Liguori 221fd5d5c56SAnthony LiguoriMusicpal 222fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 223fd5d5c56SAnthony LiguoriS: Maintained 224fd5d5c56SAnthony LiguoriF: hw/musicpal.c 225fd5d5c56SAnthony Liguori 226fd5d5c56SAnthony LiguorinSeries 227fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 228fd5d5c56SAnthony LiguoriS: Maintained 229fd5d5c56SAnthony LiguoriF: hw/nseries.c 230fd5d5c56SAnthony Liguori 231fd5d5c56SAnthony LiguoriPalm 232fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 233fd5d5c56SAnthony LiguoriS: Maintained 234fd5d5c56SAnthony LiguoriF: hw/palm.c 235fd5d5c56SAnthony Liguori 236fd5d5c56SAnthony LiguoriReal View 237fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2381ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 239fd5d5c56SAnthony LiguoriS: Maintained 240fd5d5c56SAnthony LiguoriF: hw/realview* 241fd5d5c56SAnthony Liguori 242fd5d5c56SAnthony LiguoriSpitz 243fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 244fd5d5c56SAnthony LiguoriS: Maintained 245fd5d5c56SAnthony LiguoriF: hw/spitz.c 246fd5d5c56SAnthony Liguori 247fd5d5c56SAnthony LiguoriStellaris 248fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2491ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 250fd5d5c56SAnthony LiguoriS: Maintained 251fd5d5c56SAnthony LiguoriF: hw/stellaris.c 252fd5d5c56SAnthony Liguori 253fd5d5c56SAnthony LiguoriVersatile PB 254fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2551ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 256fd5d5c56SAnthony LiguoriS: Maintained 257fd5d5c56SAnthony LiguoriF: hw/versatilepb.c 258fd5d5c56SAnthony Liguori 259e3260506SPeter A. G. CrosthwaiteXilinx Zynq 260e3260506SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 261e3260506SPeter A. G. CrosthwaiteS: Maintained 262e3260506SPeter A. G. CrosthwaiteF: hw/xilinx_zynq.c 263e3260506SPeter A. G. CrosthwaiteF: hw/zynq_slcr.c 264e3260506SPeter A. G. CrosthwaiteF: hw/cadence_* 265e3260506SPeter A. G. Crosthwaite 266fd5d5c56SAnthony LiguoriCRIS Machines 267fd5d5c56SAnthony Liguori------------- 268fd5d5c56SAnthony LiguoriAxis Dev88 269fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 270fd5d5c56SAnthony LiguoriS: Maintained 271fd5d5c56SAnthony LiguoriF: hw/axis_dev88.c 272fd5d5c56SAnthony Liguori 273fd5d5c56SAnthony Liguorietraxfs 274fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 275fd5d5c56SAnthony LiguoriS: Maintained 276fd5d5c56SAnthony LiguoriF: hw/etraxfs.c 277fd5d5c56SAnthony Liguori 27807bf23a7SMichael WalleLM32 Machines 27907bf23a7SMichael Walle------------- 28007bf23a7SMichael WalleEVR32 and uclinux BSP 28107bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 28207bf23a7SMichael WalleS: Maintained 28307bf23a7SMichael WalleF: hw/lm32_boards.c 28407bf23a7SMichael Walle 285d118aa6bSMichael Wallemilkymist 286d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 287d118aa6bSMichael WalleS: Maintained 288d118aa6bSMichael WalleF: hw/milkymist.c 289d118aa6bSMichael Walle 290afcacd53SAurelien JarnoM68K Machines 291fd5d5c56SAnthony Liguori------------- 292fd5d5c56SAnthony Liguorian5206 293fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 294fd5d5c56SAnthony LiguoriS: Maintained 295fd5d5c56SAnthony LiguoriF: hw/an5206.c 296fd5d5c56SAnthony Liguori 297fd5d5c56SAnthony Liguoridummy_m68k 298fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 299fd5d5c56SAnthony LiguoriS: Maintained 300fd5d5c56SAnthony LiguoriF: hw/dummy_m68k.c 301fd5d5c56SAnthony Liguori 302fd5d5c56SAnthony Liguorimcf5208 303fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 304fd5d5c56SAnthony LiguoriS: Maintained 305fd5d5c56SAnthony LiguoriF: hw/mcf5208.c 306fd5d5c56SAnthony Liguori 307fd5d5c56SAnthony LiguoriMicroBlaze Machines 308b6f97c14Sbellard------------------- 309fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 310fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 311fd5d5c56SAnthony LiguoriS: Maintained 312fd5d5c56SAnthony LiguoriF: hw/petalogix_s3adsp1800.c 313b6f97c14Sbellard 314d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 315d36e8ce7SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 316d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 317d36e8ce7SPeter A. G. CrosthwaiteF: hw/petalogix_ml605_mmu.c 318d36e8ce7SPeter A. G. Crosthwaite 319fd5d5c56SAnthony LiguoriMIPS Machines 320fd5d5c56SAnthony Liguori------------- 321fd5d5c56SAnthony LiguoriJazz 322fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 323fd5d5c56SAnthony LiguoriS: Maintained 324fd5d5c56SAnthony LiguoriF: hw/mips_jazz.c 325fd5d5c56SAnthony Liguori 326fd5d5c56SAnthony LiguoriMalta 327fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 328fd5d5c56SAnthony LiguoriS: Maintained 329fd5d5c56SAnthony LiguoriF: hw/mips_malta.c 330fd5d5c56SAnthony Liguori 331fd5d5c56SAnthony LiguoriMipssim 332fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 333fd5d5c56SAnthony LiguoriS: Orphan 334fd5d5c56SAnthony LiguoriF: hw/mips_mipssim.c 335fd5d5c56SAnthony Liguori 336fd5d5c56SAnthony LiguoriR4000 337fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 338fd5d5c56SAnthony LiguoriS: Maintained 339fd5d5c56SAnthony LiguoriF: hw/mips_r4k.c 340fd5d5c56SAnthony Liguori 341fd5d5c56SAnthony LiguoriPowerPC Machines 342fd5d5c56SAnthony Liguori---------------- 343fd5d5c56SAnthony Liguori405 344fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 345a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 346fd5d5c56SAnthony LiguoriS: Maintained 347fd5d5c56SAnthony LiguoriF: hw/ppc405_boards.c 348fd5d5c56SAnthony Liguori 349fd5d5c56SAnthony LiguoriNew World 350fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 351a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 352fd5d5c56SAnthony LiguoriS: Maintained 353fd5d5c56SAnthony LiguoriF: hw/ppc_newworld.c 3540a6eec6bSAndreas FärberF: hw/unin_pci.c 355d5ee6754SAndreas FärberF: hw/dec_pci.[hc] 356fd5d5c56SAnthony Liguori 357fd5d5c56SAnthony LiguoriOld World 358fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 359a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 360fd5d5c56SAnthony LiguoriS: Maintained 361fd5d5c56SAnthony LiguoriF: hw/ppc_oldworld.c 3620a6eec6bSAndreas FärberF: hw/grackle_pci.c 363fd5d5c56SAnthony Liguori 364ec38d398SAndreas FärberPReP 365ec38d398SAndreas FärberM: Andreas Färber <andreas.faerber@web.de> 366a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 367ec38d398SAndreas FärberS: Odd Fixes 368fd5d5c56SAnthony LiguoriF: hw/ppc_prep.c 3691c75457fSAndreas FärberF: hw/prep_pci.[hc] 370fd5d5c56SAnthony Liguori 371fd5d5c56SAnthony LiguoriSH4 Machines 372fd5d5c56SAnthony Liguori------------ 373fd5d5c56SAnthony LiguoriR2D 374fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 375fd5d5c56SAnthony LiguoriS: Maintained 376fd5d5c56SAnthony LiguoriF: hw/r2d.c 377fd5d5c56SAnthony Liguori 378fd5d5c56SAnthony LiguoriShix 379fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 380afcacd53SAurelien JarnoS: Orphan 381fd5d5c56SAnthony LiguoriF: hw/shix.c 382fd5d5c56SAnthony Liguori 383fd5d5c56SAnthony LiguoriSPARC Machines 384fd5d5c56SAnthony Liguori-------------- 385fd5d5c56SAnthony LiguoriSun4m 386fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 387fd5d5c56SAnthony LiguoriS: Maintained 388fd5d5c56SAnthony LiguoriF: hw/sun4m.c 389fd5d5c56SAnthony Liguori 390fd5d5c56SAnthony LiguoriSun4u 391fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 392fd5d5c56SAnthony LiguoriS: Maintained 393fd5d5c56SAnthony LiguoriF: hw/sun4u.c 394fd5d5c56SAnthony Liguori 395fd5d5c56SAnthony LiguoriS390 Machines 396fd5d5c56SAnthony Liguori------------- 397fd5d5c56SAnthony LiguoriS390 Virtio 398fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 399fd5d5c56SAnthony LiguoriS: Maintained 400fd5d5c56SAnthony LiguoriF: hw/s390-*.c 401fd5d5c56SAnthony Liguori 402fd5d5c56SAnthony LiguoriX86 Machines 403fd5d5c56SAnthony Liguori------------ 404fd5d5c56SAnthony LiguoriPC 405fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 406fd5d5c56SAnthony LiguoriS: Supported 4072df6dabbSAndreas FärberF: hw/pc.[ch] 4082df6dabbSAndreas FärberF: hw/pc_piix.c 409fd5d5c56SAnthony Liguori 41016e7caaeSMax FilippovXtensa Machines 41116e7caaeSMax Filippov--------------- 412375847a6SMax Filippovsim 41316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 41416e7caaeSMax FilippovS: Maintained 415375847a6SMax FilippovF: hw/xtensa_sim.c 416375847a6SMax Filippov 417375847a6SMax FilippovAvnet LX60 418375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 419375847a6SMax FilippovS: Maintained 420375847a6SMax FilippovF: hw/xtensa_lx60.c 42116e7caaeSMax Filippov 422fd5d5c56SAnthony LiguoriDevices 423fd5d5c56SAnthony Liguori------- 424fd5d5c56SAnthony LiguoriIDE 425fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 426fd5d5c56SAnthony LiguoriS: Odd Fixes 427fd5d5c56SAnthony LiguoriF: hw/ide/ 428fd5d5c56SAnthony Liguori 429f5f487b2SPeter MaydellOMAP 430f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 431f5f487b2SPeter MaydellS: Maintained 432f5f487b2SPeter MaydellF: hw/omap* 433f5f487b2SPeter Maydell 434fd5d5c56SAnthony LiguoriPCI 435fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 436fd5d5c56SAnthony LiguoriS: Supported 437fd5d5c56SAnthony LiguoriF: hw/pci* 438fd5d5c56SAnthony LiguoriF: hw/piix* 439fd5d5c56SAnthony Liguori 440fd5d5c56SAnthony LiguoriSCSI 441de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 442de7724f7SPaolo BonziniS: Supported 443de7724f7SPaolo BonziniF: hw/virtio-scsi.* 444de7724f7SPaolo BonziniF: hw/scsi* 4451ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next 446de7724f7SPaolo Bonzini 447de7724f7SPaolo BonziniLSI53C895A 448fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 449fd5d5c56SAnthony LiguoriS: Odd Fixes 450fd5d5c56SAnthony LiguoriF: hw/lsi53c895a.c 451fd5d5c56SAnthony Liguori 452fd5d5c56SAnthony LiguoriUSB 4535d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 4545d0d62feSGerd HoffmannS: Maintained 455fd5d5c56SAnthony LiguoriF: hw/usb* 456fd5d5c56SAnthony Liguori 457fd5d5c56SAnthony Liguorivhost 458fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 459fd5d5c56SAnthony LiguoriS: Supported 460fd5d5c56SAnthony LiguoriF: hw/vhost* 461fd5d5c56SAnthony Liguori 462fd5d5c56SAnthony Liguorivirtio 463fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 464fd5d5c56SAnthony LiguoriS: Supported 465fd5d5c56SAnthony LiguoriF: hw/virtio* 466fd5d5c56SAnthony Liguori 467fd5d5c56SAnthony Liguorivirtio-9p 46823704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 469fd5d5c56SAnthony LiguoriS: Supported 470aebeca25SAndreas FärberF: hw/9pfs/ 471aebeca25SAndreas FärberF: fsdev/ 4723f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git 473fd5d5c56SAnthony Liguori 474fd5d5c56SAnthony Liguorivirtio-blk 475fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 476fd5d5c56SAnthony LiguoriS: Supported 477fd5d5c56SAnthony LiguoriF: hw/virtio-blk* 478fd5d5c56SAnthony Liguori 479fd5d5c56SAnthony Liguorivirtio-serial 480fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com> 481fd5d5c56SAnthony LiguoriS: Supported 482fd5d5c56SAnthony LiguoriF: hw/virtio-serial* 483fd5d5c56SAnthony LiguoriF: hw/virtio-console* 484fd5d5c56SAnthony Liguori 485ab61d240SPeter A. G. CrosthwaiteXilinx EDK 486ab61d240SPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 487ab61d240SPeter A. G. CrosthwaiteM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 488ab61d240SPeter A. G. CrosthwaiteS: Maintained 489ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_axi* 490ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_uartlite.c 491ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_intc.c 492ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_ethlite.c 493ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx_timer.c 494ab61d240SPeter A. G. CrosthwaiteF: hw/xilinx.h 495ab61d240SPeter A. G. Crosthwaite 496fd5d5c56SAnthony LiguoriSubsystems 497fd5d5c56SAnthony Liguori---------- 498fd5d5c56SAnthony LiguoriAudio 499fd5d5c56SAnthony LiguoriM: Vassili Karpov (malc) <av1474@comtv.ru> 500fd5d5c56SAnthony LiguoriS: Maintained 501fd5d5c56SAnthony LiguoriF: audio/ 502fd5d5c56SAnthony Liguori 503fd5d5c56SAnthony LiguoriBlock 504fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 505fd5d5c56SAnthony LiguoriS: Supported 506fd5d5c56SAnthony LiguoriF: block* 507fd5d5c56SAnthony LiguoriF: block/ 508fd5d5c56SAnthony Liguori 509fd5d5c56SAnthony LiguoriCharacter Devices 510fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 511fd5d5c56SAnthony LiguoriS: Maintained 512fd5d5c56SAnthony LiguoriF: qemu-char.c 513fd5d5c56SAnthony Liguori 514*d24b569aSPeter A. G. CrosthwaiteDevice Tree 515*d24b569aSPeter A. G. CrosthwaiteM: Peter Crosthwaite <peter.crosthwaite@petalogix.com> 516*d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de> 517*d24b569aSPeter A. G. CrosthwaiteS: Maintained 518*d24b569aSPeter A. G. CrosthwaiteF: device-tree.[ch] 519*d24b569aSPeter A. G. Crosthwaite 520fd5d5c56SAnthony LiguoriGDB stub 521fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 522fd5d5c56SAnthony LiguoriS: Odd Fixes 523fd5d5c56SAnthony LiguoriF: gdbstub* 524fd5d5c56SAnthony LiguoriF: gdb-xml/ 525fd5d5c56SAnthony Liguori 5267ee3bf03SGerd HoffmannSPICE 5277ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 5287ee3bf03SGerd HoffmannS: Supported 5297ee3bf03SGerd HoffmannF: ui/qemu-spice.h 5307ee3bf03SGerd HoffmannF: ui/spice-*.c 5317ee3bf03SGerd HoffmannF: audio/spiceaudio.c 5327ee3bf03SGerd HoffmannF: hw/qxl* 5337ee3bf03SGerd Hoffmann 534fd5d5c56SAnthony LiguoriGraphics 535fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 536fd5d5c56SAnthony LiguoriS: Maintained 537fd5d5c56SAnthony LiguoriF: ui/ 538fd5d5c56SAnthony Liguori 539351f1bf6SAndreas FärberCocoa graphics 540351f1bf6SAndreas FärberM: Andreas Färber <andreas.faerber@web.de> 541351f1bf6SAndreas FärberS: Odd Fixes 542351f1bf6SAndreas FärberF: ui/cocoa.m 543351f1bf6SAndreas Färber 544fd5d5c56SAnthony LiguoriMain loop 545fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 546fd5d5c56SAnthony LiguoriS: Supported 547fd5d5c56SAnthony LiguoriF: vl.c 548fd5d5c56SAnthony Liguori 549fd5d5c56SAnthony LiguoriMonitor (QMP/HMP) 550fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com> 551fd5d5c56SAnthony LiguoriM: Markus Armbruster <armbru@redhat.com> 552fd5d5c56SAnthony LiguoriS: Supported 553fd5d5c56SAnthony LiguoriF: monitor.c 554fd5d5c56SAnthony Liguori 555fd5d5c56SAnthony LiguoriNetwork device layer 556fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 557fd5d5c56SAnthony LiguoriM: Mark McLoughlin <markmc@redhat.com> 558fd5d5c56SAnthony LiguoriS: Maintained 559fd5d5c56SAnthony LiguoriF: net/ 560fd5d5c56SAnthony Liguori 56144f76b28SPaolo BonziniNetwork Block Device (NBD) 56244f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 56344f76b28SPaolo BonziniS: Odd Fixes 56444f76b28SPaolo BonziniF: block/nbd.c 56544f76b28SPaolo BonziniF: nbd.* 56644f76b28SPaolo BonziniF: qemu-nbd.c 5671ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next 56844f76b28SPaolo Bonzini 569fd5d5c56SAnthony LiguoriSLIRP 570bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 571bafc72abSJan KiszkaS: Maintained 572fd5d5c56SAnthony LiguoriF: slirp/ 5731ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp 574fd5d5c56SAnthony Liguori 575598a3f35SStefan HajnocziTracing 576598a3f35SStefan HajnocziM: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> 577598a3f35SStefan HajnocziS: Maintained 578598a3f35SStefan HajnocziF: trace/ 579f70fd8fdSLluís VilanovaF: scripts/tracetool.py 580f70fd8fdSLluís VilanovaF: scripts/tracetool/ 581f922ea46SAndreas FärberF: docs/tracing.txt 5821ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing 583598a3f35SStefan Hajnoczi 58414f40fdcSBlue SwirlCheckpatch 58514f40fdcSBlue SwirlM: Blue Swirl <blauwirbel@gmail.com> 58614f40fdcSBlue SwirlS: Odd Fixes 58714f40fdcSBlue SwirlF: scripts/checkpatch.pl 58814f40fdcSBlue Swirl 589fd5d5c56SAnthony LiguoriUsermode Emulation 590fd5d5c56SAnthony Liguori------------------ 591fd5d5c56SAnthony LiguoriBSD user 592fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 593fd5d5c56SAnthony LiguoriS: Maintained 594fd5d5c56SAnthony LiguoriF: bsd-user/ 595fd5d5c56SAnthony Liguori 596fd5d5c56SAnthony LiguoriLinux user 597fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 598fd5d5c56SAnthony LiguoriS: Maintained 599fd5d5c56SAnthony LiguoriF: linux-user/ 60042f5a7e9SAurelien Jarno 60142f5a7e9SAurelien JarnoTiny Code Generator (TCG) 60242f5a7e9SAurelien Jarno------------------------- 60342f5a7e9SAurelien JarnoCommon code 60442f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org 60542f5a7e9SAurelien JarnoS: Maintained 60642f5a7e9SAurelien JarnoF: tcg/ 60742f5a7e9SAurelien Jarno 60842f5a7e9SAurelien JarnoARM target 60942f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 61042f5a7e9SAurelien JarnoS: Maintained 61142f5a7e9SAurelien JarnoF: tcg/arm/ 61242f5a7e9SAurelien Jarno 61342f5a7e9SAurelien JarnoHPPA target 61442f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 61542f5a7e9SAurelien JarnoS: Maintained 61642f5a7e9SAurelien JarnoF: tcg/hppa/ 61742f5a7e9SAurelien Jarno 61842f5a7e9SAurelien Jarnoi386 target 61942f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org 62042f5a7e9SAurelien JarnoS: Maintained 62142f5a7e9SAurelien JarnoF: tcg/i386/ 62242f5a7e9SAurelien Jarno 62342f5a7e9SAurelien JarnoIA64 target 62442f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 62542f5a7e9SAurelien JarnoS: Maintained 62642f5a7e9SAurelien JarnoF: tcg/ia64/ 62742f5a7e9SAurelien Jarno 62842f5a7e9SAurelien JarnoMIPS target 629d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 63042f5a7e9SAurelien JarnoS: Maintained 63142f5a7e9SAurelien JarnoF: tcg/mips/ 63242f5a7e9SAurelien Jarno 63342f5a7e9SAurelien JarnoPPC 63442f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru> 63542f5a7e9SAurelien JarnoS: Maintained 63642f5a7e9SAurelien JarnoF: tcg/ppc/ 63742f5a7e9SAurelien Jarno 63842f5a7e9SAurelien JarnoPPC64 target 63942f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru> 64042f5a7e9SAurelien JarnoS: Maintained 64142f5a7e9SAurelien JarnoF: tcg/ppc64/ 64242f5a7e9SAurelien Jarno 64342f5a7e9SAurelien JarnoS390 target 64442f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de> 64542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 64642f5a7e9SAurelien JarnoS: Maintained 64742f5a7e9SAurelien JarnoF: tcg/s390/ 64842f5a7e9SAurelien Jarno 64942f5a7e9SAurelien JarnoSPARC target 65042f5a7e9SAurelien JarnoM: Blue Swirl <blauwirbel@gmail.com> 65142f5a7e9SAurelien JarnoS: Maintained 65242f5a7e9SAurelien JarnoF: tcg/sparc/ 653bc75c9e5SStefan Weil 654bc75c9e5SStefan WeilTCI target 655bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 656bc75c9e5SStefan WeilS: Maintained 6578ef9cd55SAndreas FärberF: tcg/tci/ 658aa09c951SAndreas Färber 659aa09c951SAndreas FärberStable branches 660aa09c951SAndreas Färber--------------- 661aa09c951SAndreas FärberStable 1.0 662aa09c951SAndreas FärberL: qemu-stable@nongnu.org 663aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-1.0.git 664aa09c951SAndreas FärberS: Orphan 665aa09c951SAndreas Färber 666aa09c951SAndreas FärberStable 0.15 667aa09c951SAndreas FärberL: qemu-stable@nongnu.org 668aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.15.git 669aa09c951SAndreas FärberS: Orphan 670aa09c951SAndreas Färber 671aa09c951SAndreas FärberStable 0.14 672aa09c951SAndreas FärberL: qemu-stable@nongnu.org 673aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.14.git 674aa09c951SAndreas FärberS: Orphan 675aa09c951SAndreas Färber 676aa09c951SAndreas FärberStable 0.10 677aa09c951SAndreas FärberL: qemu-stable@nongnu.org 678aa09c951SAndreas FärberT: git git://git.qemu.org/qemu-stable-0.10.git 679aa09c951SAndreas FärberS: Orphan 680