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> 159436e082SCornelia Huck Maintainers are looking after a certain area and must be CCed on 169436e082SCornelia Huck patches. They are considered the main contact point. 17fdf6fab4SPaul E. McKenney R: Designated reviewer: FullName <address@domain> 18fdf6fab4SPaul E. McKenney These reviewers should be CCed on patches. 199436e082SCornelia Huck Reviewers are familiar with the subject matter and provide feedback 209436e082SCornelia Huck even though they are not maintainers. 21fd5d5c56SAnthony Liguori L: Mailing list that is relevant to this area 229436e082SCornelia Huck These lists should be CCed on patches. 23fd5d5c56SAnthony Liguori W: Web-page with status/info 24fd5d5c56SAnthony Liguori Q: Patchwork web based patch tracking system site 25fd5d5c56SAnthony Liguori T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 26fd5d5c56SAnthony Liguori S: Status, one of the following: 27fd5d5c56SAnthony Liguori Supported: Someone is actually paid to look after this. 28fd5d5c56SAnthony Liguori Maintained: Someone actually looks after it. 29fd5d5c56SAnthony Liguori Odd Fixes: It has a maintainer but they don't have time to do 30c91bbffbSPeter Maydell much other than throw the odd patch in. See below. 31fd5d5c56SAnthony Liguori Orphan: No current maintainer [but maybe you could take the 32fd5d5c56SAnthony Liguori role as you write your new code]. 33fd5d5c56SAnthony Liguori Obsolete: Old code. Something tagged obsolete generally means 34fd5d5c56SAnthony Liguori it has been replaced by a better system and you 35fd5d5c56SAnthony Liguori should be using that. 36fd5d5c56SAnthony Liguori F: Files and directories with wildcard patterns. 37fd5d5c56SAnthony Liguori A trailing slash includes all files and subdirectory files. 38fd5d5c56SAnthony Liguori F: drivers/net/ all files in and below drivers/net 39fd5d5c56SAnthony Liguori F: drivers/net/* all files in drivers/net, but not below 40fd5d5c56SAnthony Liguori F: */net/* all files in "any top level directory"/net 41fd5d5c56SAnthony Liguori One pattern per line. Multiple F: lines acceptable. 42fd5d5c56SAnthony Liguori X: Files and directories that are NOT maintained, same rules as F: 43fd5d5c56SAnthony Liguori Files exclusions are tested before file matches. 44fd5d5c56SAnthony Liguori Can be useful for excluding a specific subdirectory, for instance: 45fd5d5c56SAnthony Liguori F: net/ 46fd5d5c56SAnthony Liguori X: net/ipv6/ 47fd5d5c56SAnthony Liguori matches all files in and below net excluding net/ipv6/ 48fd5d5c56SAnthony Liguori K: Keyword perl extended regex pattern to match content in a 49fd5d5c56SAnthony Liguori patch or file. For instance: 50fd5d5c56SAnthony Liguori K: of_get_profile 51fd5d5c56SAnthony Liguori matches patches or files that contain "of_get_profile" 52fd5d5c56SAnthony Liguori K: \b(printk|pr_(info|err))\b 53fd5d5c56SAnthony Liguori matches patches or files that contain one or more of the words 54fd5d5c56SAnthony Liguori printk, pr_info or pr_err 55fd5d5c56SAnthony Liguori One regex pattern per line. Multiple K: lines acceptable. 56b6f97c14Sbellard 57b6f97c14Sbellard 58fd5d5c56SAnthony LiguoriGeneral Project Administration 59fd5d5c56SAnthony Liguori------------------------------ 60ff0d4876SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 61fd5d5c56SAnthony Liguori 62c9a19d5bSStephen WarrenAll patches CC here 63c9a19d5bSStephen WarrenL: qemu-devel@nongnu.org 64c9a19d5bSStephen WarrenF: * 65c9a19d5bSStephen WarrenF: */ 66c9a19d5bSStephen Warren 6762622c11SMichael S. TsirkinResponsible Disclosure, Reporting Security Issues 6884995ea2SMarkus Armbruster------------------------------------------------- 6970b7fba9SStefan HajnocziW: https://wiki.qemu.org/SecurityProcess 7062622c11SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 7162622c11SMichael S. TsirkinL: secalert@redhat.com 7262622c11SMichael S. Tsirkin 73936c2230SLaurent VivierTrivial patches 74936c2230SLaurent Vivier--------------- 75936c2230SLaurent VivierTrivial patches 76936c2230SLaurent VivierM: Michael Tokarev <mjt@tls.msk.ru> 77936c2230SLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 78936c2230SLaurent VivierS: Maintained 79936c2230SLaurent VivierL: qemu-trivial@nongnu.org 80936c2230SLaurent VivierK: ^Subject:.*(?i)trivial 81936c2230SLaurent VivierT: git git://git.corpit.ru/qemu.git trivial-patches 82e18a8b34SStefan HajnocziT: git https://github.com/vivier/qemu.git trivial-patches 83936c2230SLaurent Vivier 84daf14ce3SCornelia HuckArchitecture support 85daf14ce3SCornelia Huck-------------------- 866347e1f1SMarkus ArmbrusterS390 general architecture support 87cdb509a4SCornelia HuckM: Thomas Huth <thuth@redhat.com> 88daf14ce3SCornelia HuckS: Supported 89812b31d3SAlex BennéeF: configs/devices/s390x-softmmu/default.mak 90daf14ce3SCornelia HuckF: gdb-xml/s390*.xml 91daf14ce3SCornelia HuckF: hw/char/sclp*.[hc] 92daf14ce3SCornelia HuckF: hw/char/terminal3270.c 93daf14ce3SCornelia HuckF: hw/intc/s390_flic.c 94daf14ce3SCornelia HuckF: hw/intc/s390_flic_kvm.c 95daf14ce3SCornelia HuckF: hw/s390x/ 962fe2942cSTony KrowiakF: hw/vfio/ap.c 97daf14ce3SCornelia HuckF: hw/vfio/ccw.c 98daf14ce3SCornelia HuckF: hw/watchdog/wdt_diag288.c 99daf14ce3SCornelia HuckF: include/hw/s390x/ 100daf14ce3SCornelia HuckF: include/hw/watchdog/wdt_diag288.h 101daf14ce3SCornelia HuckF: pc-bios/s390-ccw/ 102daf14ce3SCornelia HuckF: pc-bios/s390-ccw.img 103daf14ce3SCornelia HuckF: target/s390x/ 104f58f084eSCornelia HuckF: docs/system/target-s390x.rst 105f58f084eSCornelia HuckF: docs/system/s390x/ 106a1c993c3SCornelia HuckF: tests/migration/s390x/ 107daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x? 108daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org 109daf14ce3SCornelia Huck 110e955acd9SPhilippe Mathieu-DaudéMIPS general architecture support 1118823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 112e955acd9SPhilippe Mathieu-DaudéR: Jiaxun Yang <jiaxun.yang@flygoat.com> 113e955acd9SPhilippe Mathieu-DaudéS: Odd Fixes 114e955acd9SPhilippe Mathieu-DaudéK: ^Subject:.*(?i)mips 115e955acd9SPhilippe Mathieu-Daudé 11684995ea2SMarkus ArmbrusterGuest CPU cores (TCG) 11784995ea2SMarkus Armbruster--------------------- 1186347e1f1SMarkus ArmbrusterOverall TCG CPUs 119336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 1202185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 1212b1641d0SPaolo BonziniS: Maintained 122c7f419f5SClaudio FontanaF: softmmu/cpus.c 123adf1cfbdSAlex BennéeF: cpus-common.c 1246670d4d0SRichard HendersonF: page-vary.c 12544b99a6dSRichard HendersonF: page-vary-common.c 126c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/ 1279681ad3eSThomas HuthF: accel/stubs/tcg-stub.c 128084cfca1SRichard HendersonF: util/cacheinfo.c 129084cfca1SRichard HendersonF: util/cacheflush.c 13055fd1892SPhilippe Mathieu-DaudéF: scripts/decodetree.py 1313fdbf5d6SRichard HendersonF: docs/devel/decodetree.rst 1322b1641d0SPaolo BonziniF: include/exec/cpu*.h 1332b1641d0SPaolo BonziniF: include/exec/exec-all.h 134486bbe5fSPaolo BonziniF: include/exec/helper*.h 135460423d3SThomas HuthF: include/sysemu/cpus.h 13614a48c1dSMarkus ArmbrusterF: include/sysemu/tcg.h 13778271684SClaudio FontanaF: include/hw/core/tcg-cpu-ops.h 138486bbe5fSPaolo Bonzini 1391badb586SPeter MaydellFPU emulation 1401badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 1411badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1420636e4d8SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 1430636e4d8SAlex BennéeS: Maintained 1441badb586SPeter MaydellF: fpu/ 1451badb586SPeter MaydellF: include/fpu/ 1460636e4d8SAlex BennéeF: tests/fp/ 1471badb586SPeter Maydell 1486347e1f1SMarkus ArmbrusterAlpha TCG CPUs 149336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 1508d6df264SRichard HendersonS: Maintained 151fcf5ef2aSThomas HuthF: target/alpha/ 152c0bd0b50SPaolo BonziniF: tests/tcg/alpha/ 153c17652eeSPaolo BonziniF: disas/alpha.c 154fd5d5c56SAnthony Liguori 1556347e1f1SMarkus ArmbrusterARM TCG CPUs 1561ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 157b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 158fd5d5c56SAnthony LiguoriS: Maintained 159fcf5ef2aSThomas HuthF: target/arm/ 160c348722cSAlex BennéeF: tests/tcg/arm/ 16129e0436eSAlex BennéeF: tests/tcg/aarch64/ 162c32c3d68SPhilippe Mathieu-DaudéF: tests/qtest/arm-cpu-features.c 1638d8b636dSPaolo BonziniF: hw/arm/ 1648d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c 165f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h 166c11a8e89SPeter MaydellF: docs/system/target-arm.rst 1676e84a914SPhilippe Mathieu-DaudéF: docs/system/arm/cpu-features.rst 168fd5d5c56SAnthony Liguori 16949154ea0SEric AugerARM SMMU 17049154ea0SEric AugerM: Eric Auger <eric.auger@redhat.com> 17149154ea0SEric AugerL: qemu-arm@nongnu.org 17249154ea0SEric AugerS: Maintained 17349154ea0SEric AugerF: hw/arm/smmu* 17449154ea0SEric AugerF: include/hw/arm/smmu* 175bbbd9b6eSWillian RampazzoF: tests/avocado/smmu.py 17649154ea0SEric Auger 177c8c0d267SMichael RolnikAVR TCG CPUs 178c8c0d267SMichael RolnikM: Michael Rolnik <mrolnik@gmail.com> 179c8c0d267SMichael RolnikS: Maintained 1800abd386dSThomas HuthF: docs/system/target-avr.rst 18112b35405SMichael RolnikF: gdb-xml/avr-cpu.xml 182c8c0d267SMichael RolnikF: target/avr/ 183bbbd9b6eSWillian RampazzoF: tests/avocado/machine_avr6.py 184c8c0d267SMichael Rolnik 1856347e1f1SMarkus ArmbrusterCRIS TCG CPUs 186fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 187fd5d5c56SAnthony LiguoriS: Maintained 188fcf5ef2aSThomas HuthF: target/cris/ 1898d8b636dSPaolo BonziniF: hw/cris/ 190c9b90090SThomas HuthF: include/hw/cris/ 191c0bd0b50SPaolo BonziniF: tests/tcg/cris/ 192c17652eeSPaolo BonziniF: disas/cris.c 193fd5d5c56SAnthony Liguori 1945f508bc2STaylor SimpsonHexagon TCG CPUs 1955f508bc2STaylor SimpsonM: Taylor Simpson <tsimpson@quicinc.com> 1965f508bc2STaylor SimpsonS: Supported 1975f508bc2STaylor SimpsonF: target/hexagon/ 1985f508bc2STaylor SimpsonF: linux-user/hexagon/ 1995f508bc2STaylor SimpsonF: tests/tcg/hexagon/ 2005f508bc2STaylor SimpsonF: disas/hexagon.c 201812b31d3SAlex BennéeF: configs/targets/hexagon-linux-user/default.mak 202afbdf0a4SAlessandro Di FedericoF: docker/dockerfiles/debian-hexagon-cross.docker 203afbdf0a4SAlessandro Di FedericoF: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh 2045f508bc2STaylor Simpson 2056347e1f1SMarkus ArmbrusterHPPA (PA-RISC) TCG CPUs 206336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 20761766fe9SRichard HendersonS: Maintained 20861766fe9SRichard HendersonF: target/hppa/ 20961766fe9SRichard HendersonF: disas/hppa.c 21061766fe9SRichard Henderson 21164baad62SSong GaoLoongArch TCG CPUs 21264baad62SSong GaoM: Song Gao <gaosong@loongson.cn> 21364baad62SSong GaoM: Xiaojuan Yang <yangxiaojuan@loongson.cn> 21464baad62SSong GaoS: Maintained 21564baad62SSong GaoF: target/loongarch/ 216c4293333SXiaojuan YangF: tests/tcg/loongarch64/ 21764baad62SSong Gao 2186347e1f1SMarkus ArmbrusterM68K TCG CPUs 219595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 220595a926dSLaurent VivierS: Maintained 221fcf5ef2aSThomas HuthF: target/m68k/ 222e9a56114SThomas HuthF: disas/m68k.c 223fd5d5c56SAnthony Liguori 2246347e1f1SMarkus ArmbrusterMicroBlaze TCG CPUs 225fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 226fd5d5c56SAnthony LiguoriS: Maintained 227fcf5ef2aSThomas HuthF: target/microblaze/ 2288d8b636dSPaolo BonziniF: hw/microblaze/ 229c17652eeSPaolo BonziniF: disas/microblaze.c 230b58a4e68SRichard HendersonF: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh 23167f80eb4SAlex BennéeF: tests/tcg/nios2/Makefile.target 232fd5d5c56SAnthony Liguori 2336347e1f1SMarkus ArmbrusterMIPS TCG CPUs 2348823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 235099d510bSAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 23615d983deSAleksandar MarkovicR: Jiaxun Yang <jiaxun.yang@flygoat.com> 23797d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 238cf960317SPhilippe Mathieu-DaudéS: Odd Fixes 239fcf5ef2aSThomas HuthF: target/mips/ 240a60442ebSPhilippe Mathieu-DaudéF: disas/mips.c 2411bf84a1eSKashyap ChamarthyF: docs/system/cpu-models-mips.rst.inc 242c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 243fd5d5c56SAnthony Liguori 244a60442ebSPhilippe Mathieu-DaudéMIPS TCG CPUs (nanoMIPS ISA) 2458e0e2344SStefan PejicM: Stefan Pejic <stefan.pejic@syrmia.com> 2468e0e2344SStefan PejicS: Maintained 247a60442ebSPhilippe Mathieu-DaudéF: disas/nanomips.* 2483f178b8dSPhilippe Mathieu-DaudéF: target/mips/tcg/*nanomips* 249a60442ebSPhilippe Mathieu-Daudé 2506347e1f1SMarkus ArmbrusterNiosII TCG CPUs 251e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com> 252e671711cSMarek VasutM: Marek Vasut <marex@denx.de> 253e671711cSMarek VasutS: Maintained 254e671711cSMarek VasutF: target/nios2/ 255e671711cSMarek VasutF: hw/nios2/ 256e671711cSMarek VasutF: disas/nios2.c 257812b31d3SAlex BennéeF: configs/devices/nios2-softmmu/default.mak 2582eb4461aSRichard HendersonF: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh 259e671711cSMarek Vasut 2606347e1f1SMarkus ArmbrusterOpenRISC TCG CPUs 2611d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com> 2621d7cf18dSStafford HorneS: Odd Fixes 263fcf5ef2aSThomas HuthF: target/openrisc/ 264945dad6dSJia LiuF: hw/openrisc/ 265c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 266945dad6dSJia Liu 2676347e1f1SMarkus ArmbrusterPowerPC TCG CPUs 26814fe3222SDavid GibsonM: Daniel Henrique Barboza <danielhb413@gmail.com> 269b0877575SCédric Le GoaterR: Cédric Le Goater <clg@kaod.org> 27014fe3222SDavid GibsonR: David Gibson <david@gibson.dropbear.id.au> 27114fe3222SDavid GibsonR: Greg Kurz <groug@kaod.org> 272a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 273fd5d5c56SAnthony LiguoriS: Maintained 274fcf5ef2aSThomas HuthF: target/ppc/ 2757ddb120dSDavid GibsonF: hw/ppc/ppc.c 2767ddb120dSDavid GibsonF: hw/ppc/ppc_booke.c 2777ddb120dSDavid GibsonF: include/hw/ppc/ppc.h 278fd5d5c56SAnthony Liguori 2796347e1f1SMarkus ArmbrusterRISC-V TCG CPUs 280c1677bccSPalmer DabbeltM: Palmer Dabbelt <palmer@dabbelt.com> 281ab2c9128SAlistair FrancisM: Alistair Francis <alistair.francis@wdc.com> 282ab2c9128SAlistair FrancisM: Bin Meng <bin.meng@windriver.com> 283a094b354SPalmer DabbeltL: qemu-riscv@nongnu.org 2847b91ae7dSPalmer DabbeltS: Supported 2854dc62b15SMichael ClarkF: target/riscv/ 2864dc62b15SMichael ClarkF: hw/riscv/ 2874dc62b15SMichael ClarkF: include/hw/riscv/ 288f936eac8SAlistair FrancisF: linux-user/host/riscv32/ 289511f3138SAlistair FrancisF: linux-user/host/riscv64/ 2904dc62b15SMichael Clark 29134888f01SPhilipp TomsichRISC-V XVentanaCondOps extension 29234888f01SPhilipp TomsichM: Philipp Tomsich <philipp.tomsich@vrull.eu> 29334888f01SPhilipp TomsichL: qemu-riscv@nongnu.org 29434888f01SPhilipp TomsichS: Supported 29534888f01SPhilipp TomsichF: target/riscv/XVentanaCondOps.decode 29634888f01SPhilipp TomsichF: target/riscv/insn_trans/trans_xventanacondops.c.inc 29734888f01SPhilipp Tomsich 298a4f34eccSYoshinori SatoRENESAS RX CPUs 299b2744da9SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 300b2744da9SPhilippe Mathieu-DaudéS: Orphan 301a4f34eccSYoshinori SatoF: target/rx/ 302a4f34eccSYoshinori Sato 3036347e1f1SMarkus ArmbrusterS390 TCG CPUs 304336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 305ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com> 3069d711f19SChristian BorntraegerR: Ilya Leoshkevich <iii@linux.ibm.com> 307fd5d5c56SAnthony LiguoriS: Maintained 308fcf5ef2aSThomas HuthF: target/s390x/ 309c9274b6bSCho, Yu-ChenF: target/s390x/tcg 3108d8b636dSPaolo BonziniF: hw/s390x/ 311276ba120SPavel ZbitskiyF: tests/tcg/s390x/ 312146bd283SCornelia HuckL: qemu-s390x@nongnu.org 313b6f97c14Sbellard 3146347e1f1SMarkus ArmbrusterSH4 TCG CPUs 3152d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 3162d53d0c7SPhilippe Mathieu-DaudéS: Orphan 317fcf5ef2aSThomas HuthF: target/sh4/ 3188d8b636dSPaolo BonziniF: hw/sh4/ 319c17652eeSPaolo BonziniF: disas/sh4.c 3208a90f900SThomas HuthF: include/hw/sh4/ 321fd5d5c56SAnthony Liguori 3226347e1f1SMarkus ArmbrusterSPARC TCG CPUs 323f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 3242c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 325fd5d5c56SAnthony LiguoriS: Maintained 326fcf5ef2aSThomas HuthF: target/sparc/ 3278d8b636dSPaolo BonziniF: hw/sparc/ 3288d8b636dSPaolo BonziniF: hw/sparc64/ 32984dbe974SPhilippe Mathieu-DaudéF: include/hw/sparc/sparc64.h 330c17652eeSPaolo BonziniF: disas/sparc.c 331fd5d5c56SAnthony Liguori 3326347e1f1SMarkus ArmbrusterX86 TCG CPUs 333d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 334336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 33524c4cd13SEduardo HabkostM: Eduardo Habkost <eduardo@habkost.net> 336b203a4baSEduardo HabkostS: Maintained 337f5cc5a5cSClaudio FontanaF: target/i386/tcg/ 3384132431fSAlex BennéeF: tests/tcg/i386/ 3393a082ec0SAlex BennéeF: tests/tcg/x86_64/ 3408d8b636dSPaolo BonziniF: hw/i386/ 34138dec0efSDaniel P. BerrangéF: docs/system/cpu-models-x86* 342f953c100SEduardo HabkostT: git https://gitlab.com/ehabkost/qemu.git x86-next 343fd5d5c56SAnthony Liguori 3446347e1f1SMarkus ArmbrusterXtensa TCG CPUs 34516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 346b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 34716e7caaeSMax FilippovS: Maintained 348fcf5ef2aSThomas HuthF: target/xtensa/ 3498d8b636dSPaolo BonziniF: hw/xtensa/ 350c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 3515a6539e6SMax FilippovF: disas/xtensa.c 352895e4897SMax FilippovF: include/hw/xtensa/xtensa-isa.h 353812b31d3SAlex BennéeF: configs/devices/xtensa*/default.mak 35416e7caaeSMax Filippov 3556347e1f1SMarkus ArmbrusterTriCore TCG CPUs 35648e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 35748e06fe0SBastian KoppelmannS: Maintained 358fcf5ef2aSThomas HuthF: target/tricore/ 35948e06fe0SBastian KoppelmannF: hw/tricore/ 360d46d14e6SThomas HuthF: include/hw/tricore/ 361be78e799SBastian KoppelmannF: tests/tcg/tricore/ 36248e06fe0SBastian Koppelmann 363dd28bebdSAlex BennéeMultiarch Linux User Tests 364dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 36500a25291SStefan HajnocziS: Maintained 366dd28bebdSAlex BennéeF: tests/tcg/multiarch/ 367dd28bebdSAlex Bennée 36884995ea2SMarkus ArmbrusterGuest CPU Cores (KVM) 36984995ea2SMarkus Armbruster--------------------- 3706347e1f1SMarkus ArmbrusterOverall KVM CPUs 371c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 372fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 373fd5d5c56SAnthony LiguoriS: Supported 374a6bb42f2SPhilippe Mathieu-DaudéF: */*/kvm* 3751962cb20SPhilippe Mathieu-DaudéF: accel/kvm/ 3769681ad3eSThomas HuthF: accel/stubs/kvm-stub.c 3779681ad3eSThomas HuthF: include/hw/kvm/ 378a95e9a48SThomas HuthF: include/sysemu/kvm*.h 3799681ad3eSThomas HuthF: scripts/kvm/kvm_flightrecorder 380fd5d5c56SAnthony Liguori 3816347e1f1SMarkus ArmbrusterARM KVM CPUs 382ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 383b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 384ed4659d1SPeter MaydellS: Maintained 385fcf5ef2aSThomas HuthF: target/arm/kvm.c 386ed4659d1SPeter Maydell 3876347e1f1SMarkus ArmbrusterMIPS KVM CPUs 388dab1e1e1SHuacai ChenM: Huacai Chen <chenhuacai@kernel.org> 389134f7f7dSAleksandar MarkovicS: Odd Fixes 39085d8da3fSPhilippe Mathieu-DaudéF: target/mips/kvm* 39185d8da3fSPhilippe Mathieu-DaudéF: target/mips/sysemu/ 392a31896c4SJames Hogan 3936347e1f1SMarkus ArmbrusterPPC KVM CPUs 39414fe3222SDavid GibsonM: Daniel Henrique Barboza <danielhb413@gmail.com> 395b0877575SCédric Le GoaterR: Cédric Le Goater <clg@kaod.org> 39614fe3222SDavid GibsonR: David Gibson <david@gibson.dropbear.id.au> 39714fe3222SDavid GibsonR: Greg Kurz <groug@kaod.org> 398fd5d5c56SAnthony LiguoriS: Maintained 399fcf5ef2aSThomas HuthF: target/ppc/kvm.c 400fd5d5c56SAnthony Liguori 4016347e1f1SMarkus ArmbrusterS390 KVM CPUs 4027c8e2647SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 4032c092950SChristian BorntraegerM: Christian Borntraeger <borntraeger@linux.ibm.com> 4040922e8c0SCornelia HuckS: Supported 40567043607SCho, Yu-ChenF: target/s390x/kvm/ 406fcf5ef2aSThomas HuthF: target/s390x/machine.c 40774b4c74dSDavid HildenbrandF: target/s390x/sigp.c 408c3347ed0SJanosch FrankF: hw/s390x/pv.c 409c3347ed0SJanosch FrankF: include/hw/s390x/pv.h 410c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 411e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 412146bd283SCornelia HuckL: qemu-s390x@nongnu.org 413fd5d5c56SAnthony Liguori 4146347e1f1SMarkus ArmbrusterX86 KVM CPUs 415d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 416fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 417fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 418fd5d5c56SAnthony LiguoriS: Supported 41996a46defSCornelia HuckF: docs/system/i386/amd-memory-encryption.rst 420a821186eSPhilippe Mathieu-DaudéF: docs/system/i386/sgx.rst 421a9dc68d9SClaudio FontanaF: target/i386/kvm/ 4228c9e7f8cSPhilippe Mathieu-DaudéF: target/i386/sev* 4239681ad3eSThomas HuthF: scripts/kvm/vmxcap 424fd5d5c56SAnthony Liguori 42579ac3915SPhilippe Mathieu-DaudéGuest CPU Cores (other accelerators) 42679ac3915SPhilippe Mathieu-Daudé------------------------------------ 42779ac3915SPhilippe Mathieu-DaudéOverall 428336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 42979ac3915SPhilippe Mathieu-DaudéR: Paolo Bonzini <pbonzini@redhat.com> 43079ac3915SPhilippe Mathieu-DaudéS: Maintained 431940e43aaSClaudio FontanaF: include/qemu/accel.h 432b86f59c7SClaudio FontanaF: include/sysemu/accel-ops.h 433fb6916ddSClaudio FontanaF: include/hw/core/accel-cpu.h 434b86f59c7SClaudio FontanaF: accel/accel-*.c 43579ac3915SPhilippe Mathieu-DaudéF: accel/Makefile.objs 43679ac3915SPhilippe Mathieu-DaudéF: accel/stubs/Makefile.objs 43779ac3915SPhilippe Mathieu-Daudé 438a1477da3SAlexander GrafApple Silicon HVF CPUs 439a1477da3SAlexander GrafM: Alexander Graf <agraf@csgraf.de> 440a1477da3SAlexander GrafS: Maintained 441a1477da3SAlexander GrafF: target/arm/hvf/ 442a1477da3SAlexander Graf 443674fc21fSRoman BolshakovX86 HVF CPUs 444de6b528bSRoman BolshakovM: Cameron Esfahani <dirty@apple.com> 445674fc21fSRoman BolshakovM: Roman Bolshakov <r.bolshakov@yadro.com> 446de6b528bSRoman BolshakovW: https://wiki.qemu.org/Features/HVF 447674fc21fSRoman BolshakovS: Maintained 448674fc21fSRoman BolshakovF: target/i386/hvf/ 449d57bc3c1SAlexander Graf 450d57bc3c1SAlexander GrafHVF 451d57bc3c1SAlexander GrafM: Cameron Esfahani <dirty@apple.com> 452d57bc3c1SAlexander GrafM: Roman Bolshakov <r.bolshakov@yadro.com> 453d57bc3c1SAlexander GrafW: https://wiki.qemu.org/Features/HVF 454d57bc3c1SAlexander GrafS: Maintained 455d57bc3c1SAlexander GrafF: accel/hvf/ 456674fc21fSRoman BolshakovF: include/sysemu/hvf.h 457d57bc3c1SAlexander GrafF: include/sysemu/hvf_int.h 458674fc21fSRoman Bolshakov 459c220cdecSSunil MuthuswamyWHPX CPUs 460c220cdecSSunil MuthuswamyM: Sunil Muthuswamy <sunilmut@microsoft.com> 461c220cdecSSunil MuthuswamyS: Supported 4621fc33bb9SClaudio FontanaF: target/i386/whpx/ 463c220cdecSSunil MuthuswamyF: include/sysemu/whpx.h 464c220cdecSSunil Muthuswamy 46584995ea2SMarkus ArmbrusterGuest CPU Cores (Xen) 46684995ea2SMarkus Armbruster--------------------- 4676347e1f1SMarkus ArmbrusterX86 Xen CPUs 4683623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 4693623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 470784e9727SPaul DurrantM: Paul Durrant <paul@xen.org> 4716d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org 4728a6b0cd7SStefano StabelliniS: Supported 4738a6b0cd7SStefano StabelliniF: */xen* 474da278d58SPhilippe Mathieu-DaudéF: accel/xen/* 475b827891dSGreg KurzF: hw/9pfs/xen-9p* 476c92451c2SPaolo BonziniF: hw/char/xen_console.c 477c92451c2SPaolo BonziniF: hw/display/xenfb.c 478c92451c2SPaolo BonziniF: hw/net/xen_nic.c 479758af9cfSAnthony PERARDF: hw/usb/xen-usb.c 4801a72d9aeSPaul DurrantF: hw/block/xen* 4814ea7d1a7SPaul DurrantF: hw/block/dataplane/xen* 482c92451c2SPaolo BonziniF: hw/xen/ 483c92451c2SPaolo BonziniF: hw/xenpv/ 4849027ac50SStefano StabelliniF: hw/i386/xen/ 4851401897cSPhilippe Mathieu-DaudéF: hw/pci-host/xen_igd_pt.c 486fcab2b46SPaul DurrantF: include/hw/block/dataplane/xen* 487c92451c2SPaolo BonziniF: include/hw/xen/ 488da278d58SPhilippe Mathieu-DaudéF: include/sysemu/xen.h 4899027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 49071f364b7SPhilippe Mathieu-DaudéF: stubs/xen-hw-stub.c 4918a6b0cd7SStefano Stabellini 4926c94b952SColin XuGuest CPU Cores (HAXM) 4936c94b952SColin Xu--------------------- 4946c94b952SColin XuX86 HAXM CPUs 4956c94b952SColin XuM: Wenchao Wang <wenchao.wang@intel.com> 4966c94b952SColin XuL: haxm-team@intel.com 4976c94b952SColin XuW: https://github.com/intel/haxm/issues 4986c94b952SColin XuS: Maintained 499f7091f5fSPhilippe Mathieu-DaudéF: accel/stubs/hax-stub.c 5006c94b952SColin XuF: include/sysemu/hax.h 5017fdef0d4SClaudio FontanaF: target/i386/hax/ 5026c94b952SColin Xu 50339becfceSReinoud ZandijkGuest CPU Cores (NVMM) 50439becfceSReinoud Zandijk---------------------- 50539becfceSReinoud ZandijkNetBSD Virtual Machine Monitor (NVMM) CPU support 50639becfceSReinoud ZandijkM: Kamil Rytarowski <kamil@netbsd.org> 50739becfceSReinoud ZandijkM: Reinoud Zandijk <reinoud@netbsd.org> 50839becfceSReinoud ZandijkS: Maintained 50939becfceSReinoud ZandijkF: include/sysemu/nvmm.h 51039becfceSReinoud ZandijkF: target/i386/nvmm/ 51139becfceSReinoud Zandijk 51284995ea2SMarkus ArmbrusterHosts 51384995ea2SMarkus Armbruster----- 5141bdd6874SStefan WeilLINUX 515f5fecb49SPhilippe Mathieu-DaudéM: Michael S. Tsirkin <mst@redhat.com> 516f5fecb49SPhilippe Mathieu-DaudéM: Cornelia Huck <cohuck@redhat.com> 517f5fecb49SPhilippe Mathieu-DaudéM: Paolo Bonzini <pbonzini@redhat.com> 5181bdd6874SStefan WeilS: Maintained 5191bdd6874SStefan WeilF: linux-headers/ 520f5fecb49SPhilippe Mathieu-DaudéF: scripts/update-linux-headers.sh 5211bdd6874SStefan Weil 5221bdd6874SStefan WeilPOSIX 523f3f0204dSPhilippe Mathieu-DaudéM: Paolo Bonzini <pbonzini@redhat.com> 5241bdd6874SStefan WeilS: Maintained 525f3f0204dSPhilippe Mathieu-DaudéF: os-posix.c 526f3f0204dSPhilippe Mathieu-DaudéF: include/sysemu/os-posix.h 527f3f0204dSPhilippe Mathieu-DaudéF: util/*posix*.c 528f3f0204dSPhilippe Mathieu-DaudéF: include/qemu/*posix*.h 5291bdd6874SStefan Weil 5303c2bdbc1SKamil RytarowskiNETBSD 5313c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org> 53239becfceSReinoud ZandijkM: Reinoud Zandijk <reinoud@netbsd.org> 53339becfceSReinoud ZandijkM: Ryo ONODERA <ryoon@netbsd.org> 5343c2bdbc1SKamil RytarowskiS: Maintained 5351b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD 5363c2bdbc1SKamil Rytarowski 5370a773d55SBrad SmithOPENBSD 5380a773d55SBrad SmithM: Brad Smith <brad@comstyle.com> 5390a773d55SBrad SmithS: Maintained 5400a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD 5410a773d55SBrad Smith 5421bdd6874SStefan WeilW32, W64 5431bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 5441bdd6874SStefan WeilS: Maintained 5451bdd6874SStefan WeilF: *win32* 54603972660SThomas HuthF: */*win32* 54703972660SThomas HuthF: include/*/*win32* 54803972660SThomas HuthX: qga/*win32* 549885bdc95SStefan WeilF: qemu.nsi 55048fad83fSAlex BennéeF: scripts/nsis.py 5511bdd6874SStefan Weil 552c82b7ef1SPhilippe Mathieu-DaudéDarwin (macOS, iOS) 5538823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 554c82b7ef1SPhilippe Mathieu-DaudéS: Odd Fixes 555c82b7ef1SPhilippe Mathieu-DaudéF: .gitlab-ci.d/cirrus/macos-* 556c82b7ef1SPhilippe Mathieu-DaudéF: */*.m 55748fad83fSAlex BennéeF: scripts/entitlement.sh 558c82b7ef1SPhilippe Mathieu-Daudé 559b250d04aSPhilippe Mathieu-DaudéAlpha Machines 56084995ea2SMarkus Armbruster-------------- 561336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 562b250d04aSPhilippe Mathieu-DaudéS: Maintained 563b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/ 5647bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c 5658d8a8ab5SRichard HendersonF: tests/tcg/alpha/system/ 566b250d04aSPhilippe Mathieu-Daudé 567fd5d5c56SAnthony LiguoriARM Machines 568fd5d5c56SAnthony Liguori------------ 56984291fe7SliguangAllwinner-a10 57085b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 571a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 572b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 573a00d7f20SPeter MaydellS: Odd Fixes 57485b4d5daSBeniamino GalvaniF: hw/*/allwinner* 57585b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 57684291fe7SliguangF: hw/arm/cubieboard.c 577d4a7c362SPeter MaydellF: docs/system/arm/cubieboard.rst 57884291fe7Sliguang 579740dafc0SNiek LinnenbankAllwinner-h3 580740dafc0SNiek LinnenbankM: Niek Linnenbank <nieklinnenbank@gmail.com> 581740dafc0SNiek LinnenbankL: qemu-arm@nongnu.org 582740dafc0SNiek LinnenbankS: Maintained 583740dafc0SNiek LinnenbankF: hw/*/allwinner-h3* 584740dafc0SNiek LinnenbankF: include/hw/*/allwinner-h3* 585b0c96666SNiek LinnenbankF: hw/arm/orangepi.c 586c67d732cSPhilippe Mathieu-DaudéF: docs/system/arm/orangepi.rst 587740dafc0SNiek Linnenbank 588e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices 58906271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 590b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 59106271000SPaolo BonziniS: Maintained 59206271000SPaolo BonziniF: hw/char/pl011.c 593c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h 59406271000SPaolo BonziniF: hw/display/pl110* 59506271000SPaolo BonziniF: hw/dma/pl080.c 596aa74e355SPeter MaydellF: include/hw/dma/pl080.h 59706271000SPaolo BonziniF: hw/dma/pl330.c 59806271000SPaolo BonziniF: hw/gpio/pl061.c 59906271000SPaolo BonziniF: hw/input/pl050.c 60006271000SPaolo BonziniF: hw/intc/pl190.c 60106271000SPaolo BonziniF: hw/sd/pl181.c 6021d52866fSPeter MaydellF: hw/ssi/pl022.c 6031d52866fSPeter MaydellF: include/hw/ssi/pl022.h 604877c181cSPhilippe Mathieu-DaudéF: hw/rtc/pl031.c 605877c181cSPhilippe Mathieu-DaudéF: include/hw/rtc/pl031.h 60606271000SPaolo BonziniF: include/hw/arm/primecell.h 607e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c 608e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h 60930858dafSPeter MaydellF: tests/qtest/cmsdk-apb-timer-test.c 6104f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c 6114f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h 6129bc064b5SPeter MaydellF: tests/qtest/cmsdk-apb-dualtimer-test.c 613e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c 614e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h 615050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c 616050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h 6179cf5eb29SPeter MaydellF: tests/qtest/cmsdk-apb-watchdog-test.c 6180d4a7551SPeter MaydellF: hw/misc/tz-ppc.c 6190d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h 620344f4b15SPeter MaydellF: hw/misc/tz-mpc.c 621344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h 622211e701dSPeter MaydellF: hw/misc/tz-msc.c 623211e701dSPeter MaydellF: include/hw/misc/tz-msc.h 62406271000SPaolo Bonzini 62506271000SPaolo BonziniARM cores 62606271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 627b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 62806271000SPaolo BonziniS: Maintained 62906271000SPaolo BonziniF: hw/intc/arm* 63006271000SPaolo BonziniF: hw/intc/gic_internal.h 63106271000SPaolo BonziniF: hw/misc/a9scu.c 63206271000SPaolo BonziniF: hw/misc/arm11scu.c 633b7f30114SThomas HuthF: hw/misc/arm_l2x0.c 6342f9db77eSPeter MaydellF: hw/misc/armv7m_ras.c 63506271000SPaolo BonziniF: hw/timer/a9gtimer* 636c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm* 637c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h 63806271000SPaolo BonziniF: include/hw/intc/arm* 63906271000SPaolo BonziniF: include/hw/misc/a9scu.h 64006271000SPaolo BonziniF: include/hw/misc/arm11scu.h 64106271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 64206271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 643c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h 6442f9db77eSPeter MaydellF: include/hw/misc/armv7m_ras.h 6451e8a1faeSThomas HuthF: tests/qtest/test-arm-mptimer.c 64606271000SPaolo Bonzini 647fc63dcffSEvgeny VoevodinExynos 648f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 649a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 650b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 651a00d7f20SPeter MaydellS: Odd Fixes 6528d8b636dSPaolo BonziniF: hw/*/exynos* 65378cb12a9SPeter MaydellF: include/hw/*/exynos* 654fc63dcffSEvgeny Voevodin 655766fd09fSMark LangsdorfCalxeda Highbank 6569ef137caSRob HerringM: Rob Herring <robh@kernel.org> 657a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 658b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 659a00d7f20SPeter MaydellS: Odd Fixes 6608d8b636dSPaolo BonziniF: hw/arm/highbank.c 6618d8b636dSPaolo BonziniF: hw/net/xgmac.c 662c90df7ceSPeter MaydellF: docs/system/arm/highbank.rst 663766fd09fSMark Langsdorf 6649082f121SAntony PavlovCanon DIGIC 6659082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 666a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 667b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 668a00d7f20SPeter MaydellS: Odd Fixes 6699082f121SAntony PavlovF: include/hw/arm/digic.h 6709082f121SAntony PavlovF: hw/*/digic* 6717ad5f2d1SPhilippe Mathieu-DaudéF: include/hw/*/digic* 672bbbd9b6eSWillian RampazzoF: tests/avocado/machine_arm_canona1100.py 6732d21dd17SPeter MaydellF: docs/system/arm/digic.rst 6749082f121SAntony Pavlov 6759c8fdcecSAnup PatelGoldfish RTC 6769c8fdcecSAnup PatelM: Anup Patel <anup.patel@wdc.com> 6779c8fdcecSAnup PatelM: Alistair Francis <Alistair.Francis@wdc.com> 6789c8fdcecSAnup PatelL: qemu-riscv@nongnu.org 6799c8fdcecSAnup PatelS: Maintained 6809c8fdcecSAnup PatelF: hw/rtc/goldfish_rtc.c 6819c8fdcecSAnup PatelF: include/hw/rtc/goldfish_rtc.h 6829c8fdcecSAnup Patel 683fd5d5c56SAnthony LiguoriGumstix 684a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 6858823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 686b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 6871f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes 6888d8b636dSPaolo BonziniF: hw/arm/gumstix.c 689bb309000SPeter MaydellF: docs/system/arm/gumstix.rst 690fd5d5c56SAnthony Liguori 691123a069aSThomas Huthi.MX25 PDK 692123a069aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 693123a069aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 694123a069aSThomas HuthL: qemu-arm@nongnu.org 695123a069aSThomas HuthS: Odd Fixes 696123a069aSThomas HuthF: hw/arm/fsl-imx25.c 697123a069aSThomas HuthF: hw/arm/imx25_pdk.c 698123a069aSThomas HuthF: hw/misc/imx25_ccm.c 69937f95959SGuenter RoeckF: hw/watchdog/wdt_imx2.c 700123a069aSThomas HuthF: include/hw/arm/fsl-imx25.h 701123a069aSThomas HuthF: include/hw/misc/imx25_ccm.h 70237f95959SGuenter RoeckF: include/hw/watchdog/wdt_imx2.h 703b1b3e3e3SPeter MaydellF: docs/system/arm/imx25-pdk.rst 704123a069aSThomas Huth 70595a5db3aSThomas Huthi.MX31 (kzm) 706a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 707b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 70895a5db3aSThomas HuthS: Odd Fixes 7098d8b636dSPaolo BonziniF: hw/arm/kzm.c 71095a5db3aSThomas HuthF: hw/*/imx_* 71195a5db3aSThomas HuthF: hw/*/*imx31* 71295a5db3aSThomas HuthF: include/hw/*/imx_* 71395a5db3aSThomas HuthF: include/hw/*/*imx31* 714fa6c9394SPeter MaydellF: docs/system/arm/kzm.rst 7150325559dSPeter Chubb 716fd5d5c56SAnthony LiguoriIntegrator CP 7171ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 718b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 719fd5d5c56SAnthony LiguoriS: Maintained 7208d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 721f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c 722b7f30114SThomas HuthF: include/hw/misc/arm_integrator_debug.h 723bbbd9b6eSWillian RampazzoF: tests/avocado/machine_arm_integratorcp.py 724c11a8e89SPeter MaydellF: docs/system/arm/integratorcp.rst 725fd5d5c56SAnthony Liguori 72695a5db3aSThomas HuthMCIMX6UL EVK / i.MX6ul 72795a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 72895a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 72995a5db3aSThomas HuthL: qemu-arm@nongnu.org 73095a5db3aSThomas HuthS: Odd Fixes 73195a5db3aSThomas HuthF: hw/arm/mcimx6ul-evk.c 73295a5db3aSThomas HuthF: hw/arm/fsl-imx6ul.c 73395a5db3aSThomas HuthF: hw/misc/imx6ul_ccm.c 73495a5db3aSThomas HuthF: include/hw/arm/fsl-imx6ul.h 73595a5db3aSThomas HuthF: include/hw/misc/imx6ul_ccm.h 73695a5db3aSThomas Huth 73795a5db3aSThomas HuthMCIMX7D SABRE / i.MX7 73895a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 73995a5db3aSThomas HuthR: Andrey Smirnov <andrew.smirnov@gmail.com> 74095a5db3aSThomas HuthL: qemu-arm@nongnu.org 74195a5db3aSThomas HuthS: Odd Fixes 74295a5db3aSThomas HuthF: hw/arm/mcimx7d-sabre.c 74395a5db3aSThomas HuthF: hw/arm/fsl-imx7.c 744b7f30114SThomas HuthF: hw/misc/imx7_*.c 74595a5db3aSThomas HuthF: include/hw/arm/fsl-imx7.h 746b7f30114SThomas HuthF: include/hw/misc/imx7_*.h 74795a5db3aSThomas HuthF: hw/pci-host/designware.c 74895a5db3aSThomas HuthF: include/hw/pci-host/designware.h 74995a5db3aSThomas Huth 750e5a6a6e6SPeter MaydellMPS2 751e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 752e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org 753e5a6a6e6SPeter MaydellS: Maintained 754e5a6a6e6SPeter MaydellF: hw/arm/mps2.c 7550d4a7551SPeter MaydellF: hw/arm/mps2-tz.c 7560d4a7551SPeter MaydellF: hw/misc/mps2-*.c 7570d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h 7586eee5d24SPeter MaydellF: hw/arm/armsse.c 7596eee5d24SPeter MaydellF: include/hw/arm/armsse.h 760c56c5760SPhilippe Mathieu-DaudéF: hw/misc/iotkit-secctl.c 761c56c5760SPhilippe Mathieu-DaudéF: include/hw/misc/iotkit-secctl.h 76275750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c 76375750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h 764c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c 765c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h 7664239b311SPeter MaydellF: hw/misc/armsse-cpu-pwrctrl.c 7674239b311SPeter MaydellF: include/hw/misc/armsse-cpu-pwrctrl.h 7685aeb3689SPeter MaydellF: hw/misc/armsse-cpuid.c 7695aeb3689SPeter MaydellF: include/hw/misc/armsse-cpuid.h 770cdf63440SPeter MaydellF: hw/misc/armsse-mhu.c 771cdf63440SPeter MaydellF: include/hw/misc/armsse-mhu.h 7720d10df30SPeter MaydellF: hw/timer/sse-counter.c 7730d10df30SPeter MaydellF: include/hw/timer/sse-counter.h 7740b8ceee8SPeter MaydellF: hw/timer/sse-timer.c 7750b8ceee8SPeter MaydellF: include/hw/timer/sse-timer.h 7761eca58aaSPeter MaydellF: tests/qtest/sse-timer-test.c 777ba7912a5SPeter MaydellF: docs/system/arm/mps2.rst 778e5a6a6e6SPeter Maydell 7798f69a4c1SPeter MaydellMusca 7808f69a4c1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 7818f69a4c1SPeter MaydellL: qemu-arm@nongnu.org 7828f69a4c1SPeter MaydellS: Maintained 7838f69a4c1SPeter MaydellF: hw/arm/musca.c 7849f8f640eSPeter MaydellF: docs/system/arm/musca.rst 7858f69a4c1SPeter Maydell 786fd5d5c56SAnthony LiguoriMusicpal 787fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 788a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 789b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 790a00d7f20SPeter MaydellS: Odd Fixes 7918d8b636dSPaolo BonziniF: hw/arm/musicpal.c 7926d81f488SPhilippe Mathieu-DaudéF: hw/net/mv88w8618_eth.c 7936d81f488SPhilippe Mathieu-DaudéF: include/hw/net/mv88w8618_eth.h 794c11a8e89SPeter MaydellF: docs/system/arm/musicpal.rst 795fd5d5c56SAnthony Liguori 796e5a7ba87SHavard SkinnemoenNuvoton NPCM7xx 797e5a7ba87SHavard SkinnemoenM: Havard Skinnemoen <hskinnemoen@google.com> 798e5a7ba87SHavard SkinnemoenM: Tyrone Ting <kfting@nuvoton.com> 799e5a7ba87SHavard SkinnemoenL: qemu-arm@nongnu.org 800e5a7ba87SHavard SkinnemoenS: Supported 801e5a7ba87SHavard SkinnemoenF: hw/*/npcm7xx* 802e5a7ba87SHavard SkinnemoenF: include/hw/*/npcm7xx* 8037d378ed6SHao WuF: tests/qtest/npcm7xx* 804d1cb5edaSHavard SkinnemoenF: pc-bios/npcm7xx_bootrom.bin 805d1cb5edaSHavard SkinnemoenF: roms/vbootrom 80671703116SPhilippe Mathieu-DaudéF: docs/system/arm/nuvoton.rst 807e5a7ba87SHavard Skinnemoen 808fd5d5c56SAnthony LiguorinSeries 809a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 810b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 811a00d7f20SPeter MaydellS: Odd Fixes 8128d8b636dSPaolo BonziniF: hw/arm/nseries.c 8138a08cc71SPhilippe Mathieu-DaudéF: hw/display/blizzard.c 814b7f30114SThomas HuthF: hw/input/lm832x.c 815b7f30114SThomas HuthF: hw/input/tsc2005.c 816b7f30114SThomas HuthF: hw/misc/cbus.c 8176a648a5fSPhilippe Mathieu-DaudéF: hw/rtc/twl92230.c 8188a08cc71SPhilippe Mathieu-DaudéF: include/hw/display/blizzard.h 819410bbee1SPhilippe Mathieu-DaudéF: include/hw/input/lm832x.h 820a331dd02SPhilippe Mathieu-DaudéF: include/hw/input/tsc2xxx.h 821e8fa3958SPhilippe Mathieu-DaudéF: include/hw/misc/cbus.h 822bbbd9b6eSWillian RampazzoF: tests/avocado/machine_arm_n8x0.py 823c11a8e89SPeter MaydellF: docs/system/arm/nseries.rst 824fd5d5c56SAnthony Liguori 825fd5d5c56SAnthony LiguoriPalm 826a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 827b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 828a00d7f20SPeter MaydellS: Odd Fixes 8298d8b636dSPaolo BonziniF: hw/arm/palm.c 830b7f30114SThomas HuthF: hw/input/tsc210x.c 831a331dd02SPhilippe Mathieu-DaudéF: include/hw/input/tsc2xxx.h 832c11a8e89SPeter MaydellF: docs/system/arm/palm.rst 833fd5d5c56SAnthony Liguori 83495a5db3aSThomas HuthRaspberry Pi 83595a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 8368823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 83795a5db3aSThomas HuthL: qemu-arm@nongnu.org 83895a5db3aSThomas HuthS: Odd Fixes 839123a069aSThomas HuthF: hw/arm/raspi.c 84095a5db3aSThomas HuthF: hw/arm/raspi_platform.h 84195a5db3aSThomas HuthF: hw/*/bcm283* 84295a5db3aSThomas HuthF: include/hw/arm/raspi* 84395a5db3aSThomas HuthF: include/hw/*/bcm283* 844d9f2ac3dSPhilippe Mathieu-DaudéF: docs/system/arm/raspi.rst 84595a5db3aSThomas Huth 846fd5d5c56SAnthony LiguoriReal View 8471ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 848b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 849fd5d5c56SAnthony LiguoriS: Maintained 8508d8b636dSPaolo BonziniF: hw/arm/realview* 851f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c 8525ea53049SPaolo BonziniF: hw/intc/realview_gic.c 8535ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 854c11a8e89SPeter MaydellF: docs/system/arm/realview.rst 855fd5d5c56SAnthony Liguori 8569b31bff0SPaolo BonziniPXA2XX 857a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 858b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 859a00d7f20SPeter MaydellS: Odd Fixes 8609b31bff0SPaolo BonziniF: hw/arm/mainstone.c 8618d8b636dSPaolo BonziniF: hw/arm/spitz.c 8629b31bff0SPaolo BonziniF: hw/arm/tosa.c 8639b31bff0SPaolo BonziniF: hw/arm/z2.c 8649b31bff0SPaolo BonziniF: hw/*/pxa2xx* 865123a069aSThomas HuthF: hw/display/tc6393xb.c 866123a069aSThomas HuthF: hw/gpio/max7310.c 867123a069aSThomas HuthF: hw/gpio/zaurus.c 868f7e242d6SThomas HuthF: hw/misc/mst_fpga.c 86958f3e3feSCorey MinyardF: hw/adc/max111x.c 87058f3e3feSCorey MinyardF: include/hw/adc/max111x.h 871ed0db866SThomas HuthF: include/hw/arm/pxa.h 872123a069aSThomas HuthF: include/hw/arm/sharpsl.h 873ee2ccc57SPhilippe Mathieu-DaudéF: include/hw/display/tc6393xb.h 874c11a8e89SPeter MaydellF: docs/system/arm/xscale.rst 875c9543db4SPeter MaydellF: docs/system/arm/mainstone.rst 876fd5d5c56SAnthony Liguori 87795a5db3aSThomas HuthSABRELITE / i.MX6 87895a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 87995a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 88095a5db3aSThomas HuthL: qemu-arm@nongnu.org 88195a5db3aSThomas HuthS: Odd Fixes 88295a5db3aSThomas HuthF: hw/arm/sabrelite.c 88395a5db3aSThomas HuthF: hw/arm/fsl-imx6.c 884b7f30114SThomas HuthF: hw/misc/imx6_*.c 88595a5db3aSThomas HuthF: hw/ssi/imx_spi.c 8860701a5efSGuenter RoeckF: hw/usb/imx-usb-phy.c 8870701a5efSGuenter RoeckF: include/hw/usb/imx-usb-phy.h 88895a5db3aSThomas HuthF: include/hw/arm/fsl-imx6.h 889b7f30114SThomas HuthF: include/hw/misc/imx6_*.h 89095a5db3aSThomas HuthF: include/hw/ssi/imx_spi.h 89195a5db3aSThomas Huth 89264580903SHongbo ZhangSBSA-REF 893428a3777SRadoslaw BiernackiM: Radoslaw Biernacki <rad@semihalf.com> 89464580903SHongbo ZhangM: Peter Maydell <peter.maydell@linaro.org> 89514d5addcSLeif LindholmR: Leif Lindholm <quic_llindhol@quicinc.com> 89664580903SHongbo ZhangL: qemu-arm@nongnu.org 89764580903SHongbo ZhangS: Maintained 89864580903SHongbo ZhangF: hw/arm/sbsa-ref.c 8999eeeb80aSPhilippe Mathieu-DaudéF: docs/system/arm/sbsa.rst 90064580903SHongbo Zhang 901671f11b2SThomas HuthSharp SL-5500 (Collie) PDA 902671f11b2SThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 903671f11b2SThomas HuthL: qemu-arm@nongnu.org 904671f11b2SThomas HuthS: Odd Fixes 905671f11b2SThomas HuthF: hw/arm/collie.c 906671f11b2SThomas HuthF: hw/arm/strongarm* 907b76b60f5SPeter MaydellF: docs/system/arm/collie.rst 908671f11b2SThomas Huth 909fd5d5c56SAnthony LiguoriStellaris 9101ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 911b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 912fd5d5c56SAnthony LiguoriS: Maintained 9138d8b636dSPaolo BonziniF: hw/*/stellaris* 91498fa3327SPhilippe Mathieu-DaudéF: include/hw/input/gamepad.h 915c11a8e89SPeter MaydellF: docs/system/arm/stellaris.rst 916fd5d5c56SAnthony Liguori 9172ac2410cSAlexandre IoossSTM32VLDISCOVERY 9182ac2410cSAlexandre IoossM: Alexandre Iooss <erdnaxe@crans.org> 9192ac2410cSAlexandre IoossL: qemu-arm@nongnu.org 9202ac2410cSAlexandre IoossS: Maintained 9212ac2410cSAlexandre IoossF: hw/arm/stm32vldiscovery.c 9221af060e5SAlexandre IoossF: docs/system/arm/stm32.rst 9232ac2410cSAlexandre Iooss 92495a5db3aSThomas HuthVersatile Express 92595a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 92695a5db3aSThomas HuthL: qemu-arm@nongnu.org 92795a5db3aSThomas HuthS: Maintained 92895a5db3aSThomas HuthF: hw/arm/vexpress.c 9295a1d4244SPeter MaydellF: docs/system/arm/vexpress.rst 93095a5db3aSThomas Huth 931fd5d5c56SAnthony LiguoriVersatile PB 9321ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 933b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 934fd5d5c56SAnthony LiguoriS: Maintained 9358d8b636dSPaolo BonziniF: hw/*/versatile* 936f61c3fb5SPhilippe Mathieu-DaudéF: include/hw/i2c/arm_sbcon_i2c.h 937c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c 938c11a8e89SPeter MaydellF: docs/system/arm/versatile.rst 939fd5d5c56SAnthony Liguori 94095a5db3aSThomas HuthVirt 94195a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 94295a5db3aSThomas HuthL: qemu-arm@nongnu.org 94395a5db3aSThomas HuthS: Maintained 94495a5db3aSThomas HuthF: hw/arm/virt* 94595a5db3aSThomas HuthF: include/hw/arm/virt.h 9466a0b7505SPeter MaydellF: docs/system/arm/virt.rst 94711593544SAlex BennéeF: tests/avocado/machine_aarch64_virt.py 94895a5db3aSThomas Huth 949e3260506SPeter A. G. CrosthwaiteXilinx Zynq 950cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 951c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 952a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 953b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 954e3260506SPeter A. G. CrosthwaiteS: Maintained 955cc0100f4SAlistair FrancisF: hw/*/xilinx_* 9568d8b636dSPaolo BonziniF: hw/*/cadence_* 957246f530cSCorey MinyardF: hw/misc/zynq_slcr.c 958246f530cSCorey MinyardF: hw/adc/zynq-xadc.c 959246f530cSCorey MinyardF: include/hw/misc/zynq_slcr.h 960246f530cSCorey MinyardF: include/hw/adc/zynq-xadc.h 961cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 962e3260506SPeter A. G. Crosthwaite 963ff9e157bSEdgar E. IglesiasXilinx ZynqMP and Versal 964c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 965cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 966a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 967b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 968137805f5SAlistair FrancisS: Maintained 969cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 970f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 97124d6d8bfSPhilippe Mathieu-DaudéF: include/hw/ssi/xilinx_spips.h 97224d6d8bfSPhilippe Mathieu-DaudéF: hw/display/dpcd.c 97324d6d8bfSPhilippe Mathieu-DaudéF: include/hw/display/dpcd.h 974ff9e157bSEdgar E. IglesiasF: docs/system/arm/xlnx-versal-virt.rst 975137805f5SAlistair Francis 97672e58848SFrancisco IglesiasXilinx Versal OSPI 97772e58848SFrancisco IglesiasM: Francisco Iglesias <francisco.iglesias@xilinx.com> 97872e58848SFrancisco IglesiasS: Maintained 97972e58848SFrancisco IglesiasF: hw/ssi/xlnx-versal-ospi.c 98072e58848SFrancisco IglesiasF: include/hw/ssi/xlnx-versal-ospi.h 98172e58848SFrancisco Iglesias 9828f4d260eSShannon ZhaoARM ACPI Subsystem 983e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com> 984b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 9858f4d260eSShannon ZhaoS: Maintained 9868f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 9878f4d260eSShannon Zhao 9880f76debdSAlexandre IoossSTM32F100 9890f76debdSAlexandre IoossM: Alexandre Iooss <erdnaxe@crans.org> 9900f76debdSAlexandre IoossL: qemu-arm@nongnu.org 9910f76debdSAlexandre IoossS: Maintained 9920f76debdSAlexandre IoossF: hw/arm/stm32f100_soc.c 9930f76debdSAlexandre Iooss 994a1f8193bSAlistair FrancisSTM32F205 995a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 996a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 9978ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 998a1f8193bSAlistair FrancisS: Maintained 999a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 1000a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 1001a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 1002a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 1003a1f8193bSAlistair FrancisF: hw/adc/* 1004a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 10050e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h 1006a1f8193bSAlistair Francis 1007529fc5fdSAlistair FrancisSTM32F405 1008529fc5fdSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1009529fc5fdSAlistair FrancisM: Peter Maydell <peter.maydell@linaro.org> 10108ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1011529fc5fdSAlistair FrancisS: Maintained 1012529fc5fdSAlistair FrancisF: hw/arm/stm32f405_soc.c 1013529fc5fdSAlistair FrancisF: hw/misc/stm32f4xx_syscfg.c 1014529fc5fdSAlistair FrancisF: hw/misc/stm32f4xx_exti.c 1015529fc5fdSAlistair Francis 1016a1f8193bSAlistair FrancisNetduino 2 1017a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1018a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 10198ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1020a1f8193bSAlistair FrancisS: Maintained 1021a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 1022a1f8193bSAlistair Francis 102360d6c427SAlistair FrancisNetduino Plus 2 102460d6c427SAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 102560d6c427SAlistair FrancisM: Peter Maydell <peter.maydell@linaro.org> 10268ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 102760d6c427SAlistair FrancisS: Maintained 102860d6c427SAlistair FrancisF: hw/arm/netduinoplus2.c 102960d6c427SAlistair Francis 1030670bc4cbSSubbaraya SundeepSmartFusion2 1031670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1032a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 10338ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1034670bc4cbSSubbaraya SundeepS: Maintained 1035670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c 1036670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c 1037670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c 1038670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c 1039670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h 1040670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h 1041670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h 1042670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h 10431c664378SSubbaraya SundeepF: hw/net/msf2-emac.c 10441c664378SSubbaraya SundeepF: include/hw/net/msf2-emac.h 1045670bc4cbSSubbaraya Sundeep 1046670bc4cbSSubbaraya SundeepEmcraft M2S-FG484 1047670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1048a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 10498ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1050670bc4cbSSubbaraya SundeepS: Maintained 1051670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c 10523f65df38SPeter MaydellF: docs/system/arm/emcraft-sf2.rst 1053670bc4cbSSubbaraya Sundeep 1054f87db1baSJoel StanleyASPEED BMCs 1055f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org> 1056a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1057f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au> 1058f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au> 1059f87db1baSJoel StanleyL: qemu-arm@nongnu.org 1060f87db1baSJoel StanleyS: Maintained 1061f87db1baSJoel StanleyF: hw/*/*aspeed* 1062b7f30114SThomas HuthF: hw/misc/pca9552.c 1063f87db1baSJoel StanleyF: include/hw/*/*aspeed* 1064b7f30114SThomas HuthF: include/hw/misc/pca9552*.h 1065f87db1baSJoel StanleyF: hw/net/ftgmac100.c 1066f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h 1067de8ee7d4SPhilippe Mathieu-DaudéF: docs/system/arm/aspeed.rst 106866609952SJoel StanleyF: tests/qtest/*aspeed* 1069c2f58c2fSPeter DelevoryasF: hw/arm/fby35.c 1070f87db1baSJoel Stanley 1071c0066d1aSJoel StanleyNRF51 1072c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au> 1073a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1074c0066d1aSJoel StanleyL: qemu-arm@nongnu.org 1075c0066d1aSJoel StanleyS: Maintained 1076c8de3f5fSStefan HajnocziF: hw/*/nrf51*.c 1077c8de3f5fSStefan HajnocziF: hw/*/microbit*.c 1078c8de3f5fSStefan HajnocziF: include/hw/*/nrf51*.h 1079c8de3f5fSStefan HajnocziF: include/hw/*/microbit*.h 10801e8a1faeSThomas HuthF: tests/qtest/microbit-test.c 108190a76c63SAlexandre IoossF: docs/system/arm/nrf.rst 1082c0066d1aSJoel Stanley 108342f3ff00SMichael RolnikAVR Machines 108442f3ff00SMichael Rolnik------------- 108542f3ff00SMichael Rolnik 108642f3ff00SMichael RolnikAVR MCUs 108742f3ff00SMichael RolnikM: Michael Rolnik <mrolnik@gmail.com> 108842f3ff00SMichael RolnikS: Maintained 1089812b31d3SAlex BennéeF: configs/devices/avr-softmmu/default.mak 10907dd8f6fdSPhilippe Mathieu-DaudéF: hw/avr/ 1091429ca9d6SMichael RolnikF: include/hw/char/avr_usart.h 1092429ca9d6SMichael RolnikF: hw/char/avr_usart.c 10938ff47bc1SMichael RolnikF: include/hw/timer/avr_timer16.h 10948ff47bc1SMichael RolnikF: hw/timer/avr_timer16.c 1095dc288de0SMichael RolnikF: include/hw/misc/avr_power.h 1096dc288de0SMichael RolnikF: hw/misc/avr_power.c 109742f3ff00SMichael Rolnik 109850486d63SPhilippe Mathieu-DaudéArduino 10998823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 110050486d63SPhilippe Mathieu-DaudéS: Maintained 110150486d63SPhilippe Mathieu-DaudéF: hw/avr/arduino.c 110250486d63SPhilippe Mathieu-Daudé 1103fd5d5c56SAnthony LiguoriCRIS Machines 1104fd5d5c56SAnthony Liguori------------- 1105fd5d5c56SAnthony LiguoriAxis Dev88 1106fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1107fd5d5c56SAnthony LiguoriS: Maintained 11088d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 11096e481d57SPeter MaydellF: hw/*/etraxfs_*.c 1110fd5d5c56SAnthony Liguori 1111e188396cSPhilippe Mathieu-DaudéHP-PARISC Machines 1112e188396cSPhilippe Mathieu-Daudé------------------ 111318092598SHelge DellerHP B160L 1114336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 1115e188396cSPhilippe Mathieu-DaudéR: Helge Deller <deller@gmx.de> 1116e188396cSPhilippe Mathieu-DaudéS: Odd Fixes 1117812b31d3SAlex BennéeF: configs/devices/hppa-softmmu/default.mak 1118e188396cSPhilippe Mathieu-DaudéF: hw/hppa/ 111911f976adSPhilippe Mathieu-DaudéF: hw/net/*i82596* 112045f569a1SMark Cave-AylandF: hw/misc/lasi.c 11210db9350eSMark Cave-AylandF: hw/pci-host/dino.c 112245f569a1SMark Cave-AylandF: include/hw/misc/lasi.h 112311f976adSPhilippe Mathieu-DaudéF: include/hw/net/lasi_82596.h 11240db9350eSMark Cave-AylandF: include/hw/pci-host/dino.h 1125e188396cSPhilippe Mathieu-DaudéF: pc-bios/hppa-firmware.img 1126e188396cSPhilippe Mathieu-Daudé 1127d88b51dcSXiaojuan YangLoongArch Machines 1128d88b51dcSXiaojuan Yang------------------ 1129d88b51dcSXiaojuan YangVirt 1130d88b51dcSXiaojuan YangM: Xiaojuan Yang <yangxiaojuan@loongson.cn> 1131d88b51dcSXiaojuan YangM: Song Gao <gaosong@loongson.cn> 1132d88b51dcSXiaojuan YangS: Maintained 1133587858edSXiaojuan YangF: docs/system/loongarch/virt.rst 1134a8a506c3SXiaojuan YangF: configs/targets/loongarch64-softmmu.mak 1135a8a506c3SXiaojuan YangF: configs/devices/loongarch64-softmmu/default.mak 1136a8a506c3SXiaojuan YangF: hw/loongarch/ 1137a8a506c3SXiaojuan YangF: include/hw/loongarch/virt.h 1138f6783e34SXiaojuan YangF: include/hw/intc/loongarch_*.h 1139f6783e34SXiaojuan YangF: hw/intc/loongarch_*.c 11400f4fcf18SXiaojuan YangF: include/hw/pci-host/ls7a.h 1141c117f68aSXiaojuan YangF: hw/rtc/ls7a_rtc.c 1142ca61e750SXiaojuan YangF: gdb-xml/loongarch*.xml 1143d88b51dcSXiaojuan Yang 1144afcacd53SAurelien JarnoM68K Machines 1145fd5d5c56SAnthony Liguori------------- 1146fd5d5c56SAnthony Liguorian5206 11475baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 11485baf2741SThomas HuthS: Odd Fixes 11498d8b636dSPaolo BonziniF: hw/m68k/an5206.c 1150e9a56114SThomas HuthF: hw/m68k/mcf5206.c 1151fd5d5c56SAnthony Liguori 1152fd5d5c56SAnthony Liguorimcf5208 11535baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 11545baf2741SThomas HuthS: Odd Fixes 11558d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 1156e9a56114SThomas HuthF: hw/m68k/mcf_intc.c 1157e9a56114SThomas HuthF: hw/char/mcf_uart.c 1158e9a56114SThomas HuthF: hw/net/mcf_fec.c 11595baf2741SThomas HuthF: include/hw/m68k/mcf*.h 1160fd5d5c56SAnthony Liguori 11611810b815SThomas HuthNeXTcube 11621810b815SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 11631810b815SThomas HuthS: Odd Fixes 11641810b815SThomas HuthF: hw/m68k/next-*.c 11651810b815SThomas HuthF: hw/display/next-fb.c 11661810b815SThomas HuthF: include/hw/m68k/next-cube.h 11671810b815SThomas Huth 11686dca62a0SLaurent Vivierq800 11696dca62a0SLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 11706dca62a0SLaurent VivierS: Maintained 117104e7ca8dSLaurent VivierF: hw/m68k/q800.c 11726dca62a0SLaurent VivierF: hw/misc/mac_via.c 1173fa2ba3b8SLaurent VivierF: hw/nubus/* 11748ac919a0SLaurent VivierF: hw/display/macfb.c 1175c701ec62SLaurent VivierF: hw/block/swim.c 117604e7ca8dSLaurent VivierF: hw/m68k/bootinfo.h 1177382d71afSLaurent VivierF: include/standard-headers/asm-m68k/bootinfo.h 1178382d71afSLaurent VivierF: include/standard-headers/asm-m68k/bootinfo-mac.h 11796dca62a0SLaurent VivierF: include/hw/misc/mac_via.h 1180fa2ba3b8SLaurent VivierF: include/hw/nubus/* 11818ac919a0SLaurent VivierF: include/hw/display/macfb.h 1182c701ec62SLaurent VivierF: include/hw/block/swim.h 11836dca62a0SLaurent Vivier 1184e1cecdcaSLaurent Viviervirt 1185e1cecdcaSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 1186e1cecdcaSLaurent VivierS: Maintained 1187e1cecdcaSLaurent VivierF: hw/m68k/virt.c 1188e1cecdcaSLaurent VivierF: hw/char/goldfish_tty.c 1189e1cecdcaSLaurent VivierF: hw/intc/goldfish_pic.c 1190e1cecdcaSLaurent VivierF: hw/intc/m68k_irqc.c 1191e1cecdcaSLaurent VivierF: hw/misc/virt_ctrl.c 1192e1cecdcaSLaurent VivierF: include/hw/char/goldfish_tty.h 1193e1cecdcaSLaurent VivierF: include/hw/intc/goldfish_pic.h 1194e1cecdcaSLaurent VivierF: include/hw/intc/m68k_irqc.h 1195e1cecdcaSLaurent VivierF: include/hw/misc/virt_ctrl.h 1196e1cecdcaSLaurent Vivier 1197fd5d5c56SAnthony LiguoriMicroBlaze Machines 1198b6f97c14Sbellard------------------- 1199fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 1200fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1201fd5d5c56SAnthony LiguoriS: Maintained 12026e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 1203a734c7b5SPhilippe Mathieu-DaudéF: include/hw/char/xilinx_uartlite.h 1204bbbd9b6eSWillian RampazzoF: tests/avocado/machine_microblaze.py 1205b6f97c14Sbellard 1206d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 12074b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1208d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 12098d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 1210d36e8ce7SPeter A. G. Crosthwaite 1211fd5d5c56SAnthony LiguoriMIPS Machines 1212fd5d5c56SAnthony Liguori------------- 1213f44d1d4eSPhilippe Mathieu-DaudéOverall MIPS Machines 12148823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 1215f44d1d4eSPhilippe Mathieu-DaudéS: Odd Fixes 1216f44d1d4eSPhilippe Mathieu-DaudéF: configs/devices/mips*/* 1217f44d1d4eSPhilippe Mathieu-DaudéF: hw/mips/ 1218f44d1d4eSPhilippe Mathieu-DaudéF: include/hw/mips/ 1219f44d1d4eSPhilippe Mathieu-Daudé 1220fd5d5c56SAnthony LiguoriJazz 1221fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 122297d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1223fd5d5c56SAnthony LiguoriS: Maintained 12245298722eSAleksandar MarkovicF: hw/mips/jazz.c 12250886a785SPhilippe Mathieu-DaudéF: hw/display/jazz_led.c 12260886a785SPhilippe Mathieu-DaudéF: hw/dma/rc4030.c 1227fd5d5c56SAnthony Liguori 1228fd5d5c56SAnthony LiguoriMalta 12298823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 1230485cd982SAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 1231ca263c0fSAleksandar MarkovicS: Odd Fixes 123260041378SAleksandar MarkovicF: hw/isa/piix4.c 123360041378SAleksandar MarkovicF: hw/acpi/piix4.c 12345298722eSAleksandar MarkovicF: hw/mips/malta.c 123593081f51SAleksandar MarkovicF: hw/mips/gt64xxx_pci.c 123660041378SAleksandar MarkovicF: include/hw/southbridge/piix.h 1237bbbd9b6eSWillian RampazzoF: tests/avocado/linux_ssh_mips_malta.py 1238bbbd9b6eSWillian RampazzoF: tests/avocado/machine_mips_malta.py 1239fd5d5c56SAnthony Liguori 1240fd5d5c56SAnthony LiguoriMipssim 124197d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 12424251dfb0SJohn SnowS: Orphan 12435298722eSAleksandar MarkovicF: hw/mips/mipssim.c 1244659f42d8SYongbok KimF: hw/net/mipsnet.c 1245fd5d5c56SAnthony Liguori 1246c3a09ff6SPhilippe Mathieu-DaudéFuloong 2E 1247dab1e1e1SHuacai ChenM: Huacai Chen <chenhuacai@kernel.org> 12488823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 124997eeef8aSHuacai ChenR: Jiaxun Yang <jiaxun.yang@flygoat.com> 1250659f42d8SYongbok KimS: Odd Fixes 1251c3a09ff6SPhilippe Mathieu-DaudéF: hw/mips/fuloong2e.c 12520170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c 12535021bfa5SThomas HuthF: hw/pci-host/bonito.c 12546f2bcd5fSPhilippe Mathieu-DaudéF: hw/usb/vt82c686-uhci-pci.c 12550170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h 1256bbbd9b6eSWillian RampazzoF: tests/avocado/machine_mips_fuloong2e.py 1257659f42d8SYongbok Kim 125853fb8bfbSAleksandar MarkovicLoongson-3 virtual platforms 1259dab1e1e1SHuacai ChenM: Huacai Chen <chenhuacai@kernel.org> 12602c5b1a7dSHuacai ChenR: Jiaxun Yang <jiaxun.yang@flygoat.com> 12612c5b1a7dSHuacai ChenS: Maintained 12622c5b1a7dSHuacai ChenF: hw/intc/loongson_liointc.c 1263d2245e2dSHuacai ChenF: hw/mips/loongson3_bootp.c 1264d2245e2dSHuacai ChenF: hw/mips/loongson3_bootp.h 1265c76b409fSHuacai ChenF: hw/mips/loongson3_virt.c 1266bbbd9b6eSWillian RampazzoF: tests/avocado/machine_mips_loongson3v.py 12672c5b1a7dSHuacai Chen 1268659f42d8SYongbok KimBoston 12694ba98e96SPhilippe Mathieu-DaudéM: Paul Burton <paulburton@kernel.org> 127097d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 12714ba98e96SPhilippe Mathieu-DaudéS: Odd Fixes 1272659f42d8SYongbok KimF: hw/core/loader-fit.c 1273659f42d8SYongbok KimF: hw/mips/boston.c 1274659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c 12755021bfa5SThomas HuthF: include/hw/pci-host/xilinx-pcie.h 1276659f42d8SYongbok Kim 1277945dad6dSJia LiuOpenRISC Machines 1278945dad6dSJia Liu----------------- 1279945dad6dSJia Liuor1k-sim 1280945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 1281945dad6dSJia LiuS: Maintained 1282945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 1283945dad6dSJia Liu 1284fd5d5c56SAnthony LiguoriPowerPC Machines 1285fd5d5c56SAnthony Liguori---------------- 12861335caf3SCédric Le Goater405 (ref405ep) 1287a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 12880f514eeaSDavid GibsonS: Orphan 12898d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 1290fd5d5c56SAnthony Liguori 1291aaade8d7SAndreas FärberBamboo 1292aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 12930f514eeaSDavid GibsonS: Orphan 12948d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 1295bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_bamboo.py 1296aaade8d7SAndreas Färber 129798cded3aSAndreas Färbere500 129898cded3aSAndreas FärberL: qemu-ppc@nongnu.org 12990f514eeaSDavid GibsonS: Orphan 1300ce6fc617SThomas HuthF: hw/ppc/e500* 13012c6aba14SThomas HuthF: hw/gpio/mpc8xxx.c 13027abb479cSAndrew RandrianasuluF: hw/i2c/mpc_i2c.c 1303ce6fc617SThomas HuthF: hw/net/fsl_etsec/ 1304ce6fc617SThomas HuthF: hw/pci-host/ppce500.c 1305b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 1306b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 1307b5d55020SThomas HuthF: pc-bios/u-boot.e500 1308ff8cdbbdSDavid GibsonF: hw/intc/openpic_kvm.h 1309ff8cdbbdSDavid GibsonF: include/hw/ppc/openpic_kvm.h 131098cded3aSAndreas Färber 131198cded3aSAndreas Färbermpc8544ds 131298cded3aSAndreas FärberL: qemu-ppc@nongnu.org 13130f514eeaSDavid GibsonS: Orphan 131498cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 13158d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 1316bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_mpc8544ds.py 131798cded3aSAndreas Färber 13182c6aba14SThomas HuthNew World (mac99) 131940e3dd06SMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1320a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 1321bba8e23aSAlexander GrafS: Odd Fixes 1322c5288768SThomas HuthF: docs/system/ppc/powermac.rst 1323baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 13246e481d57SPeter MaydellF: hw/pci-host/uninorth.c 13256e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 13268d8b636dSPaolo BonziniF: hw/misc/macio/ 13276ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c 1328b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 13292c6aba14SThomas HuthF: hw/input/adb* 1330eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/ 13316ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h 1332443f07b7SBALATON ZoltanF: include/hw/nvram/mac_nvram.h 1333eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h 13345021bfa5SThomas HuthF: include/hw/pci-host/uninorth.h 13352c6aba14SThomas HuthF: include/hw/input/adb* 133652804c60SMark Cave-AylandF: pc-bios/qemu_vga.ndrv 1337fd5d5c56SAnthony Liguori 13382c6aba14SThomas HuthOld World (g3beige) 133940e3dd06SMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1340a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 1341bba8e23aSAlexander GrafS: Odd Fixes 1342c5288768SThomas HuthF: docs/system/ppc/powermac.rst 1343baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 13446e481d57SPeter MaydellF: hw/pci-host/grackle.c 13458d8b636dSPaolo BonziniF: hw/misc/macio/ 1346835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 13472c6aba14SThomas HuthF: hw/input/adb* 134897e16dbaSPhilippe Mathieu-DaudéF: include/hw/intc/heathrow_pic.h 13492c6aba14SThomas HuthF: include/hw/input/adb* 135087e5a4f8SBALATON ZoltanF: include/hw/pci-host/grackle.h 135152804c60SMark Cave-AylandF: pc-bios/qemu_vga.ndrv 1352fd5d5c56SAnthony Liguori 1353ec38d398SAndreas FärberPReP 13548178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org> 1355a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 13568178e89cSHervé PoussineauS: Maintained 1357c5288768SThomas HuthF: docs/system/ppc/prep.rst 135875610155SAndreas FärberF: hw/ppc/prep.c 13598178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c 13608178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c 136146fd3201SPhilippe Mathieu-DaudéF: hw/pci-host/raven.c 13620a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c 1363a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c 13641cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c 1365819ce6b2SPhilippe Mathieu-DaudéF: hw/rtc/m48t59-isa.c 1366a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h 1367819ce6b2SPhilippe Mathieu-DaudéF: include/hw/rtc/m48t59.h 1368bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_prep_40p.py 1369fd5d5c56SAnthony Liguori 1370c5288768SThomas HuthsPAPR (pseries) 137114fe3222SDavid GibsonM: Daniel Henrique Barboza <danielhb413@gmail.com> 1372b0877575SCédric Le GoaterR: Cédric Le Goater <clg@kaod.org> 137314fe3222SDavid GibsonR: David Gibson <david@gibson.dropbear.id.au> 137414fe3222SDavid GibsonR: Greg Kurz <groug@kaod.org> 13758a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 137685d887beSDavid GibsonS: Maintained 13778d8b636dSPaolo BonziniF: hw/*/spapr* 1378f9de2da7SDavid GibsonF: include/hw/*/spapr* 1379f9de2da7SDavid GibsonF: hw/*/xics* 1380f9de2da7SDavid GibsonF: include/hw/*/xics* 1381b5d55020SThomas HuthF: pc-bios/slof.bin 1382c5288768SThomas HuthF: docs/system/ppc/pseries.rst 1383c5288768SThomas HuthF: docs/specs/ppc-spapr-* 13841e8a1faeSThomas HuthF: tests/qtest/spapr* 13851cf4323eSThomas HuthF: tests/qtest/libqos/*spapr* 13861e8a1faeSThomas HuthF: tests/qtest/rtas* 13871cf4323eSThomas HuthF: tests/qtest/libqos/rtas* 1388bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_pseries.py 13898a269ca4SAndreas Färber 13901af82d4fSCédric Le GoaterPowerNV (Non-Virtualized) 13911af82d4fSCédric Le GoaterM: Cédric Le Goater <clg@kaod.org> 13921af82d4fSCédric Le GoaterL: qemu-ppc@nongnu.org 1393b0877575SCédric Le GoaterS: Odd Fixes 1394c5288768SThomas HuthF: docs/system/ppc/powernv.rst 13951af82d4fSCédric Le GoaterF: hw/ppc/pnv* 13961af82d4fSCédric Le GoaterF: hw/intc/pnv* 13971af82d4fSCédric Le GoaterF: hw/intc/xics_pnv.c 1398157ed954SMarkus ArmbrusterF: hw/pci-host/pnv* 13991af82d4fSCédric Le GoaterF: include/hw/ppc/pnv* 1400157ed954SMarkus ArmbrusterF: include/hw/pci-host/pnv* 14011af82d4fSCédric Le GoaterF: pc-bios/skiboot.lid 14021e8a1faeSThomas HuthF: tests/qtest/pnv* 14031af82d4fSCédric Le Goater 1404794d00bfSAndreas Färbervirtex_ml507 1405794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1406794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 1407794d00bfSAndreas FärberS: Odd Fixes 14086e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 1409bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_virtex_ml507.py 1410794d00bfSAndreas Färber 1411a9dd6604SBALATON Zoltansam460ex 1412a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu> 1413a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org 1414a9dd6604SBALATON ZoltanS: Maintained 141533c6a8b5SBALATON ZoltanF: hw/ppc/sam460ex.c 141633c6a8b5SBALATON ZoltanF: hw/ppc/ppc440_pcix.c 141733c6a8b5SBALATON ZoltanF: hw/display/sm501* 1418a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c 1419de04c31dSPhilippe Mathieu-DaudéF: hw/rtc/m41t80.c 142033c6a8b5SBALATON ZoltanF: pc-bios/canyonlands.dt[sb] 142133c6a8b5SBALATON ZoltanF: pc-bios/u-boot-sam460ex-20100605.bin 142233c6a8b5SBALATON ZoltanF: roms/u-boot-sam460ex 1423a9dd6604SBALATON Zoltan 1424ba7e5ac1SBALATON Zoltanpegasos2 1425ba7e5ac1SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu> 1426ba7e5ac1SBALATON ZoltanL: qemu-ppc@nongnu.org 1427ba7e5ac1SBALATON ZoltanS: Maintained 1428ba7e5ac1SBALATON ZoltanF: hw/ppc/pegasos2.c 1429ba7e5ac1SBALATON ZoltanF: hw/pci-host/mv64361.c 1430ba7e5ac1SBALATON ZoltanF: hw/pci-host/mv643xx.h 1431ba7e5ac1SBALATON ZoltanF: include/hw/pci-host/mv64361.h 1432ba7e5ac1SBALATON Zoltan 1433fc8c745dSAlexey KardashevskiyVirtual Open Firmware (VOF) 1434fc8c745dSAlexey KardashevskiyM: Alexey Kardashevskiy <aik@ozlabs.ru> 143514fe3222SDavid GibsonR: Cédric Le Goater <clg@kaod.org> 143614fe3222SDavid GibsonR: Daniel Henrique Barboza <danielhb413@gmail.com> 143721bde1ecSAlexey KardashevskiyR: David Gibson <david@gibson.dropbear.id.au> 143821bde1ecSAlexey KardashevskiyR: Greg Kurz <groug@kaod.org> 1439fc8c745dSAlexey KardashevskiyL: qemu-ppc@nongnu.org 1440fc8c745dSAlexey KardashevskiyS: Maintained 1441fc8c745dSAlexey KardashevskiyF: hw/ppc/spapr_vof* 1442fc8c745dSAlexey KardashevskiyF: hw/ppc/vof* 1443fc8c745dSAlexey KardashevskiyF: include/hw/ppc/vof* 1444fc8c745dSAlexey KardashevskiyF: pc-bios/vof/* 1445fc8c745dSAlexey KardashevskiyF: pc-bios/vof* 1446fc8c745dSAlexey Kardashevskiy 1447fe0fe473SAlistair FrancisRISC-V Machines 1448fe0fe473SAlistair Francis--------------- 1449fe0fe473SAlistair FrancisOpenTitan 1450fe0fe473SAlistair FrancisM: Alistair Francis <Alistair.Francis@wdc.com> 1451fe0fe473SAlistair FrancisL: qemu-riscv@nongnu.org 1452fe0fe473SAlistair FrancisS: Supported 1453fe0fe473SAlistair FrancisF: hw/riscv/opentitan.c 1454df41cbd6SAlistair FrancisF: hw/*/ibex_*.c 1455fe0fe473SAlistair FrancisF: include/hw/riscv/opentitan.h 1456df41cbd6SAlistair FrancisF: include/hw/*/ibex_*.h 1457fe0fe473SAlistair Francis 145856f6e31eSBin MengMicrochip PolarFire SoC Icicle Kit 145956f6e31eSBin MengM: Bin Meng <bin.meng@windriver.com> 146056f6e31eSBin MengL: qemu-riscv@nongnu.org 146156f6e31eSBin MengS: Supported 146256f6e31eSBin MengF: hw/riscv/microchip_pfsoc.c 1463a8fb0a50SBin MengF: hw/char/mchp_pfsoc_mmuart.c 14643400b15bSBin MengF: hw/misc/mchp_pfsoc_dmc.c 1465a937b302SBin MengF: hw/misc/mchp_pfsoc_ioscb.c 14660f25065cSBin MengF: hw/misc/mchp_pfsoc_sysreg.c 146756f6e31eSBin MengF: include/hw/riscv/microchip_pfsoc.h 1468a8fb0a50SBin MengF: include/hw/char/mchp_pfsoc_mmuart.h 14693400b15bSBin MengF: include/hw/misc/mchp_pfsoc_dmc.h 1470a937b302SBin MengF: include/hw/misc/mchp_pfsoc_ioscb.h 14710f25065cSBin MengF: include/hw/misc/mchp_pfsoc_sysreg.h 147256f6e31eSBin Meng 14737a261bafSVijai Kumar KShakti C class SoC 14747a261bafSVijai Kumar KM: Vijai Kumar K <vijai@behindbytes.com> 14757a261bafSVijai Kumar KL: qemu-riscv@nongnu.org 14767a261bafSVijai Kumar KS: Supported 14777a261bafSVijai Kumar KF: hw/riscv/shakti_c.c 147807f334d8SVijai Kumar KF: hw/char/shakti_uart.c 14797a261bafSVijai Kumar KF: include/hw/riscv/shakti_c.h 148007f334d8SVijai Kumar KF: include/hw/char/shakti_uart.h 14817a261bafSVijai Kumar K 14824fcad931SAlistair FrancisSiFive Machines 14834fcad931SAlistair FrancisM: Alistair Francis <Alistair.Francis@wdc.com> 14844fcad931SAlistair FrancisM: Bin Meng <bin.meng@windriver.com> 14854fcad931SAlistair FrancisM: Palmer Dabbelt <palmer@dabbelt.com> 14864fcad931SAlistair FrancisL: qemu-riscv@nongnu.org 14874fcad931SAlistair FrancisS: Supported 14884fcad931SAlistair FrancisF: hw/*/*sifive*.c 14894fcad931SAlistair FrancisF: include/hw/*/*sifive*.h 14904fcad931SAlistair Francis 1491bda19d7bSYoshinori SatoRX Machines 1492bda19d7bSYoshinori Sato----------- 1493bda19d7bSYoshinori Satorx-gdbsim 1494b2744da9SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 1495b2744da9SPhilippe Mathieu-DaudéS: Orphan 14964adbfa45SYoshinori SatoF: docs/system/target-rx.rst 1497bda19d7bSYoshinori SatoF: hw/rx/rx-gdbsim.c 1498bbbd9b6eSWillian RampazzoF: tests/avocado/machine_rx_gdbsim.py 1499bda19d7bSYoshinori Sato 1500fd5d5c56SAnthony LiguoriSH4 Machines 1501fd5d5c56SAnthony Liguori------------ 1502fd5d5c56SAnthony LiguoriR2D 15032d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 1504a9fb4468SAleksandar MarkovicR: Magnus Damm <magnus.damm@gmail.com> 1505f166061cSPhilippe Mathieu-DaudéS: Odd Fixes 15067ae5c8bbSPhilippe Mathieu-DaudéF: hw/char/sh_serial.c 15076e481d57SPeter MaydellF: hw/sh4/r2d.c 150881527b94SThomas HuthF: hw/intc/sh_intc.c 1509c64bd101SPhilippe Mathieu-DaudéF: hw/pci-host/sh_pci.c 151025e79527SPhilippe Mathieu-DaudéF: hw/timer/sh_timer.c 151165b8dc29SPhilippe Mathieu-DaudéF: include/hw/sh4/sh_intc.h 1512fd5d5c56SAnthony Liguori 1513fd5d5c56SAnthony LiguoriShix 15142d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 1515a9fb4468SAleksandar MarkovicR: Magnus Damm <magnus.damm@gmail.com> 151681527b94SThomas HuthS: Odd Fixes 1517475e70bdSPhilippe Mathieu-DaudéF: hw/block/tc58128.c 15187ae5c8bbSPhilippe Mathieu-DaudéF: hw/char/sh_serial.c 15196e481d57SPeter MaydellF: hw/sh4/shix.c 152065b8dc29SPhilippe Mathieu-DaudéF: hw/intc/sh_intc.c 152125e79527SPhilippe Mathieu-DaudéF: hw/timer/sh_timer.c 152265b8dc29SPhilippe Mathieu-DaudéF: include/hw/sh4/sh_intc.h 1523fd5d5c56SAnthony Liguori 1524fd5d5c56SAnthony LiguoriSPARC Machines 1525fd5d5c56SAnthony Liguori-------------- 1526fd5d5c56SAnthony LiguoriSun4m 1527f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1528fd5d5c56SAnthony LiguoriS: Maintained 15298d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 1530c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c 1531aec2b887SThomas HuthF: hw/display/cg3.c 1532aec2b887SThomas HuthF: hw/display/tcx.c 1533c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c 15347098b79eSThomas HuthF: hw/misc/eccmemctl.c 1535aec2b887SThomas HuthF: hw/*/slavio_*.c 1536aec2b887SThomas HuthF: include/hw/nvram/sun_nvram.h 1537c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h 1538d0476159SPhilippe Mathieu-DaudéF: include/hw/sparc/sun4m_iommu.h 1539aec2b887SThomas HuthF: pc-bios/openbios-sparc32 1540fd5d5c56SAnthony Liguori 1541fd5d5c56SAnthony LiguoriSun4u 1542f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1543fd5d5c56SAnthony LiguoriS: Maintained 15448d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 15458ef856b7SPhilippe Mathieu-DaudéF: hw/sparc64/sun4u_iommu.c 15468ef856b7SPhilippe Mathieu-DaudéF: include/hw/sparc/sun4u_iommu.h 15475021bfa5SThomas HuthF: hw/pci-host/sabre.c 15485021bfa5SThomas HuthF: include/hw/pci-host/sabre.h 15498ef856b7SPhilippe Mathieu-DaudéF: hw/pci-bridge/simba.c 15508ef856b7SPhilippe Mathieu-DaudéF: include/hw/pci-bridge/simba.h 15518ef856b7SPhilippe Mathieu-DaudéF: pc-bios/openbios-sparc64 1552bbbd9b6eSWillian RampazzoF: tests/avocado/machine_sparc64_sun4u.py 1553fd5d5c56SAnthony Liguori 1554a2664ca0SArtyom TarasenkoSun4v 1555a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com> 1556a2664ca0SArtyom TarasenkoS: Maintained 1557626e4a4bSFam ZhengF: hw/sparc64/niagara.c 15582811ac30SPhilippe Mathieu-DaudéF: hw/rtc/sun4v-rtc.c 15592811ac30SPhilippe Mathieu-DaudéF: include/hw/rtc/sun4v-rtc.h 1560a2664ca0SArtyom Tarasenko 1561ce6c760cSFabien ChouteauLeon3 1562ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 1563034e050dSFrederic KonradM: Frederic Konrad <konrad.frederic@yahoo.fr> 1564ce6c760cSFabien ChouteauS: Maintained 15658d8b636dSPaolo BonziniF: hw/sparc/leon3.c 15668d8b636dSPaolo BonziniF: hw/*/grlib* 1567162abf1aSKONRAD FredericF: include/hw/*/grlib* 1568bbbd9b6eSWillian RampazzoF: tests/avocado/machine_sparc_leon3.py 1569ce6c760cSFabien Chouteau 1570fd5d5c56SAnthony LiguoriS390 Machines 1571fd5d5c56SAnthony Liguori------------- 1572dd4ad64aSCornelia HuckS390 Virtio-ccw 15737c8e2647SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 15742c092950SChristian BorntraegerM: Christian Borntraeger <borntraeger@linux.ibm.com> 15756a6d3dfdSEric FarmanM: Eric Farman <farman@linux.ibm.com> 1576dd4ad64aSCornelia HuckS: Supported 1577c5bfb202SCornelia HuckF: hw/s390x/ 15784277af19SCornelia HuckF: include/hw/s390x/ 1579812b31d3SAlex BennéeF: configs/devices/s390x-softmmu/default.mak 1580bbbd9b6eSWillian RampazzoF: tests/avocado/machine_s390_ccw_virtio.py 1581e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1582146bd283SCornelia HuckL: qemu-s390x@nongnu.org 1583dd4ad64aSCornelia Huck 15848e4eb427SChristian BorntraegerS390-ccw boot 15852c092950SChristian BorntraegerM: Christian Borntraeger <borntraeger@linux.ibm.com> 1586304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com> 1587304584bfSCornelia HuckS: Supported 15888e4eb427SChristian BorntraegerF: hw/s390x/ipl.* 1589304584bfSCornelia HuckF: pc-bios/s390-ccw/ 1590304584bfSCornelia HuckF: pc-bios/s390-ccw.img 1591cc3d15a5SCornelia HuckF: docs/devel/s390-dasd-ipl.rst 1592e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1593304584bfSCornelia HuckL: qemu-s390x@nongnu.org 1594304584bfSCornelia Huck 1595d5bfb425SChristian BorntraegerS390 PCI 1596ecd6663dSMatthew RosatoM: Matthew Rosato <mjrosato@linux.ibm.com> 1597074c84b9SMatthew RosatoM: Eric Farman <farman@linux.ibm.com> 1598d5bfb425SChristian BorntraegerS: Supported 1599d5bfb425SChristian BorntraegerF: hw/s390x/s390-pci* 1600408b55dbSMatthew RosatoF: include/hw/s390x/s390-pci* 1601d5bfb425SChristian BorntraegerL: qemu-s390x@nongnu.org 1602d5bfb425SChristian Borntraeger 160356e34834SCornelia HuckS390 channel subsystem 160456e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 160556e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 16066a6d3dfdSEric FarmanM: Eric Farman <farman@linux.ibm.com> 160756e34834SCornelia HuckS: Supported 160856e34834SCornelia HuckF: hw/s390x/ccw-device.[ch] 160956e34834SCornelia HuckF: hw/s390x/css.c 161056e34834SCornelia HuckF: hw/s390x/css-bridge.c 161156e34834SCornelia HuckF: include/hw/s390x/css.h 161256e34834SCornelia HuckF: include/hw/s390x/css-bridge.h 161356e34834SCornelia HuckF: include/hw/s390x/ioinst.h 161456e34834SCornelia HuckF: target/s390x/ioinst.c 161556e34834SCornelia HuckL: qemu-s390x@nongnu.org 161656e34834SCornelia Huck 161756e34834SCornelia HuckS390 CPU models 161856e34834SCornelia HuckM: David Hildenbrand <david@redhat.com> 161956e34834SCornelia HuckS: Maintained 162056e34834SCornelia HuckF: target/s390x/cpu_features*.[ch] 162156e34834SCornelia HuckF: target/s390x/cpu_models.[ch] 162256e34834SCornelia HuckL: qemu-s390x@nongnu.org 162356e34834SCornelia Huck 162456e34834SCornelia HuckS390 SCLP-backed devices 162556e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 162656e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 162756e34834SCornelia HuckS: Supported 162856e34834SCornelia HuckF: include/hw/s390x/event-facility.h 162956e34834SCornelia HuckF: include/hw/s390x/sclp.h 163056e34834SCornelia HuckF: hw/char/sclp*.[hc] 163156e34834SCornelia HuckF: hw/s390x/event-facility.c 163256e34834SCornelia HuckF: hw/s390x/sclp*.c 163356e34834SCornelia HuckL: qemu-s390x@nongnu.org 163456e34834SCornelia Huck 1635fd5d5c56SAnthony LiguoriX86 Machines 1636fd5d5c56SAnthony Liguori------------ 1637fd5d5c56SAnthony LiguoriPC 1638046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1639fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1640fd5d5c56SAnthony LiguoriS: Supported 1641046a6486SMichael S. TsirkinF: include/hw/i386/ 1642046a6486SMichael S. TsirkinF: hw/i386/ 16430f25d865SPhilippe Mathieu-DaudéF: hw/pci-host/i440fx.c 1644046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 1645046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 16460fd61a2dSPhilippe Mathieu-DaudéF: include/hw/pci-host/i440fx.h 1647046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 1648046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 164914a026ddSPhilippe Mathieu-DaudéF: hw/isa/piix3.c 1650046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 1651046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 1652046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 1653046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 1654046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 1655fff123b8SPhilippe Mathieu-DaudéF: include/hw/southbridge/piix.h 16569cc3b73cSPaolo BonziniF: hw/misc/sga.c 16576f5a3294SPhilippe Mathieu-DaudéF: hw/isa/apm.c 16586f5a3294SPhilippe Mathieu-DaudéF: include/hw/isa/apm.h 1659da668aa1SThomas HuthF: tests/unit/test-x86-cpuid.c 16601e8a1faeSThomas HuthF: tests/qtest/test-x86-cpuid-compat.c 16619cc3b73cSPaolo Bonzini 16629cc3b73cSPaolo BonziniPC Chipset 16639cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 16649cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 16651732be86SPhilippe Mathieu-DaudéS: Supported 16669cc3b73cSPaolo BonziniF: hw/char/debugcon.c 1667bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel* 16689cc3b73cSPaolo BonziniF: hw/char/serial* 16699cc3b73cSPaolo BonziniF: hw/dma/i8257* 16709cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 16711732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c 16729cc3b73cSPaolo BonziniF: hw/intc/apic* 16739cc3b73cSPaolo BonziniF: hw/intc/ioapic* 16749cc3b73cSPaolo BonziniF: hw/intc/i8259* 16751854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c 16769cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 16779cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 16789cc3b73cSPaolo BonziniF: hw/timer/hpet* 16799cc3b73cSPaolo BonziniF: hw/timer/i8254* 1680bcdb9064SPhilippe Mathieu-DaudéF: hw/rtc/mc146818rtc* 1681edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c 16824bcbc773SPhilippe Mathieu-DaudéF: hw/watchdog/wdt_i6300esb.c 1683866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h 1684bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h 168555f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h 1686a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 168747973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h 16884bcbc773SPhilippe Mathieu-DaudéF: include/hw/isa/i8259_internal.h 16891854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h 1690a2feb348SThomas HuthF: include/hw/timer/hpet.h 1691a2feb348SThomas HuthF: include/hw/timer/i8254* 1692bcdb9064SPhilippe Mathieu-DaudéF: include/hw/rtc/mc146818rtc* 1693046a6486SMichael S. Tsirkin 16945cb48f05SSergio Lopezmicrovm 16955cb48f05SSergio LopezM: Sergio Lopez <slp@redhat.com> 16965cb48f05SSergio LopezM: Paolo Bonzini <pbonzini@redhat.com> 16975cb48f05SSergio LopezS: Maintained 16980b09d441SAlex BennéeF: docs/system/i386/microvm.rst 16995cb48f05SSergio LopezF: hw/i386/microvm.c 17005cb48f05SSergio LopezF: include/hw/i386/microvm.h 17015cb48f05SSergio LopezF: pc-bios/bios-microvm.bin 17025cb48f05SSergio Lopez 17035da4fb00SMichael S. TsirkinMachine core 170424c4cd13SEduardo HabkostM: Eduardo Habkost <eduardo@habkost.net> 1705fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 17068823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 1707da7595caSYanan WangR: Yanan Wang <wangyanan55@huawei.com> 17085da4fb00SMichael S. TsirkinS: Supported 1709d9f24bf5SPaolo BonziniF: cpu.c 17102e5b09fdSMarkus ArmbrusterF: hw/core/cpu.c 171152924deaSMarkus ArmbrusterF: hw/core/machine-qmp-cmds.c 17125da4fb00SMichael S. TsirkinF: hw/core/machine.c 171386ce2d28SYanan WangF: hw/core/machine-smp.c 1714c1629c5cSThomas HuthF: hw/core/null-machine.c 1715ac057879SMarkus ArmbrusterF: hw/core/numa.c 1716335d52f4SLuc MichelF: hw/cpu/cluster.c 17178ac25c84SMarkus ArmbrusterF: qapi/machine.json 17187f7b4e7aSMarkus ArmbrusterF: qapi/machine-target.json 17195da4fb00SMichael S. TsirkinF: include/hw/boards.h 17202e5b09fdSMarkus ArmbrusterF: include/hw/core/cpu.h 1721335d52f4SLuc MichelF: include/hw/cpu/cluster.h 17222dd02587SMarkus ArmbrusterF: include/sysemu/numa.h 17239e8e393bSYanan WangF: tests/unit/test-smp-parse.c 1724f953c100SEduardo HabkostT: git https://gitlab.com/ehabkost/qemu.git machine-next 1725fd5d5c56SAnthony Liguori 172616e7caaeSMax FilippovXtensa Machines 172716e7caaeSMax Filippov--------------- 1728375847a6SMax Filippovsim 172916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 173016e7caaeSMax FilippovS: Maintained 1731437a8c11SMax FilippovF: hw/xtensa/sim.c 1732375847a6SMax Filippov 1733d9e8553bSMax Filippovvirt 1734d9e8553bSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1735d9e8553bSMax FilippovS: Maintained 1736d9e8553bSMax FilippovF: hw/xtensa/virt.c 1737d9e8553bSMax Filippov 1738437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 1739375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1740375847a6SMax FilippovS: Maintained 1741437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 1742437a8c11SMax FilippovF: hw/net/opencores_eth.c 174316e7caaeSMax Filippov 1744fd5d5c56SAnthony LiguoriDevices 1745fd5d5c56SAnthony Liguori------- 1746a8f4aee6SPhilippe Mathieu-DaudéOverall Audio frontends 1747a8f4aee6SPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 1748a8f4aee6SPhilippe Mathieu-DaudéS: Odd Fixes 1749a8f4aee6SPhilippe Mathieu-DaudéF: hw/audio/ 1750a8f4aee6SPhilippe Mathieu-DaudéF: include/hw/audio/ 1751a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/ac97-test.c 1752a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/es1370-test.c 1753a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/intel-hda-test.c 1754a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-sb16-test.c 1755a8f4aee6SPhilippe Mathieu-Daudé 1756d36d7112SVikram GarhwalXilinx CAN 1757d36d7112SVikram GarhwalM: Vikram Garhwal <fnu.vikram@xilinx.com> 1758d36d7112SVikram GarhwalM: Francisco Iglesias <francisco.iglesias@xilinx.com> 1759d36d7112SVikram GarhwalS: Maintained 1760d36d7112SVikram GarhwalF: hw/net/can/xlnx-* 1761d36d7112SVikram GarhwalF: include/hw/net/xlnx-* 1762d36d7112SVikram GarhwalF: tests/qtest/xlnx-can-test* 1763d36d7112SVikram Garhwal 1764b30934cbSJiri SlabyEDU 1765b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 1766b30934cbSJiri SlabyS: Maintained 1767b30934cbSJiri SlabyF: hw/misc/edu.c 1768b30934cbSJiri Slaby 1769fd5d5c56SAnthony LiguoriIDE 1770c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1771c095348bSJohn SnowL: qemu-block@nongnu.org 1772c095348bSJohn SnowS: Supported 17738d8b636dSPaolo BonziniF: include/hw/ide.h 1774c9f7acd5SThomas HuthF: include/hw/ide/ 1775fd5d5c56SAnthony LiguoriF: hw/ide/ 1776c095348bSJohn SnowF: hw/block/block.c 1777c095348bSJohn SnowF: hw/block/cdrom.c 1778c095348bSJohn SnowF: hw/block/hd-geometry.c 17791e8a1faeSThomas HuthF: tests/qtest/ide-test.c 17801e8a1faeSThomas HuthF: tests/qtest/ahci-test.c 17811e8a1faeSThomas HuthF: tests/qtest/cdrom-test.c 17821cf4323eSThomas HuthF: tests/qtest/libqos/ahci* 178377582e2cSJohn SnowT: git https://gitlab.com/jsnow/qemu.git ide 1784c095348bSJohn Snow 1785caf316baSCorey MinyardIPMI 1786caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org> 1787caf316baSCorey MinyardS: Maintained 1788caf316baSCorey MinyardF: include/hw/ipmi/* 1789caf316baSCorey MinyardF: hw/ipmi/* 1790caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c 17911e8a1faeSThomas HuthF: tests/qtest/ipmi* 1792e18a8b34SStefan HajnocziT: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1793caf316baSCorey Minyard 1794c095348bSJohn SnowFloppy 1795c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1796c095348bSJohn SnowL: qemu-block@nongnu.org 1797c095348bSJohn SnowS: Supported 1798c095348bSJohn SnowF: hw/block/fdc.c 17995a5d2f3dSPhilippe Mathieu-DaudéF: hw/block/fdc-internal.h 180072ea60e4SPhilippe Mathieu-DaudéF: hw/block/fdc-isa.c 18011430759eSPhilippe Mathieu-DaudéF: hw/block/fdc-sysbus.c 1802c095348bSJohn SnowF: include/hw/block/fdc.h 18031e8a1faeSThomas HuthF: tests/qtest/fdc-test.c 180477582e2cSJohn SnowT: git https://gitlab.com/jsnow/qemu.git ide 1805fd5d5c56SAnthony Liguori 1806ee344768SMaciej S. SzmigieroHyper-V VMBus 1807ee344768SMaciej S. SzmigieroM: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> 1808ee344768SMaciej S. SzmigieroS: Odd Fixes 1809ee344768SMaciej S. SzmigieroF: hw/hyperv/vmbus.c 1810ee344768SMaciej S. SzmigieroF: include/hw/hyperv/vmbus*.h 1811ee344768SMaciej S. Szmigiero 1812f5f487b2SPeter MaydellOMAP 1813f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 18148ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1815f5f487b2SPeter MaydellS: Maintained 18168d8b636dSPaolo BonziniF: hw/*/omap* 1817ed0db866SThomas HuthF: include/hw/arm/omap.h 181866278f8aSPhilippe Mathieu-DaudéF: docs/system/arm/sx1.rst 1819f5f487b2SPeter Maydell 182028d54e58SPaolo BonziniIPack 182128d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 182228d54e58SPaolo BonziniS: Odd Fixes 182328d54e58SPaolo BonziniF: hw/char/ipoctal232.c 182428d54e58SPaolo BonziniF: hw/ipack/ 182528d54e58SPaolo Bonzini 1826fd5d5c56SAnthony LiguoriPCI 1827fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1828fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1829fd5d5c56SAnthony LiguoriS: Supported 18308d8b636dSPaolo BonziniF: include/hw/pci/* 1831f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 1832ca818cfbSMichael S. TsirkinF: hw/pci/* 1833f178bc6bSPaolo BonziniF: hw/pci-bridge/* 183461c7f987SPhilippe Mathieu-DaudéF: qapi/pci.json 183568179923SPhilippe Mathieu-DaudéF: docs/pci* 183668179923SPhilippe Mathieu-DaudéF: docs/specs/*pci* 18370e0b3592SMichael S. Tsirkin 18385fb52f6cSHuai-Cheng KuoPCIE DOE 18395fb52f6cSHuai-Cheng KuoM: Huai-Cheng Kuo <hchkuo@avery-design.com.tw> 18405fb52f6cSHuai-Cheng KuoM: Chris Browy <cbrowy@avery-design.com> 18415fb52f6cSHuai-Cheng KuoS: Supported 18425fb52f6cSHuai-Cheng KuoF: include/hw/pci/pcie_doe.h 18435fb52f6cSHuai-Cheng KuoF: hw/pci/pcie_doe.c 18445fb52f6cSHuai-Cheng Kuo 1845d31e5ae7SMichael S. TsirkinACPI/SMBIOS 18460e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 18470e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 1848c2ea98c3SAni SinhaR: Ani Sinha <ani@anisinha.ca> 18490e0b3592SMichael S. TsirkinS: Supported 18500e0b3592SMichael S. TsirkinF: include/hw/acpi/* 1851a2eb5c0cSPhilippe Mathieu-DaudéF: include/hw/firmware/smbios.h 18528d8b636dSPaolo BonziniF: hw/acpi/* 1853d31e5ae7SMichael S. TsirkinF: hw/smbios/* 18540e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 18550e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 185627c9188fSPhilippe Mathieu-DaudéF: qapi/acpi.json 1857b963ea19SThomas HuthF: tests/qtest/bios-tables-test* 18581e8a1faeSThomas HuthF: tests/qtest/acpi-utils.[hc] 1859faae23b9SPhilippe Mathieu-DaudéF: tests/data/acpi/ 1860fcc6f733SPeter MaydellF: docs/specs/acpi_cpu_hotplug.rst 1861fcc6f733SPeter MaydellF: docs/specs/acpi_mem_hotplug.rst 18622fcd005fSDavid HildenbrandF: docs/specs/acpi_nvdimm.rst 1863fcc6f733SPeter MaydellF: docs/specs/acpi_pci_hotplug.rst 1864fcc6f733SPeter MaydellF: docs/specs/acpi_hw_reduced_hotplug.rst 1865fd5d5c56SAnthony Liguori 1866d135536dSAni SinhaACPI/VIOT 1867d135536dSAni SinhaM: Jean-Philippe Brucker <jean-philippe@linaro.org> 1868d135536dSAni SinhaS: Supported 1869d135536dSAni SinhaF: hw/acpi/viot.c 1870d135536dSAni SinhaF: hw/acpi/viot.h 1871d135536dSAni Sinha 187276f831dcSAni SinhaACPI/AVOCADO/BIOSBITS 187376f831dcSAni SinhaM: Ani Sinha <ani@anisinha.ca> 187476f831dcSAni SinhaS: Supported 187576f831dcSAni SinhaF: tests/avocado/acpi-bits/* 187676f831dcSAni SinhaF: tests/avocado/acpi-bits.py 187776f831dcSAni SinhaF: docs/devel/acpi-bits.rst 187876f831dcSAni Sinha 1879f7e462f8SDongjiu GengACPI/HEST/GHES 1880d6eed465SDongjiu GengR: Dongjiu Geng <gengdongjiu1@gmail.com> 1881f7e462f8SDongjiu GengL: qemu-arm@nongnu.org 1882f7e462f8SDongjiu GengS: Maintained 1883f7e462f8SDongjiu GengF: hw/acpi/ghes.c 1884f7e462f8SDongjiu GengF: include/hw/acpi/ghes.h 1885f7e462f8SDongjiu GengF: docs/specs/acpi_hest_ghes.rst 1886f7e462f8SDongjiu Geng 1887aaade8d7SAndreas Färberppc4xx 1888aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 18890f514eeaSDavid GibsonS: Orphan 18908d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 1891aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c 1892b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 1893aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h 189434d0831fSPeter MaydellF: hw/intc/ppc-uic.c 189534d0831fSPeter MaydellF: include/hw/intc/ppc-uic.h 1896aaade8d7SAndreas Färber 189761af0ee6SPaolo BonziniCharacter devices 18982185fd67SPaolo BonziniM: Marc-André Lureau <marcandre.lureau@redhat.com> 18992185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 190061af0ee6SPaolo BonziniS: Odd Fixes 190161af0ee6SPaolo BonziniF: hw/char/ 190261af0ee6SPaolo Bonzini 1903f536f112SPaolo BonziniNetwork devices 1904f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 1905f536f112SPaolo BonziniS: Odd Fixes 1906f536f112SPaolo BonziniF: hw/net/ 19076061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/ 19081e8a1faeSThomas HuthF: tests/qtest/virtio-net-test.c 19099711cd0dSJens FreimannF: docs/virtio-net-failover.rst 1910e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 1911f536f112SPaolo Bonzini 1912e0c9d0c1SPhilippe Mathieu-DaudéParallel NOR Flash devices 19138823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 1914e0c9d0c1SPhilippe Mathieu-DaudéT: git https://gitlab.com/philmd/qemu.git pflash-next 1915e0c9d0c1SPhilippe Mathieu-DaudéS: Maintained 1916e0c9d0c1SPhilippe Mathieu-DaudéF: hw/block/pflash_cfi*.c 1917e0c9d0c1SPhilippe Mathieu-DaudéF: include/hw/block/flash.h 1918e0c9d0c1SPhilippe Mathieu-Daudé 1919fd5d5c56SAnthony LiguoriSCSI 1920de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1921fe5ca46dSFam ZhengR: Fam Zheng <fam@euphon.net> 1922de7724f7SPaolo BonziniS: Supported 192374460f34SThomas HuthF: include/hw/scsi/* 19248d8b636dSPaolo BonziniF: hw/scsi/* 19251e8a1faeSThomas HuthF: tests/qtest/virtio-scsi-test.c 1926b43957dcSPhilippe Mathieu-DaudéF: tests/qtest/fuzz-virtio-scsi-test.c 1927ce94fa7aSMark Cave-AylandF: tests/qtest/am53c974-test.c 1928aa62976cSPhilippe Mathieu-DaudéF: tests/qtest/fuzz-lsi53c895a-test.c 1929e18a8b34SStefan HajnocziT: git https://github.com/bonzini/qemu.git scsi-next 1930de7724f7SPaolo Bonzini 1931fcb5629dSPeter A. G. CrosthwaiteSSI 1932c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1933fcb5629dSPeter A. G. CrosthwaiteS: Maintained 19348d8b636dSPaolo BonziniF: hw/ssi/* 19352389bcc2SCédric Le GoaterF: hw/block/m25p80* 1936982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h 19374b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 19381e8a1faeSThomas HuthF: tests/qtest/m25p80-test.c 19394b46ba61SAlistair Francis 19404b46ba61SAlistair FrancisXilinx SPI 1941c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 19424b46ba61SAlistair FrancisS: Maintained 19434b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 1944fcb5629dSPeter A. G. Crosthwaite 1945076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card) 19468823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 19473e0a7693SPhilippe Mathieu-DaudéM: Bin Meng <bin.meng@windriver.com> 1948ba412478SPhilippe Mathieu-DaudéL: qemu-block@nongnu.org 1949076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes 1950076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd* 1951076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c 1952076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd* 19531232ed1fSPhilippe Mathieu-DaudéF: hw/sd/ssi-sd.c 195459b63d78SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-sdcard-test.c 195559b63d78SPhilippe Mathieu-DaudéF: tests/qtest/sdhci-test.c 1956076a0fc3SPhilippe Mathieu-Daudé 1957fd5d5c56SAnthony LiguoriUSB 19585d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1959cd02c965SGerd HoffmannS: Odd Fixes 19608d8b636dSPaolo BonziniF: hw/usb/* 19619c3c834bSPhilippe Mathieu-DaudéF: stubs/usb-dev-stub.c 19621e8a1faeSThomas HuthF: tests/qtest/usb-*-test.c 19632a49e4e9SPeter MaydellF: docs/system/devices/usb.rst 1964beded0ffSThomas HuthF: include/hw/usb.h 1965beded0ffSThomas HuthF: include/hw/usb/ 1966fd5d5c56SAnthony Liguori 1967e26082fdSPaolo BonziniUSB (serial adapter) 1968cd02c965SGerd HoffmannR: Gerd Hoffmann <kraxel@redhat.com> 1969e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1970e26082fdSPaolo BonziniS: Maintained 1971e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 1972e26082fdSPaolo Bonzini 197392e1fb5eSAlex WilliamsonVFIO 197492e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 197592e1fb5eSAlex WilliamsonS: Supported 1976cf7087dbSKim PhillipsF: hw/vfio/* 197799b88c6dSThomas HuthF: include/hw/vfio/ 19784e779bf1SPhilippe Mathieu-DaudéF: docs/igd-assign.txt 19792a578133STarun GuptaF: docs/devel/vfio-migration.rst 198092e1fb5eSAlex Williamson 19815eb74557SDong Jia Shivfio-ccw 19827913938aSChristian BorntraegerM: Eric Farman <farman@linux.ibm.com> 1983074c84b9SMatthew RosatoM: Matthew Rosato <mjrosato@linux.ibm.com> 19845eb74557SDong Jia ShiS: Supported 19855eb74557SDong Jia ShiF: hw/vfio/ccw.c 19865eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c 19875eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h 198844445d86SJason J. HerneF: include/hw/s390x/vfio-ccw.h 1989146bd283SCornelia HuckL: qemu-s390x@nongnu.org 19905eb74557SDong Jia Shi 1991a51b3153STony Krowiakvfio-ap 1992a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com> 1993a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com> 1994074c84b9SMatthew RosatoM: Jason Herne <jjherne@linux.ibm.com> 1995a51b3153STony KrowiakS: Supported 1996a51b3153STony KrowiakF: hw/s390x/ap-device.c 1997a51b3153STony KrowiakF: hw/s390x/ap-bridge.c 1998a51b3153STony KrowiakF: include/hw/s390x/ap-device.h 1999a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h 20002fe2942cSTony KrowiakF: hw/vfio/ap.c 2001f58f084eSCornelia HuckF: docs/system/s390x/vfio-ap.rst 2002a51b3153STony KrowiakL: qemu-s390x@nongnu.org 2003a51b3153STony Krowiak 2004fd5d5c56SAnthony Liguorivhost 2005fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 2006fd5d5c56SAnthony LiguoriS: Supported 20078d8b636dSPaolo BonziniF: hw/*/*vhost* 2008482580a6SMarc-André LureauF: docs/interop/vhost-user.json 2009ed1be66bSMarc-André LureauF: docs/interop/vhost-user.rst 201072c1e865SPhilippe Mathieu-DaudéF: contrib/vhost-user-*/ 2011f24bb728SMarc-André LureauF: backends/vhost-user.c 2012f24bb728SMarc-André LureauF: include/sysemu/vhost-user-backend.h 2013fd5d5c56SAnthony Liguori 2014fd5d5c56SAnthony Liguorivirtio 2015a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 2016fd5d5c56SAnthony LiguoriS: Supported 20178d8b636dSPaolo BonziniF: hw/*/virtio* 201872fa605dSThomas HuthF: hw/virtio/Makefile.objs 201972fa605dSThomas HuthF: hw/virtio/trace-events 2020*3b311250SMarkus ArmbrusterF: qapi/virtio.json 20216a084ea3SMichael S. TsirkinF: net/vhost-user.c 2022494f7b57SThomas HuthF: include/hw/virtio/ 2023fd5d5c56SAnthony Liguori 20246d7b25adSDavid Hildenbrandvirtio-balloon 20256d7b25adSDavid HildenbrandM: Michael S. Tsirkin <mst@redhat.com> 20266d7b25adSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 20276d7b25adSDavid HildenbrandS: Maintained 202814dc58e3SThomas HuthF: docs/interop/virtio-balloon-stats.rst 20296d7b25adSDavid HildenbrandF: hw/virtio/virtio-balloon*.c 20306d7b25adSDavid HildenbrandF: include/hw/virtio/virtio-balloon.h 2031c7f419f5SClaudio FontanaF: softmmu/balloon.c 20326d7b25adSDavid HildenbrandF: include/sysemu/balloon.h 20336d7b25adSDavid Hildenbrand 2034fd5d5c56SAnthony Liguorivirtio-9p 20358c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 2036233982afSChristian SchoenebeckM: Christian Schoenebeck <qemu_oss@crudebyte.com> 2037e410bbc5SGreg KurzS: Odd Fixes 20386f569084SChristian SchoenebeckW: https://wiki.qemu.org/Documentation/9p 2039aebeca25SAndreas FärberF: hw/9pfs/ 2040b827891dSGreg KurzX: hw/9pfs/xen-9p* 2041aebeca25SAndreas FärberF: fsdev/ 204233b2b388SWainer dos Santos MoschettaF: docs/tools/virtfs-proxy-helper.rst 20431e8a1faeSThomas HuthF: tests/qtest/virtio-9p-test.c 20441a001953SGreg KurzT: git https://gitlab.com/gkurz/qemu.git 9p-next 204590225f90SChristian SchoenebeckT: git https://github.com/cschoenebeck/qemu.git 9p.next 2046fd5d5c56SAnthony Liguori 2047fd5d5c56SAnthony Liguorivirtio-blk 204854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2049b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 2050fd5d5c56SAnthony LiguoriS: Supported 2051d9cf55a8SDaniil TatianinF: hw/block/virtio-blk-common.c 20528d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 2053b457a5f5SStefan HajnocziF: hw/block/dataplane/* 2054d9cf55a8SDaniil TatianinF: include/hw/virtio/virtio-blk-common.h 20551e8a1faeSThomas HuthF: tests/qtest/virtio-blk-test.c 2056e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 2057fd5d5c56SAnthony Liguori 2058dd4ad64aSCornelia Huckvirtio-ccw 2059c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 206068b91e85SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 20616a6d3dfdSEric FarmanM: Eric Farman <farman@linux.ibm.com> 2062dd4ad64aSCornelia HuckS: Supported 2063901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc] 2064117d7943SEric FarmanF: hw/s390x/vhost-*-ccw.c 206599eaf137SCornelia HuckT: git https://gitlab.com/cohuck/qemu.git s390-next 2066e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 2067146bd283SCornelia HuckL: qemu-s390x@nongnu.org 2068dd4ad64aSCornelia Huck 2069bad7d2c3SDr. David Alan Gilbertvirtiofs 2070bad7d2c3SDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 2071bad7d2c3SDr. David Alan GilbertM: Stefan Hajnoczi <stefanha@redhat.com> 2072bad7d2c3SDr. David Alan GilbertS: Supported 2073bad7d2c3SDr. David Alan GilbertF: tools/virtiofsd/* 2074bad7d2c3SDr. David Alan GilbertF: hw/virtio/vhost-user-fs* 2075bad7d2c3SDr. David Alan GilbertF: include/hw/virtio/vhost-user-fs.h 207633b2b388SWainer dos Santos MoschettaF: docs/tools/virtiofsd.rst 207709c8d9e8SConnor KuehlL: virtio-fs@redhat.com 2078bad7d2c3SDr. David Alan Gilbert 2079a5d4d7b5SGerd Hoffmannvirtio-input 2080a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 20811e2edb98SGerd HoffmannS: Odd Fixes 20829c4d05b7SMarc-André LureauF: hw/input/vhost-user-input.c 2083a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 2084a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 208506914c97SMarc-André LureauF: contrib/vhost-user-input/* 2086a5d4d7b5SGerd Hoffmann 2087c1dee918SEric Augervirtio-iommu 2088c1dee918SEric AugerM: Eric Auger <eric.auger@redhat.com> 2089c1dee918SEric AugerS: Maintained 2090c1dee918SEric AugerF: hw/virtio/virtio-iommu*.c 2091c1dee918SEric AugerF: include/hw/virtio/virtio-iommu.h 2092c1dee918SEric Auger 2093fd5d5c56SAnthony Liguorivirtio-serial 20942501db70SLaurent VivierM: Laurent Vivier <lvivier@redhat.com> 20952501db70SLaurent VivierR: Amit Shah <amit@kernel.org> 2096fd5d5c56SAnthony LiguoriS: Supported 20978d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 20988d8b636dSPaolo BonziniF: hw/char/virtio-console.c 209968a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 21001e8a1faeSThomas HuthF: tests/qtest/virtio-serial-test.c 2101fd5d5c56SAnthony Liguori 21021f51a5cbSAmit Shahvirtio-rng 21032501db70SLaurent VivierM: Laurent Vivier <lvivier@redhat.com> 21042501db70SLaurent VivierR: Amit Shah <amit@kernel.org> 21051f51a5cbSAmit ShahS: Supported 21061f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 21071f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 2108750cf869SThomas HuthF: include/sysemu/rng*.h 21091f51a5cbSAmit ShahF: backends/rng*.c 21101e8a1faeSThomas HuthF: tests/qtest/virtio-rng-test.c 21111f51a5cbSAmit Shah 2112e3e01466SMathieu Poiriervhost-user-rng 2113e3e01466SMathieu PoirierM: Mathieu Poirier <mathieu.poirier@linaro.org> 2114e3e01466SMathieu PoirierS: Supported 2115e3e01466SMathieu PoirierF: docs/tools/vhost-user-rng.rst 2116e3e01466SMathieu PoirierF: hw/virtio/vhost-user-rng.c 2117e3e01466SMathieu PoirierF: hw/virtio/vhost-user-rng-pci.c 2118e3e01466SMathieu PoirierF: include/hw/virtio/vhost-user-rng.h 2119e3e01466SMathieu PoirierF: tools/vhost-user-rng/* 2120e3e01466SMathieu Poirier 212127ba7b02SViresh Kumarvhost-user-gpio 212227ba7b02SViresh KumarM: Alex Bennée <alex.bennee@linaro.org> 212327ba7b02SViresh KumarR: Viresh Kumar <viresh.kumar@linaro.org> 212427ba7b02SViresh KumarS: Maintained 212525c60a46SViresh KumarF: hw/virtio/vhost-user-gpio* 212627ba7b02SViresh KumarF: include/hw/virtio/vhost-user-gpio.h 21278fcfc823SAlex BennéeF: tests/qtest/libqos/virtio-gpio.* 212827ba7b02SViresh Kumar 21296034011cSGongleivirtio-crypto 21306034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 21316034011cSGongleiS: Supported 21326034011cSGongleiF: hw/virtio/virtio-crypto.c 21336034011cSGongleiF: hw/virtio/virtio-crypto-pci.c 21346034011cSGongleiF: include/hw/virtio/virtio-crypto.h 21356034011cSGonglei 2136751c7bddSDavid Hildenbrandvirtio-mem 2137751c7bddSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 2138751c7bddSDavid HildenbrandS: Supported 2139751c7bddSDavid HildenbrandW: https://virtio-mem.gitlab.io/ 2140751c7bddSDavid HildenbrandF: hw/virtio/virtio-mem.c 2141751c7bddSDavid HildenbrandF: hw/virtio/virtio-mem-pci.h 2142751c7bddSDavid HildenbrandF: hw/virtio/virtio-mem-pci.c 2143751c7bddSDavid HildenbrandF: include/hw/virtio/virtio-mem.h 2144751c7bddSDavid Hildenbrand 2145f3c507adSKeith Buschnvme 21468261cc17SPhilippe Mathieu-DaudéM: Keith Busch <kbusch@kernel.org> 2147e8cc43d5SKeith BuschM: Klaus Jensen <its@irrelevant.dk> 2148c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2149f3c507adSKeith BuschS: Supported 215088eea45cSKlaus JensenF: hw/nvme/* 2151dc0b4d94SPhilippe Mathieu-DaudéF: include/block/nvme.h 21521e8a1faeSThomas HuthF: tests/qtest/nvme-test.c 2153a3d9f3a9SKlaus JensenF: docs/system/nvme.rst 2154e8cc43d5SKeith BuschT: git git://git.infradead.org/qemu-nvme.git nvme-next 2155f3c507adSKeith Busch 2156d383c625SHannes Reineckemegasas 21573fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com> 2158c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2159d383c625SHannes ReineckeS: Supported 2160d383c625SHannes ReineckeF: hw/scsi/megasas.c 2161d383c625SHannes ReineckeF: hw/scsi/mfi.h 21621e8a1faeSThomas HuthF: tests/qtest/megasas-test.c 2163c887d333SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-megasas-test.c 2164d383c625SHannes Reinecke 2165605d52e6SDmitry FleytmanNetwork packet abstractions 2166bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2167605d52e6SDmitry FleytmanS: Maintained 2168605d52e6SDmitry FleytmanF: include/net/eth.h 2169605d52e6SDmitry FleytmanF: net/eth.c 2170605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 2171605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 2172605d52e6SDmitry Fleytman 2173622fb504SDmitry FleytmanVmware 2174bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2175622fb504SDmitry FleytmanS: Maintained 2176622fb504SDmitry FleytmanF: hw/net/vmxnet* 2177622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 21781e8a1faeSThomas HuthF: tests/qtest/vmxnet3-test.c 2179622fb504SDmitry Fleytman 2180de24d3f1SScott FeldmanRocker 2181de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 2182de24d3f1SScott FeldmanS: Maintained 2183de24d3f1SScott FeldmanF: hw/net/rocker/ 218492a3c6aaSMarkus ArmbrusterF: qapi/rocker.json 2185de850948SThomas HuthF: tests/rocker/ 2186de850948SThomas HuthF: docs/specs/rocker.txt 2187de24d3f1SScott Feldman 2188093454e2SDmitry Fleytmane1000x 2189bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2190093454e2SDmitry FleytmanS: Maintained 2191093454e2SDmitry FleytmanF: hw/net/e1000x* 2192093454e2SDmitry Fleytman 21936f3fbe4eSDmitry Fleytmane1000e 2194bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 21956f3fbe4eSDmitry FleytmanS: Maintained 21966f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 21977d6a4f12SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-e1000e-test.c 21986f3fbe4eSDmitry Fleytman 2199ebc2327fSStefan Weileepro100 2200ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de> 2201ebc2327fSStefan WeilS: Maintained 2202ebc2327fSStefan WeilF: hw/net/eepro100.c 2203ebc2327fSStefan Weil 220434ea023dSSven Schnelletulip 220534ea023dSSven SchnelleM: Sven Schnelle <svens@stackframe.org> 220634ea023dSSven SchnelleS: Maintained 220734ea023dSSven SchnelleF: hw/net/tulip.c 220834ea023dSSven SchnelleF: hw/net/tulip.h 220934ea023dSSven Schnelle 2210065177eeSPatrick Venturepca954x 2211065177eeSPatrick VentureM: Patrick Venture <venture@google.com> 2212065177eeSPatrick VentureS: Maintained 2213065177eeSPatrick VentureF: hw/i2c/i2c_mux_pca954x.c 2214065177eeSPatrick VentureF: include/hw/i2c/i2c_mux_pca954x.h 2215065177eeSPatrick Venture 2216e481a1f6SAlistair FrancisGeneric Loader 2217c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 2218e481a1f6SAlistair FrancisS: Maintained 2219e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 2220efe1592cSAlistair FrancisF: hw/core/uboot_image.h 2221e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 222270f20110SAlex BennéeF: docs/system/generic-loader.rst 2223e481a1f6SAlistair Francis 2224a33ff6d2SAlex BennéeGuest Loader 2225a33ff6d2SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 2226a33ff6d2SAlex BennéeS: Maintained 2227a33ff6d2SAlex BennéeF: hw/core/guest-loader.c 222801460378SAlex BennéeF: docs/system/guest-loader.rst 2229bbbd9b6eSWillian RampazzoF: tests/avocado/boot_xen.py 2230fd5d5c56SAnthony Liguori 2231645d3cbeSSu HangIntel Hexadecimal Object File Loader 2232645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn> 2233645d3cbeSSu HangS: Maintained 22341e8a1faeSThomas HuthF: tests/qtest/hexloader-test.c 22354b2ff65aSPeter MaydellF: tests/data/hex-loader/test.hex 2236645d3cbeSSu Hang 223787a9023aSThomas HuthCHRP NVRAM 223887a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com> 223987a9023aSThomas HuthS: Maintained 224087a9023aSThomas HuthF: hw/nvram/chrp_nvram.c 224187a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h 22421e8a1faeSThomas HuthF: tests/qtest/prom-env-test.c 224387a9023aSThomas Huth 224442697d88SBen WarrenVM Generation ID 22452b42989cSJohn SnowS: Orphan 224648006e03SAni SinhaR: Ani Sinha <ani@anisinha.ca> 224742697d88SBen WarrenF: hw/acpi/vmgenid.c 224842697d88SBen WarrenF: include/hw/acpi/vmgenid.h 224942697d88SBen WarrenF: docs/specs/vmgenid.txt 22501e8a1faeSThomas HuthF: tests/qtest/vmgenid-test.c 225142697d88SBen WarrenF: stubs/vmgenid.c 225242697d88SBen Warren 2253c1b29826SPhilippe Mathieu-DaudéLED 22548823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 2255c1b29826SPhilippe Mathieu-DaudéS: Maintained 2256c1b29826SPhilippe Mathieu-DaudéF: include/hw/misc/led.h 2257c1b29826SPhilippe Mathieu-DaudéF: hw/misc/led.c 2258c1b29826SPhilippe Mathieu-Daudé 2259747969dbSPhilippe Mathieu-DaudéUnimplemented device 2260747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org> 22618823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 226248006e03SAni SinhaR: Ani Sinha <ani@anisinha.ca> 2263747969dbSPhilippe Mathieu-DaudéS: Maintained 2264747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h 2265747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c 2266747969dbSPhilippe Mathieu-Daudé 22676007523aSPhilippe Mathieu-DaudéEmpty slot 22686007523aSPhilippe Mathieu-DaudéM: Artyom Tarasenko <atar4qemu@gmail.com> 22698823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 227048006e03SAni SinhaR: Ani Sinha <ani@anisinha.ca> 22716007523aSPhilippe Mathieu-DaudéS: Maintained 22726007523aSPhilippe Mathieu-DaudéF: include/hw/misc/empty_slot.h 22736007523aSPhilippe Mathieu-DaudéF: hw/misc/empty_slot.c 22746007523aSPhilippe Mathieu-Daudé 2275dbb2e472SGerd HoffmannStandard VGA 2276dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2277dbb2e472SGerd HoffmannS: Maintained 2278dbb2e472SGerd HoffmannF: hw/display/vga* 2279dbb2e472SGerd HoffmannF: hw/display/bochs-display.c 2280dbb2e472SGerd HoffmannF: include/hw/display/vga.h 2281dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h 2282dbb2e472SGerd Hoffmann 228358d632c7SGerd Hoffmannramfb 228458d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 228558d632c7SGerd HoffmannS: Maintained 228658d632c7SGerd HoffmannF: hw/display/ramfb*.c 228758d632c7SGerd HoffmannF: include/hw/display/ramfb.h 228858d632c7SGerd Hoffmann 2289dbb2e472SGerd Hoffmannvirtio-gpu 2290dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2291a4de5e8aSGerd HoffmannS: Odd Fixes 2292dbb2e472SGerd HoffmannF: hw/display/virtio-gpu* 2293c68082c4SMarc-André LureauF: hw/display/virtio-vga.* 2294dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h 2295dbb2e472SGerd Hoffmann 2296b372d79bSRaphael Norwitzvhost-user-blk 2297b372d79bSRaphael NorwitzM: Raphael Norwitz <raphael.norwitz@nutanix.com> 2298b372d79bSRaphael NorwitzS: Maintained 2299b372d79bSRaphael NorwitzF: contrib/vhost-user-blk/ 2300b372d79bSRaphael NorwitzF: contrib/vhost-user-scsi/ 2301b372d79bSRaphael NorwitzF: hw/block/vhost-user-blk.c 23028edd5673SDaniil TatianinF: hw/block/virtio-blk-common.c 2303b372d79bSRaphael NorwitzF: hw/scsi/vhost-user-scsi.c 2304b372d79bSRaphael NorwitzF: hw/virtio/vhost-user-blk-pci.c 2305b372d79bSRaphael NorwitzF: hw/virtio/vhost-user-scsi-pci.c 2306b372d79bSRaphael NorwitzF: include/hw/virtio/vhost-user-blk.h 2307b372d79bSRaphael NorwitzF: include/hw/virtio/vhost-user-scsi.h 23088edd5673SDaniil TatianinF: include/hw/virtio/virtio-blk-common.h 2309b372d79bSRaphael Norwitz 2310bd2e44feSMarc-André Lureauvhost-user-gpu 2311bd2e44feSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 2312a4de5e8aSGerd HoffmannR: Gerd Hoffmann <kraxel@redhat.com> 2313bd2e44feSMarc-André LureauS: Maintained 2314bd2e44feSMarc-André LureauF: docs/interop/vhost-user-gpu.rst 2315d52c454aSMarc-André LureauF: contrib/vhost-user-gpu 2316d52c454aSMarc-André LureauF: hw/display/vhost-user-* 2317bd2e44feSMarc-André Lureau 2318dbb2e472SGerd HoffmannCirrus VGA 2319dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2320dbb2e472SGerd HoffmannS: Odd Fixes 2321dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2322dbb2e472SGerd HoffmannF: hw/display/cirrus* 2323dbb2e472SGerd Hoffmann 232472d277a7SGerd HoffmannEDID Generator 232572d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 232672d277a7SGerd HoffmannS: Maintained 232772d277a7SGerd HoffmannF: hw/display/edid* 232872d277a7SGerd HoffmannF: include/hw/display/edid.h 232972d277a7SGerd HoffmannF: qemu-edid.c 233072d277a7SGerd Hoffmann 233110386385SPhilippe Mathieu-DaudéPIIX4 South Bridge (i82371AB) 233210386385SPhilippe Mathieu-DaudéM: Hervé Poussineau <hpoussin@reactos.org> 23338823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 233410386385SPhilippe Mathieu-DaudéS: Maintained 233510386385SPhilippe Mathieu-DaudéF: hw/isa/piix4.c 2336fff123b8SPhilippe Mathieu-DaudéF: include/hw/southbridge/piix.h 233710386385SPhilippe Mathieu-Daudé 233815ffb43cSPhilippe Mathieu-DaudéFirmware configuration (fw_cfg) 23398823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 234015ffb43cSPhilippe Mathieu-DaudéR: Gerd Hoffmann <kraxel@redhat.com> 234115ffb43cSPhilippe Mathieu-DaudéS: Supported 234215ffb43cSPhilippe Mathieu-DaudéF: docs/specs/fw_cfg.txt 23438d0bcebaSPhilippe Mathieu-DaudéF: hw/nvram/fw_cfg*.c 2344b15c0f7dSPhilippe Mathieu-DaudéF: stubs/fw_cfg.c 234515ffb43cSPhilippe Mathieu-DaudéF: include/hw/nvram/fw_cfg.h 234615ffb43cSPhilippe Mathieu-DaudéF: include/standard-headers/linux/qemu_fw_cfg.h 23471cf4323eSThomas HuthF: tests/qtest/libqos/fw_cfg.c 23481e8a1faeSThomas HuthF: tests/qtest/fw_cfg-test.c 234915ffb43cSPhilippe Mathieu-DaudéT: git https://github.com/philmd/qemu.git fw_cfg-next 235015ffb43cSPhilippe Mathieu-Daudé 23512313abf0SThomas HuthXIVE 23522313abf0SThomas HuthM: Cédric Le Goater <clg@kaod.org> 23532313abf0SThomas HuthL: qemu-ppc@nongnu.org 2354b0877575SCédric Le GoaterS: Odd Fixes 23552313abf0SThomas HuthF: hw/*/*xive* 23562313abf0SThomas HuthF: include/hw/*/*xive* 235724563a58SCédric Le GoaterF: docs/*/*xive* 23582313abf0SThomas Huth 23597bd0d13fSPhilippe Mathieu-DaudéRenesas peripherals 23602d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 23617bd0d13fSPhilippe Mathieu-DaudéR: Magnus Damm <magnus.damm@gmail.com> 2362f166061cSPhilippe Mathieu-DaudéS: Odd Fixes 2363645194c7SYoshinori SatoF: hw/char/renesas_sci.c 23647bd0d13fSPhilippe Mathieu-DaudéF: hw/char/sh_serial.c 2365c7f37bafSYoshinori SatoF: hw/timer/renesas_*.c 23667bd0d13fSPhilippe Mathieu-DaudéF: hw/timer/sh_timer.c 2367645194c7SYoshinori SatoF: include/hw/char/renesas_sci.h 23687bd0d13fSPhilippe Mathieu-DaudéF: include/hw/sh4/sh.h 2369c7f37bafSYoshinori SatoF: include/hw/timer/renesas_*.h 23707bd0d13fSPhilippe Mathieu-Daudé 2371e78597ccSYoshinori SatoRenesas RX peripherals 2372b2744da9SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 2373b2744da9SPhilippe Mathieu-DaudéS: Orphan 2374e78597ccSYoshinori SatoF: hw/intc/rx_icu.c 23750c80f50fSYoshinori SatoF: hw/rx/ 2376e78597ccSYoshinori SatoF: include/hw/intc/rx_icu.h 23770c80f50fSYoshinori SatoF: include/hw/rx/ 2378e78597ccSYoshinori Sato 2379de4d4adbSPavel PisaCAN bus subsystem and hardware 2380de4d4adbSPavel PisaM: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2381de4d4adbSPavel PisaM: Vikram Garhwal <fnu.vikram@xilinx.com> 2382de4d4adbSPavel PisaS: Maintained 2383de4d4adbSPavel PisaW: https://canbus.pages.fel.cvut.cz/ 2384de4d4adbSPavel PisaF: net/can/* 2385de4d4adbSPavel PisaF: hw/net/can/* 2386de4d4adbSPavel PisaF: include/net/can_*.h 2387de4d4adbSPavel Pisa 2388ff8cdbbdSDavid GibsonOpenPIC interrupt controller 2389ff8cdbbdSDavid GibsonM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2390ff8cdbbdSDavid GibsonS: Odd Fixes 2391ff8cdbbdSDavid GibsonF: hw/intc/openpic.c 2392ff8cdbbdSDavid GibsonF: include/hw/ppc/openpic.h 2393ff8cdbbdSDavid Gibson 23946cee5479SPhilippe Mathieu-DaudéMIPS CPS 23958823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 23966cee5479SPhilippe Mathieu-DaudéS: Odd Fixes 23976cee5479SPhilippe Mathieu-DaudéF: hw/misc/mips_* 23986cee5479SPhilippe Mathieu-DaudéF: include/hw/misc/mips_* 23996cee5479SPhilippe Mathieu-Daudé 24006cee5479SPhilippe Mathieu-DaudéMIPS GIC 24018823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 24026cee5479SPhilippe Mathieu-DaudéS: Odd Fixes 24036cee5479SPhilippe Mathieu-DaudéF: hw/intc/mips_gic.c 24046cee5479SPhilippe Mathieu-DaudéF: hw/timer/mips_gictimer.c 24056cee5479SPhilippe Mathieu-DaudéF: include/hw/intc/mips_gic.h 24066cee5479SPhilippe Mathieu-DaudéF: include/hw/timer/mips_gictimer.h 24076cee5479SPhilippe Mathieu-Daudé 240856e34834SCornelia HuckS390 3270 device 240956e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 241056e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 241156e34834SCornelia HuckS: Odd fixes 241256e34834SCornelia HuckF: include/hw/s390x/3270-ccw.h 241356e34834SCornelia HuckF: hw/char/terminal3270.c 241456e34834SCornelia HuckF: hw/s390x/3270-ccw.c 241556e34834SCornelia HuckL: qemu-s390x@nongnu.org 241656e34834SCornelia Huck 241756e34834SCornelia HuckS390 diag 288 watchdog 241856e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 241956e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 242056e34834SCornelia HuckS: Supported 242156e34834SCornelia HuckF: hw/watchdog/wdt_diag288.c 242256e34834SCornelia HuckF: include/hw/watchdog/wdt_diag288.h 242356e34834SCornelia HuckL: qemu-s390x@nongnu.org 242456e34834SCornelia Huck 242556e34834SCornelia HuckS390 storage key device 242656e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 242756e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 242856e34834SCornelia HuckS: Supported 242956e34834SCornelia HuckF: hw/s390x/storage-keys.h 243056e34834SCornelia HuckF: hw/390x/s390-skeys*.c 243156e34834SCornelia HuckL: qemu-s390x@nongnu.org 243256e34834SCornelia Huck 243356e34834SCornelia HuckS390 storage attribute device 243456e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 243556e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 243656e34834SCornelia HuckS: Supported 243756e34834SCornelia HuckF: hw/s390x/storage-attributes.h 243856e34834SCornelia HuckF: hw/s390/s390-stattrib*.c 243956e34834SCornelia HuckL: qemu-s390x@nongnu.org 244056e34834SCornelia Huck 244156e34834SCornelia HuckS390 floating interrupt controller 244256e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 244356e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 244456e34834SCornelia HuckM: David Hildenbrand <david@redhat.com> 244556e34834SCornelia HuckS: Supported 244656e34834SCornelia HuckF: hw/intc/s390_flic*.c 244756e34834SCornelia HuckF: include/hw/s390x/s390_flic.h 244856e34834SCornelia HuckL: qemu-s390x@nongnu.org 244956e34834SCornelia Huck 24505028d66cSHongren (Zenithal) ZhengCanoKey 24515028d66cSHongren (Zenithal) ZhengM: Hongren (Zenithal) Zheng <i@zenithal.me> 24525028d66cSHongren (Zenithal) ZhengS: Maintained 24535028d66cSHongren (Zenithal) ZhengR: Canokeys.org <contact@canokeys.org> 24545028d66cSHongren (Zenithal) ZhengF: hw/usb/canokey.c 24555028d66cSHongren (Zenithal) ZhengF: hw/usb/canokey.h 24565028d66cSHongren (Zenithal) ZhengF: docs/system/devices/canokey.rst 24575028d66cSHongren (Zenithal) Zheng 2458fd5d5c56SAnthony LiguoriSubsystems 2459fd5d5c56SAnthony Liguori---------- 2460a8f4aee6SPhilippe Mathieu-DaudéOverall Audio backends 2461fd5d5c56SAnthony LiguoriM: Gerd Hoffmann <kraxel@redhat.com> 24626bc915f3SGerd HoffmannS: Odd Fixes 2463fd5d5c56SAnthony LiguoriF: audio/ 24640ebe43eaSPhilippe Mathieu-DaudéX: audio/alsaaudio.c 24650ebe43eaSPhilippe Mathieu-DaudéX: audio/coreaudio.c 24660ebe43eaSPhilippe Mathieu-DaudéX: audio/dsound* 24670ebe43eaSPhilippe Mathieu-DaudéX: audio/jackaudio.c 24680ebe43eaSPhilippe Mathieu-DaudéX: audio/ossaudio.c 24690ebe43eaSPhilippe Mathieu-DaudéX: audio/paaudio.c 24700ebe43eaSPhilippe Mathieu-DaudéX: audio/sdlaudio.c 2471663df1ccSAlexandre RatchovX: audio/sndioaudio.c 24724566d142SPhilippe Mathieu-DaudéX: audio/spiceaudio.c 247392a3c6aaSMarkus ArmbrusterF: qapi/audio.json 2474fd5d5c56SAnthony Liguori 24750ebe43eaSPhilippe Mathieu-DaudéALSA Audio backend 24760ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 2477584ab347SChristian SchoenebeckR: Christian Schoenebeck <qemu_oss@crudebyte.com> 24780ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24790ebe43eaSPhilippe Mathieu-DaudéF: audio/alsaaudio.c 24800ebe43eaSPhilippe Mathieu-Daudé 24810ebe43eaSPhilippe Mathieu-DaudéCore Audio framework backend 24820ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 24838823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 2484584ab347SChristian SchoenebeckR: Christian Schoenebeck <qemu_oss@crudebyte.com> 2485af643498SAkihiko OdakiR: Akihiko Odaki <akihiko.odaki@gmail.com> 24860ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24870ebe43eaSPhilippe Mathieu-DaudéF: audio/coreaudio.c 24880ebe43eaSPhilippe Mathieu-Daudé 24890ebe43eaSPhilippe Mathieu-DaudéDSound Audio backend 24900ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 24910ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24920ebe43eaSPhilippe Mathieu-DaudéF: audio/dsound* 24930ebe43eaSPhilippe Mathieu-Daudé 24940ebe43eaSPhilippe Mathieu-DaudéJACK Audio Connection Kit backend 24950ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 2496584ab347SChristian SchoenebeckR: Christian Schoenebeck <qemu_oss@crudebyte.com> 24970ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24980ebe43eaSPhilippe Mathieu-DaudéF: audio/jackaudio.c 24990ebe43eaSPhilippe Mathieu-Daudé 25000ebe43eaSPhilippe Mathieu-DaudéOpen Sound System (OSS) Audio backend 25010ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 25020ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 25030ebe43eaSPhilippe Mathieu-DaudéF: audio/ossaudio.c 25040ebe43eaSPhilippe Mathieu-Daudé 25050ebe43eaSPhilippe Mathieu-DaudéPulseAudio backend 25060ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 25070ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 25080ebe43eaSPhilippe Mathieu-DaudéF: audio/paaudio.c 25090ebe43eaSPhilippe Mathieu-Daudé 25100ebe43eaSPhilippe Mathieu-DaudéSDL Audio backend 25110ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 25122863bd56SThomas HuthR: Thomas Huth <huth@tuxfamily.org> 25130ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 25140ebe43eaSPhilippe Mathieu-DaudéF: audio/sdlaudio.c 25150ebe43eaSPhilippe Mathieu-Daudé 2516663df1ccSAlexandre RatchovSndio Audio backend 2517663df1ccSAlexandre RatchovM: Gerd Hoffmann <kraxel@redhat.com> 2518663df1ccSAlexandre RatchovR: Alexandre Ratchov <alex@caoua.org> 2519663df1ccSAlexandre RatchovS: Odd Fixes 2520663df1ccSAlexandre RatchovF: audio/sndioaudio.c 2521663df1ccSAlexandre Ratchov 252217f1e8f5SStefan HajnocziBlock layer core 2523fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 2524b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 2525c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2526fd5d5c56SAnthony LiguoriS: Supported 2527fd5d5c56SAnthony LiguoriF: block* 2528fd5d5c56SAnthony LiguoriF: block/ 25298d8b636dSPaolo BonziniF: hw/block/ 2530b885cddaSMarkus ArmbrusterF: qapi/block*.json 2531b885cddaSMarkus ArmbrusterF: qapi/transaction.json 25324c346e0bSKevin WolfF: include/block/ 25337f9241d8SStefan HajnocziF: include/sysemu/block-*.h 253446078760SKevin WolfF: qemu-img* 253533b2b388SWainer dos Santos MoschettaF: docs/tools/qemu-img.rst 253646078760SKevin WolfF: qemu-io* 253729242091SKevin WolfF: tests/qemu-iotests/ 25388dd30c86SMax ReitzF: util/qemu-progress.c 25390bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c 2540da668aa1SThomas HuthF: tests/unit/check-block-qdict.c 2541ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/kevin.git block 2542fd5d5c56SAnthony Liguori 2543c607c7fbSStefan HajnocziStorage daemon 2544c607c7fbSStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2545c607c7fbSStefan HajnocziL: qemu-block@nongnu.org 2546c607c7fbSStefan HajnocziS: Supported 2547c607c7fbSStefan HajnocziF: storage-daemon/ 2548c607c7fbSStefan HajnocziF: docs/interop/qemu-storage-daemon-qmp-ref.rst 2549c607c7fbSStefan HajnocziF: docs/tools/qemu-storage-daemon.rst 2550c607c7fbSStefan HajnocziT: git https://repo.or.cz/qemu/kevin.git block 2551c607c7fbSStefan Hajnoczi 2552d55053b1SStefan HajnocziBlock I/O path 2553d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2554fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 2555d55053b1SStefan HajnocziL: qemu-block@nongnu.org 2556d55053b1SStefan HajnocziS: Supported 255736c697bdSPaolo BonziniF: util/async.c 255836c697bdSPaolo BonziniF: util/aio-*.c 25591f050a46SStefan HajnocziF: util/aio-*.h 25601f050a46SStefan HajnocziF: util/fdmon-*.c 2561d55053b1SStefan HajnocziF: block/io.c 2562d55053b1SStefan HajnocziF: migration/block* 2563e1029ae2SFam ZhengF: include/block/aio.h 2564f5a53faaSStefan HajnocziF: include/block/aio-wait.h 25650a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py 2566da668aa1SThomas HuthF: tests/unit/test-fdmon-epoll.c 2567e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 2568d55053b1SStefan Hajnoczi 2569e5b5728cSPaolo BonziniBlock SCSI subsystem 2570e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 2571fe5ca46dSFam ZhengR: Fam Zheng <fam@euphon.net> 2572e5b5728cSPaolo BonziniL: qemu-block@nongnu.org 2573e5b5728cSPaolo BonziniS: Supported 2574e5b5728cSPaolo BonziniF: include/scsi/* 2575e5b5728cSPaolo BonziniF: scsi/* 2576e5b5728cSPaolo Bonzini 2577280458a3SJeff CodyBlock Jobs 257803283d64SJeff CodyM: John Snow <jsnow@redhat.com> 25799e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2580280458a3SJeff CodyL: qemu-block@nongnu.org 2581280458a3SJeff CodyS: Supported 2582280458a3SJeff CodyF: blockjob.c 2583280458a3SJeff CodyF: include/block/blockjob.h 258433e9e9bdSKevin WolfF: job.c 25851a90bc81SKevin WolfF: job-qmp.c 2586c468e368SMarkus ArmbrusterF: include/qemu/job.h 2587280458a3SJeff CodyF: block/backup.c 2588280458a3SJeff CodyF: block/commit.c 258977346025SJeff CodyF: block/stream.c 2590280458a3SJeff CodyF: block/mirror.c 2591bf42508fSKevin WolfF: qapi/job.json 2592d7beddccSVladimir Sementsov-OgievskiyF: block/block-copy.c 2593d088e6a4SVladimir Sementsov-OgievskiyF: include/block/block-copy.h 2594d088e6a4SVladimir Sementsov-OgievskiyF: block/reqlist.c 2595d088e6a4SVladimir Sementsov-OgievskiyF: include/block/reqlist.h 2596d003e0aeSVladimir Sementsov-OgievskiyF: block/copy-before-write.h 2597d003e0aeSVladimir Sementsov-OgievskiyF: block/copy-before-write.c 25981c14eaabSVladimir Sementsov-OgievskiyF: block/snapshot-access.c 2599d7beddccSVladimir Sementsov-OgievskiyF: include/block/aio_task.h 2600d7beddccSVladimir Sementsov-OgievskiyF: block/aio_task.c 2601d7beddccSVladimir Sementsov-OgievskiyF: util/qemu-co-shared-resource.c 2602d7beddccSVladimir Sementsov-OgievskiyF: include/qemu/co-shared-resource.h 260377582e2cSJohn SnowT: git https://gitlab.com/jsnow/qemu.git jobs 26049e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 2605280458a3SJeff Cody 2606502730eeSJonathan CameronCompute Express Link 2607502730eeSJonathan CameronM: Ben Widawsky <ben.widawsky@intel.com> 2608502730eeSJonathan CameronM: Jonathan Cameron <jonathan.cameron@huawei.com> 2609502730eeSJonathan CameronS: Supported 2610502730eeSJonathan CameronF: hw/cxl/ 26112fcd005fSDavid HildenbrandF: hw/mem/cxl_type3.c 2612502730eeSJonathan CameronF: include/hw/cxl/ 2613502730eeSJonathan Cameron 2614538193bcSJohn SnowDirty Bitmaps 2615edb05904SEric BlakeM: Eric Blake <eblake@redhat.com> 26169e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2617edb05904SEric BlakeR: John Snow <jsnow@redhat.com> 2618538193bcSJohn SnowL: qemu-block@nongnu.org 2619538193bcSJohn SnowS: Supported 2620538193bcSJohn SnowF: include/qemu/hbitmap.h 2621538193bcSJohn SnowF: include/block/dirty-bitmap.h 2622bb4e58c6SEric BlakeF: block/monitor/bitmap-qmp-cmds.c 262300637c6bSVladimir Sementsov-OgievskiyF: block/dirty-bitmap.c 262400637c6bSVladimir Sementsov-OgievskiyF: block/qcow2-bitmap.c 2625052db8e7SVladimir Sementsov-OgievskiyF: migration/block-dirty-bitmap.c 262600637c6bSVladimir Sementsov-OgievskiyF: util/hbitmap.c 2627da668aa1SThomas HuthF: tests/unit/test-hbitmap.c 26285746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst 2629edb05904SEric BlakeT: git https://repo.or.cz/qemu/ericb.git bitmaps 26309e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 2631538193bcSJohn Snow 263261af0ee6SPaolo BonziniCharacter device backends 263355fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 26342185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 2635fd5d5c56SAnthony LiguoriS: Maintained 2636178fe0aeSMarc-André LureauF: chardev/ 26378228e353SMarc-André LureauF: include/chardev/ 2638dbeee392SMarkus ArmbrusterF: qapi/char.json 2639fd5d5c56SAnthony Liguori 2640e26082fdSPaolo BonziniCharacter Devices (Braille) 2641e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 2642e26082fdSPaolo BonziniS: Maintained 26436b10e573SMarc-André LureauF: chardev/baum.c 2644fd5d5c56SAnthony Liguori 2645e94630d3SMarkus ArmbrusterCommand line option argument parsing 2646e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 2647e94630d3SMarkus ArmbrusterS: Supported 2648e94630d3SMarkus ArmbrusterF: include/qemu/option.h 2649da668aa1SThomas HuthF: tests/unit/test-keyval.c 2650da668aa1SThomas HuthF: tests/unit/test-qemu-opts.c 2651e94630d3SMarkus ArmbrusterF: util/keyval.c 2652e94630d3SMarkus ArmbrusterF: util/qemu-option.c 2653e94630d3SMarkus Armbruster 26548c413e79SMarkus ArmbrusterCoverity model 26558c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 26568c413e79SMarkus ArmbrusterS: Supported 26578c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 26588c413e79SMarkus Armbruster 26599c263d07SPeter MaydellCoverity Scan integration 26609c263d07SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 26619c263d07SPeter MaydellS: Maintained 26629c263d07SPeter MaydellF: scripts/coverity-scan/ 26639c263d07SPeter Maydell 2664d24b569aSPeter A. G. CrosthwaiteDevice Tree 2665c3c962c1SAlistair FrancisM: Alistair Francis <alistair.francis@wdc.com> 2666c3c962c1SAlistair FrancisR: David Gibson <david@gibson.dropbear.id.au> 2667d24b569aSPeter A. G. CrosthwaiteS: Maintained 2668800d4dedSPaolo BonziniF: softmmu/device_tree.c 266982407515SThomas HuthF: include/sysemu/device_tree.h 2670d24b569aSPeter A. G. Crosthwaite 26713505a22bSMarc-André LureauDump 26723505a22bSMarc-André LureauS: Supported 26733505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 26746d3da32cSMarkus ArmbrusterF: dump/ 26753505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c 26763505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h 26776d3da32cSMarkus ArmbrusterF: include/qemu/win_dump_defs 26783505a22bSMarc-André LureauF: include/sysemu/dump-arch.h 26793505a22bSMarc-André LureauF: include/sysemu/dump.h 2680d06b747bSMarkus ArmbrusterF: qapi/dump.json 26813505a22bSMarc-André LureauF: scripts/dump-guest-memory.py 26823505a22bSMarc-André LureauF: stubs/dump.c 26833505a22bSMarc-André Lureau 26844f966768SMarkus ArmbrusterError reporting 26854f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 26864f966768SMarkus ArmbrusterS: Supported 26874f966768SMarkus ArmbrusterF: include/qapi/error.h 26884f966768SMarkus ArmbrusterF: include/qemu/error-report.h 2689abb3d37dSMarkus ArmbrusterF: qapi/error.json 26904f966768SMarkus ArmbrusterF: util/error.c 26914f966768SMarkus ArmbrusterF: util/qemu-error.c 2692d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/err-bad-newline.cocci 2693d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/error-use-after-free.cocci 2694d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/error_propagate_null.cocci 2695d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/remove_local_err.cocci 2696d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/use-error_fatal.cocci 26978220f3acSVladimir Sementsov-OgievskiyF: scripts/coccinelle/errp-guard.cocci 26984f966768SMarkus Armbruster 2699fd5d5c56SAnthony LiguoriGDB stub 2700c7b3e866SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 27018823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 2702c7b3e866SAlex BennéeS: Maintained 2703842b42dfSAlex BennéeF: gdbstub/* 27040dec1016SPeter MaydellF: include/exec/gdbstub.h 2705fd5d5c56SAnthony LiguoriF: gdb-xml/ 270651c623b0SLirong YuanF: tests/tcg/multiarch/gdbstub/ 270797cfba13SAlex BennéeF: scripts/feature_to_c.sh 2708fd5d5c56SAnthony Liguori 270901a9c03cSPaolo BonziniMemory API 271001a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 271107b315baSDavid HildenbrandM: Peter Xu <peterx@redhat.com> 271207b315baSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 27138823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 271401a9c03cSPaolo BonziniS: Supported 271501a9c03cSPaolo BonziniF: include/exec/ioport.h 271614776ab5STony NguyenF: include/exec/memop.h 271701a9c03cSPaolo BonziniF: include/exec/memory.h 27182b1641d0SPaolo BonziniF: include/exec/ram_addr.h 271941aa4e9fSJuan QuintelaF: include/exec/ramblock.h 27209f04dd7fSDavid HildenbrandF: include/sysemu/memory_mapping.h 2721800d4dedSPaolo BonziniF: softmmu/dma-helpers.c 2722c7f419f5SClaudio FontanaF: softmmu/ioport.c 2723c7f419f5SClaudio FontanaF: softmmu/memory.c 27249f04dd7fSDavid HildenbrandF: softmmu/memory_mapping.c 2725d9f24bf5SPaolo BonziniF: softmmu/physmem.c 272601a9c03cSPaolo BonziniF: include/exec/memory-internal.h 2727044e2af9SPhilippe Mathieu-DaudéF: scripts/coccinelle/memory-region-housekeeping.cocci 272801a9c03cSPaolo Bonzini 27292fcd005fSDavid HildenbrandMemory devices 27302fcd005fSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 27312fcd005fSDavid HildenbrandM: Igor Mammedov <imammedo@redhat.com> 27322fcd005fSDavid HildenbrandR: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 27332fcd005fSDavid HildenbrandS: Supported 27342fcd005fSDavid HildenbrandF: hw/mem/memory-device.c 27352fcd005fSDavid HildenbrandF: hw/mem/nvdimm.c 27362fcd005fSDavid HildenbrandF: hw/mem/pc-dimm.c 27372fcd005fSDavid HildenbrandF: include/hw/mem/memory-device.h 27382fcd005fSDavid HildenbrandF: include/hw/mem/nvdimm.h 27392fcd005fSDavid HildenbrandF: include/hw/mem/pc-dimm.h 27402fcd005fSDavid HildenbrandF: docs/nvdimm.txt 27412fcd005fSDavid Hildenbrand 27427ee3bf03SGerd HoffmannSPICE 27437ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2744227b1638SGerd HoffmannS: Odd Fixes 27456e481d57SPeter MaydellF: include/ui/qemu-spice.h 2746438528a3SThomas HuthF: include/ui/spice-display.h 27477ee3bf03SGerd HoffmannF: ui/spice-*.c 27487ee3bf03SGerd HoffmannF: audio/spiceaudio.c 27498d8b636dSPaolo BonziniF: hw/display/qxl* 2750608cfed6SMarkus ArmbrusterF: qapi/ui.json 27519bd4cb35SPhilippe Mathieu-DaudéF: docs/spice-port-fqdn.txt 27527ee3bf03SGerd Hoffmann 2753fd5d5c56SAnthony LiguoriGraphics 275425eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 275525eccc37SGerd HoffmannS: Odd Fixes 2756fd5d5c56SAnthony LiguoriF: ui/ 2757e220656cSThomas HuthF: include/ui/ 2758608cfed6SMarkus ArmbrusterF: qapi/ui.json 2759b1d38037SMarc-André LureauF: util/drm.c 2760fd5d5c56SAnthony Liguori 2761351f1bf6SAndreas FärberCocoa graphics 276230ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 27638823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 2764af643498SAkihiko OdakiR: Akihiko Odaki <akihiko.odaki@gmail.com> 2765351f1bf6SAndreas FärberS: Odd Fixes 2766351f1bf6SAndreas FärberF: ui/cocoa.m 2767351f1bf6SAndreas Färber 2768fd5d5c56SAnthony LiguoriMain loop 2769da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 2770da26f37aSPaolo BonziniS: Maintained 277148e824e0SPhilippe Mathieu-DaudéF: include/exec/gen-icount.h 277254d31236SMarkus ArmbrusterF: include/qemu/main-loop.h 277354d31236SMarkus ArmbrusterF: include/sysemu/runstate.h 2774e6dba048SAlejandro JimenezF: include/sysemu/runstate-action.h 27753ecb29a3SPaolo BonziniF: util/main-loop.c 27763ecb29a3SPaolo BonziniF: util/qemu-timer.c 2777bac068e0SAlexander BulekovF: softmmu/vl.c 27787b733862SAlexander BulekovF: softmmu/main.c 2779c7f419f5SClaudio FontanaF: softmmu/cpus.c 2780b0c3cf94SClaudio FontanaF: softmmu/cpu-throttle.c 2781740b1759SClaudio FontanaF: softmmu/cpu-timers.c 2782740b1759SClaudio FontanaF: softmmu/icount.c 2783e6dba048SAlejandro JimenezF: softmmu/runstate-action.c 27841a7fc044SMarkus ArmbrusterF: softmmu/runstate.c 27850e201d34SMarkus ArmbrusterF: qapi/run-state.json 2786fd5d5c56SAnthony Liguori 27871b7e01d0SStefan HajnocziRead, Copy, Update (RCU) 27881b7e01d0SStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 27891b7e01d0SStefan HajnocziS: Maintained 27901b7e01d0SStefan HajnocziF: include/qemu/rcu*.h 2791da668aa1SThomas HuthF: tests/unit/rcutorture.c 2792da668aa1SThomas HuthF: tests/unit/test-rcu-*.c 27931b7e01d0SStefan HajnocziF: util/rcu.c 27941b7e01d0SStefan Hajnoczi 27958899b4aeSLuiz CapitulinoHuman Monitor (HMP) 2796c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com> 2797fbb0621aSLuiz CapitulinoS: Maintained 27985bce308aSKevin WolfF: monitor/monitor-internal.h 2799e84328faSKevin WolfF: monitor/misc.c 28001d95db74SKevin WolfF: monitor/monitor.c 2801f1b3ccfaSKevin WolfF: monitor/hmp* 2802f1b3ccfaSKevin WolfF: hmp.h 2803c13e9912SThomas HuthF: hmp-commands*.hx 2804c13e9912SThomas HuthF: include/monitor/hmp-target.h 28051e8a1faeSThomas HuthF: tests/qtest/test-hmp.c 2806637de4dbSMarkus ArmbrusterF: include/qemu/qemu-print.h 2807637de4dbSMarkus ArmbrusterF: util/qemu-print.c 2808fd5d5c56SAnthony Liguori 2809f536f112SPaolo BonziniNetwork device backends 2810442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 2811fd5d5c56SAnthony LiguoriS: Maintained 2812fd5d5c56SAnthony LiguoriF: net/ 2813d24b2b1cSThomas HuthF: include/net/ 2814e9bbc8bdSMarkus ArmbrusterF: qemu-bridge-helper.c 2815e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 28163c0bd37dSMarkus ArmbrusterF: qapi/net.json 2817fd5d5c56SAnthony Liguori 2818aee09bafSVincenzo MaffioneNetmap network backend 2819aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 2820aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2821aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 2822aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 2823aee09bafSVincenzo MaffioneS: Maintained 2824aee09bafSVincenzo MaffioneF: net/netmap.c 2825aee09bafSVincenzo Maffione 28264fc264f4SEduardo HabkostHost Memory Backends 28274ade3ea1SDavid HildenbrandM: David Hildenbrand <david@redhat.com> 28284fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 28294fc264f4SEduardo HabkostS: Maintained 28304fc264f4SEduardo HabkostF: backends/hostmem*.c 28314fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 2832f953c100SEduardo HabkostT: git https://gitlab.com/ehabkost/qemu.git machine-next 28334fc264f4SEduardo Habkost 28346034011cSGongleiCryptodev Backends 28356034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 28366034011cSGongleiS: Maintained 28376034011cSGongleiF: include/sysemu/cryptodev*.h 28386034011cSGongleiF: backends/cryptodev*.c 28396034011cSGonglei 2840b8eaee96SJohn SnowPython library 2841b8eaee96SJohn SnowM: John Snow <jsnow@redhat.com> 2842b8eaee96SJohn SnowM: Cleber Rosa <crosa@redhat.com> 284389d38c74SJohn SnowR: Beraldo Leal <bleal@redhat.com> 2844b8eaee96SJohn SnowS: Maintained 2845b8eaee96SJohn SnowF: python/ 2846b8eaee96SJohn SnowT: git https://gitlab.com/jsnow/qemu.git python 2847b8eaee96SJohn Snow 2848ad904f66SEduardo HabkostPython scripts 284989d38c74SJohn SnowM: John Snow <jsnow@redhat.com> 2850ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com> 28514251dfb0SJohn SnowS: Odd Fixes 2852ad904f66SEduardo HabkostF: scripts/*.py 2853ad904f66SEduardo HabkostF: tests/*.py 2854ad904f66SEduardo Habkost 2855f4abfc6cSVladimir Sementsov-OgievskiyBenchmark util 28569e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2857f4abfc6cSVladimir Sementsov-OgievskiyS: Maintained 2858f4abfc6cSVladimir Sementsov-OgievskiyF: scripts/simplebench/ 28599e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git simplebench 2860f4abfc6cSVladimir Sementsov-Ogievskiy 28618cad15b1SVladimir Sementsov-OgievskiyTransactions helper 28629e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 28638cad15b1SVladimir Sementsov-OgievskiyS: Maintained 28648cad15b1SVladimir Sementsov-OgievskiyF: include/qemu/transactions.h 28658cad15b1SVladimir Sementsov-OgievskiyF: util/transactions.c 28669e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 28678cad15b1SVladimir Sementsov-Ogievskiy 28688899b4aeSLuiz CapitulinoQAPI 28699740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 28702f5f9bc8SMichael RothM: Michael Roth <michael.roth@amd.com> 28719740618cSLuiz CapitulinoS: Supported 28728899b4aeSLuiz CapitulinoF: qapi/ 28730311c5bdSMarkus ArmbrusterX: qapi/*.json 2874ac4abb9aSMarkus ArmbrusterF: include/qapi/ 2875ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 2876ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 2877c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 2878da668aa1SThomas HuthF: tests/unit/test-*-visitor.c 2879da668aa1SThomas HuthF: tests/unit/test-qapi-*.c 2880da668aa1SThomas HuthF: tests/unit/test-qmp-*.c 2881da668aa1SThomas HuthF: tests/unit/test-visitor-serialization.c 2882be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py 2883be25fcc4SMarkus ArmbrusterF: scripts/qapi/* 28844078ee54SPeter MaydellF: docs/sphinx/qapidoc.py 2885c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi* 2886ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 28878899b4aeSLuiz Capitulino 28887810d291SLuiz CapitulinoQAPI Schema 28897810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 28907810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 28917810d291SLuiz CapitulinoS: Supported 28920311c5bdSMarkus ArmbrusterF: qapi/*.json 2893ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 28947810d291SLuiz Capitulino 2895f3582ba4SLuiz CapitulinoQObject 2896daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 2897daf5dc78SMarkus ArmbrusterS: Supported 2898f3582ba4SLuiz CapitulinoF: qobject/ 28997735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 29007735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 2901a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci 2902da668aa1SThomas HuthF: tests/unit/check-qdict.c 2903da668aa1SThomas HuthF: tests/unit/check-qjson.c 2904da668aa1SThomas HuthF: tests/unit/check-qlist.c 2905da668aa1SThomas HuthF: tests/unit/check-qlit.c 2906da668aa1SThomas HuthF: tests/unit/check-qnull.c 2907da668aa1SThomas HuthF: tests/unit/check-qnum.c 2908da668aa1SThomas HuthF: tests/unit/check-qobject.c 2909da668aa1SThomas HuthF: tests/unit/check-qstring.c 2910fe07b62cSPhilippe Mathieu-DaudéF: tests/data/qobject/qdict.txt 2911ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 2912f3582ba4SLuiz Capitulino 2913f05d9999SMichael RothQEMU Guest Agent 29142f5f9bc8SMichael RothM: Michael Roth <michael.roth@amd.com> 2915e8cbe584SKonstantin KostiukM: Konstantin Kostiuk <kkostiuk@redhat.com> 2916f05d9999SMichael RothS: Maintained 2917f05d9999SMichael RothF: qga/ 291827a296fcSPeter MaydellF: docs/interop/qemu-ga.rst 2919db16115fSPeter MaydellF: docs/interop/qemu-ga-ref.rst 2920ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/ 2921da668aa1SThomas HuthF: tests/unit/test-qga.c 2922e18a8b34SStefan HajnocziT: git https://github.com/mdroth/qemu.git qga 2923f05d9999SMichael Roth 2924cced3a72SKostiantyn KostiukQEMU Guest Agent Win32 2925cced3a72SKostiantyn KostiukM: Konstantin Kostiuk <kkostiuk@redhat.com> 2926cced3a72SKostiantyn KostiukS: Maintained 2927cced3a72SKostiantyn KostiukF: qga/*win32* 2928cced3a72SKostiantyn KostiukF: qga/vss-win32/ 2929cced3a72SKostiantyn KostiukF: qga/installer/ 2930cced3a72SKostiantyn KostiukT: git https://github.com/kostyanf14/qemu.git qga-win32 2931cced3a72SKostiantyn Kostiuk 29324688c94cSAndreas FärberQOM 29331085d86eSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 29341085d86eSPaolo BonziniR: Daniel P. Berrange <berrange@redhat.com> 293524c4cd13SEduardo HabkostR: Eduardo Habkost <eduardo@habkost.net> 29364688c94cSAndreas FärberS: Supported 29378f920054SMarkus ArmbrusterF: docs/qdev-device-use.txt 29388f920054SMarkus ArmbrusterF: hw/core/qdev* 2939b77b5b3dSMarkus ArmbrusterF: hw/core/bus.c 2940b77b5b3dSMarkus ArmbrusterF: hw/core/sysbus.c 29418f920054SMarkus ArmbrusterF: include/hw/qdev* 29428f920054SMarkus ArmbrusterF: include/monitor/qdev.h 29434688c94cSAndreas FärberF: include/qom/ 2944c577ff62SMarkus ArmbrusterF: qapi/qom.json 2945c577ff62SMarkus ArmbrusterF: qapi/qdev.json 294622fb6eb5SPaolo BonziniF: scripts/coccinelle/qom-parent-type.cocci 2947800d4dedSPaolo BonziniF: softmmu/qdev-monitor.c 29489b45a025SPhilippe Mathieu-DaudéF: stubs/qdev.c 29494688c94cSAndreas FärberF: qom/ 2950da668aa1SThomas HuthF: tests/unit/check-qom-interface.c 2951da668aa1SThomas HuthF: tests/unit/check-qom-proplist.c 2952da668aa1SThomas HuthF: tests/unit/test-qdev-global-props.c 29534688c94cSAndreas Färber 295494dfc0f3SEduardo HabkostQOM boilerplate conversion script 295524c4cd13SEduardo HabkostM: Eduardo Habkost <eduardo@habkost.net> 295694dfc0f3SEduardo HabkostS: Maintained 295794dfc0f3SEduardo HabkostF: scripts/codeconverter/ 295894dfc0f3SEduardo Habkost 29598899b4aeSLuiz CapitulinoQMP 29609740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 29619740618cSLuiz CapitulinoS: Supported 29625bce308aSKevin WolfF: monitor/monitor-internal.h 2963f1b3ccfaSKevin WolfF: monitor/qmp* 2964e84328faSKevin WolfF: monitor/misc.c 29651d95db74SKevin WolfF: monitor/monitor.c 296692a3c6aaSMarkus ArmbrusterF: qapi/control.json 2967abb3d37dSMarkus ArmbrusterF: qapi/error.json 296892a3c6aaSMarkus ArmbrusterF: qapi/introspect.json 2969c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-* 297012b2f0d9SPhilippe Mathieu-DaudéF: docs/interop/*qmp-* 29719740618cSLuiz CapitulinoF: scripts/qmp/ 29721e8a1faeSThomas HuthF: tests/qtest/qmp-test.c 29731e8a1faeSThomas HuthF: tests/qtest/qmp-cmd-test.c 2974ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 29758899b4aeSLuiz Capitulino 297698a43bf0SPaolo Bonziniqtest 297798a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com> 297898a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com> 29792185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 298098a43bf0SPaolo BonziniS: Maintained 2981c7f419f5SClaudio FontanaF: softmmu/qtest.c 29821583a389SClaudio FontanaF: accel/qtest/ 29831e8a1faeSThomas HuthF: tests/qtest/ 2984222455efSEmanuele Giuseppe EspositoF: docs/devel/qgraph.rst 2985520ddc18SThomas HuthX: tests/qtest/bios-tables-test* 298698a43bf0SPaolo Bonzini 29875f6fd09aSAlexander BulekovDevice Fuzzing 29885f6fd09aSAlexander BulekovM: Alexander Bulekov <alxndr@bu.edu> 29895f6fd09aSAlexander BulekovR: Paolo Bonzini <pbonzini@redhat.com> 29905f6fd09aSAlexander BulekovR: Bandan Das <bsd@redhat.com> 29915f6fd09aSAlexander BulekovR: Stefan Hajnoczi <stefanha@redhat.com> 29926184e5fbSThomas HuthR: Thomas Huth <thuth@redhat.com> 299385221b05SDarren KennyR: Darren Kenny <darren.kenny@oracle.com> 29945d32fc3bSQiuhao LiR: Qiuhao Li <Qiuhao.Li@outlook.com> 29955f6fd09aSAlexander BulekovS: Maintained 29965f6fd09aSAlexander BulekovF: tests/qtest/fuzz/ 2997d3d39fc0SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-*test.c 2998211635b3SAlexander BulekovF: scripts/oss-fuzz/ 2999230376d2SAlexander BulekovF: hw/mem/sparse-mem.c 3000f3a0208fSAlexander BulekovF: docs/devel/fuzzing.rst 30015f6fd09aSAlexander Bulekov 3002cc0100f4SAlistair FrancisRegister API 3003c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 3004cc0100f4SAlistair FrancisS: Maintained 3005cc0100f4SAlistair FrancisF: hw/core/register.c 3006cc0100f4SAlistair FrancisF: include/hw/register.h 300706a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h 3008cc0100f4SAlistair Francis 3009fd5d5c56SAnthony LiguoriSLIRP 3010eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 3011bafc72abSJan KiszkaS: Maintained 3012663fb1e1SThomas HuthF: net/slirp.c 3013d24b2b1cSThomas HuthF: include/net/slirp.h 301402cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp 3015fd5d5c56SAnthony Liguori 30166d0af39fSEdgar E. IglesiasStreams 30176d0af39fSEdgar E. IglesiasM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 30186d0af39fSEdgar E. IglesiasS: Maintained 30196d0af39fSEdgar E. IglesiasF: hw/core/stream.c 30206d0af39fSEdgar E. IglesiasF: include/hw/stream.h 30216d0af39fSEdgar E. Iglesias 3022b1ed728aSPaolo BonziniStubs 3023b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 3024b1ed728aSPaolo BonziniS: Maintained 3025b1ed728aSPaolo BonziniF: stubs/ 3026b1ed728aSPaolo Bonzini 3027598a3f35SStefan HajnocziTracing 30281cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3029598a3f35SStefan HajnocziS: Maintained 3030598a3f35SStefan HajnocziF: trace/ 30310e076292SThomas HuthF: trace-events 30323a8273b1SPeter MaydellF: docs/qemu-option-trace.rst.inc 303392a3c6aaSMarkus ArmbrusterF: qapi/trace.json 3034f70fd8fdSLluís VilanovaF: scripts/tracetool.py 3035f70fd8fdSLluís VilanovaF: scripts/tracetool/ 303662dd1048SDaniel P. BerrangéF: scripts/qemu-trace-stap* 303733b2b388SWainer dos Santos MoschettaF: docs/tools/qemu-trace-stap.rst 3038d0fb9657SStefano GarzarellaF: docs/devel/tracing.rst 3039e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git tracing 3040598a3f35SStefan Hajnoczi 30413859b6cfSMarkus ArmbrusterTPM 30421f63669eSStefan BergerM: Stefan Berger <stefanb@linux.ibm.com> 30436b4f250bSStefan BergerS: Maintained 30443859b6cfSMarkus ArmbrusterF: tpm.c 30453859b6cfSMarkus ArmbrusterF: hw/tpm/* 30463859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h 30473859b6cfSMarkus ArmbrusterF: include/sysemu/tpm* 30483859b6cfSMarkus ArmbrusterF: qapi/tpm.json 30498ae92e24SPhilippe Mathieu-DaudéF: backends/tpm/ 30501e8a1faeSThomas HuthF: tests/qtest/*tpm* 3051e18a8b34SStefan HajnocziT: git https://github.com/stefanberger/qemu-tpm.git tpm-next 30523859b6cfSMarkus Armbruster 305314f40fdcSBlue SwirlCheckpatch 305414f40fdcSBlue SwirlS: Odd Fixes 305514f40fdcSBlue SwirlF: scripts/checkpatch.pl 305614f40fdcSBlue Swirl 3057c0787c8dSJuan QuintelaMigration 3058c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 3059d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 3060c0787c8dSJuan QuintelaS: Maintained 3061107b5969SMarc-André LureauF: hw/core/vmstate-if.c 3062107b5969SMarc-André LureauF: include/hw/vmstate-if.h 3063c0787c8dSJuan QuintelaF: include/migration/ 306444a1f946SDr. David Alan GilbertF: migration/ 3065c5515640SAmit ShahF: scripts/vmstate-static-checker.py 3066c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 30671e8a1faeSThomas HuthF: tests/qtest/migration-test.c 3068c468e368SMarkus ArmbrusterF: docs/devel/migration.rst 306948685a8eSMarkus ArmbrusterF: qapi/migration.json 3070fac87d4dSHyman Huang(黄勇)F: tests/migration/ 3071c0787c8dSJuan Quintela 3072a566907fSMarc-André LureauD-Bus 3073a566907fSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 3074a566907fSMarc-André LureauS: Maintained 30755010cec2SMarc-André LureauF: backends/dbus-vmstate.c 307689f4df95SMarc-André LureauF: ui/dbus* 307789f4df95SMarc-André LureauF: audio/dbus* 3078a5021d69SMarc-André LureauF: util/dbus.c 307989f4df95SMarc-André LureauF: include/ui/dbus* 3080a5021d69SMarc-André LureauF: include/qemu/dbus.h 308189f4df95SMarc-André LureauF: docs/interop/dbus* 308289f4df95SMarc-André LureauF: docs/sphinx/dbus* 308389f4df95SMarc-André LureauF: docs/sphinx/fakedbusdoc.py 308489f4df95SMarc-André LureauF: tests/qtest/dbus* 3085a566907fSMarc-André Lureau 308692bfedb0SEduardo OtuboSeccomp 3087e3160deaSDaniel P. BerrangéM: Daniel P. Berrange <berrange@redhat.com> 3088e3160deaSDaniel P. BerrangéS: Odd Fixes 3089800d4dedSPaolo BonziniF: softmmu/qemu-seccomp.c 309092bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 3091d2ea8dacSDaniel P. BerrangéF: tests/unit/test-seccomp.c 309292bfedb0SEduardo Otubo 3093ddbb0d09SDaniel P. BerrangeCryptography 3094ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3095ddbb0d09SDaniel P. BerrangeS: Maintained 3096ddbb0d09SDaniel P. BerrangeF: crypto/ 3097ddbb0d09SDaniel P. BerrangeF: include/crypto/ 309892a3c6aaSMarkus ArmbrusterF: qapi/crypto.json 3099da668aa1SThomas HuthF: tests/unit/test-crypto-* 31003b472e71SThomas HuthF: tests/bench/benchmark-crypto-* 3101da668aa1SThomas HuthF: tests/unit/crypto-tls-* 3102da668aa1SThomas HuthF: tests/unit/pkix_asn1_tab.c 3103899833cdSDaniel P. BerrangeF: qemu.sasl 3104ddbb0d09SDaniel P. Berrange 310510817bf0SDaniel P. BerrangeCoroutines 310610817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 310710817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 310800a25291SStefan HajnocziS: Maintained 310910817bf0SDaniel P. BerrangeF: util/*coroutine* 311010817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 3111da668aa1SThomas HuthF: tests/unit/test-coroutine.c 311210817bf0SDaniel P. Berrange 311388c5f205SDaniel P. BerrangeBuffers 311488c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 31154251dfb0SJohn SnowS: Odd Fixes 311688c5f205SDaniel P. BerrangeF: util/buffer.c 311788c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 311888c5f205SDaniel P. Berrange 3119666a3af9SDaniel P. BerrangeI/O Channels 3120666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3121666a3af9SDaniel P. BerrangeS: Maintained 3122666a3af9SDaniel P. BerrangeF: io/ 3123666a3af9SDaniel P. BerrangeF: include/io/ 3124da668aa1SThomas HuthF: tests/unit/test-io-* 3125666a3af9SDaniel P. Berrange 31265b76dd13SDaniel P. BerrangeUser authorization 31275b76dd13SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 31285b76dd13SDaniel P. BerrangeS: Maintained 31295b76dd13SDaniel P. BerrangeF: authz/ 3130c8c99887SDaniel P. BerrangeF: qapi/authz.json 31315b76dd13SDaniel P. BerrangeF: include/authz/ 3132da668aa1SThomas HuthF: tests/unit/test-authz-* 31335b76dd13SDaniel P. Berrange 31345614a283SGerd HoffmannSockets 31355614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 31365614a283SGerd HoffmannS: Maintained 31375614a283SGerd HoffmannF: include/qemu/sockets.h 31385614a283SGerd HoffmannF: util/qemu-sockets.c 3139a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json 31405614a283SGerd Hoffmann 314190e33dfeSDaniel P. BerrangéFile monitor 314290e33dfeSDaniel P. BerrangéM: Daniel P. Berrange <berrange@redhat.com> 31434251dfb0SJohn SnowS: Odd Fixes 314490e33dfeSDaniel P. BerrangéF: util/filemonitor*.c 314590e33dfeSDaniel P. BerrangéF: include/qemu/filemonitor.h 3146da668aa1SThomas HuthF: tests/unit/test-util-filemonitor.c 314790e33dfeSDaniel P. Berrangé 3148d310d85bSAlberto GarciaThrottling infrastructure 3149d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 3150d310d85bSAlberto GarciaS: Supported 3151d310d85bSAlberto GarciaF: block/throttle-groups.c 3152d310d85bSAlberto GarciaF: include/block/throttle-groups.h 315389603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h 3154d310d85bSAlberto GarciaF: util/throttle.c 315589603938SPhilippe Mathieu-DaudéF: docs/throttle.txt 3156da668aa1SThomas HuthF: tests/unit/test-throttle.c 3157d310d85bSAlberto GarciaL: qemu-block@nongnu.org 3158d310d85bSAlberto Garcia 3159080d7aacSFam ZhengUUID 3160fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 3161080d7aacSFam ZhengS: Supported 3162080d7aacSFam ZhengF: util/uuid.c 3163080d7aacSFam ZhengF: include/qemu/uuid.h 3164da668aa1SThomas HuthF: tests/unit/test-uuid.c 3165080d7aacSFam Zheng 316650186051SLukas StraubYank feature 316750186051SLukas StraubM: Lukas Straub <lukasstraub2@web.de> 316850186051SLukas StraubS: Odd fixes 316950186051SLukas StraubF: util/yank.c 31701a92d6d5SLukas StraubF: migration/yank_functions* 3171d3a0bb77SLukas StraubF: tests/unit/test-yank.c 317250186051SLukas StraubF: include/qemu/yank.h 317350186051SLukas StraubF: qapi/yank.json 317450186051SLukas Straub 3175a4cc318eSzhanghailiangCOLO Framework 31762ac7d741SHailiang ZhangM: Hailiang Zhang <zhanghailiang@xfusion.com> 3177a4cc318eSzhanghailiangS: Maintained 3178a4cc318eSzhanghailiangF: migration/colo* 3179a4cc318eSzhanghailiangF: include/migration/colo.h 3180a4cc318eSzhanghailiangF: include/migration/failover.h 3181a4cc318eSzhanghailiangF: docs/COLO-FT.txt 3182a4cc318eSzhanghailiang 318388f82ed1SZhang ChenCOLO Proxy 3184c6bf50ffSZhang ChenM: Zhang Chen <chen.zhang@intel.com> 31852ece6e64SLi ZhijianM: Li Zhijian <lizhijian@fujitsu.com> 318688f82ed1SZhang ChenS: Supported 318788f82ed1SZhang ChenF: docs/colo-proxy.txt 318888f82ed1SZhang ChenF: net/colo* 318988f82ed1SZhang ChenF: net/filter-rewriter.c 319088f82ed1SZhang ChenF: net/filter-mirror.c 3191487cf3f2SZhang ChenF: tests/qtest/test-filter* 319288f82ed1SZhang Chen 319362258201SPavel DovgalyukRecord/replay 319462258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 319562258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com> 319670b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay 319762258201SPavel DovgalyukS: Supported 319862258201SPavel DovgalyukF: replay/* 319962258201SPavel DovgalyukF: block/blkreplay.c 320062258201SPavel DovgalyukF: net/filter-replay.c 320162258201SPavel DovgalyukF: include/sysemu/replay.h 320262258201SPavel DovgalyukF: docs/replay.txt 320362258201SPavel DovgalyukF: stubs/replay.c 3204bbbd9b6eSWillian RampazzoF: tests/avocado/replay_kernel.py 3205bbbd9b6eSWillian RampazzoF: tests/avocado/replay_linux.py 3206bbbd9b6eSWillian RampazzoF: tests/avocado/reverse_debugging.py 320743d7e1d7SPavel DovgalyukF: qapi/replay.json 320862258201SPavel Dovgalyuk 3209eecf5eedSPeter XuIOVA Tree 3210eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com> 3211eecf5eedSPeter XuS: Maintained 3212eecf5eedSPeter XuF: include/qemu/iova-tree.h 3213eecf5eedSPeter XuF: util/iova-tree.c 3214eecf5eedSPeter Xu 32155ee547bbSViktor Prutyanovelf2dmp 32165ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 32175ee547bbSViktor PrutyanovS: Maintained 32185ee547bbSViktor PrutyanovF: contrib/elf2dmp/ 32195ee547bbSViktor Prutyanov 322093198b6cSCorey MinyardI2C and SMBus 322193198b6cSCorey MinyardM: Corey Minyard <cminyard@mvista.com> 322293198b6cSCorey MinyardS: Maintained 322393198b6cSCorey MinyardF: hw/i2c/core.c 322493198b6cSCorey MinyardF: hw/i2c/smbus_slave.c 322593198b6cSCorey MinyardF: hw/i2c/smbus_master.c 322693198b6cSCorey MinyardF: hw/i2c/smbus_eeprom.c 322793198b6cSCorey MinyardF: include/hw/i2c/i2c.h 322893198b6cSCorey MinyardF: include/hw/i2c/smbus_master.h 322993198b6cSCorey MinyardF: include/hw/i2c/smbus_slave.h 323093198b6cSCorey MinyardF: include/hw/i2c/smbus_eeprom.h 323193198b6cSCorey Minyard 3232bf0e0c70STitus RwantarePMBus 3233bf0e0c70STitus RwantareM: Titus Rwantare <titusr@google.com> 3234bf0e0c70STitus RwantareS: Maintained 3235bf0e0c70STitus RwantareF: hw/i2c/pmbus_device.c 3236bf0e0c70STitus RwantareF: hw/sensor/adm1272.c 3237ffcdae67STitus RwantareF: hw/sensor/isl_pmbus_vr.c 3238bf0e0c70STitus RwantareF: hw/sensor/max34451.c 3239bf0e0c70STitus RwantareF: include/hw/i2c/pmbus_device.h 3240ffcdae67STitus RwantareF: include/hw/sensor/isl_pmbus_vr.h 3241bf0e0c70STitus RwantareF: tests/qtest/adm1272-test.c 3242bf0e0c70STitus RwantareF: tests/qtest/max34451-test.c 3243ffcdae67STitus RwantareF: tests/qtest/isl_pmbus_vr-test.c 3244bf0e0c70STitus Rwantare 3245d0d89526SPhilippe Mathieu-DaudéFirmware schema specifications 32468823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 3247d0d89526SPhilippe Mathieu-DaudéR: Daniel P. Berrange <berrange@redhat.com> 3248d0d89526SPhilippe Mathieu-DaudéR: Kashyap Chamarthy <kchamart@redhat.com> 3249d0d89526SPhilippe Mathieu-DaudéS: Maintained 3250d0d89526SPhilippe Mathieu-DaudéF: docs/interop/firmware.json 3251d0d89526SPhilippe Mathieu-Daudé 32526739df3fSLaszlo ErsekEDK2 Firmware 32538823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 32549b437cd0SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 32556739df3fSLaszlo ErsekS: Supported 3256b5b31860SPhilippe Mathieu-DaudéF: hw/i386/*ovmf* 32576739df3fSLaszlo ErsekF: pc-bios/descriptors/??-edk2-*.json 32586739df3fSLaszlo ErsekF: pc-bios/edk2-* 32596739df3fSLaszlo ErsekF: roms/Makefile.edk2 32606739df3fSLaszlo ErsekF: roms/edk2 32616739df3fSLaszlo ErsekF: roms/edk2-* 32626739df3fSLaszlo ErsekF: tests/data/uefi-boot-images/ 32636739df3fSLaszlo ErsekF: tests/uefi-test-tools/ 3264922febe2SThomas HuthF: .gitlab-ci.d/edk2.yml 326571920809SPhilippe Mathieu-DaudéF: .gitlab-ci.d/edk2/ 32666739df3fSLaszlo Ersek 32678bc43f39SPeter XuVT-d Emulation 32688bc43f39SPeter XuM: Michael S. Tsirkin <mst@redhat.com> 32698bc43f39SPeter XuM: Peter Xu <peterx@redhat.com> 32708bc43f39SPeter XuR: Jason Wang <jasowang@redhat.com> 32718bc43f39SPeter XuS: Supported 32728bc43f39SPeter XuF: hw/i386/intel_iommu.c 32738bc43f39SPeter XuF: hw/i386/intel_iommu_internal.h 32748bc43f39SPeter XuF: include/hw/i386/intel_iommu.h 32758bc43f39SPeter Xu 3276e92fb016SBin MengOpenSBI Firmware 3277e92fb016SBin MengM: Bin Meng <bmeng.cn@gmail.com> 3278e92fb016SBin MengS: Supported 3279e92fb016SBin MengF: pc-bios/opensbi-* 3280e92fb016SBin MengF: .gitlab-ci.d/opensbi.yml 3281e92fb016SBin MengF: .gitlab-ci.d/opensbi/ 3282e92fb016SBin Meng 328359c7a187SLuc MichelClock framework 328459c7a187SLuc MichelM: Luc Michel <luc@lmichel.fr> 328559c7a187SLuc MichelR: Damien Hedde <damien.hedde@greensocs.com> 328659c7a187SLuc MichelS: Maintained 328759c7a187SLuc MichelF: include/hw/clock.h 328859c7a187SLuc MichelF: include/hw/qdev-clock.h 328959c7a187SLuc MichelF: hw/core/clock.c 329059c7a187SLuc MichelF: hw/core/clock-vmstate.c 329159c7a187SLuc MichelF: hw/core/qdev-clock.c 329259c7a187SLuc MichelF: docs/devel/clocks.rst 329359c7a187SLuc Michel 3294fd5d5c56SAnthony LiguoriUsermode Emulation 3295fd5d5c56SAnthony Liguori------------------ 32966347e1f1SMarkus ArmbrusterOverall usermode emulation 3297486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 3298486bbe5fSPaolo BonziniS: Maintained 329958410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c 3300bbf15aafSRichard HendersonF: include/user/ 3301bbf15aafSRichard HendersonF: common-user/ 3302486bbe5fSPaolo Bonzini 3303fd5d5c56SAnthony LiguoriBSD user 330465a9d380SWarner LoshM: Warner Losh <imp@bsdimp.com> 330565a9d380SWarner LoshR: Kyle Evans <kevans@freebsd.org> 330665a9d380SWarner LoshS: Maintained 3307fd5d5c56SAnthony LiguoriF: bsd-user/ 3308812b31d3SAlex BennéeF: configs/targets/*-bsd-user.mak 3309adbae40fSWarner LoshF: tests/vm/*bsd 331065a9d380SWarner LoshT: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 3311fd5d5c56SAnthony Liguori 3312fd5d5c56SAnthony LiguoriLinux user 33138f902c54SRiku VoipioM: Laurent Vivier <laurent@vivier.eu> 3314fd5d5c56SAnthony LiguoriS: Maintained 3315fd5d5c56SAnthony LiguoriF: linux-user/ 3316812b31d3SAlex BennéeF: configs/targets/*linux-user.mak 3317e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh 3318e3a6c825SLaurent VivierF: scripts/update-syscalltbl.sh 331957333330SLaurent VivierF: scripts/update-mips-syscall-args.sh 3320382ae67aSLaurent VivierF: scripts/gensyscalls.sh 332142f5a7e9SAurelien Jarno 332242f5a7e9SAurelien JarnoTiny Code Generator (TCG) 332342f5a7e9SAurelien Jarno------------------------- 33246347e1f1SMarkus ArmbrusterCommon TCG code 3325336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 332642f5a7e9SAurelien JarnoS: Maintained 332742f5a7e9SAurelien JarnoF: tcg/ 3328d3582cfdSPhilippe Mathieu-DaudéF: include/tcg/ 332942f5a7e9SAurelien Jarno 333022b5867bSAlex BennéeTCG Plugins 333122b5867bSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 33323d7caf14SAlexandre IoossR: Alexandre Iooss <erdnaxe@crans.org> 3333a6b95a97SMahmoud MandourR: Mahmoud Mandour <ma.mandourr@gmail.com> 333422b5867bSAlex BennéeS: Maintained 33358ea6abf0SAlex BennéeF: docs/devel/tcg-plugins.rst 333622b5867bSAlex BennéeF: plugins/ 3337c17a386bSAlex BennéeF: tests/plugin/ 3338bbbd9b6eSWillian RampazzoF: tests/avocado/tcg_plugins.py 3339c17a386bSAlex BennéeF: contrib/plugins/ 334022b5867bSAlex Bennée 33416347e1f1SMarkus ArmbrusterAArch64 TCG target 33423e5a01efSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 3343b25a464cSClaudio FontanaS: Maintained 3344b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 3345b25a464cSClaudio FontanaF: tcg/aarch64/ 3346b25a464cSClaudio Fontana 33476347e1f1SMarkus ArmbrusterARM TCG target 33487c6ef61aSPeter MaydellM: Richard Henderson <richard.henderson@linaro.org> 334942f5a7e9SAurelien JarnoS: Maintained 3350b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 335142f5a7e9SAurelien JarnoF: tcg/arm/ 335242f5a7e9SAurelien Jarno 33536347e1f1SMarkus Armbrusteri386 TCG target 3354336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 335542f5a7e9SAurelien JarnoS: Maintained 335642f5a7e9SAurelien JarnoF: tcg/i386/ 335742f5a7e9SAurelien Jarno 3358afa33258SWANG XueruiLoongArch64 TCG target 3359afa33258SWANG XueruiM: WANG Xuerui <git@xen0n.name> 3360afa33258SWANG XueruiS: Maintained 3361afa33258SWANG XueruiF: tcg/loongarch64/ 3362afa33258SWANG Xuerui 33636347e1f1SMarkus ArmbrusterMIPS TCG target 33648823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 3365099d510bSAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 3366dab1e1e1SHuacai ChenR: Huacai Chen <chenhuacai@kernel.org> 336715d983deSAleksandar MarkovicR: Jiaxun Yang <jiaxun.yang@flygoat.com> 336897d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3369cf960317SPhilippe Mathieu-DaudéS: Odd Fixes 337042f5a7e9SAurelien JarnoF: tcg/mips/ 337142f5a7e9SAurelien Jarno 33726347e1f1SMarkus ArmbrusterPPC TCG target 3373336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 337415610d42SPranith KumarS: Odd Fixes 337542f5a7e9SAurelien JarnoF: tcg/ppc/ 337642f5a7e9SAurelien Jarno 33776347e1f1SMarkus ArmbrusterRISC-V TCG target 3378c1677bccSPalmer DabbeltM: Palmer Dabbelt <palmer@dabbelt.com> 3379fb1f70f3SAlistair FrancisM: Alistair Francis <Alistair.Francis@wdc.com> 3380fb1f70f3SAlistair FrancisL: qemu-riscv@nongnu.org 3381fb1f70f3SAlistair FrancisS: Maintained 3382fb1f70f3SAlistair FrancisF: tcg/riscv/ 3383fb1f70f3SAlistair FrancisF: disas/riscv.c 3384fb1f70f3SAlistair Francis 33856347e1f1SMarkus ArmbrusterS390 TCG target 3386336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 338742f5a7e9SAurelien JarnoS: Maintained 338842f5a7e9SAurelien JarnoF: tcg/s390/ 3389146bd283SCornelia HuckL: qemu-s390x@nongnu.org 339042f5a7e9SAurelien Jarno 33916347e1f1SMarkus ArmbrusterSPARC TCG target 3392297e8005SMarkus ArmbrusterS: Odd Fixes 33936d0b52edSRichard HendersonF: tcg/sparc64/ 3394c17652eeSPaolo BonziniF: disas/sparc.c 3395bc75c9e5SStefan Weil 33966347e1f1SMarkus ArmbrusterTCI TCG target 3397bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 3398bc75c9e5SStefan WeilS: Maintained 33998ef9cd55SAndreas FärberF: tcg/tci/ 3400752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c 3401c17652eeSPaolo BonziniF: disas/tci.c 3402aa09c951SAndreas Färber 3403f05b328cSStefan HajnocziBlock drivers 3404f05b328cSStefan Hajnoczi------------- 3405f05b328cSStefan HajnocziVMDK 3406fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 3407c95e4c0eSKevin WolfL: qemu-block@nongnu.org 3408f05b328cSStefan HajnocziS: Supported 3409f05b328cSStefan HajnocziF: block/vmdk.c 3410f05b328cSStefan Hajnoczi 3411f05b328cSStefan HajnocziRBD 34120725570bSIlya DryomovM: Ilya Dryomov <idryomov@gmail.com> 34136d2f38ebSPeter LievenR: Peter Lieven <pl@kamp.de> 3414280458a3SJeff CodyL: qemu-block@nongnu.org 3415f05b328cSStefan HajnocziS: Supported 3416f05b328cSStefan HajnocziF: block/rbd.c 3417f05b328cSStefan Hajnoczi 3418f05b328cSStefan HajnocziVHDX 34195f5246b6SJeff CodyM: Jeff Cody <codyprime@gmail.com> 3420280458a3SJeff CodyL: qemu-block@nongnu.org 3421f05b328cSStefan HajnocziS: Supported 3422f05b328cSStefan HajnocziF: block/vhdx* 3423f05b328cSStefan Hajnoczi 3424f05b328cSStefan HajnocziVDI 3425f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 3426c95e4c0eSKevin WolfL: qemu-block@nongnu.org 3427f05b328cSStefan HajnocziS: Maintained 3428f05b328cSStefan HajnocziF: block/vdi.c 3429f05b328cSStefan Hajnoczi 3430fd66dbd4SStefan Hajnocziblkio 3431fd66dbd4SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3432fd66dbd4SStefan HajnocziL: qemu-block@nongnu.org 3433fd66dbd4SStefan HajnocziS: Maintained 3434fd66dbd4SStefan HajnocziF: block/blkio.c 3435fd66dbd4SStefan Hajnoczi 3436f05b328cSStefan HajnocziiSCSI 3437f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3438f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 3439f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 3440c95e4c0eSKevin WolfL: qemu-block@nongnu.org 34412185fd67SPaolo BonziniS: Odd Fixes 3442f05b328cSStefan HajnocziF: block/iscsi.c 34432deb63c2SPeter LievenF: block/iscsi-opts.c 3444f05b328cSStefan Hajnoczi 344599c62e70SEric BlakeNetwork Block Device (NBD) 344699c62e70SEric BlakeM: Eric Blake <eblake@redhat.com> 34479e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 344899c62e70SEric BlakeL: qemu-block@nongnu.org 344999c62e70SEric BlakeS: Maintained 345099c62e70SEric BlakeF: block/nbd* 345199c62e70SEric BlakeF: nbd/ 345299c62e70SEric BlakeF: include/block/nbd* 345399c62e70SEric BlakeF: qemu-nbd.* 345499c62e70SEric BlakeF: blockdev-nbd.c 34553229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt 345633b2b388SWainer dos Santos MoschettaF: docs/tools/qemu-nbd.rst 345758a6fdccSEric BlakeF: tests/qemu-iotests/tests/*nbd* 3458ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/ericb.git nbd 34599e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 346099c62e70SEric Blake 34616542aa9cSPeter LievenNFS 34626542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 3463280458a3SJeff CodyL: qemu-block@nongnu.org 34646542aa9cSPeter LievenS: Maintained 34656542aa9cSPeter LievenF: block/nfs.c 34666542aa9cSPeter Lieven 3467f05b328cSStefan HajnocziSSH 3468f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 3469280458a3SJeff CodyL: qemu-block@nongnu.org 3470f05b328cSStefan HajnocziS: Supported 3471f05b328cSStefan HajnocziF: block/ssh.c 3472c9a12e75SChrysostomos Nanakos 3473280458a3SJeff CodyCURL 3474280458a3SJeff CodyL: qemu-block@nongnu.org 34755c6090faSThomas HuthS: Odd Fixes 3476280458a3SJeff CodyF: block/curl.c 3477280458a3SJeff Cody 3478280458a3SJeff CodyGLUSTER 3479280458a3SJeff CodyL: qemu-block@nongnu.org 34805c6090faSThomas HuthL: integration@gluster.org 34815c6090faSThomas HuthS: Odd Fixes 3482280458a3SJeff CodyF: block/gluster.c 3483b5e9476cSGonglei 3484199667a8SFam ZhengNull Block Driver 3485fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 3486199667a8SFam ZhengL: qemu-block@nongnu.org 3487199667a8SFam ZhengS: Supported 3488199667a8SFam ZhengF: block/null.c 3489199667a8SFam Zheng 3490bdd6a90aSFam ZhengNVMe Block Driver 34911a949789SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 34921a949789SStefan HajnocziR: Fam Zheng <fam@euphon.net> 34938823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 3494bdd6a90aSFam ZhengL: qemu-block@nongnu.org 3495bdd6a90aSFam ZhengS: Supported 3496bdd6a90aSFam ZhengF: block/nvme* 3497dc0b4d94SPhilippe Mathieu-DaudéF: include/block/nvme.h 34981a949789SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 3499bdd6a90aSFam Zheng 3500b5e9476cSGongleiBootdevice 3501b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 3502b5e9476cSGongleiS: Maintained 3503800d4dedSPaolo BonziniF: softmmu/bootdevice.c 3504ecdda9e0SAlberto Garcia 3505ecdda9e0SAlberto GarciaQuorum 3506ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 3507ecdda9e0SAlberto GarciaS: Supported 3508ecdda9e0SAlberto GarciaF: block/quorum.c 3509ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 3510e7c6e631SStefan Hajnoczi 3511bfcc224eSAapo Vienamoblklogwrites 3512bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com> 3513bfcc224eSAapo VienamoL: qemu-block@nongnu.org 3514bfcc224eSAapo VienamoS: Supported 3515bfcc224eSAapo VienamoF: block/blklogwrites.c 3516bfcc224eSAapo Vienamo 3517e7c6e631SStefan Hajnocziblkverify 3518e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3519e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3520e7c6e631SStefan HajnocziS: Supported 3521e7c6e631SStefan HajnocziF: block/blkverify.c 3522e7c6e631SStefan Hajnoczi 3523e7c6e631SStefan Hajnoczibochs 3524e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3525e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3526e7c6e631SStefan HajnocziS: Supported 3527e7c6e631SStefan HajnocziF: block/bochs.c 3528e7c6e631SStefan Hajnoczi 3529e7c6e631SStefan Hajnoczicloop 3530e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3531e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3532e7c6e631SStefan HajnocziS: Supported 3533e7c6e631SStefan HajnocziF: block/cloop.c 3534e7c6e631SStefan Hajnoczi 3535e7c6e631SStefan Hajnoczidmg 3536e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3537e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3538e7c6e631SStefan HajnocziS: Supported 3539e7c6e631SStefan HajnocziF: block/dmg.c 3540e7c6e631SStefan Hajnoczi 3541e7c6e631SStefan Hajnocziparallels 3542e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3543f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 35449e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3545e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3546e7c6e631SStefan HajnocziS: Supported 3547e7c6e631SStefan HajnocziF: block/parallels.c 3548a960c4b4SVladimir Sementsov-OgievskiyF: block/parallels-ext.c 35495746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt 35509e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 3551e7c6e631SStefan Hajnoczi 3552e7c6e631SStefan Hajnocziqed 3553e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3554e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3555e7c6e631SStefan HajnocziS: Supported 3556e7c6e631SStefan HajnocziF: block/qed.c 3557e7c6e631SStefan Hajnoczi 3558e7c6e631SStefan Hajnocziraw 3559e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3560e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3561e7c6e631SStefan HajnocziS: Supported 3562e7c6e631SStefan HajnocziF: block/linux-aio.c 3563f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 35642e6fc7ebSEric BlakeF: block/raw-format.c 3565c1bb86cdSEric BlakeF: block/file-posix.c 3566c1bb86cdSEric BlakeF: block/file-win32.c 3567e7c6e631SStefan HajnocziF: block/win32-aio.c 3568e7c6e631SStefan Hajnoczi 35696663a0a3SAarushi MehtaLinux io_uring 35706663a0a3SAarushi MehtaM: Aarushi Mehta <mehta.aaru20@gmail.com> 35716663a0a3SAarushi MehtaM: Julia Suvorova <jusual@redhat.com> 35726663a0a3SAarushi MehtaM: Stefan Hajnoczi <stefanha@redhat.com> 35730ef28014SStefano GarzarellaR: Stefano Garzarella <sgarzare@redhat.com> 35746663a0a3SAarushi MehtaL: qemu-block@nongnu.org 35756663a0a3SAarushi MehtaS: Maintained 35766663a0a3SAarushi MehtaF: block/io_uring.c 357706a47ef5SAarushi MehtaF: stubs/io_uring.c 35786663a0a3SAarushi Mehta 3579e7c6e631SStefan Hajnocziqcow2 3580e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3581b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 3582e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3583e7c6e631SStefan HajnocziS: Supported 3584e7c6e631SStefan HajnocziF: block/qcow2* 3585b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt 3586e7c6e631SStefan Hajnoczi 3587e7c6e631SStefan Hajnocziqcow 3588e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3589e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3590e7c6e631SStefan HajnocziS: Supported 3591e7c6e631SStefan HajnocziF: block/qcow.c 3592e7c6e631SStefan Hajnoczi 3593e7c6e631SStefan Hajnocziblkdebug 3594e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3595b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 3596e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3597e7c6e631SStefan HajnocziS: Supported 3598e7c6e631SStefan HajnocziF: block/blkdebug.c 3599e7c6e631SStefan Hajnoczi 3600e7c6e631SStefan Hajnoczivpc 3601e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3602e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3603e7c6e631SStefan HajnocziS: Supported 3604e7c6e631SStefan HajnocziF: block/vpc.c 3605e7c6e631SStefan Hajnoczi 3606e7c6e631SStefan Hajnoczivvfat 3607e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3608e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 36094b7c5bc4SPrasad J PanditS: Odd Fixes 3610e7c6e631SStefan HajnocziF: block/vvfat.c 3611abfe4e94SStefan Hajnoczi 3612abfe4e94SStefan HajnocziImage format fuzzer 3613abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3614abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 3615abfe4e94SStefan HajnocziS: Supported 3616abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 3617717171bdSDaniel P. Berrange 36188675a376SCoiby XuVhost-user block device backend server 36198675a376SCoiby XuM: Coiby Xu <Coiby.Xu@gmail.com> 36208675a376SCoiby XuS: Maintained 36218675a376SCoiby XuF: block/export/vhost-user-blk-server.c 362280a06cc5SStefan HajnocziF: block/export/vhost-user-blk-server.h 36235c368029SXie YongjiF: block/export/virtio-blk-handler.c 36245c368029SXie YongjiF: block/export/virtio-blk-handler.h 362580a06cc5SStefan HajnocziF: include/qemu/vhost-user-server.h 36268675a376SCoiby XuF: tests/qtest/libqos/vhost-user-blk.c 362780695202SCoiby XuF: tests/qtest/libqos/vhost-user-blk.h 362880695202SCoiby XuF: tests/qtest/vhost-user-blk-test.c 362980a06cc5SStefan HajnocziF: util/vhost-user-server.c 36308675a376SCoiby Xu 36310c9b70d5SMax ReitzFUSE block device exports 3632b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 36330c9b70d5SMax ReitzL: qemu-block@nongnu.org 36340c9b70d5SMax ReitzS: Supported 36350c9b70d5SMax ReitzF: block/export/fuse.c 36360c9b70d5SMax Reitz 36372a2359b8SXie YongjiVDUSE library and block device exports 3638a6caeee8SXie YongjiM: Xie Yongji <xieyongji@bytedance.com> 3639a6caeee8SXie YongjiS: Maintained 3640a6caeee8SXie YongjiF: subprojects/libvduse/ 36412a2359b8SXie YongjiF: block/export/vduse-blk.c 36422a2359b8SXie YongjiF: block/export/vduse-blk.h 3643a6caeee8SXie Yongji 3644049105a3SChanglong XieReplication 3645205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com> 36463ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com> 3647049105a3SChanglong XieS: Supported 3648049105a3SChanglong XieF: replication* 3649049105a3SChanglong XieF: block/replication.c 3650da668aa1SThomas HuthF: tests/unit/test-replication.c 3651049105a3SChanglong XieF: docs/block-replication.txt 3652049105a3SChanglong Xie 3653a3defabbSMarcel ApfelbaumPVRDMA 3654bfffeac8SYuval ShaiaM: Yuval Shaia <yuval.shaia.ml@gmail.com> 3655fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3656a3defabbSMarcel ApfelbaumS: Maintained 3657a3defabbSMarcel ApfelbaumF: hw/rdma/* 3658a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/* 3659a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt 3660a5d2f6f8SYuval ShaiaF: contrib/rdmacm-mux/* 36614a5c9903SYuval ShaiaF: qapi/rdma.json 3662a3defabbSMarcel Apfelbaum 3663b052fec8SAlex BennéeSemihosting 3664b052fec8SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 3665b052fec8SAlex BennéeS: Maintained 36668df9f0c3SPhilippe Mathieu-DaudéF: semihosting/ 36676b5fe137SPhilippe Mathieu-DaudéF: include/semihosting/ 36683539d84dSAlex BennéeF: tests/tcg/multiarch/arm-compat-semi/ 3669b904a909SAlex BennéeF: tests/tcg/aarch64/system/semiheap.c 3670b052fec8SAlex Bennée 36718684f1beSJohn G JohnsonMulti-process QEMU 36728684f1beSJohn G JohnsonM: Elena Ufimtseva <elena.ufimtseva@oracle.com> 36738684f1beSJohn G JohnsonM: Jagannathan Raman <jag.raman@oracle.com> 36748684f1beSJohn G JohnsonM: John G Johnson <john.g.johnson@oracle.com> 36758684f1beSJohn G JohnsonS: Maintained 36768684f1beSJohn G JohnsonF: docs/devel/multi-process.rst 3677639090d8SElena UfimtsevaF: docs/system/multi-process.rst 36786fbd84d6SJagannathan RamanF: hw/pci-host/remote.c 36796fbd84d6SJagannathan RamanF: include/hw/pci-host/remote.h 36803f0e7e57SJagannathan RamanF: hw/remote/machine.c 36813f0e7e57SJagannathan RamanF: include/hw/remote/machine.h 3682ad22c308SElena UfimtsevaF: hw/remote/mpqemu-link.c 3683ad22c308SElena UfimtsevaF: include/hw/remote/mpqemu-link.h 368448b06f50SJagannathan RamanF: hw/remote/message.c 3685c7d80c7cSJagannathan RamanF: hw/remote/remote-obj.c 3686ed5d0019SJagannathan RamanF: include/hw/remote/memory.h 3687ed5d0019SJagannathan RamanF: hw/remote/memory.c 36889f811207SElena UfimtsevaF: hw/remote/proxy.c 36899f811207SElena UfimtsevaF: include/hw/remote/proxy.h 3690c746b74aSJagannathan RamanF: hw/remote/proxy-memory-listener.c 3691c746b74aSJagannathan RamanF: include/hw/remote/proxy-memory-listener.h 3692bd36adb8SJagannathan RamanF: hw/remote/iohub.c 3693bd36adb8SJagannathan RamanF: include/hw/remote/iohub.h 369455116968SJagannathan RamanF: subprojects/libvfio-user 36958f9a9259SJagannathan RamanF: hw/remote/vfio-user-obj.c 369608cf3dc6SJagannathan RamanF: include/hw/remote/vfio-user-obj.h 3697253007d1SJagannathan RamanF: hw/remote/iommu.c 3698253007d1SJagannathan RamanF: include/hw/remote/iommu.h 36998684f1beSJohn G Johnson 370090322e64SAndrew MelnychenkoEBPF: 370190322e64SAndrew MelnychenkoM: Jason Wang <jasowang@redhat.com> 370290322e64SAndrew MelnychenkoR: Andrew Melnychenko <andrew@daynix.com> 370390322e64SAndrew MelnychenkoR: Yuri Benditovich <yuri.benditovich@daynix.com> 370490322e64SAndrew MelnychenkoS: Maintained 370590322e64SAndrew MelnychenkoF: ebpf/* 370690322e64SAndrew MelnychenkoF: tools/ebpf/* 370790322e64SAndrew Melnychenko 3708b9e02c06SAlex BennéeBuild and test automation 3709b9e02c06SAlex Bennée------------------------- 37109872ba0aSThomas HuthBuild and test automation, general continuous integration 3711b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 37128823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 37139872ba0aSThomas HuthM: Thomas Huth <thuth@redhat.com> 37149872ba0aSThomas HuthR: Wainer dos Santos Moschetta <wainersm@redhat.com> 371540525be5SWillian RampazzoR: Beraldo Leal <bleal@redhat.com> 3716e70dc7f8SAlex BennéeS: Maintained 3717e7c2d743SYonggang LuoF: .github/workflows/lockdown.yml 37189872ba0aSThomas HuthF: .gitlab-ci.yml 37199872ba0aSThomas HuthF: .gitlab-ci.d/ 3720b9e02c06SAlex BennéeF: .travis.yml 372104250c69SPhilippe Mathieu-DaudéF: scripts/ci/ 3722e70dc7f8SAlex BennéeF: tests/docker/ 372318023821SFam ZhengF: tests/vm/ 37243260f4e6SPhilippe Mathieu-DaudéF: tests/lcitool/ 372554dbfd85SPhilippe Mathieu-DaudéF: scripts/archive-source.sh 37269872ba0aSThomas HuthW: https://gitlab.com/qemu-project/qemu/pipelines 3727e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu 3728717171bdSDaniel P. Berrange 37297162fbb4SEd MasteFreeBSD Hosted Continuous Integration 37307162fbb4SEd MasteM: Ed Maste <emaste@freebsd.org> 37317162fbb4SEd MasteM: Li-Wen Hsu <lwhsu@freebsd.org> 37327162fbb4SEd MasteS: Maintained 37335be6fd0cSThomas HuthF: .gitlab-ci.d/cirrus/freebsd* 37345be6fd0cSThomas HuthF: tests/vm/freebsd 37357162fbb4SEd MasteW: https://cirrus-ci.com/github/qemu/qemu 37367162fbb4SEd Maste 3737daee8de3SYonggang LuoWindows Hosted Continuous Integration 3738daee8de3SYonggang LuoM: Yonggang Luo <luoyonggang@gmail.com> 3739daee8de3SYonggang LuoS: Maintained 3740daee8de3SYonggang LuoF: .cirrus.yml 3741daee8de3SYonggang LuoW: https://cirrus-ci.com/github/qemu/qemu 3742daee8de3SYonggang Luo 37437e97017eSAlex BennéeGuest Test Compilation Support 37447e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 37458823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 374600a25291SStefan HajnocziS: Maintained 3747162f9164SAlex BennéeF: tests/tcg/Makefile.target 37487e97017eSAlex Bennée 3749bbbd9b6eSWillian RampazzoIntegration Testing with the Avocado framework 37506634f1c4SPhilippe Mathieu-DaudéW: https://trello.com/b/6Qi1pxVn/avocado-qemu 37516634f1c4SPhilippe Mathieu-DaudéR: Cleber Rosa <crosa@redhat.com> 37528823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 37536634f1c4SPhilippe Mathieu-DaudéR: Wainer dos Santos Moschetta <wainersm@redhat.com> 375440525be5SWillian RampazzoR: Beraldo Leal <bleal@redhat.com> 37556634f1c4SPhilippe Mathieu-DaudéS: Odd Fixes 3756bbbd9b6eSWillian RampazzoF: tests/avocado/ 37576634f1c4SPhilippe Mathieu-Daudé 37581e970158SPhilippe Mathieu-DaudéGitLab custom runner (Works On Arm Sponsored) 37591e970158SPhilippe Mathieu-DaudéM: Alex Bennée <alex.bennee@linaro.org> 37608823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 37611e970158SPhilippe Mathieu-DaudéS: Maintained 376266dca267SAlex BennéeF: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml 376366dca267SAlex BennéeF: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml 37641e970158SPhilippe Mathieu-Daudé 3765717171bdSDaniel P. BerrangeDocumentation 3766717171bdSDaniel P. Berrange------------- 3767717171bdSDaniel P. BerrangeBuild system architecture 3768717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3769717171bdSDaniel P. BerrangeS: Odd Fixes 3770551bdfa0SStefano GarzarellaF: docs/devel/build-system.rst 37718a49e97fSFam Zheng 377292329a7eSAlex BennéeGIT Data Mining Config 377392329a7eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 377492329a7eSAlex BennéeS: Odd Fixes 377592329a7eSAlex BennéeF: gitdm.config 377692329a7eSAlex BennéeF: contrib/gitdm/* 377792329a7eSAlex Bennée 3778b02c9bc3SMarkus ArmbrusterIncompatible changes 3779b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com 3780a476b216SMao ZhongyiF: docs/about/deprecated.rst 3781b02c9bc3SMarkus Armbruster 3782aef45d51SDaniel P. BerrangeBuild System 3783aef45d51SDaniel P. Berrange------------ 378448fad83fSAlex BennéeMeson 378548fad83fSAlex BennéeM: Paolo Bonzini <pbonzini@redhat.com> 378648fad83fSAlex BennéeR: Marc-André Lureau <marcandre.lureau@redhat.com> 378748fad83fSAlex BennéeR: Daniel P. Berrange <berrange@redhat.com> 378848fad83fSAlex BennéeR: Thomas Huth <thuth@redhat.com> 378948fad83fSAlex BennéeR: Philippe Mathieu-Daudé <philmd@linaro.org> 379048fad83fSAlex BennéeS: Maintained 379148fad83fSAlex BennéeF: meson.build 379248fad83fSAlex BennéeF: meson_options.txt 379348fad83fSAlex BennéeF: scripts/meson-buildoptions.* 379448fad83fSAlex BennéeF: scripts/check_sparse.py 379548fad83fSAlex BennéeF: scripts/symlink-install-tree.py 379648fad83fSAlex Bennée 379748fad83fSAlex BennéeTop Level Makefile and configure 379848fad83fSAlex BennéeM: Paolo Bonzini <pbonzini@redhat.com> 379948fad83fSAlex BennéeR: Alex Bennée <alex.bennee@linaro.org> 380048fad83fSAlex BennéeR: Thomas Huth <thuth@redhat.com> 380148fad83fSAlex BennéeS: Maintained 380248fad83fSAlex BennéeF: Makefile 380348fad83fSAlex BennéeF: configure 380448fad83fSAlex BennéeF: scripts/mtest2make.py 380548fad83fSAlex BennéeF: tests/Makefile.include 380648fad83fSAlex Bennée 3807aef45d51SDaniel P. BerrangeGIT submodules 3808aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3809aef45d51SDaniel P. BerrangeS: Odd Fixes 3810aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh 3811c10e01b9SPeter Maydell 3812ef45a392SAleksandar MarkovicUI translations 38134251dfb0SJohn SnowS: Orphan 3814ef45a392SAleksandar MarkovicF: po/*.po 3815ef45a392SAleksandar Markovic 3816c10e01b9SPeter MaydellSphinx documentation configuration and build machinery 3817c10e01b9SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 3818c10e01b9SPeter MaydellS: Maintained 3819c10e01b9SPeter MaydellF: docs/conf.py 3820c10e01b9SPeter MaydellF: docs/*/conf.py 38214078ee54SPeter MaydellF: docs/sphinx/ 382213f934e7SPeter MaydellF: docs/_templates/ 382353fb8bfbSAleksandar Markovic 382453fb8bfbSAleksandar MarkovicMiscellaneous 382553fb8bfbSAleksandar Markovic------------- 382653fb8bfbSAleksandar MarkovicPerformance Tools and Tests 382753fb8bfbSAleksandar MarkovicM: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 382853fb8bfbSAleksandar MarkovicS: Maintained 382953fb8bfbSAleksandar MarkovicF: scripts/performance/ 3830