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/ 240*30dd5ff8SPhilippe Mathieu-DaudéF: disas/*mips.c 2411bf84a1eSKashyap ChamarthyF: docs/system/cpu-models-mips.rst.inc 242c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 243fd5d5c56SAnthony Liguori 2446347e1f1SMarkus ArmbrusterNiosII TCG CPUs 245e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com> 246e671711cSMarek VasutM: Marek Vasut <marex@denx.de> 247e671711cSMarek VasutS: Maintained 248e671711cSMarek VasutF: target/nios2/ 249e671711cSMarek VasutF: hw/nios2/ 250e671711cSMarek VasutF: disas/nios2.c 251812b31d3SAlex BennéeF: configs/devices/nios2-softmmu/default.mak 2522eb4461aSRichard HendersonF: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh 253e671711cSMarek Vasut 2546347e1f1SMarkus ArmbrusterOpenRISC TCG CPUs 2551d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com> 2561d7cf18dSStafford HorneS: Odd Fixes 257fcf5ef2aSThomas HuthF: target/openrisc/ 258945dad6dSJia LiuF: hw/openrisc/ 259c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 260945dad6dSJia Liu 2616347e1f1SMarkus ArmbrusterPowerPC TCG CPUs 26214fe3222SDavid GibsonM: Daniel Henrique Barboza <danielhb413@gmail.com> 263b0877575SCédric Le GoaterR: Cédric Le Goater <clg@kaod.org> 26414fe3222SDavid GibsonR: David Gibson <david@gibson.dropbear.id.au> 26514fe3222SDavid GibsonR: Greg Kurz <groug@kaod.org> 266a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 267fd5d5c56SAnthony LiguoriS: Maintained 268fcf5ef2aSThomas HuthF: target/ppc/ 2697ddb120dSDavid GibsonF: hw/ppc/ppc.c 2707ddb120dSDavid GibsonF: hw/ppc/ppc_booke.c 2717ddb120dSDavid GibsonF: include/hw/ppc/ppc.h 272fd5d5c56SAnthony Liguori 2736347e1f1SMarkus ArmbrusterRISC-V TCG CPUs 274c1677bccSPalmer DabbeltM: Palmer Dabbelt <palmer@dabbelt.com> 275ab2c9128SAlistair FrancisM: Alistair Francis <alistair.francis@wdc.com> 276ab2c9128SAlistair FrancisM: Bin Meng <bin.meng@windriver.com> 277a094b354SPalmer DabbeltL: qemu-riscv@nongnu.org 2787b91ae7dSPalmer DabbeltS: Supported 2794dc62b15SMichael ClarkF: target/riscv/ 2804dc62b15SMichael ClarkF: hw/riscv/ 2814dc62b15SMichael ClarkF: include/hw/riscv/ 282f936eac8SAlistair FrancisF: linux-user/host/riscv32/ 283511f3138SAlistair FrancisF: linux-user/host/riscv64/ 2844dc62b15SMichael Clark 28534888f01SPhilipp TomsichRISC-V XVentanaCondOps extension 28634888f01SPhilipp TomsichM: Philipp Tomsich <philipp.tomsich@vrull.eu> 28734888f01SPhilipp TomsichL: qemu-riscv@nongnu.org 28834888f01SPhilipp TomsichS: Supported 28934888f01SPhilipp TomsichF: target/riscv/XVentanaCondOps.decode 29034888f01SPhilipp TomsichF: target/riscv/insn_trans/trans_xventanacondops.c.inc 29134888f01SPhilipp Tomsich 292a4f34eccSYoshinori SatoRENESAS RX CPUs 293b2744da9SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 294b2744da9SPhilippe Mathieu-DaudéS: Orphan 295a4f34eccSYoshinori SatoF: target/rx/ 296a4f34eccSYoshinori Sato 2976347e1f1SMarkus ArmbrusterS390 TCG CPUs 298336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 299ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com> 3009d711f19SChristian BorntraegerR: Ilya Leoshkevich <iii@linux.ibm.com> 301fd5d5c56SAnthony LiguoriS: Maintained 302fcf5ef2aSThomas HuthF: target/s390x/ 303c9274b6bSCho, Yu-ChenF: target/s390x/tcg 3048d8b636dSPaolo BonziniF: hw/s390x/ 305276ba120SPavel ZbitskiyF: tests/tcg/s390x/ 306146bd283SCornelia HuckL: qemu-s390x@nongnu.org 307b6f97c14Sbellard 3086347e1f1SMarkus ArmbrusterSH4 TCG CPUs 3092d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 3102d53d0c7SPhilippe Mathieu-DaudéS: Orphan 311fcf5ef2aSThomas HuthF: target/sh4/ 3128d8b636dSPaolo BonziniF: hw/sh4/ 313c17652eeSPaolo BonziniF: disas/sh4.c 3148a90f900SThomas HuthF: include/hw/sh4/ 315fd5d5c56SAnthony Liguori 3166347e1f1SMarkus ArmbrusterSPARC TCG CPUs 317f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 3182c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 319fd5d5c56SAnthony LiguoriS: Maintained 320fcf5ef2aSThomas HuthF: target/sparc/ 3218d8b636dSPaolo BonziniF: hw/sparc/ 3228d8b636dSPaolo BonziniF: hw/sparc64/ 32384dbe974SPhilippe Mathieu-DaudéF: include/hw/sparc/sparc64.h 324c17652eeSPaolo BonziniF: disas/sparc.c 325fd5d5c56SAnthony Liguori 3266347e1f1SMarkus ArmbrusterX86 TCG CPUs 327d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 328336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 32924c4cd13SEduardo HabkostM: Eduardo Habkost <eduardo@habkost.net> 330b203a4baSEduardo HabkostS: Maintained 331f5cc5a5cSClaudio FontanaF: target/i386/tcg/ 3324132431fSAlex BennéeF: tests/tcg/i386/ 3333a082ec0SAlex BennéeF: tests/tcg/x86_64/ 3348d8b636dSPaolo BonziniF: hw/i386/ 33538dec0efSDaniel P. BerrangéF: docs/system/cpu-models-x86* 336f953c100SEduardo HabkostT: git https://gitlab.com/ehabkost/qemu.git x86-next 337fd5d5c56SAnthony Liguori 3386347e1f1SMarkus ArmbrusterXtensa TCG CPUs 33916e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 340b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 34116e7caaeSMax FilippovS: Maintained 342fcf5ef2aSThomas HuthF: target/xtensa/ 3438d8b636dSPaolo BonziniF: hw/xtensa/ 344c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 3455a6539e6SMax FilippovF: disas/xtensa.c 346895e4897SMax FilippovF: include/hw/xtensa/xtensa-isa.h 347812b31d3SAlex BennéeF: configs/devices/xtensa*/default.mak 34816e7caaeSMax Filippov 3496347e1f1SMarkus ArmbrusterTriCore TCG CPUs 35048e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 35148e06fe0SBastian KoppelmannS: Maintained 352fcf5ef2aSThomas HuthF: target/tricore/ 35348e06fe0SBastian KoppelmannF: hw/tricore/ 354d46d14e6SThomas HuthF: include/hw/tricore/ 355be78e799SBastian KoppelmannF: tests/tcg/tricore/ 35648e06fe0SBastian Koppelmann 357dd28bebdSAlex BennéeMultiarch Linux User Tests 358dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 35900a25291SStefan HajnocziS: Maintained 360dd28bebdSAlex BennéeF: tests/tcg/multiarch/ 361dd28bebdSAlex Bennée 36284995ea2SMarkus ArmbrusterGuest CPU Cores (KVM) 36384995ea2SMarkus Armbruster--------------------- 3646347e1f1SMarkus ArmbrusterOverall KVM CPUs 365c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 366fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 367fd5d5c56SAnthony LiguoriS: Supported 368a6bb42f2SPhilippe Mathieu-DaudéF: */*/kvm* 3691962cb20SPhilippe Mathieu-DaudéF: accel/kvm/ 3709681ad3eSThomas HuthF: accel/stubs/kvm-stub.c 3719681ad3eSThomas HuthF: include/hw/kvm/ 372a95e9a48SThomas HuthF: include/sysemu/kvm*.h 3739681ad3eSThomas HuthF: scripts/kvm/kvm_flightrecorder 374fd5d5c56SAnthony Liguori 3756347e1f1SMarkus ArmbrusterARM KVM CPUs 376ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 377b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 378ed4659d1SPeter MaydellS: Maintained 379fcf5ef2aSThomas HuthF: target/arm/kvm.c 380ed4659d1SPeter Maydell 3816347e1f1SMarkus ArmbrusterMIPS KVM CPUs 382dab1e1e1SHuacai ChenM: Huacai Chen <chenhuacai@kernel.org> 383134f7f7dSAleksandar MarkovicS: Odd Fixes 38485d8da3fSPhilippe Mathieu-DaudéF: target/mips/kvm* 38585d8da3fSPhilippe Mathieu-DaudéF: target/mips/sysemu/ 386a31896c4SJames Hogan 3876347e1f1SMarkus ArmbrusterPPC KVM CPUs 38814fe3222SDavid GibsonM: Daniel Henrique Barboza <danielhb413@gmail.com> 389b0877575SCédric Le GoaterR: Cédric Le Goater <clg@kaod.org> 39014fe3222SDavid GibsonR: David Gibson <david@gibson.dropbear.id.au> 39114fe3222SDavid GibsonR: Greg Kurz <groug@kaod.org> 392fd5d5c56SAnthony LiguoriS: Maintained 393fcf5ef2aSThomas HuthF: target/ppc/kvm.c 394fd5d5c56SAnthony Liguori 3956347e1f1SMarkus ArmbrusterS390 KVM CPUs 3967c8e2647SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 3972c092950SChristian BorntraegerM: Christian Borntraeger <borntraeger@linux.ibm.com> 3980922e8c0SCornelia HuckS: Supported 39967043607SCho, Yu-ChenF: target/s390x/kvm/ 400fcf5ef2aSThomas HuthF: target/s390x/machine.c 40174b4c74dSDavid HildenbrandF: target/s390x/sigp.c 402c3347ed0SJanosch FrankF: hw/s390x/pv.c 403c3347ed0SJanosch FrankF: include/hw/s390x/pv.h 404c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 405e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 406146bd283SCornelia HuckL: qemu-s390x@nongnu.org 407fd5d5c56SAnthony Liguori 4086347e1f1SMarkus ArmbrusterX86 KVM CPUs 409d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 410fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 411fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 412fd5d5c56SAnthony LiguoriS: Supported 41396a46defSCornelia HuckF: docs/system/i386/amd-memory-encryption.rst 414a821186eSPhilippe Mathieu-DaudéF: docs/system/i386/sgx.rst 415a9dc68d9SClaudio FontanaF: target/i386/kvm/ 4168c9e7f8cSPhilippe Mathieu-DaudéF: target/i386/sev* 4179681ad3eSThomas HuthF: scripts/kvm/vmxcap 418fd5d5c56SAnthony Liguori 41979ac3915SPhilippe Mathieu-DaudéGuest CPU Cores (other accelerators) 42079ac3915SPhilippe Mathieu-Daudé------------------------------------ 42179ac3915SPhilippe Mathieu-DaudéOverall 422336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 42379ac3915SPhilippe Mathieu-DaudéR: Paolo Bonzini <pbonzini@redhat.com> 42479ac3915SPhilippe Mathieu-DaudéS: Maintained 425940e43aaSClaudio FontanaF: include/qemu/accel.h 426b86f59c7SClaudio FontanaF: include/sysemu/accel-ops.h 427fb6916ddSClaudio FontanaF: include/hw/core/accel-cpu.h 428b86f59c7SClaudio FontanaF: accel/accel-*.c 42979ac3915SPhilippe Mathieu-DaudéF: accel/Makefile.objs 43079ac3915SPhilippe Mathieu-DaudéF: accel/stubs/Makefile.objs 43179ac3915SPhilippe Mathieu-Daudé 432a1477da3SAlexander GrafApple Silicon HVF CPUs 433a1477da3SAlexander GrafM: Alexander Graf <agraf@csgraf.de> 434a1477da3SAlexander GrafS: Maintained 435a1477da3SAlexander GrafF: target/arm/hvf/ 436a1477da3SAlexander Graf 437674fc21fSRoman BolshakovX86 HVF CPUs 438de6b528bSRoman BolshakovM: Cameron Esfahani <dirty@apple.com> 439674fc21fSRoman BolshakovM: Roman Bolshakov <r.bolshakov@yadro.com> 440de6b528bSRoman BolshakovW: https://wiki.qemu.org/Features/HVF 441674fc21fSRoman BolshakovS: Maintained 442674fc21fSRoman BolshakovF: target/i386/hvf/ 443d57bc3c1SAlexander Graf 444d57bc3c1SAlexander GrafHVF 445d57bc3c1SAlexander GrafM: Cameron Esfahani <dirty@apple.com> 446d57bc3c1SAlexander GrafM: Roman Bolshakov <r.bolshakov@yadro.com> 447d57bc3c1SAlexander GrafW: https://wiki.qemu.org/Features/HVF 448d57bc3c1SAlexander GrafS: Maintained 449d57bc3c1SAlexander GrafF: accel/hvf/ 450674fc21fSRoman BolshakovF: include/sysemu/hvf.h 451d57bc3c1SAlexander GrafF: include/sysemu/hvf_int.h 452674fc21fSRoman Bolshakov 453c220cdecSSunil MuthuswamyWHPX CPUs 454c220cdecSSunil MuthuswamyM: Sunil Muthuswamy <sunilmut@microsoft.com> 455c220cdecSSunil MuthuswamyS: Supported 4561fc33bb9SClaudio FontanaF: target/i386/whpx/ 457c220cdecSSunil MuthuswamyF: include/sysemu/whpx.h 458c220cdecSSunil Muthuswamy 45984995ea2SMarkus ArmbrusterGuest CPU Cores (Xen) 46084995ea2SMarkus Armbruster--------------------- 4616347e1f1SMarkus ArmbrusterX86 Xen CPUs 4623623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 4633623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 464784e9727SPaul DurrantM: Paul Durrant <paul@xen.org> 4656d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org 4668a6b0cd7SStefano StabelliniS: Supported 4678a6b0cd7SStefano StabelliniF: */xen* 468da278d58SPhilippe Mathieu-DaudéF: accel/xen/* 469b827891dSGreg KurzF: hw/9pfs/xen-9p* 470c92451c2SPaolo BonziniF: hw/char/xen_console.c 471c92451c2SPaolo BonziniF: hw/display/xenfb.c 472c92451c2SPaolo BonziniF: hw/net/xen_nic.c 473758af9cfSAnthony PERARDF: hw/usb/xen-usb.c 4741a72d9aeSPaul DurrantF: hw/block/xen* 4754ea7d1a7SPaul DurrantF: hw/block/dataplane/xen* 476c92451c2SPaolo BonziniF: hw/xen/ 477c92451c2SPaolo BonziniF: hw/xenpv/ 4789027ac50SStefano StabelliniF: hw/i386/xen/ 4791401897cSPhilippe Mathieu-DaudéF: hw/pci-host/xen_igd_pt.c 480fcab2b46SPaul DurrantF: include/hw/block/dataplane/xen* 481c92451c2SPaolo BonziniF: include/hw/xen/ 482da278d58SPhilippe Mathieu-DaudéF: include/sysemu/xen.h 4839027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 48471f364b7SPhilippe Mathieu-DaudéF: stubs/xen-hw-stub.c 4858a6b0cd7SStefano Stabellini 4866c94b952SColin XuGuest CPU Cores (HAXM) 4876c94b952SColin Xu--------------------- 4886c94b952SColin XuX86 HAXM CPUs 4896c94b952SColin XuM: Wenchao Wang <wenchao.wang@intel.com> 4906c94b952SColin XuL: haxm-team@intel.com 4916c94b952SColin XuW: https://github.com/intel/haxm/issues 4926c94b952SColin XuS: Maintained 493f7091f5fSPhilippe Mathieu-DaudéF: accel/stubs/hax-stub.c 4946c94b952SColin XuF: include/sysemu/hax.h 4957fdef0d4SClaudio FontanaF: target/i386/hax/ 4966c94b952SColin Xu 49739becfceSReinoud ZandijkGuest CPU Cores (NVMM) 49839becfceSReinoud Zandijk---------------------- 49939becfceSReinoud ZandijkNetBSD Virtual Machine Monitor (NVMM) CPU support 50039becfceSReinoud ZandijkM: Kamil Rytarowski <kamil@netbsd.org> 50139becfceSReinoud ZandijkM: Reinoud Zandijk <reinoud@netbsd.org> 50239becfceSReinoud ZandijkS: Maintained 50339becfceSReinoud ZandijkF: include/sysemu/nvmm.h 50439becfceSReinoud ZandijkF: target/i386/nvmm/ 50539becfceSReinoud Zandijk 50684995ea2SMarkus ArmbrusterHosts 50784995ea2SMarkus Armbruster----- 5081bdd6874SStefan WeilLINUX 509f5fecb49SPhilippe Mathieu-DaudéM: Michael S. Tsirkin <mst@redhat.com> 510f5fecb49SPhilippe Mathieu-DaudéM: Cornelia Huck <cohuck@redhat.com> 511f5fecb49SPhilippe Mathieu-DaudéM: Paolo Bonzini <pbonzini@redhat.com> 5121bdd6874SStefan WeilS: Maintained 5131bdd6874SStefan WeilF: linux-headers/ 514f5fecb49SPhilippe Mathieu-DaudéF: scripts/update-linux-headers.sh 5151bdd6874SStefan Weil 5161bdd6874SStefan WeilPOSIX 517f3f0204dSPhilippe Mathieu-DaudéM: Paolo Bonzini <pbonzini@redhat.com> 5181bdd6874SStefan WeilS: Maintained 519f3f0204dSPhilippe Mathieu-DaudéF: os-posix.c 520f3f0204dSPhilippe Mathieu-DaudéF: include/sysemu/os-posix.h 521f3f0204dSPhilippe Mathieu-DaudéF: util/*posix*.c 522f3f0204dSPhilippe Mathieu-DaudéF: include/qemu/*posix*.h 5231bdd6874SStefan Weil 5243c2bdbc1SKamil RytarowskiNETBSD 5253c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org> 52639becfceSReinoud ZandijkM: Reinoud Zandijk <reinoud@netbsd.org> 52739becfceSReinoud ZandijkM: Ryo ONODERA <ryoon@netbsd.org> 5283c2bdbc1SKamil RytarowskiS: Maintained 5291b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD 5303c2bdbc1SKamil Rytarowski 5310a773d55SBrad SmithOPENBSD 5320a773d55SBrad SmithM: Brad Smith <brad@comstyle.com> 5330a773d55SBrad SmithS: Maintained 5340a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD 5350a773d55SBrad Smith 5361bdd6874SStefan WeilW32, W64 5371bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 5381bdd6874SStefan WeilS: Maintained 5391bdd6874SStefan WeilF: *win32* 54003972660SThomas HuthF: */*win32* 54103972660SThomas HuthF: include/*/*win32* 54203972660SThomas HuthX: qga/*win32* 543885bdc95SStefan WeilF: qemu.nsi 54448fad83fSAlex BennéeF: scripts/nsis.py 5451bdd6874SStefan Weil 546c82b7ef1SPhilippe Mathieu-DaudéDarwin (macOS, iOS) 5478823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 548c82b7ef1SPhilippe Mathieu-DaudéS: Odd Fixes 549c82b7ef1SPhilippe Mathieu-DaudéF: .gitlab-ci.d/cirrus/macos-* 550c82b7ef1SPhilippe Mathieu-DaudéF: */*.m 55148fad83fSAlex BennéeF: scripts/entitlement.sh 552c82b7ef1SPhilippe Mathieu-Daudé 553b250d04aSPhilippe Mathieu-DaudéAlpha Machines 55484995ea2SMarkus Armbruster-------------- 555336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 556b250d04aSPhilippe Mathieu-DaudéS: Maintained 557b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/ 5587bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c 5598d8a8ab5SRichard HendersonF: tests/tcg/alpha/system/ 560b250d04aSPhilippe Mathieu-Daudé 561fd5d5c56SAnthony LiguoriARM Machines 562fd5d5c56SAnthony Liguori------------ 56384291fe7SliguangAllwinner-a10 56485b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 565a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 566b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 567a00d7f20SPeter MaydellS: Odd Fixes 56885b4d5daSBeniamino GalvaniF: hw/*/allwinner* 56985b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 57084291fe7SliguangF: hw/arm/cubieboard.c 571d4a7c362SPeter MaydellF: docs/system/arm/cubieboard.rst 57284291fe7Sliguang 573740dafc0SNiek LinnenbankAllwinner-h3 574740dafc0SNiek LinnenbankM: Niek Linnenbank <nieklinnenbank@gmail.com> 575740dafc0SNiek LinnenbankL: qemu-arm@nongnu.org 576740dafc0SNiek LinnenbankS: Maintained 577740dafc0SNiek LinnenbankF: hw/*/allwinner-h3* 578740dafc0SNiek LinnenbankF: include/hw/*/allwinner-h3* 579b0c96666SNiek LinnenbankF: hw/arm/orangepi.c 580c67d732cSPhilippe Mathieu-DaudéF: docs/system/arm/orangepi.rst 581740dafc0SNiek Linnenbank 582e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices 58306271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 584b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 58506271000SPaolo BonziniS: Maintained 58606271000SPaolo BonziniF: hw/char/pl011.c 587c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h 58806271000SPaolo BonziniF: hw/display/pl110* 58906271000SPaolo BonziniF: hw/dma/pl080.c 590aa74e355SPeter MaydellF: include/hw/dma/pl080.h 59106271000SPaolo BonziniF: hw/dma/pl330.c 59206271000SPaolo BonziniF: hw/gpio/pl061.c 59306271000SPaolo BonziniF: hw/input/pl050.c 59406271000SPaolo BonziniF: hw/intc/pl190.c 59506271000SPaolo BonziniF: hw/sd/pl181.c 5961d52866fSPeter MaydellF: hw/ssi/pl022.c 5971d52866fSPeter MaydellF: include/hw/ssi/pl022.h 598877c181cSPhilippe Mathieu-DaudéF: hw/rtc/pl031.c 599877c181cSPhilippe Mathieu-DaudéF: include/hw/rtc/pl031.h 60006271000SPaolo BonziniF: include/hw/arm/primecell.h 601e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c 602e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h 60330858dafSPeter MaydellF: tests/qtest/cmsdk-apb-timer-test.c 6044f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c 6054f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h 6069bc064b5SPeter MaydellF: tests/qtest/cmsdk-apb-dualtimer-test.c 607e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c 608e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h 609050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c 610050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h 6119cf5eb29SPeter MaydellF: tests/qtest/cmsdk-apb-watchdog-test.c 6120d4a7551SPeter MaydellF: hw/misc/tz-ppc.c 6130d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h 614344f4b15SPeter MaydellF: hw/misc/tz-mpc.c 615344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h 616211e701dSPeter MaydellF: hw/misc/tz-msc.c 617211e701dSPeter MaydellF: include/hw/misc/tz-msc.h 61806271000SPaolo Bonzini 61906271000SPaolo BonziniARM cores 62006271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 621b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 62206271000SPaolo BonziniS: Maintained 62306271000SPaolo BonziniF: hw/intc/arm* 62406271000SPaolo BonziniF: hw/intc/gic_internal.h 62506271000SPaolo BonziniF: hw/misc/a9scu.c 62606271000SPaolo BonziniF: hw/misc/arm11scu.c 627b7f30114SThomas HuthF: hw/misc/arm_l2x0.c 6282f9db77eSPeter MaydellF: hw/misc/armv7m_ras.c 62906271000SPaolo BonziniF: hw/timer/a9gtimer* 630c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm* 631c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h 63206271000SPaolo BonziniF: include/hw/intc/arm* 63306271000SPaolo BonziniF: include/hw/misc/a9scu.h 63406271000SPaolo BonziniF: include/hw/misc/arm11scu.h 63506271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 63606271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 637c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h 6382f9db77eSPeter MaydellF: include/hw/misc/armv7m_ras.h 6391e8a1faeSThomas HuthF: tests/qtest/test-arm-mptimer.c 64006271000SPaolo Bonzini 641fc63dcffSEvgeny VoevodinExynos 642f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 643a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 644b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 645a00d7f20SPeter MaydellS: Odd Fixes 6468d8b636dSPaolo BonziniF: hw/*/exynos* 64778cb12a9SPeter MaydellF: include/hw/*/exynos* 648fc63dcffSEvgeny Voevodin 649766fd09fSMark LangsdorfCalxeda Highbank 6509ef137caSRob HerringM: Rob Herring <robh@kernel.org> 651a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 652b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 653a00d7f20SPeter MaydellS: Odd Fixes 6548d8b636dSPaolo BonziniF: hw/arm/highbank.c 6558d8b636dSPaolo BonziniF: hw/net/xgmac.c 656c90df7ceSPeter MaydellF: docs/system/arm/highbank.rst 657766fd09fSMark Langsdorf 6589082f121SAntony PavlovCanon DIGIC 6599082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 660a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 661b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 662a00d7f20SPeter MaydellS: Odd Fixes 6639082f121SAntony PavlovF: include/hw/arm/digic.h 6649082f121SAntony PavlovF: hw/*/digic* 6657ad5f2d1SPhilippe Mathieu-DaudéF: include/hw/*/digic* 666bbbd9b6eSWillian RampazzoF: tests/avocado/machine_arm_canona1100.py 6672d21dd17SPeter MaydellF: docs/system/arm/digic.rst 6689082f121SAntony Pavlov 6699c8fdcecSAnup PatelGoldfish RTC 6709c8fdcecSAnup PatelM: Anup Patel <anup.patel@wdc.com> 6719c8fdcecSAnup PatelM: Alistair Francis <Alistair.Francis@wdc.com> 6729c8fdcecSAnup PatelL: qemu-riscv@nongnu.org 6739c8fdcecSAnup PatelS: Maintained 6749c8fdcecSAnup PatelF: hw/rtc/goldfish_rtc.c 6759c8fdcecSAnup PatelF: include/hw/rtc/goldfish_rtc.h 6769c8fdcecSAnup Patel 677fd5d5c56SAnthony LiguoriGumstix 678a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 6798823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 680b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 6811f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes 6828d8b636dSPaolo BonziniF: hw/arm/gumstix.c 683bb309000SPeter MaydellF: docs/system/arm/gumstix.rst 684fd5d5c56SAnthony Liguori 685123a069aSThomas Huthi.MX25 PDK 686123a069aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 687123a069aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 688123a069aSThomas HuthL: qemu-arm@nongnu.org 689123a069aSThomas HuthS: Odd Fixes 690123a069aSThomas HuthF: hw/arm/fsl-imx25.c 691123a069aSThomas HuthF: hw/arm/imx25_pdk.c 692123a069aSThomas HuthF: hw/misc/imx25_ccm.c 69337f95959SGuenter RoeckF: hw/watchdog/wdt_imx2.c 694123a069aSThomas HuthF: include/hw/arm/fsl-imx25.h 695123a069aSThomas HuthF: include/hw/misc/imx25_ccm.h 69637f95959SGuenter RoeckF: include/hw/watchdog/wdt_imx2.h 697b1b3e3e3SPeter MaydellF: docs/system/arm/imx25-pdk.rst 698123a069aSThomas Huth 69995a5db3aSThomas Huthi.MX31 (kzm) 700a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 701b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 70295a5db3aSThomas HuthS: Odd Fixes 7038d8b636dSPaolo BonziniF: hw/arm/kzm.c 70495a5db3aSThomas HuthF: hw/*/imx_* 70595a5db3aSThomas HuthF: hw/*/*imx31* 70695a5db3aSThomas HuthF: include/hw/*/imx_* 70795a5db3aSThomas HuthF: include/hw/*/*imx31* 708fa6c9394SPeter MaydellF: docs/system/arm/kzm.rst 7090325559dSPeter Chubb 710fd5d5c56SAnthony LiguoriIntegrator CP 7111ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 712b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 713fd5d5c56SAnthony LiguoriS: Maintained 7148d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 715f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c 716b7f30114SThomas HuthF: include/hw/misc/arm_integrator_debug.h 717bbbd9b6eSWillian RampazzoF: tests/avocado/machine_arm_integratorcp.py 718c11a8e89SPeter MaydellF: docs/system/arm/integratorcp.rst 719fd5d5c56SAnthony Liguori 72095a5db3aSThomas HuthMCIMX6UL EVK / i.MX6ul 72195a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 72295a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 72395a5db3aSThomas HuthL: qemu-arm@nongnu.org 72495a5db3aSThomas HuthS: Odd Fixes 72595a5db3aSThomas HuthF: hw/arm/mcimx6ul-evk.c 72695a5db3aSThomas HuthF: hw/arm/fsl-imx6ul.c 72795a5db3aSThomas HuthF: hw/misc/imx6ul_ccm.c 72895a5db3aSThomas HuthF: include/hw/arm/fsl-imx6ul.h 72995a5db3aSThomas HuthF: include/hw/misc/imx6ul_ccm.h 73095a5db3aSThomas Huth 73195a5db3aSThomas HuthMCIMX7D SABRE / i.MX7 73295a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 73395a5db3aSThomas HuthR: Andrey Smirnov <andrew.smirnov@gmail.com> 73495a5db3aSThomas HuthL: qemu-arm@nongnu.org 73595a5db3aSThomas HuthS: Odd Fixes 73695a5db3aSThomas HuthF: hw/arm/mcimx7d-sabre.c 73795a5db3aSThomas HuthF: hw/arm/fsl-imx7.c 738b7f30114SThomas HuthF: hw/misc/imx7_*.c 73995a5db3aSThomas HuthF: include/hw/arm/fsl-imx7.h 740b7f30114SThomas HuthF: include/hw/misc/imx7_*.h 74195a5db3aSThomas HuthF: hw/pci-host/designware.c 74295a5db3aSThomas HuthF: include/hw/pci-host/designware.h 74395a5db3aSThomas Huth 744e5a6a6e6SPeter MaydellMPS2 745e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 746e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org 747e5a6a6e6SPeter MaydellS: Maintained 748e5a6a6e6SPeter MaydellF: hw/arm/mps2.c 7490d4a7551SPeter MaydellF: hw/arm/mps2-tz.c 7500d4a7551SPeter MaydellF: hw/misc/mps2-*.c 7510d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h 7526eee5d24SPeter MaydellF: hw/arm/armsse.c 7536eee5d24SPeter MaydellF: include/hw/arm/armsse.h 754c56c5760SPhilippe Mathieu-DaudéF: hw/misc/iotkit-secctl.c 755c56c5760SPhilippe Mathieu-DaudéF: include/hw/misc/iotkit-secctl.h 75675750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c 75775750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h 758c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c 759c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h 7604239b311SPeter MaydellF: hw/misc/armsse-cpu-pwrctrl.c 7614239b311SPeter MaydellF: include/hw/misc/armsse-cpu-pwrctrl.h 7625aeb3689SPeter MaydellF: hw/misc/armsse-cpuid.c 7635aeb3689SPeter MaydellF: include/hw/misc/armsse-cpuid.h 764cdf63440SPeter MaydellF: hw/misc/armsse-mhu.c 765cdf63440SPeter MaydellF: include/hw/misc/armsse-mhu.h 7660d10df30SPeter MaydellF: hw/timer/sse-counter.c 7670d10df30SPeter MaydellF: include/hw/timer/sse-counter.h 7680b8ceee8SPeter MaydellF: hw/timer/sse-timer.c 7690b8ceee8SPeter MaydellF: include/hw/timer/sse-timer.h 7701eca58aaSPeter MaydellF: tests/qtest/sse-timer-test.c 771ba7912a5SPeter MaydellF: docs/system/arm/mps2.rst 772e5a6a6e6SPeter Maydell 7738f69a4c1SPeter MaydellMusca 7748f69a4c1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 7758f69a4c1SPeter MaydellL: qemu-arm@nongnu.org 7768f69a4c1SPeter MaydellS: Maintained 7778f69a4c1SPeter MaydellF: hw/arm/musca.c 7789f8f640eSPeter MaydellF: docs/system/arm/musca.rst 7798f69a4c1SPeter Maydell 780fd5d5c56SAnthony LiguoriMusicpal 781fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 782a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 783b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 784a00d7f20SPeter MaydellS: Odd Fixes 7858d8b636dSPaolo BonziniF: hw/arm/musicpal.c 7866d81f488SPhilippe Mathieu-DaudéF: hw/net/mv88w8618_eth.c 7876d81f488SPhilippe Mathieu-DaudéF: include/hw/net/mv88w8618_eth.h 788c11a8e89SPeter MaydellF: docs/system/arm/musicpal.rst 789fd5d5c56SAnthony Liguori 790e5a7ba87SHavard SkinnemoenNuvoton NPCM7xx 791e5a7ba87SHavard SkinnemoenM: Havard Skinnemoen <hskinnemoen@google.com> 792e5a7ba87SHavard SkinnemoenM: Tyrone Ting <kfting@nuvoton.com> 793e5a7ba87SHavard SkinnemoenL: qemu-arm@nongnu.org 794e5a7ba87SHavard SkinnemoenS: Supported 795e5a7ba87SHavard SkinnemoenF: hw/*/npcm7xx* 796e5a7ba87SHavard SkinnemoenF: include/hw/*/npcm7xx* 7977d378ed6SHao WuF: tests/qtest/npcm7xx* 798d1cb5edaSHavard SkinnemoenF: pc-bios/npcm7xx_bootrom.bin 799d1cb5edaSHavard SkinnemoenF: roms/vbootrom 80071703116SPhilippe Mathieu-DaudéF: docs/system/arm/nuvoton.rst 801e5a7ba87SHavard Skinnemoen 802fd5d5c56SAnthony LiguorinSeries 803a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 804b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 805a00d7f20SPeter MaydellS: Odd Fixes 8068d8b636dSPaolo BonziniF: hw/arm/nseries.c 8078a08cc71SPhilippe Mathieu-DaudéF: hw/display/blizzard.c 808b7f30114SThomas HuthF: hw/input/lm832x.c 809b7f30114SThomas HuthF: hw/input/tsc2005.c 810b7f30114SThomas HuthF: hw/misc/cbus.c 8116a648a5fSPhilippe Mathieu-DaudéF: hw/rtc/twl92230.c 8128a08cc71SPhilippe Mathieu-DaudéF: include/hw/display/blizzard.h 813410bbee1SPhilippe Mathieu-DaudéF: include/hw/input/lm832x.h 814a331dd02SPhilippe Mathieu-DaudéF: include/hw/input/tsc2xxx.h 815e8fa3958SPhilippe Mathieu-DaudéF: include/hw/misc/cbus.h 816bbbd9b6eSWillian RampazzoF: tests/avocado/machine_arm_n8x0.py 817c11a8e89SPeter MaydellF: docs/system/arm/nseries.rst 818fd5d5c56SAnthony Liguori 819fd5d5c56SAnthony LiguoriPalm 820a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 821b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 822a00d7f20SPeter MaydellS: Odd Fixes 8238d8b636dSPaolo BonziniF: hw/arm/palm.c 824b7f30114SThomas HuthF: hw/input/tsc210x.c 825a331dd02SPhilippe Mathieu-DaudéF: include/hw/input/tsc2xxx.h 826c11a8e89SPeter MaydellF: docs/system/arm/palm.rst 827fd5d5c56SAnthony Liguori 82895a5db3aSThomas HuthRaspberry Pi 82995a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 8308823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 83195a5db3aSThomas HuthL: qemu-arm@nongnu.org 83295a5db3aSThomas HuthS: Odd Fixes 833123a069aSThomas HuthF: hw/arm/raspi.c 83495a5db3aSThomas HuthF: hw/arm/raspi_platform.h 83595a5db3aSThomas HuthF: hw/*/bcm283* 83695a5db3aSThomas HuthF: include/hw/arm/raspi* 83795a5db3aSThomas HuthF: include/hw/*/bcm283* 838d9f2ac3dSPhilippe Mathieu-DaudéF: docs/system/arm/raspi.rst 83995a5db3aSThomas Huth 840fd5d5c56SAnthony LiguoriReal View 8411ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 842b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 843fd5d5c56SAnthony LiguoriS: Maintained 8448d8b636dSPaolo BonziniF: hw/arm/realview* 845f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c 8465ea53049SPaolo BonziniF: hw/intc/realview_gic.c 8475ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 848c11a8e89SPeter MaydellF: docs/system/arm/realview.rst 849fd5d5c56SAnthony Liguori 8509b31bff0SPaolo BonziniPXA2XX 851a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 852b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 853a00d7f20SPeter MaydellS: Odd Fixes 8549b31bff0SPaolo BonziniF: hw/arm/mainstone.c 8558d8b636dSPaolo BonziniF: hw/arm/spitz.c 8569b31bff0SPaolo BonziniF: hw/arm/tosa.c 8579b31bff0SPaolo BonziniF: hw/arm/z2.c 8589b31bff0SPaolo BonziniF: hw/*/pxa2xx* 859123a069aSThomas HuthF: hw/display/tc6393xb.c 860123a069aSThomas HuthF: hw/gpio/max7310.c 861123a069aSThomas HuthF: hw/gpio/zaurus.c 862f7e242d6SThomas HuthF: hw/misc/mst_fpga.c 86358f3e3feSCorey MinyardF: hw/adc/max111x.c 86458f3e3feSCorey MinyardF: include/hw/adc/max111x.h 865ed0db866SThomas HuthF: include/hw/arm/pxa.h 866123a069aSThomas HuthF: include/hw/arm/sharpsl.h 867ee2ccc57SPhilippe Mathieu-DaudéF: include/hw/display/tc6393xb.h 868c11a8e89SPeter MaydellF: docs/system/arm/xscale.rst 869c9543db4SPeter MaydellF: docs/system/arm/mainstone.rst 870fd5d5c56SAnthony Liguori 87195a5db3aSThomas HuthSABRELITE / i.MX6 87295a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 87395a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 87495a5db3aSThomas HuthL: qemu-arm@nongnu.org 87595a5db3aSThomas HuthS: Odd Fixes 87695a5db3aSThomas HuthF: hw/arm/sabrelite.c 87795a5db3aSThomas HuthF: hw/arm/fsl-imx6.c 878b7f30114SThomas HuthF: hw/misc/imx6_*.c 87995a5db3aSThomas HuthF: hw/ssi/imx_spi.c 8800701a5efSGuenter RoeckF: hw/usb/imx-usb-phy.c 8810701a5efSGuenter RoeckF: include/hw/usb/imx-usb-phy.h 88295a5db3aSThomas HuthF: include/hw/arm/fsl-imx6.h 883b7f30114SThomas HuthF: include/hw/misc/imx6_*.h 88495a5db3aSThomas HuthF: include/hw/ssi/imx_spi.h 88595a5db3aSThomas Huth 88664580903SHongbo ZhangSBSA-REF 887428a3777SRadoslaw BiernackiM: Radoslaw Biernacki <rad@semihalf.com> 88864580903SHongbo ZhangM: Peter Maydell <peter.maydell@linaro.org> 88914d5addcSLeif LindholmR: Leif Lindholm <quic_llindhol@quicinc.com> 89064580903SHongbo ZhangL: qemu-arm@nongnu.org 89164580903SHongbo ZhangS: Maintained 89264580903SHongbo ZhangF: hw/arm/sbsa-ref.c 8939eeeb80aSPhilippe Mathieu-DaudéF: docs/system/arm/sbsa.rst 89464580903SHongbo Zhang 895671f11b2SThomas HuthSharp SL-5500 (Collie) PDA 896671f11b2SThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 897671f11b2SThomas HuthL: qemu-arm@nongnu.org 898671f11b2SThomas HuthS: Odd Fixes 899671f11b2SThomas HuthF: hw/arm/collie.c 900671f11b2SThomas HuthF: hw/arm/strongarm* 901b76b60f5SPeter MaydellF: docs/system/arm/collie.rst 902671f11b2SThomas Huth 903fd5d5c56SAnthony LiguoriStellaris 9041ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 905b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 906fd5d5c56SAnthony LiguoriS: Maintained 9078d8b636dSPaolo BonziniF: hw/*/stellaris* 90898fa3327SPhilippe Mathieu-DaudéF: include/hw/input/gamepad.h 909c11a8e89SPeter MaydellF: docs/system/arm/stellaris.rst 910fd5d5c56SAnthony Liguori 9112ac2410cSAlexandre IoossSTM32VLDISCOVERY 9122ac2410cSAlexandre IoossM: Alexandre Iooss <erdnaxe@crans.org> 9132ac2410cSAlexandre IoossL: qemu-arm@nongnu.org 9142ac2410cSAlexandre IoossS: Maintained 9152ac2410cSAlexandre IoossF: hw/arm/stm32vldiscovery.c 9161af060e5SAlexandre IoossF: docs/system/arm/stm32.rst 9172ac2410cSAlexandre Iooss 91895a5db3aSThomas HuthVersatile Express 91995a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 92095a5db3aSThomas HuthL: qemu-arm@nongnu.org 92195a5db3aSThomas HuthS: Maintained 92295a5db3aSThomas HuthF: hw/arm/vexpress.c 9235a1d4244SPeter MaydellF: docs/system/arm/vexpress.rst 92495a5db3aSThomas Huth 925fd5d5c56SAnthony LiguoriVersatile PB 9261ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 927b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 928fd5d5c56SAnthony LiguoriS: Maintained 9298d8b636dSPaolo BonziniF: hw/*/versatile* 930f61c3fb5SPhilippe Mathieu-DaudéF: include/hw/i2c/arm_sbcon_i2c.h 931c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c 932c11a8e89SPeter MaydellF: docs/system/arm/versatile.rst 933fd5d5c56SAnthony Liguori 93495a5db3aSThomas HuthVirt 93595a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 93695a5db3aSThomas HuthL: qemu-arm@nongnu.org 93795a5db3aSThomas HuthS: Maintained 93895a5db3aSThomas HuthF: hw/arm/virt* 93995a5db3aSThomas HuthF: include/hw/arm/virt.h 9406a0b7505SPeter MaydellF: docs/system/arm/virt.rst 94111593544SAlex BennéeF: tests/avocado/machine_aarch64_virt.py 94295a5db3aSThomas Huth 943e3260506SPeter A. G. CrosthwaiteXilinx Zynq 944cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 945c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 946a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 947b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 948e3260506SPeter A. G. CrosthwaiteS: Maintained 949cc0100f4SAlistair FrancisF: hw/*/xilinx_* 9508d8b636dSPaolo BonziniF: hw/*/cadence_* 951246f530cSCorey MinyardF: hw/misc/zynq_slcr.c 952246f530cSCorey MinyardF: hw/adc/zynq-xadc.c 953246f530cSCorey MinyardF: include/hw/misc/zynq_slcr.h 954246f530cSCorey MinyardF: include/hw/adc/zynq-xadc.h 955cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 956e3260506SPeter A. G. Crosthwaite 957ff9e157bSEdgar E. IglesiasXilinx ZynqMP and Versal 958c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 959cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 960a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 961b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 962137805f5SAlistair FrancisS: Maintained 963cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 964f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 96524d6d8bfSPhilippe Mathieu-DaudéF: include/hw/ssi/xilinx_spips.h 96624d6d8bfSPhilippe Mathieu-DaudéF: hw/display/dpcd.c 96724d6d8bfSPhilippe Mathieu-DaudéF: include/hw/display/dpcd.h 968ff9e157bSEdgar E. IglesiasF: docs/system/arm/xlnx-versal-virt.rst 969137805f5SAlistair Francis 97072e58848SFrancisco IglesiasXilinx Versal OSPI 97172e58848SFrancisco IglesiasM: Francisco Iglesias <francisco.iglesias@xilinx.com> 97272e58848SFrancisco IglesiasS: Maintained 97372e58848SFrancisco IglesiasF: hw/ssi/xlnx-versal-ospi.c 97472e58848SFrancisco IglesiasF: include/hw/ssi/xlnx-versal-ospi.h 97572e58848SFrancisco Iglesias 9768f4d260eSShannon ZhaoARM ACPI Subsystem 977e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com> 978b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 9798f4d260eSShannon ZhaoS: Maintained 9808f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 9818f4d260eSShannon Zhao 9820f76debdSAlexandre IoossSTM32F100 9830f76debdSAlexandre IoossM: Alexandre Iooss <erdnaxe@crans.org> 9840f76debdSAlexandre IoossL: qemu-arm@nongnu.org 9850f76debdSAlexandre IoossS: Maintained 9860f76debdSAlexandre IoossF: hw/arm/stm32f100_soc.c 9870f76debdSAlexandre Iooss 988a1f8193bSAlistair FrancisSTM32F205 989a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 990a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 9918ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 992a1f8193bSAlistair FrancisS: Maintained 993a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 994a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 995a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 996a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 997a1f8193bSAlistair FrancisF: hw/adc/* 998a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 9990e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h 1000a1f8193bSAlistair Francis 1001529fc5fdSAlistair FrancisSTM32F405 1002529fc5fdSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1003529fc5fdSAlistair FrancisM: Peter Maydell <peter.maydell@linaro.org> 10048ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1005529fc5fdSAlistair FrancisS: Maintained 1006529fc5fdSAlistair FrancisF: hw/arm/stm32f405_soc.c 1007529fc5fdSAlistair FrancisF: hw/misc/stm32f4xx_syscfg.c 1008529fc5fdSAlistair FrancisF: hw/misc/stm32f4xx_exti.c 1009529fc5fdSAlistair Francis 1010a1f8193bSAlistair FrancisNetduino 2 1011a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1012a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 10138ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1014a1f8193bSAlistair FrancisS: Maintained 1015a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 1016a1f8193bSAlistair Francis 101760d6c427SAlistair FrancisNetduino Plus 2 101860d6c427SAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 101960d6c427SAlistair FrancisM: Peter Maydell <peter.maydell@linaro.org> 10208ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 102160d6c427SAlistair FrancisS: Maintained 102260d6c427SAlistair FrancisF: hw/arm/netduinoplus2.c 102360d6c427SAlistair Francis 1024670bc4cbSSubbaraya SundeepSmartFusion2 1025670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1026a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 10278ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1028670bc4cbSSubbaraya SundeepS: Maintained 1029670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c 1030670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c 1031670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c 1032670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c 1033670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h 1034670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h 1035670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h 1036670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h 10371c664378SSubbaraya SundeepF: hw/net/msf2-emac.c 10381c664378SSubbaraya SundeepF: include/hw/net/msf2-emac.h 1039670bc4cbSSubbaraya Sundeep 1040670bc4cbSSubbaraya SundeepEmcraft M2S-FG484 1041670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1042a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 10438ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1044670bc4cbSSubbaraya SundeepS: Maintained 1045670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c 10463f65df38SPeter MaydellF: docs/system/arm/emcraft-sf2.rst 1047670bc4cbSSubbaraya Sundeep 1048f87db1baSJoel StanleyASPEED BMCs 1049f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org> 1050a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1051f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au> 1052f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au> 1053f87db1baSJoel StanleyL: qemu-arm@nongnu.org 1054f87db1baSJoel StanleyS: Maintained 1055f87db1baSJoel StanleyF: hw/*/*aspeed* 1056b7f30114SThomas HuthF: hw/misc/pca9552.c 1057f87db1baSJoel StanleyF: include/hw/*/*aspeed* 1058b7f30114SThomas HuthF: include/hw/misc/pca9552*.h 1059f87db1baSJoel StanleyF: hw/net/ftgmac100.c 1060f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h 1061de8ee7d4SPhilippe Mathieu-DaudéF: docs/system/arm/aspeed.rst 106266609952SJoel StanleyF: tests/qtest/*aspeed* 1063c2f58c2fSPeter DelevoryasF: hw/arm/fby35.c 1064f87db1baSJoel Stanley 1065c0066d1aSJoel StanleyNRF51 1066c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au> 1067a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1068c0066d1aSJoel StanleyL: qemu-arm@nongnu.org 1069c0066d1aSJoel StanleyS: Maintained 1070c8de3f5fSStefan HajnocziF: hw/*/nrf51*.c 1071c8de3f5fSStefan HajnocziF: hw/*/microbit*.c 1072c8de3f5fSStefan HajnocziF: include/hw/*/nrf51*.h 1073c8de3f5fSStefan HajnocziF: include/hw/*/microbit*.h 10741e8a1faeSThomas HuthF: tests/qtest/microbit-test.c 107590a76c63SAlexandre IoossF: docs/system/arm/nrf.rst 1076c0066d1aSJoel Stanley 107742f3ff00SMichael RolnikAVR Machines 107842f3ff00SMichael Rolnik------------- 107942f3ff00SMichael Rolnik 108042f3ff00SMichael RolnikAVR MCUs 108142f3ff00SMichael RolnikM: Michael Rolnik <mrolnik@gmail.com> 108242f3ff00SMichael RolnikS: Maintained 1083812b31d3SAlex BennéeF: configs/devices/avr-softmmu/default.mak 10847dd8f6fdSPhilippe Mathieu-DaudéF: hw/avr/ 1085429ca9d6SMichael RolnikF: include/hw/char/avr_usart.h 1086429ca9d6SMichael RolnikF: hw/char/avr_usart.c 10878ff47bc1SMichael RolnikF: include/hw/timer/avr_timer16.h 10888ff47bc1SMichael RolnikF: hw/timer/avr_timer16.c 1089dc288de0SMichael RolnikF: include/hw/misc/avr_power.h 1090dc288de0SMichael RolnikF: hw/misc/avr_power.c 109142f3ff00SMichael Rolnik 109250486d63SPhilippe Mathieu-DaudéArduino 10938823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 109450486d63SPhilippe Mathieu-DaudéS: Maintained 109550486d63SPhilippe Mathieu-DaudéF: hw/avr/arduino.c 109650486d63SPhilippe Mathieu-Daudé 1097fd5d5c56SAnthony LiguoriCRIS Machines 1098fd5d5c56SAnthony Liguori------------- 1099fd5d5c56SAnthony LiguoriAxis Dev88 1100fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1101fd5d5c56SAnthony LiguoriS: Maintained 11028d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 11036e481d57SPeter MaydellF: hw/*/etraxfs_*.c 1104fd5d5c56SAnthony Liguori 1105e188396cSPhilippe Mathieu-DaudéHP-PARISC Machines 1106e188396cSPhilippe Mathieu-Daudé------------------ 110718092598SHelge DellerHP B160L 1108336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 1109e188396cSPhilippe Mathieu-DaudéR: Helge Deller <deller@gmx.de> 1110e188396cSPhilippe Mathieu-DaudéS: Odd Fixes 1111812b31d3SAlex BennéeF: configs/devices/hppa-softmmu/default.mak 1112e188396cSPhilippe Mathieu-DaudéF: hw/hppa/ 111311f976adSPhilippe Mathieu-DaudéF: hw/net/*i82596* 111445f569a1SMark Cave-AylandF: hw/misc/lasi.c 11150db9350eSMark Cave-AylandF: hw/pci-host/dino.c 111645f569a1SMark Cave-AylandF: include/hw/misc/lasi.h 111711f976adSPhilippe Mathieu-DaudéF: include/hw/net/lasi_82596.h 11180db9350eSMark Cave-AylandF: include/hw/pci-host/dino.h 1119e188396cSPhilippe Mathieu-DaudéF: pc-bios/hppa-firmware.img 1120e188396cSPhilippe Mathieu-Daudé 1121d88b51dcSXiaojuan YangLoongArch Machines 1122d88b51dcSXiaojuan Yang------------------ 1123d88b51dcSXiaojuan YangVirt 1124d88b51dcSXiaojuan YangM: Xiaojuan Yang <yangxiaojuan@loongson.cn> 1125d88b51dcSXiaojuan YangM: Song Gao <gaosong@loongson.cn> 1126d88b51dcSXiaojuan YangS: Maintained 1127587858edSXiaojuan YangF: docs/system/loongarch/virt.rst 1128a8a506c3SXiaojuan YangF: configs/targets/loongarch64-softmmu.mak 1129a8a506c3SXiaojuan YangF: configs/devices/loongarch64-softmmu/default.mak 1130a8a506c3SXiaojuan YangF: hw/loongarch/ 1131a8a506c3SXiaojuan YangF: include/hw/loongarch/virt.h 1132f6783e34SXiaojuan YangF: include/hw/intc/loongarch_*.h 1133f6783e34SXiaojuan YangF: hw/intc/loongarch_*.c 11340f4fcf18SXiaojuan YangF: include/hw/pci-host/ls7a.h 1135c117f68aSXiaojuan YangF: hw/rtc/ls7a_rtc.c 1136ca61e750SXiaojuan YangF: gdb-xml/loongarch*.xml 1137d88b51dcSXiaojuan Yang 1138afcacd53SAurelien JarnoM68K Machines 1139fd5d5c56SAnthony Liguori------------- 1140fd5d5c56SAnthony Liguorian5206 11415baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 11425baf2741SThomas HuthS: Odd Fixes 11438d8b636dSPaolo BonziniF: hw/m68k/an5206.c 1144e9a56114SThomas HuthF: hw/m68k/mcf5206.c 1145fd5d5c56SAnthony Liguori 1146fd5d5c56SAnthony Liguorimcf5208 11475baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 11485baf2741SThomas HuthS: Odd Fixes 11498d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 1150e9a56114SThomas HuthF: hw/m68k/mcf_intc.c 1151e9a56114SThomas HuthF: hw/char/mcf_uart.c 1152e9a56114SThomas HuthF: hw/net/mcf_fec.c 11535baf2741SThomas HuthF: include/hw/m68k/mcf*.h 1154fd5d5c56SAnthony Liguori 11551810b815SThomas HuthNeXTcube 11561810b815SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 11571810b815SThomas HuthS: Odd Fixes 11581810b815SThomas HuthF: hw/m68k/next-*.c 11591810b815SThomas HuthF: hw/display/next-fb.c 11601810b815SThomas HuthF: include/hw/m68k/next-cube.h 11611810b815SThomas Huth 11626dca62a0SLaurent Vivierq800 11636dca62a0SLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 11646dca62a0SLaurent VivierS: Maintained 116504e7ca8dSLaurent VivierF: hw/m68k/q800.c 11666dca62a0SLaurent VivierF: hw/misc/mac_via.c 1167fa2ba3b8SLaurent VivierF: hw/nubus/* 11688ac919a0SLaurent VivierF: hw/display/macfb.c 1169c701ec62SLaurent VivierF: hw/block/swim.c 117004e7ca8dSLaurent VivierF: hw/m68k/bootinfo.h 1171382d71afSLaurent VivierF: include/standard-headers/asm-m68k/bootinfo.h 1172382d71afSLaurent VivierF: include/standard-headers/asm-m68k/bootinfo-mac.h 11736dca62a0SLaurent VivierF: include/hw/misc/mac_via.h 1174fa2ba3b8SLaurent VivierF: include/hw/nubus/* 11758ac919a0SLaurent VivierF: include/hw/display/macfb.h 1176c701ec62SLaurent VivierF: include/hw/block/swim.h 11776dca62a0SLaurent Vivier 1178e1cecdcaSLaurent Viviervirt 1179e1cecdcaSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 1180e1cecdcaSLaurent VivierS: Maintained 1181e1cecdcaSLaurent VivierF: hw/m68k/virt.c 1182e1cecdcaSLaurent VivierF: hw/char/goldfish_tty.c 1183e1cecdcaSLaurent VivierF: hw/intc/goldfish_pic.c 1184e1cecdcaSLaurent VivierF: hw/intc/m68k_irqc.c 1185e1cecdcaSLaurent VivierF: hw/misc/virt_ctrl.c 1186e1cecdcaSLaurent VivierF: include/hw/char/goldfish_tty.h 1187e1cecdcaSLaurent VivierF: include/hw/intc/goldfish_pic.h 1188e1cecdcaSLaurent VivierF: include/hw/intc/m68k_irqc.h 1189e1cecdcaSLaurent VivierF: include/hw/misc/virt_ctrl.h 1190e1cecdcaSLaurent Vivier 1191fd5d5c56SAnthony LiguoriMicroBlaze Machines 1192b6f97c14Sbellard------------------- 1193fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 1194fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1195fd5d5c56SAnthony LiguoriS: Maintained 11966e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 1197a734c7b5SPhilippe Mathieu-DaudéF: include/hw/char/xilinx_uartlite.h 1198bbbd9b6eSWillian RampazzoF: tests/avocado/machine_microblaze.py 1199b6f97c14Sbellard 1200d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 12014b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1202d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 12038d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 1204d36e8ce7SPeter A. G. Crosthwaite 1205fd5d5c56SAnthony LiguoriMIPS Machines 1206fd5d5c56SAnthony Liguori------------- 1207f44d1d4eSPhilippe Mathieu-DaudéOverall MIPS Machines 12088823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 1209f44d1d4eSPhilippe Mathieu-DaudéS: Odd Fixes 1210f44d1d4eSPhilippe Mathieu-DaudéF: configs/devices/mips*/* 1211f44d1d4eSPhilippe Mathieu-DaudéF: hw/mips/ 1212f44d1d4eSPhilippe Mathieu-DaudéF: include/hw/mips/ 1213f44d1d4eSPhilippe Mathieu-Daudé 1214fd5d5c56SAnthony LiguoriJazz 1215fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 121697d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1217fd5d5c56SAnthony LiguoriS: Maintained 12185298722eSAleksandar MarkovicF: hw/mips/jazz.c 12190886a785SPhilippe Mathieu-DaudéF: hw/display/jazz_led.c 12200886a785SPhilippe Mathieu-DaudéF: hw/dma/rc4030.c 1221fd5d5c56SAnthony Liguori 1222fd5d5c56SAnthony LiguoriMalta 12238823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 1224485cd982SAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 1225ca263c0fSAleksandar MarkovicS: Odd Fixes 122660041378SAleksandar MarkovicF: hw/isa/piix4.c 122760041378SAleksandar MarkovicF: hw/acpi/piix4.c 12285298722eSAleksandar MarkovicF: hw/mips/malta.c 122993081f51SAleksandar MarkovicF: hw/mips/gt64xxx_pci.c 123060041378SAleksandar MarkovicF: include/hw/southbridge/piix.h 1231bbbd9b6eSWillian RampazzoF: tests/avocado/linux_ssh_mips_malta.py 1232bbbd9b6eSWillian RampazzoF: tests/avocado/machine_mips_malta.py 1233fd5d5c56SAnthony Liguori 1234fd5d5c56SAnthony LiguoriMipssim 123597d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 12364251dfb0SJohn SnowS: Orphan 12375298722eSAleksandar MarkovicF: hw/mips/mipssim.c 1238659f42d8SYongbok KimF: hw/net/mipsnet.c 1239fd5d5c56SAnthony Liguori 1240c3a09ff6SPhilippe Mathieu-DaudéFuloong 2E 1241dab1e1e1SHuacai ChenM: Huacai Chen <chenhuacai@kernel.org> 12428823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 124397eeef8aSHuacai ChenR: Jiaxun Yang <jiaxun.yang@flygoat.com> 1244659f42d8SYongbok KimS: Odd Fixes 1245c3a09ff6SPhilippe Mathieu-DaudéF: hw/mips/fuloong2e.c 12460170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c 12475021bfa5SThomas HuthF: hw/pci-host/bonito.c 12486f2bcd5fSPhilippe Mathieu-DaudéF: hw/usb/vt82c686-uhci-pci.c 12490170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h 1250bbbd9b6eSWillian RampazzoF: tests/avocado/machine_mips_fuloong2e.py 1251659f42d8SYongbok Kim 125253fb8bfbSAleksandar MarkovicLoongson-3 virtual platforms 1253dab1e1e1SHuacai ChenM: Huacai Chen <chenhuacai@kernel.org> 12542c5b1a7dSHuacai ChenR: Jiaxun Yang <jiaxun.yang@flygoat.com> 12552c5b1a7dSHuacai ChenS: Maintained 12562c5b1a7dSHuacai ChenF: hw/intc/loongson_liointc.c 1257d2245e2dSHuacai ChenF: hw/mips/loongson3_bootp.c 1258d2245e2dSHuacai ChenF: hw/mips/loongson3_bootp.h 1259c76b409fSHuacai ChenF: hw/mips/loongson3_virt.c 1260bbbd9b6eSWillian RampazzoF: tests/avocado/machine_mips_loongson3v.py 12612c5b1a7dSHuacai Chen 1262659f42d8SYongbok KimBoston 12634ba98e96SPhilippe Mathieu-DaudéM: Paul Burton <paulburton@kernel.org> 126497d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 12654ba98e96SPhilippe Mathieu-DaudéS: Odd Fixes 1266659f42d8SYongbok KimF: hw/core/loader-fit.c 1267659f42d8SYongbok KimF: hw/mips/boston.c 1268659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c 12695021bfa5SThomas HuthF: include/hw/pci-host/xilinx-pcie.h 1270659f42d8SYongbok Kim 1271945dad6dSJia LiuOpenRISC Machines 1272945dad6dSJia Liu----------------- 1273945dad6dSJia Liuor1k-sim 1274945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 1275945dad6dSJia LiuS: Maintained 1276945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 1277945dad6dSJia Liu 1278fd5d5c56SAnthony LiguoriPowerPC Machines 1279fd5d5c56SAnthony Liguori---------------- 12801335caf3SCédric Le Goater405 (ref405ep) 1281a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 12820f514eeaSDavid GibsonS: Orphan 12838d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 1284fd5d5c56SAnthony Liguori 1285aaade8d7SAndreas FärberBamboo 1286aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 12870f514eeaSDavid GibsonS: Orphan 12888d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 1289bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_bamboo.py 1290aaade8d7SAndreas Färber 129198cded3aSAndreas Färbere500 129298cded3aSAndreas FärberL: qemu-ppc@nongnu.org 12930f514eeaSDavid GibsonS: Orphan 1294ce6fc617SThomas HuthF: hw/ppc/e500* 12952c6aba14SThomas HuthF: hw/gpio/mpc8xxx.c 12967abb479cSAndrew RandrianasuluF: hw/i2c/mpc_i2c.c 1297ce6fc617SThomas HuthF: hw/net/fsl_etsec/ 1298ce6fc617SThomas HuthF: hw/pci-host/ppce500.c 1299b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 1300b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 1301b5d55020SThomas HuthF: pc-bios/u-boot.e500 1302ff8cdbbdSDavid GibsonF: hw/intc/openpic_kvm.h 1303ff8cdbbdSDavid GibsonF: include/hw/ppc/openpic_kvm.h 130498cded3aSAndreas Färber 130598cded3aSAndreas Färbermpc8544ds 130698cded3aSAndreas FärberL: qemu-ppc@nongnu.org 13070f514eeaSDavid GibsonS: Orphan 130898cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 13098d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 1310bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_mpc8544ds.py 131198cded3aSAndreas Färber 13122c6aba14SThomas HuthNew World (mac99) 131340e3dd06SMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1314a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 1315bba8e23aSAlexander GrafS: Odd Fixes 1316c5288768SThomas HuthF: docs/system/ppc/powermac.rst 1317baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 13186e481d57SPeter MaydellF: hw/pci-host/uninorth.c 13196e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 13208d8b636dSPaolo BonziniF: hw/misc/macio/ 13216ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c 1322b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 13232c6aba14SThomas HuthF: hw/input/adb* 1324eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/ 13256ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h 1326443f07b7SBALATON ZoltanF: include/hw/nvram/mac_nvram.h 1327eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h 13285021bfa5SThomas HuthF: include/hw/pci-host/uninorth.h 13292c6aba14SThomas HuthF: include/hw/input/adb* 133052804c60SMark Cave-AylandF: pc-bios/qemu_vga.ndrv 1331fd5d5c56SAnthony Liguori 13322c6aba14SThomas HuthOld World (g3beige) 133340e3dd06SMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1334a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 1335bba8e23aSAlexander GrafS: Odd Fixes 1336c5288768SThomas HuthF: docs/system/ppc/powermac.rst 1337baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 13386e481d57SPeter MaydellF: hw/pci-host/grackle.c 13398d8b636dSPaolo BonziniF: hw/misc/macio/ 1340835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 13412c6aba14SThomas HuthF: hw/input/adb* 134297e16dbaSPhilippe Mathieu-DaudéF: include/hw/intc/heathrow_pic.h 13432c6aba14SThomas HuthF: include/hw/input/adb* 134487e5a4f8SBALATON ZoltanF: include/hw/pci-host/grackle.h 134552804c60SMark Cave-AylandF: pc-bios/qemu_vga.ndrv 1346fd5d5c56SAnthony Liguori 1347ec38d398SAndreas FärberPReP 13488178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org> 1349a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 13508178e89cSHervé PoussineauS: Maintained 1351c5288768SThomas HuthF: docs/system/ppc/prep.rst 135275610155SAndreas FärberF: hw/ppc/prep.c 13538178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c 13548178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c 135546fd3201SPhilippe Mathieu-DaudéF: hw/pci-host/raven.c 13560a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c 1357a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c 13581cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c 1359819ce6b2SPhilippe Mathieu-DaudéF: hw/rtc/m48t59-isa.c 1360a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h 1361819ce6b2SPhilippe Mathieu-DaudéF: include/hw/rtc/m48t59.h 1362bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_prep_40p.py 1363fd5d5c56SAnthony Liguori 1364c5288768SThomas HuthsPAPR (pseries) 136514fe3222SDavid GibsonM: Daniel Henrique Barboza <danielhb413@gmail.com> 1366b0877575SCédric Le GoaterR: Cédric Le Goater <clg@kaod.org> 136714fe3222SDavid GibsonR: David Gibson <david@gibson.dropbear.id.au> 136814fe3222SDavid GibsonR: Greg Kurz <groug@kaod.org> 13698a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 137085d887beSDavid GibsonS: Maintained 13718d8b636dSPaolo BonziniF: hw/*/spapr* 1372f9de2da7SDavid GibsonF: include/hw/*/spapr* 1373f9de2da7SDavid GibsonF: hw/*/xics* 1374f9de2da7SDavid GibsonF: include/hw/*/xics* 1375b5d55020SThomas HuthF: pc-bios/slof.bin 1376c5288768SThomas HuthF: docs/system/ppc/pseries.rst 1377c5288768SThomas HuthF: docs/specs/ppc-spapr-* 13781e8a1faeSThomas HuthF: tests/qtest/spapr* 13791cf4323eSThomas HuthF: tests/qtest/libqos/*spapr* 13801e8a1faeSThomas HuthF: tests/qtest/rtas* 13811cf4323eSThomas HuthF: tests/qtest/libqos/rtas* 1382bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_pseries.py 13838a269ca4SAndreas Färber 13841af82d4fSCédric Le GoaterPowerNV (Non-Virtualized) 13851af82d4fSCédric Le GoaterM: Cédric Le Goater <clg@kaod.org> 13861af82d4fSCédric Le GoaterL: qemu-ppc@nongnu.org 1387b0877575SCédric Le GoaterS: Odd Fixes 1388c5288768SThomas HuthF: docs/system/ppc/powernv.rst 13891af82d4fSCédric Le GoaterF: hw/ppc/pnv* 13901af82d4fSCédric Le GoaterF: hw/intc/pnv* 13911af82d4fSCédric Le GoaterF: hw/intc/xics_pnv.c 1392157ed954SMarkus ArmbrusterF: hw/pci-host/pnv* 13931af82d4fSCédric Le GoaterF: include/hw/ppc/pnv* 1394157ed954SMarkus ArmbrusterF: include/hw/pci-host/pnv* 13951af82d4fSCédric Le GoaterF: pc-bios/skiboot.lid 13961e8a1faeSThomas HuthF: tests/qtest/pnv* 13971af82d4fSCédric Le Goater 1398794d00bfSAndreas Färbervirtex_ml507 1399794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1400794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 1401794d00bfSAndreas FärberS: Odd Fixes 14026e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 1403bbbd9b6eSWillian RampazzoF: tests/avocado/ppc_virtex_ml507.py 1404794d00bfSAndreas Färber 1405a9dd6604SBALATON Zoltansam460ex 1406a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu> 1407a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org 1408a9dd6604SBALATON ZoltanS: Maintained 140933c6a8b5SBALATON ZoltanF: hw/ppc/sam460ex.c 141033c6a8b5SBALATON ZoltanF: hw/ppc/ppc440_pcix.c 141133c6a8b5SBALATON ZoltanF: hw/display/sm501* 1412a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c 1413de04c31dSPhilippe Mathieu-DaudéF: hw/rtc/m41t80.c 141433c6a8b5SBALATON ZoltanF: pc-bios/canyonlands.dt[sb] 141533c6a8b5SBALATON ZoltanF: pc-bios/u-boot-sam460ex-20100605.bin 141633c6a8b5SBALATON ZoltanF: roms/u-boot-sam460ex 1417a9dd6604SBALATON Zoltan 1418ba7e5ac1SBALATON Zoltanpegasos2 1419ba7e5ac1SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu> 1420ba7e5ac1SBALATON ZoltanL: qemu-ppc@nongnu.org 1421ba7e5ac1SBALATON ZoltanS: Maintained 1422ba7e5ac1SBALATON ZoltanF: hw/ppc/pegasos2.c 1423ba7e5ac1SBALATON ZoltanF: hw/pci-host/mv64361.c 1424ba7e5ac1SBALATON ZoltanF: hw/pci-host/mv643xx.h 1425ba7e5ac1SBALATON ZoltanF: include/hw/pci-host/mv64361.h 1426ba7e5ac1SBALATON Zoltan 1427fc8c745dSAlexey KardashevskiyVirtual Open Firmware (VOF) 1428fc8c745dSAlexey KardashevskiyM: Alexey Kardashevskiy <aik@ozlabs.ru> 142914fe3222SDavid GibsonR: Cédric Le Goater <clg@kaod.org> 143014fe3222SDavid GibsonR: Daniel Henrique Barboza <danielhb413@gmail.com> 143121bde1ecSAlexey KardashevskiyR: David Gibson <david@gibson.dropbear.id.au> 143221bde1ecSAlexey KardashevskiyR: Greg Kurz <groug@kaod.org> 1433fc8c745dSAlexey KardashevskiyL: qemu-ppc@nongnu.org 1434fc8c745dSAlexey KardashevskiyS: Maintained 1435fc8c745dSAlexey KardashevskiyF: hw/ppc/spapr_vof* 1436fc8c745dSAlexey KardashevskiyF: hw/ppc/vof* 1437fc8c745dSAlexey KardashevskiyF: include/hw/ppc/vof* 1438fc8c745dSAlexey KardashevskiyF: pc-bios/vof/* 1439fc8c745dSAlexey KardashevskiyF: pc-bios/vof* 1440fc8c745dSAlexey Kardashevskiy 1441fe0fe473SAlistair FrancisRISC-V Machines 1442fe0fe473SAlistair Francis--------------- 1443fe0fe473SAlistair FrancisOpenTitan 1444fe0fe473SAlistair FrancisM: Alistair Francis <Alistair.Francis@wdc.com> 1445fe0fe473SAlistair FrancisL: qemu-riscv@nongnu.org 1446fe0fe473SAlistair FrancisS: Supported 1447fe0fe473SAlistair FrancisF: hw/riscv/opentitan.c 1448df41cbd6SAlistair FrancisF: hw/*/ibex_*.c 1449fe0fe473SAlistair FrancisF: include/hw/riscv/opentitan.h 1450df41cbd6SAlistair FrancisF: include/hw/*/ibex_*.h 1451fe0fe473SAlistair Francis 145256f6e31eSBin MengMicrochip PolarFire SoC Icicle Kit 145356f6e31eSBin MengM: Bin Meng <bin.meng@windriver.com> 145456f6e31eSBin MengL: qemu-riscv@nongnu.org 145556f6e31eSBin MengS: Supported 145656f6e31eSBin MengF: hw/riscv/microchip_pfsoc.c 1457a8fb0a50SBin MengF: hw/char/mchp_pfsoc_mmuart.c 14583400b15bSBin MengF: hw/misc/mchp_pfsoc_dmc.c 1459a937b302SBin MengF: hw/misc/mchp_pfsoc_ioscb.c 14600f25065cSBin MengF: hw/misc/mchp_pfsoc_sysreg.c 146156f6e31eSBin MengF: include/hw/riscv/microchip_pfsoc.h 1462a8fb0a50SBin MengF: include/hw/char/mchp_pfsoc_mmuart.h 14633400b15bSBin MengF: include/hw/misc/mchp_pfsoc_dmc.h 1464a937b302SBin MengF: include/hw/misc/mchp_pfsoc_ioscb.h 14650f25065cSBin MengF: include/hw/misc/mchp_pfsoc_sysreg.h 146656f6e31eSBin Meng 14677a261bafSVijai Kumar KShakti C class SoC 14687a261bafSVijai Kumar KM: Vijai Kumar K <vijai@behindbytes.com> 14697a261bafSVijai Kumar KL: qemu-riscv@nongnu.org 14707a261bafSVijai Kumar KS: Supported 14717a261bafSVijai Kumar KF: hw/riscv/shakti_c.c 147207f334d8SVijai Kumar KF: hw/char/shakti_uart.c 14737a261bafSVijai Kumar KF: include/hw/riscv/shakti_c.h 147407f334d8SVijai Kumar KF: include/hw/char/shakti_uart.h 14757a261bafSVijai Kumar K 14764fcad931SAlistair FrancisSiFive Machines 14774fcad931SAlistair FrancisM: Alistair Francis <Alistair.Francis@wdc.com> 14784fcad931SAlistair FrancisM: Bin Meng <bin.meng@windriver.com> 14794fcad931SAlistair FrancisM: Palmer Dabbelt <palmer@dabbelt.com> 14804fcad931SAlistair FrancisL: qemu-riscv@nongnu.org 14814fcad931SAlistair FrancisS: Supported 14824fcad931SAlistair FrancisF: hw/*/*sifive*.c 14834fcad931SAlistair FrancisF: include/hw/*/*sifive*.h 14844fcad931SAlistair Francis 1485bda19d7bSYoshinori SatoRX Machines 1486bda19d7bSYoshinori Sato----------- 1487bda19d7bSYoshinori Satorx-gdbsim 1488b2744da9SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 1489b2744da9SPhilippe Mathieu-DaudéS: Orphan 14904adbfa45SYoshinori SatoF: docs/system/target-rx.rst 1491bda19d7bSYoshinori SatoF: hw/rx/rx-gdbsim.c 1492bbbd9b6eSWillian RampazzoF: tests/avocado/machine_rx_gdbsim.py 1493bda19d7bSYoshinori Sato 1494fd5d5c56SAnthony LiguoriSH4 Machines 1495fd5d5c56SAnthony Liguori------------ 1496fd5d5c56SAnthony LiguoriR2D 14972d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 1498a9fb4468SAleksandar MarkovicR: Magnus Damm <magnus.damm@gmail.com> 1499f166061cSPhilippe Mathieu-DaudéS: Odd Fixes 15007ae5c8bbSPhilippe Mathieu-DaudéF: hw/char/sh_serial.c 15016e481d57SPeter MaydellF: hw/sh4/r2d.c 150281527b94SThomas HuthF: hw/intc/sh_intc.c 1503c64bd101SPhilippe Mathieu-DaudéF: hw/pci-host/sh_pci.c 150425e79527SPhilippe Mathieu-DaudéF: hw/timer/sh_timer.c 150565b8dc29SPhilippe Mathieu-DaudéF: include/hw/sh4/sh_intc.h 1506fd5d5c56SAnthony Liguori 1507fd5d5c56SAnthony LiguoriShix 15082d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 1509a9fb4468SAleksandar MarkovicR: Magnus Damm <magnus.damm@gmail.com> 151081527b94SThomas HuthS: Odd Fixes 1511475e70bdSPhilippe Mathieu-DaudéF: hw/block/tc58128.c 15127ae5c8bbSPhilippe Mathieu-DaudéF: hw/char/sh_serial.c 15136e481d57SPeter MaydellF: hw/sh4/shix.c 151465b8dc29SPhilippe Mathieu-DaudéF: hw/intc/sh_intc.c 151525e79527SPhilippe Mathieu-DaudéF: hw/timer/sh_timer.c 151665b8dc29SPhilippe Mathieu-DaudéF: include/hw/sh4/sh_intc.h 1517fd5d5c56SAnthony Liguori 1518fd5d5c56SAnthony LiguoriSPARC Machines 1519fd5d5c56SAnthony Liguori-------------- 1520fd5d5c56SAnthony LiguoriSun4m 1521f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1522fd5d5c56SAnthony LiguoriS: Maintained 15238d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 1524c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c 1525aec2b887SThomas HuthF: hw/display/cg3.c 1526aec2b887SThomas HuthF: hw/display/tcx.c 1527c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c 15287098b79eSThomas HuthF: hw/misc/eccmemctl.c 1529aec2b887SThomas HuthF: hw/*/slavio_*.c 1530aec2b887SThomas HuthF: include/hw/nvram/sun_nvram.h 1531c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h 1532d0476159SPhilippe Mathieu-DaudéF: include/hw/sparc/sun4m_iommu.h 1533aec2b887SThomas HuthF: pc-bios/openbios-sparc32 1534fd5d5c56SAnthony Liguori 1535fd5d5c56SAnthony LiguoriSun4u 1536f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1537fd5d5c56SAnthony LiguoriS: Maintained 15388d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 15398ef856b7SPhilippe Mathieu-DaudéF: hw/sparc64/sun4u_iommu.c 15408ef856b7SPhilippe Mathieu-DaudéF: include/hw/sparc/sun4u_iommu.h 15415021bfa5SThomas HuthF: hw/pci-host/sabre.c 15425021bfa5SThomas HuthF: include/hw/pci-host/sabre.h 15438ef856b7SPhilippe Mathieu-DaudéF: hw/pci-bridge/simba.c 15448ef856b7SPhilippe Mathieu-DaudéF: include/hw/pci-bridge/simba.h 15458ef856b7SPhilippe Mathieu-DaudéF: pc-bios/openbios-sparc64 1546bbbd9b6eSWillian RampazzoF: tests/avocado/machine_sparc64_sun4u.py 1547fd5d5c56SAnthony Liguori 1548a2664ca0SArtyom TarasenkoSun4v 1549a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com> 1550a2664ca0SArtyom TarasenkoS: Maintained 1551626e4a4bSFam ZhengF: hw/sparc64/niagara.c 15522811ac30SPhilippe Mathieu-DaudéF: hw/rtc/sun4v-rtc.c 15532811ac30SPhilippe Mathieu-DaudéF: include/hw/rtc/sun4v-rtc.h 1554a2664ca0SArtyom Tarasenko 1555ce6c760cSFabien ChouteauLeon3 1556ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 1557034e050dSFrederic KonradM: Frederic Konrad <konrad.frederic@yahoo.fr> 1558ce6c760cSFabien ChouteauS: Maintained 15598d8b636dSPaolo BonziniF: hw/sparc/leon3.c 15608d8b636dSPaolo BonziniF: hw/*/grlib* 1561162abf1aSKONRAD FredericF: include/hw/*/grlib* 1562bbbd9b6eSWillian RampazzoF: tests/avocado/machine_sparc_leon3.py 1563ce6c760cSFabien Chouteau 1564fd5d5c56SAnthony LiguoriS390 Machines 1565fd5d5c56SAnthony Liguori------------- 1566dd4ad64aSCornelia HuckS390 Virtio-ccw 15677c8e2647SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 15682c092950SChristian BorntraegerM: Christian Borntraeger <borntraeger@linux.ibm.com> 15696a6d3dfdSEric FarmanM: Eric Farman <farman@linux.ibm.com> 1570dd4ad64aSCornelia HuckS: Supported 1571c5bfb202SCornelia HuckF: hw/s390x/ 15724277af19SCornelia HuckF: include/hw/s390x/ 1573812b31d3SAlex BennéeF: configs/devices/s390x-softmmu/default.mak 1574bbbd9b6eSWillian RampazzoF: tests/avocado/machine_s390_ccw_virtio.py 1575e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1576146bd283SCornelia HuckL: qemu-s390x@nongnu.org 1577dd4ad64aSCornelia Huck 15788e4eb427SChristian BorntraegerS390-ccw boot 15792c092950SChristian BorntraegerM: Christian Borntraeger <borntraeger@linux.ibm.com> 1580304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com> 1581304584bfSCornelia HuckS: Supported 15828e4eb427SChristian BorntraegerF: hw/s390x/ipl.* 1583304584bfSCornelia HuckF: pc-bios/s390-ccw/ 1584304584bfSCornelia HuckF: pc-bios/s390-ccw.img 1585cc3d15a5SCornelia HuckF: docs/devel/s390-dasd-ipl.rst 1586e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1587304584bfSCornelia HuckL: qemu-s390x@nongnu.org 1588304584bfSCornelia Huck 1589d5bfb425SChristian BorntraegerS390 PCI 1590ecd6663dSMatthew RosatoM: Matthew Rosato <mjrosato@linux.ibm.com> 1591074c84b9SMatthew RosatoM: Eric Farman <farman@linux.ibm.com> 1592d5bfb425SChristian BorntraegerS: Supported 1593d5bfb425SChristian BorntraegerF: hw/s390x/s390-pci* 1594408b55dbSMatthew RosatoF: include/hw/s390x/s390-pci* 1595d5bfb425SChristian BorntraegerL: qemu-s390x@nongnu.org 1596d5bfb425SChristian Borntraeger 159756e34834SCornelia HuckS390 channel subsystem 159856e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 159956e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 16006a6d3dfdSEric FarmanM: Eric Farman <farman@linux.ibm.com> 160156e34834SCornelia HuckS: Supported 160256e34834SCornelia HuckF: hw/s390x/ccw-device.[ch] 160356e34834SCornelia HuckF: hw/s390x/css.c 160456e34834SCornelia HuckF: hw/s390x/css-bridge.c 160556e34834SCornelia HuckF: include/hw/s390x/css.h 160656e34834SCornelia HuckF: include/hw/s390x/css-bridge.h 160756e34834SCornelia HuckF: include/hw/s390x/ioinst.h 160856e34834SCornelia HuckF: target/s390x/ioinst.c 160956e34834SCornelia HuckL: qemu-s390x@nongnu.org 161056e34834SCornelia Huck 161156e34834SCornelia HuckS390 CPU models 161256e34834SCornelia HuckM: David Hildenbrand <david@redhat.com> 161356e34834SCornelia HuckS: Maintained 161456e34834SCornelia HuckF: target/s390x/cpu_features*.[ch] 161556e34834SCornelia HuckF: target/s390x/cpu_models.[ch] 161656e34834SCornelia HuckL: qemu-s390x@nongnu.org 161756e34834SCornelia Huck 161856e34834SCornelia HuckS390 SCLP-backed devices 161956e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 162056e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 162156e34834SCornelia HuckS: Supported 162256e34834SCornelia HuckF: include/hw/s390x/event-facility.h 162356e34834SCornelia HuckF: include/hw/s390x/sclp.h 162456e34834SCornelia HuckF: hw/char/sclp*.[hc] 162556e34834SCornelia HuckF: hw/s390x/event-facility.c 162656e34834SCornelia HuckF: hw/s390x/sclp*.c 162756e34834SCornelia HuckL: qemu-s390x@nongnu.org 162856e34834SCornelia Huck 1629fd5d5c56SAnthony LiguoriX86 Machines 1630fd5d5c56SAnthony Liguori------------ 1631fd5d5c56SAnthony LiguoriPC 1632046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1633fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1634fd5d5c56SAnthony LiguoriS: Supported 1635046a6486SMichael S. TsirkinF: include/hw/i386/ 1636046a6486SMichael S. TsirkinF: hw/i386/ 16370f25d865SPhilippe Mathieu-DaudéF: hw/pci-host/i440fx.c 1638046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 1639046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 16400fd61a2dSPhilippe Mathieu-DaudéF: include/hw/pci-host/i440fx.h 1641046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 1642046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 164314a026ddSPhilippe Mathieu-DaudéF: hw/isa/piix3.c 1644046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 1645046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 1646046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 1647046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 1648046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 1649fff123b8SPhilippe Mathieu-DaudéF: include/hw/southbridge/piix.h 16509cc3b73cSPaolo BonziniF: hw/misc/sga.c 16516f5a3294SPhilippe Mathieu-DaudéF: hw/isa/apm.c 16526f5a3294SPhilippe Mathieu-DaudéF: include/hw/isa/apm.h 1653da668aa1SThomas HuthF: tests/unit/test-x86-cpuid.c 16541e8a1faeSThomas HuthF: tests/qtest/test-x86-cpuid-compat.c 16559cc3b73cSPaolo Bonzini 16569cc3b73cSPaolo BonziniPC Chipset 16579cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 16589cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 16591732be86SPhilippe Mathieu-DaudéS: Supported 16609cc3b73cSPaolo BonziniF: hw/char/debugcon.c 1661bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel* 16629cc3b73cSPaolo BonziniF: hw/char/serial* 16639cc3b73cSPaolo BonziniF: hw/dma/i8257* 16649cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 16651732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c 16669cc3b73cSPaolo BonziniF: hw/intc/apic* 16679cc3b73cSPaolo BonziniF: hw/intc/ioapic* 16689cc3b73cSPaolo BonziniF: hw/intc/i8259* 16691854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c 16709cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 16719cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 16729cc3b73cSPaolo BonziniF: hw/timer/hpet* 16739cc3b73cSPaolo BonziniF: hw/timer/i8254* 1674bcdb9064SPhilippe Mathieu-DaudéF: hw/rtc/mc146818rtc* 1675edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c 16764bcbc773SPhilippe Mathieu-DaudéF: hw/watchdog/wdt_i6300esb.c 1677866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h 1678bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h 167955f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h 1680a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 168147973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h 16824bcbc773SPhilippe Mathieu-DaudéF: include/hw/isa/i8259_internal.h 16831854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h 1684a2feb348SThomas HuthF: include/hw/timer/hpet.h 1685a2feb348SThomas HuthF: include/hw/timer/i8254* 1686bcdb9064SPhilippe Mathieu-DaudéF: include/hw/rtc/mc146818rtc* 1687046a6486SMichael S. Tsirkin 16885cb48f05SSergio Lopezmicrovm 16895cb48f05SSergio LopezM: Sergio Lopez <slp@redhat.com> 16905cb48f05SSergio LopezM: Paolo Bonzini <pbonzini@redhat.com> 16915cb48f05SSergio LopezS: Maintained 16920b09d441SAlex BennéeF: docs/system/i386/microvm.rst 16935cb48f05SSergio LopezF: hw/i386/microvm.c 16945cb48f05SSergio LopezF: include/hw/i386/microvm.h 16955cb48f05SSergio LopezF: pc-bios/bios-microvm.bin 16965cb48f05SSergio Lopez 16975da4fb00SMichael S. TsirkinMachine core 169824c4cd13SEduardo HabkostM: Eduardo Habkost <eduardo@habkost.net> 1699fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 17008823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 1701da7595caSYanan WangR: Yanan Wang <wangyanan55@huawei.com> 17025da4fb00SMichael S. TsirkinS: Supported 1703d9f24bf5SPaolo BonziniF: cpu.c 17042e5b09fdSMarkus ArmbrusterF: hw/core/cpu.c 170552924deaSMarkus ArmbrusterF: hw/core/machine-qmp-cmds.c 17065da4fb00SMichael S. TsirkinF: hw/core/machine.c 170786ce2d28SYanan WangF: hw/core/machine-smp.c 1708c1629c5cSThomas HuthF: hw/core/null-machine.c 1709ac057879SMarkus ArmbrusterF: hw/core/numa.c 1710335d52f4SLuc MichelF: hw/cpu/cluster.c 17118ac25c84SMarkus ArmbrusterF: qapi/machine.json 17127f7b4e7aSMarkus ArmbrusterF: qapi/machine-target.json 17135da4fb00SMichael S. TsirkinF: include/hw/boards.h 17142e5b09fdSMarkus ArmbrusterF: include/hw/core/cpu.h 1715335d52f4SLuc MichelF: include/hw/cpu/cluster.h 17162dd02587SMarkus ArmbrusterF: include/sysemu/numa.h 17179e8e393bSYanan WangF: tests/unit/test-smp-parse.c 1718f953c100SEduardo HabkostT: git https://gitlab.com/ehabkost/qemu.git machine-next 1719fd5d5c56SAnthony Liguori 172016e7caaeSMax FilippovXtensa Machines 172116e7caaeSMax Filippov--------------- 1722375847a6SMax Filippovsim 172316e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 172416e7caaeSMax FilippovS: Maintained 1725437a8c11SMax FilippovF: hw/xtensa/sim.c 1726375847a6SMax Filippov 1727d9e8553bSMax Filippovvirt 1728d9e8553bSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1729d9e8553bSMax FilippovS: Maintained 1730d9e8553bSMax FilippovF: hw/xtensa/virt.c 1731d9e8553bSMax Filippov 1732437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 1733375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1734375847a6SMax FilippovS: Maintained 1735437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 1736437a8c11SMax FilippovF: hw/net/opencores_eth.c 173716e7caaeSMax Filippov 1738fd5d5c56SAnthony LiguoriDevices 1739fd5d5c56SAnthony Liguori------- 1740a8f4aee6SPhilippe Mathieu-DaudéOverall Audio frontends 1741a8f4aee6SPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 1742a8f4aee6SPhilippe Mathieu-DaudéS: Odd Fixes 1743a8f4aee6SPhilippe Mathieu-DaudéF: hw/audio/ 1744a8f4aee6SPhilippe Mathieu-DaudéF: include/hw/audio/ 1745a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/ac97-test.c 1746a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/es1370-test.c 1747a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/intel-hda-test.c 1748a8f4aee6SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-sb16-test.c 1749a8f4aee6SPhilippe Mathieu-Daudé 1750d36d7112SVikram GarhwalXilinx CAN 1751d36d7112SVikram GarhwalM: Vikram Garhwal <fnu.vikram@xilinx.com> 1752d36d7112SVikram GarhwalM: Francisco Iglesias <francisco.iglesias@xilinx.com> 1753d36d7112SVikram GarhwalS: Maintained 1754d36d7112SVikram GarhwalF: hw/net/can/xlnx-* 1755d36d7112SVikram GarhwalF: include/hw/net/xlnx-* 1756d36d7112SVikram GarhwalF: tests/qtest/xlnx-can-test* 1757d36d7112SVikram Garhwal 1758b30934cbSJiri SlabyEDU 1759b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 1760b30934cbSJiri SlabyS: Maintained 1761b30934cbSJiri SlabyF: hw/misc/edu.c 1762b30934cbSJiri Slaby 1763fd5d5c56SAnthony LiguoriIDE 1764c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1765c095348bSJohn SnowL: qemu-block@nongnu.org 1766c095348bSJohn SnowS: Supported 17678d8b636dSPaolo BonziniF: include/hw/ide.h 1768c9f7acd5SThomas HuthF: include/hw/ide/ 1769fd5d5c56SAnthony LiguoriF: hw/ide/ 1770c095348bSJohn SnowF: hw/block/block.c 1771c095348bSJohn SnowF: hw/block/cdrom.c 1772c095348bSJohn SnowF: hw/block/hd-geometry.c 17731e8a1faeSThomas HuthF: tests/qtest/ide-test.c 17741e8a1faeSThomas HuthF: tests/qtest/ahci-test.c 17751e8a1faeSThomas HuthF: tests/qtest/cdrom-test.c 17761cf4323eSThomas HuthF: tests/qtest/libqos/ahci* 177777582e2cSJohn SnowT: git https://gitlab.com/jsnow/qemu.git ide 1778c095348bSJohn Snow 1779caf316baSCorey MinyardIPMI 1780caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org> 1781caf316baSCorey MinyardS: Maintained 1782caf316baSCorey MinyardF: include/hw/ipmi/* 1783caf316baSCorey MinyardF: hw/ipmi/* 1784caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c 17851e8a1faeSThomas HuthF: tests/qtest/ipmi* 1786e18a8b34SStefan HajnocziT: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1787caf316baSCorey Minyard 1788c095348bSJohn SnowFloppy 1789c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1790c095348bSJohn SnowL: qemu-block@nongnu.org 1791c095348bSJohn SnowS: Supported 1792c095348bSJohn SnowF: hw/block/fdc.c 17935a5d2f3dSPhilippe Mathieu-DaudéF: hw/block/fdc-internal.h 179472ea60e4SPhilippe Mathieu-DaudéF: hw/block/fdc-isa.c 17951430759eSPhilippe Mathieu-DaudéF: hw/block/fdc-sysbus.c 1796c095348bSJohn SnowF: include/hw/block/fdc.h 17971e8a1faeSThomas HuthF: tests/qtest/fdc-test.c 179877582e2cSJohn SnowT: git https://gitlab.com/jsnow/qemu.git ide 1799fd5d5c56SAnthony Liguori 1800ee344768SMaciej S. SzmigieroHyper-V VMBus 1801ee344768SMaciej S. SzmigieroM: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> 1802ee344768SMaciej S. SzmigieroS: Odd Fixes 1803ee344768SMaciej S. SzmigieroF: hw/hyperv/vmbus.c 1804ee344768SMaciej S. SzmigieroF: include/hw/hyperv/vmbus*.h 1805ee344768SMaciej S. Szmigiero 1806f5f487b2SPeter MaydellOMAP 1807f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 18088ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1809f5f487b2SPeter MaydellS: Maintained 18108d8b636dSPaolo BonziniF: hw/*/omap* 1811ed0db866SThomas HuthF: include/hw/arm/omap.h 181266278f8aSPhilippe Mathieu-DaudéF: docs/system/arm/sx1.rst 1813f5f487b2SPeter Maydell 181428d54e58SPaolo BonziniIPack 181528d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 181628d54e58SPaolo BonziniS: Odd Fixes 181728d54e58SPaolo BonziniF: hw/char/ipoctal232.c 181828d54e58SPaolo BonziniF: hw/ipack/ 181928d54e58SPaolo Bonzini 1820fd5d5c56SAnthony LiguoriPCI 1821fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1822fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1823fd5d5c56SAnthony LiguoriS: Supported 18248d8b636dSPaolo BonziniF: include/hw/pci/* 1825f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 1826ca818cfbSMichael S. TsirkinF: hw/pci/* 1827f178bc6bSPaolo BonziniF: hw/pci-bridge/* 182861c7f987SPhilippe Mathieu-DaudéF: qapi/pci.json 182968179923SPhilippe Mathieu-DaudéF: docs/pci* 183068179923SPhilippe Mathieu-DaudéF: docs/specs/*pci* 18310e0b3592SMichael S. Tsirkin 1832d31e5ae7SMichael S. TsirkinACPI/SMBIOS 18330e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 18340e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 1835c2ea98c3SAni SinhaR: Ani Sinha <ani@anisinha.ca> 18360e0b3592SMichael S. TsirkinS: Supported 18370e0b3592SMichael S. TsirkinF: include/hw/acpi/* 1838a2eb5c0cSPhilippe Mathieu-DaudéF: include/hw/firmware/smbios.h 18398d8b636dSPaolo BonziniF: hw/acpi/* 1840d31e5ae7SMichael S. TsirkinF: hw/smbios/* 18410e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 18420e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 184327c9188fSPhilippe Mathieu-DaudéF: qapi/acpi.json 1844b963ea19SThomas HuthF: tests/qtest/bios-tables-test* 18451e8a1faeSThomas HuthF: tests/qtest/acpi-utils.[hc] 1846faae23b9SPhilippe Mathieu-DaudéF: tests/data/acpi/ 1847fcc6f733SPeter MaydellF: docs/specs/acpi_cpu_hotplug.rst 1848fcc6f733SPeter MaydellF: docs/specs/acpi_mem_hotplug.rst 18492fcd005fSDavid HildenbrandF: docs/specs/acpi_nvdimm.rst 1850fcc6f733SPeter MaydellF: docs/specs/acpi_pci_hotplug.rst 1851fcc6f733SPeter MaydellF: docs/specs/acpi_hw_reduced_hotplug.rst 1852fd5d5c56SAnthony Liguori 1853d135536dSAni SinhaACPI/VIOT 1854d135536dSAni SinhaM: Jean-Philippe Brucker <jean-philippe@linaro.org> 1855d135536dSAni SinhaS: Supported 1856d135536dSAni SinhaF: hw/acpi/viot.c 1857d135536dSAni SinhaF: hw/acpi/viot.h 1858d135536dSAni Sinha 1859f7e462f8SDongjiu GengACPI/HEST/GHES 1860d6eed465SDongjiu GengR: Dongjiu Geng <gengdongjiu1@gmail.com> 1861f7e462f8SDongjiu GengL: qemu-arm@nongnu.org 1862f7e462f8SDongjiu GengS: Maintained 1863f7e462f8SDongjiu GengF: hw/acpi/ghes.c 1864f7e462f8SDongjiu GengF: include/hw/acpi/ghes.h 1865f7e462f8SDongjiu GengF: docs/specs/acpi_hest_ghes.rst 1866f7e462f8SDongjiu Geng 1867aaade8d7SAndreas Färberppc4xx 1868aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 18690f514eeaSDavid GibsonS: Orphan 18708d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 1871aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c 1872b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 1873aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h 187434d0831fSPeter MaydellF: hw/intc/ppc-uic.c 187534d0831fSPeter MaydellF: include/hw/intc/ppc-uic.h 1876aaade8d7SAndreas Färber 187761af0ee6SPaolo BonziniCharacter devices 18782185fd67SPaolo BonziniM: Marc-André Lureau <marcandre.lureau@redhat.com> 18792185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 188061af0ee6SPaolo BonziniS: Odd Fixes 188161af0ee6SPaolo BonziniF: hw/char/ 188261af0ee6SPaolo Bonzini 1883f536f112SPaolo BonziniNetwork devices 1884f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 1885f536f112SPaolo BonziniS: Odd Fixes 1886f536f112SPaolo BonziniF: hw/net/ 18876061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/ 18881e8a1faeSThomas HuthF: tests/qtest/virtio-net-test.c 18899711cd0dSJens FreimannF: docs/virtio-net-failover.rst 1890e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 1891f536f112SPaolo Bonzini 1892e0c9d0c1SPhilippe Mathieu-DaudéParallel NOR Flash devices 18938823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 1894e0c9d0c1SPhilippe Mathieu-DaudéT: git https://gitlab.com/philmd/qemu.git pflash-next 1895e0c9d0c1SPhilippe Mathieu-DaudéS: Maintained 1896e0c9d0c1SPhilippe Mathieu-DaudéF: hw/block/pflash_cfi*.c 1897e0c9d0c1SPhilippe Mathieu-DaudéF: include/hw/block/flash.h 1898e0c9d0c1SPhilippe Mathieu-Daudé 1899fd5d5c56SAnthony LiguoriSCSI 1900de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1901fe5ca46dSFam ZhengR: Fam Zheng <fam@euphon.net> 1902de7724f7SPaolo BonziniS: Supported 190374460f34SThomas HuthF: include/hw/scsi/* 19048d8b636dSPaolo BonziniF: hw/scsi/* 19051e8a1faeSThomas HuthF: tests/qtest/virtio-scsi-test.c 1906b43957dcSPhilippe Mathieu-DaudéF: tests/qtest/fuzz-virtio-scsi-test.c 1907ce94fa7aSMark Cave-AylandF: tests/qtest/am53c974-test.c 1908aa62976cSPhilippe Mathieu-DaudéF: tests/qtest/fuzz-lsi53c895a-test.c 1909e18a8b34SStefan HajnocziT: git https://github.com/bonzini/qemu.git scsi-next 1910de7724f7SPaolo Bonzini 1911fcb5629dSPeter A. G. CrosthwaiteSSI 1912c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1913fcb5629dSPeter A. G. CrosthwaiteS: Maintained 19148d8b636dSPaolo BonziniF: hw/ssi/* 19152389bcc2SCédric Le GoaterF: hw/block/m25p80* 1916982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h 19174b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 19181e8a1faeSThomas HuthF: tests/qtest/m25p80-test.c 19194b46ba61SAlistair Francis 19204b46ba61SAlistair FrancisXilinx SPI 1921c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 19224b46ba61SAlistair FrancisS: Maintained 19234b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 1924fcb5629dSPeter A. G. Crosthwaite 1925076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card) 19268823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 19273e0a7693SPhilippe Mathieu-DaudéM: Bin Meng <bin.meng@windriver.com> 1928ba412478SPhilippe Mathieu-DaudéL: qemu-block@nongnu.org 1929076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes 1930076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd* 1931076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c 1932076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd* 19331232ed1fSPhilippe Mathieu-DaudéF: hw/sd/ssi-sd.c 193459b63d78SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-sdcard-test.c 193559b63d78SPhilippe Mathieu-DaudéF: tests/qtest/sdhci-test.c 1936076a0fc3SPhilippe Mathieu-Daudé 1937fd5d5c56SAnthony LiguoriUSB 19385d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1939cd02c965SGerd HoffmannS: Odd Fixes 19408d8b636dSPaolo BonziniF: hw/usb/* 19419c3c834bSPhilippe Mathieu-DaudéF: stubs/usb-dev-stub.c 19421e8a1faeSThomas HuthF: tests/qtest/usb-*-test.c 19432a49e4e9SPeter MaydellF: docs/system/devices/usb.rst 1944beded0ffSThomas HuthF: include/hw/usb.h 1945beded0ffSThomas HuthF: include/hw/usb/ 1946fd5d5c56SAnthony Liguori 1947e26082fdSPaolo BonziniUSB (serial adapter) 1948cd02c965SGerd HoffmannR: Gerd Hoffmann <kraxel@redhat.com> 1949e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1950e26082fdSPaolo BonziniS: Maintained 1951e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 1952e26082fdSPaolo Bonzini 195392e1fb5eSAlex WilliamsonVFIO 195492e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 195592e1fb5eSAlex WilliamsonS: Supported 1956cf7087dbSKim PhillipsF: hw/vfio/* 195799b88c6dSThomas HuthF: include/hw/vfio/ 19584e779bf1SPhilippe Mathieu-DaudéF: docs/igd-assign.txt 19592a578133STarun GuptaF: docs/devel/vfio-migration.rst 196092e1fb5eSAlex Williamson 19615eb74557SDong Jia Shivfio-ccw 19627913938aSChristian BorntraegerM: Eric Farman <farman@linux.ibm.com> 1963074c84b9SMatthew RosatoM: Matthew Rosato <mjrosato@linux.ibm.com> 19645eb74557SDong Jia ShiS: Supported 19655eb74557SDong Jia ShiF: hw/vfio/ccw.c 19665eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c 19675eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h 196844445d86SJason J. HerneF: include/hw/s390x/vfio-ccw.h 1969146bd283SCornelia HuckL: qemu-s390x@nongnu.org 19705eb74557SDong Jia Shi 1971a51b3153STony Krowiakvfio-ap 1972a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com> 1973a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com> 1974074c84b9SMatthew RosatoM: Jason Herne <jjherne@linux.ibm.com> 1975a51b3153STony KrowiakS: Supported 1976a51b3153STony KrowiakF: hw/s390x/ap-device.c 1977a51b3153STony KrowiakF: hw/s390x/ap-bridge.c 1978a51b3153STony KrowiakF: include/hw/s390x/ap-device.h 1979a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h 19802fe2942cSTony KrowiakF: hw/vfio/ap.c 1981f58f084eSCornelia HuckF: docs/system/s390x/vfio-ap.rst 1982a51b3153STony KrowiakL: qemu-s390x@nongnu.org 1983a51b3153STony Krowiak 1984fd5d5c56SAnthony Liguorivhost 1985fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1986fd5d5c56SAnthony LiguoriS: Supported 19878d8b636dSPaolo BonziniF: hw/*/*vhost* 1988482580a6SMarc-André LureauF: docs/interop/vhost-user.json 1989ed1be66bSMarc-André LureauF: docs/interop/vhost-user.rst 199072c1e865SPhilippe Mathieu-DaudéF: contrib/vhost-user-*/ 1991f24bb728SMarc-André LureauF: backends/vhost-user.c 1992f24bb728SMarc-André LureauF: include/sysemu/vhost-user-backend.h 1993fd5d5c56SAnthony Liguori 1994fd5d5c56SAnthony Liguorivirtio 1995a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1996fd5d5c56SAnthony LiguoriS: Supported 19978d8b636dSPaolo BonziniF: hw/*/virtio* 199872fa605dSThomas HuthF: hw/virtio/Makefile.objs 199972fa605dSThomas HuthF: hw/virtio/trace-events 20006a084ea3SMichael S. TsirkinF: net/vhost-user.c 2001494f7b57SThomas HuthF: include/hw/virtio/ 2002fd5d5c56SAnthony Liguori 20036d7b25adSDavid Hildenbrandvirtio-balloon 20046d7b25adSDavid HildenbrandM: Michael S. Tsirkin <mst@redhat.com> 20056d7b25adSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 20066d7b25adSDavid HildenbrandS: Maintained 200714dc58e3SThomas HuthF: docs/interop/virtio-balloon-stats.rst 20086d7b25adSDavid HildenbrandF: hw/virtio/virtio-balloon*.c 20096d7b25adSDavid HildenbrandF: include/hw/virtio/virtio-balloon.h 2010c7f419f5SClaudio FontanaF: softmmu/balloon.c 20116d7b25adSDavid HildenbrandF: include/sysemu/balloon.h 20126d7b25adSDavid Hildenbrand 2013fd5d5c56SAnthony Liguorivirtio-9p 20148c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 2015233982afSChristian SchoenebeckM: Christian Schoenebeck <qemu_oss@crudebyte.com> 2016e410bbc5SGreg KurzS: Odd Fixes 20176f569084SChristian SchoenebeckW: https://wiki.qemu.org/Documentation/9p 2018aebeca25SAndreas FärberF: hw/9pfs/ 2019b827891dSGreg KurzX: hw/9pfs/xen-9p* 2020aebeca25SAndreas FärberF: fsdev/ 202133b2b388SWainer dos Santos MoschettaF: docs/tools/virtfs-proxy-helper.rst 20221e8a1faeSThomas HuthF: tests/qtest/virtio-9p-test.c 20231a001953SGreg KurzT: git https://gitlab.com/gkurz/qemu.git 9p-next 202490225f90SChristian SchoenebeckT: git https://github.com/cschoenebeck/qemu.git 9p.next 2025fd5d5c56SAnthony Liguori 2026fd5d5c56SAnthony Liguorivirtio-blk 202754d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2028b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 2029fd5d5c56SAnthony LiguoriS: Supported 2030d9cf55a8SDaniil TatianinF: hw/block/virtio-blk-common.c 20318d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 2032b457a5f5SStefan HajnocziF: hw/block/dataplane/* 2033d9cf55a8SDaniil TatianinF: include/hw/virtio/virtio-blk-common.h 20341e8a1faeSThomas HuthF: tests/qtest/virtio-blk-test.c 2035e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 2036fd5d5c56SAnthony Liguori 2037dd4ad64aSCornelia Huckvirtio-ccw 2038c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 203968b91e85SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 20406a6d3dfdSEric FarmanM: Eric Farman <farman@linux.ibm.com> 2041dd4ad64aSCornelia HuckS: Supported 2042901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc] 2043117d7943SEric FarmanF: hw/s390x/vhost-*-ccw.c 204499eaf137SCornelia HuckT: git https://gitlab.com/cohuck/qemu.git s390-next 2045e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 2046146bd283SCornelia HuckL: qemu-s390x@nongnu.org 2047dd4ad64aSCornelia Huck 2048bad7d2c3SDr. David Alan Gilbertvirtiofs 2049bad7d2c3SDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 2050bad7d2c3SDr. David Alan GilbertM: Stefan Hajnoczi <stefanha@redhat.com> 2051bad7d2c3SDr. David Alan GilbertS: Supported 2052bad7d2c3SDr. David Alan GilbertF: tools/virtiofsd/* 2053bad7d2c3SDr. David Alan GilbertF: hw/virtio/vhost-user-fs* 2054bad7d2c3SDr. David Alan GilbertF: include/hw/virtio/vhost-user-fs.h 205533b2b388SWainer dos Santos MoschettaF: docs/tools/virtiofsd.rst 205609c8d9e8SConnor KuehlL: virtio-fs@redhat.com 2057bad7d2c3SDr. David Alan Gilbert 2058a5d4d7b5SGerd Hoffmannvirtio-input 2059a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 20601e2edb98SGerd HoffmannS: Odd Fixes 20619c4d05b7SMarc-André LureauF: hw/input/vhost-user-input.c 2062a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 2063a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 206406914c97SMarc-André LureauF: contrib/vhost-user-input/* 2065a5d4d7b5SGerd Hoffmann 2066c1dee918SEric Augervirtio-iommu 2067c1dee918SEric AugerM: Eric Auger <eric.auger@redhat.com> 2068c1dee918SEric AugerS: Maintained 2069c1dee918SEric AugerF: hw/virtio/virtio-iommu*.c 2070c1dee918SEric AugerF: include/hw/virtio/virtio-iommu.h 2071c1dee918SEric Auger 2072fd5d5c56SAnthony Liguorivirtio-serial 20732501db70SLaurent VivierM: Laurent Vivier <lvivier@redhat.com> 20742501db70SLaurent VivierR: Amit Shah <amit@kernel.org> 2075fd5d5c56SAnthony LiguoriS: Supported 20768d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 20778d8b636dSPaolo BonziniF: hw/char/virtio-console.c 207868a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 20791e8a1faeSThomas HuthF: tests/qtest/virtio-serial-test.c 2080fd5d5c56SAnthony Liguori 20811f51a5cbSAmit Shahvirtio-rng 20822501db70SLaurent VivierM: Laurent Vivier <lvivier@redhat.com> 20832501db70SLaurent VivierR: Amit Shah <amit@kernel.org> 20841f51a5cbSAmit ShahS: Supported 20851f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 20861f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 2087750cf869SThomas HuthF: include/sysemu/rng*.h 20881f51a5cbSAmit ShahF: backends/rng*.c 20891e8a1faeSThomas HuthF: tests/qtest/virtio-rng-test.c 20901f51a5cbSAmit Shah 2091e3e01466SMathieu Poiriervhost-user-rng 2092e3e01466SMathieu PoirierM: Mathieu Poirier <mathieu.poirier@linaro.org> 2093e3e01466SMathieu PoirierS: Supported 2094e3e01466SMathieu PoirierF: docs/tools/vhost-user-rng.rst 2095e3e01466SMathieu PoirierF: hw/virtio/vhost-user-rng.c 2096e3e01466SMathieu PoirierF: hw/virtio/vhost-user-rng-pci.c 2097e3e01466SMathieu PoirierF: include/hw/virtio/vhost-user-rng.h 2098e3e01466SMathieu PoirierF: tools/vhost-user-rng/* 2099e3e01466SMathieu Poirier 210027ba7b02SViresh Kumarvhost-user-gpio 210127ba7b02SViresh KumarM: Alex Bennée <alex.bennee@linaro.org> 210227ba7b02SViresh KumarR: Viresh Kumar <viresh.kumar@linaro.org> 210327ba7b02SViresh KumarS: Maintained 210425c60a46SViresh KumarF: hw/virtio/vhost-user-gpio* 210527ba7b02SViresh KumarF: include/hw/virtio/vhost-user-gpio.h 21068fcfc823SAlex BennéeF: tests/qtest/libqos/virtio-gpio.* 210727ba7b02SViresh Kumar 21086034011cSGongleivirtio-crypto 21096034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 21106034011cSGongleiS: Supported 21116034011cSGongleiF: hw/virtio/virtio-crypto.c 21126034011cSGongleiF: hw/virtio/virtio-crypto-pci.c 21136034011cSGongleiF: include/hw/virtio/virtio-crypto.h 21146034011cSGonglei 2115751c7bddSDavid Hildenbrandvirtio-mem 2116751c7bddSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 2117751c7bddSDavid HildenbrandS: Supported 2118751c7bddSDavid HildenbrandW: https://virtio-mem.gitlab.io/ 2119751c7bddSDavid HildenbrandF: hw/virtio/virtio-mem.c 2120751c7bddSDavid HildenbrandF: hw/virtio/virtio-mem-pci.h 2121751c7bddSDavid HildenbrandF: hw/virtio/virtio-mem-pci.c 2122751c7bddSDavid HildenbrandF: include/hw/virtio/virtio-mem.h 2123751c7bddSDavid Hildenbrand 2124f3c507adSKeith Buschnvme 21258261cc17SPhilippe Mathieu-DaudéM: Keith Busch <kbusch@kernel.org> 2126e8cc43d5SKeith BuschM: Klaus Jensen <its@irrelevant.dk> 2127c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2128f3c507adSKeith BuschS: Supported 212988eea45cSKlaus JensenF: hw/nvme/* 2130dc0b4d94SPhilippe Mathieu-DaudéF: include/block/nvme.h 21311e8a1faeSThomas HuthF: tests/qtest/nvme-test.c 2132a3d9f3a9SKlaus JensenF: docs/system/nvme.rst 2133e8cc43d5SKeith BuschT: git git://git.infradead.org/qemu-nvme.git nvme-next 2134f3c507adSKeith Busch 2135d383c625SHannes Reineckemegasas 21363fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com> 2137c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2138d383c625SHannes ReineckeS: Supported 2139d383c625SHannes ReineckeF: hw/scsi/megasas.c 2140d383c625SHannes ReineckeF: hw/scsi/mfi.h 21411e8a1faeSThomas HuthF: tests/qtest/megasas-test.c 2142c887d333SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-megasas-test.c 2143d383c625SHannes Reinecke 2144605d52e6SDmitry FleytmanNetwork packet abstractions 2145bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2146605d52e6SDmitry FleytmanS: Maintained 2147605d52e6SDmitry FleytmanF: include/net/eth.h 2148605d52e6SDmitry FleytmanF: net/eth.c 2149605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 2150605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 2151605d52e6SDmitry Fleytman 2152622fb504SDmitry FleytmanVmware 2153bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2154622fb504SDmitry FleytmanS: Maintained 2155622fb504SDmitry FleytmanF: hw/net/vmxnet* 2156622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 21571e8a1faeSThomas HuthF: tests/qtest/vmxnet3-test.c 2158622fb504SDmitry Fleytman 2159de24d3f1SScott FeldmanRocker 2160de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 2161de24d3f1SScott FeldmanS: Maintained 2162de24d3f1SScott FeldmanF: hw/net/rocker/ 216392a3c6aaSMarkus ArmbrusterF: qapi/rocker.json 2164de850948SThomas HuthF: tests/rocker/ 2165de850948SThomas HuthF: docs/specs/rocker.txt 2166de24d3f1SScott Feldman 2167093454e2SDmitry Fleytmane1000x 2168bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2169093454e2SDmitry FleytmanS: Maintained 2170093454e2SDmitry FleytmanF: hw/net/e1000x* 2171093454e2SDmitry Fleytman 21726f3fbe4eSDmitry Fleytmane1000e 2173bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 21746f3fbe4eSDmitry FleytmanS: Maintained 21756f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 21767d6a4f12SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-e1000e-test.c 21776f3fbe4eSDmitry Fleytman 2178ebc2327fSStefan Weileepro100 2179ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de> 2180ebc2327fSStefan WeilS: Maintained 2181ebc2327fSStefan WeilF: hw/net/eepro100.c 2182ebc2327fSStefan Weil 218334ea023dSSven Schnelletulip 218434ea023dSSven SchnelleM: Sven Schnelle <svens@stackframe.org> 218534ea023dSSven SchnelleS: Maintained 218634ea023dSSven SchnelleF: hw/net/tulip.c 218734ea023dSSven SchnelleF: hw/net/tulip.h 218834ea023dSSven Schnelle 2189065177eeSPatrick Venturepca954x 2190065177eeSPatrick VentureM: Patrick Venture <venture@google.com> 2191065177eeSPatrick VentureS: Maintained 2192065177eeSPatrick VentureF: hw/i2c/i2c_mux_pca954x.c 2193065177eeSPatrick VentureF: include/hw/i2c/i2c_mux_pca954x.h 2194065177eeSPatrick Venture 2195e481a1f6SAlistair FrancisGeneric Loader 2196c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 2197e481a1f6SAlistair FrancisS: Maintained 2198e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 2199efe1592cSAlistair FrancisF: hw/core/uboot_image.h 2200e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 220170f20110SAlex BennéeF: docs/system/generic-loader.rst 2202e481a1f6SAlistair Francis 2203a33ff6d2SAlex BennéeGuest Loader 2204a33ff6d2SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 2205a33ff6d2SAlex BennéeS: Maintained 2206a33ff6d2SAlex BennéeF: hw/core/guest-loader.c 220701460378SAlex BennéeF: docs/system/guest-loader.rst 2208bbbd9b6eSWillian RampazzoF: tests/avocado/boot_xen.py 2209fd5d5c56SAnthony Liguori 2210645d3cbeSSu HangIntel Hexadecimal Object File Loader 2211645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn> 2212645d3cbeSSu HangS: Maintained 22131e8a1faeSThomas HuthF: tests/qtest/hexloader-test.c 22144b2ff65aSPeter MaydellF: tests/data/hex-loader/test.hex 2215645d3cbeSSu Hang 221687a9023aSThomas HuthCHRP NVRAM 221787a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com> 221887a9023aSThomas HuthS: Maintained 221987a9023aSThomas HuthF: hw/nvram/chrp_nvram.c 222087a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h 22211e8a1faeSThomas HuthF: tests/qtest/prom-env-test.c 222287a9023aSThomas Huth 222342697d88SBen WarrenVM Generation ID 22242b42989cSJohn SnowS: Orphan 222548006e03SAni SinhaR: Ani Sinha <ani@anisinha.ca> 222642697d88SBen WarrenF: hw/acpi/vmgenid.c 222742697d88SBen WarrenF: include/hw/acpi/vmgenid.h 222842697d88SBen WarrenF: docs/specs/vmgenid.txt 22291e8a1faeSThomas HuthF: tests/qtest/vmgenid-test.c 223042697d88SBen WarrenF: stubs/vmgenid.c 223142697d88SBen Warren 2232c1b29826SPhilippe Mathieu-DaudéLED 22338823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 2234c1b29826SPhilippe Mathieu-DaudéS: Maintained 2235c1b29826SPhilippe Mathieu-DaudéF: include/hw/misc/led.h 2236c1b29826SPhilippe Mathieu-DaudéF: hw/misc/led.c 2237c1b29826SPhilippe Mathieu-Daudé 2238747969dbSPhilippe Mathieu-DaudéUnimplemented device 2239747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org> 22408823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 224148006e03SAni SinhaR: Ani Sinha <ani@anisinha.ca> 2242747969dbSPhilippe Mathieu-DaudéS: Maintained 2243747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h 2244747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c 2245747969dbSPhilippe Mathieu-Daudé 22466007523aSPhilippe Mathieu-DaudéEmpty slot 22476007523aSPhilippe Mathieu-DaudéM: Artyom Tarasenko <atar4qemu@gmail.com> 22488823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 224948006e03SAni SinhaR: Ani Sinha <ani@anisinha.ca> 22506007523aSPhilippe Mathieu-DaudéS: Maintained 22516007523aSPhilippe Mathieu-DaudéF: include/hw/misc/empty_slot.h 22526007523aSPhilippe Mathieu-DaudéF: hw/misc/empty_slot.c 22536007523aSPhilippe Mathieu-Daudé 2254dbb2e472SGerd HoffmannStandard VGA 2255dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2256dbb2e472SGerd HoffmannS: Maintained 2257dbb2e472SGerd HoffmannF: hw/display/vga* 2258dbb2e472SGerd HoffmannF: hw/display/bochs-display.c 2259dbb2e472SGerd HoffmannF: include/hw/display/vga.h 2260dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h 2261dbb2e472SGerd Hoffmann 226258d632c7SGerd Hoffmannramfb 226358d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 226458d632c7SGerd HoffmannS: Maintained 226558d632c7SGerd HoffmannF: hw/display/ramfb*.c 226658d632c7SGerd HoffmannF: include/hw/display/ramfb.h 226758d632c7SGerd Hoffmann 2268dbb2e472SGerd Hoffmannvirtio-gpu 2269dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2270a4de5e8aSGerd HoffmannS: Odd Fixes 2271dbb2e472SGerd HoffmannF: hw/display/virtio-gpu* 2272c68082c4SMarc-André LureauF: hw/display/virtio-vga.* 2273dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h 2274dbb2e472SGerd Hoffmann 2275b372d79bSRaphael Norwitzvhost-user-blk 2276b372d79bSRaphael NorwitzM: Raphael Norwitz <raphael.norwitz@nutanix.com> 2277b372d79bSRaphael NorwitzS: Maintained 2278b372d79bSRaphael NorwitzF: contrib/vhost-user-blk/ 2279b372d79bSRaphael NorwitzF: contrib/vhost-user-scsi/ 2280b372d79bSRaphael NorwitzF: hw/block/vhost-user-blk.c 22818edd5673SDaniil TatianinF: hw/block/virtio-blk-common.c 2282b372d79bSRaphael NorwitzF: hw/scsi/vhost-user-scsi.c 2283b372d79bSRaphael NorwitzF: hw/virtio/vhost-user-blk-pci.c 2284b372d79bSRaphael NorwitzF: hw/virtio/vhost-user-scsi-pci.c 2285b372d79bSRaphael NorwitzF: include/hw/virtio/vhost-user-blk.h 2286b372d79bSRaphael NorwitzF: include/hw/virtio/vhost-user-scsi.h 22878edd5673SDaniil TatianinF: include/hw/virtio/virtio-blk-common.h 2288b372d79bSRaphael Norwitz 2289bd2e44feSMarc-André Lureauvhost-user-gpu 2290bd2e44feSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 2291a4de5e8aSGerd HoffmannR: Gerd Hoffmann <kraxel@redhat.com> 2292bd2e44feSMarc-André LureauS: Maintained 2293bd2e44feSMarc-André LureauF: docs/interop/vhost-user-gpu.rst 2294d52c454aSMarc-André LureauF: contrib/vhost-user-gpu 2295d52c454aSMarc-André LureauF: hw/display/vhost-user-* 2296bd2e44feSMarc-André Lureau 2297dbb2e472SGerd HoffmannCirrus VGA 2298dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2299dbb2e472SGerd HoffmannS: Odd Fixes 2300dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2301dbb2e472SGerd HoffmannF: hw/display/cirrus* 2302dbb2e472SGerd Hoffmann 230372d277a7SGerd HoffmannEDID Generator 230472d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 230572d277a7SGerd HoffmannS: Maintained 230672d277a7SGerd HoffmannF: hw/display/edid* 230772d277a7SGerd HoffmannF: include/hw/display/edid.h 230872d277a7SGerd HoffmannF: qemu-edid.c 230972d277a7SGerd Hoffmann 231010386385SPhilippe Mathieu-DaudéPIIX4 South Bridge (i82371AB) 231110386385SPhilippe Mathieu-DaudéM: Hervé Poussineau <hpoussin@reactos.org> 23128823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 231310386385SPhilippe Mathieu-DaudéS: Maintained 231410386385SPhilippe Mathieu-DaudéF: hw/isa/piix4.c 2315fff123b8SPhilippe Mathieu-DaudéF: include/hw/southbridge/piix.h 231610386385SPhilippe Mathieu-Daudé 231715ffb43cSPhilippe Mathieu-DaudéFirmware configuration (fw_cfg) 23188823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 231915ffb43cSPhilippe Mathieu-DaudéR: Gerd Hoffmann <kraxel@redhat.com> 232015ffb43cSPhilippe Mathieu-DaudéS: Supported 232115ffb43cSPhilippe Mathieu-DaudéF: docs/specs/fw_cfg.txt 23228d0bcebaSPhilippe Mathieu-DaudéF: hw/nvram/fw_cfg*.c 2323b15c0f7dSPhilippe Mathieu-DaudéF: stubs/fw_cfg.c 232415ffb43cSPhilippe Mathieu-DaudéF: include/hw/nvram/fw_cfg.h 232515ffb43cSPhilippe Mathieu-DaudéF: include/standard-headers/linux/qemu_fw_cfg.h 23261cf4323eSThomas HuthF: tests/qtest/libqos/fw_cfg.c 23271e8a1faeSThomas HuthF: tests/qtest/fw_cfg-test.c 232815ffb43cSPhilippe Mathieu-DaudéT: git https://github.com/philmd/qemu.git fw_cfg-next 232915ffb43cSPhilippe Mathieu-Daudé 23302313abf0SThomas HuthXIVE 23312313abf0SThomas HuthM: Cédric Le Goater <clg@kaod.org> 23322313abf0SThomas HuthL: qemu-ppc@nongnu.org 2333b0877575SCédric Le GoaterS: Odd Fixes 23342313abf0SThomas HuthF: hw/*/*xive* 23352313abf0SThomas HuthF: include/hw/*/*xive* 233624563a58SCédric Le GoaterF: docs/*/*xive* 23372313abf0SThomas Huth 23387bd0d13fSPhilippe Mathieu-DaudéRenesas peripherals 23392d53d0c7SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 23407bd0d13fSPhilippe Mathieu-DaudéR: Magnus Damm <magnus.damm@gmail.com> 2341f166061cSPhilippe Mathieu-DaudéS: Odd Fixes 2342645194c7SYoshinori SatoF: hw/char/renesas_sci.c 23437bd0d13fSPhilippe Mathieu-DaudéF: hw/char/sh_serial.c 2344c7f37bafSYoshinori SatoF: hw/timer/renesas_*.c 23457bd0d13fSPhilippe Mathieu-DaudéF: hw/timer/sh_timer.c 2346645194c7SYoshinori SatoF: include/hw/char/renesas_sci.h 23477bd0d13fSPhilippe Mathieu-DaudéF: include/hw/sh4/sh.h 2348c7f37bafSYoshinori SatoF: include/hw/timer/renesas_*.h 23497bd0d13fSPhilippe Mathieu-Daudé 2350e78597ccSYoshinori SatoRenesas RX peripherals 2351b2744da9SPhilippe Mathieu-DaudéR: Yoshinori Sato <ysato@users.sourceforge.jp> 2352b2744da9SPhilippe Mathieu-DaudéS: Orphan 2353e78597ccSYoshinori SatoF: hw/intc/rx_icu.c 23540c80f50fSYoshinori SatoF: hw/rx/ 2355e78597ccSYoshinori SatoF: include/hw/intc/rx_icu.h 23560c80f50fSYoshinori SatoF: include/hw/rx/ 2357e78597ccSYoshinori Sato 2358de4d4adbSPavel PisaCAN bus subsystem and hardware 2359de4d4adbSPavel PisaM: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2360de4d4adbSPavel PisaM: Vikram Garhwal <fnu.vikram@xilinx.com> 2361de4d4adbSPavel PisaS: Maintained 2362de4d4adbSPavel PisaW: https://canbus.pages.fel.cvut.cz/ 2363de4d4adbSPavel PisaF: net/can/* 2364de4d4adbSPavel PisaF: hw/net/can/* 2365de4d4adbSPavel PisaF: include/net/can_*.h 2366de4d4adbSPavel Pisa 2367ff8cdbbdSDavid GibsonOpenPIC interrupt controller 2368ff8cdbbdSDavid GibsonM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2369ff8cdbbdSDavid GibsonS: Odd Fixes 2370ff8cdbbdSDavid GibsonF: hw/intc/openpic.c 2371ff8cdbbdSDavid GibsonF: include/hw/ppc/openpic.h 2372ff8cdbbdSDavid Gibson 23736cee5479SPhilippe Mathieu-DaudéMIPS CPS 23748823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 23756cee5479SPhilippe Mathieu-DaudéS: Odd Fixes 23766cee5479SPhilippe Mathieu-DaudéF: hw/misc/mips_* 23776cee5479SPhilippe Mathieu-DaudéF: include/hw/misc/mips_* 23786cee5479SPhilippe Mathieu-Daudé 23796cee5479SPhilippe Mathieu-DaudéMIPS GIC 23808823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 23816cee5479SPhilippe Mathieu-DaudéS: Odd Fixes 23826cee5479SPhilippe Mathieu-DaudéF: hw/intc/mips_gic.c 23836cee5479SPhilippe Mathieu-DaudéF: hw/timer/mips_gictimer.c 23846cee5479SPhilippe Mathieu-DaudéF: include/hw/intc/mips_gic.h 23856cee5479SPhilippe Mathieu-DaudéF: include/hw/timer/mips_gictimer.h 23866cee5479SPhilippe Mathieu-Daudé 238756e34834SCornelia HuckS390 3270 device 238856e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 238956e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 239056e34834SCornelia HuckS: Odd fixes 239156e34834SCornelia HuckF: include/hw/s390x/3270-ccw.h 239256e34834SCornelia HuckF: hw/char/terminal3270.c 239356e34834SCornelia HuckF: hw/s390x/3270-ccw.c 239456e34834SCornelia HuckL: qemu-s390x@nongnu.org 239556e34834SCornelia Huck 239656e34834SCornelia HuckS390 diag 288 watchdog 239756e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 239856e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 239956e34834SCornelia HuckS: Supported 240056e34834SCornelia HuckF: hw/watchdog/wdt_diag288.c 240156e34834SCornelia HuckF: include/hw/watchdog/wdt_diag288.h 240256e34834SCornelia HuckL: qemu-s390x@nongnu.org 240356e34834SCornelia Huck 240456e34834SCornelia HuckS390 storage key device 240556e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 240656e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 240756e34834SCornelia HuckS: Supported 240856e34834SCornelia HuckF: hw/s390x/storage-keys.h 240956e34834SCornelia HuckF: hw/390x/s390-skeys*.c 241056e34834SCornelia HuckL: qemu-s390x@nongnu.org 241156e34834SCornelia Huck 241256e34834SCornelia HuckS390 storage attribute device 241356e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 241456e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 241556e34834SCornelia HuckS: Supported 241656e34834SCornelia HuckF: hw/s390x/storage-attributes.h 241756e34834SCornelia HuckF: hw/s390/s390-stattrib*.c 241856e34834SCornelia HuckL: qemu-s390x@nongnu.org 241956e34834SCornelia Huck 242056e34834SCornelia HuckS390 floating interrupt controller 242156e34834SCornelia HuckM: Halil Pasic <pasic@linux.ibm.com> 242256e34834SCornelia HuckM: Christian Borntraeger <borntraeger@linux.ibm.com> 242356e34834SCornelia HuckM: David Hildenbrand <david@redhat.com> 242456e34834SCornelia HuckS: Supported 242556e34834SCornelia HuckF: hw/intc/s390_flic*.c 242656e34834SCornelia HuckF: include/hw/s390x/s390_flic.h 242756e34834SCornelia HuckL: qemu-s390x@nongnu.org 242856e34834SCornelia Huck 24295028d66cSHongren (Zenithal) ZhengCanoKey 24305028d66cSHongren (Zenithal) ZhengM: Hongren (Zenithal) Zheng <i@zenithal.me> 24315028d66cSHongren (Zenithal) ZhengS: Maintained 24325028d66cSHongren (Zenithal) ZhengR: Canokeys.org <contact@canokeys.org> 24335028d66cSHongren (Zenithal) ZhengF: hw/usb/canokey.c 24345028d66cSHongren (Zenithal) ZhengF: hw/usb/canokey.h 24355028d66cSHongren (Zenithal) ZhengF: docs/system/devices/canokey.rst 24365028d66cSHongren (Zenithal) Zheng 2437fd5d5c56SAnthony LiguoriSubsystems 2438fd5d5c56SAnthony Liguori---------- 2439a8f4aee6SPhilippe Mathieu-DaudéOverall Audio backends 2440fd5d5c56SAnthony LiguoriM: Gerd Hoffmann <kraxel@redhat.com> 24416bc915f3SGerd HoffmannS: Odd Fixes 2442fd5d5c56SAnthony LiguoriF: audio/ 24430ebe43eaSPhilippe Mathieu-DaudéX: audio/alsaaudio.c 24440ebe43eaSPhilippe Mathieu-DaudéX: audio/coreaudio.c 24450ebe43eaSPhilippe Mathieu-DaudéX: audio/dsound* 24460ebe43eaSPhilippe Mathieu-DaudéX: audio/jackaudio.c 24470ebe43eaSPhilippe Mathieu-DaudéX: audio/ossaudio.c 24480ebe43eaSPhilippe Mathieu-DaudéX: audio/paaudio.c 24490ebe43eaSPhilippe Mathieu-DaudéX: audio/sdlaudio.c 2450663df1ccSAlexandre RatchovX: audio/sndioaudio.c 24514566d142SPhilippe Mathieu-DaudéX: audio/spiceaudio.c 245292a3c6aaSMarkus ArmbrusterF: qapi/audio.json 2453fd5d5c56SAnthony Liguori 24540ebe43eaSPhilippe Mathieu-DaudéALSA Audio backend 24550ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 2456584ab347SChristian SchoenebeckR: Christian Schoenebeck <qemu_oss@crudebyte.com> 24570ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24580ebe43eaSPhilippe Mathieu-DaudéF: audio/alsaaudio.c 24590ebe43eaSPhilippe Mathieu-Daudé 24600ebe43eaSPhilippe Mathieu-DaudéCore Audio framework backend 24610ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 24628823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 2463584ab347SChristian SchoenebeckR: Christian Schoenebeck <qemu_oss@crudebyte.com> 2464af643498SAkihiko OdakiR: Akihiko Odaki <akihiko.odaki@gmail.com> 24650ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24660ebe43eaSPhilippe Mathieu-DaudéF: audio/coreaudio.c 24670ebe43eaSPhilippe Mathieu-Daudé 24680ebe43eaSPhilippe Mathieu-DaudéDSound Audio backend 24690ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 24700ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24710ebe43eaSPhilippe Mathieu-DaudéF: audio/dsound* 24720ebe43eaSPhilippe Mathieu-Daudé 24730ebe43eaSPhilippe Mathieu-DaudéJACK Audio Connection Kit backend 24740ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 2475584ab347SChristian SchoenebeckR: Christian Schoenebeck <qemu_oss@crudebyte.com> 24760ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24770ebe43eaSPhilippe Mathieu-DaudéF: audio/jackaudio.c 24780ebe43eaSPhilippe Mathieu-Daudé 24790ebe43eaSPhilippe Mathieu-DaudéOpen Sound System (OSS) Audio backend 24800ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 24810ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24820ebe43eaSPhilippe Mathieu-DaudéF: audio/ossaudio.c 24830ebe43eaSPhilippe Mathieu-Daudé 24840ebe43eaSPhilippe Mathieu-DaudéPulseAudio backend 24850ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 24860ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24870ebe43eaSPhilippe Mathieu-DaudéF: audio/paaudio.c 24880ebe43eaSPhilippe Mathieu-Daudé 24890ebe43eaSPhilippe Mathieu-DaudéSDL Audio backend 24900ebe43eaSPhilippe Mathieu-DaudéM: Gerd Hoffmann <kraxel@redhat.com> 24912863bd56SThomas HuthR: Thomas Huth <huth@tuxfamily.org> 24920ebe43eaSPhilippe Mathieu-DaudéS: Odd Fixes 24930ebe43eaSPhilippe Mathieu-DaudéF: audio/sdlaudio.c 24940ebe43eaSPhilippe Mathieu-Daudé 2495663df1ccSAlexandre RatchovSndio Audio backend 2496663df1ccSAlexandre RatchovM: Gerd Hoffmann <kraxel@redhat.com> 2497663df1ccSAlexandre RatchovR: Alexandre Ratchov <alex@caoua.org> 2498663df1ccSAlexandre RatchovS: Odd Fixes 2499663df1ccSAlexandre RatchovF: audio/sndioaudio.c 2500663df1ccSAlexandre Ratchov 250117f1e8f5SStefan HajnocziBlock layer core 2502fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 2503b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 2504c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2505fd5d5c56SAnthony LiguoriS: Supported 2506fd5d5c56SAnthony LiguoriF: block* 2507fd5d5c56SAnthony LiguoriF: block/ 25088d8b636dSPaolo BonziniF: hw/block/ 2509b885cddaSMarkus ArmbrusterF: qapi/block*.json 2510b885cddaSMarkus ArmbrusterF: qapi/transaction.json 25114c346e0bSKevin WolfF: include/block/ 25127f9241d8SStefan HajnocziF: include/sysemu/block-*.h 251346078760SKevin WolfF: qemu-img* 251433b2b388SWainer dos Santos MoschettaF: docs/tools/qemu-img.rst 251546078760SKevin WolfF: qemu-io* 251629242091SKevin WolfF: tests/qemu-iotests/ 25178dd30c86SMax ReitzF: util/qemu-progress.c 25180bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c 2519da668aa1SThomas HuthF: tests/unit/check-block-qdict.c 2520ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/kevin.git block 2521fd5d5c56SAnthony Liguori 2522c607c7fbSStefan HajnocziStorage daemon 2523c607c7fbSStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2524c607c7fbSStefan HajnocziL: qemu-block@nongnu.org 2525c607c7fbSStefan HajnocziS: Supported 2526c607c7fbSStefan HajnocziF: storage-daemon/ 2527c607c7fbSStefan HajnocziF: docs/interop/qemu-storage-daemon-qmp-ref.rst 2528c607c7fbSStefan HajnocziF: docs/tools/qemu-storage-daemon.rst 2529c607c7fbSStefan HajnocziT: git https://repo.or.cz/qemu/kevin.git block 2530c607c7fbSStefan Hajnoczi 2531d55053b1SStefan HajnocziBlock I/O path 2532d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2533fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 2534d55053b1SStefan HajnocziL: qemu-block@nongnu.org 2535d55053b1SStefan HajnocziS: Supported 253636c697bdSPaolo BonziniF: util/async.c 253736c697bdSPaolo BonziniF: util/aio-*.c 25381f050a46SStefan HajnocziF: util/aio-*.h 25391f050a46SStefan HajnocziF: util/fdmon-*.c 2540d55053b1SStefan HajnocziF: block/io.c 2541d55053b1SStefan HajnocziF: migration/block* 2542e1029ae2SFam ZhengF: include/block/aio.h 2543f5a53faaSStefan HajnocziF: include/block/aio-wait.h 25440a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py 2545da668aa1SThomas HuthF: tests/unit/test-fdmon-epoll.c 2546e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 2547d55053b1SStefan Hajnoczi 2548e5b5728cSPaolo BonziniBlock SCSI subsystem 2549e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 2550fe5ca46dSFam ZhengR: Fam Zheng <fam@euphon.net> 2551e5b5728cSPaolo BonziniL: qemu-block@nongnu.org 2552e5b5728cSPaolo BonziniS: Supported 2553e5b5728cSPaolo BonziniF: include/scsi/* 2554e5b5728cSPaolo BonziniF: scsi/* 2555e5b5728cSPaolo Bonzini 2556280458a3SJeff CodyBlock Jobs 255703283d64SJeff CodyM: John Snow <jsnow@redhat.com> 25589e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2559280458a3SJeff CodyL: qemu-block@nongnu.org 2560280458a3SJeff CodyS: Supported 2561280458a3SJeff CodyF: blockjob.c 2562280458a3SJeff CodyF: include/block/blockjob.h 256333e9e9bdSKevin WolfF: job.c 25641a90bc81SKevin WolfF: job-qmp.c 2565c468e368SMarkus ArmbrusterF: include/qemu/job.h 2566280458a3SJeff CodyF: block/backup.c 2567280458a3SJeff CodyF: block/commit.c 256877346025SJeff CodyF: block/stream.c 2569280458a3SJeff CodyF: block/mirror.c 2570bf42508fSKevin WolfF: qapi/job.json 2571d7beddccSVladimir Sementsov-OgievskiyF: block/block-copy.c 2572d088e6a4SVladimir Sementsov-OgievskiyF: include/block/block-copy.h 2573d088e6a4SVladimir Sementsov-OgievskiyF: block/reqlist.c 2574d088e6a4SVladimir Sementsov-OgievskiyF: include/block/reqlist.h 2575d003e0aeSVladimir Sementsov-OgievskiyF: block/copy-before-write.h 2576d003e0aeSVladimir Sementsov-OgievskiyF: block/copy-before-write.c 25771c14eaabSVladimir Sementsov-OgievskiyF: block/snapshot-access.c 2578d7beddccSVladimir Sementsov-OgievskiyF: include/block/aio_task.h 2579d7beddccSVladimir Sementsov-OgievskiyF: block/aio_task.c 2580d7beddccSVladimir Sementsov-OgievskiyF: util/qemu-co-shared-resource.c 2581d7beddccSVladimir Sementsov-OgievskiyF: include/qemu/co-shared-resource.h 258277582e2cSJohn SnowT: git https://gitlab.com/jsnow/qemu.git jobs 25839e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 2584280458a3SJeff Cody 2585502730eeSJonathan CameronCompute Express Link 2586502730eeSJonathan CameronM: Ben Widawsky <ben.widawsky@intel.com> 2587502730eeSJonathan CameronM: Jonathan Cameron <jonathan.cameron@huawei.com> 2588502730eeSJonathan CameronS: Supported 2589502730eeSJonathan CameronF: hw/cxl/ 25902fcd005fSDavid HildenbrandF: hw/mem/cxl_type3.c 2591502730eeSJonathan CameronF: include/hw/cxl/ 2592502730eeSJonathan Cameron 2593538193bcSJohn SnowDirty Bitmaps 2594edb05904SEric BlakeM: Eric Blake <eblake@redhat.com> 25959e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2596edb05904SEric BlakeR: John Snow <jsnow@redhat.com> 2597538193bcSJohn SnowL: qemu-block@nongnu.org 2598538193bcSJohn SnowS: Supported 2599538193bcSJohn SnowF: include/qemu/hbitmap.h 2600538193bcSJohn SnowF: include/block/dirty-bitmap.h 2601bb4e58c6SEric BlakeF: block/monitor/bitmap-qmp-cmds.c 260200637c6bSVladimir Sementsov-OgievskiyF: block/dirty-bitmap.c 260300637c6bSVladimir Sementsov-OgievskiyF: block/qcow2-bitmap.c 2604052db8e7SVladimir Sementsov-OgievskiyF: migration/block-dirty-bitmap.c 260500637c6bSVladimir Sementsov-OgievskiyF: util/hbitmap.c 2606da668aa1SThomas HuthF: tests/unit/test-hbitmap.c 26075746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst 2608edb05904SEric BlakeT: git https://repo.or.cz/qemu/ericb.git bitmaps 26099e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 2610538193bcSJohn Snow 261161af0ee6SPaolo BonziniCharacter device backends 261255fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 26132185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 2614fd5d5c56SAnthony LiguoriS: Maintained 2615178fe0aeSMarc-André LureauF: chardev/ 26168228e353SMarc-André LureauF: include/chardev/ 2617dbeee392SMarkus ArmbrusterF: qapi/char.json 2618fd5d5c56SAnthony Liguori 2619e26082fdSPaolo BonziniCharacter Devices (Braille) 2620e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 2621e26082fdSPaolo BonziniS: Maintained 26226b10e573SMarc-André LureauF: chardev/baum.c 2623fd5d5c56SAnthony Liguori 2624e94630d3SMarkus ArmbrusterCommand line option argument parsing 2625e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 2626e94630d3SMarkus ArmbrusterS: Supported 2627e94630d3SMarkus ArmbrusterF: include/qemu/option.h 2628da668aa1SThomas HuthF: tests/unit/test-keyval.c 2629da668aa1SThomas HuthF: tests/unit/test-qemu-opts.c 2630e94630d3SMarkus ArmbrusterF: util/keyval.c 2631e94630d3SMarkus ArmbrusterF: util/qemu-option.c 2632e94630d3SMarkus Armbruster 26338c413e79SMarkus ArmbrusterCoverity model 26348c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 26358c413e79SMarkus ArmbrusterS: Supported 26368c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 26378c413e79SMarkus Armbruster 26389c263d07SPeter MaydellCoverity Scan integration 26399c263d07SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 26409c263d07SPeter MaydellS: Maintained 26419c263d07SPeter MaydellF: scripts/coverity-scan/ 26429c263d07SPeter Maydell 2643d24b569aSPeter A. G. CrosthwaiteDevice Tree 2644c3c962c1SAlistair FrancisM: Alistair Francis <alistair.francis@wdc.com> 2645c3c962c1SAlistair FrancisR: David Gibson <david@gibson.dropbear.id.au> 2646d24b569aSPeter A. G. CrosthwaiteS: Maintained 2647800d4dedSPaolo BonziniF: softmmu/device_tree.c 264882407515SThomas HuthF: include/sysemu/device_tree.h 2649d24b569aSPeter A. G. Crosthwaite 26503505a22bSMarc-André LureauDump 26513505a22bSMarc-André LureauS: Supported 26523505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 26536d3da32cSMarkus ArmbrusterF: dump/ 26543505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c 26553505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h 26566d3da32cSMarkus ArmbrusterF: include/qemu/win_dump_defs 26573505a22bSMarc-André LureauF: include/sysemu/dump-arch.h 26583505a22bSMarc-André LureauF: include/sysemu/dump.h 2659d06b747bSMarkus ArmbrusterF: qapi/dump.json 26603505a22bSMarc-André LureauF: scripts/dump-guest-memory.py 26613505a22bSMarc-André LureauF: stubs/dump.c 26623505a22bSMarc-André Lureau 26634f966768SMarkus ArmbrusterError reporting 26644f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 26654f966768SMarkus ArmbrusterS: Supported 26664f966768SMarkus ArmbrusterF: include/qapi/error.h 26674f966768SMarkus ArmbrusterF: include/qemu/error-report.h 2668abb3d37dSMarkus ArmbrusterF: qapi/error.json 26694f966768SMarkus ArmbrusterF: util/error.c 26704f966768SMarkus ArmbrusterF: util/qemu-error.c 2671d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/err-bad-newline.cocci 2672d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/error-use-after-free.cocci 2673d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/error_propagate_null.cocci 2674d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/remove_local_err.cocci 2675d1d3a997SVladimir Sementsov-OgievskiyF: scripts/coccinelle/use-error_fatal.cocci 26768220f3acSVladimir Sementsov-OgievskiyF: scripts/coccinelle/errp-guard.cocci 26774f966768SMarkus Armbruster 2678fd5d5c56SAnthony LiguoriGDB stub 2679c7b3e866SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 26808823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 2681c7b3e866SAlex BennéeS: Maintained 2682842b42dfSAlex BennéeF: gdbstub/* 26830dec1016SPeter MaydellF: include/exec/gdbstub.h 2684fd5d5c56SAnthony LiguoriF: gdb-xml/ 268551c623b0SLirong YuanF: tests/tcg/multiarch/gdbstub/ 268697cfba13SAlex BennéeF: scripts/feature_to_c.sh 2687fd5d5c56SAnthony Liguori 268801a9c03cSPaolo BonziniMemory API 268901a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 269007b315baSDavid HildenbrandM: Peter Xu <peterx@redhat.com> 269107b315baSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 26928823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 269301a9c03cSPaolo BonziniS: Supported 269401a9c03cSPaolo BonziniF: include/exec/ioport.h 269514776ab5STony NguyenF: include/exec/memop.h 269601a9c03cSPaolo BonziniF: include/exec/memory.h 26972b1641d0SPaolo BonziniF: include/exec/ram_addr.h 269841aa4e9fSJuan QuintelaF: include/exec/ramblock.h 26999f04dd7fSDavid HildenbrandF: include/sysemu/memory_mapping.h 2700800d4dedSPaolo BonziniF: softmmu/dma-helpers.c 2701c7f419f5SClaudio FontanaF: softmmu/ioport.c 2702c7f419f5SClaudio FontanaF: softmmu/memory.c 27039f04dd7fSDavid HildenbrandF: softmmu/memory_mapping.c 2704d9f24bf5SPaolo BonziniF: softmmu/physmem.c 270501a9c03cSPaolo BonziniF: include/exec/memory-internal.h 2706044e2af9SPhilippe Mathieu-DaudéF: scripts/coccinelle/memory-region-housekeeping.cocci 270701a9c03cSPaolo Bonzini 27082fcd005fSDavid HildenbrandMemory devices 27092fcd005fSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 27102fcd005fSDavid HildenbrandM: Igor Mammedov <imammedo@redhat.com> 27112fcd005fSDavid HildenbrandR: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 27122fcd005fSDavid HildenbrandS: Supported 27132fcd005fSDavid HildenbrandF: hw/mem/memory-device.c 27142fcd005fSDavid HildenbrandF: hw/mem/nvdimm.c 27152fcd005fSDavid HildenbrandF: hw/mem/pc-dimm.c 27162fcd005fSDavid HildenbrandF: include/hw/mem/memory-device.h 27172fcd005fSDavid HildenbrandF: include/hw/mem/nvdimm.h 27182fcd005fSDavid HildenbrandF: include/hw/mem/pc-dimm.h 27192fcd005fSDavid HildenbrandF: docs/nvdimm.txt 27202fcd005fSDavid Hildenbrand 27217ee3bf03SGerd HoffmannSPICE 27227ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 2723227b1638SGerd HoffmannS: Odd Fixes 27246e481d57SPeter MaydellF: include/ui/qemu-spice.h 2725438528a3SThomas HuthF: include/ui/spice-display.h 27267ee3bf03SGerd HoffmannF: ui/spice-*.c 27277ee3bf03SGerd HoffmannF: audio/spiceaudio.c 27288d8b636dSPaolo BonziniF: hw/display/qxl* 2729608cfed6SMarkus ArmbrusterF: qapi/ui.json 27309bd4cb35SPhilippe Mathieu-DaudéF: docs/spice-port-fqdn.txt 27317ee3bf03SGerd Hoffmann 2732fd5d5c56SAnthony LiguoriGraphics 273325eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 273425eccc37SGerd HoffmannS: Odd Fixes 2735fd5d5c56SAnthony LiguoriF: ui/ 2736e220656cSThomas HuthF: include/ui/ 2737608cfed6SMarkus ArmbrusterF: qapi/ui.json 2738b1d38037SMarc-André LureauF: util/drm.c 2739fd5d5c56SAnthony Liguori 2740351f1bf6SAndreas FärberCocoa graphics 274130ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 27428823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 2743af643498SAkihiko OdakiR: Akihiko Odaki <akihiko.odaki@gmail.com> 2744351f1bf6SAndreas FärberS: Odd Fixes 2745351f1bf6SAndreas FärberF: ui/cocoa.m 2746351f1bf6SAndreas Färber 2747fd5d5c56SAnthony LiguoriMain loop 2748da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 2749da26f37aSPaolo BonziniS: Maintained 275048e824e0SPhilippe Mathieu-DaudéF: include/exec/gen-icount.h 275154d31236SMarkus ArmbrusterF: include/qemu/main-loop.h 275254d31236SMarkus ArmbrusterF: include/sysemu/runstate.h 2753e6dba048SAlejandro JimenezF: include/sysemu/runstate-action.h 27543ecb29a3SPaolo BonziniF: util/main-loop.c 27553ecb29a3SPaolo BonziniF: util/qemu-timer.c 2756bac068e0SAlexander BulekovF: softmmu/vl.c 27577b733862SAlexander BulekovF: softmmu/main.c 2758c7f419f5SClaudio FontanaF: softmmu/cpus.c 2759b0c3cf94SClaudio FontanaF: softmmu/cpu-throttle.c 2760740b1759SClaudio FontanaF: softmmu/cpu-timers.c 2761740b1759SClaudio FontanaF: softmmu/icount.c 2762e6dba048SAlejandro JimenezF: softmmu/runstate-action.c 27631a7fc044SMarkus ArmbrusterF: softmmu/runstate.c 27640e201d34SMarkus ArmbrusterF: qapi/run-state.json 2765fd5d5c56SAnthony Liguori 27661b7e01d0SStefan HajnocziRead, Copy, Update (RCU) 27671b7e01d0SStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 27681b7e01d0SStefan HajnocziS: Maintained 27691b7e01d0SStefan HajnocziF: include/qemu/rcu*.h 2770da668aa1SThomas HuthF: tests/unit/rcutorture.c 2771da668aa1SThomas HuthF: tests/unit/test-rcu-*.c 27721b7e01d0SStefan HajnocziF: util/rcu.c 27731b7e01d0SStefan Hajnoczi 27748899b4aeSLuiz CapitulinoHuman Monitor (HMP) 2775c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com> 2776fbb0621aSLuiz CapitulinoS: Maintained 27775bce308aSKevin WolfF: monitor/monitor-internal.h 2778e84328faSKevin WolfF: monitor/misc.c 27791d95db74SKevin WolfF: monitor/monitor.c 2780f1b3ccfaSKevin WolfF: monitor/hmp* 2781f1b3ccfaSKevin WolfF: hmp.h 2782c13e9912SThomas HuthF: hmp-commands*.hx 2783c13e9912SThomas HuthF: include/monitor/hmp-target.h 27841e8a1faeSThomas HuthF: tests/qtest/test-hmp.c 2785637de4dbSMarkus ArmbrusterF: include/qemu/qemu-print.h 2786637de4dbSMarkus ArmbrusterF: util/qemu-print.c 2787fd5d5c56SAnthony Liguori 2788f536f112SPaolo BonziniNetwork device backends 2789442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 2790fd5d5c56SAnthony LiguoriS: Maintained 2791fd5d5c56SAnthony LiguoriF: net/ 2792d24b2b1cSThomas HuthF: include/net/ 2793e9bbc8bdSMarkus ArmbrusterF: qemu-bridge-helper.c 2794e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 27953c0bd37dSMarkus ArmbrusterF: qapi/net.json 2796fd5d5c56SAnthony Liguori 2797aee09bafSVincenzo MaffioneNetmap network backend 2798aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 2799aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2800aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 2801aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 2802aee09bafSVincenzo MaffioneS: Maintained 2803aee09bafSVincenzo MaffioneF: net/netmap.c 2804aee09bafSVincenzo Maffione 28054fc264f4SEduardo HabkostHost Memory Backends 28064ade3ea1SDavid HildenbrandM: David Hildenbrand <david@redhat.com> 28074fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 28084fc264f4SEduardo HabkostS: Maintained 28094fc264f4SEduardo HabkostF: backends/hostmem*.c 28104fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 2811f953c100SEduardo HabkostT: git https://gitlab.com/ehabkost/qemu.git machine-next 28124fc264f4SEduardo Habkost 28136034011cSGongleiCryptodev Backends 28146034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 28156034011cSGongleiS: Maintained 28166034011cSGongleiF: include/sysemu/cryptodev*.h 28176034011cSGongleiF: backends/cryptodev*.c 28186034011cSGonglei 2819b8eaee96SJohn SnowPython library 2820b8eaee96SJohn SnowM: John Snow <jsnow@redhat.com> 2821b8eaee96SJohn SnowM: Cleber Rosa <crosa@redhat.com> 282289d38c74SJohn SnowR: Beraldo Leal <bleal@redhat.com> 2823b8eaee96SJohn SnowS: Maintained 2824b8eaee96SJohn SnowF: python/ 2825b8eaee96SJohn SnowT: git https://gitlab.com/jsnow/qemu.git python 2826b8eaee96SJohn Snow 2827ad904f66SEduardo HabkostPython scripts 282889d38c74SJohn SnowM: John Snow <jsnow@redhat.com> 2829ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com> 28304251dfb0SJohn SnowS: Odd Fixes 2831ad904f66SEduardo HabkostF: scripts/*.py 2832ad904f66SEduardo HabkostF: tests/*.py 2833ad904f66SEduardo Habkost 2834f4abfc6cSVladimir Sementsov-OgievskiyBenchmark util 28359e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2836f4abfc6cSVladimir Sementsov-OgievskiyS: Maintained 2837f4abfc6cSVladimir Sementsov-OgievskiyF: scripts/simplebench/ 28389e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git simplebench 2839f4abfc6cSVladimir Sementsov-Ogievskiy 28408cad15b1SVladimir Sementsov-OgievskiyTransactions helper 28419e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 28428cad15b1SVladimir Sementsov-OgievskiyS: Maintained 28438cad15b1SVladimir Sementsov-OgievskiyF: include/qemu/transactions.h 28448cad15b1SVladimir Sementsov-OgievskiyF: util/transactions.c 28459e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 28468cad15b1SVladimir Sementsov-Ogievskiy 28478899b4aeSLuiz CapitulinoQAPI 28489740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 28492f5f9bc8SMichael RothM: Michael Roth <michael.roth@amd.com> 28509740618cSLuiz CapitulinoS: Supported 28518899b4aeSLuiz CapitulinoF: qapi/ 28520311c5bdSMarkus ArmbrusterX: qapi/*.json 2853ac4abb9aSMarkus ArmbrusterF: include/qapi/ 2854ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 2855ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 2856c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 2857da668aa1SThomas HuthF: tests/unit/test-*-visitor.c 2858da668aa1SThomas HuthF: tests/unit/test-qapi-*.c 2859da668aa1SThomas HuthF: tests/unit/test-qmp-*.c 2860da668aa1SThomas HuthF: tests/unit/test-visitor-serialization.c 2861be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py 2862be25fcc4SMarkus ArmbrusterF: scripts/qapi/* 28634078ee54SPeter MaydellF: docs/sphinx/qapidoc.py 2864c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi* 2865ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 28668899b4aeSLuiz Capitulino 28677810d291SLuiz CapitulinoQAPI Schema 28687810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 28697810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 28707810d291SLuiz CapitulinoS: Supported 28710311c5bdSMarkus ArmbrusterF: qapi/*.json 2872ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 28737810d291SLuiz Capitulino 2874f3582ba4SLuiz CapitulinoQObject 2875daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 2876daf5dc78SMarkus ArmbrusterS: Supported 2877f3582ba4SLuiz CapitulinoF: qobject/ 28787735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 28797735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 2880a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci 2881da668aa1SThomas HuthF: tests/unit/check-qdict.c 2882da668aa1SThomas HuthF: tests/unit/check-qjson.c 2883da668aa1SThomas HuthF: tests/unit/check-qlist.c 2884da668aa1SThomas HuthF: tests/unit/check-qlit.c 2885da668aa1SThomas HuthF: tests/unit/check-qnull.c 2886da668aa1SThomas HuthF: tests/unit/check-qnum.c 2887da668aa1SThomas HuthF: tests/unit/check-qobject.c 2888da668aa1SThomas HuthF: tests/unit/check-qstring.c 2889fe07b62cSPhilippe Mathieu-DaudéF: tests/data/qobject/qdict.txt 2890ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 2891f3582ba4SLuiz Capitulino 2892f05d9999SMichael RothQEMU Guest Agent 28932f5f9bc8SMichael RothM: Michael Roth <michael.roth@amd.com> 2894e8cbe584SKonstantin KostiukM: Konstantin Kostiuk <kkostiuk@redhat.com> 2895f05d9999SMichael RothS: Maintained 2896f05d9999SMichael RothF: qga/ 289727a296fcSPeter MaydellF: docs/interop/qemu-ga.rst 2898db16115fSPeter MaydellF: docs/interop/qemu-ga-ref.rst 2899ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/ 2900da668aa1SThomas HuthF: tests/unit/test-qga.c 2901e18a8b34SStefan HajnocziT: git https://github.com/mdroth/qemu.git qga 2902f05d9999SMichael Roth 2903cced3a72SKostiantyn KostiukQEMU Guest Agent Win32 2904cced3a72SKostiantyn KostiukM: Konstantin Kostiuk <kkostiuk@redhat.com> 2905cced3a72SKostiantyn KostiukS: Maintained 2906cced3a72SKostiantyn KostiukF: qga/*win32* 2907cced3a72SKostiantyn KostiukF: qga/vss-win32/ 2908cced3a72SKostiantyn KostiukF: qga/installer/ 2909cced3a72SKostiantyn KostiukT: git https://github.com/kostyanf14/qemu.git qga-win32 2910cced3a72SKostiantyn Kostiuk 29114688c94cSAndreas FärberQOM 29121085d86eSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 29131085d86eSPaolo BonziniR: Daniel P. Berrange <berrange@redhat.com> 291424c4cd13SEduardo HabkostR: Eduardo Habkost <eduardo@habkost.net> 29154688c94cSAndreas FärberS: Supported 29168f920054SMarkus ArmbrusterF: docs/qdev-device-use.txt 29178f920054SMarkus ArmbrusterF: hw/core/qdev* 2918b77b5b3dSMarkus ArmbrusterF: hw/core/bus.c 2919b77b5b3dSMarkus ArmbrusterF: hw/core/sysbus.c 29208f920054SMarkus ArmbrusterF: include/hw/qdev* 29218f920054SMarkus ArmbrusterF: include/monitor/qdev.h 29224688c94cSAndreas FärberF: include/qom/ 2923c577ff62SMarkus ArmbrusterF: qapi/qom.json 2924c577ff62SMarkus ArmbrusterF: qapi/qdev.json 292522fb6eb5SPaolo BonziniF: scripts/coccinelle/qom-parent-type.cocci 2926800d4dedSPaolo BonziniF: softmmu/qdev-monitor.c 29279b45a025SPhilippe Mathieu-DaudéF: stubs/qdev.c 29284688c94cSAndreas FärberF: qom/ 2929da668aa1SThomas HuthF: tests/unit/check-qom-interface.c 2930da668aa1SThomas HuthF: tests/unit/check-qom-proplist.c 2931da668aa1SThomas HuthF: tests/unit/test-qdev-global-props.c 29324688c94cSAndreas Färber 293394dfc0f3SEduardo HabkostQOM boilerplate conversion script 293424c4cd13SEduardo HabkostM: Eduardo Habkost <eduardo@habkost.net> 293594dfc0f3SEduardo HabkostS: Maintained 293694dfc0f3SEduardo HabkostF: scripts/codeconverter/ 293794dfc0f3SEduardo Habkost 29388899b4aeSLuiz CapitulinoQMP 29399740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 29409740618cSLuiz CapitulinoS: Supported 29415bce308aSKevin WolfF: monitor/monitor-internal.h 2942f1b3ccfaSKevin WolfF: monitor/qmp* 2943e84328faSKevin WolfF: monitor/misc.c 29441d95db74SKevin WolfF: monitor/monitor.c 294592a3c6aaSMarkus ArmbrusterF: qapi/control.json 2946abb3d37dSMarkus ArmbrusterF: qapi/error.json 294792a3c6aaSMarkus ArmbrusterF: qapi/introspect.json 2948c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-* 294912b2f0d9SPhilippe Mathieu-DaudéF: docs/interop/*qmp-* 29509740618cSLuiz CapitulinoF: scripts/qmp/ 29511e8a1faeSThomas HuthF: tests/qtest/qmp-test.c 29521e8a1faeSThomas HuthF: tests/qtest/qmp-cmd-test.c 2953ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 29548899b4aeSLuiz Capitulino 295598a43bf0SPaolo Bonziniqtest 295698a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com> 295798a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com> 29582185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 295998a43bf0SPaolo BonziniS: Maintained 2960c7f419f5SClaudio FontanaF: softmmu/qtest.c 29611583a389SClaudio FontanaF: accel/qtest/ 29621e8a1faeSThomas HuthF: tests/qtest/ 2963222455efSEmanuele Giuseppe EspositoF: docs/devel/qgraph.rst 2964520ddc18SThomas HuthX: tests/qtest/bios-tables-test* 296598a43bf0SPaolo Bonzini 29665f6fd09aSAlexander BulekovDevice Fuzzing 29675f6fd09aSAlexander BulekovM: Alexander Bulekov <alxndr@bu.edu> 29685f6fd09aSAlexander BulekovR: Paolo Bonzini <pbonzini@redhat.com> 29695f6fd09aSAlexander BulekovR: Bandan Das <bsd@redhat.com> 29705f6fd09aSAlexander BulekovR: Stefan Hajnoczi <stefanha@redhat.com> 29716184e5fbSThomas HuthR: Thomas Huth <thuth@redhat.com> 297285221b05SDarren KennyR: Darren Kenny <darren.kenny@oracle.com> 29735d32fc3bSQiuhao LiR: Qiuhao Li <Qiuhao.Li@outlook.com> 29745f6fd09aSAlexander BulekovS: Maintained 29755f6fd09aSAlexander BulekovF: tests/qtest/fuzz/ 2976d3d39fc0SPhilippe Mathieu-DaudéF: tests/qtest/fuzz-*test.c 2977211635b3SAlexander BulekovF: scripts/oss-fuzz/ 2978230376d2SAlexander BulekovF: hw/mem/sparse-mem.c 2979f3a0208fSAlexander BulekovF: docs/devel/fuzzing.rst 29805f6fd09aSAlexander Bulekov 2981cc0100f4SAlistair FrancisRegister API 2982c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 2983cc0100f4SAlistair FrancisS: Maintained 2984cc0100f4SAlistair FrancisF: hw/core/register.c 2985cc0100f4SAlistair FrancisF: include/hw/register.h 298606a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h 2987cc0100f4SAlistair Francis 2988fd5d5c56SAnthony LiguoriSLIRP 2989eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 2990bafc72abSJan KiszkaS: Maintained 2991663fb1e1SThomas HuthF: net/slirp.c 2992d24b2b1cSThomas HuthF: include/net/slirp.h 299302cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp 2994fd5d5c56SAnthony Liguori 29956d0af39fSEdgar E. IglesiasStreams 29966d0af39fSEdgar E. IglesiasM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 29976d0af39fSEdgar E. IglesiasS: Maintained 29986d0af39fSEdgar E. IglesiasF: hw/core/stream.c 29996d0af39fSEdgar E. IglesiasF: include/hw/stream.h 30006d0af39fSEdgar E. Iglesias 3001b1ed728aSPaolo BonziniStubs 3002b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 3003b1ed728aSPaolo BonziniS: Maintained 3004b1ed728aSPaolo BonziniF: stubs/ 3005b1ed728aSPaolo Bonzini 3006598a3f35SStefan HajnocziTracing 30071cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3008598a3f35SStefan HajnocziS: Maintained 3009598a3f35SStefan HajnocziF: trace/ 30100e076292SThomas HuthF: trace-events 30113a8273b1SPeter MaydellF: docs/qemu-option-trace.rst.inc 301292a3c6aaSMarkus ArmbrusterF: qapi/trace.json 3013f70fd8fdSLluís VilanovaF: scripts/tracetool.py 3014f70fd8fdSLluís VilanovaF: scripts/tracetool/ 301562dd1048SDaniel P. BerrangéF: scripts/qemu-trace-stap* 301633b2b388SWainer dos Santos MoschettaF: docs/tools/qemu-trace-stap.rst 3017d0fb9657SStefano GarzarellaF: docs/devel/tracing.rst 3018e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git tracing 3019598a3f35SStefan Hajnoczi 30203859b6cfSMarkus ArmbrusterTPM 30211f63669eSStefan BergerM: Stefan Berger <stefanb@linux.ibm.com> 30226b4f250bSStefan BergerS: Maintained 30233859b6cfSMarkus ArmbrusterF: tpm.c 30243859b6cfSMarkus ArmbrusterF: hw/tpm/* 30253859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h 30263859b6cfSMarkus ArmbrusterF: include/sysemu/tpm* 30273859b6cfSMarkus ArmbrusterF: qapi/tpm.json 30288ae92e24SPhilippe Mathieu-DaudéF: backends/tpm/ 30291e8a1faeSThomas HuthF: tests/qtest/*tpm* 3030e18a8b34SStefan HajnocziT: git https://github.com/stefanberger/qemu-tpm.git tpm-next 30313859b6cfSMarkus Armbruster 303214f40fdcSBlue SwirlCheckpatch 303314f40fdcSBlue SwirlS: Odd Fixes 303414f40fdcSBlue SwirlF: scripts/checkpatch.pl 303514f40fdcSBlue Swirl 3036c0787c8dSJuan QuintelaMigration 3037c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 3038d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 3039c0787c8dSJuan QuintelaS: Maintained 3040107b5969SMarc-André LureauF: hw/core/vmstate-if.c 3041107b5969SMarc-André LureauF: include/hw/vmstate-if.h 3042c0787c8dSJuan QuintelaF: include/migration/ 304344a1f946SDr. David Alan GilbertF: migration/ 3044c5515640SAmit ShahF: scripts/vmstate-static-checker.py 3045c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 30461e8a1faeSThomas HuthF: tests/qtest/migration-test.c 3047c468e368SMarkus ArmbrusterF: docs/devel/migration.rst 304848685a8eSMarkus ArmbrusterF: qapi/migration.json 3049fac87d4dSHyman Huang(黄勇)F: tests/migration/ 3050c0787c8dSJuan Quintela 3051a566907fSMarc-André LureauD-Bus 3052a566907fSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 3053a566907fSMarc-André LureauS: Maintained 30545010cec2SMarc-André LureauF: backends/dbus-vmstate.c 305589f4df95SMarc-André LureauF: ui/dbus* 305689f4df95SMarc-André LureauF: audio/dbus* 3057a5021d69SMarc-André LureauF: util/dbus.c 305889f4df95SMarc-André LureauF: include/ui/dbus* 3059a5021d69SMarc-André LureauF: include/qemu/dbus.h 306089f4df95SMarc-André LureauF: docs/interop/dbus* 306189f4df95SMarc-André LureauF: docs/sphinx/dbus* 306289f4df95SMarc-André LureauF: docs/sphinx/fakedbusdoc.py 306389f4df95SMarc-André LureauF: tests/qtest/dbus* 3064a566907fSMarc-André Lureau 306592bfedb0SEduardo OtuboSeccomp 3066e3160deaSDaniel P. BerrangéM: Daniel P. Berrange <berrange@redhat.com> 3067e3160deaSDaniel P. BerrangéS: Odd Fixes 3068800d4dedSPaolo BonziniF: softmmu/qemu-seccomp.c 306992bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 3070d2ea8dacSDaniel P. BerrangéF: tests/unit/test-seccomp.c 307192bfedb0SEduardo Otubo 3072ddbb0d09SDaniel P. BerrangeCryptography 3073ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3074ddbb0d09SDaniel P. BerrangeS: Maintained 3075ddbb0d09SDaniel P. BerrangeF: crypto/ 3076ddbb0d09SDaniel P. BerrangeF: include/crypto/ 307792a3c6aaSMarkus ArmbrusterF: qapi/crypto.json 3078da668aa1SThomas HuthF: tests/unit/test-crypto-* 30793b472e71SThomas HuthF: tests/bench/benchmark-crypto-* 3080da668aa1SThomas HuthF: tests/unit/crypto-tls-* 3081da668aa1SThomas HuthF: tests/unit/pkix_asn1_tab.c 3082899833cdSDaniel P. BerrangeF: qemu.sasl 3083ddbb0d09SDaniel P. Berrange 308410817bf0SDaniel P. BerrangeCoroutines 308510817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 308610817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 308700a25291SStefan HajnocziS: Maintained 308810817bf0SDaniel P. BerrangeF: util/*coroutine* 308910817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 3090da668aa1SThomas HuthF: tests/unit/test-coroutine.c 309110817bf0SDaniel P. Berrange 309288c5f205SDaniel P. BerrangeBuffers 309388c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 30944251dfb0SJohn SnowS: Odd Fixes 309588c5f205SDaniel P. BerrangeF: util/buffer.c 309688c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 309788c5f205SDaniel P. Berrange 3098666a3af9SDaniel P. BerrangeI/O Channels 3099666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3100666a3af9SDaniel P. BerrangeS: Maintained 3101666a3af9SDaniel P. BerrangeF: io/ 3102666a3af9SDaniel P. BerrangeF: include/io/ 3103da668aa1SThomas HuthF: tests/unit/test-io-* 3104666a3af9SDaniel P. Berrange 31055b76dd13SDaniel P. BerrangeUser authorization 31065b76dd13SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 31075b76dd13SDaniel P. BerrangeS: Maintained 31085b76dd13SDaniel P. BerrangeF: authz/ 3109c8c99887SDaniel P. BerrangeF: qapi/authz.json 31105b76dd13SDaniel P. BerrangeF: include/authz/ 3111da668aa1SThomas HuthF: tests/unit/test-authz-* 31125b76dd13SDaniel P. Berrange 31135614a283SGerd HoffmannSockets 31145614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 31155614a283SGerd HoffmannS: Maintained 31165614a283SGerd HoffmannF: include/qemu/sockets.h 31175614a283SGerd HoffmannF: util/qemu-sockets.c 3118a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json 31195614a283SGerd Hoffmann 312090e33dfeSDaniel P. BerrangéFile monitor 312190e33dfeSDaniel P. BerrangéM: Daniel P. Berrange <berrange@redhat.com> 31224251dfb0SJohn SnowS: Odd Fixes 312390e33dfeSDaniel P. BerrangéF: util/filemonitor*.c 312490e33dfeSDaniel P. BerrangéF: include/qemu/filemonitor.h 3125da668aa1SThomas HuthF: tests/unit/test-util-filemonitor.c 312690e33dfeSDaniel P. Berrangé 3127d310d85bSAlberto GarciaThrottling infrastructure 3128d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 3129d310d85bSAlberto GarciaS: Supported 3130d310d85bSAlberto GarciaF: block/throttle-groups.c 3131d310d85bSAlberto GarciaF: include/block/throttle-groups.h 313289603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h 3133d310d85bSAlberto GarciaF: util/throttle.c 313489603938SPhilippe Mathieu-DaudéF: docs/throttle.txt 3135da668aa1SThomas HuthF: tests/unit/test-throttle.c 3136d310d85bSAlberto GarciaL: qemu-block@nongnu.org 3137d310d85bSAlberto Garcia 3138080d7aacSFam ZhengUUID 3139fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 3140080d7aacSFam ZhengS: Supported 3141080d7aacSFam ZhengF: util/uuid.c 3142080d7aacSFam ZhengF: include/qemu/uuid.h 3143da668aa1SThomas HuthF: tests/unit/test-uuid.c 3144080d7aacSFam Zheng 314550186051SLukas StraubYank feature 314650186051SLukas StraubM: Lukas Straub <lukasstraub2@web.de> 314750186051SLukas StraubS: Odd fixes 314850186051SLukas StraubF: util/yank.c 31491a92d6d5SLukas StraubF: migration/yank_functions* 3150d3a0bb77SLukas StraubF: tests/unit/test-yank.c 315150186051SLukas StraubF: include/qemu/yank.h 315250186051SLukas StraubF: qapi/yank.json 315350186051SLukas Straub 3154a4cc318eSzhanghailiangCOLO Framework 31552ac7d741SHailiang ZhangM: Hailiang Zhang <zhanghailiang@xfusion.com> 3156a4cc318eSzhanghailiangS: Maintained 3157a4cc318eSzhanghailiangF: migration/colo* 3158a4cc318eSzhanghailiangF: include/migration/colo.h 3159a4cc318eSzhanghailiangF: include/migration/failover.h 3160a4cc318eSzhanghailiangF: docs/COLO-FT.txt 3161a4cc318eSzhanghailiang 316288f82ed1SZhang ChenCOLO Proxy 3163c6bf50ffSZhang ChenM: Zhang Chen <chen.zhang@intel.com> 31642ece6e64SLi ZhijianM: Li Zhijian <lizhijian@fujitsu.com> 316588f82ed1SZhang ChenS: Supported 316688f82ed1SZhang ChenF: docs/colo-proxy.txt 316788f82ed1SZhang ChenF: net/colo* 316888f82ed1SZhang ChenF: net/filter-rewriter.c 316988f82ed1SZhang ChenF: net/filter-mirror.c 3170487cf3f2SZhang ChenF: tests/qtest/test-filter* 317188f82ed1SZhang Chen 317262258201SPavel DovgalyukRecord/replay 317362258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 317462258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com> 317570b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay 317662258201SPavel DovgalyukS: Supported 317762258201SPavel DovgalyukF: replay/* 317862258201SPavel DovgalyukF: block/blkreplay.c 317962258201SPavel DovgalyukF: net/filter-replay.c 318062258201SPavel DovgalyukF: include/sysemu/replay.h 318162258201SPavel DovgalyukF: docs/replay.txt 318262258201SPavel DovgalyukF: stubs/replay.c 3183bbbd9b6eSWillian RampazzoF: tests/avocado/replay_kernel.py 3184bbbd9b6eSWillian RampazzoF: tests/avocado/replay_linux.py 3185bbbd9b6eSWillian RampazzoF: tests/avocado/reverse_debugging.py 318643d7e1d7SPavel DovgalyukF: qapi/replay.json 318762258201SPavel Dovgalyuk 3188eecf5eedSPeter XuIOVA Tree 3189eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com> 3190eecf5eedSPeter XuS: Maintained 3191eecf5eedSPeter XuF: include/qemu/iova-tree.h 3192eecf5eedSPeter XuF: util/iova-tree.c 3193eecf5eedSPeter Xu 31945ee547bbSViktor Prutyanovelf2dmp 31955ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 31965ee547bbSViktor PrutyanovS: Maintained 31975ee547bbSViktor PrutyanovF: contrib/elf2dmp/ 31985ee547bbSViktor Prutyanov 319993198b6cSCorey MinyardI2C and SMBus 320093198b6cSCorey MinyardM: Corey Minyard <cminyard@mvista.com> 320193198b6cSCorey MinyardS: Maintained 320293198b6cSCorey MinyardF: hw/i2c/core.c 320393198b6cSCorey MinyardF: hw/i2c/smbus_slave.c 320493198b6cSCorey MinyardF: hw/i2c/smbus_master.c 320593198b6cSCorey MinyardF: hw/i2c/smbus_eeprom.c 320693198b6cSCorey MinyardF: include/hw/i2c/i2c.h 320793198b6cSCorey MinyardF: include/hw/i2c/smbus_master.h 320893198b6cSCorey MinyardF: include/hw/i2c/smbus_slave.h 320993198b6cSCorey MinyardF: include/hw/i2c/smbus_eeprom.h 321093198b6cSCorey Minyard 3211bf0e0c70STitus RwantarePMBus 3212bf0e0c70STitus RwantareM: Titus Rwantare <titusr@google.com> 3213bf0e0c70STitus RwantareS: Maintained 3214bf0e0c70STitus RwantareF: hw/i2c/pmbus_device.c 3215bf0e0c70STitus RwantareF: hw/sensor/adm1272.c 3216ffcdae67STitus RwantareF: hw/sensor/isl_pmbus_vr.c 3217bf0e0c70STitus RwantareF: hw/sensor/max34451.c 3218bf0e0c70STitus RwantareF: include/hw/i2c/pmbus_device.h 3219ffcdae67STitus RwantareF: include/hw/sensor/isl_pmbus_vr.h 3220bf0e0c70STitus RwantareF: tests/qtest/adm1272-test.c 3221bf0e0c70STitus RwantareF: tests/qtest/max34451-test.c 3222ffcdae67STitus RwantareF: tests/qtest/isl_pmbus_vr-test.c 3223bf0e0c70STitus Rwantare 3224d0d89526SPhilippe Mathieu-DaudéFirmware schema specifications 32258823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 3226d0d89526SPhilippe Mathieu-DaudéR: Daniel P. Berrange <berrange@redhat.com> 3227d0d89526SPhilippe Mathieu-DaudéR: Kashyap Chamarthy <kchamart@redhat.com> 3228d0d89526SPhilippe Mathieu-DaudéS: Maintained 3229d0d89526SPhilippe Mathieu-DaudéF: docs/interop/firmware.json 3230d0d89526SPhilippe Mathieu-Daudé 32316739df3fSLaszlo ErsekEDK2 Firmware 32328823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 32339b437cd0SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 32346739df3fSLaszlo ErsekS: Supported 3235b5b31860SPhilippe Mathieu-DaudéF: hw/i386/*ovmf* 32366739df3fSLaszlo ErsekF: pc-bios/descriptors/??-edk2-*.json 32376739df3fSLaszlo ErsekF: pc-bios/edk2-* 32386739df3fSLaszlo ErsekF: roms/Makefile.edk2 32396739df3fSLaszlo ErsekF: roms/edk2 32406739df3fSLaszlo ErsekF: roms/edk2-* 32416739df3fSLaszlo ErsekF: tests/data/uefi-boot-images/ 32426739df3fSLaszlo ErsekF: tests/uefi-test-tools/ 3243922febe2SThomas HuthF: .gitlab-ci.d/edk2.yml 324471920809SPhilippe Mathieu-DaudéF: .gitlab-ci.d/edk2/ 32456739df3fSLaszlo Ersek 32468bc43f39SPeter XuVT-d Emulation 32478bc43f39SPeter XuM: Michael S. Tsirkin <mst@redhat.com> 32488bc43f39SPeter XuM: Peter Xu <peterx@redhat.com> 32498bc43f39SPeter XuR: Jason Wang <jasowang@redhat.com> 32508bc43f39SPeter XuS: Supported 32518bc43f39SPeter XuF: hw/i386/intel_iommu.c 32528bc43f39SPeter XuF: hw/i386/intel_iommu_internal.h 32538bc43f39SPeter XuF: include/hw/i386/intel_iommu.h 32548bc43f39SPeter Xu 3255e92fb016SBin MengOpenSBI Firmware 3256e92fb016SBin MengM: Bin Meng <bmeng.cn@gmail.com> 3257e92fb016SBin MengS: Supported 3258e92fb016SBin MengF: pc-bios/opensbi-* 3259e92fb016SBin MengF: .gitlab-ci.d/opensbi.yml 3260e92fb016SBin MengF: .gitlab-ci.d/opensbi/ 3261e92fb016SBin Meng 326259c7a187SLuc MichelClock framework 326359c7a187SLuc MichelM: Luc Michel <luc@lmichel.fr> 326459c7a187SLuc MichelR: Damien Hedde <damien.hedde@greensocs.com> 326559c7a187SLuc MichelS: Maintained 326659c7a187SLuc MichelF: include/hw/clock.h 326759c7a187SLuc MichelF: include/hw/qdev-clock.h 326859c7a187SLuc MichelF: hw/core/clock.c 326959c7a187SLuc MichelF: hw/core/clock-vmstate.c 327059c7a187SLuc MichelF: hw/core/qdev-clock.c 327159c7a187SLuc MichelF: docs/devel/clocks.rst 327259c7a187SLuc Michel 3273fd5d5c56SAnthony LiguoriUsermode Emulation 3274fd5d5c56SAnthony Liguori------------------ 32756347e1f1SMarkus ArmbrusterOverall usermode emulation 3276486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 3277486bbe5fSPaolo BonziniS: Maintained 327858410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c 3279bbf15aafSRichard HendersonF: include/user/ 3280bbf15aafSRichard HendersonF: common-user/ 3281486bbe5fSPaolo Bonzini 3282fd5d5c56SAnthony LiguoriBSD user 328365a9d380SWarner LoshM: Warner Losh <imp@bsdimp.com> 328465a9d380SWarner LoshR: Kyle Evans <kevans@freebsd.org> 328565a9d380SWarner LoshS: Maintained 3286fd5d5c56SAnthony LiguoriF: bsd-user/ 3287812b31d3SAlex BennéeF: configs/targets/*-bsd-user.mak 3288adbae40fSWarner LoshF: tests/vm/*bsd 328965a9d380SWarner LoshT: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 3290fd5d5c56SAnthony Liguori 3291fd5d5c56SAnthony LiguoriLinux user 32928f902c54SRiku VoipioM: Laurent Vivier <laurent@vivier.eu> 3293fd5d5c56SAnthony LiguoriS: Maintained 3294fd5d5c56SAnthony LiguoriF: linux-user/ 3295812b31d3SAlex BennéeF: configs/targets/*linux-user.mak 3296e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh 3297e3a6c825SLaurent VivierF: scripts/update-syscalltbl.sh 329857333330SLaurent VivierF: scripts/update-mips-syscall-args.sh 3299382ae67aSLaurent VivierF: scripts/gensyscalls.sh 330042f5a7e9SAurelien Jarno 330142f5a7e9SAurelien JarnoTiny Code Generator (TCG) 330242f5a7e9SAurelien Jarno------------------------- 33036347e1f1SMarkus ArmbrusterCommon TCG code 3304336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 330542f5a7e9SAurelien JarnoS: Maintained 330642f5a7e9SAurelien JarnoF: tcg/ 3307d3582cfdSPhilippe Mathieu-DaudéF: include/tcg/ 330842f5a7e9SAurelien Jarno 330922b5867bSAlex BennéeTCG Plugins 331022b5867bSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 33113d7caf14SAlexandre IoossR: Alexandre Iooss <erdnaxe@crans.org> 3312a6b95a97SMahmoud MandourR: Mahmoud Mandour <ma.mandourr@gmail.com> 331322b5867bSAlex BennéeS: Maintained 33148ea6abf0SAlex BennéeF: docs/devel/tcg-plugins.rst 331522b5867bSAlex BennéeF: plugins/ 3316c17a386bSAlex BennéeF: tests/plugin/ 3317bbbd9b6eSWillian RampazzoF: tests/avocado/tcg_plugins.py 3318c17a386bSAlex BennéeF: contrib/plugins/ 331922b5867bSAlex Bennée 33206347e1f1SMarkus ArmbrusterAArch64 TCG target 33213e5a01efSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 3322b25a464cSClaudio FontanaS: Maintained 3323b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 3324b25a464cSClaudio FontanaF: tcg/aarch64/ 3325b25a464cSClaudio Fontana 33266347e1f1SMarkus ArmbrusterARM TCG target 33277c6ef61aSPeter MaydellM: Richard Henderson <richard.henderson@linaro.org> 332842f5a7e9SAurelien JarnoS: Maintained 3329b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 333042f5a7e9SAurelien JarnoF: tcg/arm/ 333142f5a7e9SAurelien Jarno 33326347e1f1SMarkus Armbrusteri386 TCG target 3333336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 333442f5a7e9SAurelien JarnoS: Maintained 333542f5a7e9SAurelien JarnoF: tcg/i386/ 333642f5a7e9SAurelien Jarno 3337afa33258SWANG XueruiLoongArch64 TCG target 3338afa33258SWANG XueruiM: WANG Xuerui <git@xen0n.name> 3339afa33258SWANG XueruiS: Maintained 3340afa33258SWANG XueruiF: tcg/loongarch64/ 3341afa33258SWANG Xuerui 33426347e1f1SMarkus ArmbrusterMIPS TCG target 33438823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 3344099d510bSAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 3345dab1e1e1SHuacai ChenR: Huacai Chen <chenhuacai@kernel.org> 334615d983deSAleksandar MarkovicR: Jiaxun Yang <jiaxun.yang@flygoat.com> 334797d89746SAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3348cf960317SPhilippe Mathieu-DaudéS: Odd Fixes 334942f5a7e9SAurelien JarnoF: tcg/mips/ 335042f5a7e9SAurelien Jarno 33516347e1f1SMarkus ArmbrusterPPC TCG target 3352336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 335315610d42SPranith KumarS: Odd Fixes 335442f5a7e9SAurelien JarnoF: tcg/ppc/ 335542f5a7e9SAurelien Jarno 33566347e1f1SMarkus ArmbrusterRISC-V TCG target 3357c1677bccSPalmer DabbeltM: Palmer Dabbelt <palmer@dabbelt.com> 3358fb1f70f3SAlistair FrancisM: Alistair Francis <Alistair.Francis@wdc.com> 3359fb1f70f3SAlistair FrancisL: qemu-riscv@nongnu.org 3360fb1f70f3SAlistair FrancisS: Maintained 3361fb1f70f3SAlistair FrancisF: tcg/riscv/ 3362fb1f70f3SAlistair FrancisF: disas/riscv.c 3363fb1f70f3SAlistair Francis 33646347e1f1SMarkus ArmbrusterS390 TCG target 3365336f744eSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 336642f5a7e9SAurelien JarnoS: Maintained 336742f5a7e9SAurelien JarnoF: tcg/s390/ 3368146bd283SCornelia HuckL: qemu-s390x@nongnu.org 336942f5a7e9SAurelien Jarno 33706347e1f1SMarkus ArmbrusterSPARC TCG target 3371297e8005SMarkus ArmbrusterS: Odd Fixes 33726d0b52edSRichard HendersonF: tcg/sparc64/ 3373c17652eeSPaolo BonziniF: disas/sparc.c 3374bc75c9e5SStefan Weil 33756347e1f1SMarkus ArmbrusterTCI TCG target 3376bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 3377bc75c9e5SStefan WeilS: Maintained 33788ef9cd55SAndreas FärberF: tcg/tci/ 3379752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c 3380c17652eeSPaolo BonziniF: disas/tci.c 3381aa09c951SAndreas Färber 3382f05b328cSStefan HajnocziBlock drivers 3383f05b328cSStefan Hajnoczi------------- 3384f05b328cSStefan HajnocziVMDK 3385fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 3386c95e4c0eSKevin WolfL: qemu-block@nongnu.org 3387f05b328cSStefan HajnocziS: Supported 3388f05b328cSStefan HajnocziF: block/vmdk.c 3389f05b328cSStefan Hajnoczi 3390f05b328cSStefan HajnocziRBD 33910725570bSIlya DryomovM: Ilya Dryomov <idryomov@gmail.com> 33926d2f38ebSPeter LievenR: Peter Lieven <pl@kamp.de> 3393280458a3SJeff CodyL: qemu-block@nongnu.org 3394f05b328cSStefan HajnocziS: Supported 3395f05b328cSStefan HajnocziF: block/rbd.c 3396f05b328cSStefan Hajnoczi 3397f05b328cSStefan HajnocziVHDX 33985f5246b6SJeff CodyM: Jeff Cody <codyprime@gmail.com> 3399280458a3SJeff CodyL: qemu-block@nongnu.org 3400f05b328cSStefan HajnocziS: Supported 3401f05b328cSStefan HajnocziF: block/vhdx* 3402f05b328cSStefan Hajnoczi 3403f05b328cSStefan HajnocziVDI 3404f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 3405c95e4c0eSKevin WolfL: qemu-block@nongnu.org 3406f05b328cSStefan HajnocziS: Maintained 3407f05b328cSStefan HajnocziF: block/vdi.c 3408f05b328cSStefan Hajnoczi 3409fd66dbd4SStefan Hajnocziblkio 3410fd66dbd4SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3411fd66dbd4SStefan HajnocziL: qemu-block@nongnu.org 3412fd66dbd4SStefan HajnocziS: Maintained 3413fd66dbd4SStefan HajnocziF: block/blkio.c 3414fd66dbd4SStefan Hajnoczi 3415f05b328cSStefan HajnocziiSCSI 3416f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3417f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 3418f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 3419c95e4c0eSKevin WolfL: qemu-block@nongnu.org 34202185fd67SPaolo BonziniS: Odd Fixes 3421f05b328cSStefan HajnocziF: block/iscsi.c 34222deb63c2SPeter LievenF: block/iscsi-opts.c 3423f05b328cSStefan Hajnoczi 342499c62e70SEric BlakeNetwork Block Device (NBD) 342599c62e70SEric BlakeM: Eric Blake <eblake@redhat.com> 34269e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 342799c62e70SEric BlakeL: qemu-block@nongnu.org 342899c62e70SEric BlakeS: Maintained 342999c62e70SEric BlakeF: block/nbd* 343099c62e70SEric BlakeF: nbd/ 343199c62e70SEric BlakeF: include/block/nbd* 343299c62e70SEric BlakeF: qemu-nbd.* 343399c62e70SEric BlakeF: blockdev-nbd.c 34343229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt 343533b2b388SWainer dos Santos MoschettaF: docs/tools/qemu-nbd.rst 343658a6fdccSEric BlakeF: tests/qemu-iotests/tests/*nbd* 3437ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/ericb.git nbd 34389e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 343999c62e70SEric Blake 34406542aa9cSPeter LievenNFS 34416542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 3442280458a3SJeff CodyL: qemu-block@nongnu.org 34436542aa9cSPeter LievenS: Maintained 34446542aa9cSPeter LievenF: block/nfs.c 34456542aa9cSPeter Lieven 3446f05b328cSStefan HajnocziSSH 3447f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 3448280458a3SJeff CodyL: qemu-block@nongnu.org 3449f05b328cSStefan HajnocziS: Supported 3450f05b328cSStefan HajnocziF: block/ssh.c 3451c9a12e75SChrysostomos Nanakos 3452280458a3SJeff CodyCURL 3453280458a3SJeff CodyL: qemu-block@nongnu.org 34545c6090faSThomas HuthS: Odd Fixes 3455280458a3SJeff CodyF: block/curl.c 3456280458a3SJeff Cody 3457280458a3SJeff CodyGLUSTER 3458280458a3SJeff CodyL: qemu-block@nongnu.org 34595c6090faSThomas HuthL: integration@gluster.org 34605c6090faSThomas HuthS: Odd Fixes 3461280458a3SJeff CodyF: block/gluster.c 3462b5e9476cSGonglei 3463199667a8SFam ZhengNull Block Driver 3464fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 3465199667a8SFam ZhengL: qemu-block@nongnu.org 3466199667a8SFam ZhengS: Supported 3467199667a8SFam ZhengF: block/null.c 3468199667a8SFam Zheng 3469bdd6a90aSFam ZhengNVMe Block Driver 34701a949789SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 34711a949789SStefan HajnocziR: Fam Zheng <fam@euphon.net> 34728823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 3473bdd6a90aSFam ZhengL: qemu-block@nongnu.org 3474bdd6a90aSFam ZhengS: Supported 3475bdd6a90aSFam ZhengF: block/nvme* 3476dc0b4d94SPhilippe Mathieu-DaudéF: include/block/nvme.h 34771a949789SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 3478bdd6a90aSFam Zheng 3479b5e9476cSGongleiBootdevice 3480b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 3481b5e9476cSGongleiS: Maintained 3482800d4dedSPaolo BonziniF: softmmu/bootdevice.c 3483ecdda9e0SAlberto Garcia 3484ecdda9e0SAlberto GarciaQuorum 3485ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 3486ecdda9e0SAlberto GarciaS: Supported 3487ecdda9e0SAlberto GarciaF: block/quorum.c 3488ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 3489e7c6e631SStefan Hajnoczi 3490bfcc224eSAapo Vienamoblklogwrites 3491bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com> 3492bfcc224eSAapo VienamoL: qemu-block@nongnu.org 3493bfcc224eSAapo VienamoS: Supported 3494bfcc224eSAapo VienamoF: block/blklogwrites.c 3495bfcc224eSAapo Vienamo 3496e7c6e631SStefan Hajnocziblkverify 3497e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3498e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3499e7c6e631SStefan HajnocziS: Supported 3500e7c6e631SStefan HajnocziF: block/blkverify.c 3501e7c6e631SStefan Hajnoczi 3502e7c6e631SStefan Hajnoczibochs 3503e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3504e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3505e7c6e631SStefan HajnocziS: Supported 3506e7c6e631SStefan HajnocziF: block/bochs.c 3507e7c6e631SStefan Hajnoczi 3508e7c6e631SStefan Hajnoczicloop 3509e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3510e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3511e7c6e631SStefan HajnocziS: Supported 3512e7c6e631SStefan HajnocziF: block/cloop.c 3513e7c6e631SStefan Hajnoczi 3514e7c6e631SStefan Hajnoczidmg 3515e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3516e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3517e7c6e631SStefan HajnocziS: Supported 3518e7c6e631SStefan HajnocziF: block/dmg.c 3519e7c6e631SStefan Hajnoczi 3520e7c6e631SStefan Hajnocziparallels 3521e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3522f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 35239e4067b8SVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3524e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3525e7c6e631SStefan HajnocziS: Supported 3526e7c6e631SStefan HajnocziF: block/parallels.c 3527a960c4b4SVladimir Sementsov-OgievskiyF: block/parallels-ext.c 35285746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt 35299e4067b8SVladimir Sementsov-OgievskiyT: git https://gitlab.com/vsementsov/qemu.git block 3530e7c6e631SStefan Hajnoczi 3531e7c6e631SStefan Hajnocziqed 3532e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3533e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3534e7c6e631SStefan HajnocziS: Supported 3535e7c6e631SStefan HajnocziF: block/qed.c 3536e7c6e631SStefan Hajnoczi 3537e7c6e631SStefan Hajnocziraw 3538e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3539e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3540e7c6e631SStefan HajnocziS: Supported 3541e7c6e631SStefan HajnocziF: block/linux-aio.c 3542f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 35432e6fc7ebSEric BlakeF: block/raw-format.c 3544c1bb86cdSEric BlakeF: block/file-posix.c 3545c1bb86cdSEric BlakeF: block/file-win32.c 3546e7c6e631SStefan HajnocziF: block/win32-aio.c 3547e7c6e631SStefan Hajnoczi 35486663a0a3SAarushi MehtaLinux io_uring 35496663a0a3SAarushi MehtaM: Aarushi Mehta <mehta.aaru20@gmail.com> 35506663a0a3SAarushi MehtaM: Julia Suvorova <jusual@redhat.com> 35516663a0a3SAarushi MehtaM: Stefan Hajnoczi <stefanha@redhat.com> 35520ef28014SStefano GarzarellaR: Stefano Garzarella <sgarzare@redhat.com> 35536663a0a3SAarushi MehtaL: qemu-block@nongnu.org 35546663a0a3SAarushi MehtaS: Maintained 35556663a0a3SAarushi MehtaF: block/io_uring.c 355606a47ef5SAarushi MehtaF: stubs/io_uring.c 35576663a0a3SAarushi Mehta 3558e7c6e631SStefan Hajnocziqcow2 3559e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3560b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 3561e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3562e7c6e631SStefan HajnocziS: Supported 3563e7c6e631SStefan HajnocziF: block/qcow2* 3564b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt 3565e7c6e631SStefan Hajnoczi 3566e7c6e631SStefan Hajnocziqcow 3567e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3568e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3569e7c6e631SStefan HajnocziS: Supported 3570e7c6e631SStefan HajnocziF: block/qcow.c 3571e7c6e631SStefan Hajnoczi 3572e7c6e631SStefan Hajnocziblkdebug 3573e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3574b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 3575e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3576e7c6e631SStefan HajnocziS: Supported 3577e7c6e631SStefan HajnocziF: block/blkdebug.c 3578e7c6e631SStefan Hajnoczi 3579e7c6e631SStefan Hajnoczivpc 3580e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3581e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 3582e7c6e631SStefan HajnocziS: Supported 3583e7c6e631SStefan HajnocziF: block/vpc.c 3584e7c6e631SStefan Hajnoczi 3585e7c6e631SStefan Hajnoczivvfat 3586e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 3587e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 35884b7c5bc4SPrasad J PanditS: Odd Fixes 3589e7c6e631SStefan HajnocziF: block/vvfat.c 3590abfe4e94SStefan Hajnoczi 3591abfe4e94SStefan HajnocziImage format fuzzer 3592abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 3593abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 3594abfe4e94SStefan HajnocziS: Supported 3595abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 3596717171bdSDaniel P. Berrange 35978675a376SCoiby XuVhost-user block device backend server 35988675a376SCoiby XuM: Coiby Xu <Coiby.Xu@gmail.com> 35998675a376SCoiby XuS: Maintained 36008675a376SCoiby XuF: block/export/vhost-user-blk-server.c 360180a06cc5SStefan HajnocziF: block/export/vhost-user-blk-server.h 36025c368029SXie YongjiF: block/export/virtio-blk-handler.c 36035c368029SXie YongjiF: block/export/virtio-blk-handler.h 360480a06cc5SStefan HajnocziF: include/qemu/vhost-user-server.h 36058675a376SCoiby XuF: tests/qtest/libqos/vhost-user-blk.c 360680695202SCoiby XuF: tests/qtest/libqos/vhost-user-blk.h 360780695202SCoiby XuF: tests/qtest/vhost-user-blk-test.c 360880a06cc5SStefan HajnocziF: util/vhost-user-server.c 36098675a376SCoiby Xu 36100c9b70d5SMax ReitzFUSE block device exports 3611b0c4798fSHanna ReitzM: Hanna Reitz <hreitz@redhat.com> 36120c9b70d5SMax ReitzL: qemu-block@nongnu.org 36130c9b70d5SMax ReitzS: Supported 36140c9b70d5SMax ReitzF: block/export/fuse.c 36150c9b70d5SMax Reitz 36162a2359b8SXie YongjiVDUSE library and block device exports 3617a6caeee8SXie YongjiM: Xie Yongji <xieyongji@bytedance.com> 3618a6caeee8SXie YongjiS: Maintained 3619a6caeee8SXie YongjiF: subprojects/libvduse/ 36202a2359b8SXie YongjiF: block/export/vduse-blk.c 36212a2359b8SXie YongjiF: block/export/vduse-blk.h 3622a6caeee8SXie Yongji 3623049105a3SChanglong XieReplication 3624205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com> 36253ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com> 3626049105a3SChanglong XieS: Supported 3627049105a3SChanglong XieF: replication* 3628049105a3SChanglong XieF: block/replication.c 3629da668aa1SThomas HuthF: tests/unit/test-replication.c 3630049105a3SChanglong XieF: docs/block-replication.txt 3631049105a3SChanglong Xie 3632a3defabbSMarcel ApfelbaumPVRDMA 3633bfffeac8SYuval ShaiaM: Yuval Shaia <yuval.shaia.ml@gmail.com> 3634fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3635a3defabbSMarcel ApfelbaumS: Maintained 3636a3defabbSMarcel ApfelbaumF: hw/rdma/* 3637a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/* 3638a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt 3639a5d2f6f8SYuval ShaiaF: contrib/rdmacm-mux/* 36404a5c9903SYuval ShaiaF: qapi/rdma.json 3641a3defabbSMarcel Apfelbaum 3642b052fec8SAlex BennéeSemihosting 3643b052fec8SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 3644b052fec8SAlex BennéeS: Maintained 36458df9f0c3SPhilippe Mathieu-DaudéF: semihosting/ 36466b5fe137SPhilippe Mathieu-DaudéF: include/semihosting/ 36473539d84dSAlex BennéeF: tests/tcg/multiarch/arm-compat-semi/ 3648b904a909SAlex BennéeF: tests/tcg/aarch64/system/semiheap.c 3649b052fec8SAlex Bennée 36508684f1beSJohn G JohnsonMulti-process QEMU 36518684f1beSJohn G JohnsonM: Elena Ufimtseva <elena.ufimtseva@oracle.com> 36528684f1beSJohn G JohnsonM: Jagannathan Raman <jag.raman@oracle.com> 36538684f1beSJohn G JohnsonM: John G Johnson <john.g.johnson@oracle.com> 36548684f1beSJohn G JohnsonS: Maintained 36558684f1beSJohn G JohnsonF: docs/devel/multi-process.rst 3656639090d8SElena UfimtsevaF: docs/system/multi-process.rst 36576fbd84d6SJagannathan RamanF: hw/pci-host/remote.c 36586fbd84d6SJagannathan RamanF: include/hw/pci-host/remote.h 36593f0e7e57SJagannathan RamanF: hw/remote/machine.c 36603f0e7e57SJagannathan RamanF: include/hw/remote/machine.h 3661ad22c308SElena UfimtsevaF: hw/remote/mpqemu-link.c 3662ad22c308SElena UfimtsevaF: include/hw/remote/mpqemu-link.h 366348b06f50SJagannathan RamanF: hw/remote/message.c 3664c7d80c7cSJagannathan RamanF: hw/remote/remote-obj.c 3665ed5d0019SJagannathan RamanF: include/hw/remote/memory.h 3666ed5d0019SJagannathan RamanF: hw/remote/memory.c 36679f811207SElena UfimtsevaF: hw/remote/proxy.c 36689f811207SElena UfimtsevaF: include/hw/remote/proxy.h 3669c746b74aSJagannathan RamanF: hw/remote/proxy-memory-listener.c 3670c746b74aSJagannathan RamanF: include/hw/remote/proxy-memory-listener.h 3671bd36adb8SJagannathan RamanF: hw/remote/iohub.c 3672bd36adb8SJagannathan RamanF: include/hw/remote/iohub.h 367355116968SJagannathan RamanF: subprojects/libvfio-user 36748f9a9259SJagannathan RamanF: hw/remote/vfio-user-obj.c 367508cf3dc6SJagannathan RamanF: include/hw/remote/vfio-user-obj.h 3676253007d1SJagannathan RamanF: hw/remote/iommu.c 3677253007d1SJagannathan RamanF: include/hw/remote/iommu.h 36788684f1beSJohn G Johnson 367990322e64SAndrew MelnychenkoEBPF: 368090322e64SAndrew MelnychenkoM: Jason Wang <jasowang@redhat.com> 368190322e64SAndrew MelnychenkoR: Andrew Melnychenko <andrew@daynix.com> 368290322e64SAndrew MelnychenkoR: Yuri Benditovich <yuri.benditovich@daynix.com> 368390322e64SAndrew MelnychenkoS: Maintained 368490322e64SAndrew MelnychenkoF: ebpf/* 368590322e64SAndrew MelnychenkoF: tools/ebpf/* 368690322e64SAndrew Melnychenko 3687b9e02c06SAlex BennéeBuild and test automation 3688b9e02c06SAlex Bennée------------------------- 36899872ba0aSThomas HuthBuild and test automation, general continuous integration 3690b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 36918823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 36929872ba0aSThomas HuthM: Thomas Huth <thuth@redhat.com> 36939872ba0aSThomas HuthR: Wainer dos Santos Moschetta <wainersm@redhat.com> 369440525be5SWillian RampazzoR: Beraldo Leal <bleal@redhat.com> 3695e70dc7f8SAlex BennéeS: Maintained 3696e7c2d743SYonggang LuoF: .github/workflows/lockdown.yml 36979872ba0aSThomas HuthF: .gitlab-ci.yml 36989872ba0aSThomas HuthF: .gitlab-ci.d/ 3699b9e02c06SAlex BennéeF: .travis.yml 370004250c69SPhilippe Mathieu-DaudéF: scripts/ci/ 3701e70dc7f8SAlex BennéeF: tests/docker/ 370218023821SFam ZhengF: tests/vm/ 37033260f4e6SPhilippe Mathieu-DaudéF: tests/lcitool/ 370454dbfd85SPhilippe Mathieu-DaudéF: scripts/archive-source.sh 37059872ba0aSThomas HuthW: https://gitlab.com/qemu-project/qemu/pipelines 3706e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu 3707717171bdSDaniel P. Berrange 37087162fbb4SEd MasteFreeBSD Hosted Continuous Integration 37097162fbb4SEd MasteM: Ed Maste <emaste@freebsd.org> 37107162fbb4SEd MasteM: Li-Wen Hsu <lwhsu@freebsd.org> 37117162fbb4SEd MasteS: Maintained 37125be6fd0cSThomas HuthF: .gitlab-ci.d/cirrus/freebsd* 37135be6fd0cSThomas HuthF: tests/vm/freebsd 37147162fbb4SEd MasteW: https://cirrus-ci.com/github/qemu/qemu 37157162fbb4SEd Maste 3716daee8de3SYonggang LuoWindows Hosted Continuous Integration 3717daee8de3SYonggang LuoM: Yonggang Luo <luoyonggang@gmail.com> 3718daee8de3SYonggang LuoS: Maintained 3719daee8de3SYonggang LuoF: .cirrus.yml 3720daee8de3SYonggang LuoW: https://cirrus-ci.com/github/qemu/qemu 3721daee8de3SYonggang Luo 37227e97017eSAlex BennéeGuest Test Compilation Support 37237e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 37248823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 372500a25291SStefan HajnocziS: Maintained 3726162f9164SAlex BennéeF: tests/tcg/Makefile.target 37277e97017eSAlex Bennée 3728bbbd9b6eSWillian RampazzoIntegration Testing with the Avocado framework 37296634f1c4SPhilippe Mathieu-DaudéW: https://trello.com/b/6Qi1pxVn/avocado-qemu 37306634f1c4SPhilippe Mathieu-DaudéR: Cleber Rosa <crosa@redhat.com> 37318823ef13SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@linaro.org> 37326634f1c4SPhilippe Mathieu-DaudéR: Wainer dos Santos Moschetta <wainersm@redhat.com> 373340525be5SWillian RampazzoR: Beraldo Leal <bleal@redhat.com> 37346634f1c4SPhilippe Mathieu-DaudéS: Odd Fixes 3735bbbd9b6eSWillian RampazzoF: tests/avocado/ 37366634f1c4SPhilippe Mathieu-Daudé 37371e970158SPhilippe Mathieu-DaudéGitLab custom runner (Works On Arm Sponsored) 37381e970158SPhilippe Mathieu-DaudéM: Alex Bennée <alex.bennee@linaro.org> 37398823ef13SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@linaro.org> 37401e970158SPhilippe Mathieu-DaudéS: Maintained 374166dca267SAlex BennéeF: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml 374266dca267SAlex BennéeF: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml 37431e970158SPhilippe Mathieu-Daudé 3744717171bdSDaniel P. BerrangeDocumentation 3745717171bdSDaniel P. Berrange------------- 3746717171bdSDaniel P. BerrangeBuild system architecture 3747717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3748717171bdSDaniel P. BerrangeS: Odd Fixes 3749551bdfa0SStefano GarzarellaF: docs/devel/build-system.rst 37508a49e97fSFam Zheng 375192329a7eSAlex BennéeGIT Data Mining Config 375292329a7eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 375392329a7eSAlex BennéeS: Odd Fixes 375492329a7eSAlex BennéeF: gitdm.config 375592329a7eSAlex BennéeF: contrib/gitdm/* 375692329a7eSAlex Bennée 3757b02c9bc3SMarkus ArmbrusterIncompatible changes 3758b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com 3759a476b216SMao ZhongyiF: docs/about/deprecated.rst 3760b02c9bc3SMarkus Armbruster 3761aef45d51SDaniel P. BerrangeBuild System 3762aef45d51SDaniel P. Berrange------------ 376348fad83fSAlex BennéeMeson 376448fad83fSAlex BennéeM: Paolo Bonzini <pbonzini@redhat.com> 376548fad83fSAlex BennéeR: Marc-André Lureau <marcandre.lureau@redhat.com> 376648fad83fSAlex BennéeR: Daniel P. Berrange <berrange@redhat.com> 376748fad83fSAlex BennéeR: Thomas Huth <thuth@redhat.com> 376848fad83fSAlex BennéeR: Philippe Mathieu-Daudé <philmd@linaro.org> 376948fad83fSAlex BennéeS: Maintained 377048fad83fSAlex BennéeF: meson.build 377148fad83fSAlex BennéeF: meson_options.txt 377248fad83fSAlex BennéeF: scripts/meson-buildoptions.* 377348fad83fSAlex BennéeF: scripts/check_sparse.py 377448fad83fSAlex BennéeF: scripts/symlink-install-tree.py 377548fad83fSAlex Bennée 377648fad83fSAlex BennéeTop Level Makefile and configure 377748fad83fSAlex BennéeM: Paolo Bonzini <pbonzini@redhat.com> 377848fad83fSAlex BennéeR: Alex Bennée <alex.bennee@linaro.org> 377948fad83fSAlex BennéeR: Thomas Huth <thuth@redhat.com> 378048fad83fSAlex BennéeS: Maintained 378148fad83fSAlex BennéeF: Makefile 378248fad83fSAlex BennéeF: configure 378348fad83fSAlex BennéeF: scripts/mtest2make.py 378448fad83fSAlex BennéeF: tests/Makefile.include 378548fad83fSAlex Bennée 3786aef45d51SDaniel P. BerrangeGIT submodules 3787aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 3788aef45d51SDaniel P. BerrangeS: Odd Fixes 3789aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh 3790c10e01b9SPeter Maydell 3791ef45a392SAleksandar MarkovicUI translations 37924251dfb0SJohn SnowS: Orphan 3793ef45a392SAleksandar MarkovicF: po/*.po 3794ef45a392SAleksandar Markovic 3795c10e01b9SPeter MaydellSphinx documentation configuration and build machinery 3796c10e01b9SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 3797c10e01b9SPeter MaydellS: Maintained 3798c10e01b9SPeter MaydellF: docs/conf.py 3799c10e01b9SPeter MaydellF: docs/*/conf.py 38004078ee54SPeter MaydellF: docs/sphinx/ 380113f934e7SPeter MaydellF: docs/_templates/ 380253fb8bfbSAleksandar Markovic 380353fb8bfbSAleksandar MarkovicMiscellaneous 380453fb8bfbSAleksandar Markovic------------- 380553fb8bfbSAleksandar MarkovicPerformance Tools and Tests 380653fb8bfbSAleksandar MarkovicM: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 380753fb8bfbSAleksandar MarkovicS: Maintained 380853fb8bfbSAleksandar MarkovicF: scripts/performance/ 3809