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> 15fdf6fab4SPaul E. McKenney R: Designated reviewer: FullName <address@domain> 16fdf6fab4SPaul E. McKenney These reviewers should be CCed on patches. 17fd5d5c56SAnthony Liguori L: Mailing list that is relevant to this area 18fd5d5c56SAnthony Liguori W: Web-page with status/info 19fd5d5c56SAnthony Liguori Q: Patchwork web based patch tracking system site 20fd5d5c56SAnthony Liguori T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 21fd5d5c56SAnthony Liguori S: Status, one of the following: 22fd5d5c56SAnthony Liguori Supported: Someone is actually paid to look after this. 23fd5d5c56SAnthony Liguori Maintained: Someone actually looks after it. 24fd5d5c56SAnthony Liguori Odd Fixes: It has a maintainer but they don't have time to do 25c91bbffbSPeter Maydell much other than throw the odd patch in. See below. 26fd5d5c56SAnthony Liguori Orphan: No current maintainer [but maybe you could take the 27fd5d5c56SAnthony Liguori role as you write your new code]. 28fd5d5c56SAnthony Liguori Obsolete: Old code. Something tagged obsolete generally means 29fd5d5c56SAnthony Liguori it has been replaced by a better system and you 30fd5d5c56SAnthony Liguori should be using that. 31fd5d5c56SAnthony Liguori F: Files and directories with wildcard patterns. 32fd5d5c56SAnthony Liguori A trailing slash includes all files and subdirectory files. 33fd5d5c56SAnthony Liguori F: drivers/net/ all files in and below drivers/net 34fd5d5c56SAnthony Liguori F: drivers/net/* all files in drivers/net, but not below 35fd5d5c56SAnthony Liguori F: */net/* all files in "any top level directory"/net 36fd5d5c56SAnthony Liguori One pattern per line. Multiple F: lines acceptable. 37fd5d5c56SAnthony Liguori X: Files and directories that are NOT maintained, same rules as F: 38fd5d5c56SAnthony Liguori Files exclusions are tested before file matches. 39fd5d5c56SAnthony Liguori Can be useful for excluding a specific subdirectory, for instance: 40fd5d5c56SAnthony Liguori F: net/ 41fd5d5c56SAnthony Liguori X: net/ipv6/ 42fd5d5c56SAnthony Liguori matches all files in and below net excluding net/ipv6/ 43fd5d5c56SAnthony Liguori K: Keyword perl extended regex pattern to match content in a 44fd5d5c56SAnthony Liguori patch or file. For instance: 45fd5d5c56SAnthony Liguori K: of_get_profile 46fd5d5c56SAnthony Liguori matches patches or files that contain "of_get_profile" 47fd5d5c56SAnthony Liguori K: \b(printk|pr_(info|err))\b 48fd5d5c56SAnthony Liguori matches patches or files that contain one or more of the words 49fd5d5c56SAnthony Liguori printk, pr_info or pr_err 50fd5d5c56SAnthony Liguori One regex pattern per line. Multiple K: lines acceptable. 51b6f97c14Sbellard 52b6f97c14Sbellard 53fd5d5c56SAnthony LiguoriGeneral Project Administration 54fd5d5c56SAnthony Liguori------------------------------ 55ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 56fd5d5c56SAnthony Liguori 57c9a19d5bSStephen WarrenAll patches CC here 58c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org 59c9a19d5bSStephen WarrenF: * 60c9a19d5bSStephen WarrenF: */ 61c9a19d5bSStephen Warren 6262622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues 6362622c11SMichael S. Tsirkin------------------------------ 6462622c11SMichael S. TsirkinW: http://wiki.qemu.org/SecurityProcess 6562622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 6662622c11SMichael S. TsirkinL: secalert@redhat.com 6762622c11SMichael S. Tsirkin 68936c2230SLaurent VivierTrivial patches 69936c2230SLaurent Vivier--------------- 70936c2230SLaurent VivierTrivial patches 71936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru> 72936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 73936c2230SLaurent VivierS: Maintained 74936c2230SLaurent VivierL: qemu-trivial@nongnu.org 75936c2230SLaurent VivierK: ^Subject:.*(?i)trivial 76936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches 77936c2230SLaurent VivierT: git git://github.com/vivier/qemu.git trivial-patches 78936c2230SLaurent Vivier 79fd5d5c56SAnthony LiguoriGuest CPU cores (TCG): 80fd5d5c56SAnthony Liguori---------------------- 81486bbe5fSPaolo BonziniOverall 825dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 832b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 842b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 852b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net> 862b1641d0SPaolo BonziniS: Maintained 872b1641d0SPaolo BonziniF: cpus.c 882b1641d0SPaolo BonziniF: exec.c 89c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/ 902b1641d0SPaolo BonziniF: include/exec/cpu*.h 912b1641d0SPaolo BonziniF: include/exec/exec-all.h 92486bbe5fSPaolo BonziniF: include/exec/helper*.h 932b1641d0SPaolo BonziniF: include/exec/tb-hash.h 94460423d3SThomas HuthF: include/sysemu/cpus.h 95486bbe5fSPaolo Bonzini 961badb586SPeter MaydellFPU emulation 971badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 981badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 991badb586SPeter MaydellS: Odd Fixes 1001badb586SPeter MaydellF: fpu/ 1011badb586SPeter MaydellF: include/fpu/ 1021badb586SPeter Maydell 103b6f97c14SbellardAlpha 1048d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net> 1058d6df264SRichard HendersonS: Maintained 106fcf5ef2aSThomas HuthF: target/alpha/ 1078d8b636dSPaolo BonziniF: hw/alpha/ 108c0bd0b50SPaolo BonziniF: tests/tcg/alpha/ 109c17652eeSPaolo BonziniF: disas/alpha.c 110fd5d5c56SAnthony Liguori 111fd5d5c56SAnthony LiguoriARM 1121ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 113b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 114fd5d5c56SAnthony LiguoriS: Maintained 115fcf5ef2aSThomas HuthF: target/arm/ 1168d8b636dSPaolo BonziniF: hw/arm/ 1178d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c 118f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h 119c17652eeSPaolo BonziniF: disas/arm.c 120c17652eeSPaolo BonziniF: disas/arm-a64.cc 121c17652eeSPaolo BonziniF: disas/libvixl/ 122fd5d5c56SAnthony Liguori 123fd5d5c56SAnthony LiguoriCRIS 124fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 125fd5d5c56SAnthony LiguoriS: Maintained 126fcf5ef2aSThomas HuthF: target/cris/ 1278d8b636dSPaolo BonziniF: hw/cris/ 128c9b90090SThomas HuthF: include/hw/cris/ 129c0bd0b50SPaolo BonziniF: tests/tcg/cris/ 130c17652eeSPaolo BonziniF: disas/cris.c 131fd5d5c56SAnthony Liguori 13261766fe9SRichard HendersonHPPA (PA-RISC) 13361766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net> 13461766fe9SRichard HendersonS: Maintained 13561766fe9SRichard HendersonF: target/hppa/ 13661766fe9SRichard HendersonF: disas/hppa.c 13761766fe9SRichard Henderson 13807bf23a7SMichael WalleLM32 13907bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 14007bf23a7SMichael WalleS: Maintained 141fcf5ef2aSThomas HuthF: target/lm32/ 1424eab7a0aSMichael WalleF: disas/lm32.c 1438d8b636dSPaolo BonziniF: hw/lm32/ 1444eab7a0aSMichael WalleF: hw/*/lm32_* 1454eab7a0aSMichael WalleF: hw/*/milkymist-* 1464eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h 1474eab7a0aSMichael WalleF: include/hw/lm32/ 148c0bd0b50SPaolo BonziniF: tests/tcg/lm32/ 14907bf23a7SMichael Walle 150fd5d5c56SAnthony LiguoriM68K 151595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 152595a926dSLaurent VivierS: Maintained 153fcf5ef2aSThomas HuthF: target/m68k/ 154e9a56114SThomas HuthF: disas/m68k.c 155fd5d5c56SAnthony Liguori 156abc07545SEdgar E. IglesiasMicroBlaze 157fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 158fd5d5c56SAnthony LiguoriS: Maintained 159fcf5ef2aSThomas HuthF: target/microblaze/ 1608d8b636dSPaolo BonziniF: hw/microblaze/ 161c17652eeSPaolo BonziniF: disas/microblaze.c 162fd5d5c56SAnthony Liguori 163fd5d5c56SAnthony LiguoriMIPS 164ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 16578851fa5SLeon AlraeM: Yongbok Kim <yongbok.kim@imgtec.com> 1666f640917SLeon AlraeS: Maintained 167fcf5ef2aSThomas HuthF: target/mips/ 1688d8b636dSPaolo BonziniF: hw/mips/ 1695995db88SThomas HuthF: hw/misc/mips_* 1705995db88SThomas HuthF: hw/intc/mips_gic.c 1715995db88SThomas HuthF: hw/timer/mips_gictimer.c 1725995db88SThomas HuthF: include/hw/mips/ 1735995db88SThomas HuthF: include/hw/misc/mips_* 1745995db88SThomas HuthF: include/hw/intc/mips_gic.h 1755995db88SThomas HuthF: include/hw/timer/mips_gictimer.h 176c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 177c17652eeSPaolo BonziniF: disas/mips.c 178fd5d5c56SAnthony Liguori 179d15a9c23SAnthony GreenMoxie 180d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com> 181d15a9c23SAnthony GreenS: Maintained 182fcf5ef2aSThomas HuthF: target/moxie/ 183c17652eeSPaolo BonziniF: disas/moxie.c 184a3ccdfb5SThomas HuthF: hw/moxie/ 185a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak 186d15a9c23SAnthony Green 187e671711cSMarek VasutNiosII 188e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com> 189e671711cSMarek VasutM: Marek Vasut <marex@denx.de> 190e671711cSMarek VasutS: Maintained 191e671711cSMarek VasutF: target/nios2/ 192e671711cSMarek VasutF: hw/nios2/ 193e671711cSMarek VasutF: disas/nios2.c 194e671711cSMarek Vasut 195945dad6dSJia LiuOpenRISC 1961d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com> 1971d7cf18dSStafford HorneS: Odd Fixes 198fcf5ef2aSThomas HuthF: target/openrisc/ 199945dad6dSJia LiuF: hw/openrisc/ 200c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 201945dad6dSJia Liu 202fd5d5c56SAnthony LiguoriPowerPC 203b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 204fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 205a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 206fd5d5c56SAnthony LiguoriS: Maintained 207fcf5ef2aSThomas HuthF: target/ppc/ 2088d8b636dSPaolo BonziniF: hw/ppc/ 209b5d55020SThomas HuthF: include/hw/ppc/ 210c17652eeSPaolo BonziniF: disas/ppc.c 211fd5d5c56SAnthony Liguori 212749717a0SAlexander GrafS390 2132b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net> 214fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 215fd5d5c56SAnthony LiguoriS: Maintained 216fcf5ef2aSThomas HuthF: target/s390x/ 2178d8b636dSPaolo BonziniF: hw/s390x/ 218c17652eeSPaolo BonziniF: disas/s390.c 219b6f97c14Sbellard 220fd5d5c56SAnthony LiguoriSH4 221ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 2222c9b7d1aSAndreas FärberS: Odd Fixes 223fcf5ef2aSThomas HuthF: target/sh4/ 2248d8b636dSPaolo BonziniF: hw/sh4/ 225c17652eeSPaolo BonziniF: disas/sh4.c 2268a90f900SThomas HuthF: include/hw/sh4/ 227fd5d5c56SAnthony Liguori 228fd5d5c56SAnthony LiguoriSPARC 229f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2302c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 231fd5d5c56SAnthony LiguoriS: Maintained 232fcf5ef2aSThomas HuthF: target/sparc/ 2338d8b636dSPaolo BonziniF: hw/sparc/ 2348d8b636dSPaolo BonziniF: hw/sparc64/ 235c17652eeSPaolo BonziniF: disas/sparc.c 236fd5d5c56SAnthony Liguori 237a6ea7b4cSAndreas FärberUniCore32 238a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 239a6ea7b4cSAndreas FärberS: Maintained 240fcf5ef2aSThomas HuthF: target/unicore32/ 2418d8b636dSPaolo BonziniF: hw/unicore32/ 24247b98d59SThomas HuthF: include/hw/unicore32/ 243a6ea7b4cSAndreas Färber 244fd5d5c56SAnthony LiguoriX86 245d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 246d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net> 247e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 248b203a4baSEduardo HabkostS: Maintained 249fcf5ef2aSThomas HuthF: target/i386/ 2508d8b636dSPaolo BonziniF: hw/i386/ 251c17652eeSPaolo BonziniF: disas/i386.c 252e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next 253fd5d5c56SAnthony Liguori 25416e7caaeSMax FilippovXtensa 25516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 256375847a6SMax FilippovW: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 25716e7caaeSMax FilippovS: Maintained 258fcf5ef2aSThomas HuthF: target/xtensa/ 2598d8b636dSPaolo BonziniF: hw/xtensa/ 260c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 26116e7caaeSMax Filippov 26248e06fe0SBastian KoppelmannTriCore 26348e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 26448e06fe0SBastian KoppelmannS: Maintained 265fcf5ef2aSThomas HuthF: target/tricore/ 26648e06fe0SBastian KoppelmannF: hw/tricore/ 267d46d14e6SThomas HuthF: include/hw/tricore/ 26848e06fe0SBastian Koppelmann 269fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 270fd5d5c56SAnthony Liguori---------------------- 271fd5d5c56SAnthony Liguori 272fd5d5c56SAnthony LiguoriOverall 273c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 274fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 275fd5d5c56SAnthony LiguoriS: Supported 276fd5d5c56SAnthony LiguoriF: */kvm.* 2771962cb20SPhilippe Mathieu-DaudéF: accel/kvm/ 278a95e9a48SThomas HuthF: include/sysemu/kvm*.h 279fd5d5c56SAnthony Liguori 280ed4659d1SPeter MaydellARM 281ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 282b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 283ed4659d1SPeter MaydellS: Maintained 284fcf5ef2aSThomas HuthF: target/arm/kvm.c 285ed4659d1SPeter Maydell 286a31896c4SJames HoganMIPS 287a31896c4SJames HoganM: James Hogan <james.hogan@imgtec.com> 288a31896c4SJames HoganS: Maintained 289fcf5ef2aSThomas HuthF: target/mips/kvm.c 290a31896c4SJames Hogan 291fd5d5c56SAnthony LiguoriPPC 292fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 293fd5d5c56SAnthony LiguoriS: Maintained 294fcf5ef2aSThomas HuthF: target/ppc/kvm.c 295fd5d5c56SAnthony Liguori 296fd5d5c56SAnthony LiguoriS390 297b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 298c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 299fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 300fd5d5c56SAnthony LiguoriS: Maintained 301fcf5ef2aSThomas HuthF: target/s390x/kvm.c 302fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch] 303fcf5ef2aSThomas HuthF: target/s390x/machine.c 3044277af19SCornelia HuckF: hw/intc/s390_flic.c 3054277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c 3064277af19SCornelia HuckF: include/hw/s390x/s390_flic.h 307c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 3083e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 3093e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 310fd5d5c56SAnthony Liguori 311fd5d5c56SAnthony LiguoriX86 312d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 313fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 314fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 315fd5d5c56SAnthony LiguoriS: Supported 316fcf5ef2aSThomas HuthF: target/i386/kvm.c 317fd5d5c56SAnthony Liguori 3188a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 3198a6b0cd7SStefano Stabellini---------------------- 3208a6b0cd7SStefano Stabellini 3218a6b0cd7SStefano StabelliniX86 3223623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 3233623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 3246d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org 3258a6b0cd7SStefano StabelliniS: Supported 3268a6b0cd7SStefano StabelliniF: */xen* 327d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c 328c92451c2SPaolo BonziniF: hw/char/xen_console.c 329c92451c2SPaolo BonziniF: hw/display/xenfb.c 330c92451c2SPaolo BonziniF: hw/net/xen_nic.c 3319027ac50SStefano StabelliniF: hw/block/xen_* 332c92451c2SPaolo BonziniF: hw/xen/ 333c92451c2SPaolo BonziniF: hw/xenpv/ 3349027ac50SStefano StabelliniF: hw/i386/xen/ 335c92451c2SPaolo BonziniF: include/hw/xen/ 3369027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 3378a6b0cd7SStefano Stabellini 3381bdd6874SStefan WeilHosts: 3391bdd6874SStefan Weil------ 3401bdd6874SStefan Weil 3411bdd6874SStefan WeilLINUX 3421bdd6874SStefan WeilL: qemu-devel@nongnu.org 3431bdd6874SStefan WeilS: Maintained 3441bdd6874SStefan WeilF: linux-* 3451bdd6874SStefan WeilF: linux-headers/ 3461bdd6874SStefan Weil 3471bdd6874SStefan WeilPOSIX 3481bdd6874SStefan WeilL: qemu-devel@nongnu.org 3491bdd6874SStefan WeilS: Maintained 3501bdd6874SStefan WeilF: *posix* 3511bdd6874SStefan Weil 3523c2bdbc1SKamil RytarowskiNETBSD 3533c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org 3543c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org> 3553c2bdbc1SKamil RytarowskiS: Maintained 3561b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD 3573c2bdbc1SKamil Rytarowski 3581bdd6874SStefan WeilW32, W64 3591bdd6874SStefan WeilL: qemu-devel@nongnu.org 3601bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 3611bdd6874SStefan WeilS: Maintained 3621bdd6874SStefan WeilF: *win32* 36303972660SThomas HuthF: */*win32* 36403972660SThomas HuthF: include/*/*win32* 36503972660SThomas HuthX: qga/*win32* 366885bdc95SStefan WeilF: qemu.nsi 3671bdd6874SStefan Weil 368fd5d5c56SAnthony LiguoriARM Machines 369fd5d5c56SAnthony Liguori------------ 37084291fe7SliguangAllwinner-a10 37185b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 372b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 37384291fe7SliguangS: Maintained 37485b4d5daSBeniamino GalvaniF: hw/*/allwinner* 37585b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 37684291fe7SliguangF: hw/arm/cubieboard.c 37784291fe7Sliguang 378e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices 37906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 380b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 38106271000SPaolo BonziniS: Maintained 38206271000SPaolo BonziniF: hw/char/pl011.c 383c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h 38406271000SPaolo BonziniF: hw/display/pl110* 38506271000SPaolo BonziniF: hw/dma/pl080.c 38606271000SPaolo BonziniF: hw/dma/pl330.c 38706271000SPaolo BonziniF: hw/gpio/pl061.c 38806271000SPaolo BonziniF: hw/input/pl050.c 38906271000SPaolo BonziniF: hw/intc/pl190.c 39006271000SPaolo BonziniF: hw/sd/pl181.c 39106271000SPaolo BonziniF: hw/timer/pl031.c 39206271000SPaolo BonziniF: include/hw/arm/primecell.h 393e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c 394e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h 395e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c 396e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h 39706271000SPaolo Bonzini 39806271000SPaolo BonziniARM cores 39906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 400b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 40106271000SPaolo BonziniS: Maintained 40206271000SPaolo BonziniF: hw/intc/arm* 40306271000SPaolo BonziniF: hw/intc/gic_internal.h 40406271000SPaolo BonziniF: hw/misc/a9scu.c 40506271000SPaolo BonziniF: hw/misc/arm11scu.c 40606271000SPaolo BonziniF: hw/timer/a9gtimer* 407c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm* 408c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h 40906271000SPaolo BonziniF: include/hw/intc/arm* 41006271000SPaolo BonziniF: include/hw/misc/a9scu.h 41106271000SPaolo BonziniF: include/hw/misc/arm11scu.h 41206271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 41306271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 414c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h 415c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c 41606271000SPaolo Bonzini 417fc63dcffSEvgeny VoevodinExynos 418f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 419b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 420fc63dcffSEvgeny VoevodinS: Maintained 4218d8b636dSPaolo BonziniF: hw/*/exynos* 422ed0db866SThomas HuthF: include/hw/arm/exynos4210.h 423fc63dcffSEvgeny Voevodin 424766fd09fSMark LangsdorfCalxeda Highbank 4259ef137caSRob HerringM: Rob Herring <robh@kernel.org> 426b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4279ef137caSRob HerringS: Maintained 4288d8b636dSPaolo BonziniF: hw/arm/highbank.c 4298d8b636dSPaolo BonziniF: hw/net/xgmac.c 430766fd09fSMark Langsdorf 4319082f121SAntony PavlovCanon DIGIC 4329082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 433b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4349082f121SAntony PavlovS: Maintained 4359082f121SAntony PavlovF: include/hw/arm/digic.h 4369082f121SAntony PavlovF: hw/*/digic* 4379082f121SAntony Pavlov 438fd5d5c56SAnthony LiguoriGumstix 4395dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 440b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 441fd5d5c56SAnthony LiguoriS: Orphan 4428d8b636dSPaolo BonziniF: hw/arm/gumstix.c 443fd5d5c56SAnthony Liguori 4440325559dSPeter Chubbi.MX31 4450325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au> 446b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4470325559dSPeter ChubbS: Odd fixes 4488d8b636dSPaolo BonziniF: hw/*/imx* 449f7e242d6SThomas HuthF: include/hw/*/imx* 4508d8b636dSPaolo BonziniF: hw/arm/kzm.c 451ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h 4520325559dSPeter Chubb 453fd5d5c56SAnthony LiguoriIntegrator CP 4541ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 455b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 456fd5d5c56SAnthony LiguoriS: Maintained 4578d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 458f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c 459fd5d5c56SAnthony Liguori 460e5a6a6e6SPeter MaydellMPS2 461e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 462e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org 463e5a6a6e6SPeter MaydellS: Maintained 464e5a6a6e6SPeter MaydellF: hw/arm/mps2.c 465e5a6a6e6SPeter MaydellF: hw/misc/mps2-scc.c 466e5a6a6e6SPeter MaydellF: include/hw/misc/mps2-scc.h 467e5a6a6e6SPeter Maydell 468fd5d5c56SAnthony LiguoriMusicpal 469fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 470b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 471fd5d5c56SAnthony LiguoriS: Maintained 4728d8b636dSPaolo BonziniF: hw/arm/musicpal.c 473fd5d5c56SAnthony Liguori 474fd5d5c56SAnthony LiguorinSeries 475fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 476b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 477fd5d5c56SAnthony LiguoriS: Maintained 4788d8b636dSPaolo BonziniF: hw/arm/nseries.c 479fd5d5c56SAnthony Liguori 480fd5d5c56SAnthony LiguoriPalm 481fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 482b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 483fd5d5c56SAnthony LiguoriS: Maintained 4848d8b636dSPaolo BonziniF: hw/arm/palm.c 485fd5d5c56SAnthony Liguori 486fd5d5c56SAnthony LiguoriReal View 4871ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 488b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 489fd5d5c56SAnthony LiguoriS: Maintained 4908d8b636dSPaolo BonziniF: hw/arm/realview* 491f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c 4925ea53049SPaolo BonziniF: hw/intc/realview_gic.c 4935ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 494fd5d5c56SAnthony Liguori 4959b31bff0SPaolo BonziniPXA2XX 496fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 497b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 498fd5d5c56SAnthony LiguoriS: Maintained 4999b31bff0SPaolo BonziniF: hw/arm/mainstone.c 5008d8b636dSPaolo BonziniF: hw/arm/spitz.c 5019b31bff0SPaolo BonziniF: hw/arm/tosa.c 5029b31bff0SPaolo BonziniF: hw/arm/z2.c 5039b31bff0SPaolo BonziniF: hw/*/pxa2xx* 504f7e242d6SThomas HuthF: hw/misc/mst_fpga.c 505ed0db866SThomas HuthF: include/hw/arm/pxa.h 506fd5d5c56SAnthony Liguori 507fd5d5c56SAnthony LiguoriStellaris 5081ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 509b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 510fd5d5c56SAnthony LiguoriS: Maintained 5118d8b636dSPaolo BonziniF: hw/*/stellaris* 512fd5d5c56SAnthony Liguori 513fd5d5c56SAnthony LiguoriVersatile PB 5141ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 515b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 516fd5d5c56SAnthony LiguoriS: Maintained 5178d8b636dSPaolo BonziniF: hw/*/versatile* 518c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c 519fd5d5c56SAnthony Liguori 520e3260506SPeter A. G. CrosthwaiteXilinx Zynq 521cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 5224b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 523b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 524e3260506SPeter A. G. CrosthwaiteS: Maintained 525cc0100f4SAlistair FrancisF: hw/*/xilinx_* 5268d8b636dSPaolo BonziniF: hw/*/cadence_* 527f7e242d6SThomas HuthF: hw/misc/zynq* 528f7e242d6SThomas HuthF: include/hw/misc/zynq* 529cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 530e3260506SPeter A. G. Crosthwaite 531137805f5SAlistair FrancisXilinx ZynqMP 532137805f5SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 533cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 534b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 535137805f5SAlistair FrancisS: Maintained 536cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 537f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 538137805f5SAlistair Francis 5398f4d260eSShannon ZhaoARM ACPI Subsystem 5408f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com> 5418f4d260eSShannon ZhaoM: Shannon Zhao <shannon.zhao@linaro.org> 542b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 5438f4d260eSShannon ZhaoS: Maintained 5448f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 5458f4d260eSShannon Zhao 546a1f8193bSAlistair FrancisSTM32F205 547a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 548a1f8193bSAlistair FrancisS: Maintained 549a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 550a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 551a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 552a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 553a1f8193bSAlistair FrancisF: hw/adc/* 554a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 555*0e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h 556a1f8193bSAlistair Francis 557a1f8193bSAlistair FrancisNetduino 2 558a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 559a1f8193bSAlistair FrancisS: Maintained 560a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 561a1f8193bSAlistair Francis 562fd5d5c56SAnthony LiguoriCRIS Machines 563fd5d5c56SAnthony Liguori------------- 564fd5d5c56SAnthony LiguoriAxis Dev88 565fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 566fd5d5c56SAnthony LiguoriS: Maintained 5678d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 5686e481d57SPeter MaydellF: hw/*/etraxfs_*.c 569fd5d5c56SAnthony Liguori 57007bf23a7SMichael WalleLM32 Machines 57107bf23a7SMichael Walle------------- 57207bf23a7SMichael WalleEVR32 and uclinux BSP 57307bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 57407bf23a7SMichael WalleS: Maintained 5758d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c 57607bf23a7SMichael Walle 577d118aa6bSMichael Wallemilkymist 578d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 579d118aa6bSMichael WalleS: Maintained 5808d8b636dSPaolo BonziniF: hw/lm32/milkymist.c 581d118aa6bSMichael Walle 582afcacd53SAurelien JarnoM68K Machines 583fd5d5c56SAnthony Liguori------------- 584fd5d5c56SAnthony Liguorian5206 5855baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 5865baf2741SThomas HuthS: Odd Fixes 5878d8b636dSPaolo BonziniF: hw/m68k/an5206.c 588e9a56114SThomas HuthF: hw/m68k/mcf5206.c 589fd5d5c56SAnthony Liguori 590fd5d5c56SAnthony Liguorimcf5208 5915baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 5925baf2741SThomas HuthS: Odd Fixes 5938d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 594e9a56114SThomas HuthF: hw/m68k/mcf_intc.c 595e9a56114SThomas HuthF: hw/char/mcf_uart.c 596e9a56114SThomas HuthF: hw/net/mcf_fec.c 5975baf2741SThomas HuthF: include/hw/m68k/mcf*.h 598fd5d5c56SAnthony Liguori 599fd5d5c56SAnthony LiguoriMicroBlaze Machines 600b6f97c14Sbellard------------------- 601fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 602fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 603fd5d5c56SAnthony LiguoriS: Maintained 6046e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 605b6f97c14Sbellard 606d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 6074b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 608d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 6098d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 610d36e8ce7SPeter A. G. Crosthwaite 611fd5d5c56SAnthony LiguoriMIPS Machines 612fd5d5c56SAnthony Liguori------------- 613fd5d5c56SAnthony LiguoriJazz 614fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 615fd5d5c56SAnthony LiguoriS: Maintained 6168d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c 617fd5d5c56SAnthony Liguori 618fd5d5c56SAnthony LiguoriMalta 619fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 620fd5d5c56SAnthony LiguoriS: Maintained 6218d8b636dSPaolo BonziniF: hw/mips/mips_malta.c 622fd5d5c56SAnthony Liguori 623fd5d5c56SAnthony LiguoriMipssim 624659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com> 625659f42d8SYongbok KimS: Odd Fixes 6268d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c 627659f42d8SYongbok KimF: hw/net/mipsnet.c 628fd5d5c56SAnthony Liguori 629fd5d5c56SAnthony LiguoriR4000 630fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 631fd5d5c56SAnthony LiguoriS: Maintained 6328d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c 633fd5d5c56SAnthony Liguori 634659f42d8SYongbok KimFulong 2E 635659f42d8SYongbok KimM: Yongbok Kim <yongbok.kim@imgtec.com> 636659f42d8SYongbok KimS: Odd Fixes 637659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c 638659f42d8SYongbok Kim 639659f42d8SYongbok KimBoston 640659f42d8SYongbok KimM: Paul Burton <paul.burton@imgtec.com> 641659f42d8SYongbok KimS: Maintained 642659f42d8SYongbok KimF: hw/core/loader-fit.c 643659f42d8SYongbok KimF: hw/mips/boston.c 644659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c 645659f42d8SYongbok Kim 646945dad6dSJia LiuOpenRISC Machines 647945dad6dSJia Liu----------------- 648945dad6dSJia Liuor1k-sim 649945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 650945dad6dSJia LiuS: Maintained 651945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 652945dad6dSJia Liu 653fd5d5c56SAnthony LiguoriPowerPC Machines 654fd5d5c56SAnthony Liguori---------------- 655fd5d5c56SAnthony Liguori405 656fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 657a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 6589b9fe135SAndreas FärberS: Odd Fixes 6598d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 660fd5d5c56SAnthony Liguori 661aaade8d7SAndreas FärberBamboo 662aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 663aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 664aaade8d7SAndreas FärberS: Odd Fixes 6658d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 666aaade8d7SAndreas Färber 66798cded3aSAndreas Färbere500 66898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 66998cded3aSAndreas FärberL: qemu-ppc@nongnu.org 67098cded3aSAndreas FärberS: Supported 67198cded3aSAndreas FärberF: hw/ppc/e500.[hc] 67298cded3aSAndreas FärberF: hw/ppc/e500plat.c 673b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 674b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 675b5d55020SThomas HuthF: pc-bios/u-boot.e500 67698cded3aSAndreas Färber 67798cded3aSAndreas Färbermpc8544ds 67898cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 67998cded3aSAndreas FärberL: qemu-ppc@nongnu.org 68098cded3aSAndreas FärberS: Supported 68198cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 6828d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 68398cded3aSAndreas Färber 684fd5d5c56SAnthony LiguoriNew World 685fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 686a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 687fd5d5c56SAnthony LiguoriS: Maintained 688baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 6896e481d57SPeter MaydellF: hw/pci-host/uninorth.c 6906e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 6918d8b636dSPaolo BonziniF: hw/misc/macio/ 692b5d55020SThomas HuthF: include/hw/ppc/mac_dbdma.h 693b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 694fd5d5c56SAnthony Liguori 695fd5d5c56SAnthony LiguoriOld World 696fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 697a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 698fd5d5c56SAnthony LiguoriS: Maintained 699baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 7006e481d57SPeter MaydellF: hw/pci-host/grackle.c 7018d8b636dSPaolo BonziniF: hw/misc/macio/ 702835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 703fd5d5c56SAnthony Liguori 704ec38d398SAndreas FärberPReP 7058178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org> 7069f38774dSAndreas FärberL: qemu-devel@nongnu.org 707a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 7088178e89cSHervé PoussineauS: Maintained 70975610155SAndreas FärberF: hw/ppc/prep.c 7108178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c 7118178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c 7126e481d57SPeter MaydellF: hw/pci-host/prep.[hc] 7138d8b636dSPaolo BonziniF: hw/isa/pc87312.[hc] 714835c42d3SThomas HuthF: pc-bios/ppc_rom.bin 715fd5d5c56SAnthony Liguori 716300b115cSAndreas FärbersPAPR 717085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 7188a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de> 7198a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 7208a269ca4SAndreas FärberS: Supported 7218d8b636dSPaolo BonziniF: hw/*/spapr* 722f9de2da7SDavid GibsonF: include/hw/*/spapr* 723f9de2da7SDavid GibsonF: hw/*/xics* 724f9de2da7SDavid GibsonF: include/hw/*/xics* 725f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/* 726b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin 727b5d55020SThomas HuthF: pc-bios/slof.bin 728bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid 729b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt 730b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt 731a70ab357SGreg KurzF: tests/spapr* 732a70ab357SGreg KurzF: tests/libqos/*spapr* 733a70ab357SGreg KurzF: tests/rtas* 734a70ab357SGreg KurzF: tests/libqos/rtas* 7358a269ca4SAndreas Färber 736794d00bfSAndreas Färbervirtex_ml507 737794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 738794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 739794d00bfSAndreas FärberS: Odd Fixes 7406e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 741794d00bfSAndreas Färber 742fd5d5c56SAnthony LiguoriSH4 Machines 743fd5d5c56SAnthony Liguori------------ 744fd5d5c56SAnthony LiguoriR2D 745fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 746fd5d5c56SAnthony LiguoriS: Maintained 7476e481d57SPeter MaydellF: hw/sh4/r2d.c 74881527b94SThomas HuthF: hw/intc/sh_intc.c 74981527b94SThomas HuthF: hw/timer/sh_timer.c 750fd5d5c56SAnthony Liguori 751fd5d5c56SAnthony LiguoriShix 752fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 75381527b94SThomas HuthS: Odd Fixes 7546e481d57SPeter MaydellF: hw/sh4/shix.c 755fd5d5c56SAnthony Liguori 756fd5d5c56SAnthony LiguoriSPARC Machines 757fd5d5c56SAnthony Liguori-------------- 758fd5d5c56SAnthony LiguoriSun4m 759f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 760fd5d5c56SAnthony LiguoriS: Maintained 7618d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 762c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c 763c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c 7647098b79eSThomas HuthF: hw/misc/eccmemctl.c 7657098b79eSThomas HuthF: hw/misc/slavio_misc.c 766c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h 767c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h 768c10a1c78SThomas HuthF: pc-bios/openbios-sparc32 769fd5d5c56SAnthony Liguori 770fd5d5c56SAnthony LiguoriSun4u 771f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 772fd5d5c56SAnthony LiguoriS: Maintained 7738d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 774c10a1c78SThomas HuthF: pc-bios/openbios-sparc64 775fd5d5c56SAnthony Liguori 776a2664ca0SArtyom TarasenkoSun4v 777a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com> 778a2664ca0SArtyom TarasenkoS: Maintained 779a2664ca0SArtyom TarasenkoF: hw/sparc64/sun4v.c 780a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c 781a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h 782a2664ca0SArtyom Tarasenko 783ce6c760cSFabien ChouteauLeon3 784ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 785ce6c760cSFabien ChouteauS: Maintained 7868d8b636dSPaolo BonziniF: hw/sparc/leon3.c 7878d8b636dSPaolo BonziniF: hw/*/grlib* 788c10a1c78SThomas HuthF: include/hw/sparc/grlib.h 789ce6c760cSFabien Chouteau 790fd5d5c56SAnthony LiguoriS390 Machines 791fd5d5c56SAnthony Liguori------------- 792dd4ad64aSCornelia HuckS390 Virtio-ccw 793c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 794b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 795dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de> 796dd4ad64aSCornelia HuckS: Supported 7970c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc] 7989d1c4449SChristian BorntraegerF: hw/char/terminal3270.c 799c5bfb202SCornelia HuckF: hw/s390x/ 8004277af19SCornelia HuckF: include/hw/s390x/ 8014277af19SCornelia HuckF: pc-bios/s390-ccw/ 802c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c 8031e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h 8041e4738b2SSascha SilbeF: pc-bios/s390-ccw.img 8051e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak 8063e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 8073e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 808dd4ad64aSCornelia Huck 809ab9528caSGuan XuetaoUniCore32 Machines 810ab9528caSGuan Xuetao------------- 811ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox 812ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn> 813ab9528caSGuan XuetaoS: Maintained 8148d8b636dSPaolo BonziniF: hw/*/puv3* 815ab9528caSGuan XuetaoF: hw/unicore32/ 816ab9528caSGuan Xuetao 817fd5d5c56SAnthony LiguoriX86 Machines 818fd5d5c56SAnthony Liguori------------ 819fd5d5c56SAnthony LiguoriPC 820046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 821fd5d5c56SAnthony LiguoriS: Supported 822046a6486SMichael S. TsirkinF: include/hw/i386/ 823046a6486SMichael S. TsirkinF: hw/i386/ 824046a6486SMichael S. TsirkinF: hw/pci-host/piix.c 825046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 826046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 827046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 828046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 829046a6486SMichael S. TsirkinF: hw/isa/piix4.c 830046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 831046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 832046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 833046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 834046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 835f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h 8369cc3b73cSPaolo BonziniF: hw/misc/sga.c 8379cc3b73cSPaolo Bonzini 8389cc3b73cSPaolo BonziniPC Chipset 8399cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 8409cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 8419cc3b73cSPaolo BonziniS: Support 8429cc3b73cSPaolo BonziniF: hw/char/debugcon.c 8439cc3b73cSPaolo BonziniF: hw/char/parallel.c 8449cc3b73cSPaolo BonziniF: hw/char/serial* 8459cc3b73cSPaolo BonziniF: hw/dma/i8257* 8469cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 8479cc3b73cSPaolo BonziniF: hw/intc/apic* 8489cc3b73cSPaolo BonziniF: hw/intc/ioapic* 8499cc3b73cSPaolo BonziniF: hw/intc/i8259* 8509cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 8519cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 8529cc3b73cSPaolo BonziniF: hw/timer/hpet* 8539cc3b73cSPaolo BonziniF: hw/timer/i8254* 8549cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc* 855a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 856a2feb348SThomas HuthF: include/hw/timer/hpet.h 857a2feb348SThomas HuthF: include/hw/timer/i8254* 858a2feb348SThomas HuthF: include/hw/timer/mc146818rtc* 859046a6486SMichael S. Tsirkin 8605da4fb00SMichael S. TsirkinMachine core 8615da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com> 8625da4fb00SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com> 8635da4fb00SMichael S. TsirkinS: Supported 8645da4fb00SMichael S. TsirkinF: hw/core/machine.c 865c1629c5cSThomas HuthF: hw/core/null-machine.c 8665da4fb00SMichael S. TsirkinF: include/hw/boards.h 867e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next 868fd5d5c56SAnthony Liguori 86916e7caaeSMax FilippovXtensa Machines 87016e7caaeSMax Filippov--------------- 871375847a6SMax Filippovsim 87216e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 87316e7caaeSMax FilippovS: Maintained 874437a8c11SMax FilippovF: hw/xtensa/sim.c 875375847a6SMax Filippov 876437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 877375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 878375847a6SMax FilippovS: Maintained 879437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 880437a8c11SMax FilippovF: hw/net/opencores_eth.c 88116e7caaeSMax Filippov 882fd5d5c56SAnthony LiguoriDevices 883fd5d5c56SAnthony Liguori------- 884b30934cbSJiri SlabyEDU 885b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 886b30934cbSJiri SlabyS: Maintained 887b30934cbSJiri SlabyF: hw/misc/edu.c 888b30934cbSJiri Slaby 889fd5d5c56SAnthony LiguoriIDE 890c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 891c095348bSJohn SnowL: qemu-block@nongnu.org 892c095348bSJohn SnowS: Supported 8938d8b636dSPaolo BonziniF: include/hw/ide.h 894c9f7acd5SThomas HuthF: include/hw/ide/ 895fd5d5c56SAnthony LiguoriF: hw/ide/ 896c095348bSJohn SnowF: hw/block/block.c 897c095348bSJohn SnowF: hw/block/cdrom.c 898c095348bSJohn SnowF: hw/block/hd-geometry.c 899c095348bSJohn SnowF: tests/ide-test.c 900c095348bSJohn SnowF: tests/ahci-test.c 901aee50319SJohn SnowF: tests/libqos/ahci* 902c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 903c095348bSJohn Snow 904c095348bSJohn SnowFloppy 905c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 906c095348bSJohn SnowL: qemu-block@nongnu.org 907c095348bSJohn SnowS: Supported 908c095348bSJohn SnowF: hw/block/fdc.c 909c095348bSJohn SnowF: include/hw/block/fdc.h 910aee50319SJohn SnowF: tests/fdc-test.c 911c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 912fd5d5c56SAnthony Liguori 913f5f487b2SPeter MaydellOMAP 914f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 915f5f487b2SPeter MaydellS: Maintained 9168d8b636dSPaolo BonziniF: hw/*/omap* 917ed0db866SThomas HuthF: include/hw/arm/omap.h 918f5f487b2SPeter Maydell 91928d54e58SPaolo BonziniIPack 92028d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 92128d54e58SPaolo BonziniS: Odd Fixes 92228d54e58SPaolo BonziniF: hw/char/ipoctal232.c 92328d54e58SPaolo BonziniF: hw/ipack/ 92428d54e58SPaolo Bonzini 925fd5d5c56SAnthony LiguoriPCI 926fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 927874a2358SMichael S. TsirkinM: Marcel Apfelbaum <marcel@redhat.com> 928fd5d5c56SAnthony LiguoriS: Supported 9298d8b636dSPaolo BonziniF: include/hw/pci/* 930f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 931ca818cfbSMichael S. TsirkinF: hw/pci/* 932f178bc6bSPaolo BonziniF: hw/pci-bridge/* 9330e0b3592SMichael S. Tsirkin 934d31e5ae7SMichael S. TsirkinACPI/SMBIOS 9350e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 9360e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 9370e0b3592SMichael S. TsirkinS: Supported 9380e0b3592SMichael S. TsirkinF: include/hw/acpi/* 939d31e5ae7SMichael S. TsirkinF: include/hw/smbios/* 9400e0b3592SMichael S. TsirkinF: hw/mem/* 9418d8b636dSPaolo BonziniF: hw/acpi/* 942d31e5ae7SMichael S. TsirkinF: hw/smbios/* 9430e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 9440e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 9453248f1b4SBen WarrenF: tests/bios-tables-test.c 9463248f1b4SBen WarrenF: tests/acpi-utils.[hc] 947fd5d5c56SAnthony Liguori 948aaade8d7SAndreas Färberppc4xx 949aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 950aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 951aaade8d7SAndreas FärberS: Odd Fixes 9528d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 953b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 954aaade8d7SAndreas Färber 95598cded3aSAndreas Färberppce500 95698cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 95798cded3aSAndreas FärberL: qemu-ppc@nongnu.org 95898cded3aSAndreas FärberS: Supported 9596e481d57SPeter MaydellF: hw/ppc/e500* 960566dd236SPaolo BonziniF: hw/pci-host/ppce500.c 961566dd236SPaolo BonziniF: hw/net/fsl_etsec/ 96298cded3aSAndreas Färber 96361af0ee6SPaolo BonziniCharacter devices 96461af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 96561af0ee6SPaolo BonziniS: Odd Fixes 96661af0ee6SPaolo BonziniF: hw/char/ 96761af0ee6SPaolo Bonzini 968f536f112SPaolo BonziniNetwork devices 969f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 970f536f112SPaolo BonziniS: Odd Fixes 971f536f112SPaolo BonziniF: hw/net/ 9726bd7776cSGreg KurzF: tests/virtio-net-test.c 973f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net 974f536f112SPaolo Bonzini 975fd5d5c56SAnthony LiguoriSCSI 976de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 977de7724f7SPaolo BonziniS: Supported 97874460f34SThomas HuthF: include/hw/scsi/* 97928751358SFam ZhengF: include/scsi/* 9808d8b636dSPaolo BonziniF: hw/scsi/* 98128751358SFam ZhengF: util/scsi* 9826bd7776cSGreg KurzF: tests/virtio-scsi-test.c 9831ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next 984de7724f7SPaolo Bonzini 985de7724f7SPaolo BonziniLSI53C895A 9860e19885eSAnthony LiguoriS: Orphan 9878d8b636dSPaolo BonziniF: hw/scsi/lsi53c895a.c 988fd5d5c56SAnthony Liguori 989fcb5629dSPeter A. G. CrosthwaiteSSI 9904b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 991fcb5629dSPeter A. G. CrosthwaiteS: Maintained 9928d8b636dSPaolo BonziniF: hw/ssi/* 9938d8b636dSPaolo BonziniF: hw/block/m25p80.c 9944b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 9954b46ba61SAlistair Francis 9964b46ba61SAlistair FrancisXilinx SPI 9974b46ba61SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 9984b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 9994b46ba61SAlistair FrancisS: Maintained 10004b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 1001fcb5629dSPeter A. G. Crosthwaite 1002fd5d5c56SAnthony LiguoriUSB 10035d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 10045d0d62feSGerd HoffmannS: Maintained 10058d8b636dSPaolo BonziniF: hw/usb/* 100628edfce0SGongleiF: tests/usb-*-test.c 1007beded0ffSThomas HuthF: docs/usb2.txt 1008beded0ffSThomas HuthF: docs/usb-storage.txt 1009beded0ffSThomas HuthF: include/hw/usb.h 1010beded0ffSThomas HuthF: include/hw/usb/ 1011104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak 1012fd5d5c56SAnthony Liguori 1013e26082fdSPaolo BonziniUSB (serial adapter) 1014e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com> 1015e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1016e26082fdSPaolo BonziniS: Maintained 1017e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 1018e26082fdSPaolo Bonzini 101992e1fb5eSAlex WilliamsonVFIO 102092e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 102192e1fb5eSAlex WilliamsonS: Supported 1022cf7087dbSKim PhillipsF: hw/vfio/* 102399b88c6dSThomas HuthF: include/hw/vfio/ 102492e1fb5eSAlex Williamson 10255eb74557SDong Jia Shivfio-ccw 1026c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 10275eb74557SDong Jia ShiS: Supported 10285eb74557SDong Jia ShiF: hw/vfio/ccw.c 10295eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c 10305eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h 10315eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next 10325eb74557SDong Jia Shi 1033fd5d5c56SAnthony Liguorivhost 1034fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1035fd5d5c56SAnthony LiguoriS: Supported 10368d8b636dSPaolo BonziniF: hw/*/*vhost* 1037fd5d5c56SAnthony Liguori 1038fd5d5c56SAnthony Liguorivirtio 1039a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1040fd5d5c56SAnthony LiguoriS: Supported 10418d8b636dSPaolo BonziniF: hw/*/virtio* 104272fa605dSThomas HuthF: hw/virtio/Makefile.objs 104372fa605dSThomas HuthF: hw/virtio/trace-events 10446a084ea3SMichael S. TsirkinF: net/vhost-user.c 1045494f7b57SThomas HuthF: include/hw/virtio/ 10466bd7776cSGreg KurzF: tests/virtio-balloon-test.c 1047fd5d5c56SAnthony Liguori 1048fd5d5c56SAnthony Liguorivirtio-9p 104923704102SAneesh Kumar K.VM: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 10508c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 1051fd5d5c56SAnthony LiguoriS: Supported 1052aebeca25SAndreas FärberF: hw/9pfs/ 1053aebeca25SAndreas FärberF: fsdev/ 10542d888c09SAndreas FärberF: tests/virtio-9p-test.c 10553f3309cbSAndreas FärberT: git git://github.com/kvaneesh/QEMU.git 10568c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next 1057fd5d5c56SAnthony Liguori 1058fd5d5c56SAnthony Liguorivirtio-blk 105954d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1060b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 1061fd5d5c56SAnthony LiguoriS: Supported 10628d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 1063b457a5f5SStefan HajnocziF: hw/block/dataplane/* 10646bd7776cSGreg KurzF: tests/virtio-blk-test.c 1065b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 1066fd5d5c56SAnthony Liguori 1067dd4ad64aSCornelia Huckvirtio-ccw 1068c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 1069b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 1070dd4ad64aSCornelia HuckS: Supported 1071dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc] 10723e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 10733e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 1074dd4ad64aSCornelia Huck 1075a5d4d7b5SGerd Hoffmannvirtio-input 1076a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1077a5d4d7b5SGerd HoffmannS: Maintained 1078a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 1079a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 1080a5d4d7b5SGerd Hoffmann 1081fd5d5c56SAnthony Liguorivirtio-serial 1082cee887d9SAmit ShahM: Amit Shah <amit@kernel.org> 1083fd5d5c56SAnthony LiguoriS: Supported 10848d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 10858d8b636dSPaolo BonziniF: hw/char/virtio-console.c 108668a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 10876bd7776cSGreg KurzF: tests/virtio-console-test.c 10886bd7776cSGreg KurzF: tests/virtio-serial-test.c 1089fd5d5c56SAnthony Liguori 10901f51a5cbSAmit Shahvirtio-rng 1091cee887d9SAmit ShahM: Amit Shah <amit@kernel.org> 10921f51a5cbSAmit ShahS: Supported 10931f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 10941f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 1095750cf869SThomas HuthF: include/sysemu/rng*.h 10961f51a5cbSAmit ShahF: backends/rng*.c 10976bd7776cSGreg KurzF: tests/virtio-rng-test.c 10981f51a5cbSAmit Shah 10996034011cSGongleivirtio-crypto 11006034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 11016034011cSGongleiS: Supported 11026034011cSGongleiF: hw/virtio/virtio-crypto.c 11036034011cSGongleiF: hw/virtio/virtio-crypto-pci.c 11046034011cSGongleiF: include/hw/virtio/virtio-crypto.h 11056034011cSGonglei 1106f3c507adSKeith Buschnvme 1107f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com> 1108c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1109f3c507adSKeith BuschS: Supported 1110f3c507adSKeith BuschF: hw/block/nvme* 1111fc967791SAndreas FärberF: tests/nvme-test.c 1112f3c507adSKeith Busch 1113d383c625SHannes Reineckemegasas 11143fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com> 1115c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1116d383c625SHannes ReineckeS: Supported 1117d383c625SHannes ReineckeF: hw/scsi/megasas.c 1118d383c625SHannes ReineckeF: hw/scsi/mfi.h 11193fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c 1120d383c625SHannes Reinecke 1121605d52e6SDmitry FleytmanNetwork packet abstractions 1122605d52e6SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1123605d52e6SDmitry FleytmanS: Maintained 1124605d52e6SDmitry FleytmanF: include/net/eth.h 1125605d52e6SDmitry FleytmanF: net/eth.c 1126605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 1127605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 1128605d52e6SDmitry Fleytman 1129622fb504SDmitry FleytmanVmware 1130622fb504SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1131622fb504SDmitry FleytmanS: Maintained 1132622fb504SDmitry FleytmanF: hw/net/vmxnet* 1133622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 1134622fb504SDmitry Fleytman 1135de24d3f1SScott FeldmanRocker 1136de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 1137de24d3f1SScott FeldmanS: Maintained 1138de24d3f1SScott FeldmanF: hw/net/rocker/ 1139de850948SThomas HuthF: tests/rocker/ 1140de850948SThomas HuthF: docs/specs/rocker.txt 1141de24d3f1SScott Feldman 114270d1fb9cSXiao GuangrongNVDIMM 11437a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 114470d1fb9cSXiao GuangrongS: Maintained 114570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c 114670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c 114770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h 114870d1fb9cSXiao Guangrong 1149093454e2SDmitry Fleytmane1000x 1150093454e2SDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 1151093454e2SDmitry FleytmanS: Maintained 1152093454e2SDmitry FleytmanF: hw/net/e1000x* 1153093454e2SDmitry Fleytman 11546f3fbe4eSDmitry Fleytmane1000e 11556f3fbe4eSDmitry FleytmanM: Dmitry Fleytman <dmitry@daynix.com> 11566f3fbe4eSDmitry FleytmanS: Maintained 11576f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 11586f3fbe4eSDmitry Fleytman 1159e481a1f6SAlistair FrancisGeneric Loader 1160e481a1f6SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 1161e481a1f6SAlistair FrancisS: Maintained 1162e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 1163e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 1164e481a1f6SAlistair Francis 116587a9023aSThomas HuthCHRP NVRAM 116687a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com> 116787a9023aSThomas HuthS: Maintained 116887a9023aSThomas HuthF: hw/nvram/chrp_nvram.c 116987a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h 117087a9023aSThomas HuthF: tests/prom-env-test.c 117187a9023aSThomas Huth 117242697d88SBen WarrenVM Generation ID 117342697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com> 117442697d88SBen WarrenS: Maintained 117542697d88SBen WarrenF: hw/acpi/vmgenid.c 117642697d88SBen WarrenF: include/hw/acpi/vmgenid.h 117742697d88SBen WarrenF: docs/specs/vmgenid.txt 117842697d88SBen WarrenF: tests/vmgenid-test.c 117942697d88SBen WarrenF: stubs/vmgenid.c 118042697d88SBen Warren 1181747969dbSPhilippe Mathieu-DaudéUnimplemented device 1182747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org> 1183747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org> 1184747969dbSPhilippe Mathieu-DaudéS: Maintained 1185747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h 1186747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c 1187747969dbSPhilippe Mathieu-Daudé 1188fd5d5c56SAnthony LiguoriSubsystems 1189fd5d5c56SAnthony Liguori---------- 1190fd5d5c56SAnthony LiguoriAudio 11919f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1192fd5d5c56SAnthony LiguoriS: Maintained 1193fd5d5c56SAnthony LiguoriF: audio/ 11948d8b636dSPaolo BonziniF: hw/audio/ 1195a2b245aeSThomas HuthF: include/hw/audio/ 1196d7b50c0cSAndreas FärberF: tests/ac97-test.c 11978fa74c94SAndreas FärberF: tests/es1370-test.c 1198fbaf445aSAndreas FärberF: tests/intel-hda-test.c 1199fd5d5c56SAnthony Liguori 120017f1e8f5SStefan HajnocziBlock layer core 1201fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 1202c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1203c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1204fd5d5c56SAnthony LiguoriS: Supported 1205fd5d5c56SAnthony LiguoriF: block* 1206fd5d5c56SAnthony LiguoriF: block/ 12078d8b636dSPaolo BonziniF: hw/block/ 12084c346e0bSKevin WolfF: include/block/ 120946078760SKevin WolfF: qemu-img* 121046078760SKevin WolfF: qemu-io* 121129242091SKevin WolfF: tests/qemu-iotests/ 12128dd30c86SMax ReitzF: util/qemu-progress.c 1213d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block 1214fd5d5c56SAnthony Liguori 1215d55053b1SStefan HajnocziBlock I/O path 1216d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 12179ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com> 1218d55053b1SStefan HajnocziL: qemu-block@nongnu.org 1219d55053b1SStefan HajnocziS: Supported 122036c697bdSPaolo BonziniF: util/async.c 122136c697bdSPaolo BonziniF: util/aio-*.c 1222d55053b1SStefan HajnocziF: block/io.c 1223d55053b1SStefan HajnocziF: migration/block* 1224e1029ae2SFam ZhengF: include/block/aio.h 1225d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 1226d55053b1SStefan Hajnoczi 1227e5b5728cSPaolo BonziniBlock SCSI subsystem 1228e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1229e5b5728cSPaolo BonziniL: qemu-block@nongnu.org 1230e5b5728cSPaolo BonziniS: Supported 1231e5b5728cSPaolo BonziniF: include/scsi/* 1232e5b5728cSPaolo BonziniF: scsi/* 1233e5b5728cSPaolo Bonzini 1234280458a3SJeff CodyBlock Jobs 1235280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1236280458a3SJeff CodyL: qemu-block@nongnu.org 1237280458a3SJeff CodyS: Supported 1238280458a3SJeff CodyF: blockjob.c 1239280458a3SJeff CodyF: include/block/blockjob.h 1240280458a3SJeff CodyF: block/backup.c 1241280458a3SJeff CodyF: block/commit.c 124277346025SJeff CodyF: block/stream.c 1243280458a3SJeff CodyF: block/mirror.c 1244280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1245280458a3SJeff Cody 12464120201dSMarkus ArmbrusterBlock QAPI, monitor, command line 12474120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 12484120201dSMarkus ArmbrusterS: Supported 12494120201dSMarkus ArmbrusterF: blockdev.c 12504120201dSMarkus ArmbrusterF: block/qapi.c 12514120201dSMarkus ArmbrusterF: qapi/block*.json 1252fa988e39SMarkus ArmbrusterF: qapi/transaction.json 12534120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next 12544120201dSMarkus Armbruster 1255538193bcSJohn SnowDirty Bitmaps 1256538193bcSJohn SnowM: Fam Zheng <famz@redhat.com> 1257538193bcSJohn SnowM: John Snow <jsnow@redhat.com> 1258538193bcSJohn SnowL: qemu-block@nongnu.org 1259538193bcSJohn SnowS: Supported 1260538193bcSJohn SnowF: util/hbitmap.c 1261538193bcSJohn SnowF: block/dirty-bitmap.c 1262538193bcSJohn SnowF: include/qemu/hbitmap.h 1263538193bcSJohn SnowF: include/block/dirty-bitmap.h 1264538193bcSJohn SnowF: tests/test-hbitmap.c 1265538193bcSJohn SnowF: docs/bitmaps.md 1266538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps 1267538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps 1268538193bcSJohn Snow 126961af0ee6SPaolo BonziniCharacter device backends 1270da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 127155fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 1272fd5d5c56SAnthony LiguoriS: Maintained 1273178fe0aeSMarc-André LureauF: chardev/ 12748228e353SMarc-André LureauF: include/chardev/ 1275dbeee392SMarkus ArmbrusterF: qapi/char.json 1276fd5d5c56SAnthony Liguori 1277e26082fdSPaolo BonziniCharacter Devices (Braille) 1278e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1279e26082fdSPaolo BonziniS: Maintained 12806b10e573SMarc-André LureauF: chardev/baum.c 1281fd5d5c56SAnthony Liguori 1282e94630d3SMarkus ArmbrusterCommand line option argument parsing 1283e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 1284e94630d3SMarkus ArmbrusterS: Supported 1285e94630d3SMarkus ArmbrusterF: include/qemu/option.h 1286e94630d3SMarkus ArmbrusterF: tests/test-keyval.c 1287e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c 1288e94630d3SMarkus ArmbrusterF: util/keyval.c 1289e94630d3SMarkus ArmbrusterF: util/qemu-option.c 1290e94630d3SMarkus Armbruster 12918c413e79SMarkus ArmbrusterCoverity model 12928c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 12938c413e79SMarkus ArmbrusterS: Supported 12948c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 12958c413e79SMarkus Armbruster 1296f2ca0524SAndreas FärberCPU 129712b0e69cSAndreas FärberL: qemu-devel@nongnu.org 1298f2ca0524SAndreas FärberS: Supported 1299f2ca0524SAndreas FärberF: qom/cpu.c 13006e481d57SPeter MaydellF: include/qom/cpu.h 1301f2ca0524SAndreas Färber 1302d24b569aSPeter A. G. CrosthwaiteDevice Tree 13034b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1304d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de> 1305d24b569aSPeter A. G. CrosthwaiteS: Maintained 130682407515SThomas HuthF: device_tree.c 130782407515SThomas HuthF: include/sysemu/device_tree.h 1308d24b569aSPeter A. G. Crosthwaite 13094f966768SMarkus ArmbrusterError reporting 13104f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 13114f966768SMarkus ArmbrusterS: Supported 13124f966768SMarkus ArmbrusterF: include/qapi/error.h 13134f966768SMarkus ArmbrusterF: include/qemu/error-report.h 13144f966768SMarkus ArmbrusterF: util/error.c 13154f966768SMarkus ArmbrusterF: util/qemu-error.c 13164f966768SMarkus Armbruster 1317fd5d5c56SAnthony LiguoriGDB stub 13185dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 1319fd5d5c56SAnthony LiguoriS: Odd Fixes 1320fd5d5c56SAnthony LiguoriF: gdbstub* 1321fd5d5c56SAnthony LiguoriF: gdb-xml/ 1322fd5d5c56SAnthony Liguori 132301a9c03cSPaolo BonziniMemory API 132401a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 132501a9c03cSPaolo BonziniS: Supported 132601a9c03cSPaolo BonziniF: include/exec/ioport.h 132701a9c03cSPaolo BonziniF: ioport.c 132801a9c03cSPaolo BonziniF: include/exec/memory.h 13292b1641d0SPaolo BonziniF: include/exec/ram_addr.h 133001a9c03cSPaolo BonziniF: memory.c 133101a9c03cSPaolo BonziniF: include/exec/memory-internal.h 133201a9c03cSPaolo BonziniF: exec.c 133301a9c03cSPaolo Bonzini 13347ee3bf03SGerd HoffmannSPICE 13357ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 13367ee3bf03SGerd HoffmannS: Supported 13376e481d57SPeter MaydellF: include/ui/qemu-spice.h 1338438528a3SThomas HuthF: include/ui/spice-display.h 13397ee3bf03SGerd HoffmannF: ui/spice-*.c 13407ee3bf03SGerd HoffmannF: audio/spiceaudio.c 13418d8b636dSPaolo BonziniF: hw/display/qxl* 1342608cfed6SMarkus ArmbrusterF: qapi/ui.json 13437ee3bf03SGerd Hoffmann 1344fd5d5c56SAnthony LiguoriGraphics 134525eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 134625eccc37SGerd HoffmannS: Odd Fixes 1347fd5d5c56SAnthony LiguoriF: ui/ 1348e220656cSThomas HuthF: include/ui/ 1349608cfed6SMarkus ArmbrusterF: qapi/ui.json 1350fd5d5c56SAnthony Liguori 1351351f1bf6SAndreas FärberCocoa graphics 135230ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1353351f1bf6SAndreas FärberS: Odd Fixes 1354351f1bf6SAndreas FärberF: ui/cocoa.m 1355351f1bf6SAndreas Färber 1356fd5d5c56SAnthony LiguoriMain loop 1357da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1358da26f37aSPaolo BonziniS: Maintained 1359da26f37aSPaolo BonziniF: cpus.c 13603ecb29a3SPaolo BonziniF: util/main-loop.c 13613ecb29a3SPaolo BonziniF: util/qemu-timer.c 1362fd5d5c56SAnthony LiguoriF: vl.c 13630e201d34SMarkus ArmbrusterF: qapi/run-state.json 1364fd5d5c56SAnthony Liguori 13658899b4aeSLuiz CapitulinoHuman Monitor (HMP) 1366c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1367fbb0621aSLuiz CapitulinoS: Maintained 1368fd5d5c56SAnthony LiguoriF: monitor.c 1369c13e9912SThomas HuthF: hmp.[ch] 1370c13e9912SThomas HuthF: hmp-commands*.hx 1371c13e9912SThomas HuthF: include/monitor/hmp-target.h 1372bbcee372SThomas HuthF: tests/test-hmp.c 1373fd5d5c56SAnthony Liguori 1374f536f112SPaolo BonziniNetwork device backends 1375442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 1376fd5d5c56SAnthony LiguoriS: Maintained 1377fd5d5c56SAnthony LiguoriF: net/ 1378d24b2b1cSThomas HuthF: include/net/ 13795fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net 13803c0bd37dSMarkus ArmbrusterF: qapi/net.json 1381fd5d5c56SAnthony Liguori 1382aee09bafSVincenzo MaffioneNetmap network backend 1383aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 1384aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1385aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 1386aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 1387aee09bafSVincenzo MaffioneS: Maintained 1388aee09bafSVincenzo MaffioneF: net/netmap.c 1389aee09bafSVincenzo Maffione 13902f54eb98SEduardo HabkostNUMA 13912f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 13922f54eb98SEduardo HabkostS: Maintained 13932f54eb98SEduardo HabkostF: numa.c 13942f54eb98SEduardo HabkostF: include/sysemu/numa.h 1395e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next 13962f54eb98SEduardo Habkost 13974fc264f4SEduardo HabkostHost Memory Backends 13984fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 13994fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 14004fc264f4SEduardo HabkostS: Maintained 14014fc264f4SEduardo HabkostF: backends/hostmem*.c 14024fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 1403e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next 14044fc264f4SEduardo Habkost 14056034011cSGongleiCryptodev Backends 14066034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 14076034011cSGongleiS: Maintained 14086034011cSGongleiF: include/sysemu/cryptodev*.h 14096034011cSGongleiF: backends/cryptodev*.c 14106034011cSGonglei 1411ad904f66SEduardo HabkostPython scripts 1412ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 1413ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com> 1414ad904f66SEduardo HabkostS: Odd fixes 1415ad904f66SEduardo HabkostF: scripts/qmp/* 1416ad904f66SEduardo HabkostF: scripts/*.py 1417ad904f66SEduardo HabkostF: tests/*.py 1418ad904f66SEduardo Habkost 14198899b4aeSLuiz CapitulinoQAPI 14209740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 14218899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com> 14229740618cSLuiz CapitulinoS: Supported 14238899b4aeSLuiz CapitulinoF: qapi/ 14240311c5bdSMarkus ArmbrusterX: qapi/*.json 1425ac4abb9aSMarkus ArmbrusterF: include/qapi/ 1426ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 1427ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 1428c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 1429ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c 1430e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c 1431ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c 1432e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c 14330311c5bdSMarkus ArmbrusterF: scripts/qapi* 14340311c5bdSMarkus ArmbrusterF: docs/qapi* 14359740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 14368899b4aeSLuiz Capitulino 14377810d291SLuiz CapitulinoQAPI Schema 14387810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 14397810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 14407810d291SLuiz CapitulinoS: Supported 14417810d291SLuiz CapitulinoF: qapi-schema.json 14420311c5bdSMarkus ArmbrusterF: qapi/*.json 14439740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 14447810d291SLuiz Capitulino 1445f3582ba4SLuiz CapitulinoQObject 1446daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 1447daf5dc78SMarkus ArmbrusterS: Supported 1448f3582ba4SLuiz CapitulinoF: qobject/ 14497735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 14507735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 1451a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci 14527735d2b5SMarkus ArmbrusterF: tests/check-qdict.c 145301b2ffceSMarc-André LureauF: tests/check-qnum.c 14547735d2b5SMarkus ArmbrusterF: tests/check-qjson.c 14557735d2b5SMarkus ArmbrusterF: tests/check-qlist.c 14567735d2b5SMarkus ArmbrusterF: tests/check-qstring.c 1457daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next 1458f3582ba4SLuiz Capitulino 1459f05d9999SMichael RothQEMU Guest Agent 1460f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com> 1461f05d9999SMichael RothS: Maintained 1462f05d9999SMichael RothF: qga/ 1463f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga 1464f05d9999SMichael Roth 14654688c94cSAndreas FärberQOM 14664688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de> 14674688c94cSAndreas FärberS: Supported 14684688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next 14694688c94cSAndreas FärberF: include/qom/ 14704688c94cSAndreas FärberX: include/qom/cpu.h 14714688c94cSAndreas FärberF: qom/ 14724688c94cSAndreas FärberX: qom/cpu.c 14739f4aa7ceSAndreas FärberF: tests/check-qom-interface.c 14749f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c 14754688c94cSAndreas FärberF: tests/qom-test.c 14764688c94cSAndreas Färber 14778899b4aeSLuiz CapitulinoQMP 14789740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 14799740618cSLuiz CapitulinoS: Supported 14808899b4aeSLuiz CapitulinoF: qmp.c 14818899b4aeSLuiz CapitulinoF: monitor.c 14829b89b6a2SMarkus ArmbrusterF: docs/*qmp-* 14839740618cSLuiz CapitulinoF: scripts/qmp/ 1484f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c 14859740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 14868899b4aeSLuiz Capitulino 1487cc0100f4SAlistair FrancisRegister API 1488cc0100f4SAlistair FrancisM: Alistair Francis <alistair.francis@xilinx.com> 1489cc0100f4SAlistair FrancisS: Maintained 1490cc0100f4SAlistair FrancisF: hw/core/register.c 1491cc0100f4SAlistair FrancisF: include/hw/register.h 1492cc0100f4SAlistair Francis 1493fd5d5c56SAnthony LiguoriSLIRP 1494eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1495bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 1496bafc72abSJan KiszkaS: Maintained 1497fd5d5c56SAnthony LiguoriF: slirp/ 1498663fb1e1SThomas HuthF: net/slirp.c 1499d24b2b1cSThomas HuthF: include/net/slirp.h 15001ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp 1501fd5d5c56SAnthony Liguori 1502b1ed728aSPaolo BonziniStubs 1503b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1504b1ed728aSPaolo BonziniS: Maintained 1505b1ed728aSPaolo BonziniF: stubs/ 1506b1ed728aSPaolo Bonzini 1507598a3f35SStefan HajnocziTracing 15081cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1509598a3f35SStefan HajnocziS: Maintained 1510598a3f35SStefan HajnocziF: trace/ 1511f70fd8fdSLluís VilanovaF: scripts/tracetool.py 1512f70fd8fdSLluís VilanovaF: scripts/tracetool/ 1513f922ea46SAndreas FärberF: docs/tracing.txt 15141ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing 1515598a3f35SStefan Hajnoczi 15163859b6cfSMarkus ArmbrusterTPM 15173859b6cfSMarkus ArmbrusterS: Orphan 15183859b6cfSMarkus ArmbrusterF: tpm.c 15193859b6cfSMarkus ArmbrusterF: hw/tpm/* 15203859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h 15213859b6cfSMarkus ArmbrusterF: include/sysemu/tpm* 15223859b6cfSMarkus ArmbrusterF: qapi/tpm.json 15233859b6cfSMarkus Armbruster 152414f40fdcSBlue SwirlCheckpatch 152514f40fdcSBlue SwirlS: Odd Fixes 152614f40fdcSBlue SwirlF: scripts/checkpatch.pl 152714f40fdcSBlue Swirl 1528c0787c8dSJuan QuintelaMigration 1529c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 1530d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1531c0787c8dSJuan QuintelaS: Maintained 1532c0787c8dSJuan QuintelaF: include/migration/ 153344a1f946SDr. David Alan GilbertF: migration/ 1534c5515640SAmit ShahF: scripts/vmstate-static-checker.py 1535c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 1536a609ad8bSThomas HuthF: docs/migration.txt 153748685a8eSMarkus ArmbrusterF: qapi/migration.json 1538c0787c8dSJuan Quintela 153992bfedb0SEduardo OtuboSeccomp 1540064983cbSotuboM: Eduardo Otubo <otubo@redhat.com> 154192bfedb0SEduardo OtuboS: Supported 154292bfedb0SEduardo OtuboF: qemu-seccomp.c 154392bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 154492bfedb0SEduardo Otubo 1545ddbb0d09SDaniel P. BerrangeCryptography 1546ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1547ddbb0d09SDaniel P. BerrangeS: Maintained 1548ddbb0d09SDaniel P. BerrangeF: crypto/ 1549ddbb0d09SDaniel P. BerrangeF: include/crypto/ 1550ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-* 1551899833cdSDaniel P. BerrangeF: qemu.sasl 1552ddbb0d09SDaniel P. Berrange 155310817bf0SDaniel P. BerrangeCoroutines 155410817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 155510817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 155610817bf0SDaniel P. BerrangeF: util/*coroutine* 155710817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 155810817bf0SDaniel P. BerrangeF: tests/test-coroutine.c 155910817bf0SDaniel P. Berrange 156088c5f205SDaniel P. BerrangeBuffers 156188c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 156288c5f205SDaniel P. BerrangeS: Odd fixes 156388c5f205SDaniel P. BerrangeF: util/buffer.c 156488c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 156588c5f205SDaniel P. Berrange 1566666a3af9SDaniel P. BerrangeI/O Channels 1567666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1568666a3af9SDaniel P. BerrangeS: Maintained 1569666a3af9SDaniel P. BerrangeF: io/ 1570666a3af9SDaniel P. BerrangeF: include/io/ 1571666a3af9SDaniel P. BerrangeF: tests/test-io-* 1572666a3af9SDaniel P. Berrange 15735614a283SGerd HoffmannSockets 15745614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 15755614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 15765614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com> 15775614a283SGerd HoffmannS: Maintained 15785614a283SGerd HoffmannF: include/qemu/sockets.h 15795614a283SGerd HoffmannF: util/qemu-sockets.c 1580a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json 15815614a283SGerd Hoffmann 1582d310d85bSAlberto GarciaThrottling infrastructure 1583d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 1584d310d85bSAlberto GarciaS: Supported 1585d310d85bSAlberto GarciaF: block/throttle-groups.c 1586d310d85bSAlberto GarciaF: include/block/throttle-groups.h 1587d310d85bSAlberto GarciaF: include/qemu/throttle.h 1588d310d85bSAlberto GarciaF: util/throttle.c 1589d310d85bSAlberto GarciaL: qemu-block@nongnu.org 1590d310d85bSAlberto Garcia 1591080d7aacSFam ZhengUUID 1592080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com> 1593080d7aacSFam ZhengS: Supported 1594080d7aacSFam ZhengF: util/uuid.c 1595080d7aacSFam ZhengF: include/qemu/uuid.h 1596080d7aacSFam ZhengF: tests/test-uuid.c 1597080d7aacSFam Zheng 1598a4cc318eSzhanghailiangCOLO Framework 1599a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com> 1600a4cc318eSzhanghailiangS: Maintained 1601a4cc318eSzhanghailiangF: migration/colo* 1602a4cc318eSzhanghailiangF: include/migration/colo.h 1603a4cc318eSzhanghailiangF: include/migration/failover.h 1604a4cc318eSzhanghailiangF: docs/COLO-FT.txt 1605a4cc318eSzhanghailiang 160688f82ed1SZhang ChenCOLO Proxy 1607b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com> 160888f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com> 160988f82ed1SZhang ChenS: Supported 161088f82ed1SZhang ChenF: docs/colo-proxy.txt 161188f82ed1SZhang ChenF: net/colo* 161288f82ed1SZhang ChenF: net/filter-rewriter.c 161388f82ed1SZhang ChenF: net/filter-mirror.c 161488f82ed1SZhang Chen 161562258201SPavel DovgalyukRecord/replay 161662258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 161762258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com> 161862258201SPavel DovgalyukW: http://wiki.qemu.org/Features/record-replay 161962258201SPavel DovgalyukS: Supported 162062258201SPavel DovgalyukF: replay/* 162162258201SPavel DovgalyukF: block/blkreplay.c 162262258201SPavel DovgalyukF: net/filter-replay.c 162362258201SPavel DovgalyukF: include/sysemu/replay.h 162462258201SPavel DovgalyukF: docs/replay.txt 162562258201SPavel DovgalyukF: stubs/replay.c 162662258201SPavel Dovgalyuk 1627fd5d5c56SAnthony LiguoriUsermode Emulation 1628fd5d5c56SAnthony Liguori------------------ 1629486bbe5fSPaolo BonziniOverall 1630486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 1631486bbe5fSPaolo BonziniS: Maintained 1632486bbe5fSPaolo BonziniF: thunk.c 163358410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c 1634486bbe5fSPaolo Bonzini 1635fd5d5c56SAnthony LiguoriBSD user 1636297e8005SMarkus ArmbrusterS: Orphan 1637fd5d5c56SAnthony LiguoriF: bsd-user/ 1638ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak 1639fd5d5c56SAnthony Liguori 1640fd5d5c56SAnthony LiguoriLinux user 1641fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 1642ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu> 1643fd5d5c56SAnthony LiguoriS: Maintained 1644fd5d5c56SAnthony LiguoriF: linux-user/ 1645ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak 164642f5a7e9SAurelien Jarno 164742f5a7e9SAurelien JarnoTiny Code Generator (TCG) 164842f5a7e9SAurelien Jarno------------------------- 164942f5a7e9SAurelien JarnoCommon code 1650cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net> 165142f5a7e9SAurelien JarnoS: Maintained 165242f5a7e9SAurelien JarnoF: tcg/ 165342f5a7e9SAurelien Jarno 1654b25a464cSClaudio FontanaAArch64 target 1655b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com> 1656b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com> 1657b25a464cSClaudio FontanaS: Maintained 1658b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 1659b25a464cSClaudio FontanaF: tcg/aarch64/ 1660c17652eeSPaolo BonziniF: disas/arm-a64.cc 1661c17652eeSPaolo BonziniF: disas/libvixl/ 1662b25a464cSClaudio Fontana 166342f5a7e9SAurelien JarnoARM target 166442f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 166542f5a7e9SAurelien JarnoS: Maintained 1666b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 166742f5a7e9SAurelien JarnoF: tcg/arm/ 1668c17652eeSPaolo BonziniF: disas/arm.c 166942f5a7e9SAurelien Jarno 167042f5a7e9SAurelien Jarnoi386 target 16715dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 167242f5a7e9SAurelien JarnoS: Maintained 167342f5a7e9SAurelien JarnoF: tcg/i386/ 1674c17652eeSPaolo BonziniF: disas/i386.c 167542f5a7e9SAurelien Jarno 167642f5a7e9SAurelien JarnoMIPS target 1677d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 167842f5a7e9SAurelien JarnoS: Maintained 167942f5a7e9SAurelien JarnoF: tcg/mips/ 1680c17652eeSPaolo BonziniF: disas/mips.c 168142f5a7e9SAurelien Jarno 168242f5a7e9SAurelien JarnoPPC 168315610d42SPranith KumarM: Richard Henderson <rth@twiddle.net> 168415610d42SPranith KumarS: Odd Fixes 168542f5a7e9SAurelien JarnoF: tcg/ppc/ 1686c17652eeSPaolo BonziniF: disas/ppc.c 168742f5a7e9SAurelien Jarno 168842f5a7e9SAurelien JarnoS390 target 168942f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de> 169042f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 169142f5a7e9SAurelien JarnoS: Maintained 169242f5a7e9SAurelien JarnoF: tcg/s390/ 1693c17652eeSPaolo BonziniF: disas/s390.c 169442f5a7e9SAurelien Jarno 169542f5a7e9SAurelien JarnoSPARC target 1696297e8005SMarkus ArmbrusterS: Odd Fixes 169742f5a7e9SAurelien JarnoF: tcg/sparc/ 1698c17652eeSPaolo BonziniF: disas/sparc.c 1699bc75c9e5SStefan Weil 1700bc75c9e5SStefan WeilTCI target 1701bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 1702bc75c9e5SStefan WeilS: Maintained 17038ef9cd55SAndreas FärberF: tcg/tci/ 1704752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c 1705c17652eeSPaolo BonziniF: disas/tci.c 1706aa09c951SAndreas Färber 1707f05b328cSStefan HajnocziBlock drivers 1708f05b328cSStefan Hajnoczi------------- 1709f05b328cSStefan HajnocziVMDK 1710f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com> 1711c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1712f05b328cSStefan HajnocziS: Supported 1713f05b328cSStefan HajnocziF: block/vmdk.c 1714f05b328cSStefan Hajnoczi 1715f05b328cSStefan HajnocziRBD 17165a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com> 1717280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1718280458a3SJeff CodyL: qemu-block@nongnu.org 1719f05b328cSStefan HajnocziS: Supported 1720f05b328cSStefan HajnocziF: block/rbd.c 1721280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1722f05b328cSStefan Hajnoczi 1723f05b328cSStefan HajnocziSheepdog 172453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1725f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com> 1726280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1727280458a3SJeff CodyL: qemu-block@nongnu.org 1728dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org 1729f05b328cSStefan HajnocziS: Supported 1730f05b328cSStefan HajnocziF: block/sheepdog.c 1731280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1732f05b328cSStefan Hajnoczi 1733f05b328cSStefan HajnocziVHDX 1734f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com> 1735280458a3SJeff CodyL: qemu-block@nongnu.org 1736f05b328cSStefan HajnocziS: Supported 1737f05b328cSStefan HajnocziF: block/vhdx* 1738280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1739f05b328cSStefan Hajnoczi 1740f05b328cSStefan HajnocziVDI 1741f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 1742c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1743f05b328cSStefan HajnocziS: Maintained 1744f05b328cSStefan HajnocziF: block/vdi.c 1745f05b328cSStefan Hajnoczi 1746f05b328cSStefan HajnocziiSCSI 1747f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1748f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 1749f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 1750c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1751f05b328cSStefan HajnocziS: Supported 1752f05b328cSStefan HajnocziF: block/iscsi.c 17532deb63c2SPeter LievenF: block/iscsi-opts.c 1754f05b328cSStefan Hajnoczi 175599c62e70SEric BlakeNetwork Block Device (NBD) 175699c62e70SEric BlakeM: Eric Blake <eblake@redhat.com> 175799c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com> 175899c62e70SEric BlakeL: qemu-block@nongnu.org 175999c62e70SEric BlakeS: Maintained 176099c62e70SEric BlakeF: block/nbd* 176199c62e70SEric BlakeF: nbd/ 176299c62e70SEric BlakeF: include/block/nbd* 176399c62e70SEric BlakeF: qemu-nbd.* 176499c62e70SEric BlakeF: blockdev-nbd.c 176599c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd 176699c62e70SEric Blake 17676542aa9cSPeter LievenNFS 1768280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 17696542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 1770280458a3SJeff CodyL: qemu-block@nongnu.org 17716542aa9cSPeter LievenS: Maintained 17726542aa9cSPeter LievenF: block/nfs.c 1773280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 17746542aa9cSPeter Lieven 1775f05b328cSStefan HajnocziSSH 1776f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 1777280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1778280458a3SJeff CodyL: qemu-block@nongnu.org 1779f05b328cSStefan HajnocziS: Supported 1780f05b328cSStefan HajnocziF: block/ssh.c 1781280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1782c9a12e75SChrysostomos Nanakos 1783280458a3SJeff CodyCURL 1784280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1785280458a3SJeff CodyL: qemu-block@nongnu.org 1786280458a3SJeff CodyS: Supported 1787280458a3SJeff CodyF: block/curl.c 1788280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1789280458a3SJeff Cody 1790280458a3SJeff CodyGLUSTER 1791280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1792280458a3SJeff CodyL: qemu-block@nongnu.org 1793280458a3SJeff CodyS: Supported 1794280458a3SJeff CodyF: block/gluster.c 1795280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1796b5e9476cSGonglei 1797199667a8SFam ZhengNull Block Driver 1798199667a8SFam ZhengM: Fam Zheng <famz@redhat.com> 1799199667a8SFam ZhengL: qemu-block@nongnu.org 1800199667a8SFam ZhengS: Supported 1801199667a8SFam ZhengF: block/null.c 1802199667a8SFam Zheng 1803b5e9476cSGongleiBootdevice 1804b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 1805b5e9476cSGongleiS: Maintained 1806b5e9476cSGongleiF: bootdevice.c 1807ecdda9e0SAlberto Garcia 1808ecdda9e0SAlberto GarciaQuorum 1809ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 1810ecdda9e0SAlberto GarciaS: Supported 1811ecdda9e0SAlberto GarciaF: block/quorum.c 1812ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 1813e7c6e631SStefan Hajnoczi 1814e7c6e631SStefan Hajnocziblkverify 1815e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1816e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1817e7c6e631SStefan HajnocziS: Supported 1818e7c6e631SStefan HajnocziF: block/blkverify.c 1819e7c6e631SStefan Hajnoczi 1820e7c6e631SStefan Hajnoczibochs 1821e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1822e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1823e7c6e631SStefan HajnocziS: Supported 1824e7c6e631SStefan HajnocziF: block/bochs.c 1825e7c6e631SStefan Hajnoczi 1826e7c6e631SStefan Hajnoczicloop 1827e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1828e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1829e7c6e631SStefan HajnocziS: Supported 1830e7c6e631SStefan HajnocziF: block/cloop.c 1831e7c6e631SStefan Hajnoczi 1832e7c6e631SStefan Hajnoczidmg 1833e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1834e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1835e7c6e631SStefan HajnocziS: Supported 1836e7c6e631SStefan HajnocziF: block/dmg.c 1837e7c6e631SStefan Hajnoczi 1838e7c6e631SStefan Hajnocziparallels 1839e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1840f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 1841e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1842e7c6e631SStefan HajnocziS: Supported 1843e7c6e631SStefan HajnocziF: block/parallels.c 1844b4a9e25bSVladimir Sementsov-OgievskiyF: docs/specs/parallels.txt 1845e7c6e631SStefan Hajnoczi 1846e7c6e631SStefan Hajnocziqed 1847e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1848e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1849e7c6e631SStefan HajnocziS: Supported 1850e7c6e631SStefan HajnocziF: block/qed.c 1851e7c6e631SStefan Hajnoczi 1852e7c6e631SStefan Hajnocziraw 1853e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1854e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1855e7c6e631SStefan HajnocziS: Supported 1856e7c6e631SStefan HajnocziF: block/linux-aio.c 1857f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 18582e6fc7ebSEric BlakeF: block/raw-format.c 1859c1bb86cdSEric BlakeF: block/file-posix.c 1860c1bb86cdSEric BlakeF: block/file-win32.c 1861e7c6e631SStefan HajnocziF: block/win32-aio.c 1862e7c6e631SStefan Hajnoczi 1863e7c6e631SStefan Hajnocziqcow2 1864e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1865c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1866e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1867e7c6e631SStefan HajnocziS: Supported 1868e7c6e631SStefan HajnocziF: block/qcow2* 1869e7c6e631SStefan Hajnoczi 1870e7c6e631SStefan Hajnocziqcow 1871e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1872e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1873e7c6e631SStefan HajnocziS: Supported 1874e7c6e631SStefan HajnocziF: block/qcow.c 1875e7c6e631SStefan Hajnoczi 1876e7c6e631SStefan Hajnocziblkdebug 1877e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1878c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1879e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1880e7c6e631SStefan HajnocziS: Supported 1881e7c6e631SStefan HajnocziF: block/blkdebug.c 1882e7c6e631SStefan Hajnoczi 1883e7c6e631SStefan Hajnoczivpc 1884e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1885e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1886e7c6e631SStefan HajnocziS: Supported 1887e7c6e631SStefan HajnocziF: block/vpc.c 1888e7c6e631SStefan Hajnoczi 1889e7c6e631SStefan Hajnoczivvfat 1890e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 1891e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 1892e7c6e631SStefan HajnocziS: Supported 1893e7c6e631SStefan HajnocziF: block/vvfat.c 1894abfe4e94SStefan Hajnoczi 1895abfe4e94SStefan HajnocziImage format fuzzer 1896abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1897abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 1898abfe4e94SStefan HajnocziS: Supported 1899abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 1900717171bdSDaniel P. Berrange 1901049105a3SChanglong XieReplication 1902205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com> 19033ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com> 1904049105a3SChanglong XieS: Supported 1905049105a3SChanglong XieF: replication* 1906049105a3SChanglong XieF: block/replication.c 1907049105a3SChanglong XieF: tests/test-replication.c 1908049105a3SChanglong XieF: docs/block-replication.txt 1909049105a3SChanglong Xie 1910b9e02c06SAlex BennéeBuild and test automation 1911b9e02c06SAlex Bennée------------------------- 19120475a03eSEduardo HabkostBuild and test automation 1913b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 1914e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com> 191532b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org> 1916b9e02c06SAlex BennéeL: qemu-devel@nongnu.org 1917e70dc7f8SAlex BennéeS: Maintained 1918b9e02c06SAlex BennéeF: .travis.yml 1919d92d886aSAlex BennéeF: .shippable.yml 1920e70dc7f8SAlex BennéeF: tests/docker/ 192118023821SFam ZhengF: tests/vm/ 1922e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu 19232a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu 1924e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/ 1925717171bdSDaniel P. Berrange 1926717171bdSDaniel P. BerrangeDocumentation 1927717171bdSDaniel P. Berrange------------- 1928717171bdSDaniel P. BerrangeBuild system architecture 1929717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1930717171bdSDaniel P. BerrangeS: Odd Fixes 1931717171bdSDaniel P. BerrangeF: docs/build-system.txt 19328a49e97fSFam Zheng 1933