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------------------------------ 6470b7fba9SStefan HajnocziW: https://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 79daf14ce3SCornelia HuckArchitecture support 80daf14ce3SCornelia Huck-------------------- 81daf14ce3SCornelia HuckS390 82daf14ce3SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 83daf14ce3SCornelia HuckS: Supported 84daf14ce3SCornelia HuckF: default-configs/s390x-softmmu.mak 85daf14ce3SCornelia HuckF: gdb-xml/s390*.xml 86daf14ce3SCornelia HuckF: hw/char/sclp*.[hc] 87daf14ce3SCornelia HuckF: hw/char/terminal3270.c 88daf14ce3SCornelia HuckF: hw/intc/s390_flic.c 89daf14ce3SCornelia HuckF: hw/intc/s390_flic_kvm.c 90daf14ce3SCornelia HuckF: hw/s390x/ 91daf14ce3SCornelia HuckF: hw/vfio/ccw.c 92daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c 93daf14ce3SCornelia HuckF: include/hw/s390x/ 94daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h 95daf14ce3SCornelia HuckF: pc-bios/s390-ccw/ 96daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img 97daf14ce3SCornelia HuckF: target/s390x/ 98daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x? 99daf14ce3SCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 100daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org 101daf14ce3SCornelia Huck 102fd5d5c56SAnthony LiguoriGuest CPU cores (TCG): 103fd5d5c56SAnthony Liguori---------------------- 104486bbe5fSPaolo BonziniOverall 1055dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 1062b1641d0SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1072b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1082b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net> 1092b1641d0SPaolo BonziniS: Maintained 1102b1641d0SPaolo BonziniF: cpus.c 1112b1641d0SPaolo BonziniF: exec.c 112c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/ 1132b1641d0SPaolo BonziniF: include/exec/cpu*.h 1142b1641d0SPaolo BonziniF: include/exec/exec-all.h 115486bbe5fSPaolo BonziniF: include/exec/helper*.h 1162b1641d0SPaolo BonziniF: include/exec/tb-hash.h 117460423d3SThomas HuthF: include/sysemu/cpus.h 118486bbe5fSPaolo Bonzini 1191badb586SPeter MaydellFPU emulation 1201badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 1211badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1221badb586SPeter MaydellS: Odd Fixes 1231badb586SPeter MaydellF: fpu/ 1241badb586SPeter MaydellF: include/fpu/ 1251badb586SPeter Maydell 126b6f97c14SbellardAlpha 1278d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net> 1288d6df264SRichard HendersonS: Maintained 129fcf5ef2aSThomas HuthF: target/alpha/ 130c0bd0b50SPaolo BonziniF: tests/tcg/alpha/ 131c17652eeSPaolo BonziniF: disas/alpha.c 132fd5d5c56SAnthony Liguori 133fd5d5c56SAnthony LiguoriARM 1341ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 135b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 136fd5d5c56SAnthony LiguoriS: Maintained 137fcf5ef2aSThomas HuthF: target/arm/ 138c348722cSAlex BennéeF: tests/tcg/arm/ 13929e0436eSAlex BennéeF: tests/tcg/aarch64/ 1408d8b636dSPaolo BonziniF: hw/arm/ 1418d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c 142f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h 143c17652eeSPaolo BonziniF: disas/arm.c 144c17652eeSPaolo BonziniF: disas/arm-a64.cc 145c17652eeSPaolo BonziniF: disas/libvixl/ 146fd5d5c56SAnthony Liguori 147fd5d5c56SAnthony LiguoriCRIS 148fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 149fd5d5c56SAnthony LiguoriS: Maintained 150fcf5ef2aSThomas HuthF: target/cris/ 1518d8b636dSPaolo BonziniF: hw/cris/ 152c9b90090SThomas HuthF: include/hw/cris/ 153c0bd0b50SPaolo BonziniF: tests/tcg/cris/ 154c17652eeSPaolo BonziniF: disas/cris.c 155fd5d5c56SAnthony Liguori 15661766fe9SRichard HendersonHPPA (PA-RISC) 15761766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net> 15861766fe9SRichard HendersonS: Maintained 15961766fe9SRichard HendersonF: target/hppa/ 16061461802SRichard HendersonF: hw/hppa/ 16161766fe9SRichard HendersonF: disas/hppa.c 16261766fe9SRichard Henderson 16307bf23a7SMichael WalleLM32 16407bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 16507bf23a7SMichael WalleS: Maintained 166fcf5ef2aSThomas HuthF: target/lm32/ 1674eab7a0aSMichael WalleF: disas/lm32.c 1688d8b636dSPaolo BonziniF: hw/lm32/ 1694eab7a0aSMichael WalleF: hw/*/lm32_* 1704eab7a0aSMichael WalleF: hw/*/milkymist-* 1714eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h 1724eab7a0aSMichael WalleF: include/hw/lm32/ 173c0bd0b50SPaolo BonziniF: tests/tcg/lm32/ 17407bf23a7SMichael Walle 175fd5d5c56SAnthony LiguoriM68K 176595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 177595a926dSLaurent VivierS: Maintained 178fcf5ef2aSThomas HuthF: target/m68k/ 179e9a56114SThomas HuthF: disas/m68k.c 180fd5d5c56SAnthony Liguori 181abc07545SEdgar E. IglesiasMicroBlaze 182fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 183fd5d5c56SAnthony LiguoriS: Maintained 184fcf5ef2aSThomas HuthF: target/microblaze/ 1858d8b636dSPaolo BonziniF: hw/microblaze/ 186c17652eeSPaolo BonziniF: disas/microblaze.c 187fd5d5c56SAnthony Liguori 188fd5d5c56SAnthony LiguoriMIPS 189ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 190c92023bfSAleksandar MarkovicM: Aleksandar Markovic <aleksandar.markovic@mips.com> 1916f640917SLeon AlraeS: Maintained 192fcf5ef2aSThomas HuthF: target/mips/ 1938d8b636dSPaolo BonziniF: hw/mips/ 1945995db88SThomas HuthF: hw/misc/mips_* 1955995db88SThomas HuthF: hw/intc/mips_gic.c 1965995db88SThomas HuthF: hw/timer/mips_gictimer.c 1975995db88SThomas HuthF: include/hw/mips/ 1985995db88SThomas HuthF: include/hw/misc/mips_* 1995995db88SThomas HuthF: include/hw/intc/mips_gic.h 2005995db88SThomas HuthF: include/hw/timer/mips_gictimer.h 201c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 202c17652eeSPaolo BonziniF: disas/mips.c 203fd5d5c56SAnthony Liguori 204d15a9c23SAnthony GreenMoxie 205d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com> 206d15a9c23SAnthony GreenS: Maintained 207fcf5ef2aSThomas HuthF: target/moxie/ 208c17652eeSPaolo BonziniF: disas/moxie.c 209a3ccdfb5SThomas HuthF: hw/moxie/ 210a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak 211d15a9c23SAnthony Green 212e671711cSMarek VasutNiosII 213e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com> 214e671711cSMarek VasutM: Marek Vasut <marex@denx.de> 215e671711cSMarek VasutS: Maintained 216e671711cSMarek VasutF: target/nios2/ 217e671711cSMarek VasutF: hw/nios2/ 218e671711cSMarek VasutF: disas/nios2.c 219e671711cSMarek Vasut 220945dad6dSJia LiuOpenRISC 2211d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com> 2221d7cf18dSStafford HorneS: Odd Fixes 223fcf5ef2aSThomas HuthF: target/openrisc/ 224945dad6dSJia LiuF: hw/openrisc/ 225c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 226945dad6dSJia Liu 227fd5d5c56SAnthony LiguoriPowerPC 228b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 229fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 230a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 231fd5d5c56SAnthony LiguoriS: Maintained 232fcf5ef2aSThomas HuthF: target/ppc/ 2338d8b636dSPaolo BonziniF: hw/ppc/ 234b5d55020SThomas HuthF: include/hw/ppc/ 235c17652eeSPaolo BonziniF: disas/ppc.c 236fd5d5c56SAnthony Liguori 2374dc62b15SMichael ClarkRISC-V 2384dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com> 2394dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com> 2404dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu> 2414dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 2424dc62b15SMichael ClarkS: Maintained 2434dc62b15SMichael ClarkF: target/riscv/ 2444dc62b15SMichael ClarkF: hw/riscv/ 2454dc62b15SMichael ClarkF: include/hw/riscv/ 2464dc62b15SMichael ClarkF: disas/riscv.c 2474dc62b15SMichael Clark 248749717a0SAlexander GrafS390 2492b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net> 250fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 251ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com> 252fd5d5c56SAnthony LiguoriS: Maintained 253fcf5ef2aSThomas HuthF: target/s390x/ 2548d8b636dSPaolo BonziniF: hw/s390x/ 255c17652eeSPaolo BonziniF: disas/s390.c 256146bd283SCornelia HuckL: qemu-s390x@nongnu.org 257b6f97c14Sbellard 258fd5d5c56SAnthony LiguoriSH4 259ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 2602c9b7d1aSAndreas FärberS: Odd Fixes 261fcf5ef2aSThomas HuthF: target/sh4/ 2628d8b636dSPaolo BonziniF: hw/sh4/ 263c17652eeSPaolo BonziniF: disas/sh4.c 2648a90f900SThomas HuthF: include/hw/sh4/ 265fd5d5c56SAnthony Liguori 266fd5d5c56SAnthony LiguoriSPARC 267f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2682c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 269fd5d5c56SAnthony LiguoriS: Maintained 270fcf5ef2aSThomas HuthF: target/sparc/ 2718d8b636dSPaolo BonziniF: hw/sparc/ 2728d8b636dSPaolo BonziniF: hw/sparc64/ 273c17652eeSPaolo BonziniF: disas/sparc.c 274fd5d5c56SAnthony Liguori 275a6ea7b4cSAndreas FärberUniCore32 276a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 277a6ea7b4cSAndreas FärberS: Maintained 278fcf5ef2aSThomas HuthF: target/unicore32/ 2798d8b636dSPaolo BonziniF: hw/unicore32/ 28047b98d59SThomas HuthF: include/hw/unicore32/ 281a6ea7b4cSAndreas Färber 282fd5d5c56SAnthony LiguoriX86 283d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 284d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net> 285e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 286b203a4baSEduardo HabkostS: Maintained 287fcf5ef2aSThomas HuthF: target/i386/ 2884132431fSAlex BennéeF: tests/tcg/i386/ 2893a082ec0SAlex BennéeF: tests/tcg/x86_64/ 2908d8b636dSPaolo BonziniF: hw/i386/ 291c17652eeSPaolo BonziniF: disas/i386.c 292e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git x86-next 293fd5d5c56SAnthony Liguori 29416e7caaeSMax FilippovXtensa 29516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 296b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 29716e7caaeSMax FilippovS: Maintained 298fcf5ef2aSThomas HuthF: target/xtensa/ 2998d8b636dSPaolo BonziniF: hw/xtensa/ 300c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 3015a6539e6SMax FilippovF: disas/xtensa.c 30216e7caaeSMax Filippov 30348e06fe0SBastian KoppelmannTriCore 30448e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 30548e06fe0SBastian KoppelmannS: Maintained 306fcf5ef2aSThomas HuthF: target/tricore/ 30748e06fe0SBastian KoppelmannF: hw/tricore/ 308d46d14e6SThomas HuthF: include/hw/tricore/ 30948e06fe0SBastian Koppelmann 310dd28bebdSAlex BennéeMultiarch Linux User Tests 311dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 312dd28bebdSAlex BennéeF: tests/tcg/multiarch/ 313dd28bebdSAlex Bennée 314fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 315fd5d5c56SAnthony Liguori---------------------- 316fd5d5c56SAnthony Liguori 317fd5d5c56SAnthony LiguoriOverall 318c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 319fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 320fd5d5c56SAnthony LiguoriS: Supported 321fd5d5c56SAnthony LiguoriF: */kvm.* 3221962cb20SPhilippe Mathieu-DaudéF: accel/kvm/ 323a95e9a48SThomas HuthF: include/sysemu/kvm*.h 324fd5d5c56SAnthony Liguori 325ed4659d1SPeter MaydellARM 326ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 327b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 328ed4659d1SPeter MaydellS: Maintained 329fcf5ef2aSThomas HuthF: target/arm/kvm.c 330ed4659d1SPeter Maydell 331a31896c4SJames HoganMIPS 332a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org> 333a31896c4SJames HoganS: Maintained 334fcf5ef2aSThomas HuthF: target/mips/kvm.c 335a31896c4SJames Hogan 336fd5d5c56SAnthony LiguoriPPC 337fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 338fd5d5c56SAnthony LiguoriS: Maintained 339fcf5ef2aSThomas HuthF: target/ppc/kvm.c 340fd5d5c56SAnthony Liguori 341fd5d5c56SAnthony LiguoriS390 342b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 343c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 344fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 345fd5d5c56SAnthony LiguoriS: Maintained 346fcf5ef2aSThomas HuthF: target/s390x/kvm.c 347040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h 348040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c 349fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch] 350fcf5ef2aSThomas HuthF: target/s390x/machine.c 35174b4c74dSDavid HildenbrandF: target/s390x/sigp.c 3524277af19SCornelia HuckF: hw/intc/s390_flic.c 3534277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c 3544277af19SCornelia HuckF: include/hw/s390x/s390_flic.h 355c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 3563e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 3573e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 358146bd283SCornelia HuckL: qemu-s390x@nongnu.org 359fd5d5c56SAnthony Liguori 360fd5d5c56SAnthony LiguoriX86 361d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 362fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 363fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 364fd5d5c56SAnthony LiguoriS: Supported 365fcf5ef2aSThomas HuthF: target/i386/kvm.c 366fd5d5c56SAnthony Liguori 3678a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 3688a6b0cd7SStefano Stabellini---------------------- 3698a6b0cd7SStefano Stabellini 3708a6b0cd7SStefano StabelliniX86 3713623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 3723623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 3736d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org 3748a6b0cd7SStefano StabelliniS: Supported 3758a6b0cd7SStefano StabelliniF: */xen* 376d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c 377c92451c2SPaolo BonziniF: hw/char/xen_console.c 378c92451c2SPaolo BonziniF: hw/display/xenfb.c 379c92451c2SPaolo BonziniF: hw/net/xen_nic.c 3809027ac50SStefano StabelliniF: hw/block/xen_* 381c92451c2SPaolo BonziniF: hw/xen/ 382c92451c2SPaolo BonziniF: hw/xenpv/ 3839027ac50SStefano StabelliniF: hw/i386/xen/ 384c92451c2SPaolo BonziniF: include/hw/xen/ 3859027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 3868a6b0cd7SStefano Stabellini 3871bdd6874SStefan WeilHosts: 3881bdd6874SStefan Weil------ 3891bdd6874SStefan Weil 3901bdd6874SStefan WeilLINUX 3911bdd6874SStefan WeilL: qemu-devel@nongnu.org 3921bdd6874SStefan WeilS: Maintained 3931bdd6874SStefan WeilF: linux-* 3941bdd6874SStefan WeilF: linux-headers/ 3951bdd6874SStefan Weil 3961bdd6874SStefan WeilPOSIX 3971bdd6874SStefan WeilL: qemu-devel@nongnu.org 3981bdd6874SStefan WeilS: Maintained 3991bdd6874SStefan WeilF: *posix* 4001bdd6874SStefan Weil 4013c2bdbc1SKamil RytarowskiNETBSD 4023c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org 4033c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org> 4043c2bdbc1SKamil RytarowskiS: Maintained 4051b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD 4063c2bdbc1SKamil Rytarowski 4070a773d55SBrad SmithOPENBSD 4080a773d55SBrad SmithL: qemu-devel@nongnu.org 4090a773d55SBrad SmithM: Brad Smith <brad@comstyle.com> 4100a773d55SBrad SmithS: Maintained 4110a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD 4120a773d55SBrad Smith 4131bdd6874SStefan WeilW32, W64 4141bdd6874SStefan WeilL: qemu-devel@nongnu.org 4151bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 4161bdd6874SStefan WeilS: Maintained 4171bdd6874SStefan WeilF: *win32* 41803972660SThomas HuthF: */*win32* 41903972660SThomas HuthF: include/*/*win32* 42003972660SThomas HuthX: qga/*win32* 421885bdc95SStefan WeilF: qemu.nsi 4221bdd6874SStefan Weil 423b250d04aSPhilippe Mathieu-DaudéAlpha Machines 424b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net> 425b250d04aSPhilippe Mathieu-DaudéS: Maintained 426b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/ 4277bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c 428b250d04aSPhilippe Mathieu-Daudé 429fd5d5c56SAnthony LiguoriARM Machines 430fd5d5c56SAnthony Liguori------------ 43184291fe7SliguangAllwinner-a10 43285b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 433b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 43484291fe7SliguangS: Maintained 43585b4d5daSBeniamino GalvaniF: hw/*/allwinner* 43685b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 43784291fe7SliguangF: hw/arm/cubieboard.c 43884291fe7Sliguang 439e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices 44006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 441b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 44206271000SPaolo BonziniS: Maintained 44306271000SPaolo BonziniF: hw/char/pl011.c 444c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h 44506271000SPaolo BonziniF: hw/display/pl110* 44606271000SPaolo BonziniF: hw/dma/pl080.c 44706271000SPaolo BonziniF: hw/dma/pl330.c 44806271000SPaolo BonziniF: hw/gpio/pl061.c 44906271000SPaolo BonziniF: hw/input/pl050.c 45006271000SPaolo BonziniF: hw/intc/pl190.c 45106271000SPaolo BonziniF: hw/sd/pl181.c 45206271000SPaolo BonziniF: hw/timer/pl031.c 45306271000SPaolo BonziniF: include/hw/arm/primecell.h 454e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c 455e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h 456e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c 457e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h 4580d4a7551SPeter MaydellF: hw/misc/tz-ppc.c 4590d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h 460344f4b15SPeter MaydellF: hw/misc/tz-mpc.c 461344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h 46206271000SPaolo Bonzini 46306271000SPaolo BonziniARM cores 46406271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 465b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 46606271000SPaolo BonziniS: Maintained 46706271000SPaolo BonziniF: hw/intc/arm* 46806271000SPaolo BonziniF: hw/intc/gic_internal.h 46906271000SPaolo BonziniF: hw/misc/a9scu.c 47006271000SPaolo BonziniF: hw/misc/arm11scu.c 47106271000SPaolo BonziniF: hw/timer/a9gtimer* 472c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm* 473c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h 47406271000SPaolo BonziniF: include/hw/intc/arm* 47506271000SPaolo BonziniF: include/hw/misc/a9scu.h 47606271000SPaolo BonziniF: include/hw/misc/arm11scu.h 47706271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 47806271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 479c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h 480c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c 48106271000SPaolo Bonzini 482fc63dcffSEvgeny VoevodinExynos 483f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 484b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 485fc63dcffSEvgeny VoevodinS: Maintained 4868d8b636dSPaolo BonziniF: hw/*/exynos* 487ed0db866SThomas HuthF: include/hw/arm/exynos4210.h 488fc63dcffSEvgeny Voevodin 489766fd09fSMark LangsdorfCalxeda Highbank 4909ef137caSRob HerringM: Rob Herring <robh@kernel.org> 491b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4929ef137caSRob HerringS: Maintained 4938d8b636dSPaolo BonziniF: hw/arm/highbank.c 4948d8b636dSPaolo BonziniF: hw/net/xgmac.c 495766fd09fSMark Langsdorf 4969082f121SAntony PavlovCanon DIGIC 4979082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 498b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 4999082f121SAntony PavlovS: Maintained 5009082f121SAntony PavlovF: include/hw/arm/digic.h 5019082f121SAntony PavlovF: hw/*/digic* 5029082f121SAntony Pavlov 503fd5d5c56SAnthony LiguoriGumstix 5041f7161d2SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org> 5055dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 506b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 5071f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes 5088d8b636dSPaolo BonziniF: hw/arm/gumstix.c 509fd5d5c56SAnthony Liguori 5100325559dSPeter Chubbi.MX31 5110325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au> 512b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 5130325559dSPeter ChubbS: Odd fixes 5148d8b636dSPaolo BonziniF: hw/*/imx* 515f7e242d6SThomas HuthF: include/hw/*/imx* 5168d8b636dSPaolo BonziniF: hw/arm/kzm.c 517ed0db866SThomas HuthF: include/hw/arm/fsl-imx31.h 5180325559dSPeter Chubb 519fd5d5c56SAnthony LiguoriIntegrator CP 5201ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 521b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 522fd5d5c56SAnthony LiguoriS: Maintained 5238d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 524f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c 525fd5d5c56SAnthony Liguori 526e5a6a6e6SPeter MaydellMPS2 527e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 528e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org 529e5a6a6e6SPeter MaydellS: Maintained 530e5a6a6e6SPeter MaydellF: hw/arm/mps2.c 5310d4a7551SPeter MaydellF: hw/arm/mps2-tz.c 5320d4a7551SPeter MaydellF: hw/misc/mps2-*.c 5330d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h 5340d4a7551SPeter MaydellF: hw/arm/iotkit.c 5350d4a7551SPeter MaydellF: include/hw/arm/iotkit.h 536e5a6a6e6SPeter Maydell 537fd5d5c56SAnthony LiguoriMusicpal 538fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 539b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 540fd5d5c56SAnthony LiguoriS: Maintained 5418d8b636dSPaolo BonziniF: hw/arm/musicpal.c 542fd5d5c56SAnthony Liguori 543fd5d5c56SAnthony LiguorinSeries 544fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 545b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 546fd5d5c56SAnthony LiguoriS: Maintained 5478d8b636dSPaolo BonziniF: hw/arm/nseries.c 548fd5d5c56SAnthony Liguori 549fd5d5c56SAnthony LiguoriPalm 550fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 551b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 552fd5d5c56SAnthony LiguoriS: Maintained 5538d8b636dSPaolo BonziniF: hw/arm/palm.c 554fd5d5c56SAnthony Liguori 555fd5d5c56SAnthony LiguoriReal View 5561ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 557b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 558fd5d5c56SAnthony LiguoriS: Maintained 5598d8b636dSPaolo BonziniF: hw/arm/realview* 560f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c 5615ea53049SPaolo BonziniF: hw/intc/realview_gic.c 5625ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 563fd5d5c56SAnthony Liguori 5649b31bff0SPaolo BonziniPXA2XX 565fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 566b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 567fd5d5c56SAnthony LiguoriS: Maintained 5689b31bff0SPaolo BonziniF: hw/arm/mainstone.c 5698d8b636dSPaolo BonziniF: hw/arm/spitz.c 5709b31bff0SPaolo BonziniF: hw/arm/tosa.c 5719b31bff0SPaolo BonziniF: hw/arm/z2.c 5729b31bff0SPaolo BonziniF: hw/*/pxa2xx* 573f7e242d6SThomas HuthF: hw/misc/mst_fpga.c 574ed0db866SThomas HuthF: include/hw/arm/pxa.h 575fd5d5c56SAnthony Liguori 576fd5d5c56SAnthony LiguoriStellaris 5771ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 578b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 579fd5d5c56SAnthony LiguoriS: Maintained 5808d8b636dSPaolo BonziniF: hw/*/stellaris* 581fd5d5c56SAnthony Liguori 582fd5d5c56SAnthony LiguoriVersatile PB 5831ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 584b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 585fd5d5c56SAnthony LiguoriS: Maintained 5868d8b636dSPaolo BonziniF: hw/*/versatile* 587c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c 588fd5d5c56SAnthony Liguori 589e3260506SPeter A. G. CrosthwaiteXilinx Zynq 590cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 591c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 592b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 593e3260506SPeter A. G. CrosthwaiteS: Maintained 594cc0100f4SAlistair FrancisF: hw/*/xilinx_* 5958d8b636dSPaolo BonziniF: hw/*/cadence_* 596f7e242d6SThomas HuthF: hw/misc/zynq* 597f7e242d6SThomas HuthF: include/hw/misc/zynq* 598cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 599e3260506SPeter A. G. Crosthwaite 600137805f5SAlistair FrancisXilinx ZynqMP 601c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 602cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 603b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 604137805f5SAlistair FrancisS: Maintained 605cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 606f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 607137805f5SAlistair Francis 6088f4d260eSShannon ZhaoARM ACPI Subsystem 6098f4d260eSShannon ZhaoM: Shannon Zhao <zhaoshenglong@huawei.com> 610e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com> 611b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 6128f4d260eSShannon ZhaoS: Maintained 6138f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 6148f4d260eSShannon Zhao 615a1f8193bSAlistair FrancisSTM32F205 616a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 617a1f8193bSAlistair FrancisS: Maintained 618a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 619a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 620a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 621a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 622a1f8193bSAlistair FrancisF: hw/adc/* 623a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 6240e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h 625a1f8193bSAlistair Francis 626a1f8193bSAlistair FrancisNetduino 2 627a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 628a1f8193bSAlistair FrancisS: Maintained 629a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 630a1f8193bSAlistair Francis 631670bc4cbSSubbaraya SundeepSmartFusion2 632670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 633670bc4cbSSubbaraya SundeepS: Maintained 634670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c 635670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c 636670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c 637670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c 638670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h 639670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h 640670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h 641670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h 642670bc4cbSSubbaraya Sundeep 643670bc4cbSSubbaraya SundeepEmcraft M2S-FG484 644670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 645670bc4cbSSubbaraya SundeepS: Maintained 646670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c 647670bc4cbSSubbaraya Sundeep 648f87db1baSJoel StanleyASPEED BMCs 649f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org> 650f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au> 651f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au> 652f87db1baSJoel StanleyL: qemu-arm@nongnu.org 653f87db1baSJoel StanleyS: Maintained 654f87db1baSJoel StanleyF: hw/*/*aspeed* 655f87db1baSJoel StanleyF: include/hw/*/*aspeed* 656f87db1baSJoel StanleyF: hw/net/ftgmac100.c 657f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h 658f87db1baSJoel Stanley 659fd5d5c56SAnthony LiguoriCRIS Machines 660fd5d5c56SAnthony Liguori------------- 661fd5d5c56SAnthony LiguoriAxis Dev88 662fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 663fd5d5c56SAnthony LiguoriS: Maintained 6648d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 6656e481d57SPeter MaydellF: hw/*/etraxfs_*.c 666fd5d5c56SAnthony Liguori 66707bf23a7SMichael WalleLM32 Machines 66807bf23a7SMichael Walle------------- 66907bf23a7SMichael WalleEVR32 and uclinux BSP 67007bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 67107bf23a7SMichael WalleS: Maintained 6728d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c 67307bf23a7SMichael Walle 674d118aa6bSMichael Wallemilkymist 675d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 676d118aa6bSMichael WalleS: Maintained 6778d8b636dSPaolo BonziniF: hw/lm32/milkymist.c 678d118aa6bSMichael Walle 679afcacd53SAurelien JarnoM68K Machines 680fd5d5c56SAnthony Liguori------------- 681fd5d5c56SAnthony Liguorian5206 6825baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 6835baf2741SThomas HuthS: Odd Fixes 6848d8b636dSPaolo BonziniF: hw/m68k/an5206.c 685e9a56114SThomas HuthF: hw/m68k/mcf5206.c 686fd5d5c56SAnthony Liguori 687fd5d5c56SAnthony Liguorimcf5208 6885baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 6895baf2741SThomas HuthS: Odd Fixes 6908d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 691e9a56114SThomas HuthF: hw/m68k/mcf_intc.c 692e9a56114SThomas HuthF: hw/char/mcf_uart.c 693e9a56114SThomas HuthF: hw/net/mcf_fec.c 6945baf2741SThomas HuthF: include/hw/m68k/mcf*.h 695fd5d5c56SAnthony Liguori 696fd5d5c56SAnthony LiguoriMicroBlaze Machines 697b6f97c14Sbellard------------------- 698fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 699fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 700fd5d5c56SAnthony LiguoriS: Maintained 7016e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 702b6f97c14Sbellard 703d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 7044b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 705d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 7068d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 707d36e8ce7SPeter A. G. Crosthwaite 708fd5d5c56SAnthony LiguoriMIPS Machines 709fd5d5c56SAnthony Liguori------------- 710fd5d5c56SAnthony LiguoriJazz 711fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 712fd5d5c56SAnthony LiguoriS: Maintained 7138d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c 714fd5d5c56SAnthony Liguori 715fd5d5c56SAnthony LiguoriMalta 716fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 717fd5d5c56SAnthony LiguoriS: Maintained 7188d8b636dSPaolo BonziniF: hw/mips/mips_malta.c 719fd5d5c56SAnthony Liguori 720fd5d5c56SAnthony LiguoriMipssim 721c92023bfSAleksandar MarkovicM: Aleksandar Markovic <aleksandar.markovic@mips.com> 722659f42d8SYongbok KimS: Odd Fixes 7238d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c 724659f42d8SYongbok KimF: hw/net/mipsnet.c 725fd5d5c56SAnthony Liguori 726fd5d5c56SAnthony LiguoriR4000 727fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 728fd5d5c56SAnthony LiguoriS: Maintained 7298d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c 730fd5d5c56SAnthony Liguori 731659f42d8SYongbok KimFulong 2E 732c92023bfSAleksandar MarkovicM: Aleksandar Markovic <aleksandar.markovic@mips.com> 733659f42d8SYongbok KimS: Odd Fixes 734659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c 7350170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c 7360170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h 737659f42d8SYongbok Kim 738659f42d8SYongbok KimBoston 73994d973bdSPaul BurtonM: Paul Burton <paul.burton@mips.com> 740659f42d8SYongbok KimS: Maintained 741659f42d8SYongbok KimF: hw/core/loader-fit.c 742659f42d8SYongbok KimF: hw/mips/boston.c 743659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c 744659f42d8SYongbok Kim 745945dad6dSJia LiuOpenRISC Machines 746945dad6dSJia Liu----------------- 747945dad6dSJia Liuor1k-sim 748945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 749945dad6dSJia LiuS: Maintained 750945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 751945dad6dSJia Liu 752fd5d5c56SAnthony LiguoriPowerPC Machines 753fd5d5c56SAnthony Liguori---------------- 754fd5d5c56SAnthony Liguori405 755fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 756a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 7579b9fe135SAndreas FärberS: Odd Fixes 7588d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 759fd5d5c56SAnthony Liguori 760aaade8d7SAndreas FärberBamboo 761aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 762aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 763aaade8d7SAndreas FärberS: Odd Fixes 7648d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 765aaade8d7SAndreas Färber 76698cded3aSAndreas Färbere500 76798cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 76898cded3aSAndreas FärberL: qemu-ppc@nongnu.org 76998cded3aSAndreas FärberS: Supported 77098cded3aSAndreas FärberF: hw/ppc/e500.[hc] 77198cded3aSAndreas FärberF: hw/ppc/e500plat.c 772b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 773b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 774b5d55020SThomas HuthF: pc-bios/u-boot.e500 77598cded3aSAndreas Färber 77698cded3aSAndreas Färbermpc8544ds 77798cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 77898cded3aSAndreas FärberL: qemu-ppc@nongnu.org 77998cded3aSAndreas FärberS: Supported 78098cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 7818d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 78298cded3aSAndreas Färber 783fd5d5c56SAnthony LiguoriNew World 784fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 785a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 786fd5d5c56SAnthony LiguoriS: Maintained 787baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 7886e481d57SPeter MaydellF: hw/pci-host/uninorth.c 7896e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 7908d8b636dSPaolo BonziniF: hw/misc/macio/ 7916ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c 792b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 793eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/ 7946ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h 795eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h 796fd5d5c56SAnthony Liguori 797fd5d5c56SAnthony LiguoriOld World 798fd5d5c56SAnthony LiguoriM: Alexander Graf <agraf@suse.de> 799a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 800fd5d5c56SAnthony LiguoriS: Maintained 801baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 8026e481d57SPeter MaydellF: hw/pci-host/grackle.c 8038d8b636dSPaolo BonziniF: hw/misc/macio/ 804835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 805fd5d5c56SAnthony Liguori 806ec38d398SAndreas FärberPReP 8078178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org> 8089f38774dSAndreas FärberL: qemu-devel@nongnu.org 809a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 8108178e89cSHervé PoussineauS: Maintained 81175610155SAndreas FärberF: hw/ppc/prep.c 8128178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c 8138178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c 8146e481d57SPeter MaydellF: hw/pci-host/prep.[hc] 8150a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c 816a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c 8171cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c 818cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c 819a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h 820cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h 821835c42d3SThomas HuthF: pc-bios/ppc_rom.bin 822fd5d5c56SAnthony Liguori 823300b115cSAndreas FärbersPAPR 824085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 8258a269ca4SAndreas FärberM: Alexander Graf <agraf@suse.de> 8268a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 8278a269ca4SAndreas FärberS: Supported 8288d8b636dSPaolo BonziniF: hw/*/spapr* 829f9de2da7SDavid GibsonF: include/hw/*/spapr* 830f9de2da7SDavid GibsonF: hw/*/xics* 831f9de2da7SDavid GibsonF: include/hw/*/xics* 832f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/* 833b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin 834b5d55020SThomas HuthF: pc-bios/slof.bin 835bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid 836b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt 837b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt 838a70ab357SGreg KurzF: tests/spapr* 839a70ab357SGreg KurzF: tests/libqos/*spapr* 840a70ab357SGreg KurzF: tests/rtas* 841a70ab357SGreg KurzF: tests/libqos/rtas* 8428a269ca4SAndreas Färber 843794d00bfSAndreas Färbervirtex_ml507 844794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 845794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 846794d00bfSAndreas FärberS: Odd Fixes 8476e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 848794d00bfSAndreas Färber 849a9dd6604SBALATON Zoltansam460ex 850a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu> 851a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org 852a9dd6604SBALATON ZoltanS: Maintained 853a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c 854c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c 855a9dd6604SBALATON Zoltan 856fd5d5c56SAnthony LiguoriSH4 Machines 857fd5d5c56SAnthony Liguori------------ 858fd5d5c56SAnthony LiguoriR2D 859fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 860fd5d5c56SAnthony LiguoriS: Maintained 8616e481d57SPeter MaydellF: hw/sh4/r2d.c 86281527b94SThomas HuthF: hw/intc/sh_intc.c 86381527b94SThomas HuthF: hw/timer/sh_timer.c 864fd5d5c56SAnthony Liguori 865fd5d5c56SAnthony LiguoriShix 866fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 86781527b94SThomas HuthS: Odd Fixes 8686e481d57SPeter MaydellF: hw/sh4/shix.c 869fd5d5c56SAnthony Liguori 870fd5d5c56SAnthony LiguoriSPARC Machines 871fd5d5c56SAnthony Liguori-------------- 872fd5d5c56SAnthony LiguoriSun4m 873f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 874fd5d5c56SAnthony LiguoriS: Maintained 8758d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 876c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c 877c10a1c78SThomas HuthF: hw/dma/sun4m_iommu.c 8787098b79eSThomas HuthF: hw/misc/eccmemctl.c 8797098b79eSThomas HuthF: hw/misc/slavio_misc.c 880c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h 881c10a1c78SThomas HuthF: include/hw/sparc/sun4m.h 882c10a1c78SThomas HuthF: pc-bios/openbios-sparc32 883fd5d5c56SAnthony Liguori 884fd5d5c56SAnthony LiguoriSun4u 885f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 886fd5d5c56SAnthony LiguoriS: Maintained 8878d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 888c10a1c78SThomas HuthF: pc-bios/openbios-sparc64 889fd5d5c56SAnthony Liguori 890a2664ca0SArtyom TarasenkoSun4v 891a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com> 892a2664ca0SArtyom TarasenkoS: Maintained 893626e4a4bSFam ZhengF: hw/sparc64/niagara.c 894a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c 895a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h 896a2664ca0SArtyom Tarasenko 897ce6c760cSFabien ChouteauLeon3 898ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 899ce6c760cSFabien ChouteauS: Maintained 9008d8b636dSPaolo BonziniF: hw/sparc/leon3.c 9018d8b636dSPaolo BonziniF: hw/*/grlib* 902c10a1c78SThomas HuthF: include/hw/sparc/grlib.h 903ce6c760cSFabien Chouteau 904fd5d5c56SAnthony LiguoriS390 Machines 905fd5d5c56SAnthony Liguori------------- 906dd4ad64aSCornelia HuckS390 Virtio-ccw 907c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 908b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 909dd4ad64aSCornelia HuckM: Alexander Graf <agraf@suse.de> 910dd4ad64aSCornelia HuckS: Supported 9110c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc] 9129d1c4449SChristian BorntraegerF: hw/char/terminal3270.c 913c5bfb202SCornelia HuckF: hw/s390x/ 9144277af19SCornelia HuckF: include/hw/s390x/ 915c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c 9161e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h 9171e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak 9183e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 9193e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 920146bd283SCornelia HuckL: qemu-s390x@nongnu.org 921dd4ad64aSCornelia Huck 922304584bfSCornelia HuckS390-ccw Bios 923304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com> 924304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com> 925304584bfSCornelia HuckS: Supported 926304584bfSCornelia HuckF: pc-bios/s390-ccw/ 927304584bfSCornelia HuckF: pc-bios/s390-ccw.img 928304584bfSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 929304584bfSCornelia HuckL: qemu-s390x@nongnu.org 930304584bfSCornelia Huck 931ab9528caSGuan XuetaoUniCore32 Machines 932ab9528caSGuan Xuetao------------- 933ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox 934ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn> 935ab9528caSGuan XuetaoS: Maintained 9368d8b636dSPaolo BonziniF: hw/*/puv3* 937ab9528caSGuan XuetaoF: hw/unicore32/ 938ab9528caSGuan Xuetao 939fd5d5c56SAnthony LiguoriX86 Machines 940fd5d5c56SAnthony Liguori------------ 941fd5d5c56SAnthony LiguoriPC 942046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 943fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 944fd5d5c56SAnthony LiguoriS: Supported 945046a6486SMichael S. TsirkinF: include/hw/i386/ 946046a6486SMichael S. TsirkinF: hw/i386/ 947046a6486SMichael S. TsirkinF: hw/pci-host/piix.c 948046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 949046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 950046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 951046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 952046a6486SMichael S. TsirkinF: hw/isa/piix4.c 953046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 954046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 955046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 956046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 957046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 958f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h 9599cc3b73cSPaolo BonziniF: hw/misc/sga.c 9609cc3b73cSPaolo Bonzini 9619cc3b73cSPaolo BonziniPC Chipset 9629cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 9639cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 9641732be86SPhilippe Mathieu-DaudéS: Supported 9659cc3b73cSPaolo BonziniF: hw/char/debugcon.c 966bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel* 9679cc3b73cSPaolo BonziniF: hw/char/serial* 9689cc3b73cSPaolo BonziniF: hw/dma/i8257* 9699cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 9701732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c 9719cc3b73cSPaolo BonziniF: hw/intc/apic* 9729cc3b73cSPaolo BonziniF: hw/intc/ioapic* 9739cc3b73cSPaolo BonziniF: hw/intc/i8259* 9741854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c 9759cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 9769cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 9779cc3b73cSPaolo BonziniF: hw/timer/hpet* 9789cc3b73cSPaolo BonziniF: hw/timer/i8254* 9799cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc* 980edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c 981866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h 982bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h 98355f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h 984a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 98547973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h 9861854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h 987a2feb348SThomas HuthF: include/hw/timer/hpet.h 988a2feb348SThomas HuthF: include/hw/timer/i8254* 989a2feb348SThomas HuthF: include/hw/timer/mc146818rtc* 990046a6486SMichael S. Tsirkin 9915da4fb00SMichael S. TsirkinMachine core 9925da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com> 993fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 9945da4fb00SMichael S. TsirkinS: Supported 9955da4fb00SMichael S. TsirkinF: hw/core/machine.c 996c1629c5cSThomas HuthF: hw/core/null-machine.c 9975da4fb00SMichael S. TsirkinF: include/hw/boards.h 998e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next 999fd5d5c56SAnthony Liguori 100016e7caaeSMax FilippovXtensa Machines 100116e7caaeSMax Filippov--------------- 1002375847a6SMax Filippovsim 100316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 100416e7caaeSMax FilippovS: Maintained 1005437a8c11SMax FilippovF: hw/xtensa/sim.c 1006375847a6SMax Filippov 1007437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 1008375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1009375847a6SMax FilippovS: Maintained 1010437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 1011437a8c11SMax FilippovF: hw/net/opencores_eth.c 101216e7caaeSMax Filippov 1013fd5d5c56SAnthony LiguoriDevices 1014fd5d5c56SAnthony Liguori------- 1015b30934cbSJiri SlabyEDU 1016b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 1017b30934cbSJiri SlabyS: Maintained 1018b30934cbSJiri SlabyF: hw/misc/edu.c 1019b30934cbSJiri Slaby 1020fd5d5c56SAnthony LiguoriIDE 1021c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1022c095348bSJohn SnowL: qemu-block@nongnu.org 1023c095348bSJohn SnowS: Supported 10248d8b636dSPaolo BonziniF: include/hw/ide.h 1025c9f7acd5SThomas HuthF: include/hw/ide/ 1026fd5d5c56SAnthony LiguoriF: hw/ide/ 1027c095348bSJohn SnowF: hw/block/block.c 1028c095348bSJohn SnowF: hw/block/cdrom.c 1029c095348bSJohn SnowF: hw/block/hd-geometry.c 1030c095348bSJohn SnowF: tests/ide-test.c 1031c095348bSJohn SnowF: tests/ahci-test.c 1032edc35b3dSThomas HuthF: tests/cdrom-test.c 1033aee50319SJohn SnowF: tests/libqos/ahci* 1034c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 1035c095348bSJohn Snow 1036caf316baSCorey MinyardIPMI 1037caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org> 1038caf316baSCorey MinyardS: Maintained 1039caf316baSCorey MinyardF: include/hw/ipmi/* 1040caf316baSCorey MinyardF: hw/ipmi/* 1041caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c 1042caf316baSCorey MinyardF: tests/ipmi* 1043caf316baSCorey MinyardT: git git://github.com/cminyard/qemu.git master-ipmi-rebase 1044caf316baSCorey Minyard 1045c095348bSJohn SnowFloppy 1046c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1047c095348bSJohn SnowL: qemu-block@nongnu.org 1048c095348bSJohn SnowS: Supported 1049c095348bSJohn SnowF: hw/block/fdc.c 1050c095348bSJohn SnowF: include/hw/block/fdc.h 1051aee50319SJohn SnowF: tests/fdc-test.c 1052c095348bSJohn SnowT: git git://github.com/jnsnow/qemu.git ide 1053fd5d5c56SAnthony Liguori 1054f5f487b2SPeter MaydellOMAP 1055f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1056f5f487b2SPeter MaydellS: Maintained 10578d8b636dSPaolo BonziniF: hw/*/omap* 1058ed0db866SThomas HuthF: include/hw/arm/omap.h 1059f5f487b2SPeter Maydell 106028d54e58SPaolo BonziniIPack 106128d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 106228d54e58SPaolo BonziniS: Odd Fixes 106328d54e58SPaolo BonziniF: hw/char/ipoctal232.c 106428d54e58SPaolo BonziniF: hw/ipack/ 106528d54e58SPaolo Bonzini 1066fd5d5c56SAnthony LiguoriPCI 1067fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1068fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1069fd5d5c56SAnthony LiguoriS: Supported 10708d8b636dSPaolo BonziniF: include/hw/pci/* 1071f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 1072ca818cfbSMichael S. TsirkinF: hw/pci/* 1073f178bc6bSPaolo BonziniF: hw/pci-bridge/* 107468179923SPhilippe Mathieu-DaudéF: docs/pci* 107568179923SPhilippe Mathieu-DaudéF: docs/specs/*pci* 1076534fd814SFam ZhengF: default-configs/pci.mak 10770e0b3592SMichael S. Tsirkin 1078d31e5ae7SMichael S. TsirkinACPI/SMBIOS 10790e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 10800e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 10810e0b3592SMichael S. TsirkinS: Supported 10820e0b3592SMichael S. TsirkinF: include/hw/acpi/* 1083d31e5ae7SMichael S. TsirkinF: include/hw/smbios/* 10840e0b3592SMichael S. TsirkinF: hw/mem/* 10858d8b636dSPaolo BonziniF: hw/acpi/* 1086d31e5ae7SMichael S. TsirkinF: hw/smbios/* 10870e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 10880e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 10893248f1b4SBen WarrenF: tests/bios-tables-test.c 10903248f1b4SBen WarrenF: tests/acpi-utils.[hc] 1091fd5d5c56SAnthony Liguori 1092aaade8d7SAndreas Färberppc4xx 1093aaade8d7SAndreas FärberM: Alexander Graf <agraf@suse.de> 1094aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 1095aaade8d7SAndreas FärberS: Odd Fixes 10968d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 1097aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c 1098b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 1099aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h 1100aaade8d7SAndreas Färber 110198cded3aSAndreas Färberppce500 110298cded3aSAndreas FärberM: Alexander Graf <agraf@suse.de> 110398cded3aSAndreas FärberL: qemu-ppc@nongnu.org 110498cded3aSAndreas FärberS: Supported 11056e481d57SPeter MaydellF: hw/ppc/e500* 1106566dd236SPaolo BonziniF: hw/pci-host/ppce500.c 1107566dd236SPaolo BonziniF: hw/net/fsl_etsec/ 110898cded3aSAndreas Färber 110961af0ee6SPaolo BonziniCharacter devices 111061af0ee6SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 111161af0ee6SPaolo BonziniS: Odd Fixes 111261af0ee6SPaolo BonziniF: hw/char/ 111361af0ee6SPaolo Bonzini 1114f536f112SPaolo BonziniNetwork devices 1115f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 1116f536f112SPaolo BonziniS: Odd Fixes 1117f536f112SPaolo BonziniF: hw/net/ 11186061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/ 11196bd7776cSGreg KurzF: tests/virtio-net-test.c 1120f536f112SPaolo BonziniT: git git://github.com/jasowang/qemu.git net 1121f536f112SPaolo Bonzini 1122fd5d5c56SAnthony LiguoriSCSI 1123de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1124c2380365SFam ZhengR: Fam Zheng <famz@redhat.com> 1125de7724f7SPaolo BonziniS: Supported 112674460f34SThomas HuthF: include/hw/scsi/* 11278d8b636dSPaolo BonziniF: hw/scsi/* 11286bd7776cSGreg KurzF: tests/virtio-scsi-test.c 11291ab09a40SAndreas FärberT: git git://github.com/bonzini/qemu.git scsi-next 1130de7724f7SPaolo Bonzini 1131fcb5629dSPeter A. G. CrosthwaiteSSI 11324b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1133c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1134fcb5629dSPeter A. G. CrosthwaiteS: Maintained 11358d8b636dSPaolo BonziniF: hw/ssi/* 11368d8b636dSPaolo BonziniF: hw/block/m25p80.c 1137982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h 11384b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 1139982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c 11404b46ba61SAlistair Francis 11414b46ba61SAlistair FrancisXilinx SPI 1142c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 11434b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 11444b46ba61SAlistair FrancisS: Maintained 11454b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 1146fcb5629dSPeter A. G. Crosthwaite 1147076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card) 1148076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org> 1149076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes 1150076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd* 1151076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c 1152076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd* 1153076a0fc3SPhilippe Mathieu-DaudéF: tests/sd* 1154076a0fc3SPhilippe Mathieu-Daudé 1155fd5d5c56SAnthony LiguoriUSB 11565d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 11575d0d62feSGerd HoffmannS: Maintained 11588d8b636dSPaolo BonziniF: hw/usb/* 115928edfce0SGongleiF: tests/usb-*-test.c 1160beded0ffSThomas HuthF: docs/usb2.txt 1161beded0ffSThomas HuthF: docs/usb-storage.txt 1162beded0ffSThomas HuthF: include/hw/usb.h 1163beded0ffSThomas HuthF: include/hw/usb/ 1164104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak 1165fd5d5c56SAnthony Liguori 1166e26082fdSPaolo BonziniUSB (serial adapter) 1167e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com> 1168e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1169e26082fdSPaolo BonziniS: Maintained 1170e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 1171e26082fdSPaolo Bonzini 117292e1fb5eSAlex WilliamsonVFIO 117392e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 117492e1fb5eSAlex WilliamsonS: Supported 1175cf7087dbSKim PhillipsF: hw/vfio/* 117699b88c6dSThomas HuthF: include/hw/vfio/ 117792e1fb5eSAlex Williamson 11785eb74557SDong Jia Shivfio-ccw 1179c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 11805eb74557SDong Jia ShiS: Supported 11815eb74557SDong Jia ShiF: hw/vfio/ccw.c 11825eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c 11835eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h 11845eb74557SDong Jia ShiT: git git://github.com/cohuck/qemu.git s390-next 1185146bd283SCornelia HuckL: qemu-s390x@nongnu.org 11865eb74557SDong Jia Shi 1187fd5d5c56SAnthony Liguorivhost 1188fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1189fd5d5c56SAnthony LiguoriS: Supported 11908d8b636dSPaolo BonziniF: hw/*/*vhost* 119137f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt 1192fd5d5c56SAnthony Liguori 1193fd5d5c56SAnthony Liguorivirtio 1194a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1195fd5d5c56SAnthony LiguoriS: Supported 11968d8b636dSPaolo BonziniF: hw/*/virtio* 119772fa605dSThomas HuthF: hw/virtio/Makefile.objs 119872fa605dSThomas HuthF: hw/virtio/trace-events 11996a084ea3SMichael S. TsirkinF: net/vhost-user.c 1200494f7b57SThomas HuthF: include/hw/virtio/ 12016bd7776cSGreg KurzF: tests/virtio-balloon-test.c 1202fd5d5c56SAnthony Liguori 1203fd5d5c56SAnthony Liguorivirtio-9p 12048c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 1205fd5d5c56SAnthony LiguoriS: Supported 1206aebeca25SAndreas FärberF: hw/9pfs/ 1207aebeca25SAndreas FärberF: fsdev/ 12082d888c09SAndreas FärberF: tests/virtio-9p-test.c 12098c1cd719SGreg KurzT: git git://github.com/gkurz/qemu.git 9p-next 1210fd5d5c56SAnthony Liguori 1211fd5d5c56SAnthony Liguorivirtio-blk 121254d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1213b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 1214fd5d5c56SAnthony LiguoriS: Supported 12158d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 1216b457a5f5SStefan HajnocziF: hw/block/dataplane/* 12176bd7776cSGreg KurzF: tests/virtio-blk-test.c 1218b457a5f5SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 1219fd5d5c56SAnthony Liguori 1220dd4ad64aSCornelia Huckvirtio-ccw 1221c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 1222b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 1223dd4ad64aSCornelia HuckS: Supported 1224dd4ad64aSCornelia HuckF: hw/s390x/virtio-ccw.[hc] 12253e9ed24bSCornelia HuckT: git git://github.com/cohuck/qemu.git s390-next 12263e9ed24bSCornelia HuckT: git git://github.com/borntraeger/qemu.git s390-next 1227146bd283SCornelia HuckL: qemu-s390x@nongnu.org 1228dd4ad64aSCornelia Huck 1229a5d4d7b5SGerd Hoffmannvirtio-input 1230a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1231a5d4d7b5SGerd HoffmannS: Maintained 1232a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 1233a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 1234a5d4d7b5SGerd Hoffmann 1235fd5d5c56SAnthony Liguorivirtio-serial 1236cee887d9SAmit ShahM: Amit Shah <amit@kernel.org> 1237fd5d5c56SAnthony LiguoriS: Supported 12388d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 12398d8b636dSPaolo BonziniF: hw/char/virtio-console.c 124068a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 12416bd7776cSGreg KurzF: tests/virtio-console-test.c 12426bd7776cSGreg KurzF: tests/virtio-serial-test.c 1243fd5d5c56SAnthony Liguori 12441f51a5cbSAmit Shahvirtio-rng 1245cee887d9SAmit ShahM: Amit Shah <amit@kernel.org> 12461f51a5cbSAmit ShahS: Supported 12471f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 12481f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 1249750cf869SThomas HuthF: include/sysemu/rng*.h 12501f51a5cbSAmit ShahF: backends/rng*.c 12516bd7776cSGreg KurzF: tests/virtio-rng-test.c 12521f51a5cbSAmit Shah 12536034011cSGongleivirtio-crypto 12546034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 12556034011cSGongleiS: Supported 12566034011cSGongleiF: hw/virtio/virtio-crypto.c 12576034011cSGongleiF: hw/virtio/virtio-crypto-pci.c 12586034011cSGongleiF: include/hw/virtio/virtio-crypto.h 12596034011cSGonglei 1260f3c507adSKeith Buschnvme 1261f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com> 1262c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1263f3c507adSKeith BuschS: Supported 1264f3c507adSKeith BuschF: hw/block/nvme* 1265fc967791SAndreas FärberF: tests/nvme-test.c 1266f3c507adSKeith Busch 1267d383c625SHannes Reineckemegasas 12683fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com> 1269c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1270d383c625SHannes ReineckeS: Supported 1271d383c625SHannes ReineckeF: hw/scsi/megasas.c 1272d383c625SHannes ReineckeF: hw/scsi/mfi.h 12733fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c 1274d383c625SHannes Reinecke 1275605d52e6SDmitry FleytmanNetwork packet abstractions 1276bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1277605d52e6SDmitry FleytmanS: Maintained 1278605d52e6SDmitry FleytmanF: include/net/eth.h 1279605d52e6SDmitry FleytmanF: net/eth.c 1280605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 1281605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 1282605d52e6SDmitry Fleytman 1283622fb504SDmitry FleytmanVmware 1284bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1285622fb504SDmitry FleytmanS: Maintained 1286622fb504SDmitry FleytmanF: hw/net/vmxnet* 1287622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 12885a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c 1289622fb504SDmitry Fleytman 1290de24d3f1SScott FeldmanRocker 1291de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 1292de24d3f1SScott FeldmanS: Maintained 1293de24d3f1SScott FeldmanF: hw/net/rocker/ 1294de850948SThomas HuthF: tests/rocker/ 1295de850948SThomas HuthF: docs/specs/rocker.txt 1296de24d3f1SScott Feldman 129770d1fb9cSXiao GuangrongNVDIMM 12987a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 129970d1fb9cSXiao GuangrongS: Maintained 130070d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c 130170d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c 130270d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h 130370d1fb9cSXiao Guangrong 1304093454e2SDmitry Fleytmane1000x 1305bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1306093454e2SDmitry FleytmanS: Maintained 1307093454e2SDmitry FleytmanF: hw/net/e1000x* 1308093454e2SDmitry Fleytman 13096f3fbe4eSDmitry Fleytmane1000e 1310bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 13116f3fbe4eSDmitry FleytmanS: Maintained 13126f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 13136f3fbe4eSDmitry Fleytman 1314ebc2327fSStefan Weileepro100 1315ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de> 1316ebc2327fSStefan WeilS: Maintained 1317ebc2327fSStefan WeilF: hw/net/eepro100.c 1318ebc2327fSStefan Weil 1319e481a1f6SAlistair FrancisGeneric Loader 1320c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1321e481a1f6SAlistair FrancisS: Maintained 1322e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 1323e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 1324c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt 1325e481a1f6SAlistair Francis 1326*645d3cbeSSu HangIntel Hexadecimal Object File Loader 1327*645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn> 1328*645d3cbeSSu HangS: Maintained 1329*645d3cbeSSu HangF: tests/hexloader-test.c 1330*645d3cbeSSu HangF: tests/hex-loader-check-data/test.hex 1331*645d3cbeSSu Hang 133287a9023aSThomas HuthCHRP NVRAM 133387a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com> 133487a9023aSThomas HuthS: Maintained 133587a9023aSThomas HuthF: hw/nvram/chrp_nvram.c 133687a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h 133787a9023aSThomas HuthF: tests/prom-env-test.c 133887a9023aSThomas Huth 133942697d88SBen WarrenVM Generation ID 134042697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com> 134142697d88SBen WarrenS: Maintained 134242697d88SBen WarrenF: hw/acpi/vmgenid.c 134342697d88SBen WarrenF: include/hw/acpi/vmgenid.h 134442697d88SBen WarrenF: docs/specs/vmgenid.txt 134542697d88SBen WarrenF: tests/vmgenid-test.c 134642697d88SBen WarrenF: stubs/vmgenid.c 134742697d88SBen Warren 1348747969dbSPhilippe Mathieu-DaudéUnimplemented device 1349747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org> 1350747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org> 1351747969dbSPhilippe Mathieu-DaudéS: Maintained 1352747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h 1353747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c 1354747969dbSPhilippe Mathieu-Daudé 1355dbb2e472SGerd HoffmannStandard VGA 1356dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1357dbb2e472SGerd HoffmannS: Maintained 1358dbb2e472SGerd HoffmannF: hw/display/vga* 1359dbb2e472SGerd HoffmannF: hw/display/bochs-display.c 1360dbb2e472SGerd HoffmannF: include/hw/display/vga.h 1361dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h 1362dbb2e472SGerd Hoffmann 136358d632c7SGerd Hoffmannramfb 136458d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 136558d632c7SGerd HoffmannS: Maintained 136658d632c7SGerd HoffmannF: hw/display/ramfb*.c 136758d632c7SGerd HoffmannF: include/hw/display/ramfb.h 136858d632c7SGerd Hoffmann 1369dbb2e472SGerd Hoffmannvirtio-gpu 1370dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1371dbb2e472SGerd HoffmannS: Maintained 1372dbb2e472SGerd HoffmannF: hw/display/virtio-gpu* 1373dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c 1374dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h 1375dbb2e472SGerd Hoffmann 1376dbb2e472SGerd HoffmannCirrus VGA 1377dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1378dbb2e472SGerd HoffmannS: Odd Fixes 1379dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1380dbb2e472SGerd HoffmannF: hw/display/cirrus* 1381dbb2e472SGerd Hoffmann 1382fd5d5c56SAnthony LiguoriSubsystems 1383fd5d5c56SAnthony Liguori---------- 1384fd5d5c56SAnthony LiguoriAudio 13859f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1386fd5d5c56SAnthony LiguoriS: Maintained 1387fd5d5c56SAnthony LiguoriF: audio/ 13888d8b636dSPaolo BonziniF: hw/audio/ 1389a2b245aeSThomas HuthF: include/hw/audio/ 1390d7b50c0cSAndreas FärberF: tests/ac97-test.c 13918fa74c94SAndreas FärberF: tests/es1370-test.c 1392fbaf445aSAndreas FärberF: tests/intel-hda-test.c 1393fd5d5c56SAnthony Liguori 139417f1e8f5SStefan HajnocziBlock layer core 1395fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 1396c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1397c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1398fd5d5c56SAnthony LiguoriS: Supported 1399fd5d5c56SAnthony LiguoriF: block* 1400fd5d5c56SAnthony LiguoriF: block/ 14018d8b636dSPaolo BonziniF: hw/block/ 14024c346e0bSKevin WolfF: include/block/ 140346078760SKevin WolfF: qemu-img* 140446078760SKevin WolfF: qemu-io* 140529242091SKevin WolfF: tests/qemu-iotests/ 14068dd30c86SMax ReitzF: util/qemu-progress.c 14070bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c 14080bcc8e5bSMarkus ArmbrusterF: test/check-block-qdict.c 1409d48adddaSStefan HajnocziT: git git://repo.or.cz/qemu/kevin.git block 1410fd5d5c56SAnthony Liguori 1411d55053b1SStefan HajnocziBlock I/O path 1412d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 14139ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com> 1414d55053b1SStefan HajnocziL: qemu-block@nongnu.org 1415d55053b1SStefan HajnocziS: Supported 141636c697bdSPaolo BonziniF: util/async.c 141736c697bdSPaolo BonziniF: util/aio-*.c 1418d55053b1SStefan HajnocziF: block/io.c 1419d55053b1SStefan HajnocziF: migration/block* 1420e1029ae2SFam ZhengF: include/block/aio.h 1421f5a53faaSStefan HajnocziF: include/block/aio-wait.h 14220a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py 1423d55053b1SStefan HajnocziT: git git://github.com/stefanha/qemu.git block 1424d55053b1SStefan Hajnoczi 1425e5b5728cSPaolo BonziniBlock SCSI subsystem 1426e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1427c2380365SFam ZhengR: Fam Zheng <famz@redhat.com> 1428e5b5728cSPaolo BonziniL: qemu-block@nongnu.org 1429e5b5728cSPaolo BonziniS: Supported 1430e5b5728cSPaolo BonziniF: include/scsi/* 1431e5b5728cSPaolo BonziniF: scsi/* 1432e5b5728cSPaolo Bonzini 1433280458a3SJeff CodyBlock Jobs 1434280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1435280458a3SJeff CodyL: qemu-block@nongnu.org 1436280458a3SJeff CodyS: Supported 1437280458a3SJeff CodyF: blockjob.c 1438280458a3SJeff CodyF: include/block/blockjob.h 143933e9e9bdSKevin WolfF: job.c 14401a90bc81SKevin WolfF: job-qmp.c 144133e9e9bdSKevin WolfF: include/block/job.h 1442280458a3SJeff CodyF: block/backup.c 1443280458a3SJeff CodyF: block/commit.c 144477346025SJeff CodyF: block/stream.c 1445280458a3SJeff CodyF: block/mirror.c 1446bf42508fSKevin WolfF: qapi/job.json 1447280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1448280458a3SJeff Cody 14494120201dSMarkus ArmbrusterBlock QAPI, monitor, command line 14504120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 14514120201dSMarkus ArmbrusterS: Supported 14524120201dSMarkus ArmbrusterF: blockdev.c 14534120201dSMarkus ArmbrusterF: block/qapi.c 14544120201dSMarkus ArmbrusterF: qapi/block*.json 1455fa988e39SMarkus ArmbrusterF: qapi/transaction.json 14564120201dSMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git block-next 14574120201dSMarkus Armbruster 1458538193bcSJohn SnowDirty Bitmaps 1459538193bcSJohn SnowM: Fam Zheng <famz@redhat.com> 1460538193bcSJohn SnowM: John Snow <jsnow@redhat.com> 1461538193bcSJohn SnowL: qemu-block@nongnu.org 1462538193bcSJohn SnowS: Supported 1463538193bcSJohn SnowF: util/hbitmap.c 1464538193bcSJohn SnowF: block/dirty-bitmap.c 1465538193bcSJohn SnowF: include/qemu/hbitmap.h 1466538193bcSJohn SnowF: include/block/dirty-bitmap.h 1467538193bcSJohn SnowF: tests/test-hbitmap.c 14685746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst 1469538193bcSJohn SnowT: git git://github.com/famz/qemu.git bitmaps 1470538193bcSJohn SnowT: git git://github.com/jnsnow/qemu.git bitmaps 1471538193bcSJohn Snow 147261af0ee6SPaolo BonziniCharacter device backends 1473da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 147455fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 1475fd5d5c56SAnthony LiguoriS: Maintained 1476178fe0aeSMarc-André LureauF: chardev/ 14778228e353SMarc-André LureauF: include/chardev/ 1478dbeee392SMarkus ArmbrusterF: qapi/char.json 1479fd5d5c56SAnthony Liguori 1480e26082fdSPaolo BonziniCharacter Devices (Braille) 1481e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1482e26082fdSPaolo BonziniS: Maintained 14836b10e573SMarc-André LureauF: chardev/baum.c 1484fd5d5c56SAnthony Liguori 1485e94630d3SMarkus ArmbrusterCommand line option argument parsing 1486e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 1487e94630d3SMarkus ArmbrusterS: Supported 1488e94630d3SMarkus ArmbrusterF: include/qemu/option.h 1489e94630d3SMarkus ArmbrusterF: tests/test-keyval.c 1490e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c 1491e94630d3SMarkus ArmbrusterF: util/keyval.c 1492e94630d3SMarkus ArmbrusterF: util/qemu-option.c 1493e94630d3SMarkus Armbruster 14948c413e79SMarkus ArmbrusterCoverity model 14958c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 14968c413e79SMarkus ArmbrusterS: Supported 14978c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 14988c413e79SMarkus Armbruster 1499f2ca0524SAndreas FärberCPU 150012b0e69cSAndreas FärberL: qemu-devel@nongnu.org 1501f2ca0524SAndreas FärberS: Supported 1502f2ca0524SAndreas FärberF: qom/cpu.c 15036e481d57SPeter MaydellF: include/qom/cpu.h 1504f2ca0524SAndreas Färber 1505d24b569aSPeter A. G. CrosthwaiteDevice Tree 15064b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1507d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de> 1508d24b569aSPeter A. G. CrosthwaiteS: Maintained 150982407515SThomas HuthF: device_tree.c 151082407515SThomas HuthF: include/sysemu/device_tree.h 1511d24b569aSPeter A. G. Crosthwaite 15123505a22bSMarc-André LureauDump 15133505a22bSMarc-André LureauS: Supported 15143505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 15153505a22bSMarc-André LureauF: dump.c 15163505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c 15173505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h 15183505a22bSMarc-André LureauF: include/sysemu/dump-arch.h 15193505a22bSMarc-André LureauF: include/sysemu/dump.h 15203505a22bSMarc-André LureauF: scripts/dump-guest-memory.py 15213505a22bSMarc-André LureauF: stubs/dump.c 15223505a22bSMarc-André Lureau 15234f966768SMarkus ArmbrusterError reporting 15244f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 15254f966768SMarkus ArmbrusterS: Supported 15264f966768SMarkus ArmbrusterF: include/qapi/error.h 15274f966768SMarkus ArmbrusterF: include/qemu/error-report.h 15284f966768SMarkus ArmbrusterF: util/error.c 15294f966768SMarkus ArmbrusterF: util/qemu-error.c 15304f966768SMarkus Armbruster 1531fd5d5c56SAnthony LiguoriGDB stub 15325dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 1533fd5d5c56SAnthony LiguoriS: Odd Fixes 1534fd5d5c56SAnthony LiguoriF: gdbstub* 1535fd5d5c56SAnthony LiguoriF: gdb-xml/ 1536fd5d5c56SAnthony Liguori 153701a9c03cSPaolo BonziniMemory API 153801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 153901a9c03cSPaolo BonziniS: Supported 154001a9c03cSPaolo BonziniF: include/exec/ioport.h 154101a9c03cSPaolo BonziniF: ioport.c 154201a9c03cSPaolo BonziniF: include/exec/memory.h 15432b1641d0SPaolo BonziniF: include/exec/ram_addr.h 154401a9c03cSPaolo BonziniF: memory.c 154501a9c03cSPaolo BonziniF: include/exec/memory-internal.h 154601a9c03cSPaolo BonziniF: exec.c 154701a9c03cSPaolo Bonzini 15487ee3bf03SGerd HoffmannSPICE 15497ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 15507ee3bf03SGerd HoffmannS: Supported 15516e481d57SPeter MaydellF: include/ui/qemu-spice.h 1552438528a3SThomas HuthF: include/ui/spice-display.h 15537ee3bf03SGerd HoffmannF: ui/spice-*.c 15547ee3bf03SGerd HoffmannF: audio/spiceaudio.c 15558d8b636dSPaolo BonziniF: hw/display/qxl* 1556608cfed6SMarkus ArmbrusterF: qapi/ui.json 15577ee3bf03SGerd Hoffmann 1558fd5d5c56SAnthony LiguoriGraphics 155925eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 156025eccc37SGerd HoffmannS: Odd Fixes 1561fd5d5c56SAnthony LiguoriF: ui/ 1562e220656cSThomas HuthF: include/ui/ 1563608cfed6SMarkus ArmbrusterF: qapi/ui.json 1564fd5d5c56SAnthony Liguori 1565351f1bf6SAndreas FärberCocoa graphics 156630ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1567351f1bf6SAndreas FärberS: Odd Fixes 1568351f1bf6SAndreas FärberF: ui/cocoa.m 1569351f1bf6SAndreas Färber 1570fd5d5c56SAnthony LiguoriMain loop 1571da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1572da26f37aSPaolo BonziniS: Maintained 1573da26f37aSPaolo BonziniF: cpus.c 15743ecb29a3SPaolo BonziniF: util/main-loop.c 15753ecb29a3SPaolo BonziniF: util/qemu-timer.c 1576fd5d5c56SAnthony LiguoriF: vl.c 15770e201d34SMarkus ArmbrusterF: qapi/run-state.json 1578fd5d5c56SAnthony Liguori 15798899b4aeSLuiz CapitulinoHuman Monitor (HMP) 1580c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1581fbb0621aSLuiz CapitulinoS: Maintained 1582fd5d5c56SAnthony LiguoriF: monitor.c 1583c13e9912SThomas HuthF: hmp.[ch] 1584c13e9912SThomas HuthF: hmp-commands*.hx 1585c13e9912SThomas HuthF: include/monitor/hmp-target.h 1586bbcee372SThomas HuthF: tests/test-hmp.c 1587fd5d5c56SAnthony Liguori 1588f536f112SPaolo BonziniNetwork device backends 1589442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 1590fd5d5c56SAnthony LiguoriS: Maintained 1591fd5d5c56SAnthony LiguoriF: net/ 1592d24b2b1cSThomas HuthF: include/net/ 15935fc51cc3SJason WangT: git git://github.com/jasowang/qemu.git net 15943c0bd37dSMarkus ArmbrusterF: qapi/net.json 1595fd5d5c56SAnthony Liguori 1596aee09bafSVincenzo MaffioneNetmap network backend 1597aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 1598aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1599aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 1600aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 1601aee09bafSVincenzo MaffioneS: Maintained 1602aee09bafSVincenzo MaffioneF: net/netmap.c 1603aee09bafSVincenzo Maffione 16042f54eb98SEduardo HabkostNUMA 16052f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 16062f54eb98SEduardo HabkostS: Maintained 16072f54eb98SEduardo HabkostF: numa.c 16082f54eb98SEduardo HabkostF: include/sysemu/numa.h 1609e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next 16102f54eb98SEduardo Habkost 16114fc264f4SEduardo HabkostHost Memory Backends 16124fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 16134fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 16144fc264f4SEduardo HabkostS: Maintained 16154fc264f4SEduardo HabkostF: backends/hostmem*.c 16164fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 1617e3d038b8SEduardo HabkostT: git git://github.com/ehabkost/qemu.git machine-next 16184fc264f4SEduardo Habkost 16196034011cSGongleiCryptodev Backends 16206034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 16216034011cSGongleiS: Maintained 16226034011cSGongleiF: include/sysemu/cryptodev*.h 16236034011cSGongleiF: backends/cryptodev*.c 16246034011cSGonglei 1625ad904f66SEduardo HabkostPython scripts 1626ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 1627ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com> 1628ad904f66SEduardo HabkostS: Odd fixes 1629ad904f66SEduardo HabkostF: scripts/qmp/* 1630ad904f66SEduardo HabkostF: scripts/*.py 1631ad904f66SEduardo HabkostF: tests/*.py 1632ad904f66SEduardo Habkost 16338899b4aeSLuiz CapitulinoQAPI 16349740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 16358899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com> 16369740618cSLuiz CapitulinoS: Supported 16378899b4aeSLuiz CapitulinoF: qapi/ 16380311c5bdSMarkus ArmbrusterX: qapi/*.json 1639ac4abb9aSMarkus ArmbrusterF: include/qapi/ 1640ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 1641ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 1642c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 1643ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c 1644e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c 1645ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c 1646e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c 1647be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py 1648be25fcc4SMarkus ArmbrusterF: scripts/qapi/* 1649c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi* 16509740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 16518899b4aeSLuiz Capitulino 16527810d291SLuiz CapitulinoQAPI Schema 16537810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 16547810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 16557810d291SLuiz CapitulinoS: Supported 16567810d291SLuiz CapitulinoF: qapi-schema.json 16570311c5bdSMarkus ArmbrusterF: qapi/*.json 16589740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 16597810d291SLuiz Capitulino 1660f3582ba4SLuiz CapitulinoQObject 1661daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 1662daf5dc78SMarkus ArmbrusterS: Supported 1663f3582ba4SLuiz CapitulinoF: qobject/ 16647735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 16657735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 1666a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci 16677735d2b5SMarkus ArmbrusterF: tests/check-qdict.c 166801b2ffceSMarc-André LureauF: tests/check-qnum.c 16697735d2b5SMarkus ArmbrusterF: tests/check-qjson.c 16707735d2b5SMarkus ArmbrusterF: tests/check-qlist.c 16717735d2b5SMarkus ArmbrusterF: tests/check-qstring.c 1672daf5dc78SMarkus ArmbrusterT: git git://repo.or.cz/qemu/armbru.git qapi-next 1673f3582ba4SLuiz Capitulino 1674f05d9999SMichael RothQEMU Guest Agent 1675f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com> 1676f05d9999SMichael RothS: Maintained 1677f05d9999SMichael RothF: qga/ 1678ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi 1679ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/ 1680ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c 1681ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi 1682f05d9999SMichael RothT: git git://github.com/mdroth/qemu.git qga 1683f05d9999SMichael Roth 16844688c94cSAndreas FärberQOM 16854688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de> 16864688c94cSAndreas FärberS: Supported 16874688c94cSAndreas FärberT: git git://github.com/afaerber/qemu-cpu.git qom-next 16884688c94cSAndreas FärberF: include/qom/ 16894688c94cSAndreas FärberX: include/qom/cpu.h 16904688c94cSAndreas FärberF: qom/ 16914688c94cSAndreas FärberX: qom/cpu.c 16929f4aa7ceSAndreas FärberF: tests/check-qom-interface.c 16939f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c 16944688c94cSAndreas FärberF: tests/qom-test.c 16954688c94cSAndreas Färber 16968899b4aeSLuiz CapitulinoQMP 16979740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 16989740618cSLuiz CapitulinoS: Supported 16998899b4aeSLuiz CapitulinoF: qmp.c 17008899b4aeSLuiz CapitulinoF: monitor.c 1701c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-* 17029740618cSLuiz CapitulinoF: scripts/qmp/ 1703f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c 17049740618cSLuiz CapitulinoT: git git://repo.or.cz/qemu/armbru.git qapi-next 17058899b4aeSLuiz Capitulino 1706cc0100f4SAlistair FrancisRegister API 1707c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1708cc0100f4SAlistair FrancisS: Maintained 1709cc0100f4SAlistair FrancisF: hw/core/register.c 1710cc0100f4SAlistair FrancisF: include/hw/register.h 171106a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h 1712cc0100f4SAlistair Francis 1713fd5d5c56SAnthony LiguoriSLIRP 1714eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1715bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 1716bafc72abSJan KiszkaS: Maintained 1717fd5d5c56SAnthony LiguoriF: slirp/ 1718663fb1e1SThomas HuthF: net/slirp.c 1719d24b2b1cSThomas HuthF: include/net/slirp.h 172002cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp 17211ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp 1722fd5d5c56SAnthony Liguori 1723b1ed728aSPaolo BonziniStubs 1724b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1725b1ed728aSPaolo BonziniS: Maintained 1726b1ed728aSPaolo BonziniF: stubs/ 1727b1ed728aSPaolo Bonzini 1728598a3f35SStefan HajnocziTracing 17291cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1730598a3f35SStefan HajnocziS: Maintained 1731598a3f35SStefan HajnocziF: trace/ 17320e076292SThomas HuthF: trace-events 17330e076292SThomas HuthF: qemu-option-trace.texi 1734f70fd8fdSLluís VilanovaF: scripts/tracetool.py 1735f70fd8fdSLluís VilanovaF: scripts/tracetool/ 1736c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt 17371ab09a40SAndreas FärberT: git git://github.com/stefanha/qemu.git tracing 1738598a3f35SStefan Hajnoczi 17393859b6cfSMarkus ArmbrusterTPM 17406b4f250bSStefan BergerM: Stefan Berger <stefanb@linux.vnet.ibm.com> 17416b4f250bSStefan BergerS: Maintained 17423859b6cfSMarkus ArmbrusterF: tpm.c 1743c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c 17443859b6cfSMarkus ArmbrusterF: hw/tpm/* 17453859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h 17463859b6cfSMarkus ArmbrusterF: include/sysemu/tpm* 17473859b6cfSMarkus ArmbrusterF: qapi/tpm.json 17486b4f250bSStefan BergerF: backends/tpm.c 1749adb0e917SStefan BergerF: tests/*tpm* 1750d3e21650SStefan BergerT: git git://github.com/stefanberger/qemu-tpm.git tpm-next 17513859b6cfSMarkus Armbruster 175214f40fdcSBlue SwirlCheckpatch 175314f40fdcSBlue SwirlS: Odd Fixes 175414f40fdcSBlue SwirlF: scripts/checkpatch.pl 175514f40fdcSBlue Swirl 1756c0787c8dSJuan QuintelaMigration 1757c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 1758d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1759c0787c8dSJuan QuintelaS: Maintained 1760c0787c8dSJuan QuintelaF: include/migration/ 176144a1f946SDr. David Alan GilbertF: migration/ 1762c5515640SAmit ShahF: scripts/vmstate-static-checker.py 1763c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 17642656bfd9SJuan QuintelaF: tests/migration-test.c 1765c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/migration.txt 176648685a8eSMarkus ArmbrusterF: qapi/migration.json 1767c0787c8dSJuan Quintela 176892bfedb0SEduardo OtuboSeccomp 1769064983cbSotuboM: Eduardo Otubo <otubo@redhat.com> 177092bfedb0SEduardo OtuboS: Supported 177192bfedb0SEduardo OtuboF: qemu-seccomp.c 177292bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 177392bfedb0SEduardo Otubo 1774ddbb0d09SDaniel P. BerrangeCryptography 1775ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1776ddbb0d09SDaniel P. BerrangeS: Maintained 1777ddbb0d09SDaniel P. BerrangeF: crypto/ 1778ddbb0d09SDaniel P. BerrangeF: include/crypto/ 1779ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-* 17803947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-* 1781899833cdSDaniel P. BerrangeF: qemu.sasl 1782ddbb0d09SDaniel P. Berrange 178310817bf0SDaniel P. BerrangeCoroutines 178410817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 178510817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 178610817bf0SDaniel P. BerrangeF: util/*coroutine* 178710817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 178810817bf0SDaniel P. BerrangeF: tests/test-coroutine.c 178910817bf0SDaniel P. Berrange 179088c5f205SDaniel P. BerrangeBuffers 179188c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 179288c5f205SDaniel P. BerrangeS: Odd fixes 179388c5f205SDaniel P. BerrangeF: util/buffer.c 179488c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 179588c5f205SDaniel P. Berrange 1796666a3af9SDaniel P. BerrangeI/O Channels 1797666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1798666a3af9SDaniel P. BerrangeS: Maintained 1799666a3af9SDaniel P. BerrangeF: io/ 1800666a3af9SDaniel P. BerrangeF: include/io/ 1801666a3af9SDaniel P. BerrangeF: tests/test-io-* 1802666a3af9SDaniel P. Berrange 18035614a283SGerd HoffmannSockets 18045614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 18055614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 18065614a283SGerd HoffmannM: Paolo Bonzini <pbonzini@redhat.com> 18075614a283SGerd HoffmannS: Maintained 18085614a283SGerd HoffmannF: include/qemu/sockets.h 18095614a283SGerd HoffmannF: util/qemu-sockets.c 1810a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json 18115614a283SGerd Hoffmann 1812d310d85bSAlberto GarciaThrottling infrastructure 1813d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 1814d310d85bSAlberto GarciaS: Supported 1815d310d85bSAlberto GarciaF: block/throttle-groups.c 1816d310d85bSAlberto GarciaF: include/block/throttle-groups.h 181789603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h 1818d310d85bSAlberto GarciaF: util/throttle.c 181989603938SPhilippe Mathieu-DaudéF: docs/throttle.txt 182089603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c 1821d310d85bSAlberto GarciaL: qemu-block@nongnu.org 1822d310d85bSAlberto Garcia 1823080d7aacSFam ZhengUUID 1824080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com> 1825080d7aacSFam ZhengS: Supported 1826080d7aacSFam ZhengF: util/uuid.c 1827080d7aacSFam ZhengF: include/qemu/uuid.h 1828080d7aacSFam ZhengF: tests/test-uuid.c 1829080d7aacSFam Zheng 1830a4cc318eSzhanghailiangCOLO Framework 1831a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com> 1832a4cc318eSzhanghailiangS: Maintained 1833a4cc318eSzhanghailiangF: migration/colo* 1834a4cc318eSzhanghailiangF: include/migration/colo.h 1835a4cc318eSzhanghailiangF: include/migration/failover.h 1836a4cc318eSzhanghailiangF: docs/COLO-FT.txt 1837a4cc318eSzhanghailiang 183888f82ed1SZhang ChenCOLO Proxy 1839b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com> 184088f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com> 184188f82ed1SZhang ChenS: Supported 184288f82ed1SZhang ChenF: docs/colo-proxy.txt 184388f82ed1SZhang ChenF: net/colo* 184488f82ed1SZhang ChenF: net/filter-rewriter.c 184588f82ed1SZhang ChenF: net/filter-mirror.c 184688f82ed1SZhang Chen 184762258201SPavel DovgalyukRecord/replay 184862258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 184962258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com> 185070b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay 185162258201SPavel DovgalyukS: Supported 185262258201SPavel DovgalyukF: replay/* 185362258201SPavel DovgalyukF: block/blkreplay.c 185462258201SPavel DovgalyukF: net/filter-replay.c 185562258201SPavel DovgalyukF: include/sysemu/replay.h 185662258201SPavel DovgalyukF: docs/replay.txt 185762258201SPavel DovgalyukF: stubs/replay.c 185862258201SPavel Dovgalyuk 1859eecf5eedSPeter XuIOVA Tree 1860eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com> 1861eecf5eedSPeter XuS: Maintained 1862eecf5eedSPeter XuF: include/qemu/iova-tree.h 1863eecf5eedSPeter XuF: util/iova-tree.c 1864eecf5eedSPeter Xu 1865fd5d5c56SAnthony LiguoriUsermode Emulation 1866fd5d5c56SAnthony Liguori------------------ 1867486bbe5fSPaolo BonziniOverall 1868486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 1869486bbe5fSPaolo BonziniS: Maintained 1870486bbe5fSPaolo BonziniF: thunk.c 187158410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c 1872486bbe5fSPaolo Bonzini 1873fd5d5c56SAnthony LiguoriBSD user 1874297e8005SMarkus ArmbrusterS: Orphan 1875fd5d5c56SAnthony LiguoriF: bsd-user/ 1876ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak 1877fd5d5c56SAnthony Liguori 1878fd5d5c56SAnthony LiguoriLinux user 1879fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 1880ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu> 1881fd5d5c56SAnthony LiguoriS: Maintained 1882fd5d5c56SAnthony LiguoriF: linux-user/ 1883ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak 1884e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh 188542f5a7e9SAurelien Jarno 188642f5a7e9SAurelien JarnoTiny Code Generator (TCG) 188742f5a7e9SAurelien Jarno------------------------- 188842f5a7e9SAurelien JarnoCommon code 1889cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net> 189042f5a7e9SAurelien JarnoS: Maintained 189142f5a7e9SAurelien JarnoF: tcg/ 189242f5a7e9SAurelien Jarno 1893b25a464cSClaudio FontanaAArch64 target 1894b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com> 1895b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com> 1896b25a464cSClaudio FontanaS: Maintained 1897b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 1898b25a464cSClaudio FontanaF: tcg/aarch64/ 1899c17652eeSPaolo BonziniF: disas/arm-a64.cc 1900c17652eeSPaolo BonziniF: disas/libvixl/ 1901b25a464cSClaudio Fontana 190242f5a7e9SAurelien JarnoARM target 190342f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 190442f5a7e9SAurelien JarnoS: Maintained 1905b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 190642f5a7e9SAurelien JarnoF: tcg/arm/ 1907c17652eeSPaolo BonziniF: disas/arm.c 190842f5a7e9SAurelien Jarno 190942f5a7e9SAurelien Jarnoi386 target 19105dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 191142f5a7e9SAurelien JarnoS: Maintained 191242f5a7e9SAurelien JarnoF: tcg/i386/ 1913c17652eeSPaolo BonziniF: disas/i386.c 191442f5a7e9SAurelien Jarno 191542f5a7e9SAurelien JarnoMIPS target 1916d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 191742f5a7e9SAurelien JarnoS: Maintained 191842f5a7e9SAurelien JarnoF: tcg/mips/ 1919c17652eeSPaolo BonziniF: disas/mips.c 192042f5a7e9SAurelien Jarno 192142f5a7e9SAurelien JarnoPPC 192215610d42SPranith KumarM: Richard Henderson <rth@twiddle.net> 192315610d42SPranith KumarS: Odd Fixes 192442f5a7e9SAurelien JarnoF: tcg/ppc/ 1925c17652eeSPaolo BonziniF: disas/ppc.c 192642f5a7e9SAurelien Jarno 192742f5a7e9SAurelien JarnoS390 target 192842f5a7e9SAurelien JarnoM: Alexander Graf <agraf@suse.de> 192942f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 193042f5a7e9SAurelien JarnoS: Maintained 193142f5a7e9SAurelien JarnoF: tcg/s390/ 1932c17652eeSPaolo BonziniF: disas/s390.c 1933146bd283SCornelia HuckL: qemu-s390x@nongnu.org 193442f5a7e9SAurelien Jarno 193542f5a7e9SAurelien JarnoSPARC target 1936297e8005SMarkus ArmbrusterS: Odd Fixes 193742f5a7e9SAurelien JarnoF: tcg/sparc/ 1938c17652eeSPaolo BonziniF: disas/sparc.c 1939bc75c9e5SStefan Weil 1940bc75c9e5SStefan WeilTCI target 1941bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 1942bc75c9e5SStefan WeilS: Maintained 19438ef9cd55SAndreas FärberF: tcg/tci/ 1944752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c 1945c17652eeSPaolo BonziniF: disas/tci.c 1946aa09c951SAndreas Färber 1947f05b328cSStefan HajnocziBlock drivers 1948f05b328cSStefan Hajnoczi------------- 1949f05b328cSStefan HajnocziVMDK 1950f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com> 1951c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1952f05b328cSStefan HajnocziS: Supported 1953f05b328cSStefan HajnocziF: block/vmdk.c 1954f05b328cSStefan Hajnoczi 1955f05b328cSStefan HajnocziRBD 19565a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com> 1957280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1958280458a3SJeff CodyL: qemu-block@nongnu.org 1959f05b328cSStefan HajnocziS: Supported 1960f05b328cSStefan HajnocziF: block/rbd.c 1961280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1962f05b328cSStefan Hajnoczi 1963f05b328cSStefan HajnocziSheepdog 196453b33231SMORITA KazutakaM: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1965f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com> 1966280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1967280458a3SJeff CodyL: qemu-block@nongnu.org 1968dce32b6cSLiu YuanL: sheepdog@lists.wpkg.org 1969f05b328cSStefan HajnocziS: Supported 1970f05b328cSStefan HajnocziF: block/sheepdog.c 1971280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1972f05b328cSStefan Hajnoczi 1973f05b328cSStefan HajnocziVHDX 1974f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com> 1975280458a3SJeff CodyL: qemu-block@nongnu.org 1976f05b328cSStefan HajnocziS: Supported 1977f05b328cSStefan HajnocziF: block/vhdx* 1978280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 1979f05b328cSStefan Hajnoczi 1980f05b328cSStefan HajnocziVDI 1981f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 1982c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1983f05b328cSStefan HajnocziS: Maintained 1984f05b328cSStefan HajnocziF: block/vdi.c 1985f05b328cSStefan Hajnoczi 1986f05b328cSStefan HajnocziiSCSI 1987f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1988f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 1989f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 1990c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1991f05b328cSStefan HajnocziS: Supported 1992f05b328cSStefan HajnocziF: block/iscsi.c 19932deb63c2SPeter LievenF: block/iscsi-opts.c 1994f05b328cSStefan Hajnoczi 199599c62e70SEric BlakeNetwork Block Device (NBD) 199699c62e70SEric BlakeM: Eric Blake <eblake@redhat.com> 199799c62e70SEric BlakeM: Paolo Bonzini <pbonzini@redhat.com> 199899c62e70SEric BlakeL: qemu-block@nongnu.org 199999c62e70SEric BlakeS: Maintained 200099c62e70SEric BlakeF: block/nbd* 200199c62e70SEric BlakeF: nbd/ 200299c62e70SEric BlakeF: include/block/nbd* 200399c62e70SEric BlakeF: qemu-nbd.* 200499c62e70SEric BlakeF: blockdev-nbd.c 20053229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt 200699c62e70SEric BlakeT: git git://repo.or.cz/qemu/ericb.git nbd 200799c62e70SEric Blake 20086542aa9cSPeter LievenNFS 2009280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 20106542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 2011280458a3SJeff CodyL: qemu-block@nongnu.org 20126542aa9cSPeter LievenS: Maintained 20136542aa9cSPeter LievenF: block/nfs.c 2014280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 20156542aa9cSPeter Lieven 2016f05b328cSStefan HajnocziSSH 2017f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 2018280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2019280458a3SJeff CodyL: qemu-block@nongnu.org 2020f05b328cSStefan HajnocziS: Supported 2021f05b328cSStefan HajnocziF: block/ssh.c 2022280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 2023c9a12e75SChrysostomos Nanakos 2024280458a3SJeff CodyCURL 2025280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2026280458a3SJeff CodyL: qemu-block@nongnu.org 2027280458a3SJeff CodyS: Supported 2028280458a3SJeff CodyF: block/curl.c 2029280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 2030280458a3SJeff Cody 2031280458a3SJeff CodyGLUSTER 2032280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2033280458a3SJeff CodyL: qemu-block@nongnu.org 2034280458a3SJeff CodyS: Supported 2035280458a3SJeff CodyF: block/gluster.c 2036280458a3SJeff CodyT: git git://github.com/codyprime/qemu-kvm-jtc.git block 2037b5e9476cSGonglei 2038199667a8SFam ZhengNull Block Driver 2039199667a8SFam ZhengM: Fam Zheng <famz@redhat.com> 2040199667a8SFam ZhengL: qemu-block@nongnu.org 2041199667a8SFam ZhengS: Supported 2042199667a8SFam ZhengF: block/null.c 2043199667a8SFam Zheng 2044bdd6a90aSFam ZhengNVMe Block Driver 2045bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com> 2046bdd6a90aSFam ZhengL: qemu-block@nongnu.org 2047bdd6a90aSFam ZhengS: Supported 2048bdd6a90aSFam ZhengF: block/nvme* 2049bdd6a90aSFam Zheng 2050b5e9476cSGongleiBootdevice 2051b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 2052b5e9476cSGongleiS: Maintained 2053b5e9476cSGongleiF: bootdevice.c 2054ecdda9e0SAlberto Garcia 2055ecdda9e0SAlberto GarciaQuorum 2056ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 2057ecdda9e0SAlberto GarciaS: Supported 2058ecdda9e0SAlberto GarciaF: block/quorum.c 2059ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 2060e7c6e631SStefan Hajnoczi 2061bfcc224eSAapo Vienamoblklogwrites 2062bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com> 2063bfcc224eSAapo VienamoL: qemu-block@nongnu.org 2064bfcc224eSAapo VienamoS: Supported 2065bfcc224eSAapo VienamoF: block/blklogwrites.c 2066bfcc224eSAapo Vienamo 2067e7c6e631SStefan Hajnocziblkverify 2068e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2069e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2070e7c6e631SStefan HajnocziS: Supported 2071e7c6e631SStefan HajnocziF: block/blkverify.c 2072e7c6e631SStefan Hajnoczi 2073e7c6e631SStefan Hajnoczibochs 2074e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2075e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2076e7c6e631SStefan HajnocziS: Supported 2077e7c6e631SStefan HajnocziF: block/bochs.c 2078e7c6e631SStefan Hajnoczi 2079e7c6e631SStefan Hajnoczicloop 2080e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2081e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2082e7c6e631SStefan HajnocziS: Supported 2083e7c6e631SStefan HajnocziF: block/cloop.c 2084e7c6e631SStefan Hajnoczi 2085e7c6e631SStefan Hajnoczidmg 2086e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2087e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2088e7c6e631SStefan HajnocziS: Supported 2089e7c6e631SStefan HajnocziF: block/dmg.c 2090e7c6e631SStefan Hajnoczi 2091e7c6e631SStefan Hajnocziparallels 2092e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2093f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 2094e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2095e7c6e631SStefan HajnocziS: Supported 2096e7c6e631SStefan HajnocziF: block/parallels.c 20975746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt 2098e7c6e631SStefan Hajnoczi 2099e7c6e631SStefan Hajnocziqed 2100e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2101e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2102e7c6e631SStefan HajnocziS: Supported 2103e7c6e631SStefan HajnocziF: block/qed.c 2104e7c6e631SStefan Hajnoczi 2105e7c6e631SStefan Hajnocziraw 2106e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2107e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2108e7c6e631SStefan HajnocziS: Supported 2109e7c6e631SStefan HajnocziF: block/linux-aio.c 2110f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 21112e6fc7ebSEric BlakeF: block/raw-format.c 2112c1bb86cdSEric BlakeF: block/file-posix.c 2113c1bb86cdSEric BlakeF: block/file-win32.c 2114e7c6e631SStefan HajnocziF: block/win32-aio.c 2115e7c6e631SStefan Hajnoczi 2116e7c6e631SStefan Hajnocziqcow2 2117e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2118c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 2119e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2120e7c6e631SStefan HajnocziS: Supported 2121e7c6e631SStefan HajnocziF: block/qcow2* 2122b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt 2123e7c6e631SStefan Hajnoczi 2124e7c6e631SStefan Hajnocziqcow 2125e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2126e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2127e7c6e631SStefan HajnocziS: Supported 2128e7c6e631SStefan HajnocziF: block/qcow.c 2129e7c6e631SStefan Hajnoczi 2130e7c6e631SStefan Hajnocziblkdebug 2131e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2132c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 2133e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2134e7c6e631SStefan HajnocziS: Supported 2135e7c6e631SStefan HajnocziF: block/blkdebug.c 2136e7c6e631SStefan Hajnoczi 2137e7c6e631SStefan Hajnoczivpc 2138e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2139e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2140e7c6e631SStefan HajnocziS: Supported 2141e7c6e631SStefan HajnocziF: block/vpc.c 2142e7c6e631SStefan Hajnoczi 2143e7c6e631SStefan Hajnoczivvfat 2144e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2145e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2146e7c6e631SStefan HajnocziS: Supported 2147e7c6e631SStefan HajnocziF: block/vvfat.c 2148abfe4e94SStefan Hajnoczi 2149abfe4e94SStefan HajnocziImage format fuzzer 2150abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2151abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 2152abfe4e94SStefan HajnocziS: Supported 2153abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 2154717171bdSDaniel P. Berrange 2155049105a3SChanglong XieReplication 2156205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com> 21573ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com> 2158049105a3SChanglong XieS: Supported 2159049105a3SChanglong XieF: replication* 2160049105a3SChanglong XieF: block/replication.c 2161049105a3SChanglong XieF: tests/test-replication.c 2162049105a3SChanglong XieF: docs/block-replication.txt 2163049105a3SChanglong Xie 2164a3defabbSMarcel ApfelbaumPVRDMA 2165a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com> 2166fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2167a3defabbSMarcel ApfelbaumS: Maintained 2168a3defabbSMarcel ApfelbaumF: hw/rdma/* 2169a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/* 2170a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt 2171a3defabbSMarcel Apfelbaum 2172b9e02c06SAlex BennéeBuild and test automation 2173b9e02c06SAlex Bennée------------------------- 21740475a03eSEduardo HabkostBuild and test automation 2175b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 2176e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com> 217732b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org> 2178b9e02c06SAlex BennéeL: qemu-devel@nongnu.org 2179e70dc7f8SAlex BennéeS: Maintained 2180b9e02c06SAlex BennéeF: .travis.yml 21810708e647SAlex BennéeF: scripts/travis/ 2182d92d886aSAlex BennéeF: .shippable.yml 2183e70dc7f8SAlex BennéeF: tests/docker/ 218418023821SFam ZhengF: tests/vm/ 2185e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu 21862a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu 2187e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/ 2188717171bdSDaniel P. Berrange 21897e97017eSAlex BennéeGuest Test Compilation Support 21907e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 21917e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org> 21927e97017eSAlex BennéeF: tests/tcg/Makefile 2193c722a9e4SAlex BennéeF: tests/tcg/Makefile.include 21947e97017eSAlex BennéeL: qemu-devel@nongnu.org 21957e97017eSAlex Bennée 2196717171bdSDaniel P. BerrangeDocumentation 2197717171bdSDaniel P. Berrange------------- 2198717171bdSDaniel P. BerrangeBuild system architecture 2199717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2200717171bdSDaniel P. BerrangeS: Odd Fixes 2201c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt 22028a49e97fSFam Zheng 2203b02c9bc3SMarkus ArmbrusterIncompatible changes 2204b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com 2205b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi 2206b02c9bc3SMarkus Armbruster 2207aef45d51SDaniel P. BerrangeBuild System 2208aef45d51SDaniel P. Berrange------------ 2209aef45d51SDaniel P. BerrangeGIT submodules 2210aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2211aef45d51SDaniel P. BerrangeS: Odd Fixes 2212aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh 2213