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> 81fd5d5c56SAnthony LiguoriS: Maintained 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> 91ddb13561SAurelien JarnoS: Maintained 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> 107ddb13561SAurelien JarnoS: Maintained 108fd5d5c56SAnthony LiguoriF: target-sh4/ 109fd5d5c56SAnthony Liguori 110fd5d5c56SAnthony LiguoriSPARC 111fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 112fd5d5c56SAnthony LiguoriS: Maintained 113fd5d5c56SAnthony LiguoriF: target-sparc/ 114fd5d5c56SAnthony Liguori 115fd5d5c56SAnthony LiguoriX86 116fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 117fd5d5c56SAnthony LiguoriS: Odd Fixes 118fd5d5c56SAnthony LiguoriF: target-i386/ 119fd5d5c56SAnthony Liguori 12016e7caaeSMax FilippovXtensa 12116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 122375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 12316e7caaeSMax FilippovS: Maintained 12416e7caaeSMax FilippovF: target-xtensa/ 12516e7caaeSMax Filippov 126fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 127fd5d5c56SAnthony Liguori---------------------- 128fd5d5c56SAnthony Liguori 129fd5d5c56SAnthony LiguoriOverall 130fd5d5c56SAnthony LiguoriM: Avi Kivity <avi@redhat.com> 131fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 132fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 133fd5d5c56SAnthony LiguoriS: Supported 134fd5d5c56SAnthony LiguoriF: kvm-* 135fd5d5c56SAnthony LiguoriF: */kvm.* 136fd5d5c56SAnthony Liguori 137fd5d5c56SAnthony LiguoriPPC 138fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 139fd5d5c56SAnthony LiguoriS: Maintained 140fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c 141fd5d5c56SAnthony Liguori 142fd5d5c56SAnthony LiguoriS390 143fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 144fd5d5c56SAnthony LiguoriS: Maintained 145fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c 146fd5d5c56SAnthony Liguori 147fd5d5c56SAnthony LiguoriX86 148fd5d5c56SAnthony LiguoriM: Avi Kivity <avi@redhat.com> 149fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 150fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 151fd5d5c56SAnthony LiguoriS: Supported 152fd5d5c56SAnthony LiguoriF: target-i386/kvm.c 153fd5d5c56SAnthony Liguori 1548a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 1558a6b0cd7SStefano Stabellini---------------------- 1568a6b0cd7SStefano Stabellini 1578a6b0cd7SStefano StabelliniX86 1588a6b0cd7SStefano StabelliniM: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 1598a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com 1608a6b0cd7SStefano StabelliniS: Supported 1618a6b0cd7SStefano StabelliniF: xen-* 1628a6b0cd7SStefano StabelliniF: */xen* 1638a6b0cd7SStefano Stabellini 1641bdd6874SStefan WeilHosts: 1651bdd6874SStefan Weil------ 1661bdd6874SStefan Weil 1671bdd6874SStefan WeilLINUX 1681bdd6874SStefan WeilL: qemu-devel@nongnu.org 1691bdd6874SStefan WeilS: Maintained 1701bdd6874SStefan WeilF: linux-* 1711bdd6874SStefan WeilF: linux-headers/ 1721bdd6874SStefan Weil 1731bdd6874SStefan WeilPOSIX 1741bdd6874SStefan WeilL: qemu-devel@nongnu.org 1751bdd6874SStefan WeilS: Maintained 1761bdd6874SStefan WeilF: *posix* 1771bdd6874SStefan Weil 1781bdd6874SStefan WeilW32, W64 1791bdd6874SStefan WeilL: qemu-devel@nongnu.org 1801bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 1811bdd6874SStefan WeilS: Maintained 1821bdd6874SStefan WeilF: *win32* 1831bdd6874SStefan Weil 184fd5d5c56SAnthony LiguoriARM Machines 185fd5d5c56SAnthony Liguori------------ 186fc63dcffSEvgeny VoevodinExynos 187fc63dcffSEvgeny VoevodinM: Evgeny Voevodin <e.voevodin@samsung.com> 188fc63dcffSEvgeny VoevodinM: Maksim Kozlov <m.kozlov@samsung.com> 189fc63dcffSEvgeny VoevodinM: Igor Mitsyanko <i.mitsyanko@samsung.com> 190fc63dcffSEvgeny VoevodinM: Dmitry Solodkiy <d.solodkiy@samsung.com> 191fc63dcffSEvgeny VoevodinS: Maintained 192fc63dcffSEvgeny VoevodinF: hw/exynos* 193fc63dcffSEvgeny Voevodin 194*766fd09fSMark LangsdorfCalxeda Highbank 195*766fd09fSMark LangsdorfM: Mark Langsdorf <mark.langsdorf@calxeda.com> 196*766fd09fSMark LangsdorfS: Supported 197*766fd09fSMark LangsdorfF: hw/highbank.c 198*766fd09fSMark LangsdorfF: hw/xgmac.c 199*766fd09fSMark Langsdorf 200fd5d5c56SAnthony LiguoriGumstix 201fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 202fd5d5c56SAnthony LiguoriS: Orphan 203fd5d5c56SAnthony LiguoriF: hw/gumstix.c 204fd5d5c56SAnthony Liguori 205fd5d5c56SAnthony LiguoriIntegrator CP 206fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2071ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 208fd5d5c56SAnthony LiguoriS: Maintained 209fd5d5c56SAnthony LiguoriF: hw/integratorcp.c 210fd5d5c56SAnthony Liguori 211fd5d5c56SAnthony LiguoriMainstone 212fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 213fd5d5c56SAnthony LiguoriS: Orphan 214fd5d5c56SAnthony LiguoriF: hw/mainstone.c 215fd5d5c56SAnthony Liguori 216fd5d5c56SAnthony LiguoriMusicpal 217fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 218fd5d5c56SAnthony LiguoriS: Maintained 219fd5d5c56SAnthony LiguoriF: hw/musicpal.c 220fd5d5c56SAnthony Liguori 221fd5d5c56SAnthony LiguorinSeries 222fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 223fd5d5c56SAnthony LiguoriS: Maintained 224fd5d5c56SAnthony LiguoriF: hw/nseries.c 225fd5d5c56SAnthony Liguori 226fd5d5c56SAnthony LiguoriPalm 227fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 228fd5d5c56SAnthony LiguoriS: Maintained 229fd5d5c56SAnthony LiguoriF: hw/palm.c 230fd5d5c56SAnthony Liguori 231fd5d5c56SAnthony LiguoriReal View 232fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2331ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 234fd5d5c56SAnthony LiguoriS: Maintained 235fd5d5c56SAnthony LiguoriF: hw/realview* 236fd5d5c56SAnthony Liguori 237fd5d5c56SAnthony LiguoriSpitz 238fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 239fd5d5c56SAnthony LiguoriS: Maintained 240fd5d5c56SAnthony LiguoriF: hw/spitz.c 241fd5d5c56SAnthony Liguori 242fd5d5c56SAnthony LiguoriStellaris 243fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2441ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 245fd5d5c56SAnthony LiguoriS: Maintained 246fd5d5c56SAnthony LiguoriF: hw/stellaris.c 247fd5d5c56SAnthony Liguori 248fd5d5c56SAnthony LiguoriVersatile PB 249fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 2501ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 251fd5d5c56SAnthony LiguoriS: Maintained 252fd5d5c56SAnthony LiguoriF: hw/versatilepb.c 253fd5d5c56SAnthony Liguori 254fd5d5c56SAnthony LiguoriCRIS Machines 255fd5d5c56SAnthony Liguori------------- 256fd5d5c56SAnthony LiguoriAxis Dev88 257fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 258fd5d5c56SAnthony LiguoriS: Maintained 259fd5d5c56SAnthony LiguoriF: hw/axis_dev88.c 260fd5d5c56SAnthony Liguori 261fd5d5c56SAnthony Liguorietraxfs 262fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 263fd5d5c56SAnthony LiguoriS: Maintained 264fd5d5c56SAnthony LiguoriF: hw/etraxfs.c 265fd5d5c56SAnthony Liguori 26607bf23a7SMichael WalleLM32 Machines 26707bf23a7SMichael Walle------------- 26807bf23a7SMichael WalleEVR32 and uclinux BSP 26907bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 27007bf23a7SMichael WalleS: Maintained 27107bf23a7SMichael WalleF: hw/lm32_boards.c 27207bf23a7SMichael Walle 273d118aa6bSMichael Wallemilkymist 274d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 275d118aa6bSMichael WalleS: Maintained 276d118aa6bSMichael WalleF: hw/milkymist.c 277d118aa6bSMichael Walle 278afcacd53SAurelien JarnoM68K Machines 279fd5d5c56SAnthony Liguori------------- 280fd5d5c56SAnthony Liguorian5206 281fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 282fd5d5c56SAnthony LiguoriS: Maintained 283fd5d5c56SAnthony LiguoriF: hw/an5206.c 284fd5d5c56SAnthony Liguori 285fd5d5c56SAnthony Liguoridummy_m68k 286fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 287fd5d5c56SAnthony LiguoriS: Maintained 288fd5d5c56SAnthony LiguoriF: hw/dummy_m68k.c 289fd5d5c56SAnthony Liguori 290fd5d5c56SAnthony Liguorimcf5208 291fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 292fd5d5c56SAnthony LiguoriS: Maintained 293fd5d5c56SAnthony LiguoriF: hw/mcf5208.c 294fd5d5c56SAnthony Liguori 295fd5d5c56SAnthony LiguoriMicroBlaze Machines 296b6f97c14Sbellard------------------- 297fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 298fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 299fd5d5c56SAnthony LiguoriS: Maintained 300fd5d5c56SAnthony LiguoriF: hw/petalogix_s3adsp1800.c 301b6f97c14Sbellard 302fd5d5c56SAnthony LiguoriMIPS Machines 303fd5d5c56SAnthony Liguori------------- 304fd5d5c56SAnthony LiguoriJazz 305fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 306fd5d5c56SAnthony LiguoriS: Maintained 307fd5d5c56SAnthony LiguoriF: hw/mips_jazz.c 308fd5d5c56SAnthony Liguori 309fd5d5c56SAnthony LiguoriMalta 310fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 311fd5d5c56SAnthony LiguoriS: Maintained 312fd5d5c56SAnthony LiguoriF: hw/mips_malta.c 313fd5d5c56SAnthony Liguori 314fd5d5c56SAnthony LiguoriMipssim 315fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 316fd5d5c56SAnthony LiguoriS: Orphan 317fd5d5c56SAnthony LiguoriF: hw/mips_mipssim.c 318fd5d5c56SAnthony Liguori 319fd5d5c56SAnthony LiguoriR4000 320fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 321fd5d5c56SAnthony LiguoriS: Maintained 322fd5d5c56SAnthony LiguoriF: hw/mips_r4k.c 323fd5d5c56SAnthony Liguori 324fd5d5c56SAnthony LiguoriPowerPC Machines 325fd5d5c56SAnthony Liguori---------------- 326fd5d5c56SAnthony Liguori405 327fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 328a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 329fd5d5c56SAnthony LiguoriS: Maintained 330fd5d5c56SAnthony LiguoriF: hw/ppc405_boards.c 331fd5d5c56SAnthony Liguori 332fd5d5c56SAnthony LiguoriNew World 333fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 334a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 335fd5d5c56SAnthony LiguoriS: Maintained 336fd5d5c56SAnthony LiguoriF: hw/ppc_newworld.c 3370a6eec6bSAndreas FärberF: hw/unin_pci.c 338d5ee6754SAndreas FärberF: hw/dec_pci.[hc] 339fd5d5c56SAnthony Liguori 340fd5d5c56SAnthony LiguoriOld World 341fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 342a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 343fd5d5c56SAnthony LiguoriS: Maintained 344fd5d5c56SAnthony LiguoriF: hw/ppc_oldworld.c 3450a6eec6bSAndreas FärberF: hw/grackle_pci.c 346fd5d5c56SAnthony Liguori 347ec38d398SAndreas FärberPReP 348ec38d398SAndreas FärberM: Andreas Färber <andreas.faerber@web.de> 349a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 350ec38d398SAndreas FärberS: Odd Fixes 351fd5d5c56SAnthony LiguoriF: hw/ppc_prep.c 3521c75457fSAndreas FärberF: hw/prep_pci.[hc] 353fd5d5c56SAnthony Liguori 354fd5d5c56SAnthony LiguoriSH4 Machines 355fd5d5c56SAnthony Liguori------------ 356fd5d5c56SAnthony LiguoriR2D 357fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 358fd5d5c56SAnthony LiguoriS: Maintained 359fd5d5c56SAnthony LiguoriF: hw/r2d.c 360fd5d5c56SAnthony Liguori 361fd5d5c56SAnthony LiguoriShix 362fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 363afcacd53SAurelien JarnoS: Orphan 364fd5d5c56SAnthony LiguoriF: hw/shix.c 365fd5d5c56SAnthony Liguori 366fd5d5c56SAnthony LiguoriSPARC Machines 367fd5d5c56SAnthony Liguori-------------- 368fd5d5c56SAnthony LiguoriSun4m 369fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 370fd5d5c56SAnthony LiguoriS: Maintained 371fd5d5c56SAnthony LiguoriF: hw/sun4m.c 372fd5d5c56SAnthony Liguori 373fd5d5c56SAnthony LiguoriSun4u 374fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 375fd5d5c56SAnthony LiguoriS: Maintained 376fd5d5c56SAnthony LiguoriF: hw/sun4u.c 377fd5d5c56SAnthony Liguori 378fd5d5c56SAnthony LiguoriS390 Machines 379fd5d5c56SAnthony Liguori------------- 380fd5d5c56SAnthony LiguoriS390 Virtio 381fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 382fd5d5c56SAnthony LiguoriS: Maintained 383fd5d5c56SAnthony LiguoriF: hw/s390-*.c 384fd5d5c56SAnthony Liguori 385fd5d5c56SAnthony LiguoriX86 Machines 386fd5d5c56SAnthony Liguori------------ 387fd5d5c56SAnthony LiguoriPC 388fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 389fd5d5c56SAnthony LiguoriS: Supported 390fd5d5c56SAnthony LiguoriF: hw/pc.[ch] hw/pc_piix.c 391fd5d5c56SAnthony Liguori 39216e7caaeSMax FilippovXtensa Machines 39316e7caaeSMax Filippov--------------- 394375847a6SMax Filippovsim 39516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 39616e7caaeSMax FilippovS: Maintained 397375847a6SMax FilippovF: hw/xtensa_sim.c 398375847a6SMax Filippov 399375847a6SMax FilippovAvnet LX60 400375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 401375847a6SMax FilippovS: Maintained 402375847a6SMax FilippovF: hw/xtensa_lx60.c 40316e7caaeSMax Filippov 404fd5d5c56SAnthony LiguoriDevices 405fd5d5c56SAnthony Liguori------- 406fd5d5c56SAnthony LiguoriIDE 407fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 408fd5d5c56SAnthony LiguoriS: Odd Fixes 409fd5d5c56SAnthony LiguoriF: hw/ide/ 410fd5d5c56SAnthony Liguori 411f5f487b2SPeter MaydellOMAP 412f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 413f5f487b2SPeter MaydellS: Maintained 414f5f487b2SPeter MaydellF: hw/omap* 415f5f487b2SPeter Maydell 416fd5d5c56SAnthony LiguoriPCI 417fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 418fd5d5c56SAnthony LiguoriS: Supported 419fd5d5c56SAnthony LiguoriF: hw/pci* 420fd5d5c56SAnthony LiguoriF: hw/piix* 421fd5d5c56SAnthony Liguori 422fd5d5c56SAnthony LiguoriSCSI 423fd5d5c56SAnthony LiguoriM: Paul Brook <paul@codesourcery.com> 424fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 425fd5d5c56SAnthony LiguoriS: Odd Fixes 426fd5d5c56SAnthony LiguoriF: hw/lsi53c895a.c 427fd5d5c56SAnthony LiguoriF: hw/scsi* 428fd5d5c56SAnthony Liguori 429fd5d5c56SAnthony LiguoriUSB 4305d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 4315d0d62feSGerd HoffmannS: Maintained 432fd5d5c56SAnthony LiguoriF: hw/usb* 433fd5d5c56SAnthony Liguori 434fd5d5c56SAnthony Liguorivhost 435fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 436fd5d5c56SAnthony LiguoriS: Supported 437fd5d5c56SAnthony LiguoriF: hw/vhost* 438fd5d5c56SAnthony Liguori 439fd5d5c56SAnthony Liguorivirtio 440fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 441fd5d5c56SAnthony LiguoriS: Supported 442fd5d5c56SAnthony LiguoriF: hw/virtio* 443fd5d5c56SAnthony Liguori 444fd5d5c56SAnthony Liguorivirtio-9p 44523704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 446fd5d5c56SAnthony LiguoriS: Supported 44723704102SAneesh Kumar K.VF: hw/9pfs/ fsdev/ 44823704102SAneesh Kumar K.VT: https://github.com/kvaneesh/QEMU 44923704102SAneesh Kumar K.V 450fd5d5c56SAnthony Liguori 451fd5d5c56SAnthony Liguorivirtio-blk 452fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 453fd5d5c56SAnthony LiguoriS: Supported 454fd5d5c56SAnthony LiguoriF: hw/virtio-blk* 455fd5d5c56SAnthony Liguori 456fd5d5c56SAnthony Liguorivirtio-serial 457fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com> 458fd5d5c56SAnthony LiguoriS: Supported 459fd5d5c56SAnthony LiguoriF: hw/virtio-serial* 460fd5d5c56SAnthony LiguoriF: hw/virtio-console* 461fd5d5c56SAnthony Liguori 462fd5d5c56SAnthony LiguoriSubsystems 463fd5d5c56SAnthony Liguori---------- 464fd5d5c56SAnthony LiguoriAudio 465fd5d5c56SAnthony LiguoriM: Vassili Karpov (malc) <av1474@comtv.ru> 466fd5d5c56SAnthony LiguoriS: Maintained 467fd5d5c56SAnthony LiguoriF: audio/ 468fd5d5c56SAnthony Liguori 469fd5d5c56SAnthony LiguoriBlock 470fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 471fd5d5c56SAnthony LiguoriS: Supported 472fd5d5c56SAnthony LiguoriF: block* 473fd5d5c56SAnthony LiguoriF: block/ 474fd5d5c56SAnthony Liguori 475fd5d5c56SAnthony LiguoriCharacter Devices 476fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 477fd5d5c56SAnthony LiguoriS: Maintained 478fd5d5c56SAnthony LiguoriF: qemu-char.c 479fd5d5c56SAnthony Liguori 480fd5d5c56SAnthony LiguoriGDB stub 481fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 482fd5d5c56SAnthony LiguoriS: Odd Fixes 483fd5d5c56SAnthony LiguoriF: gdbstub* 484fd5d5c56SAnthony LiguoriF: gdb-xml/ 485fd5d5c56SAnthony Liguori 4867ee3bf03SGerd HoffmannSPICE 4877ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 4887ee3bf03SGerd HoffmannS: Supported 4897ee3bf03SGerd HoffmannF: ui/qemu-spice.h 4907ee3bf03SGerd HoffmannF: ui/spice-*.c 4917ee3bf03SGerd HoffmannF: audio/spiceaudio.c 4927ee3bf03SGerd HoffmannF: hw/qxl* 4937ee3bf03SGerd Hoffmann 494fd5d5c56SAnthony LiguoriGraphics 495fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 496fd5d5c56SAnthony LiguoriS: Maintained 497fd5d5c56SAnthony LiguoriF: ui/ 498fd5d5c56SAnthony Liguori 499351f1bf6SAndreas FärberCocoa graphics 500351f1bf6SAndreas FärberM: Andreas Färber <andreas.faerber@web.de> 501351f1bf6SAndreas FärberS: Odd Fixes 502351f1bf6SAndreas FärberF: ui/cocoa.m 503351f1bf6SAndreas Färber 504fd5d5c56SAnthony LiguoriMain loop 505fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 506fd5d5c56SAnthony LiguoriS: Supported 507fd5d5c56SAnthony LiguoriF: vl.c 508fd5d5c56SAnthony Liguori 509fd5d5c56SAnthony LiguoriMonitor (QMP/HMP) 510fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com> 511fd5d5c56SAnthony LiguoriM: Markus Armbruster <armbru@redhat.com> 512fd5d5c56SAnthony LiguoriS: Supported 513fd5d5c56SAnthony LiguoriF: monitor.c 514fd5d5c56SAnthony Liguori 515fd5d5c56SAnthony LiguoriNetwork device layer 516fd5d5c56SAnthony LiguoriM: Anthony Liguori <aliguori@us.ibm.com> 517fd5d5c56SAnthony LiguoriM: Mark McLoughlin <markmc@redhat.com> 518fd5d5c56SAnthony LiguoriS: Maintained 519fd5d5c56SAnthony LiguoriF: net/ 520fd5d5c56SAnthony Liguori 52144f76b28SPaolo BonziniNetwork Block Device (NBD) 52244f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 52344f76b28SPaolo BonziniS: Odd Fixes 52444f76b28SPaolo BonziniF: block/nbd.c 52544f76b28SPaolo BonziniF: nbd.* 52644f76b28SPaolo BonziniF: qemu-nbd.c 52744f76b28SPaolo Bonzini 528fd5d5c56SAnthony LiguoriSLIRP 529bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 530bafc72abSJan KiszkaS: Maintained 531fd5d5c56SAnthony LiguoriF: slirp/ 532bafc72abSJan KiszkaT: git://git.kiszka.org/qemu.git queues/slirp 533fd5d5c56SAnthony Liguori 534598a3f35SStefan HajnocziTracing 535598a3f35SStefan HajnocziM: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> 536598a3f35SStefan HajnocziS: Maintained 537598a3f35SStefan HajnocziF: trace/ 53892af0bfdSStefan HajnocziT: git://github.com/stefanha/qemu.git tracing 539598a3f35SStefan Hajnoczi 54014f40fdcSBlue SwirlCheckpatch 54114f40fdcSBlue SwirlM: Blue Swirl <blauwirbel@gmail.com> 54214f40fdcSBlue SwirlS: Odd Fixes 54314f40fdcSBlue SwirlF: scripts/checkpatch.pl 54414f40fdcSBlue Swirl 545fd5d5c56SAnthony LiguoriUsermode Emulation 546fd5d5c56SAnthony Liguori------------------ 547fd5d5c56SAnthony LiguoriBSD user 548fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 549fd5d5c56SAnthony LiguoriS: Maintained 550fd5d5c56SAnthony LiguoriF: bsd-user/ 551fd5d5c56SAnthony Liguori 552fd5d5c56SAnthony LiguoriDarwin user 553fd5d5c56SAnthony LiguoriM: qemu-devel@nongnu.org 554fd5d5c56SAnthony LiguoriS: Orphan 555fd5d5c56SAnthony LiguoriF: darwin-user/ 556fd5d5c56SAnthony Liguori 557fd5d5c56SAnthony LiguoriLinux user 558fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 559fd5d5c56SAnthony LiguoriS: Maintained 560fd5d5c56SAnthony LiguoriF: linux-user/ 56142f5a7e9SAurelien Jarno 56242f5a7e9SAurelien JarnoTiny Code Generator (TCG) 56342f5a7e9SAurelien Jarno------------------------- 56442f5a7e9SAurelien JarnoCommon code 56542f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org 56642f5a7e9SAurelien JarnoS: Maintained 56742f5a7e9SAurelien JarnoF: tcg/ 56842f5a7e9SAurelien Jarno 56942f5a7e9SAurelien JarnoARM target 57042f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 57142f5a7e9SAurelien JarnoS: Maintained 57242f5a7e9SAurelien JarnoF: tcg/arm/ 57342f5a7e9SAurelien Jarno 57442f5a7e9SAurelien JarnoHPPA target 57542f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 57642f5a7e9SAurelien JarnoS: Maintained 57742f5a7e9SAurelien JarnoF: tcg/hppa/ 57842f5a7e9SAurelien Jarno 57942f5a7e9SAurelien Jarnoi386 target 58042f5a7e9SAurelien JarnoM: qemu-devel@nongnu.org 58142f5a7e9SAurelien JarnoS: Maintained 58242f5a7e9SAurelien JarnoF: tcg/i386/ 58342f5a7e9SAurelien Jarno 58442f5a7e9SAurelien JarnoIA64 target 58542f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 58642f5a7e9SAurelien JarnoS: Maintained 58742f5a7e9SAurelien JarnoF: tcg/ia64/ 58842f5a7e9SAurelien Jarno 58942f5a7e9SAurelien JarnoMIPS target 590d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 59142f5a7e9SAurelien JarnoS: Maintained 59242f5a7e9SAurelien JarnoF: tcg/mips/ 59342f5a7e9SAurelien Jarno 59442f5a7e9SAurelien JarnoPPC 59542f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru> 59642f5a7e9SAurelien JarnoS: Maintained 59742f5a7e9SAurelien JarnoF: tcg/ppc/ 59842f5a7e9SAurelien Jarno 59942f5a7e9SAurelien JarnoPPC64 target 60042f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru> 60142f5a7e9SAurelien JarnoS: Maintained 60242f5a7e9SAurelien JarnoF: tcg/ppc64/ 60342f5a7e9SAurelien Jarno 60442f5a7e9SAurelien JarnoS390 target 60542f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de> 60642f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 60742f5a7e9SAurelien JarnoS: Maintained 60842f5a7e9SAurelien JarnoF: tcg/s390/ 60942f5a7e9SAurelien Jarno 61042f5a7e9SAurelien JarnoSPARC target 61142f5a7e9SAurelien JarnoM: Blue Swirl <blauwirbel@gmail.com> 61242f5a7e9SAurelien JarnoS: Maintained 61342f5a7e9SAurelien JarnoF: tcg/sparc/ 614bc75c9e5SStefan Weil 615bc75c9e5SStefan WeilTCI target 616bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 617bc75c9e5SStefan WeilS: Maintained 618bc75c9e5SStefan WeilF: tcg/tci 619