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 66936c2230SLaurent VivierTrivial patches 67936c2230SLaurent Vivier--------------- 68936c2230SLaurent VivierTrivial patches 69936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru> 70936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 71936c2230SLaurent VivierS: Maintained 72936c2230SLaurent VivierL: qemu-trivial@nongnu.org 73936c2230SLaurent VivierK: ^Subject:.*(?i)trivial 74936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches 75936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches 76936c2230SLaurent Vivier 77fd5d5c56SAnthony LiguoriGuest CPU cores (TCG): 78fd5d5c56SAnthony Liguori---------------------- 79486bbe5fSPaolo BonziniOverall 805dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 812b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 822b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 832b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net> 842b1641d0SPaolo BonziniS: Maintained 85486bbe5fSPaolo BonziniF: cpu-exec.c 862b1641d0SPaolo BonziniF: cpu-exec-common.c 872b1641d0SPaolo BonziniF: cpus.c 88486bbe5fSPaolo BonziniF: cputlb.c 892b1641d0SPaolo BonziniF: exec.c 90486bbe5fSPaolo BonziniF: softmmu_template.h 912b1641d0SPaolo BonziniF: translate-all.* 922b1641d0SPaolo BonziniF: translate-common.c 932b1641d0SPaolo BonziniF: include/exec/cpu*.h 942b1641d0SPaolo BonziniF: include/exec/exec-all.h 95486bbe5fSPaolo BonziniF: include/exec/helper*.h 962b1641d0SPaolo BonziniF: include/exec/tb-hash.h 97460423d3SThomas HuthF: include/sysemu/cpus.h 98486bbe5fSPaolo Bonzini 991badb586SPeter MaydellFPU emulation 1001badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 1011badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1021badb586SPeter MaydellS: Odd Fixes 1031badb586SPeter MaydellF: fpu/ 1041badb586SPeter MaydellF: include/fpu/ 1051badb586SPeter Maydell 106b6f97c14SbellardAlpha 1078d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net> 1088d6df264SRichard HendersonS: Maintained 109fcf5ef2aSThomas HuthF: target/alpha/ 1108d8b636dSPaolo BonziniF: hw/alpha/ 111c0bd0b50SPaolo BonziniF: tests/tcg/alpha/ 112c17652eeSPaolo BonziniF: disas/alpha.c 113fd5d5c56SAnthony Liguori 114fd5d5c56SAnthony LiguoriARM 1151ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 116b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 117fd5d5c56SAnthony LiguoriS: Maintained 118fcf5ef2aSThomas HuthF: target/arm/ 1198d8b636dSPaolo BonziniF: hw/arm/ 1208d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c 121f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h 122c17652eeSPaolo BonziniF: disas/arm.c 123c17652eeSPaolo BonziniF: disas/arm-a64.cc 124c17652eeSPaolo BonziniF: disas/libvixl/ 125fd5d5c56SAnthony Liguori 126fd5d5c56SAnthony LiguoriCRIS 127fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 128fd5d5c56SAnthony LiguoriS: Maintained 129fcf5ef2aSThomas HuthF: target/cris/ 1308d8b636dSPaolo BonziniF: hw/cris/ 131c9b90090SThomas HuthF: include/hw/cris/ 132c0bd0b50SPaolo BonziniF: tests/tcg/cris/ 133c17652eeSPaolo BonziniF: disas/cris.c 134fd5d5c56SAnthony Liguori 135*61766fe9SRichard HendersonHPPA (PA-RISC) 136*61766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net> 137*61766fe9SRichard HendersonS: Maintained 138*61766fe9SRichard HendersonF: target/hppa/ 139*61766fe9SRichard HendersonF: disas/hppa.c 140*61766fe9SRichard Henderson 14107bf23a7SMichael WalleLM32 14207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 14307bf23a7SMichael WalleS: Maintained 144fcf5ef2aSThomas HuthF: target/lm32/ 1454eab7a0aSMichael WalleF: disas/lm32.c 1468d8b636dSPaolo BonziniF: hw/lm32/ 1474eab7a0aSMichael WalleF: hw/*/lm32_* 1484eab7a0aSMichael WalleF: hw/*/milkymist-* 1494eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h 1504eab7a0aSMichael WalleF: include/hw/lm32/ 151c0bd0b50SPaolo BonziniF: tests/tcg/lm32/ 15207bf23a7SMichael Walle 153fd5d5c56SAnthony LiguoriM68K 154595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 155595a926dSLaurent VivierS: Maintained 156fcf5ef2aSThomas HuthF: target/m68k/ 157e9a56114SThomas HuthF: disas/m68k.c 158fd5d5c56SAnthony Liguori 159abc07545SEdgar E. IglesiasMicroBlaze 160fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 161fd5d5c56SAnthony LiguoriS: Maintained 162fcf5ef2aSThomas HuthF: target/microblaze/ 1638d8b636dSPaolo BonziniF: hw/microblaze/ 164c17652eeSPaolo BonziniF: disas/microblaze.c 165fd5d5c56SAnthony Liguori 166fd5d5c56SAnthony LiguoriMIPS 167ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 16878851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com> 1696f640917SLeon AlraeS: Maintained 170fcf5ef2aSThomas HuthF: target/mips/ 1718d8b636dSPaolo BonziniF: hw/mips/ 1725995db88SThomas HuthF: hw/misc/mips_* 1735995db88SThomas HuthF: hw/intc/mips_gic.c 1745995db88SThomas HuthF: hw/timer/mips_gictimer.c 1755995db88SThomas HuthF: include/hw/mips/ 1765995db88SThomas HuthF: include/hw/misc/mips_* 1775995db88SThomas HuthF: include/hw/intc/mips_gic.h 1785995db88SThomas HuthF: include/hw/timer/mips_gictimer.h 179c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 180c17652eeSPaolo BonziniF: disas/mips.c 181fd5d5c56SAnthony Liguori 182d15a9c23SAnthony GreenMoxie 183d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com> 184d15a9c23SAnthony GreenS: Maintained 185fcf5ef2aSThomas HuthF: target/moxie/ 186c17652eeSPaolo BonziniF: disas/moxie.c 187a3ccdfb5SThomas HuthF: hw/moxie/ 188a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak 189d15a9c23SAnthony Green 190945dad6dSJia LiuOpenRISC 191945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 192945dad6dSJia LiuS: Maintained 193fcf5ef2aSThomas HuthF: target/openrisc/ 194945dad6dSJia LiuF: hw/openrisc/ 195c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 196945dad6dSJia Liu 197fd5d5c56SAnthony LiguoriPowerPC 198b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 199fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 200a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 201fd5d5c56SAnthony LiguoriS: Maintained 202fcf5ef2aSThomas HuthF: target/ppc/ 2038d8b636dSPaolo BonziniF: hw/ppc/ 204b5d55020SThomas HuthF: include/hw/ppc/ 205c17652eeSPaolo BonziniF: disas/ppc.c 206fd5d5c56SAnthony Liguori 207749717a0SAlexander GrafS390 2082b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net> 209fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 210fd5d5c56SAnthony LiguoriS: Maintained 211fcf5ef2aSThomas HuthF: target/s390x/ 2128d8b636dSPaolo BonziniF: hw/s390x/ 213c17652eeSPaolo BonziniF: disas/s390.c 214b6f97c14Sbellard 215fd5d5c56SAnthony LiguoriSH4 216ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 2172c9b7d1aSAndreas FärberS: Odd Fixes 218fcf5ef2aSThomas HuthF: target/sh4/ 2198d8b636dSPaolo BonziniF: hw/sh4/ 220c17652eeSPaolo BonziniF: disas/sh4.c 2218a90f900SThomas HuthF: include/hw/sh4/ 222fd5d5c56SAnthony Liguori 223fd5d5c56SAnthony LiguoriSPARC 224f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2252c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 226fd5d5c56SAnthony LiguoriS: Maintained 227fcf5ef2aSThomas HuthF: target/sparc/ 2288d8b636dSPaolo BonziniF: hw/sparc/ 2298d8b636dSPaolo BonziniF: hw/sparc64/ 230c17652eeSPaolo BonziniF: disas/sparc.c 231fd5d5c56SAnthony Liguori 232a6ea7b4cSAndreas FärberUniCore32 233a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 234a6ea7b4cSAndreas FärberS: Maintained 235fcf5ef2aSThomas HuthF: target/unicore32/ 2368d8b636dSPaolo BonziniF: hw/unicore32/ 23747b98d59SThomas HuthF: include/hw/unicore32/ 238a6ea7b4cSAndreas Färber 239fd5d5c56SAnthony LiguoriX86 240d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 241d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net> 242e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 243b203a4baSEduardo HabkostS: Maintained 244fcf5ef2aSThomas HuthF: target/i386/ 2458d8b636dSPaolo BonziniF: hw/i386/ 246c17652eeSPaolo BonziniF: disas/i386.c 247fd5d5c56SAnthony Liguori 24816e7caaeSMax FilippovXtensa 24916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 250375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 25116e7caaeSMax FilippovS: Maintained 252fcf5ef2aSThomas HuthF: target/xtensa/ 2538d8b636dSPaolo BonziniF: hw/xtensa/ 254c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 25516e7caaeSMax Filippov 25648e06fe0SBastian KoppelmannTriCore 25748e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 25848e06fe0SBastian KoppelmannS: Maintained 259fcf5ef2aSThomas HuthF: target/tricore/ 26048e06fe0SBastian KoppelmannF: hw/tricore/ 261d46d14e6SThomas HuthF: include/hw/tricore/ 26248e06fe0SBastian Koppelmann 263fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 264fd5d5c56SAnthony Liguori---------------------- 265fd5d5c56SAnthony Liguori 266fd5d5c56SAnthony LiguoriOverall 267c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 268fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 269fd5d5c56SAnthony LiguoriS: Supported 270fd5d5c56SAnthony LiguoriF: kvm-* 271fd5d5c56SAnthony LiguoriF: */kvm.* 272a95e9a48SThomas HuthF: include/sysemu/kvm*.h 273fd5d5c56SAnthony Liguori 274ed4659d1SPeter MaydellARM 275ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 276b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 277ed4659d1SPeter MaydellS: Maintained 278fcf5ef2aSThomas HuthF: target/arm/kvm.c 279ed4659d1SPeter Maydell 280a31896c4SJames HoganMIPS 281a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com> 282a31896c4SJames HoganS: Maintained 283fcf5ef2aSThomas HuthF: target/mips/kvm.c 284a31896c4SJames Hogan 285fd5d5c56SAnthony LiguoriPPC 286fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 287fd5d5c56SAnthony LiguoriS: Maintained 288fcf5ef2aSThomas HuthF: target/ppc/kvm.c 289fd5d5c56SAnthony Liguori 290fd5d5c56SAnthony LiguoriS390 291b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 292b304bf00SChristian BorntraegerM: Cornelia Huck <cornelia.huck@de.ibm.com> 293fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 294fd5d5c56SAnthony LiguoriS: Maintained 295fcf5ef2aSThomas HuthF: target/s390x/kvm.c 296fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch] 297fcf5ef2aSThomas HuthF: target/s390x/machine.c 2984277af19SCornelia HuckF: hw/intc/s390_flic.c 2994277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c 3004277af19SCornelia HuckF: include/hw/s390x/s390_flic.h 301c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 3023e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 3033e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 304fd5d5c56SAnthony Liguori 305fd5d5c56SAnthony LiguoriX86 306d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 307fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 308fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 309fd5d5c56SAnthony LiguoriS: Supported 310fcf5ef2aSThomas HuthF: target/i386/kvm.c 311fd5d5c56SAnthony Liguori 3128a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 3138a6b0cd7SStefano Stabellini---------------------- 3148a6b0cd7SStefano Stabellini 3158a6b0cd7SStefano StabelliniX86 3163623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 3173623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 3188a6b0cd7SStefano StabelliniL: xen-devel@lists.xensource.com 3198a6b0cd7SStefano StabelliniS: Supported 3208a6b0cd7SStefano StabelliniF: xen-* 3218a6b0cd7SStefano StabelliniF: */xen* 322c92451c2SPaolo BonziniF: hw/char/xen_console.c 323c92451c2SPaolo BonziniF: hw/display/xenfb.c 324c92451c2SPaolo BonziniF: hw/net/xen_nic.c 3259027ac50SStefano StabelliniF: hw/block/xen_* 326c92451c2SPaolo BonziniF: hw/xen/ 327c92451c2SPaolo BonziniF: hw/xenpv/ 3289027ac50SStefano StabelliniF: hw/i386/xen/ 329c92451c2SPaolo BonziniF: include/hw/xen/ 3309027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 3318a6b0cd7SStefano Stabellini 3321bdd6874SStefan WeilHosts: 3331bdd6874SStefan Weil------ 3341bdd6874SStefan Weil 3351bdd6874SStefan WeilLINUX 3361bdd6874SStefan WeilL: qemu-devel@nongnu.org 3371bdd6874SStefan WeilS: Maintained 3381bdd6874SStefan WeilF: linux-* 3391bdd6874SStefan WeilF: linux-headers/ 3401bdd6874SStefan Weil 3411bdd6874SStefan WeilPOSIX 3421bdd6874SStefan WeilL: qemu-devel@nongnu.org 3431bdd6874SStefan WeilS: Maintained 3441bdd6874SStefan WeilF: *posix* 3451bdd6874SStefan Weil 3461bdd6874SStefan WeilW32, W64 3471bdd6874SStefan WeilL: qemu-devel@nongnu.org 3481bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 3491bdd6874SStefan WeilS: Maintained 3501bdd6874SStefan WeilF: *win32* 35103972660SThomas HuthF: */*win32* 35203972660SThomas HuthF: include/*/*win32* 35303972660SThomas HuthX: qga/*win32* 354885bdc95SStefan WeilF: qemu.nsi 3551bdd6874SStefan Weil 356fd5d5c56SAnthony LiguoriARM Machines 357fd5d5c56SAnthony Liguori------------ 35884291fe7SliguangAllwinner-a10 35985b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 360b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 36184291fe7SliguangS: Maintained 36285b4d5daSBeniamino GalvaniF: hw/*/allwinner* 36385b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 36484291fe7SliguangF: hw/arm/cubieboard.c 36584291fe7Sliguang 36606271000SPaolo BonziniARM PrimeCell 36706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 368b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 36906271000SPaolo BonziniS: Maintained 37006271000SPaolo BonziniF: hw/char/pl011.c 37106271000SPaolo BonziniF: hw/display/pl110* 37206271000SPaolo BonziniF: hw/dma/pl080.c 37306271000SPaolo BonziniF: hw/dma/pl330.c 37406271000SPaolo BonziniF: hw/gpio/pl061.c 37506271000SPaolo BonziniF: hw/input/pl050.c 37606271000SPaolo BonziniF: hw/intc/pl190.c 37706271000SPaolo BonziniF: hw/sd/pl181.c 37806271000SPaolo BonziniF: hw/timer/pl031.c 37906271000SPaolo BonziniF: include/hw/arm/primecell.h 38006271000SPaolo Bonzini 38106271000SPaolo BonziniARM cores 38206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 383b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 38406271000SPaolo BonziniS: Maintained 38506271000SPaolo BonziniF: hw/intc/arm* 38606271000SPaolo BonziniF: hw/intc/gic_internal.h 38706271000SPaolo BonziniF: hw/misc/a9scu.c 38806271000SPaolo BonziniF: hw/misc/arm11scu.c 38906271000SPaolo BonziniF: hw/timer/a9gtimer* 39006271000SPaolo BonziniF: hw/timer/arm_* 39106271000SPaolo BonziniF: include/hw/arm/arm.h 39206271000SPaolo BonziniF: include/hw/intc/arm* 39306271000SPaolo BonziniF: include/hw/misc/a9scu.h 39406271000SPaolo BonziniF: include/hw/misc/arm11scu.h 39506271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 39606271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 39706271000SPaolo Bonzini 398fc63dcffSEvgeny VoevodinExynos 399f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 400b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 401fc63dcffSEvgeny VoevodinS: Maintained 4028d8b636dSPaolo BonziniF: hw/*/exynos* 403ed0db866SThomas HuthF: include/hw/arm/exynos4210.h 404fc63dcffSEvgeny Voevodin 405766fd09fSMark LangsdorfCalxeda Highbank 4069ef137caSRob HerringM: Rob Herring <robh@kernel.org> 407b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4089ef137caSRob HerringS: Maintained 4098d8b636dSPaolo BonziniF: hw/arm/highbank.c 4108d8b636dSPaolo BonziniF: hw/net/xgmac.c 411766fd09fSMark Langsdorf 4129082f121SAntony PavlovCanon DIGIC 4139082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 414b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4159082f121SAntony PavlovS: Maintained 4169082f121SAntony PavlovF: include/hw/arm/digic.h 4179082f121SAntony PavlovF: hw/*/digic* 4189082f121SAntony Pavlov 419fd5d5c56SAnthony LiguoriGumstix 4205dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 421b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 422fd5d5c56SAnthony LiguoriS: Orphan 4238d8b636dSPaolo BonziniF: hw/arm/gumstix.c 424fd5d5c56SAnthony Liguori 4250325559dSPeter Chubbi.MX31 4260325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au> 427b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4280325559dSPeter ChubbS: Odd fixes 4298d8b636dSPaolo BonziniF: hw/*/imx* 430f7e242d6SThomas HuthF: include/hw/*/imx* 4318d8b636dSPaolo BonziniF: hw/arm/kzm.c 432ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h 4330325559dSPeter Chubb 434fd5d5c56SAnthony LiguoriIntegrator CP 4351ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 436b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 437fd5d5c56SAnthony LiguoriS: Maintained 4388d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 439f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c 440fd5d5c56SAnthony Liguori 441fd5d5c56SAnthony LiguoriMusicpal 442fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 443b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 444fd5d5c56SAnthony LiguoriS: Maintained 4458d8b636dSPaolo BonziniF: hw/arm/musicpal.c 446fd5d5c56SAnthony Liguori 447fd5d5c56SAnthony LiguorinSeries 448fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 449b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 450fd5d5c56SAnthony LiguoriS: Maintained 4518d8b636dSPaolo BonziniF: hw/arm/nseries.c 452fd5d5c56SAnthony Liguori 453fd5d5c56SAnthony LiguoriPalm 454fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 455b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 456fd5d5c56SAnthony LiguoriS: Maintained 4578d8b636dSPaolo BonziniF: hw/arm/palm.c 458fd5d5c56SAnthony Liguori 459fd5d5c56SAnthony LiguoriReal View 4601ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 461b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 462fd5d5c56SAnthony LiguoriS: Maintained 4638d8b636dSPaolo BonziniF: hw/arm/realview* 464f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c 4655ea53049SPaolo BonziniF: hw/intc/realview_gic.c 4665ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 467fd5d5c56SAnthony Liguori 4689b31bff0SPaolo BonziniPXA2XX 469fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 470b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 471fd5d5c56SAnthony LiguoriS: Maintained 4729b31bff0SPaolo BonziniF: hw/arm/mainstone.c 4738d8b636dSPaolo BonziniF: hw/arm/spitz.c 4749b31bff0SPaolo BonziniF: hw/arm/tosa.c 4759b31bff0SPaolo BonziniF: hw/arm/z2.c 4769b31bff0SPaolo BonziniF: hw/*/pxa2xx* 477f7e242d6SThomas HuthF: hw/misc/mst_fpga.c 478ed0db866SThomas HuthF: include/hw/arm/pxa.h 479fd5d5c56SAnthony Liguori 480fd5d5c56SAnthony LiguoriStellaris 4811ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 482b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 483fd5d5c56SAnthony LiguoriS: Maintained 4848d8b636dSPaolo BonziniF: hw/*/stellaris* 485fd5d5c56SAnthony Liguori 486fd5d5c56SAnthony LiguoriVersatile PB 4871ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 488b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 489fd5d5c56SAnthony LiguoriS: Maintained 4908d8b636dSPaolo BonziniF: hw/*/versatile* 491fd5d5c56SAnthony Liguori 492e3260506SPeter A. G. CrosthwaiteXilinx Zynq 493cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 4944b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 495b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 496e3260506SPeter A. G. CrosthwaiteS: Maintained 497cc0100f4SAlistair FrancisF: hw/*/xilinx_* 4988d8b636dSPaolo BonziniF: hw/*/cadence_* 499f7e242d6SThomas HuthF: hw/misc/zynq* 500f7e242d6SThomas HuthF: include/hw/misc/zynq* 501cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 502e3260506SPeter A. G. Crosthwaite 503137805f5SAlistair FrancisXilinx ZynqMP 504137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 505cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 506b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 507137805f5SAlistair FrancisS: Maintained 508cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 509f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 510137805f5SAlistair Francis 5118f4d260eSShannon ZhaoARM ACPI Subsystem 5128f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com> 5138f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org> 514b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 5158f4d260eSShannon ZhaoS: Maintained 5168f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 5178f4d260eSShannon Zhao 518a1f8193bSAlistair FrancisSTM32F205 519a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 520a1f8193bSAlistair FrancisS: Maintained 521a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 522a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 523a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 524a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 525a1f8193bSAlistair FrancisF: hw/adc/* 526a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 527a1f8193bSAlistair Francis 528a1f8193bSAlistair FrancisNetduino 2 529a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 530a1f8193bSAlistair FrancisS: Maintained 531a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 532a1f8193bSAlistair Francis 533fd5d5c56SAnthony LiguoriCRIS Machines 534fd5d5c56SAnthony Liguori------------- 535fd5d5c56SAnthony LiguoriAxis Dev88 536fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 537fd5d5c56SAnthony LiguoriS: Maintained 5388d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 5396e481d57SPeter MaydellF: hw/*/etraxfs_*.c 540fd5d5c56SAnthony Liguori 54107bf23a7SMichael WalleLM32 Machines 54207bf23a7SMichael Walle------------- 54307bf23a7SMichael WalleEVR32 and uclinux BSP 54407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 54507bf23a7SMichael WalleS: Maintained 5468d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c 54707bf23a7SMichael Walle 548d118aa6bSMichael Wallemilkymist 549d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 550d118aa6bSMichael WalleS: Maintained 5518d8b636dSPaolo BonziniF: hw/lm32/milkymist.c 552d118aa6bSMichael Walle 553afcacd53SAurelien JarnoM68K Machines 554fd5d5c56SAnthony Liguori------------- 555fd5d5c56SAnthony Liguorian5206 5560e19885eSAnthony LiguoriS: Orphan 5578d8b636dSPaolo BonziniF: hw/m68k/an5206.c 558e9a56114SThomas HuthF: hw/m68k/mcf5206.c 559fd5d5c56SAnthony Liguori 560fd5d5c56SAnthony Liguoridummy_m68k 5610e19885eSAnthony LiguoriS: Orphan 5628d8b636dSPaolo BonziniF: hw/m68k/dummy_m68k.c 563fd5d5c56SAnthony Liguori 564fd5d5c56SAnthony Liguorimcf5208 5650e19885eSAnthony LiguoriS: Orphan 5668d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 567e9a56114SThomas HuthF: hw/m68k/mcf_intc.c 568e9a56114SThomas HuthF: hw/char/mcf_uart.c 569e9a56114SThomas HuthF: hw/net/mcf_fec.c 570fd5d5c56SAnthony Liguori 571fd5d5c56SAnthony LiguoriMicroBlaze Machines 572b6f97c14Sbellard------------------- 573fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 574fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 575fd5d5c56SAnthony LiguoriS: Maintained 5766e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 577b6f97c14Sbellard 578d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 5794b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 580d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 5818d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 582d36e8ce7SPeter A. G. Crosthwaite 583fd5d5c56SAnthony LiguoriMIPS Machines 584fd5d5c56SAnthony Liguori------------- 585fd5d5c56SAnthony LiguoriJazz 586fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 587fd5d5c56SAnthony LiguoriS: Maintained 5888d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c 589fd5d5c56SAnthony Liguori 590fd5d5c56SAnthony LiguoriMalta 591fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 592fd5d5c56SAnthony LiguoriS: Maintained 5938d8b636dSPaolo BonziniF: hw/mips/mips_malta.c 594fd5d5c56SAnthony Liguori 595fd5d5c56SAnthony LiguoriMipssim 5965dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 597fd5d5c56SAnthony LiguoriS: Orphan 5988d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c 599fd5d5c56SAnthony Liguori 600fd5d5c56SAnthony LiguoriR4000 601fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 602fd5d5c56SAnthony LiguoriS: Maintained 6038d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c 604fd5d5c56SAnthony Liguori 605945dad6dSJia LiuOpenRISC Machines 606945dad6dSJia Liu----------------- 607945dad6dSJia Liuor1k-sim 608945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 609945dad6dSJia LiuS: Maintained 610945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 611945dad6dSJia Liu 612fd5d5c56SAnthony LiguoriPowerPC Machines 613fd5d5c56SAnthony Liguori---------------- 614fd5d5c56SAnthony Liguori405 615fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 616a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 6179b9fe135SAndreas FärberS: Odd Fixes 6188d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 619fd5d5c56SAnthony Liguori 620aaade8d7SAndreas FärberBamboo 621aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 622aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 623aaade8d7SAndreas FärberS: Odd Fixes 6248d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 625aaade8d7SAndreas Färber 62698cded3aSAndreas Färbere500 62798cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 62898cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 62998cded3aSAndreas FärberL: qemu-ppc@nongnu.org 63098cded3aSAndreas FärberS: Supported 63198cded3aSAndreas FärberF: hw/ppc/e500.[hc] 63298cded3aSAndreas FärberF: hw/ppc/e500plat.c 633b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 634b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 635b5d55020SThomas HuthF: pc-bios/u-boot.e500 63698cded3aSAndreas Färber 63798cded3aSAndreas Färbermpc8544ds 63898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 63998cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 64098cded3aSAndreas FärberL: qemu-ppc@nongnu.org 64198cded3aSAndreas FärberS: Supported 64298cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 6438d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 64498cded3aSAndreas Färber 645fd5d5c56SAnthony LiguoriNew World 646fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 647a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 648fd5d5c56SAnthony LiguoriS: Maintained 649baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 6506e481d57SPeter MaydellF: hw/pci-host/uninorth.c 6516e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 6528d8b636dSPaolo BonziniF: hw/misc/macio/ 653b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h 654b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 655fd5d5c56SAnthony Liguori 656fd5d5c56SAnthony LiguoriOld World 657fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 658a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 659fd5d5c56SAnthony LiguoriS: Maintained 660baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 6616e481d57SPeter MaydellF: hw/pci-host/grackle.c 6628d8b636dSPaolo BonziniF: hw/misc/macio/ 663835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 664fd5d5c56SAnthony Liguori 665ec38d398SAndreas FärberPReP 6669f38774dSAndreas FärberL: qemu-devel@nongnu.org 667a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 668ec38d398SAndreas FärberS: Odd Fixes 66975610155SAndreas FärberF: hw/ppc/prep.c 6706e481d57SPeter MaydellF: hw/pci-host/prep.[hc] 6718d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc] 672835c42d3SThomas HuthF: pc-bios/ppc_rom.bin 673fd5d5c56SAnthony Liguori 674300b115cSAndreas FärbersPAPR 675085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 6768a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de> 6778a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 6788a269ca4SAndreas FärberS: Supported 6798d8b636dSPaolo BonziniF: hw/*/spapr* 680f9de2da7SDavid GibsonF: include/hw/*/spapr* 681f9de2da7SDavid GibsonF: hw/*/xics* 682f9de2da7SDavid GibsonF: include/hw/*/xics* 683f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/* 684b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin 685b5d55020SThomas HuthF: pc-bios/slof.bin 686bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid 687b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt 688b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt 689a70ab357SGreg KurzF: tests/spapr* 690a70ab357SGreg KurzF: tests/libqos/*spapr* 691a70ab357SGreg KurzF: tests/rtas* 692a70ab357SGreg KurzF: tests/libqos/rtas* 6938a269ca4SAndreas Färber 694794d00bfSAndreas Färbervirtex_ml507 695794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 696794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 697794d00bfSAndreas FärberS: Odd Fixes 6986e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 699794d00bfSAndreas Färber 700fd5d5c56SAnthony LiguoriSH4 Machines 701fd5d5c56SAnthony Liguori------------ 702fd5d5c56SAnthony LiguoriR2D 703fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 704fd5d5c56SAnthony LiguoriS: Maintained 7056e481d57SPeter MaydellF: hw/sh4/r2d.c 70681527b94SThomas HuthF: hw/intc/sh_intc.c 70781527b94SThomas HuthF: hw/timer/sh_timer.c 708fd5d5c56SAnthony Liguori 709fd5d5c56SAnthony LiguoriShix 710fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 71181527b94SThomas HuthS: Odd Fixes 7126e481d57SPeter MaydellF: hw/sh4/shix.c 713fd5d5c56SAnthony Liguori 714fd5d5c56SAnthony LiguoriSPARC Machines 715fd5d5c56SAnthony Liguori-------------- 716fd5d5c56SAnthony LiguoriSun4m 717f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 718fd5d5c56SAnthony LiguoriS: Maintained 7198d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 720c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c 721c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c 7227098b79eSThomas HuthF: hw/misc/eccmemctl.c 7237098b79eSThomas HuthF: hw/misc/slavio_misc.c 724c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h 725c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h 726c10a1c78SThomas HuthF: pc-bios/openbios-sparc32 727fd5d5c56SAnthony Liguori 728fd5d5c56SAnthony LiguoriSun4u 729f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 730fd5d5c56SAnthony LiguoriS: Maintained 7318d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 732c10a1c78SThomas HuthF: pc-bios/openbios-sparc64 733fd5d5c56SAnthony Liguori 734a2664ca0SArtyom TarasenkoSun4v 735a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com> 736a2664ca0SArtyom TarasenkoS: Maintained 737a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c 738a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c 739a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h 740a2664ca0SArtyom Tarasenko 741ce6c760cSFabien ChouteauLeon3 742ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 743ce6c760cSFabien ChouteauS: Maintained 7448d8b636dSPaolo BonziniF: hw/sparc/leon3.c 7458d8b636dSPaolo BonziniF: hw/*/grlib* 746c10a1c78SThomas HuthF: include/hw/sparc/grlib.h 747ce6c760cSFabien Chouteau 748fd5d5c56SAnthony LiguoriS390 Machines 749fd5d5c56SAnthony Liguori------------- 750dd4ad64aSCornelia HuckS390 Virtio-ccw 751dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com> 752b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 753dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de> 754dd4ad64aSCornelia HuckS: Supported 7550c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc] 756c5bfb202SCornelia HuckF: hw/s390x/ 7574277af19SCornelia HuckF: include/hw/s390x/ 7584277af19SCornelia HuckF: pc-bios/s390-ccw/ 759c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c 7601e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h 7611e4738b2SSascha SilbeF: pc-bios/s390-ccw.img 7621e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak 7633e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 7643e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 765dd4ad64aSCornelia Huck 766ab9528caSGuan XuetaoUniCore32 Machines 767ab9528caSGuan Xuetao------------- 768ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox 769ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn> 770ab9528caSGuan XuetaoS: Maintained 7718d8b636dSPaolo BonziniF: hw/*/puv3* 772ab9528caSGuan XuetaoF: hw/unicore32/ 773ab9528caSGuan Xuetao 774fd5d5c56SAnthony LiguoriX86 Machines 775fd5d5c56SAnthony Liguori------------ 776fd5d5c56SAnthony LiguoriPC 777046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 778fd5d5c56SAnthony LiguoriS: Supported 779046a6486SMichael S. TsirkinF: include/hw/i386/ 780046a6486SMichael S. TsirkinF: hw/i386/ 781046a6486SMichael S. TsirkinF: hw/pci-host/piix.c 782046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 783046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 784046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 785046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 786046a6486SMichael S. TsirkinF: hw/isa/piix4.c 787046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 788046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 789046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 790046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 791046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 792f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h 7939cc3b73cSPaolo BonziniF: hw/misc/sga.c 7949cc3b73cSPaolo Bonzini 7959cc3b73cSPaolo BonziniPC Chipset 7969cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 7979cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 7989cc3b73cSPaolo BonziniS: Support 7999cc3b73cSPaolo BonziniF: hw/char/debugcon.c 8009cc3b73cSPaolo BonziniF: hw/char/parallel.c 8019cc3b73cSPaolo BonziniF: hw/char/serial* 8029cc3b73cSPaolo BonziniF: hw/dma/i8257* 8039cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 8049cc3b73cSPaolo BonziniF: hw/intc/apic* 8059cc3b73cSPaolo BonziniF: hw/intc/ioapic* 8069cc3b73cSPaolo BonziniF: hw/intc/i8259* 8079cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 8089cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 8099cc3b73cSPaolo BonziniF: hw/timer/hpet* 8109cc3b73cSPaolo BonziniF: hw/timer/i8254* 8119cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc* 812a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 813a2feb348SThomas HuthF: include/hw/timer/hpet.h 814a2feb348SThomas HuthF: include/hw/timer/i8254* 815a2feb348SThomas HuthF: include/hw/timer/mc146818rtc* 816046a6486SMichael S. Tsirkin 8175da4fb00SMichael S. TsirkinMachine core 8185da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com> 8195da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com> 8205da4fb00SMichael S. TsirkinS: Supported 8215da4fb00SMichael S. TsirkinF: hw/core/machine.c 8225da4fb00SMichael S. TsirkinF: include/hw/boards.h 823fd5d5c56SAnthony Liguori 82416e7caaeSMax FilippovXtensa Machines 82516e7caaeSMax Filippov--------------- 826375847a6SMax Filippovsim 82716e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 82816e7caaeSMax FilippovS: Maintained 829437a8c11SMax FilippovF: hw/xtensa/sim.c 830375847a6SMax Filippov 831437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 832375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 833375847a6SMax FilippovS: Maintained 834437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 835437a8c11SMax FilippovF: hw/net/opencores_eth.c 83616e7caaeSMax Filippov 837fd5d5c56SAnthony LiguoriDevices 838fd5d5c56SAnthony Liguori------- 839b30934cbSJiri SlabyEDU 840b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 841b30934cbSJiri SlabyS: Maintained 842b30934cbSJiri SlabyF: hw/misc/edu.c 843b30934cbSJiri Slaby 844fd5d5c56SAnthony LiguoriIDE 845c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 846c095348bSJohn SnowL: qemu-block@nongnu.org 847c095348bSJohn SnowS: Supported 8488d8b636dSPaolo BonziniF: include/hw/ide.h 849c9f7acd5SThomas HuthF: include/hw/ide/ 850fd5d5c56SAnthony LiguoriF: hw/ide/ 851c095348bSJohn SnowF: hw/block/block.c 852c095348bSJohn SnowF: hw/block/cdrom.c 853c095348bSJohn SnowF: hw/block/hd-geometry.c 854c095348bSJohn SnowF: tests/ide-test.c 855c095348bSJohn SnowF: tests/ahci-test.c 856aee50319SJohn SnowF: tests/libqos/ahci* 857c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 858c095348bSJohn Snow 859c095348bSJohn SnowFloppy 860c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 861c095348bSJohn SnowL: qemu-block@nongnu.org 862c095348bSJohn SnowS: Supported 863c095348bSJohn SnowF: hw/block/fdc.c 864c095348bSJohn SnowF: include/hw/block/fdc.h 865aee50319SJohn SnowF: tests/fdc-test.c 866c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 867fd5d5c56SAnthony Liguori 868f5f487b2SPeter MaydellOMAP 869f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 870f5f487b2SPeter MaydellS: Maintained 8718d8b636dSPaolo BonziniF: hw/*/omap* 872ed0db866SThomas HuthF: include/hw/arm/omap.h 873f5f487b2SPeter Maydell 87428d54e58SPaolo BonziniIPack 87528d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 87628d54e58SPaolo BonziniS: Odd Fixes 87728d54e58SPaolo BonziniF: hw/char/ipoctal232.c 87828d54e58SPaolo BonziniF: hw/ipack/ 87928d54e58SPaolo Bonzini 880fd5d5c56SAnthony LiguoriPCI 881fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 882874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com> 883fd5d5c56SAnthony LiguoriS: Supported 8848d8b636dSPaolo BonziniF: include/hw/pci/* 885f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 886ca818cfbSMichael S. TsirkinF: hw/pci/* 887f178bc6bSPaolo BonziniF: hw/pci-bridge/* 8880e0b3592SMichael S. Tsirkin 889d31e5ae7SMichael S. TsirkinACPI/SMBIOS 8900e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 8910e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 8920e0b3592SMichael S. TsirkinS: Supported 8930e0b3592SMichael S. TsirkinF: include/hw/acpi/* 894d31e5ae7SMichael S. TsirkinF: include/hw/smbios/* 8950e0b3592SMichael S. TsirkinF: hw/mem/* 8968d8b636dSPaolo BonziniF: hw/acpi/* 897d31e5ae7SMichael S. TsirkinF: hw/smbios/* 8980e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 8990e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 900fd5d5c56SAnthony Liguori 901aaade8d7SAndreas Färberppc4xx 902aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 903aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 904aaade8d7SAndreas FärberS: Odd Fixes 9058d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 906b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 907aaade8d7SAndreas Färber 90898cded3aSAndreas Färberppce500 90998cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 91098cded3aSAndreas FärberM: Scott Wood <scottwood@freescale.com> 91198cded3aSAndreas FärberL: qemu-ppc@nongnu.org 91298cded3aSAndreas FärberS: Supported 9136e481d57SPeter MaydellF: hw/ppc/e500* 914566dd236SPaolo BonziniF: hw/pci-host/ppce500.c 915566dd236SPaolo BonziniF: hw/net/fsl_etsec/ 91698cded3aSAndreas Färber 91761af0ee6SPaolo BonziniCharacter devices 91861af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 91961af0ee6SPaolo BonziniS: Odd Fixes 92061af0ee6SPaolo BonziniF: hw/char/ 92161af0ee6SPaolo Bonzini 922f536f112SPaolo BonziniNetwork devices 923f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 924f536f112SPaolo BonziniS: Odd Fixes 925f536f112SPaolo BonziniF: hw/net/ 9266bd7776cSGreg KurzF: tests/virtio-net-test.c 927f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net 928f536f112SPaolo Bonzini 929fd5d5c56SAnthony LiguoriSCSI 930de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 931de7724f7SPaolo BonziniS: Supported 93274460f34SThomas HuthF: include/hw/scsi/* 9338d8b636dSPaolo BonziniF: hw/scsi/* 9346bd7776cSGreg KurzF: tests/virtio-scsi-test.c 9351ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next 936de7724f7SPaolo Bonzini 937de7724f7SPaolo BonziniLSI53C895A 9380e19885eSAnthony LiguoriS: Orphan 9398d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c 940fd5d5c56SAnthony Liguori 941fcb5629dSPeter A. G. CrosthwaiteSSI 9424b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 943fcb5629dSPeter A. G. CrosthwaiteS: Maintained 9448d8b636dSPaolo BonziniF: hw/ssi/* 9458d8b636dSPaolo BonziniF: hw/block/m25p80.c 9464b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 9474b46ba61SAlistair Francis 9484b46ba61SAlistair FrancisXilinx SPI 9494b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 9504b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 9514b46ba61SAlistair FrancisS: Maintained 9524b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 953fcb5629dSPeter A. G. Crosthwaite 954fd5d5c56SAnthony LiguoriUSB 9555d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 9565d0d62feSGerd HoffmannS: Maintained 9578d8b636dSPaolo BonziniF: hw/usb/* 95828edfce0SGongleiF: tests/usb-*-test.c 959beded0ffSThomas HuthF: docs/usb2.txt 960beded0ffSThomas HuthF: docs/usb-storage.txt 961beded0ffSThomas HuthF: include/hw/usb.h 962beded0ffSThomas HuthF: include/hw/usb/ 963fd5d5c56SAnthony Liguori 964e26082fdSPaolo BonziniUSB (serial adapter) 965e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com> 966e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 967e26082fdSPaolo BonziniS: Maintained 968e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 969e26082fdSPaolo Bonzini 97092e1fb5eSAlex WilliamsonVFIO 97192e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 97292e1fb5eSAlex WilliamsonS: Supported 973cf7087dbSKim PhillipsF: hw/vfio/* 97499b88c6dSThomas HuthF: include/hw/vfio/ 97592e1fb5eSAlex Williamson 976fd5d5c56SAnthony Liguorivhost 977fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 978fd5d5c56SAnthony LiguoriS: Supported 9798d8b636dSPaolo BonziniF: hw/*/*vhost* 980fd5d5c56SAnthony Liguori 981fd5d5c56SAnthony Liguorivirtio 982a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 983fd5d5c56SAnthony LiguoriS: Supported 9848d8b636dSPaolo BonziniF: hw/*/virtio* 98572fa605dSThomas HuthF: hw/virtio/Makefile.objs 98672fa605dSThomas HuthF: hw/virtio/trace-events 9876a084ea3SMichael S. TsirkinF: net/vhost-user.c 988494f7b57SThomas HuthF: include/hw/virtio/ 9896bd7776cSGreg KurzF: tests/virtio-balloon-test.c 990fd5d5c56SAnthony Liguori 991fd5d5c56SAnthony Liguorivirtio-9p 99223704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 9938c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 994fd5d5c56SAnthony LiguoriS: Supported 995aebeca25SAndreas FärberF: hw/9pfs/ 996aebeca25SAndreas FärberF: fsdev/ 9972d888c09SAndreas FärberF: tests/virtio-9p-test.c 9983f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git 9998c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next 1000fd5d5c56SAnthony Liguori 1001fd5d5c56SAnthony Liguorivirtio-blk 100254d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1003b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 1004fd5d5c56SAnthony LiguoriS: Supported 10058d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 1006b457a5f5SStefan HajnocziF: hw/block/dataplane/* 10076bd7776cSGreg KurzF: tests/virtio-blk-test.c 1008b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 1009fd5d5c56SAnthony Liguori 1010dd4ad64aSCornelia Huckvirtio-ccw 1011dd4ad64aSCornelia HuckM: Cornelia Huck <cornelia.huck@de.ibm.com> 1012b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 1013dd4ad64aSCornelia HuckS: Supported 1014dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc] 10153e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 10163e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 1017dd4ad64aSCornelia Huck 1018a5d4d7b5SGerd Hoffmannvirtio-input 1019a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1020a5d4d7b5SGerd HoffmannS: Maintained 1021a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 1022a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 1023a5d4d7b5SGerd Hoffmann 1024fd5d5c56SAnthony Liguorivirtio-serial 1025fd5d5c56SAnthony LiguoriM: Amit Shah <amit.shah@redhat.com> 1026fd5d5c56SAnthony LiguoriS: Supported 10278d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 10288d8b636dSPaolo BonziniF: hw/char/virtio-console.c 102968a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 10306bd7776cSGreg KurzF: tests/virtio-console-test.c 10316bd7776cSGreg KurzF: tests/virtio-serial-test.c 1032fd5d5c56SAnthony Liguori 10331f51a5cbSAmit Shahvirtio-rng 10341f51a5cbSAmit ShahM: Amit Shah <amit.shah@redhat.com> 10351f51a5cbSAmit ShahS: Supported 10361f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 10371f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 1038750cf869SThomas HuthF: include/sysemu/rng*.h 10391f51a5cbSAmit ShahF: backends/rng*.c 10406bd7776cSGreg KurzF: tests/virtio-rng-test.c 10411f51a5cbSAmit Shah 10426034011cSGongleivirtio-crypto 10436034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 10446034011cSGongleiS: Supported 10456034011cSGongleiF: hw/virtio/virtio-crypto.c 10466034011cSGongleiF: hw/virtio/virtio-crypto-pci.c 10476034011cSGongleiF: include/hw/virtio/virtio-crypto.h 10486034011cSGonglei 1049f3c507adSKeith Buschnvme 1050f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com> 1051c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1052f3c507adSKeith BuschS: Supported 1053f3c507adSKeith BuschF: hw/block/nvme* 1054fc967791SAndreas FärberF: tests/nvme-test.c 1055f3c507adSKeith Busch 1056d383c625SHannes Reineckemegasas 1057d383c625SHannes ReineckeM: Hannes Reinecke <hare@suse.de> 1058c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1059d383c625SHannes ReineckeS: Supported 1060d383c625SHannes ReineckeF: hw/scsi/megasas.c 1061d383c625SHannes ReineckeF: hw/scsi/mfi.h 1062d383c625SHannes Reinecke 1063605d52e6SDmitry FleytmanNetwork packet abstractions 1064605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1065605d52e6SDmitry FleytmanS: Maintained 1066605d52e6SDmitry FleytmanF: include/net/eth.h 1067605d52e6SDmitry FleytmanF: net/eth.c 1068605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 1069605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 1070605d52e6SDmitry Fleytman 1071622fb504SDmitry FleytmanVmware 1072622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1073622fb504SDmitry FleytmanS: Maintained 1074622fb504SDmitry FleytmanF: hw/net/vmxnet* 1075622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 1076622fb504SDmitry Fleytman 1077de24d3f1SScott FeldmanRocker 1078de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 1079de24d3f1SScott FeldmanS: Maintained 1080de24d3f1SScott FeldmanF: hw/net/rocker/ 1081de850948SThomas HuthF: tests/rocker/ 1082de850948SThomas HuthF: docs/specs/rocker.txt 1083de24d3f1SScott Feldman 108470d1fb9cSXiao GuangrongNVDIMM 108570d1fb9cSXiao GuangrongM: Xiao Guangrong <guangrong.xiao@linux.intel.com> 108670d1fb9cSXiao GuangrongS: Maintained 108770d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c 108870d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c 108970d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h 109070d1fb9cSXiao Guangrong 1091093454e2SDmitry Fleytmane1000x 1092093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1093093454e2SDmitry FleytmanS: Maintained 1094093454e2SDmitry FleytmanF: hw/net/e1000x* 1095093454e2SDmitry Fleytman 10966f3fbe4eSDmitry Fleytmane1000e 10976f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 10986f3fbe4eSDmitry FleytmanS: Maintained 10996f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 11006f3fbe4eSDmitry Fleytman 1101e481a1f6SAlistair FrancisGeneric Loader 1102e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 1103e481a1f6SAlistair FrancisS: Maintained 1104e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 1105e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 1106e481a1f6SAlistair Francis 110787a9023aSThomas HuthCHRP NVRAM 110887a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com> 110987a9023aSThomas HuthS: Maintained 111087a9023aSThomas HuthF: hw/nvram/chrp_nvram.c 111187a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h 111287a9023aSThomas HuthF: tests/prom-env-test.c 111387a9023aSThomas Huth 1114fd5d5c56SAnthony LiguoriSubsystems 1115fd5d5c56SAnthony Liguori---------- 1116fd5d5c56SAnthony LiguoriAudio 11179f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1118fd5d5c56SAnthony LiguoriS: Maintained 1119fd5d5c56SAnthony LiguoriF: audio/ 11208d8b636dSPaolo BonziniF: hw/audio/ 1121a2b245aeSThomas HuthF: include/hw/audio/ 1122d7b50c0cSAndreas FärberF: tests/ac97-test.c 11238fa74c94SAndreas FärberF: tests/es1370-test.c 1124fbaf445aSAndreas FärberF: tests/intel-hda-test.c 1125fd5d5c56SAnthony Liguori 112617f1e8f5SStefan HajnocziBlock layer core 1127fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 1128c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1129c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1130fd5d5c56SAnthony LiguoriS: Supported 1131fd5d5c56SAnthony LiguoriF: block* 1132fd5d5c56SAnthony LiguoriF: block/ 11338d8b636dSPaolo BonziniF: hw/block/ 11344c346e0bSKevin WolfF: include/block/ 113546078760SKevin WolfF: qemu-img* 113646078760SKevin WolfF: qemu-io* 113729242091SKevin WolfF: tests/qemu-iotests/ 1138d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block 1139fd5d5c56SAnthony Liguori 1140d55053b1SStefan HajnocziBlock I/O path 1141d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 11429ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com> 1143d55053b1SStefan HajnocziL: qemu-block@nongnu.org 1144d55053b1SStefan HajnocziS: Supported 1145d55053b1SStefan HajnocziF: async.c 1146d55053b1SStefan HajnocziF: aio-*.c 1147d55053b1SStefan HajnocziF: block/io.c 1148d55053b1SStefan HajnocziF: migration/block* 1149e1029ae2SFam ZhengF: include/block/aio.h 1150d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 1151d55053b1SStefan Hajnoczi 1152280458a3SJeff CodyBlock Jobs 1153280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1154280458a3SJeff CodyL: qemu-block@nongnu.org 1155280458a3SJeff CodyS: Supported 1156280458a3SJeff CodyF: blockjob.c 1157280458a3SJeff CodyF: include/block/blockjob.h 1158280458a3SJeff CodyF: block/backup.c 1159280458a3SJeff CodyF: block/commit.c 116077346025SJeff CodyF: block/stream.c 1161280458a3SJeff CodyF: block/mirror.c 1162280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1163280458a3SJeff Cody 11644120201dSMarkus ArmbrusterBlock QAPI, monitor, command line 11654120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 11664120201dSMarkus ArmbrusterS: Supported 11674120201dSMarkus ArmbrusterF: blockdev.c 11684120201dSMarkus ArmbrusterF: block/qapi.c 11694120201dSMarkus ArmbrusterF: qapi/block*.json 11704120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next 11714120201dSMarkus Armbruster 1172538193bcSJohn SnowDirty Bitmaps 1173538193bcSJohn SnowM: Fam Zheng <famz@redhat.com> 1174538193bcSJohn SnowM: John Snow <jsnow@redhat.com> 1175538193bcSJohn SnowL: qemu-block@nongnu.org 1176538193bcSJohn SnowS: Supported 1177538193bcSJohn SnowF: util/hbitmap.c 1178538193bcSJohn SnowF: block/dirty-bitmap.c 1179538193bcSJohn SnowF: include/qemu/hbitmap.h 1180538193bcSJohn SnowF: include/block/dirty-bitmap.h 1181538193bcSJohn SnowF: tests/test-hbitmap.c 1182538193bcSJohn SnowF: docs/bitmaps.md 1183538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps 1184538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps 1185538193bcSJohn Snow 118661af0ee6SPaolo BonziniCharacter device backends 1187da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1188fd5d5c56SAnthony LiguoriS: Maintained 1189fd5d5c56SAnthony LiguoriF: qemu-char.c 1190da26f37aSPaolo BonziniF: backends/msmouse.c 1191da26f37aSPaolo BonziniF: backends/testdev.c 1192fd5d5c56SAnthony Liguori 1193e26082fdSPaolo BonziniCharacter Devices (Braille) 1194e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1195e26082fdSPaolo BonziniS: Maintained 1196e26082fdSPaolo BonziniF: backends/baum.c 1197fd5d5c56SAnthony Liguori 11988c413e79SMarkus ArmbrusterCoverity model 11998c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 12008c413e79SMarkus ArmbrusterS: Supported 12018c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 12028c413e79SMarkus Armbruster 1203f2ca0524SAndreas FärberCPU 120412b0e69cSAndreas FärberL: qemu-devel@nongnu.org 1205f2ca0524SAndreas FärberS: Supported 1206f2ca0524SAndreas FärberF: qom/cpu.c 12076e481d57SPeter MaydellF: include/qom/cpu.h 1208f2ca0524SAndreas Färber 1209d24b569aSPeter A. G. CrosthwaiteDevice Tree 12104b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1211d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de> 1212d24b569aSPeter A. G. CrosthwaiteS: Maintained 121382407515SThomas HuthF: device_tree.c 121482407515SThomas HuthF: include/sysemu/device_tree.h 1215d24b569aSPeter A. G. Crosthwaite 12164f966768SMarkus ArmbrusterError reporting 12174f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 12184f966768SMarkus ArmbrusterS: Supported 12194f966768SMarkus ArmbrusterF: include/qapi/error.h 12204f966768SMarkus ArmbrusterF: include/qemu/error-report.h 12214f966768SMarkus ArmbrusterF: util/error.c 12224f966768SMarkus ArmbrusterF: util/qemu-error.c 12234f966768SMarkus Armbruster 1224fd5d5c56SAnthony LiguoriGDB stub 12255dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 1226fd5d5c56SAnthony LiguoriS: Odd Fixes 1227fd5d5c56SAnthony LiguoriF: gdbstub* 1228fd5d5c56SAnthony LiguoriF: gdb-xml/ 1229fd5d5c56SAnthony Liguori 123001a9c03cSPaolo BonziniMemory API 123101a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 123201a9c03cSPaolo BonziniS: Supported 123301a9c03cSPaolo BonziniF: include/exec/ioport.h 123401a9c03cSPaolo BonziniF: ioport.c 123501a9c03cSPaolo BonziniF: include/exec/memory.h 12362b1641d0SPaolo BonziniF: include/exec/ram_addr.h 123701a9c03cSPaolo BonziniF: memory.c 123801a9c03cSPaolo BonziniF: include/exec/memory-internal.h 123901a9c03cSPaolo BonziniF: exec.c 124001a9c03cSPaolo Bonzini 12417ee3bf03SGerd HoffmannSPICE 12427ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 12437ee3bf03SGerd HoffmannS: Supported 12446e481d57SPeter MaydellF: include/ui/qemu-spice.h 1245438528a3SThomas HuthF: include/ui/spice-display.h 12467ee3bf03SGerd HoffmannF: ui/spice-*.c 12477ee3bf03SGerd HoffmannF: audio/spiceaudio.c 12488d8b636dSPaolo BonziniF: hw/display/qxl* 12497ee3bf03SGerd Hoffmann 1250fd5d5c56SAnthony LiguoriGraphics 125125eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 125225eccc37SGerd HoffmannS: Odd Fixes 1253fd5d5c56SAnthony LiguoriF: ui/ 1254e220656cSThomas HuthF: include/ui/ 1255fd5d5c56SAnthony Liguori 1256351f1bf6SAndreas FärberCocoa graphics 125730ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1258351f1bf6SAndreas FärberS: Odd Fixes 1259351f1bf6SAndreas FärberF: ui/cocoa.m 1260351f1bf6SAndreas Färber 1261fd5d5c56SAnthony LiguoriMain loop 1262da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1263da26f37aSPaolo BonziniS: Maintained 1264da26f37aSPaolo BonziniF: cpus.c 1265da26f37aSPaolo BonziniF: main-loop.c 1266da26f37aSPaolo BonziniF: qemu-timer.c 1267fd5d5c56SAnthony LiguoriF: vl.c 1268fd5d5c56SAnthony Liguori 12698899b4aeSLuiz CapitulinoHuman Monitor (HMP) 1270c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1271fbb0621aSLuiz CapitulinoS: Maintained 1272fd5d5c56SAnthony LiguoriF: monitor.c 1273c13e9912SThomas HuthF: hmp.[ch] 1274c13e9912SThomas HuthF: hmp-commands*.hx 1275c13e9912SThomas HuthF: include/monitor/hmp-target.h 1276fd5d5c56SAnthony Liguori 1277f536f112SPaolo BonziniNetwork device backends 1278442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 1279fd5d5c56SAnthony LiguoriS: Maintained 1280fd5d5c56SAnthony LiguoriF: net/ 1281d24b2b1cSThomas HuthF: include/net/ 12825fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net 1283fd5d5c56SAnthony Liguori 1284aee09bafSVincenzo MaffioneNetmap network backend 1285aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 1286aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1287aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 1288aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 1289aee09bafSVincenzo MaffioneS: Maintained 1290aee09bafSVincenzo MaffioneF: net/netmap.c 1291aee09bafSVincenzo Maffione 129244f76b28SPaolo BonziniNetwork Block Device (NBD) 129344f76b28SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 129444f76b28SPaolo BonziniS: Odd Fixes 1295798bfe00SFam ZhengF: block/nbd* 1296798bfe00SFam ZhengF: nbd/ 1297798bfe00SFam ZhengF: include/block/nbd* 129844f76b28SPaolo BonziniF: qemu-nbd.c 12991ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git nbd-next 130044f76b28SPaolo Bonzini 13012f54eb98SEduardo HabkostNUMA 13022f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 13032f54eb98SEduardo HabkostS: Maintained 13042f54eb98SEduardo HabkostF: numa.c 13052f54eb98SEduardo HabkostF: include/sysemu/numa.h 13062f54eb98SEduardo HabkostT: git git://github.com/ehabkost/qemu.git numa 13072f54eb98SEduardo Habkost 13084fc264f4SEduardo HabkostHost Memory Backends 13094fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 13104fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 13114fc264f4SEduardo HabkostS: Maintained 13124fc264f4SEduardo HabkostF: backends/hostmem*.c 13134fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 13144fc264f4SEduardo Habkost 13156034011cSGongleiCryptodev Backends 13166034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 13176034011cSGongleiS: Maintained 13186034011cSGongleiF: include/sysemu/cryptodev*.h 13196034011cSGongleiF: backends/cryptodev*.c 13206034011cSGonglei 13218899b4aeSLuiz CapitulinoQAPI 13229740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 13238899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com> 13249740618cSLuiz CapitulinoS: Supported 13258899b4aeSLuiz CapitulinoF: qapi/ 13260311c5bdSMarkus ArmbrusterX: qapi/*.json 1327ac4abb9aSMarkus ArmbrusterF: include/qapi/ 1328ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 1329ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 1330c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 1331ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c 1332ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c 13330311c5bdSMarkus ArmbrusterF: scripts/qapi* 13340311c5bdSMarkus ArmbrusterF: docs/qapi* 13359740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 13368899b4aeSLuiz Capitulino 13377810d291SLuiz CapitulinoQAPI Schema 13387810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 13397810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 13407810d291SLuiz CapitulinoS: Supported 13417810d291SLuiz CapitulinoF: qapi-schema.json 13420311c5bdSMarkus ArmbrusterF: qapi/*.json 13439740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 13447810d291SLuiz Capitulino 1345f3582ba4SLuiz CapitulinoQObject 1346daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 1347daf5dc78SMarkus ArmbrusterS: Supported 1348f3582ba4SLuiz CapitulinoF: qobject/ 13497735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 13507735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 13517735d2b5SMarkus ArmbrusterF: tests/check-qdict.c 13527735d2b5SMarkus ArmbrusterF: tests/check-qfloat.c 13537735d2b5SMarkus ArmbrusterF: tests/check-qint.c 13547735d2b5SMarkus ArmbrusterF: tests/check-qjson.c 13557735d2b5SMarkus ArmbrusterF: tests/check-qlist.c 13567735d2b5SMarkus ArmbrusterF: tests/check-qstring.c 1357daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next 1358f3582ba4SLuiz Capitulino 1359f05d9999SMichael RothQEMU Guest Agent 1360f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com> 1361f05d9999SMichael RothS: Maintained 1362f05d9999SMichael RothF: qga/ 1363f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga 1364f05d9999SMichael Roth 13654688c94cSAndreas FärberQOM 13664688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de> 13674688c94cSAndreas FärberS: Supported 13684688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next 13694688c94cSAndreas FärberF: include/qom/ 13704688c94cSAndreas FärberX: include/qom/cpu.h 13714688c94cSAndreas FärberF: qom/ 13724688c94cSAndreas FärberX: qom/cpu.c 13739f4aa7ceSAndreas FärberF: tests/check-qom-interface.c 13749f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c 13754688c94cSAndreas FärberF: tests/qom-test.c 13764688c94cSAndreas Färber 13778899b4aeSLuiz CapitulinoQMP 13789740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 13799740618cSLuiz CapitulinoS: Supported 13808899b4aeSLuiz CapitulinoF: qmp.c 13818899b4aeSLuiz CapitulinoF: monitor.c 13829b89b6a2SMarkus ArmbrusterF: docs/*qmp-* 13839740618cSLuiz CapitulinoF: scripts/qmp/ 13849740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 13858899b4aeSLuiz Capitulino 1386cc0100f4SAlistair FrancisRegister API 1387cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 1388cc0100f4SAlistair FrancisS: Maintained 1389cc0100f4SAlistair FrancisF: hw/core/register.c 1390cc0100f4SAlistair FrancisF: include/hw/register.h 1391cc0100f4SAlistair Francis 1392fd5d5c56SAnthony LiguoriSLIRP 1393eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1394bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 1395bafc72abSJan KiszkaS: Maintained 1396fd5d5c56SAnthony LiguoriF: slirp/ 1397663fb1e1SThomas HuthF: net/slirp.c 1398d24b2b1cSThomas HuthF: include/net/slirp.h 13991ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp 1400fd5d5c56SAnthony Liguori 1401b1ed728aSPaolo BonziniStubs 1402b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1403b1ed728aSPaolo BonziniS: Maintained 1404b1ed728aSPaolo BonziniF: stubs/ 1405b1ed728aSPaolo Bonzini 1406598a3f35SStefan HajnocziTracing 14071cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1408598a3f35SStefan HajnocziS: Maintained 1409598a3f35SStefan HajnocziF: trace/ 1410f70fd8fdSLluís VilanovaF: scripts/tracetool.py 1411f70fd8fdSLluís VilanovaF: scripts/tracetool/ 1412f922ea46SAndreas FärberF: docs/tracing.txt 14131ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing 1414598a3f35SStefan Hajnoczi 141514f40fdcSBlue SwirlCheckpatch 141614f40fdcSBlue SwirlS: Odd Fixes 141714f40fdcSBlue SwirlF: scripts/checkpatch.pl 141814f40fdcSBlue Swirl 1419c0787c8dSJuan QuintelaMigration 1420c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 14217f4675c3SAmit ShahM: Amit Shah <amit.shah@redhat.com> 1422c0787c8dSJuan QuintelaS: Maintained 1423c0787c8dSJuan QuintelaF: include/migration/ 142444a1f946SDr. David Alan GilbertF: migration/ 1425c5515640SAmit ShahF: scripts/vmstate-static-checker.py 1426c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 1427a609ad8bSThomas HuthF: docs/migration.txt 1428c0787c8dSJuan Quintela 142992bfedb0SEduardo OtuboSeccomp 14309d9de254SEduardo OtuboM: Eduardo Otubo <eduardo.otubo@profitbricks.com> 143192bfedb0SEduardo OtuboS: Supported 143292bfedb0SEduardo OtuboF: qemu-seccomp.c 143392bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 143492bfedb0SEduardo Otubo 1435ddbb0d09SDaniel P. BerrangeCryptography 1436ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1437ddbb0d09SDaniel P. BerrangeS: Maintained 1438ddbb0d09SDaniel P. BerrangeF: crypto/ 1439ddbb0d09SDaniel P. BerrangeF: include/crypto/ 1440ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-* 1441ddbb0d09SDaniel P. Berrange 144210817bf0SDaniel P. BerrangeCoroutines 144310817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 144410817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 144510817bf0SDaniel P. BerrangeF: util/*coroutine* 144610817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 144710817bf0SDaniel P. BerrangeF: tests/test-coroutine.c 144810817bf0SDaniel P. Berrange 144988c5f205SDaniel P. BerrangeBuffers 145088c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 145188c5f205SDaniel P. BerrangeS: Odd fixes 145288c5f205SDaniel P. BerrangeF: util/buffer.c 145388c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 145488c5f205SDaniel P. Berrange 1455666a3af9SDaniel P. BerrangeI/O Channels 1456666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1457666a3af9SDaniel P. BerrangeS: Maintained 1458666a3af9SDaniel P. BerrangeF: io/ 1459666a3af9SDaniel P. BerrangeF: include/io/ 1460666a3af9SDaniel P. BerrangeF: tests/test-io-* 1461666a3af9SDaniel P. Berrange 14625614a283SGerd HoffmannSockets 14635614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 14645614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 14655614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com> 14665614a283SGerd HoffmannS: Maintained 14675614a283SGerd HoffmannF: include/qemu/sockets.h 14685614a283SGerd HoffmannF: util/qemu-sockets.c 14695614a283SGerd Hoffmann 1470d310d85bSAlberto GarciaThrottling infrastructure 1471d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 1472d310d85bSAlberto GarciaS: Supported 1473d310d85bSAlberto GarciaF: block/throttle-groups.c 1474d310d85bSAlberto GarciaF: include/block/throttle-groups.h 1475d310d85bSAlberto GarciaF: include/qemu/throttle.h 1476d310d85bSAlberto GarciaF: util/throttle.c 1477d310d85bSAlberto GarciaL: qemu-block@nongnu.org 1478d310d85bSAlberto Garcia 1479080d7aacSFam ZhengUUID 1480080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com> 1481080d7aacSFam ZhengS: Supported 1482080d7aacSFam ZhengF: util/uuid.c 1483080d7aacSFam ZhengF: include/qemu/uuid.h 1484080d7aacSFam ZhengF: tests/test-uuid.c 1485080d7aacSFam Zheng 1486a4cc318eSzhanghailiangCOLO Framework 1487a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com> 1488a4cc318eSzhanghailiangS: Maintained 1489a4cc318eSzhanghailiangF: migration/colo* 1490a4cc318eSzhanghailiangF: include/migration/colo.h 1491a4cc318eSzhanghailiangF: include/migration/failover.h 1492a4cc318eSzhanghailiangF: docs/COLO-FT.txt 1493a4cc318eSzhanghailiang 149488f82ed1SZhang ChenCOLO Proxy 149588f82ed1SZhang ChenM: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> 149688f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com> 149788f82ed1SZhang ChenS: Supported 149888f82ed1SZhang ChenF: docs/colo-proxy.txt 149988f82ed1SZhang ChenF: net/colo* 150088f82ed1SZhang ChenF: net/filter-rewriter.c 150188f82ed1SZhang ChenF: net/filter-mirror.c 150288f82ed1SZhang Chen 1503fd5d5c56SAnthony LiguoriUsermode Emulation 1504fd5d5c56SAnthony Liguori------------------ 1505486bbe5fSPaolo BonziniOverall 1506486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 1507486bbe5fSPaolo BonziniS: Maintained 1508486bbe5fSPaolo BonziniF: thunk.c 1509486bbe5fSPaolo BonziniF: user-exec.c 1510486bbe5fSPaolo Bonzini 1511fd5d5c56SAnthony LiguoriBSD user 1512297e8005SMarkus ArmbrusterS: Orphan 1513fd5d5c56SAnthony LiguoriF: bsd-user/ 1514ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak 1515fd5d5c56SAnthony Liguori 1516fd5d5c56SAnthony LiguoriLinux user 1517fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 1518fd5d5c56SAnthony LiguoriS: Maintained 1519fd5d5c56SAnthony LiguoriF: linux-user/ 1520ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak 152142f5a7e9SAurelien Jarno 152242f5a7e9SAurelien JarnoTiny Code Generator (TCG) 152342f5a7e9SAurelien Jarno------------------------- 152442f5a7e9SAurelien JarnoCommon code 1525cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net> 152642f5a7e9SAurelien JarnoS: Maintained 152742f5a7e9SAurelien JarnoF: tcg/ 152842f5a7e9SAurelien Jarno 1529b25a464cSClaudio FontanaAArch64 target 1530b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com> 1531b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com> 1532b25a464cSClaudio FontanaS: Maintained 1533b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 1534b25a464cSClaudio FontanaF: tcg/aarch64/ 1535c17652eeSPaolo BonziniF: disas/arm-a64.cc 1536c17652eeSPaolo BonziniF: disas/libvixl/ 1537b25a464cSClaudio Fontana 153842f5a7e9SAurelien JarnoARM target 153942f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 154042f5a7e9SAurelien JarnoS: Maintained 1541b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 154242f5a7e9SAurelien JarnoF: tcg/arm/ 1543c17652eeSPaolo BonziniF: disas/arm.c 154442f5a7e9SAurelien Jarno 154542f5a7e9SAurelien Jarnoi386 target 15465dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 154742f5a7e9SAurelien JarnoS: Maintained 154842f5a7e9SAurelien JarnoF: tcg/i386/ 1549c17652eeSPaolo BonziniF: disas/i386.c 155042f5a7e9SAurelien Jarno 155142f5a7e9SAurelien JarnoIA64 target 155242f5a7e9SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 155342f5a7e9SAurelien JarnoS: Maintained 155442f5a7e9SAurelien JarnoF: tcg/ia64/ 1555c17652eeSPaolo BonziniF: disas/ia64.c 155642f5a7e9SAurelien Jarno 155742f5a7e9SAurelien JarnoMIPS target 1558d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 155942f5a7e9SAurelien JarnoS: Maintained 156042f5a7e9SAurelien JarnoF: tcg/mips/ 1561c17652eeSPaolo BonziniF: disas/mips.c 156242f5a7e9SAurelien Jarno 156342f5a7e9SAurelien JarnoPPC 156415610d42SPranith KumarM: Richard Henderson <rth@twiddle.net> 156515610d42SPranith KumarS: Odd Fixes 156642f5a7e9SAurelien JarnoF: tcg/ppc/ 1567c17652eeSPaolo BonziniF: disas/ppc.c 156842f5a7e9SAurelien Jarno 156942f5a7e9SAurelien JarnoS390 target 157042f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de> 157142f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 157242f5a7e9SAurelien JarnoS: Maintained 157342f5a7e9SAurelien JarnoF: tcg/s390/ 1574c17652eeSPaolo BonziniF: disas/s390.c 157542f5a7e9SAurelien Jarno 157642f5a7e9SAurelien JarnoSPARC target 1577297e8005SMarkus ArmbrusterS: Odd Fixes 157842f5a7e9SAurelien JarnoF: tcg/sparc/ 1579c17652eeSPaolo BonziniF: disas/sparc.c 1580bc75c9e5SStefan Weil 1581bc75c9e5SStefan WeilTCI target 1582bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 1583bc75c9e5SStefan WeilS: Maintained 15848ef9cd55SAndreas FärberF: tcg/tci/ 15852b7be8c8SStefan WeilF: tci.c 1586c17652eeSPaolo BonziniF: disas/tci.c 1587aa09c951SAndreas Färber 1588f05b328cSStefan HajnocziBlock drivers 1589f05b328cSStefan Hajnoczi------------- 1590f05b328cSStefan HajnocziVMDK 1591f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com> 1592c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1593f05b328cSStefan HajnocziS: Supported 1594f05b328cSStefan HajnocziF: block/vmdk.c 1595f05b328cSStefan Hajnoczi 1596f05b328cSStefan HajnocziRBD 15975a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com> 1598280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1599280458a3SJeff CodyL: qemu-block@nongnu.org 1600f05b328cSStefan HajnocziS: Supported 1601f05b328cSStefan HajnocziF: block/rbd.c 1602280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1603f05b328cSStefan Hajnoczi 1604f05b328cSStefan HajnocziSheepdog 160553b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1606f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com> 1607280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1608280458a3SJeff CodyL: qemu-block@nongnu.org 1609dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org 1610f05b328cSStefan HajnocziS: Supported 1611f05b328cSStefan HajnocziF: block/sheepdog.c 1612280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1613f05b328cSStefan Hajnoczi 1614f05b328cSStefan HajnocziVHDX 1615f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com> 1616280458a3SJeff CodyL: qemu-block@nongnu.org 1617f05b328cSStefan HajnocziS: Supported 1618f05b328cSStefan HajnocziF: block/vhdx* 1619280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1620f05b328cSStefan Hajnoczi 1621f05b328cSStefan HajnocziVDI 1622f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 1623c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1624f05b328cSStefan HajnocziS: Maintained 1625f05b328cSStefan HajnocziF: block/vdi.c 1626f05b328cSStefan Hajnoczi 1627f05b328cSStefan HajnocziiSCSI 1628f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1629f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 1630f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 1631c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1632f05b328cSStefan HajnocziS: Supported 1633f05b328cSStefan HajnocziF: block/iscsi.c 1634f05b328cSStefan Hajnoczi 16356542aa9cSPeter LievenNFS 1636280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 16376542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 1638280458a3SJeff CodyL: qemu-block@nongnu.org 16396542aa9cSPeter LievenS: Maintained 16406542aa9cSPeter LievenF: block/nfs.c 1641280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 16426542aa9cSPeter Lieven 1643f05b328cSStefan HajnocziSSH 1644f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 1645280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1646280458a3SJeff CodyL: qemu-block@nongnu.org 1647f05b328cSStefan HajnocziS: Supported 1648f05b328cSStefan HajnocziF: block/ssh.c 1649280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1650c9a12e75SChrysostomos Nanakos 1651c9a12e75SChrysostomos NanakosARCHIPELAGO 1652c9a12e75SChrysostomos NanakosM: Chrysostomos Nanakos <chris@include.gr> 1653280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1654280458a3SJeff CodyL: qemu-block@nongnu.org 1655c9a12e75SChrysostomos NanakosS: Maintained 1656c9a12e75SChrysostomos NanakosF: block/archipelago.c 1657280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1658280458a3SJeff Cody 1659280458a3SJeff CodyCURL 1660280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1661280458a3SJeff CodyL: qemu-block@nongnu.org 1662280458a3SJeff CodyS: Supported 1663280458a3SJeff CodyF: block/curl.c 1664280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1665280458a3SJeff Cody 1666280458a3SJeff CodyGLUSTER 1667280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1668280458a3SJeff CodyL: qemu-block@nongnu.org 1669280458a3SJeff CodyS: Supported 1670280458a3SJeff CodyF: block/gluster.c 1671280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1672b5e9476cSGonglei 1673199667a8SFam ZhengNull Block Driver 1674199667a8SFam ZhengM: Fam Zheng <famz@redhat.com> 1675199667a8SFam ZhengL: qemu-block@nongnu.org 1676199667a8SFam ZhengS: Supported 1677199667a8SFam ZhengF: block/null.c 1678199667a8SFam Zheng 1679b5e9476cSGongleiBootdevice 1680b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 1681b5e9476cSGongleiS: Maintained 1682b5e9476cSGongleiF: bootdevice.c 1683ecdda9e0SAlberto Garcia 1684ecdda9e0SAlberto GarciaQuorum 1685ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 1686ecdda9e0SAlberto GarciaS: Supported 1687ecdda9e0SAlberto GarciaF: block/quorum.c 1688ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 1689e7c6e631SStefan Hajnoczi 1690e7c6e631SStefan Hajnocziblkverify 1691e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1692e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1693e7c6e631SStefan HajnocziS: Supported 1694e7c6e631SStefan HajnocziF: block/blkverify.c 1695e7c6e631SStefan Hajnoczi 1696e7c6e631SStefan Hajnoczibochs 1697e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1698e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1699e7c6e631SStefan HajnocziS: Supported 1700e7c6e631SStefan HajnocziF: block/bochs.c 1701e7c6e631SStefan Hajnoczi 1702e7c6e631SStefan Hajnoczicloop 1703e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1704e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1705e7c6e631SStefan HajnocziS: Supported 1706e7c6e631SStefan HajnocziF: block/cloop.c 1707e7c6e631SStefan Hajnoczi 1708e7c6e631SStefan Hajnoczidmg 1709e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1710e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1711e7c6e631SStefan HajnocziS: Supported 1712e7c6e631SStefan HajnocziF: block/dmg.c 1713e7c6e631SStefan Hajnoczi 1714e7c6e631SStefan Hajnocziparallels 1715e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1716f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 1717e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1718e7c6e631SStefan HajnocziS: Supported 1719e7c6e631SStefan HajnocziF: block/parallels.c 1720b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt 1721e7c6e631SStefan Hajnoczi 1722e7c6e631SStefan Hajnocziqed 1723e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1724e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1725e7c6e631SStefan HajnocziS: Supported 1726e7c6e631SStefan HajnocziF: block/qed.c 1727e7c6e631SStefan Hajnoczi 1728e7c6e631SStefan Hajnocziraw 1729e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1730e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1731e7c6e631SStefan HajnocziS: Supported 1732e7c6e631SStefan HajnocziF: block/linux-aio.c 1733f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 17342e6fc7ebSEric BlakeF: block/raw-format.c 1735c1bb86cdSEric BlakeF: block/file-posix.c 1736c1bb86cdSEric BlakeF: block/file-win32.c 1737e7c6e631SStefan HajnocziF: block/win32-aio.c 1738e7c6e631SStefan Hajnoczi 1739e7c6e631SStefan Hajnocziqcow2 1740e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1741c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1742e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1743e7c6e631SStefan HajnocziS: Supported 1744e7c6e631SStefan HajnocziF: block/qcow2* 1745e7c6e631SStefan Hajnoczi 1746e7c6e631SStefan Hajnocziqcow 1747e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1748e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1749e7c6e631SStefan HajnocziS: Supported 1750e7c6e631SStefan HajnocziF: block/qcow.c 1751e7c6e631SStefan Hajnoczi 1752e7c6e631SStefan Hajnocziblkdebug 1753e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1754c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1755e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1756e7c6e631SStefan HajnocziS: Supported 1757e7c6e631SStefan HajnocziF: block/blkdebug.c 1758e7c6e631SStefan Hajnoczi 1759e7c6e631SStefan Hajnoczivpc 1760e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1761e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1762e7c6e631SStefan HajnocziS: Supported 1763e7c6e631SStefan HajnocziF: block/vpc.c 1764e7c6e631SStefan Hajnoczi 1765e7c6e631SStefan Hajnoczivvfat 1766e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1767e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1768e7c6e631SStefan HajnocziS: Supported 1769e7c6e631SStefan HajnocziF: block/vvfat.c 1770abfe4e94SStefan Hajnoczi 1771abfe4e94SStefan HajnocziImage format fuzzer 1772abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1773abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 1774abfe4e94SStefan HajnocziS: Supported 1775abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 1776717171bdSDaniel P. Berrange 1777049105a3SChanglong XieReplication 1778049105a3SChanglong XieM: Wen Congyang <wency@cn.fujitsu.com> 1779049105a3SChanglong XieM: Changlong Xie <xiecl.fnst@cn.fujitsu.com> 1780049105a3SChanglong XieS: Supported 1781049105a3SChanglong XieF: replication* 1782049105a3SChanglong XieF: block/replication.c 1783049105a3SChanglong XieF: tests/test-replication.c 1784049105a3SChanglong XieF: docs/block-replication.txt 1785049105a3SChanglong Xie 1786b9e02c06SAlex BennéeBuild and test automation 1787b9e02c06SAlex Bennée------------------------- 1788b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 1789b9e02c06SAlex BennéeL: qemu-devel@nongnu.org 1790b9e02c06SAlex BennéeS: Supported 1791b9e02c06SAlex BennéeF: .travis.yml 1792717171bdSDaniel P. Berrange 1793717171bdSDaniel P. BerrangeDocumentation 1794717171bdSDaniel P. Berrange------------- 1795717171bdSDaniel P. BerrangeBuild system architecture 1796717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1797717171bdSDaniel P. BerrangeS: Odd Fixes 1798717171bdSDaniel P. BerrangeF: docs/build-system.txt 17998a49e97fSFam Zheng 18008a49e97fSFam ZhengDocker testing 18018a49e97fSFam Zheng-------------- 18028a49e97fSFam ZhengDocker based testing framework and cases 18038a49e97fSFam ZhengM: Fam Zheng <famz@redhat.com> 18048a49e97fSFam ZhengS: Maintained 18058a49e97fSFam ZhengF: tests/docker/ 1806