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------------------------------ 53ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 54fd5d5c56SAnthony Liguori 55c9a19d5bSStephen WarrenAll patches CC here 56c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org 57c9a19d5bSStephen WarrenF: * 58c9a19d5bSStephen WarrenF: */ 59c9a19d5bSStephen Warren 6062622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues 6162622c11SMichael S. Tsirkin------------------------------ 6262622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess 6362622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 6462622c11SMichael S. TsirkinL: secalert@redhat.com 6562622c11SMichael S. Tsirkin 66fd5d5c56SAnthony LiguoriGuest CPU cores (TCG): 67fd5d5c56SAnthony Liguori---------------------- 68486bbe5fSPaolo BonziniOverall 695dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 702b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 712b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 722b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net> 732b1641d0SPaolo BonziniS: Maintained 74486bbe5fSPaolo BonziniF: cpu-exec.c 752b1641d0SPaolo BonziniF: cpu-exec-common.c 762b1641d0SPaolo BonziniF: cpus.c 77486bbe5fSPaolo BonziniF: cputlb.c 782b1641d0SPaolo BonziniF: exec.c 79486bbe5fSPaolo BonziniF: softmmu_template.h 802b1641d0SPaolo BonziniF: translate-all.* 812b1641d0SPaolo BonziniF: translate-common.c 822b1641d0SPaolo BonziniF: include/exec/cpu*.h 832b1641d0SPaolo BonziniF: include/exec/exec-all.h 84486bbe5fSPaolo BonziniF: include/exec/helper*.h 852b1641d0SPaolo BonziniF: include/exec/tb-hash.h 86460423d3SThomas HuthF: include/sysemu/cpus.h 87486bbe5fSPaolo Bonzini 881badb586SPeter MaydellFPU emulation 891badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 901badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 911badb586SPeter MaydellS: Odd Fixes 921badb586SPeter MaydellF: fpu/ 931badb586SPeter MaydellF: include/fpu/ 941badb586SPeter Maydell 95b6f97c14SbellardAlpha 968d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net> 978d6df264SRichard HendersonS: Maintained 98fd5d5c56SAnthony LiguoriF: target-alpha/ 998d8b636dSPaolo BonziniF: hw/alpha/ 100c0bd0b50SPaolo BonziniF: tests/tcg/alpha/ 101c17652eeSPaolo BonziniF: disas/alpha.c 102fd5d5c56SAnthony Liguori 103fd5d5c56SAnthony LiguoriARM 1041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 105b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 106fd5d5c56SAnthony LiguoriS: Maintained 107fd5d5c56SAnthony LiguoriF: target-arm/ 1088d8b636dSPaolo BonziniF: hw/arm/ 1098d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c 110c17652eeSPaolo BonziniF: disas/arm.c 111c17652eeSPaolo BonziniF: disas/arm-a64.cc 112c17652eeSPaolo BonziniF: disas/libvixl/ 113fd5d5c56SAnthony Liguori 114fd5d5c56SAnthony LiguoriCRIS 115fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 116fd5d5c56SAnthony LiguoriS: Maintained 117fd5d5c56SAnthony LiguoriF: target-cris/ 1188d8b636dSPaolo BonziniF: hw/cris/ 119c0bd0b50SPaolo BonziniF: tests/tcg/cris/ 120c17652eeSPaolo BonziniF: disas/cris.c 121fd5d5c56SAnthony Liguori 12207bf23a7SMichael WalleLM32 12307bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 12407bf23a7SMichael WalleS: Maintained 12507bf23a7SMichael WalleF: target-lm32/ 1264eab7a0aSMichael WalleF: disas/lm32.c 1278d8b636dSPaolo BonziniF: hw/lm32/ 1284eab7a0aSMichael WalleF: hw/*/lm32_* 1294eab7a0aSMichael WalleF: hw/*/milkymist-* 1304eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h 1314eab7a0aSMichael WalleF: include/hw/lm32/ 132c0bd0b50SPaolo BonziniF: tests/tcg/lm32/ 13307bf23a7SMichael Walle 134fd5d5c56SAnthony LiguoriM68K 1350e19885eSAnthony LiguoriS: Orphan 136fd5d5c56SAnthony LiguoriF: target-m68k/ 1378d8b636dSPaolo BonziniF: hw/m68k/ 138fd5d5c56SAnthony Liguori 139abc07545SEdgar E. IglesiasMicroBlaze 140fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 141fd5d5c56SAnthony LiguoriS: Maintained 142fd5d5c56SAnthony LiguoriF: target-microblaze/ 1438d8b636dSPaolo BonziniF: hw/microblaze/ 144c17652eeSPaolo BonziniF: disas/microblaze.c 145fd5d5c56SAnthony Liguori 146fd5d5c56SAnthony LiguoriMIPS 147ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 14878851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com> 1496f640917SLeon AlraeS: Maintained 150fd5d5c56SAnthony LiguoriF: target-mips/ 1518d8b636dSPaolo BonziniF: hw/mips/ 152c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 153c17652eeSPaolo BonziniF: disas/mips.c 154fd5d5c56SAnthony Liguori 155d15a9c23SAnthony GreenMoxie 156d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com> 157d15a9c23SAnthony GreenS: Maintained 158d15a9c23SAnthony GreenF: target-moxie/ 159c17652eeSPaolo BonziniF: disas/moxie.c 160*a3ccdfb5SThomas HuthF: hw/moxie/ 161*a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak 162d15a9c23SAnthony Green 163945dad6dSJia LiuOpenRISC 164945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 165945dad6dSJia LiuS: Maintained 166945dad6dSJia LiuF: target-openrisc/ 167945dad6dSJia LiuF: hw/openrisc/ 168c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 169945dad6dSJia Liu 170fd5d5c56SAnthony LiguoriPowerPC 171b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 172fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 173a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 174fd5d5c56SAnthony LiguoriS: Maintained 175fd5d5c56SAnthony LiguoriF: target-ppc/ 1768d8b636dSPaolo BonziniF: hw/ppc/ 177b5d55020SThomas HuthF: include/hw/ppc/ 178c17652eeSPaolo BonziniF: disas/ppc.c 179fd5d5c56SAnthony Liguori 180749717a0SAlexander GrafS390 1812b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net> 182fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 183fd5d5c56SAnthony LiguoriS: Maintained 184fd5d5c56SAnthony LiguoriF: target-s390x/ 1858d8b636dSPaolo BonziniF: hw/s390x/ 186c17652eeSPaolo BonziniF: disas/s390.c 187b6f97c14Sbellard 188fd5d5c56SAnthony LiguoriSH4 189ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 1902c9b7d1aSAndreas FärberS: Odd Fixes 191fd5d5c56SAnthony LiguoriF: target-sh4/ 1928d8b636dSPaolo BonziniF: hw/sh4/ 193c17652eeSPaolo BonziniF: disas/sh4.c 1948a90f900SThomas HuthF: include/hw/sh4/ 195fd5d5c56SAnthony Liguori 196fd5d5c56SAnthony LiguoriSPARC 197f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1982c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 199fd5d5c56SAnthony LiguoriS: Maintained 200fd5d5c56SAnthony LiguoriF: target-sparc/ 2018d8b636dSPaolo BonziniF: hw/sparc/ 2028d8b636dSPaolo BonziniF: hw/sparc64/ 203c17652eeSPaolo BonziniF: disas/sparc.c 204fd5d5c56SAnthony Liguori 205a6ea7b4cSAndreas FärberUniCore32 206a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 207a6ea7b4cSAndreas FärberS: Maintained 208a6ea7b4cSAndreas FärberF: target-unicore32/ 2098d8b636dSPaolo BonziniF: hw/unicore32/ 21047b98d59SThomas HuthF: include/hw/unicore32/ 211a6ea7b4cSAndreas Färber 212fd5d5c56SAnthony LiguoriX86 213d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 214d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net> 215e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 216b203a4baSEduardo HabkostS: Maintained 217fd5d5c56SAnthony LiguoriF: target-i386/ 2188d8b636dSPaolo BonziniF: hw/i386/ 219c17652eeSPaolo BonziniF: disas/i386.c 220fd5d5c56SAnthony Liguori 22116e7caaeSMax FilippovXtensa 22216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 223375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 22416e7caaeSMax FilippovS: Maintained 22516e7caaeSMax FilippovF: target-xtensa/ 2268d8b636dSPaolo BonziniF: hw/xtensa/ 227c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 22816e7caaeSMax Filippov 22948e06fe0SBastian KoppelmannTriCore 23048e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 23148e06fe0SBastian KoppelmannS: Maintained 23248e06fe0SBastian KoppelmannF: target-tricore/ 23348e06fe0SBastian KoppelmannF: hw/tricore/ 234d46d14e6SThomas HuthF: include/hw/tricore/ 23548e06fe0SBastian Koppelmann 236fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 237fd5d5c56SAnthony Liguori---------------------- 238fd5d5c56SAnthony Liguori 239fd5d5c56SAnthony LiguoriOverall 240c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 241fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 242fd5d5c56SAnthony LiguoriS: Supported 243fd5d5c56SAnthony LiguoriF: kvm-* 244fd5d5c56SAnthony LiguoriF: */kvm.* 245a95e9a48SThomas HuthF: include/sysemu/kvm*.h 246fd5d5c56SAnthony Liguori 247ed4659d1SPeter MaydellARM 248ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 249b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 250ed4659d1SPeter MaydellS: Maintained 251ed4659d1SPeter MaydellF: target-arm/kvm.c 252ed4659d1SPeter Maydell 253a31896c4SJames HoganMIPS 254a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com> 255a31896c4SJames HoganS: Maintained 256a31896c4SJames HoganF: target-mips/kvm.c 257a31896c4SJames Hogan 258fd5d5c56SAnthony LiguoriPPC 259fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 260fd5d5c56SAnthony LiguoriS: Maintained 261fd5d5c56SAnthony LiguoriF: target-ppc/kvm.c 262fd5d5c56SAnthony Liguori 263fd5d5c56SAnthony LiguoriS390 264b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 265b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com> 266fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 267fd5d5c56SAnthony LiguoriS: Maintained 268fd5d5c56SAnthony LiguoriF: target-s390x/kvm.c 269c5bfb202SCornelia HuckF: target-s390x/ioinst.[ch] 270c5bfb202SCornelia HuckF: target-s390x/machine.c 2714277af19SCornelia HuckF: hw/intc/s390_flic.c 2724277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c 2734277af19SCornelia HuckF: include/hw/s390x/s390_flic.h 274c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 2753e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 2763e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 277fd5d5c56SAnthony Liguori 278fd5d5c56SAnthony LiguoriX86 279d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 280fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 281fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 282fd5d5c56SAnthony LiguoriS: Supported 283fd5d5c56SAnthony LiguoriF: target-i386/kvm.c 284fd5d5c56SAnthony Liguori 2858a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 2868a6b0cd7SStefano Stabellini---------------------- 2878a6b0cd7SStefano Stabellini 2888a6b0cd7SStefano StabelliniX86 2893623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 2903623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 2918a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com 2928a6b0cd7SStefano StabelliniS: Supported 2938a6b0cd7SStefano StabelliniF: xen-* 2948a6b0cd7SStefano StabelliniF: */xen* 295c92451c2SPaolo BonziniF: hw/char/xen_console.c 296c92451c2SPaolo BonziniF: hw/display/xenfb.c 297c92451c2SPaolo BonziniF: hw/net/xen_nic.c 2989027ac50SStefano StabelliniF: hw/block/xen_* 299c92451c2SPaolo BonziniF: hw/xen/ 300c92451c2SPaolo BonziniF: hw/xenpv/ 3019027ac50SStefano StabelliniF: hw/i386/xen/ 302c92451c2SPaolo BonziniF: include/hw/xen/ 3039027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 3048a6b0cd7SStefano Stabellini 3051bdd6874SStefan WeilHosts: 3061bdd6874SStefan Weil------ 3071bdd6874SStefan Weil 3081bdd6874SStefan WeilLINUX 3091bdd6874SStefan WeilL: qemu-devel@nongnu.org 3101bdd6874SStefan WeilS: Maintained 3111bdd6874SStefan WeilF: linux-* 3121bdd6874SStefan WeilF: linux-headers/ 3131bdd6874SStefan Weil 3141bdd6874SStefan WeilPOSIX 3151bdd6874SStefan WeilL: qemu-devel@nongnu.org 3161bdd6874SStefan WeilS: Maintained 3171bdd6874SStefan WeilF: *posix* 3181bdd6874SStefan Weil 3191bdd6874SStefan WeilW32, W64 3201bdd6874SStefan WeilL: qemu-devel@nongnu.org 3211bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 3221bdd6874SStefan WeilS: Maintained 3231bdd6874SStefan WeilF: *win32* 324885bdc95SStefan WeilF: qemu.nsi 3251bdd6874SStefan Weil 326fd5d5c56SAnthony LiguoriARM Machines 327fd5d5c56SAnthony Liguori------------ 32884291fe7SliguangAllwinner-a10 32985b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 330b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 33184291fe7SliguangS: Maintained 33285b4d5daSBeniamino GalvaniF: hw/*/allwinner* 33385b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 33484291fe7SliguangF: hw/arm/cubieboard.c 33584291fe7Sliguang 33606271000SPaolo BonziniARM PrimeCell 33706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 338b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 33906271000SPaolo BonziniS: Maintained 34006271000SPaolo BonziniF: hw/char/pl011.c 34106271000SPaolo BonziniF: hw/display/pl110* 34206271000SPaolo BonziniF: hw/dma/pl080.c 34306271000SPaolo BonziniF: hw/dma/pl330.c 34406271000SPaolo BonziniF: hw/gpio/pl061.c 34506271000SPaolo BonziniF: hw/input/pl050.c 34606271000SPaolo BonziniF: hw/intc/pl190.c 34706271000SPaolo BonziniF: hw/sd/pl181.c 34806271000SPaolo BonziniF: hw/timer/pl031.c 34906271000SPaolo BonziniF: include/hw/arm/primecell.h 35006271000SPaolo Bonzini 35106271000SPaolo BonziniARM cores 35206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 353b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 35406271000SPaolo BonziniS: Maintained 35506271000SPaolo BonziniF: hw/intc/arm* 35606271000SPaolo BonziniF: hw/intc/gic_internal.h 35706271000SPaolo BonziniF: hw/misc/a9scu.c 35806271000SPaolo BonziniF: hw/misc/arm11scu.c 35906271000SPaolo BonziniF: hw/timer/a9gtimer* 36006271000SPaolo BonziniF: hw/timer/arm_* 36106271000SPaolo BonziniF: include/hw/arm/arm.h 36206271000SPaolo BonziniF: include/hw/intc/arm* 36306271000SPaolo BonziniF: include/hw/misc/a9scu.h 36406271000SPaolo BonziniF: include/hw/misc/arm11scu.h 36506271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 36606271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 36706271000SPaolo Bonzini 368fc63dcffSEvgeny VoevodinExynos 369f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 370b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 371fc63dcffSEvgeny VoevodinS: Maintained 3728d8b636dSPaolo BonziniF: hw/*/exynos* 373ed0db866SThomas HuthF: include/hw/arm/exynos4210.h 374fc63dcffSEvgeny Voevodin 375766fd09fSMark LangsdorfCalxeda Highbank 3769ef137caSRob HerringM: Rob Herring <robh@kernel.org> 377b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 3789ef137caSRob HerringS: Maintained 3798d8b636dSPaolo BonziniF: hw/arm/highbank.c 3808d8b636dSPaolo BonziniF: hw/net/xgmac.c 381766fd09fSMark Langsdorf 3829082f121SAntony PavlovCanon DIGIC 3839082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 384b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 3859082f121SAntony PavlovS: Maintained 3869082f121SAntony PavlovF: include/hw/arm/digic.h 3879082f121SAntony PavlovF: hw/*/digic* 3889082f121SAntony Pavlov 389fd5d5c56SAnthony LiguoriGumstix 3905dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 391b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 392fd5d5c56SAnthony LiguoriS: Orphan 3938d8b636dSPaolo BonziniF: hw/arm/gumstix.c 394fd5d5c56SAnthony Liguori 3950325559dSPeter Chubbi.MX31 3960325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au> 397b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 3980325559dSPeter ChubbS: Odd fixes 3998d8b636dSPaolo BonziniF: hw/*/imx* 4008d8b636dSPaolo BonziniF: hw/arm/kzm.c 401ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h 4020325559dSPeter Chubb 403fd5d5c56SAnthony LiguoriIntegrator CP 4041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 405b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 406fd5d5c56SAnthony LiguoriS: Maintained 4078d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 408fd5d5c56SAnthony Liguori 409fd5d5c56SAnthony LiguoriMusicpal 410fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 411b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 412fd5d5c56SAnthony LiguoriS: Maintained 4138d8b636dSPaolo BonziniF: hw/arm/musicpal.c 414fd5d5c56SAnthony Liguori 415fd5d5c56SAnthony LiguorinSeries 416fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 417b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 418fd5d5c56SAnthony LiguoriS: Maintained 4198d8b636dSPaolo BonziniF: hw/arm/nseries.c 420fd5d5c56SAnthony Liguori 421fd5d5c56SAnthony LiguoriPalm 422fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 423b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 424fd5d5c56SAnthony LiguoriS: Maintained 4258d8b636dSPaolo BonziniF: hw/arm/palm.c 426fd5d5c56SAnthony Liguori 427fd5d5c56SAnthony LiguoriReal View 4281ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 429b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 430fd5d5c56SAnthony LiguoriS: Maintained 4318d8b636dSPaolo BonziniF: hw/arm/realview* 4325ea53049SPaolo BonziniF: hw/intc/realview_gic.c 4335ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 434fd5d5c56SAnthony Liguori 4359b31bff0SPaolo BonziniPXA2XX 436fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 437b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 438fd5d5c56SAnthony LiguoriS: Maintained 4399b31bff0SPaolo BonziniF: hw/arm/mainstone.c 4408d8b636dSPaolo BonziniF: hw/arm/spitz.c 4419b31bff0SPaolo BonziniF: hw/arm/tosa.c 4429b31bff0SPaolo BonziniF: hw/arm/z2.c 4439b31bff0SPaolo BonziniF: hw/*/pxa2xx* 444ed0db866SThomas HuthF: include/hw/arm/pxa.h 445fd5d5c56SAnthony Liguori 446fd5d5c56SAnthony LiguoriStellaris 4471ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 448b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 449fd5d5c56SAnthony LiguoriS: Maintained 4508d8b636dSPaolo BonziniF: hw/*/stellaris* 451fd5d5c56SAnthony Liguori 452fd5d5c56SAnthony LiguoriVersatile PB 4531ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 454b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 455fd5d5c56SAnthony LiguoriS: Maintained 4568d8b636dSPaolo BonziniF: hw/*/versatile* 457fd5d5c56SAnthony Liguori 458e3260506SPeter A. G. CrosthwaiteXilinx Zynq 459cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 4604b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 461b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 462e3260506SPeter A. G. CrosthwaiteS: Maintained 463cc0100f4SAlistair FrancisF: hw/*/xilinx_* 4648d8b636dSPaolo BonziniF: hw/*/cadence_* 465cc0100f4SAlistair FrancisF: hw/misc/zynq_slcr.c 466cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 467e3260506SPeter A. G. Crosthwaite 468137805f5SAlistair FrancisXilinx ZynqMP 469137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 470cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 471b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 472137805f5SAlistair FrancisS: Maintained 473cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 474f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 475137805f5SAlistair Francis 4768f4d260eSShannon ZhaoARM ACPI Subsystem 4778f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com> 4788f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org> 479b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4808f4d260eSShannon ZhaoS: Maintained 4818f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 4828f4d260eSShannon ZhaoF: include/hw/arm/virt-acpi-build.h 4838f4d260eSShannon Zhao 484a1f8193bSAlistair FrancisSTM32F205 485a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 486a1f8193bSAlistair FrancisS: Maintained 487a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 488a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 489a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 490a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 491a1f8193bSAlistair FrancisF: hw/adc/* 492a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 493a1f8193bSAlistair Francis 494a1f8193bSAlistair FrancisNetduino 2 495a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 496a1f8193bSAlistair FrancisS: Maintained 497a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 498a1f8193bSAlistair Francis 499fd5d5c56SAnthony LiguoriCRIS Machines 500fd5d5c56SAnthony Liguori------------- 501fd5d5c56SAnthony LiguoriAxis Dev88 502fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 503fd5d5c56SAnthony LiguoriS: Maintained 5048d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 5056e481d57SPeter MaydellF: hw/*/etraxfs_*.c 506fd5d5c56SAnthony Liguori 50707bf23a7SMichael WalleLM32 Machines 50807bf23a7SMichael Walle------------- 50907bf23a7SMichael WalleEVR32 and uclinux BSP 51007bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 51107bf23a7SMichael WalleS: Maintained 5128d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c 51307bf23a7SMichael Walle 514d118aa6bSMichael Wallemilkymist 515d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 516d118aa6bSMichael WalleS: Maintained 5178d8b636dSPaolo BonziniF: hw/lm32/milkymist.c 518d118aa6bSMichael Walle 519afcacd53SAurelien JarnoM68K Machines 520fd5d5c56SAnthony Liguori------------- 521fd5d5c56SAnthony Liguorian5206 5220e19885eSAnthony LiguoriS: Orphan 5238d8b636dSPaolo BonziniF: hw/m68k/an5206.c 524fd5d5c56SAnthony Liguori 525fd5d5c56SAnthony Liguoridummy_m68k 5260e19885eSAnthony LiguoriS: Orphan 5278d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c 528fd5d5c56SAnthony Liguori 529fd5d5c56SAnthony Liguorimcf5208 5300e19885eSAnthony LiguoriS: Orphan 5318d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 532fd5d5c56SAnthony Liguori 533fd5d5c56SAnthony LiguoriMicroBlaze Machines 534b6f97c14Sbellard------------------- 535fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 536fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 537fd5d5c56SAnthony LiguoriS: Maintained 5386e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 539b6f97c14Sbellard 540d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 5414b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 542d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 5438d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 544d36e8ce7SPeter A. G. Crosthwaite 545fd5d5c56SAnthony LiguoriMIPS Machines 546fd5d5c56SAnthony Liguori------------- 547fd5d5c56SAnthony LiguoriJazz 548fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 549fd5d5c56SAnthony LiguoriS: Maintained 5508d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c 551fd5d5c56SAnthony Liguori 552fd5d5c56SAnthony LiguoriMalta 553fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 554fd5d5c56SAnthony LiguoriS: Maintained 5558d8b636dSPaolo BonziniF: hw/mips/mips_malta.c 556fd5d5c56SAnthony Liguori 557fd5d5c56SAnthony LiguoriMipssim 5585dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 559fd5d5c56SAnthony LiguoriS: Orphan 5608d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c 561fd5d5c56SAnthony Liguori 562fd5d5c56SAnthony LiguoriR4000 563fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 564fd5d5c56SAnthony LiguoriS: Maintained 5658d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c 566fd5d5c56SAnthony Liguori 567945dad6dSJia LiuOpenRISC Machines 568945dad6dSJia Liu----------------- 569945dad6dSJia Liuor1k-sim 570945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 571945dad6dSJia LiuS: Maintained 572945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 573945dad6dSJia Liu 574fd5d5c56SAnthony LiguoriPowerPC Machines 575fd5d5c56SAnthony Liguori---------------- 576fd5d5c56SAnthony Liguori405 577fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 578a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 5799b9fe135SAndreas FärberS: Odd Fixes 5808d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 581fd5d5c56SAnthony Liguori 582aaade8d7SAndreas FärberBamboo 583aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 584aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 585aaade8d7SAndreas FärberS: Odd Fixes 5868d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 587aaade8d7SAndreas Färber 58898cded3aSAndreas Färbere500 58998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 59098cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 59198cded3aSAndreas FärberL: qemu-ppc@nongnu.org 59298cded3aSAndreas FärberS: Supported 59398cded3aSAndreas FärberF: hw/ppc/e500.[hc] 59498cded3aSAndreas FärberF: hw/ppc/e500plat.c 595b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 596b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 597b5d55020SThomas HuthF: pc-bios/u-boot.e500 59898cded3aSAndreas Färber 59998cded3aSAndreas Färbermpc8544ds 60098cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 60198cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 60298cded3aSAndreas FärberL: qemu-ppc@nongnu.org 60398cded3aSAndreas FärberS: Supported 60498cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 6058d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 60698cded3aSAndreas Färber 607fd5d5c56SAnthony LiguoriNew World 608fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 609a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 610fd5d5c56SAnthony LiguoriS: Maintained 611baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 6126e481d57SPeter MaydellF: hw/pci-host/uninorth.c 6136e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 6148d8b636dSPaolo BonziniF: hw/misc/macio/ 615b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h 616b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 617fd5d5c56SAnthony Liguori 618fd5d5c56SAnthony LiguoriOld World 619fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 620a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 621fd5d5c56SAnthony LiguoriS: Maintained 622baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 6236e481d57SPeter MaydellF: hw/pci-host/grackle.c 6248d8b636dSPaolo BonziniF: hw/misc/macio/ 625835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 626fd5d5c56SAnthony Liguori 627ec38d398SAndreas FärberPReP 6289f38774dSAndreas FärberL: qemu-devel@nongnu.org 629a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 630ec38d398SAndreas FärberS: Odd Fixes 63175610155SAndreas FärberF: hw/ppc/prep.c 6326e481d57SPeter MaydellF: hw/pci-host/prep.[hc] 6338d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc] 634835c42d3SThomas HuthF: pc-bios/ppc_rom.bin 635fd5d5c56SAnthony Liguori 636300b115cSAndreas FärbersPAPR 637085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 6388a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de> 6398a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 6408a269ca4SAndreas FärberS: Supported 6418d8b636dSPaolo BonziniF: hw/*/spapr* 642f9de2da7SDavid GibsonF: include/hw/*/spapr* 643f9de2da7SDavid GibsonF: hw/*/xics* 644f9de2da7SDavid GibsonF: include/hw/*/xics* 645f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/* 646b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin 647b5d55020SThomas HuthF: pc-bios/slof.bin 648b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt 649b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt 650a70ab357SGreg KurzF: tests/spapr* 651a70ab357SGreg KurzF: tests/libqos/*spapr* 652a70ab357SGreg KurzF: tests/rtas* 653a70ab357SGreg KurzF: tests/libqos/rtas* 6548a269ca4SAndreas Färber 655794d00bfSAndreas Färbervirtex_ml507 656794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 657794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 658794d00bfSAndreas FärberS: Odd Fixes 6596e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 660794d00bfSAndreas Färber 661fd5d5c56SAnthony LiguoriSH4 Machines 662fd5d5c56SAnthony Liguori------------ 663fd5d5c56SAnthony LiguoriR2D 664fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 665fd5d5c56SAnthony LiguoriS: Maintained 6666e481d57SPeter MaydellF: hw/sh4/r2d.c 667fd5d5c56SAnthony Liguori 668fd5d5c56SAnthony LiguoriShix 669fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 670afcacd53SAurelien JarnoS: Orphan 6716e481d57SPeter MaydellF: hw/sh4/shix.c 672fd5d5c56SAnthony Liguori 673fd5d5c56SAnthony LiguoriSPARC Machines 674fd5d5c56SAnthony Liguori-------------- 675fd5d5c56SAnthony LiguoriSun4m 676fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 677f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 678fd5d5c56SAnthony LiguoriS: Maintained 6798d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 680fd5d5c56SAnthony Liguori 681fd5d5c56SAnthony LiguoriSun4u 682fd5d5c56SAnthony LiguoriM: Blue Swirl <blauwirbel@gmail.com> 683f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 684fd5d5c56SAnthony LiguoriS: Maintained 6858d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 686fd5d5c56SAnthony Liguori 687ce6c760cSFabien ChouteauLeon3 688ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 689ce6c760cSFabien ChouteauS: Maintained 6908d8b636dSPaolo BonziniF: hw/sparc/leon3.c 6918d8b636dSPaolo BonziniF: hw/*/grlib* 692ce6c760cSFabien Chouteau 693fd5d5c56SAnthony LiguoriS390 Machines 694fd5d5c56SAnthony Liguori------------- 695dd4ad64aSCornelia HuckS390 Virtio-ccw 696dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com> 697b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 698dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de> 699dd4ad64aSCornelia HuckS: Supported 7000c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc] 701c5bfb202SCornelia HuckF: hw/s390x/ 7024277af19SCornelia HuckF: include/hw/s390x/ 7034277af19SCornelia HuckF: pc-bios/s390-ccw/ 704c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c 7051e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h 7061e4738b2SSascha SilbeF: pc-bios/s390-ccw.img 7071e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak 7083e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 7093e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 710dd4ad64aSCornelia Huck 711ab9528caSGuan XuetaoUniCore32 Machines 712ab9528caSGuan Xuetao------------- 713ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox 714ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn> 715ab9528caSGuan XuetaoS: Maintained 7168d8b636dSPaolo BonziniF: hw/*/puv3* 717ab9528caSGuan XuetaoF: hw/unicore32/ 718ab9528caSGuan Xuetao 719fd5d5c56SAnthony LiguoriX86 Machines 720fd5d5c56SAnthony Liguori------------ 721fd5d5c56SAnthony LiguoriPC 722046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 723fd5d5c56SAnthony LiguoriS: Supported 724046a6486SMichael S. TsirkinF: include/hw/i386/ 725046a6486SMichael S. TsirkinF: hw/i386/ 726046a6486SMichael S. TsirkinF: hw/pci-host/piix.c 727046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 728046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 729046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 730046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 731046a6486SMichael S. TsirkinF: hw/isa/piix4.c 732046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 733046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 734046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 735046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 736046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 737f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h 7389cc3b73cSPaolo BonziniF: hw/misc/sga.c 7399cc3b73cSPaolo Bonzini 7409cc3b73cSPaolo BonziniPC Chipset 7419cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 7429cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 7439cc3b73cSPaolo BonziniS: Support 7449cc3b73cSPaolo BonziniF: hw/char/debugcon.c 7459cc3b73cSPaolo BonziniF: hw/char/parallel.c 7469cc3b73cSPaolo BonziniF: hw/char/serial* 7479cc3b73cSPaolo BonziniF: hw/dma/i8257* 7489cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 7499cc3b73cSPaolo BonziniF: hw/intc/apic* 7509cc3b73cSPaolo BonziniF: hw/intc/ioapic* 7519cc3b73cSPaolo BonziniF: hw/intc/i8259* 7529cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 7539cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 7549cc3b73cSPaolo BonziniF: hw/timer/hpet* 7559cc3b73cSPaolo BonziniF: hw/timer/i8254* 7569cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc* 757a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 758a2feb348SThomas HuthF: include/hw/timer/hpet.h 759a2feb348SThomas HuthF: include/hw/timer/i8254* 760a2feb348SThomas HuthF: include/hw/timer/mc146818rtc* 761046a6486SMichael S. Tsirkin 7625da4fb00SMichael S. TsirkinMachine core 7635da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com> 7645da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com> 7655da4fb00SMichael S. TsirkinS: Supported 7665da4fb00SMichael S. TsirkinF: hw/core/machine.c 7675da4fb00SMichael S. TsirkinF: include/hw/boards.h 768fd5d5c56SAnthony Liguori 76916e7caaeSMax FilippovXtensa Machines 77016e7caaeSMax Filippov--------------- 771375847a6SMax Filippovsim 77216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 77316e7caaeSMax FilippovS: Maintained 774437a8c11SMax FilippovF: hw/xtensa/sim.c 775375847a6SMax Filippov 776437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 777375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 778375847a6SMax FilippovS: Maintained 779437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 780437a8c11SMax FilippovF: hw/net/opencores_eth.c 78116e7caaeSMax Filippov 782fd5d5c56SAnthony LiguoriDevices 783fd5d5c56SAnthony Liguori------- 784b30934cbSJiri SlabyEDU 785b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 786b30934cbSJiri SlabyS: Maintained 787b30934cbSJiri SlabyF: hw/misc/edu.c 788b30934cbSJiri Slaby 789fd5d5c56SAnthony LiguoriIDE 790c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 791c095348bSJohn SnowL: qemu-block@nongnu.org 792c095348bSJohn SnowS: Supported 7938d8b636dSPaolo BonziniF: include/hw/ide.h 794c9f7acd5SThomas HuthF: include/hw/ide/ 795fd5d5c56SAnthony LiguoriF: hw/ide/ 796c095348bSJohn SnowF: hw/block/block.c 797c095348bSJohn SnowF: hw/block/cdrom.c 798c095348bSJohn SnowF: hw/block/hd-geometry.c 799c095348bSJohn SnowF: tests/ide-test.c 800c095348bSJohn SnowF: tests/ahci-test.c 801aee50319SJohn SnowF: tests/libqos/ahci* 802c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 803c095348bSJohn Snow 804c095348bSJohn SnowFloppy 805c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 806c095348bSJohn SnowL: qemu-block@nongnu.org 807c095348bSJohn SnowS: Supported 808c095348bSJohn SnowF: hw/block/fdc.c 809c095348bSJohn SnowF: include/hw/block/fdc.h 810aee50319SJohn SnowF: tests/fdc-test.c 811c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 812fd5d5c56SAnthony Liguori 813f5f487b2SPeter MaydellOMAP 814f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 815f5f487b2SPeter MaydellS: Maintained 8168d8b636dSPaolo BonziniF: hw/*/omap* 817ed0db866SThomas HuthF: include/hw/arm/omap.h 818f5f487b2SPeter Maydell 81928d54e58SPaolo BonziniIPack 82028d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 82128d54e58SPaolo BonziniS: Odd Fixes 82228d54e58SPaolo BonziniF: hw/char/ipoctal232.c 82328d54e58SPaolo BonziniF: hw/ipack/ 82428d54e58SPaolo Bonzini 825fd5d5c56SAnthony LiguoriPCI 826fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 827874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com> 828fd5d5c56SAnthony LiguoriS: Supported 8298d8b636dSPaolo BonziniF: include/hw/pci/* 830f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 831ca818cfbSMichael S. TsirkinF: hw/pci/* 832f178bc6bSPaolo BonziniF: hw/pci-bridge/* 8330e0b3592SMichael S. Tsirkin 834d31e5ae7SMichael S. TsirkinACPI/SMBIOS 8350e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 8360e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 8370e0b3592SMichael S. TsirkinS: Supported 8380e0b3592SMichael S. TsirkinF: include/hw/acpi/* 839d31e5ae7SMichael S. TsirkinF: include/hw/smbios/* 8400e0b3592SMichael S. TsirkinF: hw/mem/* 8418d8b636dSPaolo BonziniF: hw/acpi/* 842d31e5ae7SMichael S. TsirkinF: hw/smbios/* 8430e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 8440e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 8450e0b3592SMichael S. TsirkinF: include/hw/arm/virt-acpi-build.h 846fd5d5c56SAnthony Liguori 847aaade8d7SAndreas Färberppc4xx 848aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 849aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 850aaade8d7SAndreas FärberS: Odd Fixes 8518d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 852b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 853aaade8d7SAndreas Färber 85498cded3aSAndreas Färberppce500 85598cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 85698cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 85798cded3aSAndreas FärberL: qemu-ppc@nongnu.org 85898cded3aSAndreas FärberS: Supported 8596e481d57SPeter MaydellF: hw/ppc/e500* 860566dd236SPaolo BonziniF: hw/pci-host/ppce500.c 861566dd236SPaolo BonziniF: hw/net/fsl_etsec/ 86298cded3aSAndreas Färber 86361af0ee6SPaolo BonziniCharacter devices 86461af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 86561af0ee6SPaolo BonziniS: Odd Fixes 86661af0ee6SPaolo BonziniF: hw/char/ 86761af0ee6SPaolo Bonzini 868f536f112SPaolo BonziniNetwork devices 869f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 870f536f112SPaolo BonziniS: Odd Fixes 871f536f112SPaolo BonziniF: hw/net/ 8726bd7776cSGreg KurzF: tests/virtio-net-test.c 873f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net 874f536f112SPaolo Bonzini 875fd5d5c56SAnthony LiguoriSCSI 876de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 877de7724f7SPaolo BonziniS: Supported 87874460f34SThomas HuthF: include/hw/scsi/* 8798d8b636dSPaolo BonziniF: hw/scsi/* 8806bd7776cSGreg KurzF: tests/virtio-scsi-test.c 8811ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next 882de7724f7SPaolo Bonzini 883de7724f7SPaolo BonziniLSI53C895A 8840e19885eSAnthony LiguoriS: Orphan 8858d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c 886fd5d5c56SAnthony Liguori 887fcb5629dSPeter A. G. CrosthwaiteSSI 8884b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 889fcb5629dSPeter A. G. CrosthwaiteS: Maintained 8908d8b636dSPaolo BonziniF: hw/ssi/* 8918d8b636dSPaolo BonziniF: hw/block/m25p80.c 8924b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 8934b46ba61SAlistair Francis 8944b46ba61SAlistair FrancisXilinx SPI 8954b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 8964b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 8974b46ba61SAlistair FrancisS: Maintained 8984b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 899fcb5629dSPeter A. G. Crosthwaite 900fd5d5c56SAnthony LiguoriUSB 9015d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 9025d0d62feSGerd HoffmannS: Maintained 9038d8b636dSPaolo BonziniF: hw/usb/* 90428edfce0SGongleiF: tests/usb-*-test.c 905beded0ffSThomas HuthF: docs/usb2.txt 906beded0ffSThomas HuthF: docs/usb-storage.txt 907beded0ffSThomas HuthF: include/hw/usb.h 908beded0ffSThomas HuthF: include/hw/usb/ 909fd5d5c56SAnthony Liguori 910e26082fdSPaolo BonziniUSB (serial adapter) 911e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com> 912e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 913e26082fdSPaolo BonziniS: Maintained 914e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 915e26082fdSPaolo Bonzini 91692e1fb5eSAlex WilliamsonVFIO 91792e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 91892e1fb5eSAlex WilliamsonS: Supported 919cf7087dbSKim PhillipsF: hw/vfio/* 92099b88c6dSThomas HuthF: include/hw/vfio/ 92192e1fb5eSAlex Williamson 922fd5d5c56SAnthony Liguorivhost 923fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 924fd5d5c56SAnthony LiguoriS: Supported 9258d8b636dSPaolo BonziniF: hw/*/*vhost* 926fd5d5c56SAnthony Liguori 927fd5d5c56SAnthony Liguorivirtio 928a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 929fd5d5c56SAnthony LiguoriS: Supported 9308d8b636dSPaolo BonziniF: hw/*/virtio* 9316a084ea3SMichael S. TsirkinF: net/vhost-user.c 932494f7b57SThomas HuthF: include/hw/virtio/ 9336bd7776cSGreg KurzF: tests/virtio-balloon-test.c 934fd5d5c56SAnthony Liguori 935fd5d5c56SAnthony Liguorivirtio-9p 93623704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 9378c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 938fd5d5c56SAnthony LiguoriS: Supported 939aebeca25SAndreas FärberF: hw/9pfs/ 940aebeca25SAndreas FärberF: fsdev/ 9412d888c09SAndreas FärberF: tests/virtio-9p-test.c 9423f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git 9438c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next 944fd5d5c56SAnthony Liguori 945fd5d5c56SAnthony Liguorivirtio-blk 94654d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 947b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 948fd5d5c56SAnthony LiguoriS: Supported 9498d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 950b457a5f5SStefan HajnocziF: hw/block/dataplane/* 9516bd7776cSGreg KurzF: tests/virtio-blk-test.c 952b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 953fd5d5c56SAnthony Liguori 954dd4ad64aSCornelia Huckvirtio-ccw 955dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com> 956b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 957dd4ad64aSCornelia HuckS: Supported 958dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc] 9593e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 9603e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 961dd4ad64aSCornelia Huck 962a5d4d7b5SGerd Hoffmannvirtio-input 963a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 964a5d4d7b5SGerd HoffmannS: Maintained 965a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 966a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 967a5d4d7b5SGerd Hoffmann 968fd5d5c56SAnthony Liguorivirtio-serial 969fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com> 970fd5d5c56SAnthony LiguoriS: Supported 9718d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 9728d8b636dSPaolo BonziniF: hw/char/virtio-console.c 97368a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 9746bd7776cSGreg KurzF: tests/virtio-console-test.c 9756bd7776cSGreg KurzF: tests/virtio-serial-test.c 976fd5d5c56SAnthony Liguori 9771f51a5cbSAmit Shahvirtio-rng 9781f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com> 9791f51a5cbSAmit ShahS: Supported 9801f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 9811f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 982750cf869SThomas HuthF: include/sysemu/rng*.h 9831f51a5cbSAmit ShahF: backends/rng*.c 9846bd7776cSGreg KurzF: tests/virtio-rng-test.c 9851f51a5cbSAmit Shah 986f3c507adSKeith Buschnvme 987f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com> 988c95e4c0eSKevin WolfL: qemu-block@nongnu.org 989f3c507adSKeith BuschS: Supported 990f3c507adSKeith BuschF: hw/block/nvme* 991fc967791SAndreas FärberF: tests/nvme-test.c 992f3c507adSKeith Busch 993d383c625SHannes Reineckemegasas 994d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de> 995c95e4c0eSKevin WolfL: qemu-block@nongnu.org 996d383c625SHannes ReineckeS: Supported 997d383c625SHannes ReineckeF: hw/scsi/megasas.c 998d383c625SHannes ReineckeF: hw/scsi/mfi.h 999d383c625SHannes Reinecke 1000605d52e6SDmitry FleytmanNetwork packet abstractions 1001605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1002605d52e6SDmitry FleytmanS: Maintained 1003605d52e6SDmitry FleytmanF: include/net/eth.h 1004605d52e6SDmitry FleytmanF: net/eth.c 1005605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 1006605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 1007605d52e6SDmitry Fleytman 1008622fb504SDmitry FleytmanVmware 1009622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1010622fb504SDmitry FleytmanS: Maintained 1011622fb504SDmitry FleytmanF: hw/net/vmxnet* 1012622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 1013622fb504SDmitry Fleytman 1014de24d3f1SScott FeldmanRocker 1015de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 1016de24d3f1SScott FeldmanS: Maintained 1017de24d3f1SScott FeldmanF: hw/net/rocker/ 1018de24d3f1SScott Feldman 101970d1fb9cSXiao GuangrongNVDIMM 102070d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com> 102170d1fb9cSXiao GuangrongS: Maintained 102270d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c 102370d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c 102470d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h 102570d1fb9cSXiao Guangrong 1026093454e2SDmitry Fleytmane1000x 1027093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1028093454e2SDmitry FleytmanS: Maintained 1029093454e2SDmitry FleytmanF: hw/net/e1000x* 1030093454e2SDmitry Fleytman 10316f3fbe4eSDmitry Fleytmane1000e 10326f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 10336f3fbe4eSDmitry FleytmanS: Maintained 10346f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 10356f3fbe4eSDmitry Fleytman 1036e481a1f6SAlistair FrancisGeneric Loader 1037e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 1038e481a1f6SAlistair FrancisS: Maintained 1039e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 1040e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 1041e481a1f6SAlistair Francis 1042fd5d5c56SAnthony LiguoriSubsystems 1043fd5d5c56SAnthony Liguori---------- 1044fd5d5c56SAnthony LiguoriAudio 10459f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1046fd5d5c56SAnthony LiguoriS: Maintained 1047fd5d5c56SAnthony LiguoriF: audio/ 10488d8b636dSPaolo BonziniF: hw/audio/ 1049d7b50c0cSAndreas FärberF: tests/ac97-test.c 10508fa74c94SAndreas FärberF: tests/es1370-test.c 1051fbaf445aSAndreas FärberF: tests/intel-hda-test.c 1052fd5d5c56SAnthony Liguori 105317f1e8f5SStefan HajnocziBlock layer core 1054fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 1055c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1056c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1057fd5d5c56SAnthony LiguoriS: Supported 1058fd5d5c56SAnthony LiguoriF: block* 1059fd5d5c56SAnthony LiguoriF: block/ 10608d8b636dSPaolo BonziniF: hw/block/ 10614c346e0bSKevin WolfF: include/block/ 106246078760SKevin WolfF: qemu-img* 106346078760SKevin WolfF: qemu-io* 106429242091SKevin WolfF: tests/qemu-iotests/ 1065d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block 1066fd5d5c56SAnthony Liguori 1067d55053b1SStefan HajnocziBlock I/O path 1068d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 10699ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com> 1070d55053b1SStefan HajnocziL: qemu-block@nongnu.org 1071d55053b1SStefan HajnocziS: Supported 1072d55053b1SStefan HajnocziF: async.c 1073d55053b1SStefan HajnocziF: aio-*.c 1074d55053b1SStefan HajnocziF: block/io.c 1075d55053b1SStefan HajnocziF: migration/block* 1076e1029ae2SFam ZhengF: include/block/aio.h 1077d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 1078d55053b1SStefan Hajnoczi 1079280458a3SJeff CodyBlock Jobs 1080280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1081280458a3SJeff CodyL: qemu-block@nongnu.org 1082280458a3SJeff CodyS: Supported 1083280458a3SJeff CodyF: blockjob.c 1084280458a3SJeff CodyF: include/block/blockjob.h 1085280458a3SJeff CodyF: block/backup.c 1086280458a3SJeff CodyF: block/commit.c 108777346025SJeff CodyF: block/stream.c 1088280458a3SJeff CodyF: block/mirror.c 1089280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1090280458a3SJeff Cody 10914120201dSMarkus ArmbrusterBlock QAPI, monitor, command line 10924120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 10934120201dSMarkus ArmbrusterS: Supported 10944120201dSMarkus ArmbrusterF: blockdev.c 10954120201dSMarkus ArmbrusterF: block/qapi.c 10964120201dSMarkus ArmbrusterF: qapi/block*.json 10974120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next 10984120201dSMarkus Armbruster 109961af0ee6SPaolo BonziniCharacter device backends 1100da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1101fd5d5c56SAnthony LiguoriS: Maintained 1102fd5d5c56SAnthony LiguoriF: qemu-char.c 1103da26f37aSPaolo BonziniF: backends/msmouse.c 1104da26f37aSPaolo BonziniF: backends/testdev.c 1105fd5d5c56SAnthony Liguori 1106e26082fdSPaolo BonziniCharacter Devices (Braille) 1107e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1108e26082fdSPaolo BonziniS: Maintained 1109e26082fdSPaolo BonziniF: backends/baum.c 1110fd5d5c56SAnthony Liguori 11118c413e79SMarkus ArmbrusterCoverity model 11128c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 11138c413e79SMarkus ArmbrusterS: Supported 11148c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 11158c413e79SMarkus Armbruster 1116f2ca0524SAndreas FärberCPU 111712b0e69cSAndreas FärberL: qemu-devel@nongnu.org 1118f2ca0524SAndreas FärberS: Supported 1119f2ca0524SAndreas FärberF: qom/cpu.c 11206e481d57SPeter MaydellF: include/qom/cpu.h 1121f2ca0524SAndreas Färber 1122d24b569aSPeter A. G. CrosthwaiteDevice Tree 11234b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1124d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de> 1125d24b569aSPeter A. G. CrosthwaiteS: Maintained 112682407515SThomas HuthF: device_tree.c 112782407515SThomas HuthF: include/sysemu/device_tree.h 1128d24b569aSPeter A. G. Crosthwaite 11294f966768SMarkus ArmbrusterError reporting 11304f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 11314f966768SMarkus ArmbrusterS: Supported 11324f966768SMarkus ArmbrusterF: include/qapi/error.h 11334f966768SMarkus ArmbrusterF: include/qemu/error-report.h 11344f966768SMarkus ArmbrusterF: util/error.c 11354f966768SMarkus ArmbrusterF: util/qemu-error.c 11364f966768SMarkus Armbruster 1137fd5d5c56SAnthony LiguoriGDB stub 11385dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 1139fd5d5c56SAnthony LiguoriS: Odd Fixes 1140fd5d5c56SAnthony LiguoriF: gdbstub* 1141fd5d5c56SAnthony LiguoriF: gdb-xml/ 1142fd5d5c56SAnthony Liguori 114301a9c03cSPaolo BonziniMemory API 114401a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 114501a9c03cSPaolo BonziniS: Supported 114601a9c03cSPaolo BonziniF: include/exec/ioport.h 114701a9c03cSPaolo BonziniF: ioport.c 114801a9c03cSPaolo BonziniF: include/exec/memory.h 11492b1641d0SPaolo BonziniF: include/exec/ram_addr.h 115001a9c03cSPaolo BonziniF: memory.c 115101a9c03cSPaolo BonziniF: include/exec/memory-internal.h 115201a9c03cSPaolo BonziniF: exec.c 115301a9c03cSPaolo Bonzini 11547ee3bf03SGerd HoffmannSPICE 11557ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 11567ee3bf03SGerd HoffmannS: Supported 11576e481d57SPeter MaydellF: include/ui/qemu-spice.h 1158438528a3SThomas HuthF: include/ui/spice-display.h 11597ee3bf03SGerd HoffmannF: ui/spice-*.c 11607ee3bf03SGerd HoffmannF: audio/spiceaudio.c 11618d8b636dSPaolo BonziniF: hw/display/qxl* 11627ee3bf03SGerd Hoffmann 1163fd5d5c56SAnthony LiguoriGraphics 116425eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 116525eccc37SGerd HoffmannS: Odd Fixes 1166fd5d5c56SAnthony LiguoriF: ui/ 1167e220656cSThomas HuthF: include/ui/ 1168fd5d5c56SAnthony Liguori 1169351f1bf6SAndreas FärberCocoa graphics 117030ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1171351f1bf6SAndreas FärberS: Odd Fixes 1172351f1bf6SAndreas FärberF: ui/cocoa.m 1173351f1bf6SAndreas Färber 1174fd5d5c56SAnthony LiguoriMain loop 1175da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1176da26f37aSPaolo BonziniS: Maintained 1177da26f37aSPaolo BonziniF: cpus.c 1178da26f37aSPaolo BonziniF: main-loop.c 1179da26f37aSPaolo BonziniF: qemu-timer.c 1180fd5d5c56SAnthony LiguoriF: vl.c 1181fd5d5c56SAnthony Liguori 11828899b4aeSLuiz CapitulinoHuman Monitor (HMP) 1183fd5d5c56SAnthony LiguoriM: Luiz Capitulino <lcapitulino@redhat.com> 1184fbb0621aSLuiz CapitulinoS: Maintained 1185fd5d5c56SAnthony LiguoriF: monitor.c 11868899b4aeSLuiz CapitulinoF: hmp.c 11878899b4aeSLuiz CapitulinoF: hmp-commands.hx 1188dce07e0bSLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1189fd5d5c56SAnthony Liguori 1190f536f112SPaolo BonziniNetwork device backends 1191442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 1192fd5d5c56SAnthony LiguoriS: Maintained 1193fd5d5c56SAnthony LiguoriF: net/ 1194d24b2b1cSThomas HuthF: include/net/ 11955fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net 1196fd5d5c56SAnthony Liguori 1197aee09bafSVincenzo MaffioneNetmap network backend 1198aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 1199aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1200aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 1201aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 1202aee09bafSVincenzo MaffioneS: Maintained 1203aee09bafSVincenzo MaffioneF: net/netmap.c 1204aee09bafSVincenzo Maffione 120544f76b28SPaolo BonziniNetwork Block Device (NBD) 120644f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 120744f76b28SPaolo BonziniS: Odd Fixes 1208798bfe00SFam ZhengF: block/nbd* 1209798bfe00SFam ZhengF: nbd/ 1210798bfe00SFam ZhengF: include/block/nbd* 121144f76b28SPaolo BonziniF: qemu-nbd.c 12121ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next 121344f76b28SPaolo Bonzini 12142f54eb98SEduardo HabkostNUMA 12152f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 12162f54eb98SEduardo HabkostS: Maintained 12172f54eb98SEduardo HabkostF: numa.c 12182f54eb98SEduardo HabkostF: include/sysemu/numa.h 12192f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa 12202f54eb98SEduardo Habkost 12214fc264f4SEduardo HabkostHost Memory Backends 12224fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 12234fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 12244fc264f4SEduardo HabkostS: Maintained 12254fc264f4SEduardo HabkostF: backends/hostmem*.c 12264fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 12274fc264f4SEduardo Habkost 12288899b4aeSLuiz CapitulinoQAPI 12299740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 12308899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com> 12319740618cSLuiz CapitulinoS: Supported 12328899b4aeSLuiz CapitulinoF: qapi/ 12330311c5bdSMarkus ArmbrusterX: qapi/*.json 1234ac4abb9aSMarkus ArmbrusterF: include/qapi/ 1235ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 1236ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 1237c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 1238ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c 1239ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c 12400311c5bdSMarkus ArmbrusterF: scripts/qapi* 12410311c5bdSMarkus ArmbrusterF: docs/qapi* 12429740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 12438899b4aeSLuiz Capitulino 12447810d291SLuiz CapitulinoQAPI Schema 12457810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 12467810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 12477810d291SLuiz CapitulinoS: Supported 12487810d291SLuiz CapitulinoF: qapi-schema.json 12490311c5bdSMarkus ArmbrusterF: qapi/*.json 12509740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 12517810d291SLuiz Capitulino 1252f3582ba4SLuiz CapitulinoQObject 1253f3582ba4SLuiz CapitulinoM: Luiz Capitulino <lcapitulino@redhat.com> 1254f3582ba4SLuiz CapitulinoS: Maintained 1255f3582ba4SLuiz CapitulinoF: qobject/ 12567735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 12577735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 12587735d2b5SMarkus ArmbrusterF: tests/check-qdict.c 12597735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c 12607735d2b5SMarkus ArmbrusterF: tests/check-qint.c 12617735d2b5SMarkus ArmbrusterF: tests/check-qjson.c 12627735d2b5SMarkus ArmbrusterF: tests/check-qlist.c 12637735d2b5SMarkus ArmbrusterF: tests/check-qstring.c 1264f3582ba4SLuiz CapitulinoT: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1265f3582ba4SLuiz Capitulino 1266f05d9999SMichael RothQEMU Guest Agent 1267f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com> 1268f05d9999SMichael RothS: Maintained 1269f05d9999SMichael RothF: qga/ 1270f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga 1271f05d9999SMichael Roth 12724688c94cSAndreas FärberQOM 12734688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de> 12744688c94cSAndreas FärberS: Supported 12754688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next 12764688c94cSAndreas FärberF: include/qom/ 12774688c94cSAndreas FärberX: include/qom/cpu.h 12784688c94cSAndreas FärberF: qom/ 12794688c94cSAndreas FärberX: qom/cpu.c 12809f4aa7ceSAndreas FärberF: tests/check-qom-interface.c 12819f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c 12824688c94cSAndreas FärberF: tests/qom-test.c 12834688c94cSAndreas Färber 12848899b4aeSLuiz CapitulinoQMP 12859740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 12869740618cSLuiz CapitulinoS: Supported 12878899b4aeSLuiz CapitulinoF: qmp.c 12888899b4aeSLuiz CapitulinoF: monitor.c 12899b89b6a2SMarkus ArmbrusterF: docs/*qmp-* 12909740618cSLuiz CapitulinoF: scripts/qmp/ 12919740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 12928899b4aeSLuiz Capitulino 1293cc0100f4SAlistair FrancisRegister API 1294cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 1295cc0100f4SAlistair FrancisS: Maintained 1296cc0100f4SAlistair FrancisF: hw/core/register.c 1297cc0100f4SAlistair FrancisF: include/hw/register.h 1298cc0100f4SAlistair Francis 1299fd5d5c56SAnthony LiguoriSLIRP 1300eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1301bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 1302bafc72abSJan KiszkaS: Maintained 1303fd5d5c56SAnthony LiguoriF: slirp/ 1304663fb1e1SThomas HuthF: net/slirp.c 1305d24b2b1cSThomas HuthF: include/net/slirp.h 13061ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp 1307fd5d5c56SAnthony Liguori 1308b1ed728aSPaolo BonziniStubs 1309b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1310b1ed728aSPaolo BonziniS: Maintained 1311b1ed728aSPaolo BonziniF: stubs/ 1312b1ed728aSPaolo Bonzini 1313598a3f35SStefan HajnocziTracing 13141cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1315598a3f35SStefan HajnocziS: Maintained 1316598a3f35SStefan HajnocziF: trace/ 1317f70fd8fdSLluís VilanovaF: scripts/tracetool.py 1318f70fd8fdSLluís VilanovaF: scripts/tracetool/ 1319f922ea46SAndreas FärberF: docs/tracing.txt 13201ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing 1321598a3f35SStefan Hajnoczi 132214f40fdcSBlue SwirlCheckpatch 132314f40fdcSBlue SwirlS: Odd Fixes 132414f40fdcSBlue SwirlF: scripts/checkpatch.pl 132514f40fdcSBlue Swirl 1326c0787c8dSJuan QuintelaMigration 1327c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 13287f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com> 1329c0787c8dSJuan QuintelaS: Maintained 1330c0787c8dSJuan QuintelaF: include/migration/ 133144a1f946SDr. David Alan GilbertF: migration/ 1332c5515640SAmit ShahF: scripts/vmstate-static-checker.py 1333c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 1334a609ad8bSThomas HuthF: docs/migration.txt 1335c0787c8dSJuan Quintela 133692bfedb0SEduardo OtuboSeccomp 13379d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com> 133892bfedb0SEduardo OtuboS: Supported 133992bfedb0SEduardo OtuboF: qemu-seccomp.c 134092bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 134192bfedb0SEduardo Otubo 1342ddbb0d09SDaniel P. BerrangeCryptography 1343ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1344ddbb0d09SDaniel P. BerrangeS: Maintained 1345ddbb0d09SDaniel P. BerrangeF: crypto/ 1346ddbb0d09SDaniel P. BerrangeF: include/crypto/ 1347ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-* 1348ddbb0d09SDaniel P. Berrange 134910817bf0SDaniel P. BerrangeCoroutines 135010817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 135110817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 135210817bf0SDaniel P. BerrangeF: util/*coroutine* 135310817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 135410817bf0SDaniel P. BerrangeF: tests/test-coroutine.c 135510817bf0SDaniel P. Berrange 135688c5f205SDaniel P. BerrangeBuffers 135788c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 135888c5f205SDaniel P. BerrangeS: Odd fixes 135988c5f205SDaniel P. BerrangeF: util/buffer.c 136088c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 136188c5f205SDaniel P. Berrange 1362666a3af9SDaniel P. BerrangeI/O Channels 1363666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1364666a3af9SDaniel P. BerrangeS: Maintained 1365666a3af9SDaniel P. BerrangeF: io/ 1366666a3af9SDaniel P. BerrangeF: include/io/ 1367666a3af9SDaniel P. BerrangeF: tests/test-io-* 1368666a3af9SDaniel P. Berrange 13695614a283SGerd HoffmannSockets 13705614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 13715614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 13725614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com> 13735614a283SGerd HoffmannS: Maintained 13745614a283SGerd HoffmannF: include/qemu/sockets.h 13755614a283SGerd HoffmannF: util/qemu-sockets.c 13765614a283SGerd Hoffmann 1377d310d85bSAlberto GarciaThrottling infrastructure 1378d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 1379d310d85bSAlberto GarciaS: Supported 1380d310d85bSAlberto GarciaF: block/throttle-groups.c 1381d310d85bSAlberto GarciaF: include/block/throttle-groups.h 1382d310d85bSAlberto GarciaF: include/qemu/throttle.h 1383d310d85bSAlberto GarciaF: util/throttle.c 1384d310d85bSAlberto GarciaL: qemu-block@nongnu.org 1385d310d85bSAlberto Garcia 1386080d7aacSFam ZhengUUID 1387080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com> 1388080d7aacSFam ZhengS: Supported 1389080d7aacSFam ZhengF: util/uuid.c 1390080d7aacSFam ZhengF: include/qemu/uuid.h 1391080d7aacSFam ZhengF: tests/test-uuid.c 1392080d7aacSFam Zheng 139388f82ed1SZhang ChenCOLO Proxy 139488f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> 139588f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com> 139688f82ed1SZhang ChenS: Supported 139788f82ed1SZhang ChenF: docs/colo-proxy.txt 139888f82ed1SZhang ChenF: net/colo* 139988f82ed1SZhang ChenF: net/filter-rewriter.c 140088f82ed1SZhang ChenF: net/filter-mirror.c 140188f82ed1SZhang Chen 1402fd5d5c56SAnthony LiguoriUsermode Emulation 1403fd5d5c56SAnthony Liguori------------------ 1404486bbe5fSPaolo BonziniOverall 1405486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 1406486bbe5fSPaolo BonziniS: Maintained 1407486bbe5fSPaolo BonziniF: thunk.c 1408486bbe5fSPaolo BonziniF: user-exec.c 1409486bbe5fSPaolo Bonzini 1410fd5d5c56SAnthony LiguoriBSD user 1411297e8005SMarkus ArmbrusterS: Orphan 1412fd5d5c56SAnthony LiguoriF: bsd-user/ 1413fd5d5c56SAnthony Liguori 1414fd5d5c56SAnthony LiguoriLinux user 1415fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 1416fd5d5c56SAnthony LiguoriS: Maintained 1417fd5d5c56SAnthony LiguoriF: linux-user/ 141842f5a7e9SAurelien Jarno 141942f5a7e9SAurelien JarnoTiny Code Generator (TCG) 142042f5a7e9SAurelien Jarno------------------------- 142142f5a7e9SAurelien JarnoCommon code 1422cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net> 142342f5a7e9SAurelien JarnoS: Maintained 142442f5a7e9SAurelien JarnoF: tcg/ 142542f5a7e9SAurelien Jarno 1426b25a464cSClaudio FontanaAArch64 target 1427b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com> 1428b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com> 1429b25a464cSClaudio FontanaS: Maintained 1430b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 1431b25a464cSClaudio FontanaF: tcg/aarch64/ 1432c17652eeSPaolo BonziniF: disas/arm-a64.cc 1433c17652eeSPaolo BonziniF: disas/libvixl/ 1434b25a464cSClaudio Fontana 143542f5a7e9SAurelien JarnoARM target 143642f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 143742f5a7e9SAurelien JarnoS: Maintained 1438b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 143942f5a7e9SAurelien JarnoF: tcg/arm/ 1440c17652eeSPaolo BonziniF: disas/arm.c 144142f5a7e9SAurelien Jarno 144242f5a7e9SAurelien Jarnoi386 target 14435dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 144442f5a7e9SAurelien JarnoS: Maintained 144542f5a7e9SAurelien JarnoF: tcg/i386/ 1446c17652eeSPaolo BonziniF: disas/i386.c 144742f5a7e9SAurelien Jarno 144842f5a7e9SAurelien JarnoIA64 target 144942f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 145042f5a7e9SAurelien JarnoS: Maintained 145142f5a7e9SAurelien JarnoF: tcg/ia64/ 1452c17652eeSPaolo BonziniF: disas/ia64.c 145342f5a7e9SAurelien Jarno 145442f5a7e9SAurelien JarnoMIPS target 1455d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 145642f5a7e9SAurelien JarnoS: Maintained 145742f5a7e9SAurelien JarnoF: tcg/mips/ 1458c17652eeSPaolo BonziniF: disas/mips.c 145942f5a7e9SAurelien Jarno 146042f5a7e9SAurelien JarnoPPC 146142f5a7e9SAurelien JarnoM: Vassili Karpov (malc) <av1474@comtv.ru> 146242f5a7e9SAurelien JarnoS: Maintained 146342f5a7e9SAurelien JarnoF: tcg/ppc/ 1464c17652eeSPaolo BonziniF: disas/ppc.c 146542f5a7e9SAurelien Jarno 146642f5a7e9SAurelien JarnoS390 target 146742f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de> 146842f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 146942f5a7e9SAurelien JarnoS: Maintained 147042f5a7e9SAurelien JarnoF: tcg/s390/ 1471c17652eeSPaolo BonziniF: disas/s390.c 147242f5a7e9SAurelien Jarno 147342f5a7e9SAurelien JarnoSPARC target 1474297e8005SMarkus ArmbrusterS: Odd Fixes 147542f5a7e9SAurelien JarnoF: tcg/sparc/ 1476c17652eeSPaolo BonziniF: disas/sparc.c 1477bc75c9e5SStefan Weil 1478bc75c9e5SStefan WeilTCI target 1479bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 1480bc75c9e5SStefan WeilS: Maintained 14818ef9cd55SAndreas FärberF: tcg/tci/ 14822b7be8c8SStefan WeilF: tci.c 1483c17652eeSPaolo BonziniF: disas/tci.c 1484aa09c951SAndreas Färber 1485aa09c951SAndreas FärberStable branches 1486aa09c951SAndreas Färber--------------- 1487aa09c951SAndreas FärberStable 1.0 1488aa09c951SAndreas FärberL: qemu-stable@nongnu.org 148985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-1.0.git 1490aa09c951SAndreas FärberS: Orphan 1491aa09c951SAndreas Färber 1492aa09c951SAndreas FärberStable 0.15 1493aa09c951SAndreas FärberL: qemu-stable@nongnu.org 149485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.15.git 1495211b76d1SAndreas FärberS: Orphan 1496aa09c951SAndreas Färber 1497aa09c951SAndreas FärberStable 0.14 1498aa09c951SAndreas FärberL: qemu-stable@nongnu.org 149985938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.14.git 1500aa09c951SAndreas FärberS: Orphan 1501aa09c951SAndreas Färber 1502aa09c951SAndreas FärberStable 0.10 1503aa09c951SAndreas FärberL: qemu-stable@nongnu.org 150485938981SStefan HajnocziT: git git://git.qemu-project.org/qemu-stable-0.10.git 1505aa09c951SAndreas FärberS: Orphan 1506f05b328cSStefan Hajnoczi 1507f05b328cSStefan HajnocziBlock drivers 1508f05b328cSStefan Hajnoczi------------- 1509f05b328cSStefan HajnocziVMDK 1510f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com> 1511c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1512f05b328cSStefan HajnocziS: Supported 1513f05b328cSStefan HajnocziF: block/vmdk.c 1514f05b328cSStefan Hajnoczi 1515f05b328cSStefan HajnocziRBD 15165a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com> 1517280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1518280458a3SJeff CodyL: qemu-block@nongnu.org 1519f05b328cSStefan HajnocziS: Supported 1520f05b328cSStefan HajnocziF: block/rbd.c 1521280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1522f05b328cSStefan Hajnoczi 1523f05b328cSStefan HajnocziSheepdog 152453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1525f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com> 1526280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1527280458a3SJeff CodyL: qemu-block@nongnu.org 1528dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org 1529f05b328cSStefan HajnocziS: Supported 1530f05b328cSStefan HajnocziF: block/sheepdog.c 1531280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1532f05b328cSStefan Hajnoczi 1533f05b328cSStefan HajnocziVHDX 1534f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com> 1535280458a3SJeff CodyL: qemu-block@nongnu.org 1536f05b328cSStefan HajnocziS: Supported 1537f05b328cSStefan HajnocziF: block/vhdx* 1538280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1539f05b328cSStefan Hajnoczi 1540f05b328cSStefan HajnocziVDI 1541f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 1542c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1543f05b328cSStefan HajnocziS: Maintained 1544f05b328cSStefan HajnocziF: block/vdi.c 1545f05b328cSStefan Hajnoczi 1546f05b328cSStefan HajnocziiSCSI 1547f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1548f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 1549f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 1550c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1551f05b328cSStefan HajnocziS: Supported 1552f05b328cSStefan HajnocziF: block/iscsi.c 1553f05b328cSStefan Hajnoczi 15546542aa9cSPeter LievenNFS 1555280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 15566542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 1557280458a3SJeff CodyL: qemu-block@nongnu.org 15586542aa9cSPeter LievenS: Maintained 15596542aa9cSPeter LievenF: block/nfs.c 1560280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 15616542aa9cSPeter Lieven 1562f05b328cSStefan HajnocziSSH 1563f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 1564280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1565280458a3SJeff CodyL: qemu-block@nongnu.org 1566f05b328cSStefan HajnocziS: Supported 1567f05b328cSStefan HajnocziF: block/ssh.c 1568280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1569c9a12e75SChrysostomos Nanakos 1570c9a12e75SChrysostomos NanakosARCHIPELAGO 1571c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr> 1572280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1573280458a3SJeff CodyL: qemu-block@nongnu.org 1574c9a12e75SChrysostomos NanakosS: Maintained 1575c9a12e75SChrysostomos NanakosF: block/archipelago.c 1576280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1577280458a3SJeff Cody 1578280458a3SJeff CodyCURL 1579280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1580280458a3SJeff CodyL: qemu-block@nongnu.org 1581280458a3SJeff CodyS: Supported 1582280458a3SJeff CodyF: block/curl.c 1583280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1584280458a3SJeff Cody 1585280458a3SJeff CodyGLUSTER 1586280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1587280458a3SJeff CodyL: qemu-block@nongnu.org 1588280458a3SJeff CodyS: Supported 1589280458a3SJeff CodyF: block/gluster.c 1590280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1591b5e9476cSGonglei 1592199667a8SFam ZhengNull Block Driver 1593199667a8SFam ZhengM: Fam Zheng <famz@redhat.com> 1594199667a8SFam ZhengL: qemu-block@nongnu.org 1595199667a8SFam ZhengS: Supported 1596199667a8SFam ZhengF: block/null.c 1597199667a8SFam Zheng 1598b5e9476cSGongleiBootdevice 1599b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 1600b5e9476cSGongleiS: Maintained 1601b5e9476cSGongleiF: bootdevice.c 1602ecdda9e0SAlberto Garcia 1603ecdda9e0SAlberto GarciaQuorum 1604ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 1605ecdda9e0SAlberto GarciaS: Supported 1606ecdda9e0SAlberto GarciaF: block/quorum.c 1607ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 1608e7c6e631SStefan Hajnoczi 1609e7c6e631SStefan Hajnocziblkverify 1610e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1611e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1612e7c6e631SStefan HajnocziS: Supported 1613e7c6e631SStefan HajnocziF: block/blkverify.c 1614e7c6e631SStefan Hajnoczi 1615e7c6e631SStefan Hajnoczibochs 1616e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1617e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1618e7c6e631SStefan HajnocziS: Supported 1619e7c6e631SStefan HajnocziF: block/bochs.c 1620e7c6e631SStefan Hajnoczi 1621e7c6e631SStefan Hajnoczicloop 1622e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1623e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1624e7c6e631SStefan HajnocziS: Supported 1625e7c6e631SStefan HajnocziF: block/cloop.c 1626e7c6e631SStefan Hajnoczi 1627e7c6e631SStefan Hajnoczidmg 1628e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1629e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1630e7c6e631SStefan HajnocziS: Supported 1631e7c6e631SStefan HajnocziF: block/dmg.c 1632e7c6e631SStefan Hajnoczi 1633e7c6e631SStefan Hajnocziparallels 1634e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1635f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 1636e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1637e7c6e631SStefan HajnocziS: Supported 1638e7c6e631SStefan HajnocziF: block/parallels.c 1639b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt 1640e7c6e631SStefan Hajnoczi 1641e7c6e631SStefan Hajnocziqed 1642e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1643e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1644e7c6e631SStefan HajnocziS: Supported 1645e7c6e631SStefan HajnocziF: block/qed.c 1646e7c6e631SStefan Hajnoczi 1647e7c6e631SStefan Hajnocziraw 1648e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1649e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1650e7c6e631SStefan HajnocziS: Supported 1651e7c6e631SStefan HajnocziF: block/linux-aio.c 1652f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 1653e7c6e631SStefan HajnocziF: block/raw-posix.c 1654e7c6e631SStefan HajnocziF: block/raw-win32.c 1655e7c6e631SStefan HajnocziF: block/raw_bsd.c 1656e7c6e631SStefan HajnocziF: block/win32-aio.c 1657e7c6e631SStefan Hajnoczi 1658e7c6e631SStefan Hajnocziqcow2 1659e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1660c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1661e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1662e7c6e631SStefan HajnocziS: Supported 1663e7c6e631SStefan HajnocziF: block/qcow2* 1664e7c6e631SStefan Hajnoczi 1665e7c6e631SStefan Hajnocziqcow 1666e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1667e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1668e7c6e631SStefan HajnocziS: Supported 1669e7c6e631SStefan HajnocziF: block/qcow.c 1670e7c6e631SStefan Hajnoczi 1671e7c6e631SStefan Hajnocziblkdebug 1672e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1673c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1674e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1675e7c6e631SStefan HajnocziS: Supported 1676e7c6e631SStefan HajnocziF: block/blkdebug.c 1677e7c6e631SStefan Hajnoczi 1678e7c6e631SStefan Hajnoczivpc 1679e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1680e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1681e7c6e631SStefan HajnocziS: Supported 1682e7c6e631SStefan HajnocziF: block/vpc.c 1683e7c6e631SStefan Hajnoczi 1684e7c6e631SStefan Hajnoczivvfat 1685e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1686e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1687e7c6e631SStefan HajnocziS: Supported 1688e7c6e631SStefan HajnocziF: block/vvfat.c 1689abfe4e94SStefan Hajnoczi 1690abfe4e94SStefan HajnocziImage format fuzzer 1691abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1692abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 1693abfe4e94SStefan HajnocziS: Supported 1694abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 1695717171bdSDaniel P. Berrange 1696049105a3SChanglong XieReplication 1697049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com> 1698049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com> 1699049105a3SChanglong XieS: Supported 1700049105a3SChanglong XieF: replication* 1701049105a3SChanglong XieF: block/replication.c 1702049105a3SChanglong XieF: tests/test-replication.c 1703049105a3SChanglong XieF: docs/block-replication.txt 1704049105a3SChanglong Xie 1705b9e02c06SAlex BennéeBuild and test automation 1706b9e02c06SAlex Bennée------------------------- 1707b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 1708b9e02c06SAlex BennéeL: qemu-devel@nongnu.org 1709b9e02c06SAlex BennéeS: Supported 1710b9e02c06SAlex BennéeF: .travis.yml 1711717171bdSDaniel P. Berrange 1712717171bdSDaniel P. BerrangeDocumentation 1713717171bdSDaniel P. Berrange------------- 1714717171bdSDaniel P. BerrangeBuild system architecture 1715717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1716717171bdSDaniel P. BerrangeS: Odd Fixes 1717717171bdSDaniel P. BerrangeF: docs/build-system.txt 17188a49e97fSFam Zheng 17198a49e97fSFam ZhengDocker testing 17208a49e97fSFam Zheng-------------- 17218a49e97fSFam ZhengDocker based testing framework and cases 17228a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com> 17238a49e97fSFam ZhengS: Maintained 17248a49e97fSFam ZhengF: tests/docker/ 1725