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 87daf14ce3SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 88daf14ce3SCornelia HuckS: Supported 89daf14ce3SCornelia HuckF: default-configs/s390x-softmmu.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? 108e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 109daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org 110daf14ce3SCornelia Huck 11184995ea2SMarkus ArmbrusterGuest CPU cores (TCG) 11284995ea2SMarkus Armbruster--------------------- 1136347e1f1SMarkus ArmbrusterOverall TCG CPUs 1142b1641d0SPaolo BonziniM: Richard Henderson <rth@twiddle.net> 1152185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 1162b1641d0SPaolo BonziniS: Maintained 1172b1641d0SPaolo BonziniF: cpus.c 1182b1641d0SPaolo BonziniF: exec.c 119c6a88ddaSPhilippe Mathieu-DaudéF: accel/tcg/ 1209681ad3eSThomas HuthF: accel/stubs/tcg-stub.c 12155fd1892SPhilippe Mathieu-DaudéF: scripts/decodetree.py 1223fdbf5d6SRichard HendersonF: docs/devel/decodetree.rst 1232b1641d0SPaolo BonziniF: include/exec/cpu*.h 1242b1641d0SPaolo BonziniF: include/exec/exec-all.h 125486bbe5fSPaolo BonziniF: include/exec/helper*.h 1262b1641d0SPaolo BonziniF: include/exec/tb-hash.h 127460423d3SThomas HuthF: include/sysemu/cpus.h 12814a48c1dSMarkus ArmbrusterF: include/sysemu/tcg.h 129486bbe5fSPaolo Bonzini 1301badb586SPeter MaydellFPU emulation 1311badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 1321badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1330636e4d8SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 1340636e4d8SAlex BennéeS: Maintained 1351badb586SPeter MaydellF: fpu/ 1361badb586SPeter MaydellF: include/fpu/ 1370636e4d8SAlex BennéeF: tests/fp/ 1381badb586SPeter Maydell 1396347e1f1SMarkus ArmbrusterAlpha TCG CPUs 1408d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net> 1418d6df264SRichard HendersonS: Maintained 142fcf5ef2aSThomas HuthF: target/alpha/ 143c0bd0b50SPaolo BonziniF: tests/tcg/alpha/ 144c17652eeSPaolo BonziniF: disas/alpha.c 145fd5d5c56SAnthony Liguori 1466347e1f1SMarkus ArmbrusterARM TCG CPUs 1471ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 148b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 149fd5d5c56SAnthony LiguoriS: Maintained 150fcf5ef2aSThomas HuthF: target/arm/ 151c348722cSAlex BennéeF: tests/tcg/arm/ 15229e0436eSAlex BennéeF: tests/tcg/aarch64/ 1538d8b636dSPaolo BonziniF: hw/arm/ 1548d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c 155f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h 156c17652eeSPaolo BonziniF: disas/arm.c 157c17652eeSPaolo BonziniF: disas/arm-a64.cc 158c17652eeSPaolo BonziniF: disas/libvixl/ 159c11a8e89SPeter MaydellF: docs/system/target-arm.rst 160fd5d5c56SAnthony Liguori 16149154ea0SEric AugerARM SMMU 16249154ea0SEric AugerM: Eric Auger <eric.auger@redhat.com> 16349154ea0SEric AugerL: qemu-arm@nongnu.org 16449154ea0SEric AugerS: Maintained 16549154ea0SEric AugerF: hw/arm/smmu* 16649154ea0SEric AugerF: include/hw/arm/smmu* 16749154ea0SEric Auger 1686347e1f1SMarkus ArmbrusterCRIS TCG CPUs 169fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 170fd5d5c56SAnthony LiguoriS: Maintained 171fcf5ef2aSThomas HuthF: target/cris/ 1728d8b636dSPaolo BonziniF: hw/cris/ 173c9b90090SThomas HuthF: include/hw/cris/ 174c0bd0b50SPaolo BonziniF: tests/tcg/cris/ 175c17652eeSPaolo BonziniF: disas/cris.c 176fd5d5c56SAnthony Liguori 1776347e1f1SMarkus ArmbrusterHPPA (PA-RISC) TCG CPUs 17861766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net> 17961766fe9SRichard HendersonS: Maintained 18061766fe9SRichard HendersonF: target/hppa/ 18161461802SRichard HendersonF: hw/hppa/ 18261766fe9SRichard HendersonF: disas/hppa.c 183376b8519SHelge DellerF: hw/net/*i82596* 184376b8519SHelge DellerF: include/hw/net/lasi_82596.h 18561766fe9SRichard Henderson 1866347e1f1SMarkus ArmbrusterLM32 TCG CPUs 18707bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 18807bf23a7SMichael WalleS: Maintained 189fcf5ef2aSThomas HuthF: target/lm32/ 1904eab7a0aSMichael WalleF: disas/lm32.c 1918d8b636dSPaolo BonziniF: hw/lm32/ 1924eab7a0aSMichael WalleF: hw/*/lm32_* 1934eab7a0aSMichael WalleF: hw/*/milkymist-* 19470cc0c1fSPhilippe Mathieu-DaudéF: include/hw/display/milkymist_tmu2.h 1954eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h 1964eab7a0aSMichael WalleF: include/hw/lm32/ 197c0bd0b50SPaolo BonziniF: tests/tcg/lm32/ 19807bf23a7SMichael Walle 1996347e1f1SMarkus ArmbrusterM68K TCG CPUs 200595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 201595a926dSLaurent VivierS: Maintained 202fcf5ef2aSThomas HuthF: target/m68k/ 203e9a56114SThomas HuthF: disas/m68k.c 204fd5d5c56SAnthony Liguori 2056347e1f1SMarkus ArmbrusterMicroBlaze TCG CPUs 206fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 207fd5d5c56SAnthony LiguoriS: Maintained 208fcf5ef2aSThomas HuthF: target/microblaze/ 2098d8b636dSPaolo BonziniF: hw/microblaze/ 210c17652eeSPaolo BonziniF: disas/microblaze.c 211fd5d5c56SAnthony Liguori 2126347e1f1SMarkus ArmbrusterMIPS TCG CPUs 2130eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 214099d510bSAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 21563640d6aSAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 2166f640917SLeon AlraeS: Maintained 217fcf5ef2aSThomas HuthF: target/mips/ 21810a9794dSAleksandar MarkovicF: default-configs/*mips* 219d02d5fffSAleksandar MarkovicF: disas/*mips* 2201bf84a1eSKashyap ChamarthyF: docs/system/cpu-models-mips.rst.inc 2210f865314SAleksandar MarkovicF: hw/intc/mips_gic.c 2228d8b636dSPaolo BonziniF: hw/mips/ 2235995db88SThomas HuthF: hw/misc/mips_* 2245995db88SThomas HuthF: hw/timer/mips_gictimer.c 2250f865314SAleksandar MarkovicF: include/hw/intc/mips_gic.h 2265995db88SThomas HuthF: include/hw/mips/ 2275995db88SThomas HuthF: include/hw/misc/mips_* 2285995db88SThomas HuthF: include/hw/timer/mips_gictimer.h 2295d480dddSAleksandar MarkovicF: tests/acceptance/linux_ssh_mips_malta.py 230c0ac595bSAleksandar MarkovicF: tests/acceptance/machine_mips_malta.py 231c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 23209684557SAleksandar MarkovicK: ^Subject:.*(?i)mips 233fd5d5c56SAnthony Liguori 2346347e1f1SMarkus ArmbrusterMoxie TCG CPUs 235d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com> 236d15a9c23SAnthony GreenS: Maintained 237fcf5ef2aSThomas HuthF: target/moxie/ 238c17652eeSPaolo BonziniF: disas/moxie.c 239a3ccdfb5SThomas HuthF: hw/moxie/ 240a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak 241d15a9c23SAnthony Green 2426347e1f1SMarkus ArmbrusterNiosII TCG CPUs 243e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com> 244e671711cSMarek VasutM: Marek Vasut <marex@denx.de> 245e671711cSMarek VasutS: Maintained 246e671711cSMarek VasutF: target/nios2/ 247e671711cSMarek VasutF: hw/nios2/ 24815e10756SThomas HuthF: hw/intc/nios2_iic.c 249e671711cSMarek VasutF: disas/nios2.c 25015e10756SThomas HuthF: default-configs/nios2-softmmu.mak 251e671711cSMarek Vasut 2526347e1f1SMarkus ArmbrusterOpenRISC TCG CPUs 2531d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com> 2541d7cf18dSStafford HorneS: Odd Fixes 255fcf5ef2aSThomas HuthF: target/openrisc/ 256945dad6dSJia LiuF: hw/openrisc/ 257c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 258945dad6dSJia Liu 2596347e1f1SMarkus ArmbrusterPowerPC TCG CPUs 260b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 261a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 262fd5d5c56SAnthony LiguoriS: Maintained 263fcf5ef2aSThomas HuthF: target/ppc/ 2648d8b636dSPaolo BonziniF: hw/ppc/ 265b5d55020SThomas HuthF: include/hw/ppc/ 266c17652eeSPaolo BonziniF: disas/ppc.c 267fd5d5c56SAnthony Liguori 2686347e1f1SMarkus ArmbrusterRISC-V TCG CPUs 269c1677bccSPalmer DabbeltM: Palmer Dabbelt <palmer@dabbelt.com> 270a17a61f3SPalmer DabbeltM: Alistair Francis <Alistair.Francis@wdc.com> 2714dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu> 2724dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 273a094b354SPalmer DabbeltL: qemu-riscv@nongnu.org 2747b91ae7dSPalmer DabbeltS: Supported 2754dc62b15SMichael ClarkF: target/riscv/ 2764dc62b15SMichael ClarkF: hw/riscv/ 2774dc62b15SMichael ClarkF: include/hw/riscv/ 278f936eac8SAlistair FrancisF: linux-user/host/riscv32/ 279511f3138SAlistair FrancisF: linux-user/host/riscv64/ 2804dc62b15SMichael Clark 281a4f34eccSYoshinori SatoRENESAS RX CPUs 282a4f34eccSYoshinori SatoM: Yoshinori Sato <ysato@users.sourceforge.jp> 283a4f34eccSYoshinori SatoS: Maintained 284a4f34eccSYoshinori SatoF: target/rx/ 285a4f34eccSYoshinori Sato 2866347e1f1SMarkus ArmbrusterS390 TCG CPUs 2872b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net> 288ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com> 289fd5d5c56SAnthony LiguoriS: Maintained 290fcf5ef2aSThomas HuthF: target/s390x/ 2918d8b636dSPaolo BonziniF: hw/s390x/ 292c17652eeSPaolo BonziniF: disas/s390.c 293276ba120SPavel ZbitskiyF: tests/tcg/s390x/ 294146bd283SCornelia HuckL: qemu-s390x@nongnu.org 295b6f97c14Sbellard 2966347e1f1SMarkus ArmbrusterSH4 TCG CPUs 297ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 2982c9b7d1aSAndreas FärberS: Odd Fixes 299fcf5ef2aSThomas HuthF: target/sh4/ 3008d8b636dSPaolo BonziniF: hw/sh4/ 301c17652eeSPaolo BonziniF: disas/sh4.c 3028a90f900SThomas HuthF: include/hw/sh4/ 303fd5d5c56SAnthony Liguori 3046347e1f1SMarkus ArmbrusterSPARC TCG CPUs 305f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 3062c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 307fd5d5c56SAnthony LiguoriS: Maintained 308fcf5ef2aSThomas HuthF: target/sparc/ 3098d8b636dSPaolo BonziniF: hw/sparc/ 3108d8b636dSPaolo BonziniF: hw/sparc64/ 31184dbe974SPhilippe Mathieu-DaudéF: include/hw/sparc/sparc64.h 312c17652eeSPaolo BonziniF: disas/sparc.c 313fd5d5c56SAnthony Liguori 3146347e1f1SMarkus ArmbrusterUniCore32 TCG CPUs 315a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 316a6ea7b4cSAndreas FärberS: Maintained 317fcf5ef2aSThomas HuthF: target/unicore32/ 3188d8b636dSPaolo BonziniF: hw/unicore32/ 31947b98d59SThomas HuthF: include/hw/unicore32/ 320a6ea7b4cSAndreas Färber 3216347e1f1SMarkus ArmbrusterX86 TCG CPUs 322d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 323d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net> 324e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 325b203a4baSEduardo HabkostS: Maintained 326fcf5ef2aSThomas HuthF: target/i386/ 3274132431fSAlex BennéeF: tests/tcg/i386/ 3283a082ec0SAlex BennéeF: tests/tcg/x86_64/ 3298d8b636dSPaolo BonziniF: hw/i386/ 330c17652eeSPaolo BonziniF: disas/i386.c 3311bf84a1eSKashyap ChamarthyF: docs/system/cpu-models-x86.rst.inc 332e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git x86-next 333fd5d5c56SAnthony Liguori 3346347e1f1SMarkus ArmbrusterXtensa TCG CPUs 33516e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 336b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 33716e7caaeSMax FilippovS: Maintained 338fcf5ef2aSThomas HuthF: target/xtensa/ 3398d8b636dSPaolo BonziniF: hw/xtensa/ 340c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 3415a6539e6SMax FilippovF: disas/xtensa.c 342895e4897SMax FilippovF: include/hw/xtensa/xtensa-isa.h 343895e4897SMax FilippovF: default-configs/xtensa*.mak 34416e7caaeSMax Filippov 3456347e1f1SMarkus ArmbrusterTriCore TCG CPUs 34648e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 34748e06fe0SBastian KoppelmannS: Maintained 348fcf5ef2aSThomas HuthF: target/tricore/ 34948e06fe0SBastian KoppelmannF: hw/tricore/ 350d46d14e6SThomas HuthF: include/hw/tricore/ 35148e06fe0SBastian Koppelmann 352dd28bebdSAlex BennéeMultiarch Linux User Tests 353dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 35400a25291SStefan HajnocziS: Maintained 355dd28bebdSAlex BennéeF: tests/tcg/multiarch/ 356dd28bebdSAlex Bennée 35784995ea2SMarkus ArmbrusterGuest CPU Cores (KVM) 35884995ea2SMarkus Armbruster--------------------- 3596347e1f1SMarkus ArmbrusterOverall KVM CPUs 360c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 361fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 362fd5d5c56SAnthony LiguoriS: Supported 363fd5d5c56SAnthony LiguoriF: */kvm.* 3641962cb20SPhilippe Mathieu-DaudéF: accel/kvm/ 3659681ad3eSThomas HuthF: accel/stubs/kvm-stub.c 3669681ad3eSThomas HuthF: include/hw/kvm/ 367a95e9a48SThomas HuthF: include/sysemu/kvm*.h 3689681ad3eSThomas HuthF: scripts/kvm/kvm_flightrecorder 369fd5d5c56SAnthony Liguori 3706347e1f1SMarkus ArmbrusterARM KVM CPUs 371ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 372b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 373ed4659d1SPeter MaydellS: Maintained 374fcf5ef2aSThomas HuthF: target/arm/kvm.c 375ed4659d1SPeter Maydell 3766347e1f1SMarkus ArmbrusterMIPS KVM CPUs 3770eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 378134f7f7dSAleksandar MarkovicS: Odd Fixes 379fcf5ef2aSThomas HuthF: target/mips/kvm.c 380a31896c4SJames Hogan 3816347e1f1SMarkus ArmbrusterPPC KVM CPUs 382bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 383fd5d5c56SAnthony LiguoriS: Maintained 384fcf5ef2aSThomas HuthF: target/ppc/kvm.c 385fd5d5c56SAnthony Liguori 3866347e1f1SMarkus ArmbrusterS390 KVM CPUs 3877c8e2647SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 388c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 3897c8e2647SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 3900922e8c0SCornelia HuckS: Supported 391fcf5ef2aSThomas HuthF: target/s390x/kvm.c 392040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h 393040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c 394fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch] 395fcf5ef2aSThomas HuthF: target/s390x/machine.c 39674b4c74dSDavid HildenbrandF: target/s390x/sigp.c 3978b3410deSCornelia HuckF: target/s390x/cpu_features*.[ch] 3988b3410deSCornelia HuckF: target/s390x/cpu_models.[ch] 3994277af19SCornelia HuckF: hw/intc/s390_flic.c 4004277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c 4014277af19SCornelia HuckF: include/hw/s390x/s390_flic.h 402c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 403e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 404e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 405146bd283SCornelia HuckL: qemu-s390x@nongnu.org 406fd5d5c56SAnthony Liguori 4076347e1f1SMarkus ArmbrusterX86 KVM CPUs 408d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 409fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 410fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 411fd5d5c56SAnthony LiguoriS: Supported 412fcf5ef2aSThomas HuthF: target/i386/kvm.c 4139681ad3eSThomas HuthF: scripts/kvm/vmxcap 414fd5d5c56SAnthony Liguori 415c220cdecSSunil MuthuswamyWHPX CPUs 416c220cdecSSunil MuthuswamyM: Sunil Muthuswamy <sunilmut@microsoft.com> 417c220cdecSSunil MuthuswamyS: Supported 418c220cdecSSunil MuthuswamyF: target/i386/whpx-all.c 419c220cdecSSunil MuthuswamyF: target/i386/whp-dispatch.h 420c220cdecSSunil MuthuswamyF: accel/stubs/whpx-stub.c 421c220cdecSSunil MuthuswamyF: include/sysemu/whpx.h 422c220cdecSSunil Muthuswamy 42384995ea2SMarkus ArmbrusterGuest CPU Cores (Xen) 42484995ea2SMarkus Armbruster--------------------- 4256347e1f1SMarkus ArmbrusterX86 Xen CPUs 4263623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 4273623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 428784e9727SPaul DurrantM: Paul Durrant <paul@xen.org> 4296d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org 4308a6b0cd7SStefano StabelliniS: Supported 4318a6b0cd7SStefano StabelliniF: */xen* 432b827891dSGreg KurzF: hw/9pfs/xen-9p* 433c92451c2SPaolo BonziniF: hw/char/xen_console.c 434c92451c2SPaolo BonziniF: hw/display/xenfb.c 435c92451c2SPaolo BonziniF: hw/net/xen_nic.c 4361a72d9aeSPaul DurrantF: hw/block/xen* 4374ea7d1a7SPaul DurrantF: hw/block/dataplane/xen* 438c92451c2SPaolo BonziniF: hw/xen/ 439c92451c2SPaolo BonziniF: hw/xenpv/ 4409027ac50SStefano StabelliniF: hw/i386/xen/ 4411401897cSPhilippe Mathieu-DaudéF: hw/pci-host/xen_igd_pt.c 442fcab2b46SPaul DurrantF: include/hw/block/dataplane/xen* 443c92451c2SPaolo BonziniF: include/hw/xen/ 4449027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 4458a6b0cd7SStefano Stabellini 4466c94b952SColin XuGuest CPU Cores (HAXM) 4476c94b952SColin Xu--------------------- 4486c94b952SColin XuX86 HAXM CPUs 4496c94b952SColin XuM: Wenchao Wang <wenchao.wang@intel.com> 4506c94b952SColin XuM: Colin Xu <colin.xu@intel.com> 4516c94b952SColin XuL: haxm-team@intel.com 4526c94b952SColin XuW: https://github.com/intel/haxm/issues 4536c94b952SColin XuS: Maintained 4546c94b952SColin XuF: include/sysemu/hax.h 4556c94b952SColin XuF: target/i386/hax-* 4566c94b952SColin Xu 45784995ea2SMarkus ArmbrusterHosts 45884995ea2SMarkus Armbruster----- 4591bdd6874SStefan WeilLINUX 460f5fecb49SPhilippe Mathieu-DaudéM: Michael S. Tsirkin <mst@redhat.com> 461f5fecb49SPhilippe Mathieu-DaudéM: Cornelia Huck <cohuck@redhat.com> 462f5fecb49SPhilippe Mathieu-DaudéM: Paolo Bonzini <pbonzini@redhat.com> 4631bdd6874SStefan WeilS: Maintained 4641bdd6874SStefan WeilF: linux-headers/ 465f5fecb49SPhilippe Mathieu-DaudéF: scripts/update-linux-headers.sh 4661bdd6874SStefan Weil 4671bdd6874SStefan WeilPOSIX 468f3f0204dSPhilippe Mathieu-DaudéM: Paolo Bonzini <pbonzini@redhat.com> 4691bdd6874SStefan WeilS: Maintained 470f3f0204dSPhilippe Mathieu-DaudéF: os-posix.c 471f3f0204dSPhilippe Mathieu-DaudéF: include/sysemu/os-posix.h 472f3f0204dSPhilippe Mathieu-DaudéF: util/*posix*.c 473f3f0204dSPhilippe Mathieu-DaudéF: include/qemu/*posix*.h 4741bdd6874SStefan Weil 4753c2bdbc1SKamil RytarowskiNETBSD 4763c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org> 4773c2bdbc1SKamil RytarowskiS: Maintained 4781b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD 4793c2bdbc1SKamil Rytarowski 4800a773d55SBrad SmithOPENBSD 4810a773d55SBrad SmithM: Brad Smith <brad@comstyle.com> 4820a773d55SBrad SmithS: Maintained 4830a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD 4840a773d55SBrad Smith 4851bdd6874SStefan WeilW32, W64 4861bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 4871bdd6874SStefan WeilS: Maintained 4881bdd6874SStefan WeilF: *win32* 48903972660SThomas HuthF: */*win32* 49003972660SThomas HuthF: include/*/*win32* 49103972660SThomas HuthX: qga/*win32* 492885bdc95SStefan WeilF: qemu.nsi 4931bdd6874SStefan Weil 494b250d04aSPhilippe Mathieu-DaudéAlpha Machines 49584995ea2SMarkus Armbruster-------------- 496b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net> 497b250d04aSPhilippe Mathieu-DaudéS: Maintained 498b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/ 4997bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c 5008d8a8ab5SRichard HendersonF: tests/tcg/alpha/system/ 501b250d04aSPhilippe Mathieu-Daudé 502fd5d5c56SAnthony LiguoriARM Machines 503fd5d5c56SAnthony Liguori------------ 50484291fe7SliguangAllwinner-a10 50585b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 506a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 507b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 508a00d7f20SPeter MaydellS: Odd Fixes 50985b4d5daSBeniamino GalvaniF: hw/*/allwinner* 51085b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 51184291fe7SliguangF: hw/arm/cubieboard.c 51284291fe7Sliguang 513740dafc0SNiek LinnenbankAllwinner-h3 514740dafc0SNiek LinnenbankM: Niek Linnenbank <nieklinnenbank@gmail.com> 515740dafc0SNiek LinnenbankL: qemu-arm@nongnu.org 516740dafc0SNiek LinnenbankS: Maintained 517740dafc0SNiek LinnenbankF: hw/*/allwinner-h3* 518740dafc0SNiek LinnenbankF: include/hw/*/allwinner-h3* 519b0c96666SNiek LinnenbankF: hw/arm/orangepi.c 5200553ef42SNiek LinnenbankF: docs/system/orangepi.rst 521740dafc0SNiek Linnenbank 522e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices 52306271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 524b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 52506271000SPaolo BonziniS: Maintained 52606271000SPaolo BonziniF: hw/char/pl011.c 527c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h 52806271000SPaolo BonziniF: hw/display/pl110* 52906271000SPaolo BonziniF: hw/dma/pl080.c 530aa74e355SPeter MaydellF: include/hw/dma/pl080.h 53106271000SPaolo BonziniF: hw/dma/pl330.c 53206271000SPaolo BonziniF: hw/gpio/pl061.c 53306271000SPaolo BonziniF: hw/input/pl050.c 53406271000SPaolo BonziniF: hw/intc/pl190.c 53506271000SPaolo BonziniF: hw/sd/pl181.c 5361d52866fSPeter MaydellF: hw/ssi/pl022.c 5371d52866fSPeter MaydellF: include/hw/ssi/pl022.h 538877c181cSPhilippe Mathieu-DaudéF: hw/rtc/pl031.c 539877c181cSPhilippe Mathieu-DaudéF: include/hw/rtc/pl031.h 54006271000SPaolo BonziniF: include/hw/arm/primecell.h 541e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c 542e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h 5434f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c 5444f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h 545e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c 546e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h 547050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c 548050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h 5490d4a7551SPeter MaydellF: hw/misc/tz-ppc.c 5500d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h 551344f4b15SPeter MaydellF: hw/misc/tz-mpc.c 552344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h 553211e701dSPeter MaydellF: hw/misc/tz-msc.c 554211e701dSPeter MaydellF: include/hw/misc/tz-msc.h 55506271000SPaolo Bonzini 55606271000SPaolo BonziniARM cores 55706271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 558b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 55906271000SPaolo BonziniS: Maintained 56006271000SPaolo BonziniF: hw/intc/arm* 56106271000SPaolo BonziniF: hw/intc/gic_internal.h 56206271000SPaolo BonziniF: hw/misc/a9scu.c 56306271000SPaolo BonziniF: hw/misc/arm11scu.c 564b7f30114SThomas HuthF: hw/misc/arm_l2x0.c 56506271000SPaolo BonziniF: hw/timer/a9gtimer* 566c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm* 567c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h 56806271000SPaolo BonziniF: include/hw/intc/arm* 56906271000SPaolo BonziniF: include/hw/misc/a9scu.h 57006271000SPaolo BonziniF: include/hw/misc/arm11scu.h 57106271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 57206271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 573c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h 5741e8a1faeSThomas HuthF: tests/qtest/test-arm-mptimer.c 57506271000SPaolo Bonzini 576fc63dcffSEvgeny VoevodinExynos 577f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 578a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 579b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 580a00d7f20SPeter MaydellS: Odd Fixes 5818d8b636dSPaolo BonziniF: hw/*/exynos* 582ed0db866SThomas HuthF: include/hw/arm/exynos4210.h 583fc63dcffSEvgeny Voevodin 584766fd09fSMark LangsdorfCalxeda Highbank 5859ef137caSRob HerringM: Rob Herring <robh@kernel.org> 586a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 587b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 588a00d7f20SPeter MaydellS: Odd Fixes 5898d8b636dSPaolo BonziniF: hw/arm/highbank.c 5908d8b636dSPaolo BonziniF: hw/net/xgmac.c 591766fd09fSMark Langsdorf 5929082f121SAntony PavlovCanon DIGIC 5939082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 594a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 595b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 596a00d7f20SPeter MaydellS: Odd Fixes 5979082f121SAntony PavlovF: include/hw/arm/digic.h 5989082f121SAntony PavlovF: hw/*/digic* 5997ad5f2d1SPhilippe Mathieu-DaudéF: include/hw/*/digic* 6009082f121SAntony Pavlov 6019c8fdcecSAnup PatelGoldfish RTC 6029c8fdcecSAnup PatelM: Anup Patel <anup.patel@wdc.com> 6039c8fdcecSAnup PatelM: Alistair Francis <Alistair.Francis@wdc.com> 6049c8fdcecSAnup PatelL: qemu-riscv@nongnu.org 6059c8fdcecSAnup PatelS: Maintained 6069c8fdcecSAnup PatelF: hw/rtc/goldfish_rtc.c 6079c8fdcecSAnup PatelF: include/hw/rtc/goldfish_rtc.h 6089c8fdcecSAnup Patel 609fd5d5c56SAnthony LiguoriGumstix 610a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 611a00d7f20SPeter MaydellR: Philippe Mathieu-Daudé <f4bug@amsat.org> 612b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 6131f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes 6148d8b636dSPaolo BonziniF: hw/arm/gumstix.c 615fd5d5c56SAnthony Liguori 616123a069aSThomas Huthi.MX25 PDK 617123a069aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 618123a069aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 619123a069aSThomas HuthL: qemu-arm@nongnu.org 620123a069aSThomas HuthS: Odd Fixes 621123a069aSThomas HuthF: hw/arm/fsl-imx25.c 622123a069aSThomas HuthF: hw/arm/imx25_pdk.c 623123a069aSThomas HuthF: hw/misc/imx25_ccm.c 624123a069aSThomas HuthF: include/hw/arm/fsl-imx25.h 625123a069aSThomas HuthF: include/hw/misc/imx25_ccm.h 626123a069aSThomas Huth 62795a5db3aSThomas Huthi.MX31 (kzm) 6280325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au> 629a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 630b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 63195a5db3aSThomas HuthS: Odd Fixes 6328d8b636dSPaolo BonziniF: hw/arm/kzm.c 63395a5db3aSThomas HuthF: hw/*/imx_* 63495a5db3aSThomas HuthF: hw/*/*imx31* 63595a5db3aSThomas HuthF: include/hw/*/imx_* 63695a5db3aSThomas HuthF: include/hw/*/*imx31* 6370325559dSPeter Chubb 638fd5d5c56SAnthony LiguoriIntegrator CP 6391ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 640b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 641fd5d5c56SAnthony LiguoriS: Maintained 6428d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 643f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c 644b7f30114SThomas HuthF: include/hw/misc/arm_integrator_debug.h 6455e0ac7e0SThomas HuthF: tests/acceptance/machine_arm_integratorcp.py 646c11a8e89SPeter MaydellF: docs/system/arm/integratorcp.rst 647fd5d5c56SAnthony Liguori 64895a5db3aSThomas HuthMCIMX6UL EVK / i.MX6ul 64995a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 65095a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 65195a5db3aSThomas HuthL: qemu-arm@nongnu.org 65295a5db3aSThomas HuthS: Odd Fixes 65395a5db3aSThomas HuthF: hw/arm/mcimx6ul-evk.c 65495a5db3aSThomas HuthF: hw/arm/fsl-imx6ul.c 65595a5db3aSThomas HuthF: hw/misc/imx6ul_ccm.c 65695a5db3aSThomas HuthF: include/hw/arm/fsl-imx6ul.h 65795a5db3aSThomas HuthF: include/hw/misc/imx6ul_ccm.h 65895a5db3aSThomas Huth 65995a5db3aSThomas HuthMCIMX7D SABRE / i.MX7 66095a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 66195a5db3aSThomas HuthR: Andrey Smirnov <andrew.smirnov@gmail.com> 66295a5db3aSThomas HuthL: qemu-arm@nongnu.org 66395a5db3aSThomas HuthS: Odd Fixes 66495a5db3aSThomas HuthF: hw/arm/mcimx7d-sabre.c 66595a5db3aSThomas HuthF: hw/arm/fsl-imx7.c 666b7f30114SThomas HuthF: hw/misc/imx7_*.c 66795a5db3aSThomas HuthF: include/hw/arm/fsl-imx7.h 668b7f30114SThomas HuthF: include/hw/misc/imx7_*.h 66995a5db3aSThomas HuthF: hw/pci-host/designware.c 67095a5db3aSThomas HuthF: include/hw/pci-host/designware.h 67195a5db3aSThomas Huth 672e5a6a6e6SPeter MaydellMPS2 673e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 674e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org 675e5a6a6e6SPeter MaydellS: Maintained 676e5a6a6e6SPeter MaydellF: hw/arm/mps2.c 6770d4a7551SPeter MaydellF: hw/arm/mps2-tz.c 6780d4a7551SPeter MaydellF: hw/misc/mps2-*.c 6790d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h 6806eee5d24SPeter MaydellF: hw/arm/armsse.c 6816eee5d24SPeter MaydellF: include/hw/arm/armsse.h 682c56c5760SPhilippe Mathieu-DaudéF: hw/misc/iotkit-secctl.c 683c56c5760SPhilippe Mathieu-DaudéF: include/hw/misc/iotkit-secctl.h 68475750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c 68575750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h 686c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c 687c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h 6885aeb3689SPeter MaydellF: hw/misc/armsse-cpuid.c 6895aeb3689SPeter MaydellF: include/hw/misc/armsse-cpuid.h 690cdf63440SPeter MaydellF: hw/misc/armsse-mhu.c 691cdf63440SPeter MaydellF: include/hw/misc/armsse-mhu.h 692e5a6a6e6SPeter Maydell 6938f69a4c1SPeter MaydellMusca 6948f69a4c1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 6958f69a4c1SPeter MaydellL: qemu-arm@nongnu.org 6968f69a4c1SPeter MaydellS: Maintained 6978f69a4c1SPeter MaydellF: hw/arm/musca.c 6988f69a4c1SPeter Maydell 699fd5d5c56SAnthony LiguoriMusicpal 700fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 701a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 702b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 703a00d7f20SPeter MaydellS: Odd Fixes 7048d8b636dSPaolo BonziniF: hw/arm/musicpal.c 705c11a8e89SPeter MaydellF: docs/system/arm/musicpal.rst 706fd5d5c56SAnthony Liguori 707fd5d5c56SAnthony LiguorinSeries 708fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 709a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 710b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 711a00d7f20SPeter MaydellS: Odd Fixes 7128d8b636dSPaolo BonziniF: hw/arm/nseries.c 7138a08cc71SPhilippe Mathieu-DaudéF: hw/display/blizzard.c 714b7f30114SThomas HuthF: hw/input/lm832x.c 715b7f30114SThomas HuthF: hw/input/tsc2005.c 716b7f30114SThomas HuthF: hw/misc/cbus.c 7176a648a5fSPhilippe Mathieu-DaudéF: hw/rtc/twl92230.c 7188a08cc71SPhilippe Mathieu-DaudéF: include/hw/display/blizzard.h 719a331dd02SPhilippe Mathieu-DaudéF: include/hw/input/tsc2xxx.h 720e8fa3958SPhilippe Mathieu-DaudéF: include/hw/misc/cbus.h 721050a82f0SThomas HuthF: tests/acceptance/machine_arm_n8x0.py 722c11a8e89SPeter MaydellF: docs/system/arm/nseries.rst 723fd5d5c56SAnthony Liguori 724fd5d5c56SAnthony LiguoriPalm 725fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 726a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 727b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 728a00d7f20SPeter MaydellS: Odd Fixes 7298d8b636dSPaolo BonziniF: hw/arm/palm.c 730b7f30114SThomas HuthF: hw/input/tsc210x.c 731a331dd02SPhilippe Mathieu-DaudéF: include/hw/input/tsc2xxx.h 732c11a8e89SPeter MaydellF: docs/system/arm/palm.rst 733fd5d5c56SAnthony Liguori 73495a5db3aSThomas HuthRaspberry Pi 73595a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 73695a5db3aSThomas HuthR: Andrew Baumann <Andrew.Baumann@microsoft.com> 73795a5db3aSThomas HuthR: Philippe Mathieu-Daudé <f4bug@amsat.org> 73895a5db3aSThomas HuthL: qemu-arm@nongnu.org 73995a5db3aSThomas HuthS: Odd Fixes 740123a069aSThomas HuthF: hw/arm/raspi.c 74195a5db3aSThomas HuthF: hw/arm/raspi_platform.h 74295a5db3aSThomas HuthF: hw/*/bcm283* 74395a5db3aSThomas HuthF: include/hw/arm/raspi* 74495a5db3aSThomas HuthF: include/hw/*/bcm283* 74595a5db3aSThomas Huth 746fd5d5c56SAnthony LiguoriReal View 7471ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 748b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 749fd5d5c56SAnthony LiguoriS: Maintained 7508d8b636dSPaolo BonziniF: hw/arm/realview* 751f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c 7525ea53049SPaolo BonziniF: hw/intc/realview_gic.c 7535ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 754c11a8e89SPeter MaydellF: docs/system/arm/realview.rst 755fd5d5c56SAnthony Liguori 7569b31bff0SPaolo BonziniPXA2XX 757fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 758a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 759b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 760a00d7f20SPeter MaydellS: Odd Fixes 7619b31bff0SPaolo BonziniF: hw/arm/mainstone.c 7628d8b636dSPaolo BonziniF: hw/arm/spitz.c 7639b31bff0SPaolo BonziniF: hw/arm/tosa.c 7649b31bff0SPaolo BonziniF: hw/arm/z2.c 7659b31bff0SPaolo BonziniF: hw/*/pxa2xx* 766123a069aSThomas HuthF: hw/display/tc6393xb.c 767123a069aSThomas HuthF: hw/gpio/max7310.c 768123a069aSThomas HuthF: hw/gpio/zaurus.c 769f7e242d6SThomas HuthF: hw/misc/mst_fpga.c 770b7f30114SThomas HuthF: hw/misc/max111x.c 771ed0db866SThomas HuthF: include/hw/arm/pxa.h 772123a069aSThomas HuthF: include/hw/arm/sharpsl.h 773ee2ccc57SPhilippe Mathieu-DaudéF: include/hw/display/tc6393xb.h 774c11a8e89SPeter MaydellF: docs/system/arm/xscale.rst 775fd5d5c56SAnthony Liguori 77695a5db3aSThomas HuthSABRELITE / i.MX6 77795a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 77895a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 77995a5db3aSThomas HuthL: qemu-arm@nongnu.org 78095a5db3aSThomas HuthS: Odd Fixes 78195a5db3aSThomas HuthF: hw/arm/sabrelite.c 78295a5db3aSThomas HuthF: hw/arm/fsl-imx6.c 783b7f30114SThomas HuthF: hw/misc/imx6_*.c 78495a5db3aSThomas HuthF: hw/ssi/imx_spi.c 7850701a5efSGuenter RoeckF: hw/usb/imx-usb-phy.c 7860701a5efSGuenter RoeckF: include/hw/usb/imx-usb-phy.h 78795a5db3aSThomas HuthF: include/hw/arm/fsl-imx6.h 788b7f30114SThomas HuthF: include/hw/misc/imx6_*.h 78995a5db3aSThomas HuthF: include/hw/ssi/imx_spi.h 79095a5db3aSThomas Huth 79164580903SHongbo ZhangSBSA-REF 79264580903SHongbo ZhangM: Radoslaw Biernacki <radoslaw.biernacki@linaro.org> 79364580903SHongbo ZhangM: Peter Maydell <peter.maydell@linaro.org> 794aff55693SLeif LindholmR: Leif Lindholm <leif@nuviainc.com> 79564580903SHongbo ZhangL: qemu-arm@nongnu.org 79664580903SHongbo ZhangS: Maintained 79764580903SHongbo ZhangF: hw/arm/sbsa-ref.c 79864580903SHongbo Zhang 799671f11b2SThomas HuthSharp SL-5500 (Collie) PDA 800671f11b2SThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 801671f11b2SThomas HuthL: qemu-arm@nongnu.org 802671f11b2SThomas HuthS: Odd Fixes 803671f11b2SThomas HuthF: hw/arm/collie.c 804671f11b2SThomas HuthF: hw/arm/strongarm* 805671f11b2SThomas Huth 806fd5d5c56SAnthony LiguoriStellaris 8071ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 808b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 809fd5d5c56SAnthony LiguoriS: Maintained 8108d8b636dSPaolo BonziniF: hw/*/stellaris* 81198fa3327SPhilippe Mathieu-DaudéF: include/hw/input/gamepad.h 812c11a8e89SPeter MaydellF: docs/system/arm/stellaris.rst 813fd5d5c56SAnthony Liguori 81495a5db3aSThomas HuthVersatile Express 81595a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 81695a5db3aSThomas HuthL: qemu-arm@nongnu.org 81795a5db3aSThomas HuthS: Maintained 81895a5db3aSThomas HuthF: hw/arm/vexpress.c 81995a5db3aSThomas Huth 820fd5d5c56SAnthony LiguoriVersatile PB 8211ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 822b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 823fd5d5c56SAnthony LiguoriS: Maintained 8248d8b636dSPaolo BonziniF: hw/*/versatile* 825c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c 826c11a8e89SPeter MaydellF: docs/system/arm/versatile.rst 827fd5d5c56SAnthony Liguori 82895a5db3aSThomas HuthVirt 82995a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 83095a5db3aSThomas HuthL: qemu-arm@nongnu.org 83195a5db3aSThomas HuthS: Maintained 83295a5db3aSThomas HuthF: hw/arm/virt* 83395a5db3aSThomas HuthF: include/hw/arm/virt.h 83495a5db3aSThomas Huth 835e3260506SPeter A. G. CrosthwaiteXilinx Zynq 836cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 837c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 838a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 839b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 840e3260506SPeter A. G. CrosthwaiteS: Maintained 841cc0100f4SAlistair FrancisF: hw/*/xilinx_* 8428d8b636dSPaolo BonziniF: hw/*/cadence_* 843f7e242d6SThomas HuthF: hw/misc/zynq* 844f7e242d6SThomas HuthF: include/hw/misc/zynq* 845cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 846e3260506SPeter A. G. Crosthwaite 847137805f5SAlistair FrancisXilinx ZynqMP 848c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 849cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 850a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 851b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 852137805f5SAlistair FrancisS: Maintained 853cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 854f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 85524d6d8bfSPhilippe Mathieu-DaudéF: include/hw/ssi/xilinx_spips.h 85624d6d8bfSPhilippe Mathieu-DaudéF: hw/display/dpcd.c 85724d6d8bfSPhilippe Mathieu-DaudéF: include/hw/display/dpcd.h 858137805f5SAlistair Francis 8598f4d260eSShannon ZhaoARM ACPI Subsystem 860e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com> 861b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 8628f4d260eSShannon ZhaoS: Maintained 8638f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 8648f4d260eSShannon Zhao 865a1f8193bSAlistair FrancisSTM32F205 866a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 867a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 8688ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 869a1f8193bSAlistair FrancisS: Maintained 870a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 871a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 872a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 873a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 874a1f8193bSAlistair FrancisF: hw/adc/* 875a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 8760e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h 877a1f8193bSAlistair Francis 878529fc5fdSAlistair FrancisSTM32F405 879529fc5fdSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 880529fc5fdSAlistair FrancisM: Peter Maydell <peter.maydell@linaro.org> 8818ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 882529fc5fdSAlistair FrancisS: Maintained 883529fc5fdSAlistair FrancisF: hw/arm/stm32f405_soc.c 884529fc5fdSAlistair FrancisF: hw/misc/stm32f4xx_syscfg.c 885529fc5fdSAlistair FrancisF: hw/misc/stm32f4xx_exti.c 886529fc5fdSAlistair Francis 887a1f8193bSAlistair FrancisNetduino 2 888a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 889a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 8908ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 891a1f8193bSAlistair FrancisS: Maintained 892a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 893a1f8193bSAlistair Francis 89460d6c427SAlistair FrancisNetduino Plus 2 89560d6c427SAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 89660d6c427SAlistair FrancisM: Peter Maydell <peter.maydell@linaro.org> 8978ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 89860d6c427SAlistair FrancisS: Maintained 89960d6c427SAlistair FrancisF: hw/arm/netduinoplus2.c 90060d6c427SAlistair Francis 901670bc4cbSSubbaraya SundeepSmartFusion2 902670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 903a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 9048ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 905670bc4cbSSubbaraya SundeepS: Maintained 906670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c 907670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c 908670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c 909670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c 910670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h 911670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h 912670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h 913670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h 914670bc4cbSSubbaraya Sundeep 915670bc4cbSSubbaraya SundeepEmcraft M2S-FG484 916670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 917a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 9188ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 919670bc4cbSSubbaraya SundeepS: Maintained 920670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c 921670bc4cbSSubbaraya Sundeep 922f87db1baSJoel StanleyASPEED BMCs 923f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org> 924a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 925f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au> 926f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au> 927f87db1baSJoel StanleyL: qemu-arm@nongnu.org 928f87db1baSJoel StanleyS: Maintained 929f87db1baSJoel StanleyF: hw/*/*aspeed* 930b7f30114SThomas HuthF: hw/misc/pca9552.c 931f87db1baSJoel StanleyF: include/hw/*/*aspeed* 932b7f30114SThomas HuthF: include/hw/misc/pca9552*.h 933f87db1baSJoel StanleyF: hw/net/ftgmac100.c 934f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h 935f87db1baSJoel Stanley 936c0066d1aSJoel StanleyNRF51 937c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au> 938a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 939c0066d1aSJoel StanleyL: qemu-arm@nongnu.org 940c0066d1aSJoel StanleyS: Maintained 941c8de3f5fSStefan HajnocziF: hw/*/nrf51*.c 942c8de3f5fSStefan HajnocziF: hw/*/microbit*.c 943c8de3f5fSStefan HajnocziF: include/hw/*/nrf51*.h 944c8de3f5fSStefan HajnocziF: include/hw/*/microbit*.h 9451e8a1faeSThomas HuthF: tests/qtest/microbit-test.c 946c0066d1aSJoel Stanley 947fd5d5c56SAnthony LiguoriCRIS Machines 948fd5d5c56SAnthony Liguori------------- 949fd5d5c56SAnthony LiguoriAxis Dev88 950fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 951fd5d5c56SAnthony LiguoriS: Maintained 9528d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 9536e481d57SPeter MaydellF: hw/*/etraxfs_*.c 954fd5d5c56SAnthony Liguori 955e188396cSPhilippe Mathieu-DaudéHP-PARISC Machines 956e188396cSPhilippe Mathieu-Daudé------------------ 95718092598SHelge DellerHP B160L 958e188396cSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net> 959e188396cSPhilippe Mathieu-DaudéR: Helge Deller <deller@gmx.de> 960e188396cSPhilippe Mathieu-DaudéS: Odd Fixes 961a2a82ad6SPhilippe Mathieu-DaudéF: default-configs/hppa-softmmu.mak 962e188396cSPhilippe Mathieu-DaudéF: hw/hppa/ 963e188396cSPhilippe Mathieu-DaudéF: pc-bios/hppa-firmware.img 964e188396cSPhilippe Mathieu-Daudé 96507bf23a7SMichael WalleLM32 Machines 96607bf23a7SMichael Walle------------- 96707bf23a7SMichael WalleEVR32 and uclinux BSP 96807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 96907bf23a7SMichael WalleS: Maintained 9708d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c 97107bf23a7SMichael Walle 972d118aa6bSMichael Wallemilkymist 973d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 974d118aa6bSMichael WalleS: Maintained 9758d8b636dSPaolo BonziniF: hw/lm32/milkymist.c 976d118aa6bSMichael Walle 977afcacd53SAurelien JarnoM68K Machines 978fd5d5c56SAnthony Liguori------------- 979fd5d5c56SAnthony Liguorian5206 9805baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 9815baf2741SThomas HuthS: Odd Fixes 9828d8b636dSPaolo BonziniF: hw/m68k/an5206.c 983e9a56114SThomas HuthF: hw/m68k/mcf5206.c 984fd5d5c56SAnthony Liguori 985fd5d5c56SAnthony Liguorimcf5208 9865baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 9875baf2741SThomas HuthS: Odd Fixes 9888d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 989e9a56114SThomas HuthF: hw/m68k/mcf_intc.c 990e9a56114SThomas HuthF: hw/char/mcf_uart.c 991e9a56114SThomas HuthF: hw/net/mcf_fec.c 9925baf2741SThomas HuthF: include/hw/m68k/mcf*.h 993fd5d5c56SAnthony Liguori 9941810b815SThomas HuthNeXTcube 9951810b815SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 9961810b815SThomas HuthS: Odd Fixes 9971810b815SThomas HuthF: hw/m68k/next-*.c 9981810b815SThomas HuthF: hw/display/next-fb.c 9991810b815SThomas HuthF: include/hw/m68k/next-cube.h 10001810b815SThomas Huth 10016dca62a0SLaurent Vivierq800 10026dca62a0SLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 10036dca62a0SLaurent VivierS: Maintained 100404e7ca8dSLaurent VivierF: hw/m68k/q800.c 10056dca62a0SLaurent VivierF: hw/misc/mac_via.c 1006fa2ba3b8SLaurent VivierF: hw/nubus/* 10078ac919a0SLaurent VivierF: hw/display/macfb.c 1008c701ec62SLaurent VivierF: hw/block/swim.c 100904e7ca8dSLaurent VivierF: hw/m68k/bootinfo.h 10106dca62a0SLaurent VivierF: include/hw/misc/mac_via.h 1011fa2ba3b8SLaurent VivierF: include/hw/nubus/* 10128ac919a0SLaurent VivierF: include/hw/display/macfb.h 1013c701ec62SLaurent VivierF: include/hw/block/swim.h 10146dca62a0SLaurent Vivier 1015fd5d5c56SAnthony LiguoriMicroBlaze Machines 1016b6f97c14Sbellard------------------- 1017fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 1018fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1019fd5d5c56SAnthony LiguoriS: Maintained 10206e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 1021a734c7b5SPhilippe Mathieu-DaudéF: include/hw/char/xilinx_uartlite.h 1022b6f97c14Sbellard 1023d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 10244b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1025d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 10268d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 1027d36e8ce7SPeter A. G. Crosthwaite 1028fd5d5c56SAnthony LiguoriMIPS Machines 1029fd5d5c56SAnthony Liguori------------- 1030fd5d5c56SAnthony LiguoriJazz 1031fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 103263640d6aSAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1033fd5d5c56SAnthony LiguoriS: Maintained 10348d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c 10350886a785SPhilippe Mathieu-DaudéF: hw/display/jazz_led.c 10360886a785SPhilippe Mathieu-DaudéF: hw/dma/rc4030.c 1037fd5d5c56SAnthony Liguori 1038fd5d5c56SAnthony LiguoriMalta 10390eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 1040485cd982SAleksandar MarkovicM: Philippe Mathieu-Daudé <f4bug@amsat.org> 1041485cd982SAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 1042fd5d5c56SAnthony LiguoriS: Maintained 104360041378SAleksandar MarkovicF: hw/isa/piix4.c 104460041378SAleksandar MarkovicF: hw/acpi/piix4.c 10458d8b636dSPaolo BonziniF: hw/mips/mips_malta.c 104693081f51SAleksandar MarkovicF: hw/mips/gt64xxx_pci.c 104760041378SAleksandar MarkovicF: include/hw/southbridge/piix.h 1048c47c336eSPhilippe Mathieu-DaudéF: tests/acceptance/linux_ssh_mips_malta.py 10490484d9d4SPhilippe Mathieu-DaudéF: tests/acceptance/machine_mips_malta.py 1050fd5d5c56SAnthony Liguori 1051fd5d5c56SAnthony LiguoriMipssim 10520eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 105363640d6aSAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1054659f42d8SYongbok KimS: Odd Fixes 10558d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c 1056659f42d8SYongbok KimF: hw/net/mipsnet.c 1057fd5d5c56SAnthony Liguori 1058fd5d5c56SAnthony LiguoriR4000 10590eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 1060099d510bSAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 106163640d6aSAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1062d32dc614SPhilippe Mathieu-DaudéS: Obsolete 10638d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c 1064fd5d5c56SAnthony Liguori 1065659f42d8SYongbok KimFulong 2E 106686eb0697SAleksandar MarkovicM: Philippe Mathieu-Daudé <f4bug@amsat.org> 10670eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 1068659f42d8SYongbok KimS: Odd Fixes 1069659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c 10700170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c 10715021bfa5SThomas HuthF: hw/pci-host/bonito.c 10720170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h 1073659f42d8SYongbok Kim 1074659f42d8SYongbok KimBoston 10754872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com> 107663640d6aSAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1077659f42d8SYongbok KimS: Maintained 1078659f42d8SYongbok KimF: hw/core/loader-fit.c 1079659f42d8SYongbok KimF: hw/mips/boston.c 1080659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c 10815021bfa5SThomas HuthF: include/hw/pci-host/xilinx-pcie.h 1082659f42d8SYongbok Kim 1083945dad6dSJia LiuOpenRISC Machines 1084945dad6dSJia Liu----------------- 1085945dad6dSJia Liuor1k-sim 1086945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 1087945dad6dSJia LiuS: Maintained 1088945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 1089945dad6dSJia Liu 1090fd5d5c56SAnthony LiguoriPowerPC Machines 1091fd5d5c56SAnthony Liguori---------------- 1092fd5d5c56SAnthony Liguori405 1093bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 1094a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 10959b9fe135SAndreas FärberS: Odd Fixes 10968d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 1097fd5d5c56SAnthony Liguori 1098aaade8d7SAndreas FärberBamboo 1099bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 1100aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 1101aaade8d7SAndreas FärberS: Odd Fixes 11028d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 1103aaade8d7SAndreas Färber 110498cded3aSAndreas Färbere500 1105bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 110698cded3aSAndreas FärberL: qemu-ppc@nongnu.org 1107bba8e23aSAlexander GrafS: Odd Fixes 1108ce6fc617SThomas HuthF: hw/ppc/e500* 11092c6aba14SThomas HuthF: hw/gpio/mpc8xxx.c 11107abb479cSAndrew RandrianasuluF: hw/i2c/mpc_i2c.c 1111ce6fc617SThomas HuthF: hw/net/fsl_etsec/ 1112ce6fc617SThomas HuthF: hw/pci-host/ppce500.c 1113b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 1114b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 1115b5d55020SThomas HuthF: pc-bios/u-boot.e500 111698cded3aSAndreas Färber 111798cded3aSAndreas Färbermpc8544ds 1118bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 111998cded3aSAndreas FärberL: qemu-ppc@nongnu.org 1120bba8e23aSAlexander GrafS: Odd Fixes 112198cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 11228d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 112398cded3aSAndreas Färber 11242c6aba14SThomas HuthNew World (mac99) 112540e3dd06SMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 112640e3dd06SMark Cave-AylandR: David Gibson <david@gibson.dropbear.id.au> 1127a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 1128bba8e23aSAlexander GrafS: Odd Fixes 1129baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 11306e481d57SPeter MaydellF: hw/pci-host/uninorth.c 11316e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 11328d8b636dSPaolo BonziniF: hw/misc/macio/ 11336ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c 1134b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 11352c6aba14SThomas HuthF: hw/input/adb* 1136eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/ 11376ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h 1138eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h 11395021bfa5SThomas HuthF: include/hw/pci-host/uninorth.h 11402c6aba14SThomas HuthF: include/hw/input/adb* 114152804c60SMark Cave-AylandF: pc-bios/qemu_vga.ndrv 1142fd5d5c56SAnthony Liguori 11432c6aba14SThomas HuthOld World (g3beige) 114440e3dd06SMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 114540e3dd06SMark Cave-AylandR: David Gibson <david@gibson.dropbear.id.au> 1146a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 1147bba8e23aSAlexander GrafS: Odd Fixes 1148baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 11496e481d57SPeter MaydellF: hw/pci-host/grackle.c 11508d8b636dSPaolo BonziniF: hw/misc/macio/ 1151835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 11522c6aba14SThomas HuthF: hw/input/adb* 115397e16dbaSPhilippe Mathieu-DaudéF: include/hw/intc/heathrow_pic.h 11542c6aba14SThomas HuthF: include/hw/input/adb* 115552804c60SMark Cave-AylandF: pc-bios/qemu_vga.ndrv 1156fd5d5c56SAnthony Liguori 1157ec38d398SAndreas FärberPReP 11588178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org> 1159a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 11608178e89cSHervé PoussineauS: Maintained 116175610155SAndreas FärberF: hw/ppc/prep.c 11628178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c 11638178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c 11646e481d57SPeter MaydellF: hw/pci-host/prep.[hc] 11650a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c 1166a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c 11671cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c 1168819ce6b2SPhilippe Mathieu-DaudéF: hw/rtc/m48t59-isa.c 1169a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h 1170819ce6b2SPhilippe Mathieu-DaudéF: include/hw/rtc/m48t59.h 117171b290e7SPhilippe Mathieu-DaudéF: tests/acceptance/ppc_prep_40p.py 1172fd5d5c56SAnthony Liguori 1173300b115cSAndreas FärbersPAPR 1174085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 11758a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 11768a269ca4SAndreas FärberS: Supported 11778d8b636dSPaolo BonziniF: hw/*/spapr* 1178f9de2da7SDavid GibsonF: include/hw/*/spapr* 1179f9de2da7SDavid GibsonF: hw/*/xics* 1180f9de2da7SDavid GibsonF: include/hw/*/xics* 1181b5d55020SThomas HuthF: pc-bios/slof.bin 1182b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt 1183b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt 11841e8a1faeSThomas HuthF: tests/qtest/spapr* 11851cf4323eSThomas HuthF: tests/qtest/libqos/*spapr* 11861e8a1faeSThomas HuthF: tests/qtest/rtas* 11871cf4323eSThomas HuthF: tests/qtest/libqos/rtas* 11888a269ca4SAndreas Färber 11891af82d4fSCédric Le GoaterPowerNV (Non-Virtualized) 11901af82d4fSCédric Le GoaterM: Cédric Le Goater <clg@kaod.org> 11911af82d4fSCédric Le GoaterM: David Gibson <david@gibson.dropbear.id.au> 11921af82d4fSCédric Le GoaterL: qemu-ppc@nongnu.org 11931af82d4fSCédric Le GoaterS: Maintained 11941af82d4fSCédric Le GoaterF: hw/ppc/pnv* 11951af82d4fSCédric Le GoaterF: hw/intc/pnv* 11961af82d4fSCédric Le GoaterF: hw/intc/xics_pnv.c 11971af82d4fSCédric Le GoaterF: include/hw/ppc/pnv* 11981af82d4fSCédric Le GoaterF: pc-bios/skiboot.lid 11991e8a1faeSThomas HuthF: tests/qtest/pnv* 12001af82d4fSCédric Le Goater 1201794d00bfSAndreas Färbervirtex_ml507 1202794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1203794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 1204794d00bfSAndreas FärberS: Odd Fixes 12056e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 1206794d00bfSAndreas Färber 1207a9dd6604SBALATON Zoltansam460ex 1208a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu> 1209a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org 1210a9dd6604SBALATON ZoltanS: Maintained 121133c6a8b5SBALATON ZoltanF: hw/ppc/sam460ex.c 121233c6a8b5SBALATON ZoltanF: hw/ppc/ppc440_pcix.c 121333c6a8b5SBALATON ZoltanF: hw/display/sm501* 1214a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c 1215de04c31dSPhilippe Mathieu-DaudéF: hw/rtc/m41t80.c 121633c6a8b5SBALATON ZoltanF: pc-bios/canyonlands.dt[sb] 121733c6a8b5SBALATON ZoltanF: pc-bios/u-boot-sam460ex-20100605.bin 121833c6a8b5SBALATON ZoltanF: roms/u-boot-sam460ex 1219a9dd6604SBALATON Zoltan 1220fd5d5c56SAnthony LiguoriSH4 Machines 1221fd5d5c56SAnthony Liguori------------ 1222fd5d5c56SAnthony LiguoriR2D 1223fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 1224fd5d5c56SAnthony LiguoriS: Maintained 12256e481d57SPeter MaydellF: hw/sh4/r2d.c 122681527b94SThomas HuthF: hw/intc/sh_intc.c 122781527b94SThomas HuthF: hw/timer/sh_timer.c 1228fd5d5c56SAnthony Liguori 1229fd5d5c56SAnthony LiguoriShix 1230fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 123181527b94SThomas HuthS: Odd Fixes 12326e481d57SPeter MaydellF: hw/sh4/shix.c 1233fd5d5c56SAnthony Liguori 1234fd5d5c56SAnthony LiguoriSPARC Machines 1235fd5d5c56SAnthony Liguori-------------- 1236fd5d5c56SAnthony LiguoriSun4m 1237f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1238fd5d5c56SAnthony LiguoriS: Maintained 12398d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 1240c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c 1241aec2b887SThomas HuthF: hw/display/cg3.c 1242aec2b887SThomas HuthF: hw/display/tcx.c 1243c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c 12447098b79eSThomas HuthF: hw/misc/eccmemctl.c 1245aec2b887SThomas HuthF: hw/*/slavio_*.c 1246aec2b887SThomas HuthF: include/hw/nvram/sun_nvram.h 1247c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h 1248d0476159SPhilippe Mathieu-DaudéF: include/hw/sparc/sun4m_iommu.h 1249aec2b887SThomas HuthF: pc-bios/openbios-sparc32 1250fd5d5c56SAnthony Liguori 1251fd5d5c56SAnthony LiguoriSun4u 1252f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1253fd5d5c56SAnthony LiguoriS: Maintained 12548d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 12558ef856b7SPhilippe Mathieu-DaudéF: hw/sparc64/sun4u_iommu.c 12568ef856b7SPhilippe Mathieu-DaudéF: include/hw/sparc/sun4u_iommu.h 12575021bfa5SThomas HuthF: hw/pci-host/sabre.c 12585021bfa5SThomas HuthF: include/hw/pci-host/sabre.h 12598ef856b7SPhilippe Mathieu-DaudéF: hw/pci-bridge/simba.c 12608ef856b7SPhilippe Mathieu-DaudéF: include/hw/pci-bridge/simba.h 12618ef856b7SPhilippe Mathieu-DaudéF: pc-bios/openbios-sparc64 1262fd5d5c56SAnthony Liguori 1263a2664ca0SArtyom TarasenkoSun4v 1264a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com> 1265a2664ca0SArtyom TarasenkoS: Maintained 1266626e4a4bSFam ZhengF: hw/sparc64/niagara.c 12672811ac30SPhilippe Mathieu-DaudéF: hw/rtc/sun4v-rtc.c 12682811ac30SPhilippe Mathieu-DaudéF: include/hw/rtc/sun4v-rtc.h 1269a2664ca0SArtyom Tarasenko 1270ce6c760cSFabien ChouteauLeon3 1271ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 1272918b8adeSKONRAD FredericM: KONRAD Frederic <frederic.konrad@adacore.com> 1273ce6c760cSFabien ChouteauS: Maintained 12748d8b636dSPaolo BonziniF: hw/sparc/leon3.c 12758d8b636dSPaolo BonziniF: hw/*/grlib* 1276162abf1aSKONRAD FredericF: include/hw/*/grlib* 1277b11785caSPhilippe Mathieu-DaudéF: tests/acceptance/machine_sparc_leon3.py 1278ce6c760cSFabien Chouteau 1279fd5d5c56SAnthony LiguoriS390 Machines 1280fd5d5c56SAnthony Liguori------------- 1281dd4ad64aSCornelia HuckS390 Virtio-ccw 1282c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 12837c8e2647SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 1284b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 1285dd4ad64aSCornelia HuckS: Supported 12860c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc] 12879d1c4449SChristian BorntraegerF: hw/char/terminal3270.c 1288c5bfb202SCornelia HuckF: hw/s390x/ 12894277af19SCornelia HuckF: include/hw/s390x/ 1290c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c 12911e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h 12921e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak 1293e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 1294e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1295146bd283SCornelia HuckL: qemu-s390x@nongnu.org 1296dd4ad64aSCornelia Huck 12978e4eb427SChristian BorntraegerS390-ccw boot 1298304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com> 1299304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com> 1300304584bfSCornelia HuckS: Supported 13018e4eb427SChristian BorntraegerF: hw/s390x/ipl.* 1302304584bfSCornelia HuckF: pc-bios/s390-ccw/ 1303304584bfSCornelia HuckF: pc-bios/s390-ccw.img 1304cc3d15a5SCornelia HuckF: docs/devel/s390-dasd-ipl.rst 1305e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1306304584bfSCornelia HuckL: qemu-s390x@nongnu.org 1307304584bfSCornelia Huck 1308d5bfb425SChristian BorntraegerS390 PCI 1309ecd6663dSMatthew RosatoM: Matthew Rosato <mjrosato@linux.ibm.com> 1310d5bfb425SChristian BorntraegerS: Supported 1311d5bfb425SChristian BorntraegerF: hw/s390x/s390-pci* 1312d5bfb425SChristian BorntraegerL: qemu-s390x@nongnu.org 1313d5bfb425SChristian Borntraeger 1314ab9528caSGuan XuetaoUniCore32 Machines 131584995ea2SMarkus Armbruster------------------ 1316ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox 1317ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn> 1318ab9528caSGuan XuetaoS: Maintained 13198d8b636dSPaolo BonziniF: hw/*/puv3* 1320ab9528caSGuan XuetaoF: hw/unicore32/ 1321ab9528caSGuan Xuetao 1322fd5d5c56SAnthony LiguoriX86 Machines 1323fd5d5c56SAnthony Liguori------------ 1324fd5d5c56SAnthony LiguoriPC 1325046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1326fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1327fd5d5c56SAnthony LiguoriS: Supported 1328046a6486SMichael S. TsirkinF: include/hw/i386/ 1329046a6486SMichael S. TsirkinF: hw/i386/ 13300f25d865SPhilippe Mathieu-DaudéF: hw/pci-host/i440fx.c 1331046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 1332046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 13330fd61a2dSPhilippe Mathieu-DaudéF: include/hw/pci-host/i440fx.h 1334046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 1335046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 133614a026ddSPhilippe Mathieu-DaudéF: hw/isa/piix3.c 1337046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 1338046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 1339046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 1340046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 1341046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 1342fff123b8SPhilippe Mathieu-DaudéF: include/hw/southbridge/piix.h 13439cc3b73cSPaolo BonziniF: hw/misc/sga.c 13446f5a3294SPhilippe Mathieu-DaudéF: hw/isa/apm.c 13456f5a3294SPhilippe Mathieu-DaudéF: include/hw/isa/apm.h 13466f5a3294SPhilippe Mathieu-DaudéF: tests/test-x86-cpuid.c 13471e8a1faeSThomas HuthF: tests/qtest/test-x86-cpuid-compat.c 13489cc3b73cSPaolo Bonzini 13499cc3b73cSPaolo BonziniPC Chipset 13509cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 13519cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 13521732be86SPhilippe Mathieu-DaudéS: Supported 13539cc3b73cSPaolo BonziniF: hw/char/debugcon.c 1354bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel* 13559cc3b73cSPaolo BonziniF: hw/char/serial* 13569cc3b73cSPaolo BonziniF: hw/dma/i8257* 13579cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 13581732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c 13599cc3b73cSPaolo BonziniF: hw/intc/apic* 13609cc3b73cSPaolo BonziniF: hw/intc/ioapic* 13619cc3b73cSPaolo BonziniF: hw/intc/i8259* 13621854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c 13639cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 13649cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 13659cc3b73cSPaolo BonziniF: hw/timer/hpet* 13669cc3b73cSPaolo BonziniF: hw/timer/i8254* 1367bcdb9064SPhilippe Mathieu-DaudéF: hw/rtc/mc146818rtc* 1368edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c 13694bcbc773SPhilippe Mathieu-DaudéF: hw/watchdog/wdt_i6300esb.c 1370866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h 1371bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h 137255f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h 1373a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 137447973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h 13754bcbc773SPhilippe Mathieu-DaudéF: include/hw/isa/i8259_internal.h 13761854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h 1377a2feb348SThomas HuthF: include/hw/timer/hpet.h 1378a2feb348SThomas HuthF: include/hw/timer/i8254* 1379bcdb9064SPhilippe Mathieu-DaudéF: include/hw/rtc/mc146818rtc* 1380046a6486SMichael S. Tsirkin 13815cb48f05SSergio Lopezmicrovm 13825cb48f05SSergio LopezM: Sergio Lopez <slp@redhat.com> 13835cb48f05SSergio LopezM: Paolo Bonzini <pbonzini@redhat.com> 13845cb48f05SSergio LopezS: Maintained 13855cb48f05SSergio LopezF: docs/microvm.rst 13865cb48f05SSergio LopezF: hw/i386/microvm.c 13875cb48f05SSergio LopezF: include/hw/i386/microvm.h 13885cb48f05SSergio LopezF: pc-bios/bios-microvm.bin 13895cb48f05SSergio Lopez 13905da4fb00SMichael S. TsirkinMachine core 13915da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com> 1392fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 13935da4fb00SMichael S. TsirkinS: Supported 13942e5b09fdSMarkus ArmbrusterF: hw/core/cpu.c 139552924deaSMarkus ArmbrusterF: hw/core/machine-qmp-cmds.c 13965da4fb00SMichael S. TsirkinF: hw/core/machine.c 1397c1629c5cSThomas HuthF: hw/core/null-machine.c 1398ac057879SMarkus ArmbrusterF: hw/core/numa.c 1399335d52f4SLuc MichelF: hw/cpu/cluster.c 14008ac25c84SMarkus ArmbrusterF: qapi/machine.json 14017f7b4e7aSMarkus ArmbrusterF: qapi/machine-target.json 14025da4fb00SMichael S. TsirkinF: include/hw/boards.h 14032e5b09fdSMarkus ArmbrusterF: include/hw/core/cpu.h 1404335d52f4SLuc MichelF: include/hw/cpu/cluster.h 14052dd02587SMarkus ArmbrusterF: include/sysemu/numa.h 1406e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next 1407fd5d5c56SAnthony Liguori 140816e7caaeSMax FilippovXtensa Machines 140916e7caaeSMax Filippov--------------- 1410375847a6SMax Filippovsim 141116e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 141216e7caaeSMax FilippovS: Maintained 1413437a8c11SMax FilippovF: hw/xtensa/sim.c 1414375847a6SMax Filippov 1415d9e8553bSMax Filippovvirt 1416d9e8553bSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1417d9e8553bSMax FilippovS: Maintained 1418d9e8553bSMax FilippovF: hw/xtensa/virt.c 1419d9e8553bSMax Filippov 1420437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 1421375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1422375847a6SMax FilippovS: Maintained 1423437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 1424437a8c11SMax FilippovF: hw/net/opencores_eth.c 142516e7caaeSMax Filippov 1426fd5d5c56SAnthony LiguoriDevices 1427fd5d5c56SAnthony Liguori------- 1428b30934cbSJiri SlabyEDU 1429b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 1430b30934cbSJiri SlabyS: Maintained 1431b30934cbSJiri SlabyF: hw/misc/edu.c 1432b30934cbSJiri Slaby 1433fd5d5c56SAnthony LiguoriIDE 1434c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1435c095348bSJohn SnowL: qemu-block@nongnu.org 1436c095348bSJohn SnowS: Supported 14378d8b636dSPaolo BonziniF: include/hw/ide.h 1438c9f7acd5SThomas HuthF: include/hw/ide/ 1439fd5d5c56SAnthony LiguoriF: hw/ide/ 1440c095348bSJohn SnowF: hw/block/block.c 1441c095348bSJohn SnowF: hw/block/cdrom.c 1442c095348bSJohn SnowF: hw/block/hd-geometry.c 14431e8a1faeSThomas HuthF: tests/qtest/ide-test.c 14441e8a1faeSThomas HuthF: tests/qtest/ahci-test.c 14451e8a1faeSThomas HuthF: tests/qtest/cdrom-test.c 14461cf4323eSThomas HuthF: tests/qtest/libqos/ahci* 1447e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide 1448c095348bSJohn Snow 1449caf316baSCorey MinyardIPMI 1450caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org> 1451caf316baSCorey MinyardS: Maintained 1452caf316baSCorey MinyardF: include/hw/ipmi/* 1453caf316baSCorey MinyardF: hw/ipmi/* 1454caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c 14551e8a1faeSThomas HuthF: tests/qtest/ipmi* 1456e18a8b34SStefan HajnocziT: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1457caf316baSCorey Minyard 1458c095348bSJohn SnowFloppy 1459c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1460c095348bSJohn SnowL: qemu-block@nongnu.org 1461c095348bSJohn SnowS: Supported 1462c095348bSJohn SnowF: hw/block/fdc.c 1463c095348bSJohn SnowF: include/hw/block/fdc.h 14641e8a1faeSThomas HuthF: tests/qtest/fdc-test.c 1465e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide 1466fd5d5c56SAnthony Liguori 1467f5f487b2SPeter MaydellOMAP 1468f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 14698ef350b3SPhilippe Mathieu-DaudéL: qemu-arm@nongnu.org 1470f5f487b2SPeter MaydellS: Maintained 14718d8b636dSPaolo BonziniF: hw/*/omap* 1472ed0db866SThomas HuthF: include/hw/arm/omap.h 1473f5f487b2SPeter Maydell 147428d54e58SPaolo BonziniIPack 147528d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 147628d54e58SPaolo BonziniS: Odd Fixes 147728d54e58SPaolo BonziniF: hw/char/ipoctal232.c 147828d54e58SPaolo BonziniF: hw/ipack/ 147928d54e58SPaolo Bonzini 1480fd5d5c56SAnthony LiguoriPCI 1481fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1482fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1483fd5d5c56SAnthony LiguoriS: Supported 14848d8b636dSPaolo BonziniF: include/hw/pci/* 1485f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 1486ca818cfbSMichael S. TsirkinF: hw/pci/* 1487f178bc6bSPaolo BonziniF: hw/pci-bridge/* 148868179923SPhilippe Mathieu-DaudéF: docs/pci* 148968179923SPhilippe Mathieu-DaudéF: docs/specs/*pci* 1490534fd814SFam ZhengF: default-configs/pci.mak 14910e0b3592SMichael S. Tsirkin 1492d31e5ae7SMichael S. TsirkinACPI/SMBIOS 14930e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 14940e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 14950e0b3592SMichael S. TsirkinS: Supported 14960e0b3592SMichael S. TsirkinF: include/hw/acpi/* 1497a2eb5c0cSPhilippe Mathieu-DaudéF: include/hw/firmware/smbios.h 14980e0b3592SMichael S. TsirkinF: hw/mem/* 14998d8b636dSPaolo BonziniF: hw/acpi/* 1500d31e5ae7SMichael S. TsirkinF: hw/smbios/* 15010e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 15020e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 15031e8a1faeSThomas HuthF: tests/qtest/bios-tables-test.c 15041e8a1faeSThomas HuthF: tests/qtest/acpi-utils.[hc] 1505faae23b9SPhilippe Mathieu-DaudéF: tests/data/acpi/ 1506fd5d5c56SAnthony Liguori 1507aaade8d7SAndreas Färberppc4xx 1508bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 1509aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 1510aaade8d7SAndreas FärberS: Odd Fixes 15118d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 1512aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c 1513b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 1514aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h 1515aaade8d7SAndreas Färber 151661af0ee6SPaolo BonziniCharacter devices 15172185fd67SPaolo BonziniM: Marc-André Lureau <marcandre.lureau@redhat.com> 15182185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 151961af0ee6SPaolo BonziniS: Odd Fixes 152061af0ee6SPaolo BonziniF: hw/char/ 152161af0ee6SPaolo Bonzini 1522f536f112SPaolo BonziniNetwork devices 1523f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 1524f536f112SPaolo BonziniS: Odd Fixes 1525f536f112SPaolo BonziniF: hw/net/ 15266061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/ 15271e8a1faeSThomas HuthF: tests/qtest/virtio-net-test.c 15289711cd0dSJens FreimannF: docs/virtio-net-failover.rst 1529e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 1530f536f112SPaolo Bonzini 1531e0c9d0c1SPhilippe Mathieu-DaudéParallel NOR Flash devices 1532e0c9d0c1SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@redhat.com> 1533e0c9d0c1SPhilippe Mathieu-DaudéT: git https://gitlab.com/philmd/qemu.git pflash-next 1534e0c9d0c1SPhilippe Mathieu-DaudéS: Maintained 1535e0c9d0c1SPhilippe Mathieu-DaudéF: hw/block/pflash_cfi*.c 1536e0c9d0c1SPhilippe Mathieu-DaudéF: include/hw/block/flash.h 1537e0c9d0c1SPhilippe Mathieu-Daudé 1538fd5d5c56SAnthony LiguoriSCSI 1539de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1540fe5ca46dSFam ZhengR: Fam Zheng <fam@euphon.net> 1541de7724f7SPaolo BonziniS: Supported 154274460f34SThomas HuthF: include/hw/scsi/* 15438d8b636dSPaolo BonziniF: hw/scsi/* 15441e8a1faeSThomas HuthF: tests/qtest/virtio-scsi-test.c 1545e18a8b34SStefan HajnocziT: git https://github.com/bonzini/qemu.git scsi-next 1546de7724f7SPaolo Bonzini 1547fcb5629dSPeter A. G. CrosthwaiteSSI 1548c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1549fcb5629dSPeter A. G. CrosthwaiteS: Maintained 15508d8b636dSPaolo BonziniF: hw/ssi/* 15518d8b636dSPaolo BonziniF: hw/block/m25p80.c 1552982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h 15534b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 15541e8a1faeSThomas HuthF: tests/qtest/m25p80-test.c 15554b46ba61SAlistair Francis 15564b46ba61SAlistair FrancisXilinx SPI 1557c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 15584b46ba61SAlistair FrancisS: Maintained 15594b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 1560fcb5629dSPeter A. G. Crosthwaite 1561076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card) 1562076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org> 1563076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes 1564076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd* 1565076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c 1566076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd* 15671232ed1fSPhilippe Mathieu-DaudéF: hw/sd/ssi-sd.c 15681e8a1faeSThomas HuthF: tests/qtest/sd* 1569076a0fc3SPhilippe Mathieu-Daudé 1570fd5d5c56SAnthony LiguoriUSB 15715d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 15725d0d62feSGerd HoffmannS: Maintained 15738d8b636dSPaolo BonziniF: hw/usb/* 15741e8a1faeSThomas HuthF: tests/qtest/usb-*-test.c 1575beded0ffSThomas HuthF: docs/usb2.txt 1576beded0ffSThomas HuthF: docs/usb-storage.txt 1577beded0ffSThomas HuthF: include/hw/usb.h 1578beded0ffSThomas HuthF: include/hw/usb/ 1579104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak 1580fd5d5c56SAnthony Liguori 1581e26082fdSPaolo BonziniUSB (serial adapter) 1582e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com> 1583e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1584e26082fdSPaolo BonziniS: Maintained 1585e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 1586e26082fdSPaolo Bonzini 158792e1fb5eSAlex WilliamsonVFIO 158892e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 158992e1fb5eSAlex WilliamsonS: Supported 1590cf7087dbSKim PhillipsF: hw/vfio/* 159199b88c6dSThomas HuthF: include/hw/vfio/ 159292e1fb5eSAlex Williamson 15935eb74557SDong Jia Shivfio-ccw 1594c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 15957913938aSChristian BorntraegerM: Eric Farman <farman@linux.ibm.com> 15965eb74557SDong Jia ShiS: Supported 15975eb74557SDong Jia ShiF: hw/vfio/ccw.c 15985eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c 15995eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h 160044445d86SJason J. HerneF: include/hw/s390x/vfio-ccw.h 1601e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 1602146bd283SCornelia HuckL: qemu-s390x@nongnu.org 16035eb74557SDong Jia Shi 1604a51b3153STony Krowiakvfio-ap 1605a51b3153STony KrowiakM: Christian Borntraeger <borntraeger@de.ibm.com> 1606a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com> 1607a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com> 1608a51b3153STony KrowiakM: Pierre Morel <pmorel@linux.ibm.com> 1609a51b3153STony KrowiakS: Supported 1610a51b3153STony KrowiakF: hw/s390x/ap-device.c 1611a51b3153STony KrowiakF: hw/s390x/ap-bridge.c 1612a51b3153STony KrowiakF: include/hw/s390x/ap-device.h 1613a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h 16142fe2942cSTony KrowiakF: hw/vfio/ap.c 1615f58f084eSCornelia HuckF: docs/system/s390x/vfio-ap.rst 1616a51b3153STony KrowiakL: qemu-s390x@nongnu.org 1617a51b3153STony Krowiak 1618fd5d5c56SAnthony Liguorivhost 1619fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1620fd5d5c56SAnthony LiguoriS: Supported 16218d8b636dSPaolo BonziniF: hw/*/*vhost* 1622482580a6SMarc-André LureauF: docs/interop/vhost-user.json 1623ed1be66bSMarc-André LureauF: docs/interop/vhost-user.rst 162472c1e865SPhilippe Mathieu-DaudéF: contrib/vhost-user-*/ 1625f24bb728SMarc-André LureauF: backends/vhost-user.c 1626f24bb728SMarc-André LureauF: include/sysemu/vhost-user-backend.h 1627fd5d5c56SAnthony Liguori 1628fd5d5c56SAnthony Liguorivirtio 1629a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1630fd5d5c56SAnthony LiguoriS: Supported 16318d8b636dSPaolo BonziniF: hw/*/virtio* 163272fa605dSThomas HuthF: hw/virtio/Makefile.objs 163372fa605dSThomas HuthF: hw/virtio/trace-events 16346a084ea3SMichael S. TsirkinF: net/vhost-user.c 1635494f7b57SThomas HuthF: include/hw/virtio/ 1636fd5d5c56SAnthony Liguori 1637*6d7b25adSDavid Hildenbrandvirtio-balloon 1638*6d7b25adSDavid HildenbrandM: Michael S. Tsirkin <mst@redhat.com> 1639*6d7b25adSDavid HildenbrandM: David Hildenbrand <david@redhat.com> 1640*6d7b25adSDavid HildenbrandS: Maintained 1641*6d7b25adSDavid HildenbrandF: hw/virtio/virtio-balloon*.c 1642*6d7b25adSDavid HildenbrandF: include/hw/virtio/virtio-balloon.h 1643*6d7b25adSDavid HildenbrandF: balloon.c 1644*6d7b25adSDavid HildenbrandF: include/sysemu/balloon.h 1645*6d7b25adSDavid Hildenbrand 1646fd5d5c56SAnthony Liguorivirtio-9p 16478c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 16482822602cSChristian SchoenebeckR: Christian Schoenebeck <qemu_oss@crudebyte.com> 1649e410bbc5SGreg KurzS: Odd Fixes 1650aebeca25SAndreas FärberF: hw/9pfs/ 1651b827891dSGreg KurzX: hw/9pfs/xen-9p* 1652aebeca25SAndreas FärberF: fsdev/ 165378813586SPeter MaydellF: docs/interop/virtfs-proxy-helper.rst 16541e8a1faeSThomas HuthF: tests/qtest/virtio-9p-test.c 1655e18a8b34SStefan HajnocziT: git https://github.com/gkurz/qemu.git 9p-next 1656fd5d5c56SAnthony Liguori 1657fd5d5c56SAnthony Liguorivirtio-blk 165854d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1659b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 1660fd5d5c56SAnthony LiguoriS: Supported 16618d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 1662b457a5f5SStefan HajnocziF: hw/block/dataplane/* 16631e8a1faeSThomas HuthF: tests/qtest/virtio-blk-test.c 1664e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 1665fd5d5c56SAnthony Liguori 1666dd4ad64aSCornelia Huckvirtio-ccw 1667c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 166868b91e85SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 1669dd4ad64aSCornelia HuckS: Supported 1670901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc] 1671d8d4d62cSThomas HuthF: hw/s390x/vhost-vsock-ccw.c 1672e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 1673e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1674146bd283SCornelia HuckL: qemu-s390x@nongnu.org 1675dd4ad64aSCornelia Huck 1676bad7d2c3SDr. David Alan Gilbertvirtiofs 1677bad7d2c3SDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1678bad7d2c3SDr. David Alan GilbertM: Stefan Hajnoczi <stefanha@redhat.com> 1679bad7d2c3SDr. David Alan GilbertS: Supported 1680bad7d2c3SDr. David Alan GilbertF: tools/virtiofsd/* 1681bad7d2c3SDr. David Alan GilbertF: hw/virtio/vhost-user-fs* 1682bad7d2c3SDr. David Alan GilbertF: include/hw/virtio/vhost-user-fs.h 16836a7e2bbeSStefan HajnocziF: docs/interop/virtiofsd.rst 1684bad7d2c3SDr. David Alan Gilbert 1685a5d4d7b5SGerd Hoffmannvirtio-input 1686a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1687a5d4d7b5SGerd HoffmannS: Maintained 16889c4d05b7SMarc-André LureauF: hw/input/vhost-user-input.c 1689a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 1690a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 169106914c97SMarc-André LureauF: contrib/vhost-user-input/* 1692a5d4d7b5SGerd Hoffmann 1693c1dee918SEric Augervirtio-iommu 1694c1dee918SEric AugerM: Eric Auger <eric.auger@redhat.com> 1695c1dee918SEric AugerS: Maintained 1696c1dee918SEric AugerF: hw/virtio/virtio-iommu*.c 1697c1dee918SEric AugerF: include/hw/virtio/virtio-iommu.h 1698c1dee918SEric Auger 1699fd5d5c56SAnthony Liguorivirtio-serial 17002501db70SLaurent VivierM: Laurent Vivier <lvivier@redhat.com> 17012501db70SLaurent VivierR: Amit Shah <amit@kernel.org> 1702fd5d5c56SAnthony LiguoriS: Supported 17038d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 17048d8b636dSPaolo BonziniF: hw/char/virtio-console.c 170568a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 17061e8a1faeSThomas HuthF: tests/qtest/virtio-serial-test.c 1707fd5d5c56SAnthony Liguori 17081f51a5cbSAmit Shahvirtio-rng 17092501db70SLaurent VivierM: Laurent Vivier <lvivier@redhat.com> 17102501db70SLaurent VivierR: Amit Shah <amit@kernel.org> 17111f51a5cbSAmit ShahS: Supported 17121f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 17131f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 1714750cf869SThomas HuthF: include/sysemu/rng*.h 17151f51a5cbSAmit ShahF: backends/rng*.c 17161e8a1faeSThomas HuthF: tests/qtest/virtio-rng-test.c 17171f51a5cbSAmit Shah 17186034011cSGongleivirtio-crypto 17196034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 17206034011cSGongleiS: Supported 17216034011cSGongleiF: hw/virtio/virtio-crypto.c 17226034011cSGongleiF: hw/virtio/virtio-crypto-pci.c 17236034011cSGongleiF: include/hw/virtio/virtio-crypto.h 17246034011cSGonglei 1725f3c507adSKeith Buschnvme 1726f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com> 1727c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1728f3c507adSKeith BuschS: Supported 1729f3c507adSKeith BuschF: hw/block/nvme* 17301e8a1faeSThomas HuthF: tests/qtest/nvme-test.c 1731f3c507adSKeith Busch 1732d383c625SHannes Reineckemegasas 17333fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com> 1734c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1735d383c625SHannes ReineckeS: Supported 1736d383c625SHannes ReineckeF: hw/scsi/megasas.c 1737d383c625SHannes ReineckeF: hw/scsi/mfi.h 17381e8a1faeSThomas HuthF: tests/qtest/megasas-test.c 1739d383c625SHannes Reinecke 1740605d52e6SDmitry FleytmanNetwork packet abstractions 1741bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1742605d52e6SDmitry FleytmanS: Maintained 1743605d52e6SDmitry FleytmanF: include/net/eth.h 1744605d52e6SDmitry FleytmanF: net/eth.c 1745605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 1746605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 1747605d52e6SDmitry Fleytman 1748622fb504SDmitry FleytmanVmware 1749bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1750622fb504SDmitry FleytmanS: Maintained 1751622fb504SDmitry FleytmanF: hw/net/vmxnet* 1752622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 17531e8a1faeSThomas HuthF: tests/qtest/vmxnet3-test.c 1754622fb504SDmitry Fleytman 1755de24d3f1SScott FeldmanRocker 1756de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 1757de24d3f1SScott FeldmanS: Maintained 1758de24d3f1SScott FeldmanF: hw/net/rocker/ 1759de850948SThomas HuthF: tests/rocker/ 1760de850948SThomas HuthF: docs/specs/rocker.txt 1761de24d3f1SScott Feldman 176270d1fb9cSXiao GuangrongNVDIMM 17637a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 176470d1fb9cSXiao GuangrongS: Maintained 176570d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c 176670d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c 176770d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h 1768e2e254d3SPhilippe Mathieu-DaudéF: docs/nvdimm.txt 176970d1fb9cSXiao Guangrong 1770093454e2SDmitry Fleytmane1000x 1771bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1772093454e2SDmitry FleytmanS: Maintained 1773093454e2SDmitry FleytmanF: hw/net/e1000x* 1774093454e2SDmitry Fleytman 17756f3fbe4eSDmitry Fleytmane1000e 1776bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 17776f3fbe4eSDmitry FleytmanS: Maintained 17786f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 17796f3fbe4eSDmitry Fleytman 1780ebc2327fSStefan Weileepro100 1781ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de> 1782ebc2327fSStefan WeilS: Maintained 1783ebc2327fSStefan WeilF: hw/net/eepro100.c 1784ebc2327fSStefan Weil 178534ea023dSSven Schnelletulip 178634ea023dSSven SchnelleM: Sven Schnelle <svens@stackframe.org> 178734ea023dSSven SchnelleS: Maintained 178834ea023dSSven SchnelleF: hw/net/tulip.c 178934ea023dSSven SchnelleF: hw/net/tulip.h 179034ea023dSSven Schnelle 1791e481a1f6SAlistair FrancisGeneric Loader 1792c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1793e481a1f6SAlistair FrancisS: Maintained 1794e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 1795e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 1796c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt 1797e481a1f6SAlistair Francis 1798645d3cbeSSu HangIntel Hexadecimal Object File Loader 1799645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn> 1800645d3cbeSSu HangS: Maintained 18011e8a1faeSThomas HuthF: tests/qtest/hexloader-test.c 18024b2ff65aSPeter MaydellF: tests/data/hex-loader/test.hex 1803645d3cbeSSu Hang 180487a9023aSThomas HuthCHRP NVRAM 180587a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com> 180687a9023aSThomas HuthS: Maintained 180787a9023aSThomas HuthF: hw/nvram/chrp_nvram.c 180887a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h 18091e8a1faeSThomas HuthF: tests/qtest/prom-env-test.c 181087a9023aSThomas Huth 181142697d88SBen WarrenVM Generation ID 181242697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com> 181342697d88SBen WarrenS: Maintained 181442697d88SBen WarrenF: hw/acpi/vmgenid.c 181542697d88SBen WarrenF: include/hw/acpi/vmgenid.h 181642697d88SBen WarrenF: docs/specs/vmgenid.txt 18171e8a1faeSThomas HuthF: tests/qtest/vmgenid-test.c 181842697d88SBen WarrenF: stubs/vmgenid.c 181942697d88SBen Warren 1820747969dbSPhilippe Mathieu-DaudéUnimplemented device 1821747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org> 1822747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org> 1823747969dbSPhilippe Mathieu-DaudéS: Maintained 1824747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h 1825747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c 1826747969dbSPhilippe Mathieu-Daudé 1827dbb2e472SGerd HoffmannStandard VGA 1828dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1829dbb2e472SGerd HoffmannS: Maintained 1830dbb2e472SGerd HoffmannF: hw/display/vga* 1831dbb2e472SGerd HoffmannF: hw/display/bochs-display.c 1832dbb2e472SGerd HoffmannF: include/hw/display/vga.h 1833dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h 1834dbb2e472SGerd Hoffmann 183558d632c7SGerd Hoffmannramfb 183658d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 183758d632c7SGerd HoffmannS: Maintained 183858d632c7SGerd HoffmannF: hw/display/ramfb*.c 183958d632c7SGerd HoffmannF: include/hw/display/ramfb.h 184058d632c7SGerd Hoffmann 1841dbb2e472SGerd Hoffmannvirtio-gpu 1842dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1843dbb2e472SGerd HoffmannS: Maintained 1844dbb2e472SGerd HoffmannF: hw/display/virtio-gpu* 1845c68082c4SMarc-André LureauF: hw/display/virtio-vga.* 1846dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h 1847dbb2e472SGerd Hoffmann 1848bd2e44feSMarc-André Lureauvhost-user-gpu 1849bd2e44feSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 1850bd2e44feSMarc-André LureauM: Gerd Hoffmann <kraxel@redhat.com> 1851bd2e44feSMarc-André LureauS: Maintained 1852bd2e44feSMarc-André LureauF: docs/interop/vhost-user-gpu.rst 1853d52c454aSMarc-André LureauF: contrib/vhost-user-gpu 1854d52c454aSMarc-André LureauF: hw/display/vhost-user-* 1855bd2e44feSMarc-André Lureau 1856dbb2e472SGerd HoffmannCirrus VGA 1857dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1858dbb2e472SGerd HoffmannS: Odd Fixes 1859dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1860dbb2e472SGerd HoffmannF: hw/display/cirrus* 1861dbb2e472SGerd Hoffmann 186272d277a7SGerd HoffmannEDID Generator 186372d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 186472d277a7SGerd HoffmannS: Maintained 186572d277a7SGerd HoffmannF: hw/display/edid* 186672d277a7SGerd HoffmannF: include/hw/display/edid.h 186772d277a7SGerd HoffmannF: qemu-edid.c 186872d277a7SGerd Hoffmann 186910386385SPhilippe Mathieu-DaudéPIIX4 South Bridge (i82371AB) 187010386385SPhilippe Mathieu-DaudéM: Hervé Poussineau <hpoussin@reactos.org> 187110386385SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org> 187210386385SPhilippe Mathieu-DaudéS: Maintained 187310386385SPhilippe Mathieu-DaudéF: hw/isa/piix4.c 1874fff123b8SPhilippe Mathieu-DaudéF: include/hw/southbridge/piix.h 187510386385SPhilippe Mathieu-Daudé 187615ffb43cSPhilippe Mathieu-DaudéFirmware configuration (fw_cfg) 18776f75e3f5SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <philmd@redhat.com> 187815ffb43cSPhilippe Mathieu-DaudéR: Laszlo Ersek <lersek@redhat.com> 187915ffb43cSPhilippe Mathieu-DaudéR: Gerd Hoffmann <kraxel@redhat.com> 188015ffb43cSPhilippe Mathieu-DaudéS: Supported 188115ffb43cSPhilippe Mathieu-DaudéF: docs/specs/fw_cfg.txt 188215ffb43cSPhilippe Mathieu-DaudéF: hw/nvram/fw_cfg.c 1883b15c0f7dSPhilippe Mathieu-DaudéF: stubs/fw_cfg.c 188415ffb43cSPhilippe Mathieu-DaudéF: include/hw/nvram/fw_cfg.h 188515ffb43cSPhilippe Mathieu-DaudéF: include/standard-headers/linux/qemu_fw_cfg.h 18861cf4323eSThomas HuthF: tests/qtest/libqos/fw_cfg.c 18871e8a1faeSThomas HuthF: tests/qtest/fw_cfg-test.c 188815ffb43cSPhilippe Mathieu-DaudéT: git https://github.com/philmd/qemu.git fw_cfg-next 188915ffb43cSPhilippe Mathieu-Daudé 18902313abf0SThomas HuthXIVE 18912313abf0SThomas HuthM: David Gibson <david@gibson.dropbear.id.au> 18922313abf0SThomas HuthM: Cédric Le Goater <clg@kaod.org> 18932313abf0SThomas HuthL: qemu-ppc@nongnu.org 18942313abf0SThomas HuthS: Supported 18952313abf0SThomas HuthF: hw/*/*xive* 18962313abf0SThomas HuthF: include/hw/*/*xive* 189724563a58SCédric Le GoaterF: docs/*/*xive* 18982313abf0SThomas Huth 1899fd5d5c56SAnthony LiguoriSubsystems 1900fd5d5c56SAnthony Liguori---------- 1901fd5d5c56SAnthony LiguoriAudio 19029f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1903fd5d5c56SAnthony LiguoriS: Maintained 1904fd5d5c56SAnthony LiguoriF: audio/ 19058d8b636dSPaolo BonziniF: hw/audio/ 1906a2b245aeSThomas HuthF: include/hw/audio/ 19071e8a1faeSThomas HuthF: tests/qtest/ac97-test.c 19081e8a1faeSThomas HuthF: tests/qtest/es1370-test.c 19091e8a1faeSThomas HuthF: tests/qtest/intel-hda-test.c 1910fd5d5c56SAnthony Liguori 191117f1e8f5SStefan HajnocziBlock layer core 1912fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 1913c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1914c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1915fd5d5c56SAnthony LiguoriS: Supported 1916fd5d5c56SAnthony LiguoriF: block* 1917fd5d5c56SAnthony LiguoriF: block/ 19188d8b636dSPaolo BonziniF: hw/block/ 19194c346e0bSKevin WolfF: include/block/ 192046078760SKevin WolfF: qemu-img* 1921e13c59faSPeter MaydellF: docs/interop/qemu-img.rst 192246078760SKevin WolfF: qemu-io* 192329242091SKevin WolfF: tests/qemu-iotests/ 19248dd30c86SMax ReitzF: util/qemu-progress.c 19250bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c 1926c468e368SMarkus ArmbrusterF: tests/check-block-qdict.c 1927ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/kevin.git block 1928fd5d5c56SAnthony Liguori 1929d55053b1SStefan HajnocziBlock I/O path 1930d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1931fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 1932d55053b1SStefan HajnocziL: qemu-block@nongnu.org 1933d55053b1SStefan HajnocziS: Supported 193436c697bdSPaolo BonziniF: util/async.c 193536c697bdSPaolo BonziniF: util/aio-*.c 19361f050a46SStefan HajnocziF: util/aio-*.h 19371f050a46SStefan HajnocziF: util/fdmon-*.c 1938d55053b1SStefan HajnocziF: block/io.c 1939d55053b1SStefan HajnocziF: migration/block* 1940e1029ae2SFam ZhengF: include/block/aio.h 1941f5a53faaSStefan HajnocziF: include/block/aio-wait.h 19420a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py 1943e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 1944d55053b1SStefan Hajnoczi 1945e5b5728cSPaolo BonziniBlock SCSI subsystem 1946e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1947fe5ca46dSFam ZhengR: Fam Zheng <fam@euphon.net> 1948e5b5728cSPaolo BonziniL: qemu-block@nongnu.org 1949e5b5728cSPaolo BonziniS: Supported 1950e5b5728cSPaolo BonziniF: include/scsi/* 1951e5b5728cSPaolo BonziniF: scsi/* 1952e5b5728cSPaolo Bonzini 1953280458a3SJeff CodyBlock Jobs 195403283d64SJeff CodyM: John Snow <jsnow@redhat.com> 1955280458a3SJeff CodyL: qemu-block@nongnu.org 1956280458a3SJeff CodyS: Supported 1957280458a3SJeff CodyF: blockjob.c 1958280458a3SJeff CodyF: include/block/blockjob.h 195933e9e9bdSKevin WolfF: job.c 19601a90bc81SKevin WolfF: job-qmp.c 1961c468e368SMarkus ArmbrusterF: include/qemu/job.h 1962280458a3SJeff CodyF: block/backup.c 1963280458a3SJeff CodyF: block/commit.c 196477346025SJeff CodyF: block/stream.c 1965280458a3SJeff CodyF: block/mirror.c 1966bf42508fSKevin WolfF: qapi/job.json 196703283d64SJeff CodyT: git https://github.com/jnsnow/qemu.git jobs 1968280458a3SJeff Cody 19694120201dSMarkus ArmbrusterBlock QAPI, monitor, command line 19704120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 19714120201dSMarkus ArmbrusterS: Supported 19724120201dSMarkus ArmbrusterF: blockdev.c 1973a2dde2f2SMaxim LevitskyF: blockdev-hmp-cmds.c 19744120201dSMarkus ArmbrusterF: block/qapi.c 19754120201dSMarkus ArmbrusterF: qapi/block*.json 1976fa988e39SMarkus ArmbrusterF: qapi/transaction.json 1977ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git block-next 19784120201dSMarkus Armbruster 1979538193bcSJohn SnowDirty Bitmaps 1980538193bcSJohn SnowM: John Snow <jsnow@redhat.com> 19814a189fdfSJohn SnowR: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 1982538193bcSJohn SnowL: qemu-block@nongnu.org 1983538193bcSJohn SnowS: Supported 1984538193bcSJohn SnowF: include/qemu/hbitmap.h 1985538193bcSJohn SnowF: include/block/dirty-bitmap.h 198600637c6bSVladimir Sementsov-OgievskiyF: block/dirty-bitmap.c 198700637c6bSVladimir Sementsov-OgievskiyF: block/qcow2-bitmap.c 1988052db8e7SVladimir Sementsov-OgievskiyF: migration/block-dirty-bitmap.c 198900637c6bSVladimir Sementsov-OgievskiyF: util/hbitmap.c 1990538193bcSJohn SnowF: tests/test-hbitmap.c 19915746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst 1992e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git bitmaps 1993538193bcSJohn Snow 199461af0ee6SPaolo BonziniCharacter device backends 199555fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 19962185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 1997fd5d5c56SAnthony LiguoriS: Maintained 1998178fe0aeSMarc-André LureauF: chardev/ 19998228e353SMarc-André LureauF: include/chardev/ 2000dbeee392SMarkus ArmbrusterF: qapi/char.json 2001fd5d5c56SAnthony Liguori 2002e26082fdSPaolo BonziniCharacter Devices (Braille) 2003e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 2004e26082fdSPaolo BonziniS: Maintained 20056b10e573SMarc-André LureauF: chardev/baum.c 2006fd5d5c56SAnthony Liguori 2007e94630d3SMarkus ArmbrusterCommand line option argument parsing 2008e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 2009e94630d3SMarkus ArmbrusterS: Supported 2010e94630d3SMarkus ArmbrusterF: include/qemu/option.h 2011e94630d3SMarkus ArmbrusterF: tests/test-keyval.c 2012e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c 2013e94630d3SMarkus ArmbrusterF: util/keyval.c 2014e94630d3SMarkus ArmbrusterF: util/qemu-option.c 2015e94630d3SMarkus Armbruster 20168c413e79SMarkus ArmbrusterCoverity model 20178c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 20188c413e79SMarkus ArmbrusterS: Supported 20198c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 20208c413e79SMarkus Armbruster 2021d24b569aSPeter A. G. CrosthwaiteDevice Tree 2022c3c962c1SAlistair FrancisM: Alistair Francis <alistair.francis@wdc.com> 2023c3c962c1SAlistair FrancisR: David Gibson <david@gibson.dropbear.id.au> 2024d24b569aSPeter A. G. CrosthwaiteS: Maintained 202582407515SThomas HuthF: device_tree.c 202682407515SThomas HuthF: include/sysemu/device_tree.h 2027d24b569aSPeter A. G. Crosthwaite 20283505a22bSMarc-André LureauDump 20293505a22bSMarc-André LureauS: Supported 20303505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 20316d3da32cSMarkus ArmbrusterF: dump/ 20323505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c 20333505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h 20346d3da32cSMarkus ArmbrusterF: include/qemu/win_dump_defs 20353505a22bSMarc-André LureauF: include/sysemu/dump-arch.h 20363505a22bSMarc-André LureauF: include/sysemu/dump.h 2037d06b747bSMarkus ArmbrusterF: qapi/dump.json 20383505a22bSMarc-André LureauF: scripts/dump-guest-memory.py 20393505a22bSMarc-André LureauF: stubs/dump.c 20403505a22bSMarc-André Lureau 20414f966768SMarkus ArmbrusterError reporting 20424f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 20434f966768SMarkus ArmbrusterS: Supported 20444f966768SMarkus ArmbrusterF: include/qapi/error.h 20454f966768SMarkus ArmbrusterF: include/qemu/error-report.h 2046abb3d37dSMarkus ArmbrusterF: qapi/error.json 20474f966768SMarkus ArmbrusterF: util/error.c 20484f966768SMarkus ArmbrusterF: util/qemu-error.c 20494f966768SMarkus Armbruster 2050fd5d5c56SAnthony LiguoriGDB stub 2051c7b3e866SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 2052c7b3e866SAlex BennéeR: Philippe Mathieu-Daudé <philmd@redhat.com> 2053c7b3e866SAlex BennéeS: Maintained 2054fd5d5c56SAnthony LiguoriF: gdbstub* 2055fd5d5c56SAnthony LiguoriF: gdb-xml/ 2056fd5d5c56SAnthony Liguori 205701a9c03cSPaolo BonziniMemory API 205801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 205901a9c03cSPaolo BonziniS: Supported 206001a9c03cSPaolo BonziniF: include/exec/ioport.h 206101a9c03cSPaolo BonziniF: ioport.c 206214776ab5STony NguyenF: include/exec/memop.h 206301a9c03cSPaolo BonziniF: include/exec/memory.h 20642b1641d0SPaolo BonziniF: include/exec/ram_addr.h 206541aa4e9fSJuan QuintelaF: include/exec/ramblock.h 206601a9c03cSPaolo BonziniF: memory.c 206701a9c03cSPaolo BonziniF: include/exec/memory-internal.h 206801a9c03cSPaolo BonziniF: exec.c 2069044e2af9SPhilippe Mathieu-DaudéF: scripts/coccinelle/memory-region-housekeeping.cocci 207001a9c03cSPaolo Bonzini 20717ee3bf03SGerd HoffmannSPICE 20727ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 20737ee3bf03SGerd HoffmannS: Supported 20746e481d57SPeter MaydellF: include/ui/qemu-spice.h 2075438528a3SThomas HuthF: include/ui/spice-display.h 20767ee3bf03SGerd HoffmannF: ui/spice-*.c 20777ee3bf03SGerd HoffmannF: audio/spiceaudio.c 20788d8b636dSPaolo BonziniF: hw/display/qxl* 2079608cfed6SMarkus ArmbrusterF: qapi/ui.json 20809bd4cb35SPhilippe Mathieu-DaudéF: docs/spice-port-fqdn.txt 20817ee3bf03SGerd Hoffmann 2082fd5d5c56SAnthony LiguoriGraphics 208325eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 208425eccc37SGerd HoffmannS: Odd Fixes 2085fd5d5c56SAnthony LiguoriF: ui/ 2086e220656cSThomas HuthF: include/ui/ 2087608cfed6SMarkus ArmbrusterF: qapi/ui.json 2088b1d38037SMarc-André LureauF: util/drm.c 2089fd5d5c56SAnthony Liguori 2090351f1bf6SAndreas FärberCocoa graphics 209130ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 2092351f1bf6SAndreas FärberS: Odd Fixes 2093351f1bf6SAndreas FärberF: ui/cocoa.m 2094351f1bf6SAndreas Färber 2095fd5d5c56SAnthony LiguoriMain loop 2096da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 2097da26f37aSPaolo BonziniS: Maintained 2098da26f37aSPaolo BonziniF: cpus.c 209954d31236SMarkus ArmbrusterF: include/qemu/main-loop.h 210054d31236SMarkus ArmbrusterF: include/sysemu/runstate.h 21013ecb29a3SPaolo BonziniF: util/main-loop.c 21023ecb29a3SPaolo BonziniF: util/qemu-timer.c 2103bac068e0SAlexander BulekovF: softmmu/vl.c 21047b733862SAlexander BulekovF: softmmu/main.c 21050e201d34SMarkus ArmbrusterF: qapi/run-state.json 2106fd5d5c56SAnthony Liguori 21078899b4aeSLuiz CapitulinoHuman Monitor (HMP) 2108c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com> 2109fbb0621aSLuiz CapitulinoS: Maintained 21105bce308aSKevin WolfF: monitor/monitor-internal.h 2111e84328faSKevin WolfF: monitor/misc.c 21121d95db74SKevin WolfF: monitor/monitor.c 2113f1b3ccfaSKevin WolfF: monitor/hmp* 2114f1b3ccfaSKevin WolfF: hmp.h 2115c13e9912SThomas HuthF: hmp-commands*.hx 2116c13e9912SThomas HuthF: include/monitor/hmp-target.h 21171e8a1faeSThomas HuthF: tests/qtest/test-hmp.c 2118637de4dbSMarkus ArmbrusterF: include/qemu/qemu-print.h 2119637de4dbSMarkus ArmbrusterF: util/qemu-print.c 2120fd5d5c56SAnthony Liguori 2121f536f112SPaolo BonziniNetwork device backends 2122442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 2123fd5d5c56SAnthony LiguoriS: Maintained 2124fd5d5c56SAnthony LiguoriF: net/ 2125d24b2b1cSThomas HuthF: include/net/ 2126e9bbc8bdSMarkus ArmbrusterF: qemu-bridge-helper.c 2127e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 21283c0bd37dSMarkus ArmbrusterF: qapi/net.json 2129fd5d5c56SAnthony Liguori 2130aee09bafSVincenzo MaffioneNetmap network backend 2131aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 2132aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2133aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 2134aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 2135aee09bafSVincenzo MaffioneS: Maintained 2136aee09bafSVincenzo MaffioneF: net/netmap.c 2137aee09bafSVincenzo Maffione 21384fc264f4SEduardo HabkostHost Memory Backends 21394fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 21404fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 21414fc264f4SEduardo HabkostS: Maintained 21424fc264f4SEduardo HabkostF: backends/hostmem*.c 21434fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 2144e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next 21454fc264f4SEduardo Habkost 21466034011cSGongleiCryptodev Backends 21476034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 21486034011cSGongleiS: Maintained 21496034011cSGongleiF: include/sysemu/cryptodev*.h 21506034011cSGongleiF: backends/cryptodev*.c 21516034011cSGonglei 2152ad904f66SEduardo HabkostPython scripts 2153ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 2154ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com> 2155ad904f66SEduardo HabkostS: Odd fixes 21561b6ee29fSCleber RosaF: python/qemu/*py 2157ad904f66SEduardo HabkostF: scripts/*.py 2158ad904f66SEduardo HabkostF: tests/*.py 2159ad904f66SEduardo Habkost 2160f4abfc6cSVladimir Sementsov-OgievskiyBenchmark util 2161f4abfc6cSVladimir Sementsov-OgievskiyM: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2162f4abfc6cSVladimir Sementsov-OgievskiyS: Maintained 2163f4abfc6cSVladimir Sementsov-OgievskiyF: scripts/simplebench/ 2164f4abfc6cSVladimir Sementsov-Ogievskiy 21658899b4aeSLuiz CapitulinoQAPI 21669740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 21678899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com> 21689740618cSLuiz CapitulinoS: Supported 21698899b4aeSLuiz CapitulinoF: qapi/ 21700311c5bdSMarkus ArmbrusterX: qapi/*.json 2171ac4abb9aSMarkus ArmbrusterF: include/qapi/ 2172ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 2173ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 2174c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 2175ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c 2176e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c 2177ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c 2178e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c 2179be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py 2180be25fcc4SMarkus ArmbrusterF: scripts/qapi/* 2181c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi* 2182ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 21838899b4aeSLuiz Capitulino 21847810d291SLuiz CapitulinoQAPI Schema 21857810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 21867810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 21877810d291SLuiz CapitulinoS: Supported 21880311c5bdSMarkus ArmbrusterF: qapi/*.json 2189ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 21907810d291SLuiz Capitulino 2191f3582ba4SLuiz CapitulinoQObject 2192daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 2193daf5dc78SMarkus ArmbrusterS: Supported 2194f3582ba4SLuiz CapitulinoF: qobject/ 21957735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 21967735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 2197a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci 21987735d2b5SMarkus ArmbrusterF: tests/check-qdict.c 21997735d2b5SMarkus ArmbrusterF: tests/check-qjson.c 22007735d2b5SMarkus ArmbrusterF: tests/check-qlist.c 2201cd81e02bSPhilippe Mathieu-DaudéF: tests/check-qlit.c 2202cd81e02bSPhilippe Mathieu-DaudéF: tests/check-qnull.c 2203cd81e02bSPhilippe Mathieu-DaudéF: tests/check-qnum.c 2204cd81e02bSPhilippe Mathieu-DaudéF: tests/check-qobject.c 22057735d2b5SMarkus ArmbrusterF: tests/check-qstring.c 2206fe07b62cSPhilippe Mathieu-DaudéF: tests/data/qobject/qdict.txt 2207ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 2208f3582ba4SLuiz Capitulino 2209f05d9999SMichael RothQEMU Guest Agent 2210f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com> 2211f05d9999SMichael RothS: Maintained 2212f05d9999SMichael RothF: qga/ 221327a296fcSPeter MaydellF: docs/interop/qemu-ga.rst 2214ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/ 2215ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c 2216ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi 2217e18a8b34SStefan HajnocziT: git https://github.com/mdroth/qemu.git qga 2218f05d9999SMichael Roth 22194688c94cSAndreas FärberQOM 22201085d86eSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 22211085d86eSPaolo BonziniR: Daniel P. Berrange <berrange@redhat.com> 22221085d86eSPaolo BonziniR: Eduardo Habkost <ehabkost@redhat.com> 22234688c94cSAndreas FärberS: Supported 22248f920054SMarkus ArmbrusterF: docs/qdev-device-use.txt 22258f920054SMarkus ArmbrusterF: hw/core/qdev* 22268f920054SMarkus ArmbrusterF: include/hw/qdev* 22278f920054SMarkus ArmbrusterF: include/monitor/qdev.h 22284688c94cSAndreas FärberF: include/qom/ 2229c577ff62SMarkus ArmbrusterF: qapi/qom.json 2230c577ff62SMarkus ArmbrusterF: qapi/qdev.json 22318f920054SMarkus ArmbrusterF: qdev-monitor.c 22324688c94cSAndreas FärberF: qom/ 22339f4aa7ceSAndreas FärberF: tests/check-qom-interface.c 22349f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c 22358f920054SMarkus ArmbrusterF: tests/test-qdev-global-props.c 22364688c94cSAndreas Färber 22378899b4aeSLuiz CapitulinoQMP 22389740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 22399740618cSLuiz CapitulinoS: Supported 22405bce308aSKevin WolfF: monitor/monitor-internal.h 2241f1b3ccfaSKevin WolfF: monitor/qmp* 2242e84328faSKevin WolfF: monitor/misc.c 22431d95db74SKevin WolfF: monitor/monitor.c 2244abb3d37dSMarkus ArmbrusterF: qapi/error.json 2245c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-* 224612b2f0d9SPhilippe Mathieu-DaudéF: docs/interop/*qmp-* 22479740618cSLuiz CapitulinoF: scripts/qmp/ 22481e8a1faeSThomas HuthF: tests/qtest/qmp-test.c 22491e8a1faeSThomas HuthF: tests/qtest/qmp-cmd-test.c 2250ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 22518899b4aeSLuiz Capitulino 225298a43bf0SPaolo Bonziniqtest 225398a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com> 225498a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com> 22552185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 225698a43bf0SPaolo BonziniS: Maintained 225798a43bf0SPaolo BonziniF: qtest.c 22583fe13fe1SEduardo HabkostF: accel/qtest.c 22591e8a1faeSThomas HuthF: tests/qtest/ 226098a43bf0SPaolo Bonzini 22615f6fd09aSAlexander BulekovDevice Fuzzing 22625f6fd09aSAlexander BulekovM: Alexander Bulekov <alxndr@bu.edu> 22635f6fd09aSAlexander BulekovR: Paolo Bonzini <pbonzini@redhat.com> 22645f6fd09aSAlexander BulekovR: Bandan Das <bsd@redhat.com> 22655f6fd09aSAlexander BulekovR: Stefan Hajnoczi <stefanha@redhat.com> 22665f6fd09aSAlexander BulekovS: Maintained 22675f6fd09aSAlexander BulekovF: tests/qtest/fuzz/ 22685f6fd09aSAlexander Bulekov 2269cc0100f4SAlistair FrancisRegister API 2270c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 2271cc0100f4SAlistair FrancisS: Maintained 2272cc0100f4SAlistair FrancisF: hw/core/register.c 2273cc0100f4SAlistair FrancisF: include/hw/register.h 227406a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h 2275cc0100f4SAlistair Francis 2276fd5d5c56SAnthony LiguoriSLIRP 2277eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 2278bafc72abSJan KiszkaS: Maintained 2279fd5d5c56SAnthony LiguoriF: slirp/ 2280663fb1e1SThomas HuthF: net/slirp.c 2281d24b2b1cSThomas HuthF: include/net/slirp.h 228202cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp 2283fd5d5c56SAnthony Liguori 2284b1ed728aSPaolo BonziniStubs 2285b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 2286b1ed728aSPaolo BonziniS: Maintained 2287b1ed728aSPaolo BonziniF: stubs/ 2288b1ed728aSPaolo Bonzini 2289598a3f35SStefan HajnocziTracing 22901cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2291598a3f35SStefan HajnocziS: Maintained 2292598a3f35SStefan HajnocziF: trace/ 22930e076292SThomas HuthF: trace-events 22943a8273b1SPeter MaydellF: docs/qemu-option-trace.rst.inc 2295f70fd8fdSLluís VilanovaF: scripts/tracetool.py 2296f70fd8fdSLluís VilanovaF: scripts/tracetool/ 229762dd1048SDaniel P. BerrangéF: scripts/qemu-trace-stap* 2298605ffebbSPeter MaydellF: docs/interop/qemu-trace-stap.rst 2299c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt 2300e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git tracing 2301598a3f35SStefan Hajnoczi 23023859b6cfSMarkus ArmbrusterTPM 23031f63669eSStefan BergerM: Stefan Berger <stefanb@linux.ibm.com> 23046b4f250bSStefan BergerS: Maintained 23053859b6cfSMarkus ArmbrusterF: tpm.c 2306c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c 23073859b6cfSMarkus ArmbrusterF: hw/tpm/* 23083859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h 23093859b6cfSMarkus ArmbrusterF: include/sysemu/tpm* 23103859b6cfSMarkus ArmbrusterF: qapi/tpm.json 23116b4f250bSStefan BergerF: backends/tpm.c 23121e8a1faeSThomas HuthF: tests/qtest/*tpm* 2313e18a8b34SStefan HajnocziT: git https://github.com/stefanberger/qemu-tpm.git tpm-next 23143859b6cfSMarkus Armbruster 231514f40fdcSBlue SwirlCheckpatch 231614f40fdcSBlue SwirlS: Odd Fixes 231714f40fdcSBlue SwirlF: scripts/checkpatch.pl 231814f40fdcSBlue Swirl 2319c0787c8dSJuan QuintelaMigration 2320c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 2321d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 2322c0787c8dSJuan QuintelaS: Maintained 2323107b5969SMarc-André LureauF: hw/core/vmstate-if.c 2324107b5969SMarc-André LureauF: include/hw/vmstate-if.h 2325c0787c8dSJuan QuintelaF: include/migration/ 232644a1f946SDr. David Alan GilbertF: migration/ 2327c5515640SAmit ShahF: scripts/vmstate-static-checker.py 2328c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 23291e8a1faeSThomas HuthF: tests/qtest/migration-test.c 2330c468e368SMarkus ArmbrusterF: docs/devel/migration.rst 233148685a8eSMarkus ArmbrusterF: qapi/migration.json 2332c0787c8dSJuan Quintela 2333a566907fSMarc-André LureauD-Bus 2334a566907fSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 2335a566907fSMarc-André LureauS: Maintained 23365010cec2SMarc-André LureauF: backends/dbus-vmstate.c 2337586ca6baSMarc-André LureauF: tests/dbus-vmstate* 2338a5021d69SMarc-André LureauF: util/dbus.c 2339a5021d69SMarc-André LureauF: include/qemu/dbus.h 2340a566907fSMarc-André LureauF: docs/interop/dbus.rst 23415010cec2SMarc-André LureauF: docs/interop/dbus-vmstate.rst 2342a566907fSMarc-André Lureau 234392bfedb0SEduardo OtuboSeccomp 2344064983cbSotuboM: Eduardo Otubo <otubo@redhat.com> 234592bfedb0SEduardo OtuboS: Supported 234692bfedb0SEduardo OtuboF: qemu-seccomp.c 234792bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 234892bfedb0SEduardo Otubo 2349ddbb0d09SDaniel P. BerrangeCryptography 2350ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2351ddbb0d09SDaniel P. BerrangeS: Maintained 2352ddbb0d09SDaniel P. BerrangeF: crypto/ 2353ddbb0d09SDaniel P. BerrangeF: include/crypto/ 2354ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-* 23553947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-* 23564d21171bSPhilippe Mathieu-DaudéF: tests/crypto-tls-* 23574d21171bSPhilippe Mathieu-DaudéF: tests/pkix_asn1_tab.c 2358899833cdSDaniel P. BerrangeF: qemu.sasl 2359ddbb0d09SDaniel P. Berrange 236010817bf0SDaniel P. BerrangeCoroutines 236110817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 236210817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 236300a25291SStefan HajnocziS: Maintained 236410817bf0SDaniel P. BerrangeF: util/*coroutine* 236510817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 236610817bf0SDaniel P. BerrangeF: tests/test-coroutine.c 236710817bf0SDaniel P. Berrange 236888c5f205SDaniel P. BerrangeBuffers 236988c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 237088c5f205SDaniel P. BerrangeS: Odd fixes 237188c5f205SDaniel P. BerrangeF: util/buffer.c 237288c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 237388c5f205SDaniel P. Berrange 2374666a3af9SDaniel P. BerrangeI/O Channels 2375666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2376666a3af9SDaniel P. BerrangeS: Maintained 2377666a3af9SDaniel P. BerrangeF: io/ 2378666a3af9SDaniel P. BerrangeF: include/io/ 2379666a3af9SDaniel P. BerrangeF: tests/test-io-* 2380666a3af9SDaniel P. Berrange 23815b76dd13SDaniel P. BerrangeUser authorization 23825b76dd13SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 23835b76dd13SDaniel P. BerrangeS: Maintained 23845b76dd13SDaniel P. BerrangeF: authz/ 2385c8c99887SDaniel P. BerrangeF: qapi/authz.json 23865b76dd13SDaniel P. BerrangeF: include/authz/ 23875b76dd13SDaniel P. BerrangeF: tests/test-authz-* 23885b76dd13SDaniel P. Berrange 23895614a283SGerd HoffmannSockets 23905614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 23915614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 23925614a283SGerd HoffmannS: Maintained 23935614a283SGerd HoffmannF: include/qemu/sockets.h 23945614a283SGerd HoffmannF: util/qemu-sockets.c 2395a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json 23965614a283SGerd Hoffmann 239790e33dfeSDaniel P. BerrangéFile monitor 239890e33dfeSDaniel P. BerrangéM: Daniel P. Berrange <berrange@redhat.com> 239990e33dfeSDaniel P. BerrangéS: Odd fixes 240090e33dfeSDaniel P. BerrangéF: util/filemonitor*.c 240190e33dfeSDaniel P. BerrangéF: include/qemu/filemonitor.h 240290e33dfeSDaniel P. BerrangéF: tests/test-util-filemonitor.c 240390e33dfeSDaniel P. Berrangé 2404d310d85bSAlberto GarciaThrottling infrastructure 2405d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 2406d310d85bSAlberto GarciaS: Supported 2407d310d85bSAlberto GarciaF: block/throttle-groups.c 2408d310d85bSAlberto GarciaF: include/block/throttle-groups.h 240989603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h 2410d310d85bSAlberto GarciaF: util/throttle.c 241189603938SPhilippe Mathieu-DaudéF: docs/throttle.txt 241289603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c 2413d310d85bSAlberto GarciaL: qemu-block@nongnu.org 2414d310d85bSAlberto Garcia 2415080d7aacSFam ZhengUUID 2416fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 2417080d7aacSFam ZhengS: Supported 2418080d7aacSFam ZhengF: util/uuid.c 2419080d7aacSFam ZhengF: include/qemu/uuid.h 2420080d7aacSFam ZhengF: tests/test-uuid.c 2421080d7aacSFam Zheng 2422a4cc318eSzhanghailiangCOLO Framework 2423a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com> 2424a4cc318eSzhanghailiangS: Maintained 2425a4cc318eSzhanghailiangF: migration/colo* 2426a4cc318eSzhanghailiangF: include/migration/colo.h 2427a4cc318eSzhanghailiangF: include/migration/failover.h 2428a4cc318eSzhanghailiangF: docs/COLO-FT.txt 2429a4cc318eSzhanghailiang 243088f82ed1SZhang ChenCOLO Proxy 2431c6bf50ffSZhang ChenM: Zhang Chen <chen.zhang@intel.com> 243288f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com> 243388f82ed1SZhang ChenS: Supported 243488f82ed1SZhang ChenF: docs/colo-proxy.txt 243588f82ed1SZhang ChenF: net/colo* 243688f82ed1SZhang ChenF: net/filter-rewriter.c 243788f82ed1SZhang ChenF: net/filter-mirror.c 243888f82ed1SZhang Chen 243962258201SPavel DovgalyukRecord/replay 244062258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 244162258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com> 244270b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay 244362258201SPavel DovgalyukS: Supported 244462258201SPavel DovgalyukF: replay/* 244562258201SPavel DovgalyukF: block/blkreplay.c 244662258201SPavel DovgalyukF: net/filter-replay.c 244762258201SPavel DovgalyukF: include/sysemu/replay.h 244862258201SPavel DovgalyukF: docs/replay.txt 244962258201SPavel DovgalyukF: stubs/replay.c 245062258201SPavel Dovgalyuk 2451eecf5eedSPeter XuIOVA Tree 2452eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com> 2453eecf5eedSPeter XuS: Maintained 2454eecf5eedSPeter XuF: include/qemu/iova-tree.h 2455eecf5eedSPeter XuF: util/iova-tree.c 2456eecf5eedSPeter Xu 24575ee547bbSViktor Prutyanovelf2dmp 24585ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 24595ee547bbSViktor PrutyanovS: Maintained 24605ee547bbSViktor PrutyanovF: contrib/elf2dmp/ 24615ee547bbSViktor Prutyanov 246293198b6cSCorey MinyardI2C and SMBus 246393198b6cSCorey MinyardM: Corey Minyard <cminyard@mvista.com> 246493198b6cSCorey MinyardS: Maintained 246593198b6cSCorey MinyardF: hw/i2c/core.c 246693198b6cSCorey MinyardF: hw/i2c/smbus_slave.c 246793198b6cSCorey MinyardF: hw/i2c/smbus_master.c 246893198b6cSCorey MinyardF: hw/i2c/smbus_eeprom.c 246993198b6cSCorey MinyardF: include/hw/i2c/i2c.h 247093198b6cSCorey MinyardF: include/hw/i2c/smbus_master.h 247193198b6cSCorey MinyardF: include/hw/i2c/smbus_slave.h 247293198b6cSCorey MinyardF: include/hw/i2c/smbus_eeprom.h 247393198b6cSCorey Minyard 24746739df3fSLaszlo ErsekEDK2 Firmware 24756739df3fSLaszlo ErsekM: Laszlo Ersek <lersek@redhat.com> 24766739df3fSLaszlo ErsekM: Philippe Mathieu-Daudé <philmd@redhat.com> 24776739df3fSLaszlo ErsekS: Supported 24786739df3fSLaszlo ErsekF: pc-bios/descriptors/??-edk2-*.json 24796739df3fSLaszlo ErsekF: pc-bios/edk2-* 24806739df3fSLaszlo ErsekF: roms/Makefile.edk2 24816739df3fSLaszlo ErsekF: roms/edk2 24826739df3fSLaszlo ErsekF: roms/edk2-* 24836739df3fSLaszlo ErsekF: tests/data/uefi-boot-images/ 24846739df3fSLaszlo ErsekF: tests/uefi-test-tools/ 248571920809SPhilippe Mathieu-DaudéF: .gitlab-ci-edk2.yml 248671920809SPhilippe Mathieu-DaudéF: .gitlab-ci.d/edk2/ 24876739df3fSLaszlo Ersek 2488fd5d5c56SAnthony LiguoriUsermode Emulation 2489fd5d5c56SAnthony Liguori------------------ 24906347e1f1SMarkus ArmbrusterOverall usermode emulation 2491486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 2492486bbe5fSPaolo BonziniS: Maintained 2493486bbe5fSPaolo BonziniF: thunk.c 249458410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c 2495486bbe5fSPaolo Bonzini 2496fd5d5c56SAnthony LiguoriBSD user 2497297e8005SMarkus ArmbrusterS: Orphan 2498fd5d5c56SAnthony LiguoriF: bsd-user/ 2499ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak 2500fd5d5c56SAnthony Liguori 2501fd5d5c56SAnthony LiguoriLinux user 2502fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 2503ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu> 2504fd5d5c56SAnthony LiguoriS: Maintained 2505fd5d5c56SAnthony LiguoriF: linux-user/ 2506ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak 2507e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh 2508e3a6c825SLaurent VivierF: scripts/update-syscalltbl.sh 250957333330SLaurent VivierF: scripts/update-mips-syscall-args.sh 2510382ae67aSLaurent VivierF: scripts/gensyscalls.sh 251142f5a7e9SAurelien Jarno 251242f5a7e9SAurelien JarnoTiny Code Generator (TCG) 251342f5a7e9SAurelien Jarno------------------------- 25146347e1f1SMarkus ArmbrusterCommon TCG code 2515cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net> 251642f5a7e9SAurelien JarnoS: Maintained 251742f5a7e9SAurelien JarnoF: tcg/ 2518d3582cfdSPhilippe Mathieu-DaudéF: include/tcg/ 251942f5a7e9SAurelien Jarno 252022b5867bSAlex BennéeTCG Plugins 252122b5867bSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 252222b5867bSAlex BennéeS: Maintained 25238ea6abf0SAlex BennéeF: docs/devel/tcg-plugins.rst 252422b5867bSAlex BennéeF: plugins/ 252522b5867bSAlex BennéeF: tests/plugin 252622b5867bSAlex Bennée 25276347e1f1SMarkus ArmbrusterAArch64 TCG target 25283e5a01efSRichard HendersonM: Richard Henderson <richard.henderson@linaro.org> 2529b25a464cSClaudio FontanaS: Maintained 2530b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 2531b25a464cSClaudio FontanaF: tcg/aarch64/ 2532c17652eeSPaolo BonziniF: disas/arm-a64.cc 2533c17652eeSPaolo BonziniF: disas/libvixl/ 2534b25a464cSClaudio Fontana 25356347e1f1SMarkus ArmbrusterARM TCG target 253642f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 253742f5a7e9SAurelien JarnoS: Maintained 2538b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 253942f5a7e9SAurelien JarnoF: tcg/arm/ 2540c17652eeSPaolo BonziniF: disas/arm.c 254142f5a7e9SAurelien Jarno 25426347e1f1SMarkus Armbrusteri386 TCG target 2543ecd1a5d0SPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net> 254442f5a7e9SAurelien JarnoS: Maintained 254542f5a7e9SAurelien JarnoF: tcg/i386/ 2546c17652eeSPaolo BonziniF: disas/i386.c 254742f5a7e9SAurelien Jarno 25486347e1f1SMarkus ArmbrusterMIPS TCG target 25490eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 2550099d510bSAleksandar MarkovicR: Aurelien Jarno <aurelien@aurel32.net> 255163640d6aSAleksandar MarkovicR: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 255242f5a7e9SAurelien JarnoS: Maintained 255342f5a7e9SAurelien JarnoF: tcg/mips/ 255442f5a7e9SAurelien Jarno 25556347e1f1SMarkus ArmbrusterPPC TCG target 255615610d42SPranith KumarM: Richard Henderson <rth@twiddle.net> 255715610d42SPranith KumarS: Odd Fixes 255842f5a7e9SAurelien JarnoF: tcg/ppc/ 2559c17652eeSPaolo BonziniF: disas/ppc.c 256042f5a7e9SAurelien Jarno 25616347e1f1SMarkus ArmbrusterRISC-V TCG target 2562c1677bccSPalmer DabbeltM: Palmer Dabbelt <palmer@dabbelt.com> 2563fb1f70f3SAlistair FrancisM: Alistair Francis <Alistair.Francis@wdc.com> 2564fb1f70f3SAlistair FrancisL: qemu-riscv@nongnu.org 2565fb1f70f3SAlistair FrancisS: Maintained 2566fb1f70f3SAlistair FrancisF: tcg/riscv/ 2567fb1f70f3SAlistair FrancisF: disas/riscv.c 2568fb1f70f3SAlistair Francis 25696347e1f1SMarkus ArmbrusterS390 TCG target 257042f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 257142f5a7e9SAurelien JarnoS: Maintained 257242f5a7e9SAurelien JarnoF: tcg/s390/ 2573c17652eeSPaolo BonziniF: disas/s390.c 2574146bd283SCornelia HuckL: qemu-s390x@nongnu.org 257542f5a7e9SAurelien Jarno 25766347e1f1SMarkus ArmbrusterSPARC TCG target 2577297e8005SMarkus ArmbrusterS: Odd Fixes 257842f5a7e9SAurelien JarnoF: tcg/sparc/ 2579c17652eeSPaolo BonziniF: disas/sparc.c 2580bc75c9e5SStefan Weil 25816347e1f1SMarkus ArmbrusterTCI TCG target 2582bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 2583bc75c9e5SStefan WeilS: Maintained 25848ef9cd55SAndreas FärberF: tcg/tci/ 2585752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c 2586c17652eeSPaolo BonziniF: disas/tci.c 2587aa09c951SAndreas Färber 2588f05b328cSStefan HajnocziBlock drivers 2589f05b328cSStefan Hajnoczi------------- 2590f05b328cSStefan HajnocziVMDK 2591fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 2592c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2593f05b328cSStefan HajnocziS: Supported 2594f05b328cSStefan HajnocziF: block/vmdk.c 2595f05b328cSStefan Hajnoczi 2596f05b328cSStefan HajnocziRBD 25972bbd9986SJason DillamanM: Jason Dillaman <dillaman@redhat.com> 2598280458a3SJeff CodyL: qemu-block@nongnu.org 2599f05b328cSStefan HajnocziS: Supported 2600f05b328cSStefan HajnocziF: block/rbd.c 2601f05b328cSStefan Hajnoczi 2602f05b328cSStefan HajnocziSheepdog 2603f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com> 2604280458a3SJeff CodyL: qemu-block@nongnu.org 26055f5246b6SJeff CodyL: sheepdog@lists.wpkg.org 26065f5246b6SJeff CodyS: Odd Fixes 2607f05b328cSStefan HajnocziF: block/sheepdog.c 2608f05b328cSStefan Hajnoczi 2609f05b328cSStefan HajnocziVHDX 26105f5246b6SJeff CodyM: Jeff Cody <codyprime@gmail.com> 2611280458a3SJeff CodyL: qemu-block@nongnu.org 2612f05b328cSStefan HajnocziS: Supported 2613f05b328cSStefan HajnocziF: block/vhdx* 2614f05b328cSStefan Hajnoczi 2615f05b328cSStefan HajnocziVDI 2616f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 2617c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2618f05b328cSStefan HajnocziS: Maintained 2619f05b328cSStefan HajnocziF: block/vdi.c 2620f05b328cSStefan Hajnoczi 2621f05b328cSStefan HajnocziiSCSI 2622f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2623f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 2624f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 2625c95e4c0eSKevin WolfL: qemu-block@nongnu.org 26262185fd67SPaolo BonziniS: Odd Fixes 2627f05b328cSStefan HajnocziF: block/iscsi.c 26282deb63c2SPeter LievenF: block/iscsi-opts.c 2629f05b328cSStefan Hajnoczi 263099c62e70SEric BlakeNetwork Block Device (NBD) 263199c62e70SEric BlakeM: Eric Blake <eblake@redhat.com> 263299c62e70SEric BlakeL: qemu-block@nongnu.org 263399c62e70SEric BlakeS: Maintained 263499c62e70SEric BlakeF: block/nbd* 263599c62e70SEric BlakeF: nbd/ 263699c62e70SEric BlakeF: include/block/nbd* 263799c62e70SEric BlakeF: qemu-nbd.* 263899c62e70SEric BlakeF: blockdev-nbd.c 26393229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt 264087c0868fSPeter MaydellF: docs/interop/qemu-nbd.rst 2641ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/ericb.git nbd 264299c62e70SEric Blake 26436542aa9cSPeter LievenNFS 26446542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 2645280458a3SJeff CodyL: qemu-block@nongnu.org 26466542aa9cSPeter LievenS: Maintained 26476542aa9cSPeter LievenF: block/nfs.c 26486542aa9cSPeter Lieven 2649f05b328cSStefan HajnocziSSH 2650f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 2651280458a3SJeff CodyL: qemu-block@nongnu.org 2652f05b328cSStefan HajnocziS: Supported 2653f05b328cSStefan HajnocziF: block/ssh.c 2654c9a12e75SChrysostomos Nanakos 2655280458a3SJeff CodyCURL 2656280458a3SJeff CodyL: qemu-block@nongnu.org 26575c6090faSThomas HuthS: Odd Fixes 2658280458a3SJeff CodyF: block/curl.c 2659280458a3SJeff Cody 2660280458a3SJeff CodyGLUSTER 2661280458a3SJeff CodyL: qemu-block@nongnu.org 26625c6090faSThomas HuthL: integration@gluster.org 26635c6090faSThomas HuthS: Odd Fixes 2664280458a3SJeff CodyF: block/gluster.c 2665b5e9476cSGonglei 2666199667a8SFam ZhengNull Block Driver 2667fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 2668199667a8SFam ZhengL: qemu-block@nongnu.org 2669199667a8SFam ZhengS: Supported 2670199667a8SFam ZhengF: block/null.c 2671199667a8SFam Zheng 2672bdd6a90aSFam ZhengNVMe Block Driver 2673fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 2674bdd6a90aSFam ZhengL: qemu-block@nongnu.org 2675bdd6a90aSFam ZhengS: Supported 2676bdd6a90aSFam ZhengF: block/nvme* 2677bdd6a90aSFam Zheng 2678b5e9476cSGongleiBootdevice 2679b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 2680b5e9476cSGongleiS: Maintained 2681b5e9476cSGongleiF: bootdevice.c 2682ecdda9e0SAlberto Garcia 2683ecdda9e0SAlberto GarciaQuorum 2684ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 2685ecdda9e0SAlberto GarciaS: Supported 2686ecdda9e0SAlberto GarciaF: block/quorum.c 2687ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 2688e7c6e631SStefan Hajnoczi 2689bfcc224eSAapo Vienamoblklogwrites 2690bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com> 2691bfcc224eSAapo VienamoL: qemu-block@nongnu.org 2692bfcc224eSAapo VienamoS: Supported 2693bfcc224eSAapo VienamoF: block/blklogwrites.c 2694bfcc224eSAapo Vienamo 2695e7c6e631SStefan Hajnocziblkverify 2696e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2697e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2698e7c6e631SStefan HajnocziS: Supported 2699e7c6e631SStefan HajnocziF: block/blkverify.c 2700e7c6e631SStefan Hajnoczi 2701e7c6e631SStefan Hajnoczibochs 2702e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2703e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2704e7c6e631SStefan HajnocziS: Supported 2705e7c6e631SStefan HajnocziF: block/bochs.c 2706e7c6e631SStefan Hajnoczi 2707e7c6e631SStefan Hajnoczicloop 2708e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2709e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2710e7c6e631SStefan HajnocziS: Supported 2711e7c6e631SStefan HajnocziF: block/cloop.c 2712e7c6e631SStefan Hajnoczi 2713e7c6e631SStefan Hajnoczidmg 2714e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2715e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2716e7c6e631SStefan HajnocziS: Supported 2717e7c6e631SStefan HajnocziF: block/dmg.c 2718e7c6e631SStefan Hajnoczi 2719e7c6e631SStefan Hajnocziparallels 2720e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2721f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 2722e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2723e7c6e631SStefan HajnocziS: Supported 2724e7c6e631SStefan HajnocziF: block/parallels.c 27255746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt 2726e7c6e631SStefan Hajnoczi 2727e7c6e631SStefan Hajnocziqed 2728e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2729e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2730e7c6e631SStefan HajnocziS: Supported 2731e7c6e631SStefan HajnocziF: block/qed.c 2732e7c6e631SStefan Hajnoczi 2733e7c6e631SStefan Hajnocziraw 2734e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2735e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2736e7c6e631SStefan HajnocziS: Supported 2737e7c6e631SStefan HajnocziF: block/linux-aio.c 2738f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 27392e6fc7ebSEric BlakeF: block/raw-format.c 2740c1bb86cdSEric BlakeF: block/file-posix.c 2741c1bb86cdSEric BlakeF: block/file-win32.c 2742e7c6e631SStefan HajnocziF: block/win32-aio.c 2743e7c6e631SStefan Hajnoczi 27446663a0a3SAarushi MehtaLinux io_uring 27456663a0a3SAarushi MehtaM: Aarushi Mehta <mehta.aaru20@gmail.com> 27466663a0a3SAarushi MehtaM: Julia Suvorova <jusual@redhat.com> 27476663a0a3SAarushi MehtaM: Stefan Hajnoczi <stefanha@redhat.com> 27486663a0a3SAarushi MehtaL: qemu-block@nongnu.org 27496663a0a3SAarushi MehtaS: Maintained 27506663a0a3SAarushi MehtaF: block/io_uring.c 275106a47ef5SAarushi MehtaF: stubs/io_uring.c 27526663a0a3SAarushi Mehta 2753e7c6e631SStefan Hajnocziqcow2 2754e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2755c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 2756e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2757e7c6e631SStefan HajnocziS: Supported 2758e7c6e631SStefan HajnocziF: block/qcow2* 2759b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt 2760e7c6e631SStefan Hajnoczi 2761e7c6e631SStefan Hajnocziqcow 2762e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2763e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2764e7c6e631SStefan HajnocziS: Supported 2765e7c6e631SStefan HajnocziF: block/qcow.c 2766e7c6e631SStefan Hajnoczi 2767e7c6e631SStefan Hajnocziblkdebug 2768e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2769c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 2770e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2771e7c6e631SStefan HajnocziS: Supported 2772e7c6e631SStefan HajnocziF: block/blkdebug.c 2773e7c6e631SStefan Hajnoczi 2774e7c6e631SStefan Hajnoczivpc 2775e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2776e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2777e7c6e631SStefan HajnocziS: Supported 2778e7c6e631SStefan HajnocziF: block/vpc.c 2779e7c6e631SStefan Hajnoczi 2780e7c6e631SStefan Hajnoczivvfat 2781e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2782e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2783e7c6e631SStefan HajnocziS: Supported 2784e7c6e631SStefan HajnocziF: block/vvfat.c 2785abfe4e94SStefan Hajnoczi 2786abfe4e94SStefan HajnocziImage format fuzzer 2787abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2788abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 2789abfe4e94SStefan HajnocziS: Supported 2790abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 2791717171bdSDaniel P. Berrange 2792049105a3SChanglong XieReplication 2793205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com> 27943ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com> 2795049105a3SChanglong XieS: Supported 2796049105a3SChanglong XieF: replication* 2797049105a3SChanglong XieF: block/replication.c 2798049105a3SChanglong XieF: tests/test-replication.c 2799049105a3SChanglong XieF: docs/block-replication.txt 2800049105a3SChanglong Xie 2801a3defabbSMarcel ApfelbaumPVRDMA 2802bfffeac8SYuval ShaiaM: Yuval Shaia <yuval.shaia.ml@gmail.com> 2803fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2804a3defabbSMarcel ApfelbaumS: Maintained 2805a3defabbSMarcel ApfelbaumF: hw/rdma/* 2806a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/* 2807a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt 2808a5d2f6f8SYuval ShaiaF: contrib/rdmacm-mux/* 28094a5c9903SYuval ShaiaF: qapi/rdma.json 2810a3defabbSMarcel Apfelbaum 2811b052fec8SAlex BennéeSemihosting 2812b052fec8SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 2813b052fec8SAlex BennéeS: Maintained 2814b052fec8SAlex BennéeF: hw/semihosting/ 2815b052fec8SAlex BennéeF: include/hw/semihosting/ 2816b052fec8SAlex Bennée 2817b9e02c06SAlex BennéeBuild and test automation 2818b9e02c06SAlex Bennée------------------------- 28190475a03eSEduardo HabkostBuild and test automation 2820b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 2821fe5ca46dSFam ZhengM: Fam Zheng <fam@euphon.net> 28220d8ea8f1SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <philmd@redhat.com> 2823e70dc7f8SAlex BennéeS: Maintained 2824b9e02c06SAlex BennéeF: .travis.yml 28250708e647SAlex BennéeF: scripts/travis/ 2826d92d886aSAlex BennéeF: .shippable.yml 2827e70dc7f8SAlex BennéeF: tests/docker/ 282818023821SFam ZhengF: tests/vm/ 282954dbfd85SPhilippe Mathieu-DaudéF: scripts/archive-source.sh 2830e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu 28312a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu 2832e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/ 2833717171bdSDaniel P. Berrange 28347162fbb4SEd MasteFreeBSD Hosted Continuous Integration 28357162fbb4SEd MasteM: Ed Maste <emaste@freebsd.org> 28367162fbb4SEd MasteM: Li-Wen Hsu <lwhsu@freebsd.org> 28377162fbb4SEd MasteS: Maintained 28387162fbb4SEd MasteF: .cirrus.yml 28397162fbb4SEd MasteW: https://cirrus-ci.com/github/qemu/qemu 28407162fbb4SEd Maste 28410a8b05c7SThomas HuthGitLab Continuous Integration 28420a8b05c7SThomas HuthM: Thomas Huth <thuth@redhat.com> 28430a8b05c7SThomas HuthS: Maintained 28440a8b05c7SThomas HuthF: .gitlab-ci.yml 28450a8b05c7SThomas Huth 28467e97017eSAlex BennéeGuest Test Compilation Support 28477e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 28487e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org> 284900a25291SStefan HajnocziS: Maintained 28507e97017eSAlex BennéeF: tests/tcg/Makefile 2851c722a9e4SAlex BennéeF: tests/tcg/Makefile.include 28527e97017eSAlex Bennée 2853717171bdSDaniel P. BerrangeDocumentation 2854717171bdSDaniel P. Berrange------------- 2855717171bdSDaniel P. BerrangeBuild system architecture 2856717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2857717171bdSDaniel P. BerrangeS: Odd Fixes 2858c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt 28598a49e97fSFam Zheng 286092329a7eSAlex BennéeGIT Data Mining Config 286192329a7eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 286292329a7eSAlex BennéeS: Odd Fixes 286392329a7eSAlex BennéeF: gitdm.config 286492329a7eSAlex BennéeF: contrib/gitdm/* 286592329a7eSAlex Bennée 2866b02c9bc3SMarkus ArmbrusterIncompatible changes 2867b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com 2868abcd92dbSPaolo BonziniF: docs/system/deprecated.rst 2869b02c9bc3SMarkus Armbruster 2870aef45d51SDaniel P. BerrangeBuild System 2871aef45d51SDaniel P. Berrange------------ 2872aef45d51SDaniel P. BerrangeGIT submodules 2873aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2874aef45d51SDaniel P. BerrangeS: Odd Fixes 2875aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh 2876c10e01b9SPeter Maydell 2877ef45a392SAleksandar MarkovicUI translations 28780eac70b0SAleksandar MarkovicM: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 2879ef45a392SAleksandar MarkovicF: po/*.po 2880ef45a392SAleksandar Markovic 2881c10e01b9SPeter MaydellSphinx documentation configuration and build machinery 2882c10e01b9SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 2883c10e01b9SPeter MaydellS: Maintained 2884c10e01b9SPeter MaydellF: docs/conf.py 2885c10e01b9SPeter MaydellF: docs/*/conf.py 2886