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 6862622c11SMichael S. Tsirkin------------------------------ 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-------------------- 86daf14ce3SCornelia HuckS390 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/ 104694a8d70STony KrowiakF: docs/vfio-ap.txt 105daf14ce3SCornelia HuckK: ^Subject:.*(?i)s390x? 106e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 107daf14ce3SCornelia HuckL: qemu-s390x@nongnu.org 108daf14ce3SCornelia Huck 109fd5d5c56SAnthony LiguoriGuest CPU cores (TCG): 110fd5d5c56SAnthony Liguori---------------------- 111486bbe5fSPaolo BonziniOverall 1125dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 1132b1641d0SPaolo BonziniM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 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/ 1202b1641d0SPaolo BonziniF: include/exec/cpu*.h 1212b1641d0SPaolo BonziniF: include/exec/exec-all.h 122486bbe5fSPaolo BonziniF: include/exec/helper*.h 1232b1641d0SPaolo BonziniF: include/exec/tb-hash.h 124460423d3SThomas HuthF: include/sysemu/cpus.h 125486bbe5fSPaolo Bonzini 1261badb586SPeter MaydellFPU emulation 1271badb586SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 1281badb586SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1291badb586SPeter MaydellS: Odd Fixes 1301badb586SPeter MaydellF: fpu/ 1311badb586SPeter MaydellF: include/fpu/ 1321badb586SPeter Maydell 133b6f97c14SbellardAlpha 1348d6df264SRichard HendersonM: Richard Henderson <rth@twiddle.net> 1358d6df264SRichard HendersonS: Maintained 136fcf5ef2aSThomas HuthF: target/alpha/ 137c0bd0b50SPaolo BonziniF: tests/tcg/alpha/ 138c17652eeSPaolo BonziniF: disas/alpha.c 139fd5d5c56SAnthony Liguori 140fd5d5c56SAnthony LiguoriARM 1411ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 142b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 143fd5d5c56SAnthony LiguoriS: Maintained 144fcf5ef2aSThomas HuthF: target/arm/ 145c348722cSAlex BennéeF: tests/tcg/arm/ 14629e0436eSAlex BennéeF: tests/tcg/aarch64/ 1478d8b636dSPaolo BonziniF: hw/arm/ 1488d8b636dSPaolo BonziniF: hw/cpu/a*mpcore.c 149f7e242d6SThomas HuthF: include/hw/cpu/a*mpcore.h 150c17652eeSPaolo BonziniF: disas/arm.c 151c17652eeSPaolo BonziniF: disas/arm-a64.cc 152c17652eeSPaolo BonziniF: disas/libvixl/ 153fd5d5c56SAnthony Liguori 154*49154ea0SEric AugerARM SMMU 155*49154ea0SEric AugerM: Eric Auger <eric.auger@redhat.com> 156*49154ea0SEric AugerL: qemu-arm@nongnu.org 157*49154ea0SEric AugerS: Maintained 158*49154ea0SEric AugerF: hw/arm/smmu* 159*49154ea0SEric AugerF: include/hw/arm/smmu* 160*49154ea0SEric Auger 161fd5d5c56SAnthony LiguoriCRIS 162fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 163fd5d5c56SAnthony LiguoriS: Maintained 164fcf5ef2aSThomas HuthF: target/cris/ 1658d8b636dSPaolo BonziniF: hw/cris/ 166c9b90090SThomas HuthF: include/hw/cris/ 167c0bd0b50SPaolo BonziniF: tests/tcg/cris/ 168c17652eeSPaolo BonziniF: disas/cris.c 169fd5d5c56SAnthony Liguori 17061766fe9SRichard HendersonHPPA (PA-RISC) 17161766fe9SRichard HendersonM: Richard Henderson <rth@twiddle.net> 17261766fe9SRichard HendersonS: Maintained 17361766fe9SRichard HendersonF: target/hppa/ 17461461802SRichard HendersonF: hw/hppa/ 17561766fe9SRichard HendersonF: disas/hppa.c 17661766fe9SRichard Henderson 17707bf23a7SMichael WalleLM32 17807bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 17907bf23a7SMichael WalleS: Maintained 180fcf5ef2aSThomas HuthF: target/lm32/ 1814eab7a0aSMichael WalleF: disas/lm32.c 1828d8b636dSPaolo BonziniF: hw/lm32/ 1834eab7a0aSMichael WalleF: hw/*/lm32_* 1844eab7a0aSMichael WalleF: hw/*/milkymist-* 1854eab7a0aSMichael WalleF: include/hw/char/lm32_juart.h 1864eab7a0aSMichael WalleF: include/hw/lm32/ 187c0bd0b50SPaolo BonziniF: tests/tcg/lm32/ 18807bf23a7SMichael Walle 189fd5d5c56SAnthony LiguoriM68K 190595a926dSLaurent VivierM: Laurent Vivier <laurent@vivier.eu> 191595a926dSLaurent VivierS: Maintained 192fcf5ef2aSThomas HuthF: target/m68k/ 193e9a56114SThomas HuthF: disas/m68k.c 194fd5d5c56SAnthony Liguori 195abc07545SEdgar E. IglesiasMicroBlaze 196fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 197fd5d5c56SAnthony LiguoriS: Maintained 198fcf5ef2aSThomas HuthF: target/microblaze/ 1998d8b636dSPaolo BonziniF: hw/microblaze/ 200c17652eeSPaolo BonziniF: disas/microblaze.c 201fd5d5c56SAnthony Liguori 202fd5d5c56SAnthony LiguoriMIPS 203ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 2044872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com> 20590b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 2066f640917SLeon AlraeS: Maintained 207fcf5ef2aSThomas HuthF: target/mips/ 2088d8b636dSPaolo BonziniF: hw/mips/ 2095995db88SThomas HuthF: hw/misc/mips_* 2105995db88SThomas HuthF: hw/intc/mips_gic.c 2115995db88SThomas HuthF: hw/timer/mips_gictimer.c 2125995db88SThomas HuthF: include/hw/mips/ 2135995db88SThomas HuthF: include/hw/misc/mips_* 2145995db88SThomas HuthF: include/hw/intc/mips_gic.h 2155995db88SThomas HuthF: include/hw/timer/mips_gictimer.h 216c0bd0b50SPaolo BonziniF: tests/tcg/mips/ 217c17652eeSPaolo BonziniF: disas/mips.c 21889a955e8SAleksandar MarkovicF: disas/nanomips.h 21989a955e8SAleksandar MarkovicF: disas/nanomips.cpp 220fd5d5c56SAnthony Liguori 221d15a9c23SAnthony GreenMoxie 222d15a9c23SAnthony GreenM: Anthony Green <green@moxielogic.com> 223d15a9c23SAnthony GreenS: Maintained 224fcf5ef2aSThomas HuthF: target/moxie/ 225c17652eeSPaolo BonziniF: disas/moxie.c 226a3ccdfb5SThomas HuthF: hw/moxie/ 227a3ccdfb5SThomas HuthF: default-configs/moxie-softmmu.mak 228d15a9c23SAnthony Green 229e671711cSMarek VasutNiosII 230e671711cSMarek VasutM: Chris Wulff <crwulff@gmail.com> 231e671711cSMarek VasutM: Marek Vasut <marex@denx.de> 232e671711cSMarek VasutS: Maintained 233e671711cSMarek VasutF: target/nios2/ 234e671711cSMarek VasutF: hw/nios2/ 235e671711cSMarek VasutF: disas/nios2.c 236e671711cSMarek Vasut 237945dad6dSJia LiuOpenRISC 2381d7cf18dSStafford HorneM: Stafford Horne <shorne@gmail.com> 2391d7cf18dSStafford HorneS: Odd Fixes 240fcf5ef2aSThomas HuthF: target/openrisc/ 241945dad6dSJia LiuF: hw/openrisc/ 242c0bd0b50SPaolo BonziniF: tests/tcg/openrisc/ 243945dad6dSJia Liu 244fd5d5c56SAnthony LiguoriPowerPC 245b4daafbdSDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 246a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 247fd5d5c56SAnthony LiguoriS: Maintained 248fcf5ef2aSThomas HuthF: target/ppc/ 2498d8b636dSPaolo BonziniF: hw/ppc/ 250b5d55020SThomas HuthF: include/hw/ppc/ 251c17652eeSPaolo BonziniF: disas/ppc.c 252fd5d5c56SAnthony Liguori 2534dc62b15SMichael ClarkRISC-V 2544dc62b15SMichael ClarkM: Michael Clark <mjc@sifive.com> 2554dc62b15SMichael ClarkM: Palmer Dabbelt <palmer@sifive.com> 256a17a61f3SPalmer DabbeltM: Alistair Francis <Alistair.Francis@wdc.com> 2574dc62b15SMichael ClarkM: Sagar Karandikar <sagark@eecs.berkeley.edu> 2584dc62b15SMichael ClarkM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 259a094b354SPalmer DabbeltL: qemu-riscv@nongnu.org 2604dc62b15SMichael ClarkS: Maintained 2614dc62b15SMichael ClarkF: target/riscv/ 2624dc62b15SMichael ClarkF: hw/riscv/ 2634dc62b15SMichael ClarkF: include/hw/riscv/ 2644dc62b15SMichael ClarkF: disas/riscv.c 2654dc62b15SMichael Clark 266749717a0SAlexander GrafS390 2672b35e93fSRichard HendersonM: Richard Henderson <rth@twiddle.net> 268ced01bb7SCornelia HuckM: David Hildenbrand <david@redhat.com> 269fd5d5c56SAnthony LiguoriS: Maintained 270fcf5ef2aSThomas HuthF: target/s390x/ 2718d8b636dSPaolo BonziniF: hw/s390x/ 272c17652eeSPaolo BonziniF: disas/s390.c 273276ba120SPavel ZbitskiyF: tests/tcg/s390x/ 274146bd283SCornelia HuckL: qemu-s390x@nongnu.org 275b6f97c14Sbellard 276fd5d5c56SAnthony LiguoriSH4 277ddb13561SAurelien JarnoM: Aurelien Jarno <aurelien@aurel32.net> 2782c9b7d1aSAndreas FärberS: Odd Fixes 279fcf5ef2aSThomas HuthF: target/sh4/ 2808d8b636dSPaolo BonziniF: hw/sh4/ 281c17652eeSPaolo BonziniF: disas/sh4.c 2828a90f900SThomas HuthF: include/hw/sh4/ 283fd5d5c56SAnthony Liguori 284fd5d5c56SAnthony LiguoriSPARC 285f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2862c742bf7SMark Cave-AylandM: Artyom Tarasenko <atar4qemu@gmail.com> 287fd5d5c56SAnthony LiguoriS: Maintained 288fcf5ef2aSThomas HuthF: target/sparc/ 2898d8b636dSPaolo BonziniF: hw/sparc/ 2908d8b636dSPaolo BonziniF: hw/sparc64/ 291c17652eeSPaolo BonziniF: disas/sparc.c 292fd5d5c56SAnthony Liguori 293a6ea7b4cSAndreas FärberUniCore32 294a6ea7b4cSAndreas FärberM: Guan Xuetao <gxt@mprc.pku.edu.cn> 295a6ea7b4cSAndreas FärberS: Maintained 296fcf5ef2aSThomas HuthF: target/unicore32/ 2978d8b636dSPaolo BonziniF: hw/unicore32/ 29847b98d59SThomas HuthF: include/hw/unicore32/ 299a6ea7b4cSAndreas Färber 300fd5d5c56SAnthony LiguoriX86 301d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 302d46d72fdSPaolo BonziniM: Richard Henderson <rth@twiddle.net> 303e1a04339SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 304b203a4baSEduardo HabkostS: Maintained 305fcf5ef2aSThomas HuthF: target/i386/ 3064132431fSAlex BennéeF: tests/tcg/i386/ 3073a082ec0SAlex BennéeF: tests/tcg/x86_64/ 3088d8b636dSPaolo BonziniF: hw/i386/ 309c17652eeSPaolo BonziniF: disas/i386.c 3102544e9e4SDaniel P. BerrangéF: docs/qemu-cpu-models.texi 311e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git x86-next 312fd5d5c56SAnthony Liguori 31316e7caaeSMax FilippovXtensa 31416e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 315b8105d21SMax FilippovW: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 31616e7caaeSMax FilippovS: Maintained 317fcf5ef2aSThomas HuthF: target/xtensa/ 3188d8b636dSPaolo BonziniF: hw/xtensa/ 319c0bd0b50SPaolo BonziniF: tests/tcg/xtensa/ 3205a6539e6SMax FilippovF: disas/xtensa.c 321895e4897SMax FilippovF: include/hw/xtensa/xtensa-isa.h 322895e4897SMax FilippovF: default-configs/xtensa*.mak 32316e7caaeSMax Filippov 32448e06fe0SBastian KoppelmannTriCore 32548e06fe0SBastian KoppelmannM: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 32648e06fe0SBastian KoppelmannS: Maintained 327fcf5ef2aSThomas HuthF: target/tricore/ 32848e06fe0SBastian KoppelmannF: hw/tricore/ 329d46d14e6SThomas HuthF: include/hw/tricore/ 33048e06fe0SBastian Koppelmann 331dd28bebdSAlex BennéeMultiarch Linux User Tests 332dd28bebdSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 333dd28bebdSAlex BennéeF: tests/tcg/multiarch/ 334dd28bebdSAlex Bennée 335fd5d5c56SAnthony LiguoriGuest CPU Cores (KVM): 336fd5d5c56SAnthony Liguori---------------------- 337fd5d5c56SAnthony Liguori 338fd5d5c56SAnthony LiguoriOverall 339c6d559d9SMichael S. TsirkinM: Paolo Bonzini <pbonzini@redhat.com> 340fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 341fd5d5c56SAnthony LiguoriS: Supported 342fd5d5c56SAnthony LiguoriF: */kvm.* 3431962cb20SPhilippe Mathieu-DaudéF: accel/kvm/ 344a95e9a48SThomas HuthF: include/sysemu/kvm*.h 345fd5d5c56SAnthony Liguori 346ed4659d1SPeter MaydellARM 347ed4659d1SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 348b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 349ed4659d1SPeter MaydellS: Maintained 350fcf5ef2aSThomas HuthF: target/arm/kvm.c 351ed4659d1SPeter Maydell 352a31896c4SJames HoganMIPS 353a7a2d7d2SJames HoganM: James Hogan <jhogan@kernel.org> 35490b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 355a31896c4SJames HoganS: Maintained 356fcf5ef2aSThomas HuthF: target/mips/kvm.c 357a31896c4SJames Hogan 358fd5d5c56SAnthony LiguoriPPC 359bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 360fd5d5c56SAnthony LiguoriS: Maintained 361fcf5ef2aSThomas HuthF: target/ppc/kvm.c 362fd5d5c56SAnthony Liguori 363fd5d5c56SAnthony LiguoriS390 364b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 365c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 366fd5d5c56SAnthony LiguoriS: Maintained 367fcf5ef2aSThomas HuthF: target/s390x/kvm.c 368040078e0SDavid HildenbrandF: target/s390x/kvm_s390x.h 369040078e0SDavid HildenbrandF: target/s390x/kvm-stub.c 370fcf5ef2aSThomas HuthF: target/s390x/ioinst.[ch] 371fcf5ef2aSThomas HuthF: target/s390x/machine.c 37274b4c74dSDavid HildenbrandF: target/s390x/sigp.c 3734277af19SCornelia HuckF: hw/intc/s390_flic.c 3744277af19SCornelia HuckF: hw/intc/s390_flic_kvm.c 3754277af19SCornelia HuckF: include/hw/s390x/s390_flic.h 376c5bfb202SCornelia HuckF: gdb-xml/s390*.xml 377e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 378e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 379146bd283SCornelia HuckL: qemu-s390x@nongnu.org 380fd5d5c56SAnthony Liguori 381fd5d5c56SAnthony LiguoriX86 382d46d72fdSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 383fd5d5c56SAnthony LiguoriM: Marcelo Tosatti <mtosatti@redhat.com> 384fd5d5c56SAnthony LiguoriL: kvm@vger.kernel.org 385fd5d5c56SAnthony LiguoriS: Supported 386fcf5ef2aSThomas HuthF: target/i386/kvm.c 387fd5d5c56SAnthony Liguori 3888a6b0cd7SStefano StabelliniGuest CPU Cores (Xen): 3898a6b0cd7SStefano Stabellini---------------------- 3908a6b0cd7SStefano Stabellini 3918a6b0cd7SStefano StabelliniX86 3923623c57eSStefano StabelliniM: Stefano Stabellini <sstabellini@kernel.org> 3933623c57eSStefano StabelliniM: Anthony Perard <anthony.perard@citrix.com> 3946d06220aSAnthony PERARDL: xen-devel@lists.xenproject.org 3958a6b0cd7SStefano StabelliniS: Supported 3968a6b0cd7SStefano StabelliniF: */xen* 397d6a3f64aSStefano StabelliniF: hw/9pfs/xen-9p-backend.c 398c92451c2SPaolo BonziniF: hw/char/xen_console.c 399c92451c2SPaolo BonziniF: hw/display/xenfb.c 400c92451c2SPaolo BonziniF: hw/net/xen_nic.c 4019027ac50SStefano StabelliniF: hw/block/xen_* 402c92451c2SPaolo BonziniF: hw/xen/ 403c92451c2SPaolo BonziniF: hw/xenpv/ 4049027ac50SStefano StabelliniF: hw/i386/xen/ 405c92451c2SPaolo BonziniF: include/hw/xen/ 4069027ac50SStefano StabelliniF: include/sysemu/xen-mapcache.h 4078a6b0cd7SStefano Stabellini 4081bdd6874SStefan WeilHosts: 4091bdd6874SStefan Weil------ 4101bdd6874SStefan Weil 4111bdd6874SStefan WeilLINUX 4121bdd6874SStefan WeilL: qemu-devel@nongnu.org 4131bdd6874SStefan WeilS: Maintained 4141bdd6874SStefan WeilF: linux-* 4151bdd6874SStefan WeilF: linux-headers/ 4161bdd6874SStefan Weil 4171bdd6874SStefan WeilPOSIX 4181bdd6874SStefan WeilL: qemu-devel@nongnu.org 4191bdd6874SStefan WeilS: Maintained 4201bdd6874SStefan WeilF: *posix* 4211bdd6874SStefan Weil 4223c2bdbc1SKamil RytarowskiNETBSD 4233c2bdbc1SKamil RytarowskiL: qemu-devel@nongnu.org 4243c2bdbc1SKamil RytarowskiM: Kamil Rytarowski <kamil@netbsd.org> 4253c2bdbc1SKamil RytarowskiS: Maintained 4261b61270bSThomas HuthK: ^Subject:.*(?i)NetBSD 4273c2bdbc1SKamil Rytarowski 4280a773d55SBrad SmithOPENBSD 4290a773d55SBrad SmithL: qemu-devel@nongnu.org 4300a773d55SBrad SmithM: Brad Smith <brad@comstyle.com> 4310a773d55SBrad SmithS: Maintained 4320a773d55SBrad SmithK: ^Subject:.*(?i)OpenBSD 4330a773d55SBrad Smith 4341bdd6874SStefan WeilW32, W64 4351bdd6874SStefan WeilL: qemu-devel@nongnu.org 4361bdd6874SStefan WeilM: Stefan Weil <sw@weilnetz.de> 4371bdd6874SStefan WeilS: Maintained 4381bdd6874SStefan WeilF: *win32* 43903972660SThomas HuthF: */*win32* 44003972660SThomas HuthF: include/*/*win32* 44103972660SThomas HuthX: qga/*win32* 442885bdc95SStefan WeilF: qemu.nsi 4431bdd6874SStefan Weil 444b250d04aSPhilippe Mathieu-DaudéAlpha Machines 445b250d04aSPhilippe Mathieu-DaudéM: Richard Henderson <rth@twiddle.net> 446b250d04aSPhilippe Mathieu-DaudéS: Maintained 447b250d04aSPhilippe Mathieu-DaudéF: hw/alpha/ 4487bea0dd4SPhilippe Mathieu-DaudéF: hw/isa/smc37c669-superio.c 449b250d04aSPhilippe Mathieu-Daudé 450fd5d5c56SAnthony LiguoriARM Machines 451fd5d5c56SAnthony Liguori------------ 45284291fe7SliguangAllwinner-a10 45385b4d5daSBeniamino GalvaniM: Beniamino Galvani <b.galvani@gmail.com> 454a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 455b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 456a00d7f20SPeter MaydellS: Odd Fixes 45785b4d5daSBeniamino GalvaniF: hw/*/allwinner* 45885b4d5daSBeniamino GalvaniF: include/hw/*/allwinner* 45984291fe7SliguangF: hw/arm/cubieboard.c 46084291fe7Sliguang 461e5a6a6e6SPeter MaydellARM PrimeCell and CMSDK devices 46206271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 463b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 46406271000SPaolo BonziniS: Maintained 46506271000SPaolo BonziniF: hw/char/pl011.c 466c6427ff7SPhilippe Mathieu-DaudéF: include/hw/char/pl011.h 46706271000SPaolo BonziniF: hw/display/pl110* 46806271000SPaolo BonziniF: hw/dma/pl080.c 469aa74e355SPeter MaydellF: include/hw/dma/pl080.h 47006271000SPaolo BonziniF: hw/dma/pl330.c 47106271000SPaolo BonziniF: hw/gpio/pl061.c 47206271000SPaolo BonziniF: hw/input/pl050.c 47306271000SPaolo BonziniF: hw/intc/pl190.c 47406271000SPaolo BonziniF: hw/sd/pl181.c 4751d52866fSPeter MaydellF: hw/ssi/pl022.c 4761d52866fSPeter MaydellF: include/hw/ssi/pl022.h 47706271000SPaolo BonziniF: hw/timer/pl031.c 47806271000SPaolo BonziniF: include/hw/arm/primecell.h 479e5a6a6e6SPeter MaydellF: hw/timer/cmsdk-apb-timer.c 480e5a6a6e6SPeter MaydellF: include/hw/timer/cmsdk-apb-timer.h 4814f4c6206SPeter MaydellF: hw/timer/cmsdk-apb-dualtimer.c 4824f4c6206SPeter MaydellF: include/hw/timer/cmsdk-apb-dualtimer.h 483e5a6a6e6SPeter MaydellF: hw/char/cmsdk-apb-uart.c 484e5a6a6e6SPeter MaydellF: include/hw/char/cmsdk-apb-uart.h 485050c2ea0SPeter MaydellF: hw/watchdog/cmsdk-apb-watchdog.c 486050c2ea0SPeter MaydellF: include/hw/watchdog/cmsdk-apb-watchdog.h 4870d4a7551SPeter MaydellF: hw/misc/tz-ppc.c 4880d4a7551SPeter MaydellF: include/hw/misc/tz-ppc.h 489344f4b15SPeter MaydellF: hw/misc/tz-mpc.c 490344f4b15SPeter MaydellF: include/hw/misc/tz-mpc.h 491211e701dSPeter MaydellF: hw/misc/tz-msc.c 492211e701dSPeter MaydellF: include/hw/misc/tz-msc.h 49306271000SPaolo Bonzini 49406271000SPaolo BonziniARM cores 49506271000SPaolo BonziniM: Peter Maydell <peter.maydell@linaro.org> 496b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 49706271000SPaolo BonziniS: Maintained 49806271000SPaolo BonziniF: hw/intc/arm* 49906271000SPaolo BonziniF: hw/intc/gic_internal.h 50006271000SPaolo BonziniF: hw/misc/a9scu.c 50106271000SPaolo BonziniF: hw/misc/arm11scu.c 50206271000SPaolo BonziniF: hw/timer/a9gtimer* 503c6427ff7SPhilippe Mathieu-DaudéF: hw/timer/arm* 504c6427ff7SPhilippe Mathieu-DaudéF: include/hw/arm/arm*.h 50506271000SPaolo BonziniF: include/hw/intc/arm* 50606271000SPaolo BonziniF: include/hw/misc/a9scu.h 50706271000SPaolo BonziniF: include/hw/misc/arm11scu.h 50806271000SPaolo BonziniF: include/hw/timer/a9gtimer.h 50906271000SPaolo BonziniF: include/hw/timer/arm_mptimer.h 510c6427ff7SPhilippe Mathieu-DaudéF: include/hw/timer/armv7m_systick.h 511c6427ff7SPhilippe Mathieu-DaudéF: tests/test-arm-mptimer.c 51206271000SPaolo Bonzini 513fc63dcffSEvgeny VoevodinExynos 514f44c5c67SIgor MitsyankoM: Igor Mitsyanko <i.mitsyanko@gmail.com> 515a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 516b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 517a00d7f20SPeter MaydellS: Odd Fixes 5188d8b636dSPaolo BonziniF: hw/*/exynos* 519ed0db866SThomas HuthF: include/hw/arm/exynos4210.h 520fc63dcffSEvgeny Voevodin 521766fd09fSMark LangsdorfCalxeda Highbank 5229ef137caSRob HerringM: Rob Herring <robh@kernel.org> 523a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 524b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 525a00d7f20SPeter MaydellS: Odd Fixes 5268d8b636dSPaolo BonziniF: hw/arm/highbank.c 5278d8b636dSPaolo BonziniF: hw/net/xgmac.c 528766fd09fSMark Langsdorf 5299082f121SAntony PavlovCanon DIGIC 5309082f121SAntony PavlovM: Antony Pavlov <antonynpavlov@gmail.com> 531a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 532b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 533a00d7f20SPeter MaydellS: Odd Fixes 5349082f121SAntony PavlovF: include/hw/arm/digic.h 5359082f121SAntony PavlovF: hw/*/digic* 5369082f121SAntony Pavlov 537fd5d5c56SAnthony LiguoriGumstix 538a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 539a00d7f20SPeter MaydellR: Philippe Mathieu-Daudé <f4bug@amsat.org> 5405dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 541b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 5421f7161d2SPhilippe Mathieu-DaudéS: Odd Fixes 5438d8b636dSPaolo BonziniF: hw/arm/gumstix.c 544fd5d5c56SAnthony Liguori 545123a069aSThomas Huthi.MX25 PDK 546123a069aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 547123a069aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 548123a069aSThomas HuthL: qemu-arm@nongnu.org 549123a069aSThomas HuthS: Odd Fixes 550123a069aSThomas HuthF: hw/arm/fsl-imx25.c 551123a069aSThomas HuthF: hw/arm/imx25_pdk.c 552123a069aSThomas HuthF: hw/misc/imx25_ccm.c 553123a069aSThomas HuthF: include/hw/arm/fsl-imx25.h 554123a069aSThomas HuthF: include/hw/misc/imx25_ccm.h 555123a069aSThomas Huth 55695a5db3aSThomas Huthi.MX31 (kzm) 5570325559dSPeter ChubbM: Peter Chubb <peter.chubb@nicta.com.au> 558a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 559b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 56095a5db3aSThomas HuthS: Odd Fixes 5618d8b636dSPaolo BonziniF: hw/arm/kzm.c 56295a5db3aSThomas HuthF: hw/*/imx_* 56395a5db3aSThomas HuthF: hw/*/*imx31* 56495a5db3aSThomas HuthF: include/hw/*/imx_* 56595a5db3aSThomas HuthF: include/hw/*/*imx31* 5660325559dSPeter Chubb 567fd5d5c56SAnthony LiguoriIntegrator CP 5681ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 569b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 570fd5d5c56SAnthony LiguoriS: Maintained 5718d8b636dSPaolo BonziniF: hw/arm/integratorcp.c 572f7e242d6SThomas HuthF: hw/misc/arm_integrator_debug.c 573fd5d5c56SAnthony Liguori 57495a5db3aSThomas HuthMCIMX6UL EVK / i.MX6ul 57595a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 57695a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 57795a5db3aSThomas HuthL: qemu-arm@nongnu.org 57895a5db3aSThomas HuthS: Odd Fixes 57995a5db3aSThomas HuthF: hw/arm/mcimx6ul-evk.c 58095a5db3aSThomas HuthF: hw/arm/fsl-imx6ul.c 58195a5db3aSThomas HuthF: hw/misc/imx6ul_ccm.c 58295a5db3aSThomas HuthF: include/hw/arm/fsl-imx6ul.h 58395a5db3aSThomas HuthF: include/hw/misc/imx6ul_ccm.h 58495a5db3aSThomas Huth 58595a5db3aSThomas HuthMCIMX7D SABRE / i.MX7 58695a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 58795a5db3aSThomas HuthR: Andrey Smirnov <andrew.smirnov@gmail.com> 58895a5db3aSThomas HuthL: qemu-arm@nongnu.org 58995a5db3aSThomas HuthS: Odd Fixes 59095a5db3aSThomas HuthF: hw/arm/mcimx7d-sabre.c 59195a5db3aSThomas HuthF: hw/arm/fsl-imx7.c 59295a5db3aSThomas HuthF: include/hw/arm/fsl-imx7.h 59395a5db3aSThomas HuthF: hw/pci-host/designware.c 59495a5db3aSThomas HuthF: include/hw/pci-host/designware.h 59595a5db3aSThomas Huth 596e5a6a6e6SPeter MaydellMPS2 597e5a6a6e6SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 598e5a6a6e6SPeter MaydellL: qemu-arm@nongnu.org 599e5a6a6e6SPeter MaydellS: Maintained 600e5a6a6e6SPeter MaydellF: hw/arm/mps2.c 6010d4a7551SPeter MaydellF: hw/arm/mps2-tz.c 6020d4a7551SPeter MaydellF: hw/misc/mps2-*.c 6030d4a7551SPeter MaydellF: include/hw/misc/mps2-*.h 6040d4a7551SPeter MaydellF: hw/arm/iotkit.c 6050d4a7551SPeter MaydellF: include/hw/arm/iotkit.h 60675750e4dSPeter MaydellF: hw/misc/iotkit-sysctl.c 60775750e4dSPeter MaydellF: include/hw/misc/iotkit-sysctl.h 608c667a25bSPeter MaydellF: hw/misc/iotkit-sysinfo.c 609c667a25bSPeter MaydellF: include/hw/misc/iotkit-sysinfo.h 610e5a6a6e6SPeter Maydell 611fd5d5c56SAnthony LiguoriMusicpal 612fd5d5c56SAnthony LiguoriM: Jan Kiszka <jan.kiszka@web.de> 613a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 614b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 615a00d7f20SPeter MaydellS: Odd Fixes 6168d8b636dSPaolo BonziniF: hw/arm/musicpal.c 617fd5d5c56SAnthony Liguori 618fd5d5c56SAnthony LiguorinSeries 619fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 620a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 621b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 622a00d7f20SPeter MaydellS: Odd Fixes 6238d8b636dSPaolo BonziniF: hw/arm/nseries.c 624fd5d5c56SAnthony Liguori 625fd5d5c56SAnthony LiguoriPalm 626fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 627a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 628b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 629a00d7f20SPeter MaydellS: Odd Fixes 6308d8b636dSPaolo BonziniF: hw/arm/palm.c 631fd5d5c56SAnthony Liguori 63295a5db3aSThomas HuthRaspberry Pi 63395a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 63495a5db3aSThomas HuthR: Andrew Baumann <Andrew.Baumann@microsoft.com> 63595a5db3aSThomas HuthR: Philippe Mathieu-Daudé <f4bug@amsat.org> 63695a5db3aSThomas HuthL: qemu-arm@nongnu.org 63795a5db3aSThomas HuthS: Odd Fixes 638123a069aSThomas HuthF: hw/arm/raspi.c 63995a5db3aSThomas HuthF: hw/arm/raspi_platform.h 64095a5db3aSThomas HuthF: hw/*/bcm283* 64195a5db3aSThomas HuthF: include/hw/arm/raspi* 64295a5db3aSThomas HuthF: include/hw/*/bcm283* 64395a5db3aSThomas Huth 644fd5d5c56SAnthony LiguoriReal View 6451ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 646b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 647fd5d5c56SAnthony LiguoriS: Maintained 6488d8b636dSPaolo BonziniF: hw/arm/realview* 649f7e242d6SThomas HuthF: hw/cpu/realview_mpcore.c 6505ea53049SPaolo BonziniF: hw/intc/realview_gic.c 6515ea53049SPaolo BonziniF: include/hw/intc/realview_gic.h 652fd5d5c56SAnthony Liguori 6539b31bff0SPaolo BonziniPXA2XX 654fd5d5c56SAnthony LiguoriM: Andrzej Zaborowski <balrogg@gmail.com> 655a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 656b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 657a00d7f20SPeter MaydellS: Odd Fixes 6589b31bff0SPaolo BonziniF: hw/arm/mainstone.c 6598d8b636dSPaolo BonziniF: hw/arm/spitz.c 6609b31bff0SPaolo BonziniF: hw/arm/tosa.c 6619b31bff0SPaolo BonziniF: hw/arm/z2.c 6629b31bff0SPaolo BonziniF: hw/*/pxa2xx* 663123a069aSThomas HuthF: hw/display/tc6393xb.c 664123a069aSThomas HuthF: hw/gpio/max7310.c 665123a069aSThomas HuthF: hw/gpio/zaurus.c 666f7e242d6SThomas HuthF: hw/misc/mst_fpga.c 667ed0db866SThomas HuthF: include/hw/arm/pxa.h 668123a069aSThomas HuthF: include/hw/arm/sharpsl.h 669fd5d5c56SAnthony Liguori 67095a5db3aSThomas HuthSABRELITE / i.MX6 67195a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 67295a5db3aSThomas HuthR: Jean-Christophe Dubois <jcd@tribudubois.net> 67395a5db3aSThomas HuthL: qemu-arm@nongnu.org 67495a5db3aSThomas HuthS: Odd Fixes 67595a5db3aSThomas HuthF: hw/arm/sabrelite.c 67695a5db3aSThomas HuthF: hw/arm/fsl-imx6.c 67795a5db3aSThomas HuthF: hw/misc/imx6_src.c 67895a5db3aSThomas HuthF: hw/ssi/imx_spi.c 67995a5db3aSThomas HuthF: include/hw/arm/fsl-imx6.h 68095a5db3aSThomas HuthF: include/hw/misc/imx6_src.h 68195a5db3aSThomas HuthF: include/hw/ssi/imx_spi.h 68295a5db3aSThomas Huth 683671f11b2SThomas HuthSharp SL-5500 (Collie) PDA 684671f11b2SThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 685671f11b2SThomas HuthL: qemu-arm@nongnu.org 686671f11b2SThomas HuthS: Odd Fixes 687671f11b2SThomas HuthF: hw/arm/collie.c 688671f11b2SThomas HuthF: hw/arm/strongarm* 689671f11b2SThomas Huth 690fd5d5c56SAnthony LiguoriStellaris 6911ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 692b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 693fd5d5c56SAnthony LiguoriS: Maintained 6948d8b636dSPaolo BonziniF: hw/*/stellaris* 695fd5d5c56SAnthony Liguori 69695a5db3aSThomas HuthVersatile Express 69795a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 69895a5db3aSThomas HuthL: qemu-arm@nongnu.org 69995a5db3aSThomas HuthS: Maintained 70095a5db3aSThomas HuthF: hw/arm/vexpress.c 70195a5db3aSThomas Huth 702fd5d5c56SAnthony LiguoriVersatile PB 7031ce9ce6aSPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 704b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 705fd5d5c56SAnthony LiguoriS: Maintained 7068d8b636dSPaolo BonziniF: hw/*/versatile* 707c6427ff7SPhilippe Mathieu-DaudéF: hw/misc/arm_sysctl.c 708fd5d5c56SAnthony Liguori 70995a5db3aSThomas HuthVirt 71095a5db3aSThomas HuthM: Peter Maydell <peter.maydell@linaro.org> 71195a5db3aSThomas HuthL: qemu-arm@nongnu.org 71295a5db3aSThomas HuthS: Maintained 71395a5db3aSThomas HuthF: hw/arm/virt* 71495a5db3aSThomas HuthF: include/hw/arm/virt.h 71595a5db3aSThomas Huth 716e3260506SPeter A. G. CrosthwaiteXilinx Zynq 717cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 718c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 719a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 720b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 721e3260506SPeter A. G. CrosthwaiteS: Maintained 722cc0100f4SAlistair FrancisF: hw/*/xilinx_* 7238d8b636dSPaolo BonziniF: hw/*/cadence_* 724f7e242d6SThomas HuthF: hw/misc/zynq* 725f7e242d6SThomas HuthF: include/hw/misc/zynq* 726cc0100f4SAlistair FrancisX: hw/ssi/xilinx_* 727e3260506SPeter A. G. Crosthwaite 728137805f5SAlistair FrancisXilinx ZynqMP 729c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 730cc0100f4SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 731a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 732b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 733137805f5SAlistair FrancisS: Maintained 734cc0100f4SAlistair FrancisF: hw/*/xlnx*.c 735f586d5fcSMarkus ArmbrusterF: include/hw/*/xlnx*.h 736137805f5SAlistair Francis 7378f4d260eSShannon ZhaoARM ACPI Subsystem 738e59f13d7SZhaoshenglongM: Shannon Zhao <shannon.zhaosl@gmail.com> 739b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 7408f4d260eSShannon ZhaoS: Maintained 7418f4d260eSShannon ZhaoF: hw/arm/virt-acpi-build.c 7428f4d260eSShannon Zhao 743a1f8193bSAlistair FrancisSTM32F205 744a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 745a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 746a1f8193bSAlistair FrancisS: Maintained 747a1f8193bSAlistair FrancisF: hw/arm/stm32f205_soc.c 748a1f8193bSAlistair FrancisF: hw/misc/stm32f2xx_syscfg.c 749a1f8193bSAlistair FrancisF: hw/char/stm32f2xx_usart.c 750a1f8193bSAlistair FrancisF: hw/timer/stm32f2xx_timer.c 751a1f8193bSAlistair FrancisF: hw/adc/* 752a1f8193bSAlistair FrancisF: hw/ssi/stm32f2xx_spi.c 7530e0d345bSPhilippe Mathieu-DaudéF: include/hw/*/stm32*.h 754a1f8193bSAlistair Francis 755a1f8193bSAlistair FrancisNetduino 2 756a1f8193bSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 757a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 758a1f8193bSAlistair FrancisS: Maintained 759a1f8193bSAlistair FrancisF: hw/arm/netduino2.c 760a1f8193bSAlistair Francis 761670bc4cbSSubbaraya SundeepSmartFusion2 762670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 763a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 764670bc4cbSSubbaraya SundeepS: Maintained 765670bc4cbSSubbaraya SundeepF: hw/arm/msf2-soc.c 766670bc4cbSSubbaraya SundeepF: hw/misc/msf2-sysreg.c 767670bc4cbSSubbaraya SundeepF: hw/timer/mss-timer.c 768670bc4cbSSubbaraya SundeepF: hw/ssi/mss-spi.c 769670bc4cbSSubbaraya SundeepF: include/hw/arm/msf2-soc.h 770670bc4cbSSubbaraya SundeepF: include/hw/misc/msf2-sysreg.h 771670bc4cbSSubbaraya SundeepF: include/hw/timer/mss-timer.h 772670bc4cbSSubbaraya SundeepF: include/hw/ssi/mss-spi.h 773670bc4cbSSubbaraya Sundeep 774670bc4cbSSubbaraya SundeepEmcraft M2S-FG484 775670bc4cbSSubbaraya SundeepM: Subbaraya Sundeep <sundeep.lkml@gmail.com> 776a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 777670bc4cbSSubbaraya SundeepS: Maintained 778670bc4cbSSubbaraya SundeepF: hw/arm/msf2-som.c 779670bc4cbSSubbaraya Sundeep 780f87db1baSJoel StanleyASPEED BMCs 781f87db1baSJoel StanleyM: Cédric Le Goater <clg@kaod.org> 782a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 783f87db1baSJoel StanleyR: Andrew Jeffery <andrew@aj.id.au> 784f87db1baSJoel StanleyR: Joel Stanley <joel@jms.id.au> 785f87db1baSJoel StanleyL: qemu-arm@nongnu.org 786f87db1baSJoel StanleyS: Maintained 787f87db1baSJoel StanleyF: hw/*/*aspeed* 788f87db1baSJoel StanleyF: include/hw/*/*aspeed* 789f87db1baSJoel StanleyF: hw/net/ftgmac100.c 790f87db1baSJoel StanleyF: include/hw/net/ftgmac100.h 791f87db1baSJoel Stanley 792c0066d1aSJoel StanleyNRF51 793c0066d1aSJoel StanleyM: Joel Stanley <joel@jms.id.au> 794a00d7f20SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 795c0066d1aSJoel StanleyL: qemu-arm@nongnu.org 796c0066d1aSJoel StanleyS: Maintained 797c0066d1aSJoel StanleyF: hw/arm/nrf51_soc.c 798c0066d1aSJoel StanleyF: hw/arm/microbit.c 799c0066d1aSJoel StanleyF: include/hw/arm/nrf51_soc.h 800c0066d1aSJoel Stanley 801fd5d5c56SAnthony LiguoriCRIS Machines 802fd5d5c56SAnthony Liguori------------- 803fd5d5c56SAnthony LiguoriAxis Dev88 804fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 805fd5d5c56SAnthony LiguoriS: Maintained 8068d8b636dSPaolo BonziniF: hw/cris/axis_dev88.c 8076e481d57SPeter MaydellF: hw/*/etraxfs_*.c 808fd5d5c56SAnthony Liguori 80907bf23a7SMichael WalleLM32 Machines 81007bf23a7SMichael Walle------------- 81107bf23a7SMichael WalleEVR32 and uclinux BSP 81207bf23a7SMichael WalleM: Michael Walle <michael@walle.cc> 81307bf23a7SMichael WalleS: Maintained 8148d8b636dSPaolo BonziniF: hw/lm32/lm32_boards.c 81507bf23a7SMichael Walle 816d118aa6bSMichael Wallemilkymist 817d118aa6bSMichael WalleM: Michael Walle <michael@walle.cc> 818d118aa6bSMichael WalleS: Maintained 8198d8b636dSPaolo BonziniF: hw/lm32/milkymist.c 820d118aa6bSMichael Walle 821afcacd53SAurelien JarnoM68K Machines 822fd5d5c56SAnthony Liguori------------- 823fd5d5c56SAnthony Liguorian5206 8245baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 8255baf2741SThomas HuthS: Odd Fixes 8268d8b636dSPaolo BonziniF: hw/m68k/an5206.c 827e9a56114SThomas HuthF: hw/m68k/mcf5206.c 828fd5d5c56SAnthony Liguori 829fd5d5c56SAnthony Liguorimcf5208 8305baf2741SThomas HuthM: Thomas Huth <huth@tuxfamily.org> 8315baf2741SThomas HuthS: Odd Fixes 8328d8b636dSPaolo BonziniF: hw/m68k/mcf5208.c 833e9a56114SThomas HuthF: hw/m68k/mcf_intc.c 834e9a56114SThomas HuthF: hw/char/mcf_uart.c 835e9a56114SThomas HuthF: hw/net/mcf_fec.c 8365baf2741SThomas HuthF: include/hw/m68k/mcf*.h 837fd5d5c56SAnthony Liguori 838fd5d5c56SAnthony LiguoriMicroBlaze Machines 839b6f97c14Sbellard------------------- 840fd5d5c56SAnthony Liguoripetalogix_s3adsp1800 841fd5d5c56SAnthony LiguoriM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 842fd5d5c56SAnthony LiguoriS: Maintained 8436e481d57SPeter MaydellF: hw/microblaze/petalogix_s3adsp1800_mmu.c 844b6f97c14Sbellard 845d36e8ce7SPeter A. G. Crosthwaitepetalogix_ml605 8464b46ba61SAlistair FrancisM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 847d36e8ce7SPeter A. G. CrosthwaiteS: Maintained 8488d8b636dSPaolo BonziniF: hw/microblaze/petalogix_ml605_mmu.c 849d36e8ce7SPeter A. G. Crosthwaite 850fd5d5c56SAnthony LiguoriMIPS Machines 851fd5d5c56SAnthony Liguori------------- 852fd5d5c56SAnthony LiguoriJazz 853fd5d5c56SAnthony LiguoriM: Hervé Poussineau <hpoussin@reactos.org> 85490b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 855fd5d5c56SAnthony LiguoriS: Maintained 8568d8b636dSPaolo BonziniF: hw/mips/mips_jazz.c 857fd5d5c56SAnthony Liguori 858fd5d5c56SAnthony LiguoriMalta 859fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 86090b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 861fd5d5c56SAnthony LiguoriS: Maintained 8628d8b636dSPaolo BonziniF: hw/mips/mips_malta.c 863fd5d5c56SAnthony Liguori 864fd5d5c56SAnthony LiguoriMipssim 8654872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com> 86690b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 867659f42d8SYongbok KimS: Odd Fixes 8688d8b636dSPaolo BonziniF: hw/mips/mips_mipssim.c 869659f42d8SYongbok KimF: hw/net/mipsnet.c 870fd5d5c56SAnthony Liguori 871fd5d5c56SAnthony LiguoriR4000 872fd5d5c56SAnthony LiguoriM: Aurelien Jarno <aurelien@aurel32.net> 87390b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 874fd5d5c56SAnthony LiguoriS: Maintained 8758d8b636dSPaolo BonziniF: hw/mips/mips_r4k.c 876fd5d5c56SAnthony Liguori 877659f42d8SYongbok KimFulong 2E 8784872fee2SAleksandar MarkovicM: Aleksandar Markovic <amarkovic@wavecomp.com> 87990b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 880659f42d8SYongbok KimS: Odd Fixes 881659f42d8SYongbok KimF: hw/mips/mips_fulong2e.c 8820170a3fcSPhilippe Mathieu-DaudéF: hw/isa/vt82c686.c 8834872fee2SAleksandar Markovic 8840170a3fcSPhilippe Mathieu-DaudéF: include/hw/isa/vt82c686.h 885659f42d8SYongbok Kim 886659f42d8SYongbok KimBoston 8874872fee2SAleksandar MarkovicM: Paul Burton <pburton@wavecomp.com> 88890b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 889659f42d8SYongbok KimS: Maintained 890659f42d8SYongbok KimF: hw/core/loader-fit.c 891659f42d8SYongbok KimF: hw/mips/boston.c 892659f42d8SYongbok KimF: hw/pci-host/xilinx-pcie.c 893659f42d8SYongbok Kim 894945dad6dSJia LiuOpenRISC Machines 895945dad6dSJia Liu----------------- 896945dad6dSJia Liuor1k-sim 897945dad6dSJia LiuM: Jia Liu <proljc@gmail.com> 898945dad6dSJia LiuS: Maintained 899945dad6dSJia LiuF: hw/openrisc/openrisc_sim.c 900945dad6dSJia Liu 901fd5d5c56SAnthony LiguoriPowerPC Machines 902fd5d5c56SAnthony Liguori---------------- 903fd5d5c56SAnthony Liguori405 904bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 905a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 9069b9fe135SAndreas FärberS: Odd Fixes 9078d8b636dSPaolo BonziniF: hw/ppc/ppc405_boards.c 908fd5d5c56SAnthony Liguori 909aaade8d7SAndreas FärberBamboo 910bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 911aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 912aaade8d7SAndreas FärberS: Odd Fixes 9138d8b636dSPaolo BonziniF: hw/ppc/ppc440_bamboo.c 914aaade8d7SAndreas Färber 91598cded3aSAndreas Färbere500 916bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 91798cded3aSAndreas FärberL: qemu-ppc@nongnu.org 918bba8e23aSAlexander GrafS: Odd Fixes 91998cded3aSAndreas FärberF: hw/ppc/e500.[hc] 92098cded3aSAndreas FärberF: hw/ppc/e500plat.c 921b5d55020SThomas HuthF: include/hw/ppc/ppc_e500.h 922b5d55020SThomas HuthF: include/hw/pci-host/ppce500.h 923b5d55020SThomas HuthF: pc-bios/u-boot.e500 92498cded3aSAndreas Färber 92598cded3aSAndreas Färbermpc8544ds 926bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 92798cded3aSAndreas FärberL: qemu-ppc@nongnu.org 928bba8e23aSAlexander GrafS: Odd Fixes 92998cded3aSAndreas FärberF: hw/ppc/mpc8544ds.c 9308d8b636dSPaolo BonziniF: hw/ppc/mpc8544_guts.c 93198cded3aSAndreas Färber 932fd5d5c56SAnthony LiguoriNew World 933bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 934a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 935bba8e23aSAlexander GrafS: Odd Fixes 936baec1910SAndreas FärberF: hw/ppc/mac_newworld.c 9376e481d57SPeter MaydellF: hw/pci-host/uninorth.c 9386e481d57SPeter MaydellF: hw/pci-bridge/dec.[hc] 9398d8b636dSPaolo BonziniF: hw/misc/macio/ 9406ba16476SPhilippe Mathieu-DaudéF: hw/misc/mos6522.c 941b5d55020SThomas HuthF: hw/nvram/mac_nvram.c 942eba45926SPhilippe Mathieu-DaudéF: include/hw/misc/macio/ 9436ba16476SPhilippe Mathieu-DaudéF: include/hw/misc/mos6522.h 944eba45926SPhilippe Mathieu-DaudéF: include/hw/ppc/mac_dbdma.h 945fd5d5c56SAnthony Liguori 946fd5d5c56SAnthony LiguoriOld World 947bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 948a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 949bba8e23aSAlexander GrafS: Odd Fixes 950baec1910SAndreas FärberF: hw/ppc/mac_oldworld.c 9516e481d57SPeter MaydellF: hw/pci-host/grackle.c 9528d8b636dSPaolo BonziniF: hw/misc/macio/ 953835c42d3SThomas HuthF: hw/intc/heathrow_pic.c 954fd5d5c56SAnthony Liguori 955ec38d398SAndreas FärberPReP 9568178e89cSHervé PoussineauM: Hervé Poussineau <hpoussin@reactos.org> 9579f38774dSAndreas FärberL: qemu-devel@nongnu.org 958a6c98685SAndreas FärberL: qemu-ppc@nongnu.org 9598178e89cSHervé PoussineauS: Maintained 96075610155SAndreas FärberF: hw/ppc/prep.c 9618178e89cSHervé PoussineauF: hw/ppc/prep_systemio.c 9628178e89cSHervé PoussineauF: hw/ppc/rs6000_mc.c 9636e481d57SPeter MaydellF: hw/pci-host/prep.[hc] 9640a9464b5SPhilippe Mathieu-DaudéF: hw/isa/i82378.c 965a48c6b51SPhilippe Mathieu-DaudéF: hw/isa/pc87312.c 9661cd6dccbSPhilippe Mathieu-DaudéF: hw/dma/i82374.c 967cec16f0dSPhilippe Mathieu-DaudéF: hw/timer/m48t59-isa.c 968a48c6b51SPhilippe Mathieu-DaudéF: include/hw/isa/pc87312.h 969cec16f0dSPhilippe Mathieu-DaudéF: include/hw/timer/m48t59.h 970835c42d3SThomas HuthF: pc-bios/ppc_rom.bin 971fd5d5c56SAnthony Liguori 972300b115cSAndreas FärbersPAPR 973085eb217SDavid GibsonM: David Gibson <david@gibson.dropbear.id.au> 9748a269ca4SAndreas FärberL: qemu-ppc@nongnu.org 9758a269ca4SAndreas FärberS: Supported 9768d8b636dSPaolo BonziniF: hw/*/spapr* 977f9de2da7SDavid GibsonF: include/hw/*/spapr* 978f9de2da7SDavid GibsonF: hw/*/xics* 979f9de2da7SDavid GibsonF: include/hw/*/xics* 980f9de2da7SDavid GibsonF: pc-bios/spapr-rtas/* 981b5d55020SThomas HuthF: pc-bios/spapr-rtas.bin 982b5d55020SThomas HuthF: pc-bios/slof.bin 983bcad45deSCédric Le GoaterF: pc-bios/skiboot.lid 984b5d55020SThomas HuthF: docs/specs/ppc-spapr-hcalls.txt 985b5d55020SThomas HuthF: docs/specs/ppc-spapr-hotplug.txt 986a70ab357SGreg KurzF: tests/spapr* 987a70ab357SGreg KurzF: tests/libqos/*spapr* 988a70ab357SGreg KurzF: tests/rtas* 989a70ab357SGreg KurzF: tests/libqos/rtas* 9908a269ca4SAndreas Färber 991794d00bfSAndreas Färbervirtex_ml507 992794d00bfSAndreas FärberM: Edgar E. Iglesias <edgar.iglesias@gmail.com> 993794d00bfSAndreas FärberL: qemu-ppc@nongnu.org 994794d00bfSAndreas FärberS: Odd Fixes 9956e481d57SPeter MaydellF: hw/ppc/virtex_ml507.c 996794d00bfSAndreas Färber 997a9dd6604SBALATON Zoltansam460ex 998a9dd6604SBALATON ZoltanM: BALATON Zoltan <balaton@eik.bme.hu> 999a9dd6604SBALATON ZoltanL: qemu-ppc@nongnu.org 1000a9dd6604SBALATON ZoltanS: Maintained 1001a9dd6604SBALATON ZoltanF: hw/ide/sii3112.c 1002c6f2594cSBALATON ZoltanF: hw/timer/m41t80.c 1003a9dd6604SBALATON Zoltan 1004fd5d5c56SAnthony LiguoriSH4 Machines 1005fd5d5c56SAnthony Liguori------------ 1006fd5d5c56SAnthony LiguoriR2D 1007fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 1008fd5d5c56SAnthony LiguoriS: Maintained 10096e481d57SPeter MaydellF: hw/sh4/r2d.c 101081527b94SThomas HuthF: hw/intc/sh_intc.c 101181527b94SThomas HuthF: hw/timer/sh_timer.c 1012fd5d5c56SAnthony Liguori 1013fd5d5c56SAnthony LiguoriShix 1014fd5d5c56SAnthony LiguoriM: Magnus Damm <magnus.damm@gmail.com> 101581527b94SThomas HuthS: Odd Fixes 10166e481d57SPeter MaydellF: hw/sh4/shix.c 1017fd5d5c56SAnthony Liguori 1018fd5d5c56SAnthony LiguoriSPARC Machines 1019fd5d5c56SAnthony Liguori-------------- 1020fd5d5c56SAnthony LiguoriSun4m 1021f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1022fd5d5c56SAnthony LiguoriS: Maintained 10238d8b636dSPaolo BonziniF: hw/sparc/sun4m.c 1024c468e368SMarkus ArmbrusterF: hw/sparc/sun4m_iommu.c 1025c10a1c78SThomas HuthF: hw/dma/sparc32_dma.c 10267098b79eSThomas HuthF: hw/misc/eccmemctl.c 10277098b79eSThomas HuthF: hw/misc/slavio_misc.c 1028c10a1c78SThomas HuthF: include/hw/sparc/sparc32_dma.h 1029c10a1c78SThomas HuthF: pc-bios/openbios-sparc32 1030fd5d5c56SAnthony Liguori 1031fd5d5c56SAnthony LiguoriSun4u 1032f2416d3aSMark Cave-AylandM: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1033fd5d5c56SAnthony LiguoriS: Maintained 10348d8b636dSPaolo BonziniF: hw/sparc64/sun4u.c 1035c10a1c78SThomas HuthF: pc-bios/openbios-sparc64 1036fd5d5c56SAnthony Liguori 1037a2664ca0SArtyom TarasenkoSun4v 1038a2664ca0SArtyom TarasenkoM: Artyom Tarasenko <atar4qemu@gmail.com> 1039a2664ca0SArtyom TarasenkoS: Maintained 1040626e4a4bSFam ZhengF: hw/sparc64/niagara.c 1041a2664ca0SArtyom TarasenkoF: hw/timer/sun4v-rtc.c 1042a2664ca0SArtyom TarasenkoF: include/hw/timer/sun4v-rtc.h 1043a2664ca0SArtyom Tarasenko 1044ce6c760cSFabien ChouteauLeon3 1045ce6c760cSFabien ChouteauM: Fabien Chouteau <chouteau@adacore.com> 1046ce6c760cSFabien ChouteauS: Maintained 10478d8b636dSPaolo BonziniF: hw/sparc/leon3.c 10488d8b636dSPaolo BonziniF: hw/*/grlib* 1049c10a1c78SThomas HuthF: include/hw/sparc/grlib.h 1050ce6c760cSFabien Chouteau 1051fd5d5c56SAnthony LiguoriS390 Machines 1052fd5d5c56SAnthony Liguori------------- 1053dd4ad64aSCornelia HuckS390 Virtio-ccw 1054c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 1055b304bf00SChristian BorntraegerM: Christian Borntraeger <borntraeger@de.ibm.com> 1056dd4ad64aSCornelia HuckS: Supported 10570c6aa7eeSPaolo BonziniF: hw/char/sclp*.[hc] 10589d1c4449SChristian BorntraegerF: hw/char/terminal3270.c 1059c5bfb202SCornelia HuckF: hw/s390x/ 10604277af19SCornelia HuckF: include/hw/s390x/ 1061c5bfb202SCornelia HuckF: hw/watchdog/wdt_diag288.c 10621e4738b2SSascha SilbeF: include/hw/watchdog/wdt_diag288.h 10631e4738b2SSascha SilbeF: default-configs/s390x-softmmu.mak 1064e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 1065e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1066146bd283SCornelia HuckL: qemu-s390x@nongnu.org 1067dd4ad64aSCornelia Huck 10688e4eb427SChristian BorntraegerS390-ccw boot 1069304584bfSCornelia HuckM: Christian Borntraeger <borntraeger@de.ibm.com> 1070304584bfSCornelia HuckM: Thomas Huth <thuth@redhat.com> 1071304584bfSCornelia HuckS: Supported 10728e4eb427SChristian BorntraegerF: hw/s390x/ipl.* 1073304584bfSCornelia HuckF: pc-bios/s390-ccw/ 1074304584bfSCornelia HuckF: pc-bios/s390-ccw.img 1075e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1076304584bfSCornelia HuckL: qemu-s390x@nongnu.org 1077304584bfSCornelia Huck 1078d5bfb425SChristian BorntraegerS390 PCI 1079d5bfb425SChristian BorntraegerM: Collin Walling <walling@linux.ibm.com> 1080d5bfb425SChristian BorntraegerS: Supported 1081d5bfb425SChristian BorntraegerF: hw/s390x/s390-pci* 1082d5bfb425SChristian BorntraegerL: qemu-s390x@nongnu.org 1083d5bfb425SChristian Borntraeger 1084ab9528caSGuan XuetaoUniCore32 Machines 1085ab9528caSGuan Xuetao------------- 1086ab9528caSGuan XuetaoPKUnity-3 SoC initramfs-with-busybox 1087ab9528caSGuan XuetaoM: Guan Xuetao <gxt@mprc.pku.edu.cn> 1088ab9528caSGuan XuetaoS: Maintained 10898d8b636dSPaolo BonziniF: hw/*/puv3* 1090ab9528caSGuan XuetaoF: hw/unicore32/ 1091ab9528caSGuan Xuetao 1092fd5d5c56SAnthony LiguoriX86 Machines 1093fd5d5c56SAnthony Liguori------------ 1094fd5d5c56SAnthony LiguoriPC 1095046a6486SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1096fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1097fd5d5c56SAnthony LiguoriS: Supported 1098046a6486SMichael S. TsirkinF: include/hw/i386/ 1099046a6486SMichael S. TsirkinF: hw/i386/ 1100046a6486SMichael S. TsirkinF: hw/pci-host/piix.c 1101046a6486SMichael S. TsirkinF: hw/pci-host/q35.c 1102046a6486SMichael S. TsirkinF: hw/pci-host/pam.c 1103046a6486SMichael S. TsirkinF: include/hw/pci-host/q35.h 1104046a6486SMichael S. TsirkinF: include/hw/pci-host/pam.h 1105046a6486SMichael S. TsirkinF: hw/isa/piix4.c 1106046a6486SMichael S. TsirkinF: hw/isa/lpc_ich9.c 1107046a6486SMichael S. TsirkinF: hw/i2c/smbus_ich9.c 1108046a6486SMichael S. TsirkinF: hw/acpi/piix4.c 1109046a6486SMichael S. TsirkinF: hw/acpi/ich9.c 1110046a6486SMichael S. TsirkinF: include/hw/acpi/ich9.h 1111f586d5fcSMarkus ArmbrusterF: include/hw/acpi/piix4.h 11129cc3b73cSPaolo BonziniF: hw/misc/sga.c 11139cc3b73cSPaolo Bonzini 11149cc3b73cSPaolo BonziniPC Chipset 11159cc3b73cSPaolo BonziniM: Michael S. Tsirkin <mst@redhat.com> 11169cc3b73cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 11171732be86SPhilippe Mathieu-DaudéS: Supported 11189cc3b73cSPaolo BonziniF: hw/char/debugcon.c 1119bb3d5ea8SPhilippe Mathieu-DaudéF: hw/char/parallel* 11209cc3b73cSPaolo BonziniF: hw/char/serial* 11219cc3b73cSPaolo BonziniF: hw/dma/i8257* 11229cc3b73cSPaolo BonziniF: hw/i2c/pm_smbus.c 11231732be86SPhilippe Mathieu-DaudéF: hw/input/pckbd.c 11249cc3b73cSPaolo BonziniF: hw/intc/apic* 11259cc3b73cSPaolo BonziniF: hw/intc/ioapic* 11269cc3b73cSPaolo BonziniF: hw/intc/i8259* 11271854eb28SPhilippe Mathieu-DaudéF: hw/isa/isa-superio.c 11289cc3b73cSPaolo BonziniF: hw/misc/debugexit.c 11299cc3b73cSPaolo BonziniF: hw/misc/pc-testdev.c 11309cc3b73cSPaolo BonziniF: hw/timer/hpet* 11319cc3b73cSPaolo BonziniF: hw/timer/i8254* 11329cc3b73cSPaolo BonziniF: hw/timer/mc146818rtc* 1133edc46affSPhilippe Mathieu-DaudéF: hw/watchdog/wdt_ib700.c 1134866e2b37SPhilippe Mathieu-DaudéF: include/hw/display/vga.h 1135bb3d5ea8SPhilippe Mathieu-DaudéF: include/hw/char/parallel.h 113655f613acSPhilippe Mathieu-DaudéF: include/hw/dma/i8257.h 1137a2feb348SThomas HuthF: include/hw/i2c/pm_smbus.h 113847973a2dSPhilippe Mathieu-DaudéF: include/hw/input/i8042.h 11391854eb28SPhilippe Mathieu-DaudéF: include/hw/isa/superio.h 1140a2feb348SThomas HuthF: include/hw/timer/hpet.h 1141a2feb348SThomas HuthF: include/hw/timer/i8254* 1142a2feb348SThomas HuthF: include/hw/timer/mc146818rtc* 1143046a6486SMichael S. Tsirkin 11445da4fb00SMichael S. TsirkinMachine core 11455da4fb00SMichael S. TsirkinM: Eduardo Habkost <ehabkost@redhat.com> 1146fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 11475da4fb00SMichael S. TsirkinS: Supported 11485da4fb00SMichael S. TsirkinF: hw/core/machine.c 1149c1629c5cSThomas HuthF: hw/core/null-machine.c 11505da4fb00SMichael S. TsirkinF: include/hw/boards.h 1151e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next 1152fd5d5c56SAnthony Liguori 115316e7caaeSMax FilippovXtensa Machines 115416e7caaeSMax Filippov--------------- 1155375847a6SMax Filippovsim 115616e7caaeSMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 115716e7caaeSMax FilippovS: Maintained 1158437a8c11SMax FilippovF: hw/xtensa/sim.c 1159375847a6SMax Filippov 1160437a8c11SMax FilippovXTFPGA (LX60, LX200, ML605, KC705) 1161375847a6SMax FilippovM: Max Filippov <jcmvbkbc@gmail.com> 1162375847a6SMax FilippovS: Maintained 1163437a8c11SMax FilippovF: hw/xtensa/xtfpga.c 1164437a8c11SMax FilippovF: hw/net/opencores_eth.c 116516e7caaeSMax Filippov 1166fd5d5c56SAnthony LiguoriDevices 1167fd5d5c56SAnthony Liguori------- 1168b30934cbSJiri SlabyEDU 1169b30934cbSJiri SlabyM: Jiri Slaby <jslaby@suse.cz> 1170b30934cbSJiri SlabyS: Maintained 1171b30934cbSJiri SlabyF: hw/misc/edu.c 1172b30934cbSJiri Slaby 1173fd5d5c56SAnthony LiguoriIDE 1174c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1175c095348bSJohn SnowL: qemu-block@nongnu.org 1176c095348bSJohn SnowS: Supported 11778d8b636dSPaolo BonziniF: include/hw/ide.h 1178c9f7acd5SThomas HuthF: include/hw/ide/ 1179fd5d5c56SAnthony LiguoriF: hw/ide/ 1180c095348bSJohn SnowF: hw/block/block.c 1181c095348bSJohn SnowF: hw/block/cdrom.c 1182c095348bSJohn SnowF: hw/block/hd-geometry.c 1183c095348bSJohn SnowF: tests/ide-test.c 1184c095348bSJohn SnowF: tests/ahci-test.c 1185edc35b3dSThomas HuthF: tests/cdrom-test.c 1186aee50319SJohn SnowF: tests/libqos/ahci* 1187e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide 1188c095348bSJohn Snow 1189caf316baSCorey MinyardIPMI 1190caf316baSCorey MinyardM: Corey Minyard <minyard@acm.org> 1191caf316baSCorey MinyardS: Maintained 1192caf316baSCorey MinyardF: include/hw/ipmi/* 1193caf316baSCorey MinyardF: hw/ipmi/* 1194caf316baSCorey MinyardF: hw/smbios/smbios_type_38.c 1195caf316baSCorey MinyardF: tests/ipmi* 1196e18a8b34SStefan HajnocziT: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1197caf316baSCorey Minyard 1198c095348bSJohn SnowFloppy 1199c095348bSJohn SnowM: John Snow <jsnow@redhat.com> 1200c095348bSJohn SnowL: qemu-block@nongnu.org 1201c095348bSJohn SnowS: Supported 1202c095348bSJohn SnowF: hw/block/fdc.c 1203c095348bSJohn SnowF: include/hw/block/fdc.h 1204aee50319SJohn SnowF: tests/fdc-test.c 1205e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git ide 1206fd5d5c56SAnthony Liguori 1207f5f487b2SPeter MaydellOMAP 1208f5f487b2SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1209f5f487b2SPeter MaydellS: Maintained 12108d8b636dSPaolo BonziniF: hw/*/omap* 1211ed0db866SThomas HuthF: include/hw/arm/omap.h 1212f5f487b2SPeter Maydell 121328d54e58SPaolo BonziniIPack 121428d54e58SPaolo BonziniM: Alberto Garcia <berto@igalia.com> 121528d54e58SPaolo BonziniS: Odd Fixes 121628d54e58SPaolo BonziniF: hw/char/ipoctal232.c 121728d54e58SPaolo BonziniF: hw/ipack/ 121828d54e58SPaolo Bonzini 1219fd5d5c56SAnthony LiguoriPCI 1220fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1221fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1222fd5d5c56SAnthony LiguoriS: Supported 12238d8b636dSPaolo BonziniF: include/hw/pci/* 1224f178bc6bSPaolo BonziniF: hw/misc/pci-testdev.c 1225ca818cfbSMichael S. TsirkinF: hw/pci/* 1226f178bc6bSPaolo BonziniF: hw/pci-bridge/* 122768179923SPhilippe Mathieu-DaudéF: docs/pci* 122868179923SPhilippe Mathieu-DaudéF: docs/specs/*pci* 1229534fd814SFam ZhengF: default-configs/pci.mak 12300e0b3592SMichael S. Tsirkin 1231d31e5ae7SMichael S. TsirkinACPI/SMBIOS 12320e0b3592SMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 12330e0b3592SMichael S. TsirkinM: Igor Mammedov <imammedo@redhat.com> 12340e0b3592SMichael S. TsirkinS: Supported 12350e0b3592SMichael S. TsirkinF: include/hw/acpi/* 1236d31e5ae7SMichael S. TsirkinF: include/hw/smbios/* 12370e0b3592SMichael S. TsirkinF: hw/mem/* 12388d8b636dSPaolo BonziniF: hw/acpi/* 1239d31e5ae7SMichael S. TsirkinF: hw/smbios/* 12400e0b3592SMichael S. TsirkinF: hw/i386/acpi-build.[hc] 12410e0b3592SMichael S. TsirkinF: hw/arm/virt-acpi-build.c 12423248f1b4SBen WarrenF: tests/bios-tables-test.c 12433248f1b4SBen WarrenF: tests/acpi-utils.[hc] 12447115dcf4SLaszlo ErsekF: tests/acpi-test-data/* 12457115dcf4SLaszlo ErsekF: tests/acpi-test-data/*/* 1246fd5d5c56SAnthony Liguori 1247aaade8d7SAndreas Färberppc4xx 1248bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 1249aaade8d7SAndreas FärberL: qemu-ppc@nongnu.org 1250aaade8d7SAndreas FärberS: Odd Fixes 12518d8b636dSPaolo BonziniF: hw/ppc/ppc4*.c 1252aa3a41f9SPhilippe Mathieu-DaudéF: hw/i2c/ppc4xx_i2c.c 1253b5d55020SThomas HuthF: include/hw/ppc/ppc4xx.h 1254aa3a41f9SPhilippe Mathieu-DaudéF: include/hw/i2c/ppc4xx_i2c.h 1255aaade8d7SAndreas Färber 125698cded3aSAndreas Färberppce500 1257bba8e23aSAlexander GrafM: David Gibson <david@gibson.dropbear.id.au> 125898cded3aSAndreas FärberL: qemu-ppc@nongnu.org 1259bba8e23aSAlexander GrafS: Odd Fixes 12606e481d57SPeter MaydellF: hw/ppc/e500* 1261566dd236SPaolo BonziniF: hw/pci-host/ppce500.c 1262566dd236SPaolo BonziniF: hw/net/fsl_etsec/ 126398cded3aSAndreas Färber 126461af0ee6SPaolo BonziniCharacter devices 12652185fd67SPaolo BonziniM: Marc-André Lureau <marcandre.lureau@redhat.com> 12662185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 126761af0ee6SPaolo BonziniS: Odd Fixes 126861af0ee6SPaolo BonziniF: hw/char/ 126961af0ee6SPaolo Bonzini 1270f536f112SPaolo BonziniNetwork devices 1271f536f112SPaolo BonziniM: Jason Wang <jasowang@redhat.com> 1272f536f112SPaolo BonziniS: Odd Fixes 1273f536f112SPaolo BonziniF: hw/net/ 12746061b5c6SPhilippe Mathieu-DaudéF: include/hw/net/ 12756bd7776cSGreg KurzF: tests/virtio-net-test.c 1276e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 1277f536f112SPaolo Bonzini 1278fd5d5c56SAnthony LiguoriSCSI 1279de7724f7SPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1280c2380365SFam ZhengR: Fam Zheng <famz@redhat.com> 1281de7724f7SPaolo BonziniS: Supported 128274460f34SThomas HuthF: include/hw/scsi/* 12838d8b636dSPaolo BonziniF: hw/scsi/* 12846bd7776cSGreg KurzF: tests/virtio-scsi-test.c 1285e18a8b34SStefan HajnocziT: git https://github.com/bonzini/qemu.git scsi-next 1286de7724f7SPaolo Bonzini 1287fcb5629dSPeter A. G. CrosthwaiteSSI 12884b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1289c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1290fcb5629dSPeter A. G. CrosthwaiteS: Maintained 12918d8b636dSPaolo BonziniF: hw/ssi/* 12928d8b636dSPaolo BonziniF: hw/block/m25p80.c 1293982d009aSPhilippe Mathieu-DaudéF: include/hw/ssi/ssi.h 12944b46ba61SAlistair FrancisX: hw/ssi/xilinx_* 1295982d009aSPhilippe Mathieu-DaudéF: tests/m25p80-test.c 12964b46ba61SAlistair Francis 12974b46ba61SAlistair FrancisXilinx SPI 1298c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 12994b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 13004b46ba61SAlistair FrancisS: Maintained 13014b46ba61SAlistair FrancisF: hw/ssi/xilinx_* 1302fcb5629dSPeter A. G. Crosthwaite 1303076a0fc3SPhilippe Mathieu-DaudéSD (Secure Card) 1304076a0fc3SPhilippe Mathieu-DaudéM: Philippe Mathieu-Daudé <f4bug@amsat.org> 1305076a0fc3SPhilippe Mathieu-DaudéS: Odd Fixes 1306076a0fc3SPhilippe Mathieu-DaudéF: include/hw/sd/sd* 1307076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/core.c 1308076a0fc3SPhilippe Mathieu-DaudéF: hw/sd/sd* 1309076a0fc3SPhilippe Mathieu-DaudéF: tests/sd* 1310076a0fc3SPhilippe Mathieu-Daudé 1311fd5d5c56SAnthony LiguoriUSB 13125d0d62feSGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 13135d0d62feSGerd HoffmannS: Maintained 13148d8b636dSPaolo BonziniF: hw/usb/* 131528edfce0SGongleiF: tests/usb-*-test.c 1316beded0ffSThomas HuthF: docs/usb2.txt 1317beded0ffSThomas HuthF: docs/usb-storage.txt 1318beded0ffSThomas HuthF: include/hw/usb.h 1319beded0ffSThomas HuthF: include/hw/usb/ 1320104ebc5fSPhilippe Mathieu-DaudéF: default-configs/usb.mak 1321fd5d5c56SAnthony Liguori 1322e26082fdSPaolo BonziniUSB (serial adapter) 1323e26082fdSPaolo BonziniM: Gerd Hoffmann <kraxel@redhat.com> 1324e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1325e26082fdSPaolo BonziniS: Maintained 1326e26082fdSPaolo BonziniF: hw/usb/dev-serial.c 1327e26082fdSPaolo Bonzini 132892e1fb5eSAlex WilliamsonVFIO 132992e1fb5eSAlex WilliamsonM: Alex Williamson <alex.williamson@redhat.com> 133092e1fb5eSAlex WilliamsonS: Supported 1331cf7087dbSKim PhillipsF: hw/vfio/* 133299b88c6dSThomas HuthF: include/hw/vfio/ 133392e1fb5eSAlex Williamson 13345eb74557SDong Jia Shivfio-ccw 1335c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 13367913938aSChristian BorntraegerM: Eric Farman <farman@linux.ibm.com> 13377913938aSChristian BorntraegerM: Farhan Ali <alifm@linux.ibm.com> 13385eb74557SDong Jia ShiS: Supported 13395eb74557SDong Jia ShiF: hw/vfio/ccw.c 13405eb74557SDong Jia ShiF: hw/s390x/s390-ccw.c 13415eb74557SDong Jia ShiF: include/hw/s390x/s390-ccw.h 1342e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 1343146bd283SCornelia HuckL: qemu-s390x@nongnu.org 13445eb74557SDong Jia Shi 1345a51b3153STony Krowiakvfio-ap 1346a51b3153STony KrowiakM: Christian Borntraeger <borntraeger@de.ibm.com> 1347a51b3153STony KrowiakM: Tony Krowiak <akrowiak@linux.ibm.com> 1348a51b3153STony KrowiakM: Halil Pasic <pasic@linux.ibm.com> 1349a51b3153STony KrowiakM: Pierre Morel <pmorel@linux.ibm.com> 1350a51b3153STony KrowiakS: Supported 1351a51b3153STony KrowiakF: hw/s390x/ap-device.c 1352a51b3153STony KrowiakF: hw/s390x/ap-bridge.c 1353a51b3153STony KrowiakF: include/hw/s390x/ap-device.h 1354a51b3153STony KrowiakF: include/hw/s390x/ap-bridge.h 13552fe2942cSTony KrowiakF: hw/vfio/ap.c 1356694a8d70STony KrowiakF: docs/vfio-ap.txt 1357a51b3153STony KrowiakL: qemu-s390x@nongnu.org 1358a51b3153STony Krowiak 1359fd5d5c56SAnthony Liguorivhost 1360fd5d5c56SAnthony LiguoriM: Michael S. Tsirkin <mst@redhat.com> 1361fd5d5c56SAnthony LiguoriS: Supported 13628d8b636dSPaolo BonziniF: hw/*/*vhost* 136337f8043dSPhilippe Mathieu-DaudéF: docs/interop/vhost-user.txt 1364fd5d5c56SAnthony Liguori 1365fd5d5c56SAnthony Liguorivirtio 1366a75143edSMichael S. TsirkinM: Michael S. Tsirkin <mst@redhat.com> 1367fd5d5c56SAnthony LiguoriS: Supported 13688d8b636dSPaolo BonziniF: hw/*/virtio* 136972fa605dSThomas HuthF: hw/virtio/Makefile.objs 137072fa605dSThomas HuthF: hw/virtio/trace-events 13716a084ea3SMichael S. TsirkinF: net/vhost-user.c 1372494f7b57SThomas HuthF: include/hw/virtio/ 13736bd7776cSGreg KurzF: tests/virtio-balloon-test.c 1374fd5d5c56SAnthony Liguori 1375fd5d5c56SAnthony Liguorivirtio-9p 13768c1cd719SGreg KurzM: Greg Kurz <groug@kaod.org> 1377fd5d5c56SAnthony LiguoriS: Supported 1378aebeca25SAndreas FärberF: hw/9pfs/ 1379aebeca25SAndreas FärberF: fsdev/ 13802d888c09SAndreas FärberF: tests/virtio-9p-test.c 1381e18a8b34SStefan HajnocziT: git https://github.com/gkurz/qemu.git 9p-next 1382fd5d5c56SAnthony Liguori 1383fd5d5c56SAnthony Liguorivirtio-blk 138454d01a00SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1385b457a5f5SStefan HajnocziL: qemu-block@nongnu.org 1386fd5d5c56SAnthony LiguoriS: Supported 13878d8b636dSPaolo BonziniF: hw/block/virtio-blk.c 1388b457a5f5SStefan HajnocziF: hw/block/dataplane/* 13896bd7776cSGreg KurzF: tests/virtio-blk-test.c 1390e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 1391fd5d5c56SAnthony Liguori 1392dd4ad64aSCornelia Huckvirtio-ccw 1393c1976ae7SCornelia HuckM: Cornelia Huck <cohuck@redhat.com> 139468b91e85SChristian BorntraegerM: Halil Pasic <pasic@linux.ibm.com> 1395dd4ad64aSCornelia HuckS: Supported 1396901f5f16SThomas HuthF: hw/s390x/virtio-ccw*.[hc] 1397d8d4d62cSThomas HuthF: hw/s390x/vhost-vsock-ccw.c 1398e18a8b34SStefan HajnocziT: git https://github.com/cohuck/qemu.git s390-next 1399e18a8b34SStefan HajnocziT: git https://github.com/borntraeger/qemu.git s390-next 1400146bd283SCornelia HuckL: qemu-s390x@nongnu.org 1401dd4ad64aSCornelia Huck 1402a5d4d7b5SGerd Hoffmannvirtio-input 1403a5d4d7b5SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1404a5d4d7b5SGerd HoffmannS: Maintained 1405a5d4d7b5SGerd HoffmannF: hw/input/virtio-input*.c 1406a5d4d7b5SGerd HoffmannF: include/hw/virtio/virtio-input.h 1407a5d4d7b5SGerd Hoffmann 1408fd5d5c56SAnthony Liguorivirtio-serial 1409cee887d9SAmit ShahM: Amit Shah <amit@kernel.org> 1410fd5d5c56SAnthony LiguoriS: Supported 14118d8b636dSPaolo BonziniF: hw/char/virtio-serial-bus.c 14128d8b636dSPaolo BonziniF: hw/char/virtio-console.c 141368a5e38aSAmit ShahF: include/hw/virtio/virtio-serial.h 14146bd7776cSGreg KurzF: tests/virtio-console-test.c 14156bd7776cSGreg KurzF: tests/virtio-serial-test.c 1416fd5d5c56SAnthony Liguori 14171f51a5cbSAmit Shahvirtio-rng 1418cee887d9SAmit ShahM: Amit Shah <amit@kernel.org> 14191f51a5cbSAmit ShahS: Supported 14201f51a5cbSAmit ShahF: hw/virtio/virtio-rng.c 14211f51a5cbSAmit ShahF: include/hw/virtio/virtio-rng.h 1422750cf869SThomas HuthF: include/sysemu/rng*.h 14231f51a5cbSAmit ShahF: backends/rng*.c 14246bd7776cSGreg KurzF: tests/virtio-rng-test.c 14251f51a5cbSAmit Shah 14266034011cSGongleivirtio-crypto 14276034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 14286034011cSGongleiS: Supported 14296034011cSGongleiF: hw/virtio/virtio-crypto.c 14306034011cSGongleiF: hw/virtio/virtio-crypto-pci.c 14316034011cSGongleiF: include/hw/virtio/virtio-crypto.h 14326034011cSGonglei 1433f3c507adSKeith Buschnvme 1434f3c507adSKeith BuschM: Keith Busch <keith.busch@intel.com> 1435c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1436f3c507adSKeith BuschS: Supported 1437f3c507adSKeith BuschF: hw/block/nvme* 1438fc967791SAndreas FärberF: tests/nvme-test.c 1439f3c507adSKeith Busch 1440d383c625SHannes Reineckemegasas 14413fdfb8b6SPhilippe Mathieu-DaudéM: Hannes Reinecke <hare@suse.com> 1442c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1443d383c625SHannes ReineckeS: Supported 1444d383c625SHannes ReineckeF: hw/scsi/megasas.c 1445d383c625SHannes ReineckeF: hw/scsi/mfi.h 14463fdfb8b6SPhilippe Mathieu-DaudéF: tests/megasas-test.c 1447d383c625SHannes Reinecke 1448605d52e6SDmitry FleytmanNetwork packet abstractions 1449bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1450605d52e6SDmitry FleytmanS: Maintained 1451605d52e6SDmitry FleytmanF: include/net/eth.h 1452605d52e6SDmitry FleytmanF: net/eth.c 1453605d52e6SDmitry FleytmanF: hw/net/net_rx_pkt* 1454605d52e6SDmitry FleytmanF: hw/net/net_tx_pkt* 1455605d52e6SDmitry Fleytman 1456622fb504SDmitry FleytmanVmware 1457bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1458622fb504SDmitry FleytmanS: Maintained 1459622fb504SDmitry FleytmanF: hw/net/vmxnet* 1460622fb504SDmitry FleytmanF: hw/scsi/vmw_pvscsi* 14615a49c1b3SPhilippe Mathieu-DaudéF: tests/vmxnet3-test.c 1462622fb504SDmitry Fleytman 1463de24d3f1SScott FeldmanRocker 1464de24d3f1SScott FeldmanM: Jiri Pirko <jiri@resnulli.us> 1465de24d3f1SScott FeldmanS: Maintained 1466de24d3f1SScott FeldmanF: hw/net/rocker/ 1467de850948SThomas HuthF: tests/rocker/ 1468de850948SThomas HuthF: docs/specs/rocker.txt 1469de24d3f1SScott Feldman 147070d1fb9cSXiao GuangrongNVDIMM 14717a5bd53dSXiao GuangrongM: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 147270d1fb9cSXiao GuangrongS: Maintained 147370d1fb9cSXiao GuangrongF: hw/acpi/nvdimm.c 147470d1fb9cSXiao GuangrongF: hw/mem/nvdimm.c 147570d1fb9cSXiao GuangrongF: include/hw/mem/nvdimm.h 147670d1fb9cSXiao Guangrong 1477093454e2SDmitry Fleytmane1000x 1478bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1479093454e2SDmitry FleytmanS: Maintained 1480093454e2SDmitry FleytmanF: hw/net/e1000x* 1481093454e2SDmitry Fleytman 14826f3fbe4eSDmitry Fleytmane1000e 1483bf4835a4SPhilippe Mathieu-DaudéM: Dmitry Fleytman <dmitry.fleytman@gmail.com> 14846f3fbe4eSDmitry FleytmanS: Maintained 14856f3fbe4eSDmitry FleytmanF: hw/net/e1000e* 14866f3fbe4eSDmitry Fleytman 1487ebc2327fSStefan Weileepro100 1488ebc2327fSStefan WeilM: Stefan Weil <sw@weilnetz.de> 1489ebc2327fSStefan WeilS: Maintained 1490ebc2327fSStefan WeilF: hw/net/eepro100.c 1491ebc2327fSStefan Weil 1492e481a1f6SAlistair FrancisGeneric Loader 1493c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1494e481a1f6SAlistair FrancisS: Maintained 1495e481a1f6SAlistair FrancisF: hw/core/generic-loader.c 1496e481a1f6SAlistair FrancisF: include/hw/core/generic-loader.h 1497c5e2ac7eSPhilippe Mathieu-DaudéF: docs/generic-loader.txt 1498e481a1f6SAlistair Francis 1499645d3cbeSSu HangIntel Hexadecimal Object File Loader 1500645d3cbeSSu HangM: Su Hang <suhang16@mails.ucas.ac.cn> 1501645d3cbeSSu HangS: Maintained 1502645d3cbeSSu HangF: tests/hexloader-test.c 15034b2ff65aSPeter MaydellF: tests/data/hex-loader/test.hex 1504645d3cbeSSu Hang 150587a9023aSThomas HuthCHRP NVRAM 150687a9023aSThomas HuthM: Thomas Huth <thuth@redhat.com> 150787a9023aSThomas HuthS: Maintained 150887a9023aSThomas HuthF: hw/nvram/chrp_nvram.c 150987a9023aSThomas HuthF: include/hw/nvram/chrp_nvram.h 151087a9023aSThomas HuthF: tests/prom-env-test.c 151187a9023aSThomas Huth 151242697d88SBen WarrenVM Generation ID 151342697d88SBen WarrenM: Ben Warren <ben@skyportsystems.com> 151442697d88SBen WarrenS: Maintained 151542697d88SBen WarrenF: hw/acpi/vmgenid.c 151642697d88SBen WarrenF: include/hw/acpi/vmgenid.h 151742697d88SBen WarrenF: docs/specs/vmgenid.txt 151842697d88SBen WarrenF: tests/vmgenid-test.c 151942697d88SBen WarrenF: stubs/vmgenid.c 152042697d88SBen Warren 1521747969dbSPhilippe Mathieu-DaudéUnimplemented device 1522747969dbSPhilippe Mathieu-DaudéM: Peter Maydell <peter.maydell@linaro.org> 1523747969dbSPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org> 1524747969dbSPhilippe Mathieu-DaudéS: Maintained 1525747969dbSPhilippe Mathieu-DaudéF: include/hw/misc/unimp.h 1526747969dbSPhilippe Mathieu-DaudéF: hw/misc/unimp.c 1527747969dbSPhilippe Mathieu-Daudé 1528dbb2e472SGerd HoffmannStandard VGA 1529dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1530dbb2e472SGerd HoffmannS: Maintained 1531dbb2e472SGerd HoffmannF: hw/display/vga* 1532dbb2e472SGerd HoffmannF: hw/display/bochs-display.c 1533dbb2e472SGerd HoffmannF: include/hw/display/vga.h 1534dbb2e472SGerd HoffmannF: include/hw/display/bochs-vbe.h 1535dbb2e472SGerd Hoffmann 153658d632c7SGerd Hoffmannramfb 153758d632c7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 153858d632c7SGerd HoffmannS: Maintained 153958d632c7SGerd HoffmannF: hw/display/ramfb*.c 154058d632c7SGerd HoffmannF: include/hw/display/ramfb.h 154158d632c7SGerd Hoffmann 1542dbb2e472SGerd Hoffmannvirtio-gpu 1543dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1544dbb2e472SGerd HoffmannS: Maintained 1545dbb2e472SGerd HoffmannF: hw/display/virtio-gpu* 1546dbb2e472SGerd HoffmannF: hw/display/virtio-vga.c 1547dbb2e472SGerd HoffmannF: include/hw/virtio/virtio-gpu.h 1548dbb2e472SGerd Hoffmann 1549dbb2e472SGerd HoffmannCirrus VGA 1550dbb2e472SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1551dbb2e472SGerd HoffmannS: Odd Fixes 1552dbb2e472SGerd HoffmannW: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1553dbb2e472SGerd HoffmannF: hw/display/cirrus* 1554dbb2e472SGerd Hoffmann 155572d277a7SGerd HoffmannEDID Generator 155672d277a7SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 155772d277a7SGerd HoffmannS: Maintained 155872d277a7SGerd HoffmannF: hw/display/edid* 155972d277a7SGerd HoffmannF: include/hw/display/edid.h 156072d277a7SGerd HoffmannF: qemu-edid.c 156172d277a7SGerd Hoffmann 1562fd5d5c56SAnthony LiguoriSubsystems 1563fd5d5c56SAnthony Liguori---------- 1564fd5d5c56SAnthony LiguoriAudio 15659f575846SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 1566fd5d5c56SAnthony LiguoriS: Maintained 1567fd5d5c56SAnthony LiguoriF: audio/ 15688d8b636dSPaolo BonziniF: hw/audio/ 1569a2b245aeSThomas HuthF: include/hw/audio/ 1570d7b50c0cSAndreas FärberF: tests/ac97-test.c 15718fa74c94SAndreas FärberF: tests/es1370-test.c 1572fbaf445aSAndreas FärberF: tests/intel-hda-test.c 1573fd5d5c56SAnthony Liguori 157417f1e8f5SStefan HajnocziBlock layer core 1575fd5d5c56SAnthony LiguoriM: Kevin Wolf <kwolf@redhat.com> 1576c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 1577c95e4c0eSKevin WolfL: qemu-block@nongnu.org 1578fd5d5c56SAnthony LiguoriS: Supported 1579fd5d5c56SAnthony LiguoriF: block* 1580fd5d5c56SAnthony LiguoriF: block/ 15818d8b636dSPaolo BonziniF: hw/block/ 15824c346e0bSKevin WolfF: include/block/ 158346078760SKevin WolfF: qemu-img* 158446078760SKevin WolfF: qemu-io* 158529242091SKevin WolfF: tests/qemu-iotests/ 15868dd30c86SMax ReitzF: util/qemu-progress.c 15870bcc8e5bSMarkus ArmbrusterF: qobject/block-qdict.c 1588c468e368SMarkus ArmbrusterF: tests/check-block-qdict.c 1589ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/kevin.git block 1590fd5d5c56SAnthony Liguori 1591d55053b1SStefan HajnocziBlock I/O path 1592d55053b1SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 15939ca3003dSFam ZhengM: Fam Zheng <famz@redhat.com> 1594d55053b1SStefan HajnocziL: qemu-block@nongnu.org 1595d55053b1SStefan HajnocziS: Supported 159636c697bdSPaolo BonziniF: util/async.c 159736c697bdSPaolo BonziniF: util/aio-*.c 1598d55053b1SStefan HajnocziF: block/io.c 1599d55053b1SStefan HajnocziF: migration/block* 1600e1029ae2SFam ZhengF: include/block/aio.h 1601f5a53faaSStefan HajnocziF: include/block/aio-wait.h 16020a4f9ad1SPhilippe Mathieu-DaudéF: scripts/qemugdb/aio.py 1603e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git block 1604d55053b1SStefan Hajnoczi 1605e5b5728cSPaolo BonziniBlock SCSI subsystem 1606e5b5728cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1607c2380365SFam ZhengR: Fam Zheng <famz@redhat.com> 1608e5b5728cSPaolo BonziniL: qemu-block@nongnu.org 1609e5b5728cSPaolo BonziniS: Supported 1610e5b5728cSPaolo BonziniF: include/scsi/* 1611e5b5728cSPaolo BonziniF: scsi/* 1612e5b5728cSPaolo Bonzini 1613280458a3SJeff CodyBlock Jobs 1614280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 1615280458a3SJeff CodyL: qemu-block@nongnu.org 1616280458a3SJeff CodyS: Supported 1617280458a3SJeff CodyF: blockjob.c 1618280458a3SJeff CodyF: include/block/blockjob.h 161933e9e9bdSKevin WolfF: job.c 16201a90bc81SKevin WolfF: job-qmp.c 1621c468e368SMarkus ArmbrusterF: include/qemu/job.h 1622280458a3SJeff CodyF: block/backup.c 1623280458a3SJeff CodyF: block/commit.c 162477346025SJeff CodyF: block/stream.c 1625280458a3SJeff CodyF: block/mirror.c 1626bf42508fSKevin WolfF: qapi/job.json 1627e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 1628280458a3SJeff Cody 16294120201dSMarkus ArmbrusterBlock QAPI, monitor, command line 16304120201dSMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 16314120201dSMarkus ArmbrusterS: Supported 16324120201dSMarkus ArmbrusterF: blockdev.c 16334120201dSMarkus ArmbrusterF: block/qapi.c 16344120201dSMarkus ArmbrusterF: qapi/block*.json 1635fa988e39SMarkus ArmbrusterF: qapi/transaction.json 1636ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git block-next 16374120201dSMarkus Armbruster 1638538193bcSJohn SnowDirty Bitmaps 1639538193bcSJohn SnowM: Fam Zheng <famz@redhat.com> 1640538193bcSJohn SnowM: John Snow <jsnow@redhat.com> 1641538193bcSJohn SnowL: qemu-block@nongnu.org 1642538193bcSJohn SnowS: Supported 1643538193bcSJohn SnowF: util/hbitmap.c 1644538193bcSJohn SnowF: block/dirty-bitmap.c 1645538193bcSJohn SnowF: include/qemu/hbitmap.h 1646538193bcSJohn SnowF: include/block/dirty-bitmap.h 1647538193bcSJohn SnowF: tests/test-hbitmap.c 16485746c1cdSPhilippe Mathieu-DaudéF: docs/interop/bitmaps.rst 1649e18a8b34SStefan HajnocziT: git https://github.com/famz/qemu.git bitmaps 1650e18a8b34SStefan HajnocziT: git https://github.com/jnsnow/qemu.git bitmaps 1651538193bcSJohn Snow 165261af0ee6SPaolo BonziniCharacter device backends 165355fc84a7SMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 16542185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 1655fd5d5c56SAnthony LiguoriS: Maintained 1656178fe0aeSMarc-André LureauF: chardev/ 16578228e353SMarc-André LureauF: include/chardev/ 1658dbeee392SMarkus ArmbrusterF: qapi/char.json 1659fd5d5c56SAnthony Liguori 1660e26082fdSPaolo BonziniCharacter Devices (Braille) 1661e26082fdSPaolo BonziniM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1662e26082fdSPaolo BonziniS: Maintained 16636b10e573SMarc-André LureauF: chardev/baum.c 1664fd5d5c56SAnthony Liguori 1665e94630d3SMarkus ArmbrusterCommand line option argument parsing 1666e94630d3SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 1667e94630d3SMarkus ArmbrusterS: Supported 1668e94630d3SMarkus ArmbrusterF: include/qemu/option.h 1669e94630d3SMarkus ArmbrusterF: tests/test-keyval.c 1670e94630d3SMarkus ArmbrusterF: tests/test-qemu-opts.c 1671e94630d3SMarkus ArmbrusterF: util/keyval.c 1672e94630d3SMarkus ArmbrusterF: util/qemu-option.c 1673e94630d3SMarkus Armbruster 16748c413e79SMarkus ArmbrusterCoverity model 16758c413e79SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 16768c413e79SMarkus ArmbrusterS: Supported 16778c413e79SMarkus ArmbrusterF: scripts/coverity-model.c 16788c413e79SMarkus Armbruster 1679f2ca0524SAndreas FärberCPU 168012b0e69cSAndreas FärberL: qemu-devel@nongnu.org 1681f2ca0524SAndreas FärberS: Supported 1682f2ca0524SAndreas FärberF: qom/cpu.c 16836e481d57SPeter MaydellF: include/qom/cpu.h 1684f2ca0524SAndreas Färber 1685d24b569aSPeter A. G. CrosthwaiteDevice Tree 16864b46ba61SAlistair FrancisM: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1687d24b569aSPeter A. G. CrosthwaiteM: Alexander Graf <agraf@suse.de> 1688d24b569aSPeter A. G. CrosthwaiteS: Maintained 168982407515SThomas HuthF: device_tree.c 169082407515SThomas HuthF: include/sysemu/device_tree.h 1691d24b569aSPeter A. G. Crosthwaite 16923505a22bSMarc-André LureauDump 16933505a22bSMarc-André LureauS: Supported 16943505a22bSMarc-André LureauM: Marc-André Lureau <marcandre.lureau@redhat.com> 16953505a22bSMarc-André LureauF: dump.c 16963505a22bSMarc-André LureauF: hw/misc/vmcoreinfo.c 16973505a22bSMarc-André LureauF: include/hw/misc/vmcoreinfo.h 16983505a22bSMarc-André LureauF: include/sysemu/dump-arch.h 16993505a22bSMarc-André LureauF: include/sysemu/dump.h 17003505a22bSMarc-André LureauF: scripts/dump-guest-memory.py 17013505a22bSMarc-André LureauF: stubs/dump.c 17023505a22bSMarc-André Lureau 17034f966768SMarkus ArmbrusterError reporting 17044f966768SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 17054f966768SMarkus ArmbrusterS: Supported 17064f966768SMarkus ArmbrusterF: include/qapi/error.h 17074f966768SMarkus ArmbrusterF: include/qemu/error-report.h 17084f966768SMarkus ArmbrusterF: util/error.c 17094f966768SMarkus ArmbrusterF: util/qemu-error.c 17104f966768SMarkus Armbruster 1711fd5d5c56SAnthony LiguoriGDB stub 17125dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 1713fd5d5c56SAnthony LiguoriS: Odd Fixes 1714fd5d5c56SAnthony LiguoriF: gdbstub* 1715fd5d5c56SAnthony LiguoriF: gdb-xml/ 1716fd5d5c56SAnthony Liguori 171701a9c03cSPaolo BonziniMemory API 171801a9c03cSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 171901a9c03cSPaolo BonziniS: Supported 172001a9c03cSPaolo BonziniF: include/exec/ioport.h 172101a9c03cSPaolo BonziniF: ioport.c 172201a9c03cSPaolo BonziniF: include/exec/memory.h 17232b1641d0SPaolo BonziniF: include/exec/ram_addr.h 172401a9c03cSPaolo BonziniF: memory.c 172501a9c03cSPaolo BonziniF: include/exec/memory-internal.h 172601a9c03cSPaolo BonziniF: exec.c 172701a9c03cSPaolo Bonzini 17287ee3bf03SGerd HoffmannSPICE 17297ee3bf03SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 17307ee3bf03SGerd HoffmannS: Supported 17316e481d57SPeter MaydellF: include/ui/qemu-spice.h 1732438528a3SThomas HuthF: include/ui/spice-display.h 17337ee3bf03SGerd HoffmannF: ui/spice-*.c 17347ee3bf03SGerd HoffmannF: audio/spiceaudio.c 17358d8b636dSPaolo BonziniF: hw/display/qxl* 1736608cfed6SMarkus ArmbrusterF: qapi/ui.json 17377ee3bf03SGerd Hoffmann 1738fd5d5c56SAnthony LiguoriGraphics 173925eccc37SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 174025eccc37SGerd HoffmannS: Odd Fixes 1741fd5d5c56SAnthony LiguoriF: ui/ 1742e220656cSThomas HuthF: include/ui/ 1743608cfed6SMarkus ArmbrusterF: qapi/ui.json 1744b1d38037SMarc-André LureauF: util/drm.c 1745fd5d5c56SAnthony Liguori 1746351f1bf6SAndreas FärberCocoa graphics 174730ef3c74SPeter MaydellM: Peter Maydell <peter.maydell@linaro.org> 1748351f1bf6SAndreas FärberS: Odd Fixes 1749351f1bf6SAndreas FärberF: ui/cocoa.m 1750351f1bf6SAndreas Färber 1751fd5d5c56SAnthony LiguoriMain loop 1752da26f37aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1753da26f37aSPaolo BonziniS: Maintained 1754da26f37aSPaolo BonziniF: cpus.c 17553ecb29a3SPaolo BonziniF: util/main-loop.c 17563ecb29a3SPaolo BonziniF: util/qemu-timer.c 1757fd5d5c56SAnthony LiguoriF: vl.c 17580e201d34SMarkus ArmbrusterF: qapi/run-state.json 1759fd5d5c56SAnthony Liguori 17608899b4aeSLuiz CapitulinoHuman Monitor (HMP) 1761c833fb4aSMarkus ArmbrusterM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1762fbb0621aSLuiz CapitulinoS: Maintained 1763fd5d5c56SAnthony LiguoriF: monitor.c 1764c13e9912SThomas HuthF: hmp.[ch] 1765c13e9912SThomas HuthF: hmp-commands*.hx 1766c13e9912SThomas HuthF: include/monitor/hmp-target.h 1767bbcee372SThomas HuthF: tests/test-hmp.c 1768fd5d5c56SAnthony Liguori 1769f536f112SPaolo BonziniNetwork device backends 1770442469e6SStefan HajnocziM: Jason Wang <jasowang@redhat.com> 1771fd5d5c56SAnthony LiguoriS: Maintained 1772fd5d5c56SAnthony LiguoriF: net/ 1773d24b2b1cSThomas HuthF: include/net/ 1774e18a8b34SStefan HajnocziT: git https://github.com/jasowang/qemu.git net 17753c0bd37dSMarkus ArmbrusterF: qapi/net.json 1776fd5d5c56SAnthony Liguori 1777aee09bafSVincenzo MaffioneNetmap network backend 1778aee09bafSVincenzo MaffioneM: Luigi Rizzo <rizzo@iet.unipi.it> 1779aee09bafSVincenzo MaffioneM: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1780aee09bafSVincenzo MaffioneM: Vincenzo Maffione <v.maffione@gmail.com> 1781aee09bafSVincenzo MaffioneW: http://info.iet.unipi.it/~luigi/netmap/ 1782aee09bafSVincenzo MaffioneS: Maintained 1783aee09bafSVincenzo MaffioneF: net/netmap.c 1784aee09bafSVincenzo Maffione 17852f54eb98SEduardo HabkostNUMA 17862f54eb98SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 17872f54eb98SEduardo HabkostS: Maintained 17882f54eb98SEduardo HabkostF: numa.c 17892f54eb98SEduardo HabkostF: include/sysemu/numa.h 1790e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next 17912f54eb98SEduardo Habkost 17924fc264f4SEduardo HabkostHost Memory Backends 17934fc264f4SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 17944fc264f4SEduardo HabkostM: Igor Mammedov <imammedo@redhat.com> 17954fc264f4SEduardo HabkostS: Maintained 17964fc264f4SEduardo HabkostF: backends/hostmem*.c 17974fc264f4SEduardo HabkostF: include/sysemu/hostmem.h 1798e18a8b34SStefan HajnocziT: git https://github.com/ehabkost/qemu.git machine-next 17994fc264f4SEduardo Habkost 18006034011cSGongleiCryptodev Backends 18016034011cSGongleiM: Gonglei <arei.gonglei@huawei.com> 18026034011cSGongleiS: Maintained 18036034011cSGongleiF: include/sysemu/cryptodev*.h 18046034011cSGongleiF: backends/cryptodev*.c 18056034011cSGonglei 1806ad904f66SEduardo HabkostPython scripts 1807ad904f66SEduardo HabkostM: Eduardo Habkost <ehabkost@redhat.com> 1808ad904f66SEduardo HabkostM: Cleber Rosa <crosa@redhat.com> 1809ad904f66SEduardo HabkostS: Odd fixes 1810ad904f66SEduardo HabkostF: scripts/qmp/* 1811ad904f66SEduardo HabkostF: scripts/*.py 1812ad904f66SEduardo HabkostF: tests/*.py 1813ad904f66SEduardo Habkost 18148899b4aeSLuiz CapitulinoQAPI 18159740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 18168899b4aeSLuiz CapitulinoM: Michael Roth <mdroth@linux.vnet.ibm.com> 18179740618cSLuiz CapitulinoS: Supported 18188899b4aeSLuiz CapitulinoF: qapi/ 18190311c5bdSMarkus ArmbrusterX: qapi/*.json 1820ac4abb9aSMarkus ArmbrusterF: include/qapi/ 1821ac4abb9aSMarkus ArmbrusterX: include/qapi/qmp/ 1822ac4abb9aSMarkus ArmbrusterF: include/qapi/qmp/dispatch.h 1823c0bd0b50SPaolo BonziniF: tests/qapi-schema/ 1824ac4abb9aSMarkus ArmbrusterF: tests/test-*-visitor.c 1825e94630d3SMarkus ArmbrusterF: tests/test-qapi-*.c 1826ac4abb9aSMarkus ArmbrusterF: tests/test-qmp-*.c 1827e94630d3SMarkus ArmbrusterF: tests/test-visitor-serialization.c 1828be25fcc4SMarkus ArmbrusterF: scripts/qapi-gen.py 1829be25fcc4SMarkus ArmbrusterF: scripts/qapi/* 1830c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/qapi* 1831ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 18328899b4aeSLuiz Capitulino 18337810d291SLuiz CapitulinoQAPI Schema 18347810d291SLuiz CapitulinoM: Eric Blake <eblake@redhat.com> 18357810d291SLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 18367810d291SLuiz CapitulinoS: Supported 18370311c5bdSMarkus ArmbrusterF: qapi/*.json 1838ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 18397810d291SLuiz Capitulino 1840f3582ba4SLuiz CapitulinoQObject 1841daf5dc78SMarkus ArmbrusterM: Markus Armbruster <armbru@redhat.com> 1842daf5dc78SMarkus ArmbrusterS: Supported 1843f3582ba4SLuiz CapitulinoF: qobject/ 18447735d2b5SMarkus ArmbrusterF: include/qapi/qmp/ 18457735d2b5SMarkus ArmbrusterX: include/qapi/qmp/dispatch.h 1846a2f3453eSEric BlakeF: scripts/coccinelle/qobject.cocci 18477735d2b5SMarkus ArmbrusterF: tests/check-qdict.c 184801b2ffceSMarc-André LureauF: tests/check-qnum.c 18497735d2b5SMarkus ArmbrusterF: tests/check-qjson.c 18507735d2b5SMarkus ArmbrusterF: tests/check-qlist.c 18517735d2b5SMarkus ArmbrusterF: tests/check-qstring.c 1852ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 1853f3582ba4SLuiz Capitulino 1854f05d9999SMichael RothQEMU Guest Agent 1855f05d9999SMichael RothM: Michael Roth <mdroth@linux.vnet.ibm.com> 1856f05d9999SMichael RothS: Maintained 1857f05d9999SMichael RothF: qga/ 1858ab7f9f7dSPhilippe Mathieu-DaudéF: qemu-ga.texi 1859ab7f9f7dSPhilippe Mathieu-DaudéF: scripts/qemu-guest-agent/ 1860ab7f9f7dSPhilippe Mathieu-DaudéF: tests/test-qga.c 1861ab7f9f7dSPhilippe Mathieu-DaudéF: docs/interop/qemu-ga-ref.texi 1862e18a8b34SStefan HajnocziT: git https://github.com/mdroth/qemu.git qga 1863f05d9999SMichael Roth 18644688c94cSAndreas FärberQOM 18654688c94cSAndreas FärberM: Andreas Färber <afaerber@suse.de> 18664688c94cSAndreas FärberS: Supported 1867e18a8b34SStefan HajnocziT: git https://github.com/afaerber/qemu-cpu.git qom-next 18684688c94cSAndreas FärberF: include/qom/ 18694688c94cSAndreas FärberX: include/qom/cpu.h 18704688c94cSAndreas FärberF: qom/ 18714688c94cSAndreas FärberX: qom/cpu.c 18729f4aa7ceSAndreas FärberF: tests/check-qom-interface.c 18739f4aa7ceSAndreas FärberF: tests/check-qom-proplist.c 18744688c94cSAndreas Färber 18758899b4aeSLuiz CapitulinoQMP 18769740618cSLuiz CapitulinoM: Markus Armbruster <armbru@redhat.com> 18779740618cSLuiz CapitulinoS: Supported 18788899b4aeSLuiz CapitulinoF: qmp.c 18798899b4aeSLuiz CapitulinoF: monitor.c 1880c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/*qmp-* 18819740618cSLuiz CapitulinoF: scripts/qmp/ 1882f66e7ac8SMarkus ArmbrusterF: tests/qmp-test.c 1883d93bb9d5SMarkus ArmbrusterF: tests/qmp-cmd-test.c 1884ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/armbru.git qapi-next 18858899b4aeSLuiz Capitulino 188698a43bf0SPaolo Bonziniqtest 188798a43bf0SPaolo BonziniM: Thomas Huth <thuth@redhat.com> 188898a43bf0SPaolo BonziniM: Laurent Vivier <lvivier@redhat.com> 18892185fd67SPaolo BonziniR: Paolo Bonzini <pbonzini@redhat.com> 189098a43bf0SPaolo BonziniS: Maintained 189198a43bf0SPaolo BonziniF: qtest.c 189298a43bf0SPaolo BonziniF: tests/libqtest.* 189398a43bf0SPaolo BonziniF: tests/libqos/ 189498a43bf0SPaolo BonziniF: tests/*-test.c 189598a43bf0SPaolo Bonzini 1896cc0100f4SAlistair FrancisRegister API 1897c22e580cSAlistair FrancisM: Alistair Francis <alistair@alistair23.me> 1898cc0100f4SAlistair FrancisS: Maintained 1899cc0100f4SAlistair FrancisF: hw/core/register.c 1900cc0100f4SAlistair FrancisF: include/hw/register.h 190106a7b243SPhilippe Mathieu-DaudéF: include/hw/registerfields.h 1902cc0100f4SAlistair Francis 1903fd5d5c56SAnthony LiguoriSLIRP 1904eda509faSSamuel ThibaultM: Samuel Thibault <samuel.thibault@ens-lyon.org> 1905bafc72abSJan KiszkaM: Jan Kiszka <jan.kiszka@siemens.com> 1906bafc72abSJan KiszkaS: Maintained 1907fd5d5c56SAnthony LiguoriF: slirp/ 1908663fb1e1SThomas HuthF: net/slirp.c 1909d24b2b1cSThomas HuthF: include/net/slirp.h 191002cffe24SSamuel ThibaultT: git https://people.debian.org/~sthibault/qemu.git slirp 19111ab09a40SAndreas FärberT: git git://git.kiszka.org/qemu.git queues/slirp 1912fd5d5c56SAnthony Liguori 1913b1ed728aSPaolo BonziniStubs 1914b1ed728aSPaolo BonziniM: Paolo Bonzini <pbonzini@redhat.com> 1915b1ed728aSPaolo BonziniS: Maintained 1916b1ed728aSPaolo BonziniF: stubs/ 1917b1ed728aSPaolo Bonzini 1918598a3f35SStefan HajnocziTracing 19191cd0f8ceSStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 1920598a3f35SStefan HajnocziS: Maintained 1921598a3f35SStefan HajnocziF: trace/ 19220e076292SThomas HuthF: trace-events 19230e076292SThomas HuthF: qemu-option-trace.texi 1924f70fd8fdSLluís VilanovaF: scripts/tracetool.py 1925f70fd8fdSLluís VilanovaF: scripts/tracetool/ 1926c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/tracing.txt 1927e18a8b34SStefan HajnocziT: git https://github.com/stefanha/qemu.git tracing 1928598a3f35SStefan Hajnoczi 19293859b6cfSMarkus ArmbrusterTPM 19301f63669eSStefan BergerM: Stefan Berger <stefanb@linux.ibm.com> 19316b4f250bSStefan BergerS: Maintained 19323859b6cfSMarkus ArmbrusterF: tpm.c 1933c39f95dcSPhilippe Mathieu-DaudéF: stubs/tpm.c 19343859b6cfSMarkus ArmbrusterF: hw/tpm/* 19353859b6cfSMarkus ArmbrusterF: include/hw/acpi/tpm.h 19363859b6cfSMarkus ArmbrusterF: include/sysemu/tpm* 19373859b6cfSMarkus ArmbrusterF: qapi/tpm.json 19386b4f250bSStefan BergerF: backends/tpm.c 1939adb0e917SStefan BergerF: tests/*tpm* 1940e18a8b34SStefan HajnocziT: git https://github.com/stefanberger/qemu-tpm.git tpm-next 19413859b6cfSMarkus Armbruster 194214f40fdcSBlue SwirlCheckpatch 194314f40fdcSBlue SwirlS: Odd Fixes 194414f40fdcSBlue SwirlF: scripts/checkpatch.pl 194514f40fdcSBlue Swirl 1946c0787c8dSJuan QuintelaMigration 1947c0787c8dSJuan QuintelaM: Juan Quintela <quintela@redhat.com> 1948d7fc72ceSDr. David Alan GilbertM: Dr. David Alan Gilbert <dgilbert@redhat.com> 1949c0787c8dSJuan QuintelaS: Maintained 1950c0787c8dSJuan QuintelaF: include/migration/ 195144a1f946SDr. David Alan GilbertF: migration/ 1952c5515640SAmit ShahF: scripts/vmstate-static-checker.py 1953c5515640SAmit ShahF: tests/vmstate-static-checker-data/ 19542656bfd9SJuan QuintelaF: tests/migration-test.c 1955c468e368SMarkus ArmbrusterF: docs/devel/migration.rst 195648685a8eSMarkus ArmbrusterF: qapi/migration.json 1957c0787c8dSJuan Quintela 195892bfedb0SEduardo OtuboSeccomp 1959064983cbSotuboM: Eduardo Otubo <otubo@redhat.com> 196092bfedb0SEduardo OtuboS: Supported 196192bfedb0SEduardo OtuboF: qemu-seccomp.c 196292bfedb0SEduardo OtuboF: include/sysemu/seccomp.h 196392bfedb0SEduardo Otubo 1964ddbb0d09SDaniel P. BerrangeCryptography 1965ddbb0d09SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1966ddbb0d09SDaniel P. BerrangeS: Maintained 1967ddbb0d09SDaniel P. BerrangeF: crypto/ 1968ddbb0d09SDaniel P. BerrangeF: include/crypto/ 1969ddbb0d09SDaniel P. BerrangeF: tests/test-crypto-* 19703947ecfcSPhilippe Mathieu-DaudéF: tests/benchmark-crypto-* 1971899833cdSDaniel P. BerrangeF: qemu.sasl 1972ddbb0d09SDaniel P. Berrange 197310817bf0SDaniel P. BerrangeCoroutines 197410817bf0SDaniel P. BerrangeM: Stefan Hajnoczi <stefanha@redhat.com> 197510817bf0SDaniel P. BerrangeM: Kevin Wolf <kwolf@redhat.com> 197610817bf0SDaniel P. BerrangeF: util/*coroutine* 197710817bf0SDaniel P. BerrangeF: include/qemu/coroutine* 197810817bf0SDaniel P. BerrangeF: tests/test-coroutine.c 197910817bf0SDaniel P. Berrange 198088c5f205SDaniel P. BerrangeBuffers 198188c5f205SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 198288c5f205SDaniel P. BerrangeS: Odd fixes 198388c5f205SDaniel P. BerrangeF: util/buffer.c 198488c5f205SDaniel P. BerrangeF: include/qemu/buffer.h 198588c5f205SDaniel P. Berrange 1986666a3af9SDaniel P. BerrangeI/O Channels 1987666a3af9SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 1988666a3af9SDaniel P. BerrangeS: Maintained 1989666a3af9SDaniel P. BerrangeF: io/ 1990666a3af9SDaniel P. BerrangeF: include/io/ 1991666a3af9SDaniel P. BerrangeF: tests/test-io-* 1992666a3af9SDaniel P. Berrange 19935614a283SGerd HoffmannSockets 19945614a283SGerd HoffmannM: Daniel P. Berrange <berrange@redhat.com> 19955614a283SGerd HoffmannM: Gerd Hoffmann <kraxel@redhat.com> 19965614a283SGerd HoffmannS: Maintained 19975614a283SGerd HoffmannF: include/qemu/sockets.h 19985614a283SGerd HoffmannF: util/qemu-sockets.c 1999a2ff5a48SMarkus ArmbrusterF: qapi/sockets.json 20005614a283SGerd Hoffmann 2001d310d85bSAlberto GarciaThrottling infrastructure 2002d310d85bSAlberto GarciaM: Alberto Garcia <berto@igalia.com> 2003d310d85bSAlberto GarciaS: Supported 2004d310d85bSAlberto GarciaF: block/throttle-groups.c 2005d310d85bSAlberto GarciaF: include/block/throttle-groups.h 200689603938SPhilippe Mathieu-DaudéF: include/qemu/throttle*.h 2007d310d85bSAlberto GarciaF: util/throttle.c 200889603938SPhilippe Mathieu-DaudéF: docs/throttle.txt 200989603938SPhilippe Mathieu-DaudéF: tests/test-throttle.c 2010d310d85bSAlberto GarciaL: qemu-block@nongnu.org 2011d310d85bSAlberto Garcia 2012080d7aacSFam ZhengUUID 2013080d7aacSFam ZhengM: Fam Zheng <famz@redhat.com> 2014080d7aacSFam ZhengS: Supported 2015080d7aacSFam ZhengF: util/uuid.c 2016080d7aacSFam ZhengF: include/qemu/uuid.h 2017080d7aacSFam ZhengF: tests/test-uuid.c 2018080d7aacSFam Zheng 2019a4cc318eSzhanghailiangCOLO Framework 2020a4cc318eSzhanghailiangM: zhanghailiang <zhang.zhanghailiang@huawei.com> 2021a4cc318eSzhanghailiangS: Maintained 2022a4cc318eSzhanghailiangF: migration/colo* 2023a4cc318eSzhanghailiangF: include/migration/colo.h 2024a4cc318eSzhanghailiangF: include/migration/failover.h 2025a4cc318eSzhanghailiangF: docs/COLO-FT.txt 2026a4cc318eSzhanghailiang 202788f82ed1SZhang ChenCOLO Proxy 2028b38576cdSZhang ChenM: Zhang Chen <zhangckid@gmail.com> 202988f82ed1SZhang ChenM: Li Zhijian <lizhijian@cn.fujitsu.com> 203088f82ed1SZhang ChenS: Supported 203188f82ed1SZhang ChenF: docs/colo-proxy.txt 203288f82ed1SZhang ChenF: net/colo* 203388f82ed1SZhang ChenF: net/filter-rewriter.c 203488f82ed1SZhang ChenF: net/filter-mirror.c 203588f82ed1SZhang Chen 203662258201SPavel DovgalyukRecord/replay 203762258201SPavel DovgalyukM: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 203862258201SPavel DovgalyukR: Paolo Bonzini <pbonzini@redhat.com> 203970b7fba9SStefan HajnocziW: https://wiki.qemu.org/Features/record-replay 204062258201SPavel DovgalyukS: Supported 204162258201SPavel DovgalyukF: replay/* 204262258201SPavel DovgalyukF: block/blkreplay.c 204362258201SPavel DovgalyukF: net/filter-replay.c 204462258201SPavel DovgalyukF: include/sysemu/replay.h 204562258201SPavel DovgalyukF: docs/replay.txt 204662258201SPavel DovgalyukF: stubs/replay.c 204762258201SPavel Dovgalyuk 2048eecf5eedSPeter XuIOVA Tree 2049eecf5eedSPeter XuM: Peter Xu <peterx@redhat.com> 2050eecf5eedSPeter XuS: Maintained 2051eecf5eedSPeter XuF: include/qemu/iova-tree.h 2052eecf5eedSPeter XuF: util/iova-tree.c 2053eecf5eedSPeter Xu 20545ee547bbSViktor Prutyanovelf2dmp 20555ee547bbSViktor PrutyanovM: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 20565ee547bbSViktor PrutyanovS: Maintained 20575ee547bbSViktor PrutyanovF: contrib/elf2dmp/ 20585ee547bbSViktor Prutyanov 2059fd5d5c56SAnthony LiguoriUsermode Emulation 2060fd5d5c56SAnthony Liguori------------------ 2061486bbe5fSPaolo BonziniOverall 2062486bbe5fSPaolo BonziniM: Riku Voipio <riku.voipio@iki.fi> 2063486bbe5fSPaolo BonziniS: Maintained 2064486bbe5fSPaolo BonziniF: thunk.c 206558410666SPhilippe Mathieu-DaudéF: accel/tcg/user-exec*.c 2066486bbe5fSPaolo Bonzini 2067fd5d5c56SAnthony LiguoriBSD user 2068297e8005SMarkus ArmbrusterS: Orphan 2069fd5d5c56SAnthony LiguoriF: bsd-user/ 2070ccf0a57bSThomas HuthF: default-configs/*-bsd-user.mak 2071fd5d5c56SAnthony Liguori 2072fd5d5c56SAnthony LiguoriLinux user 2073fd5d5c56SAnthony LiguoriM: Riku Voipio <riku.voipio@iki.fi> 2074ecc1f5adSLaurent VivierR: Laurent Vivier <laurent@vivier.eu> 2075fd5d5c56SAnthony LiguoriS: Maintained 2076fd5d5c56SAnthony LiguoriF: linux-user/ 2077ccf0a57bSThomas HuthF: default-configs/*-linux-user.mak 2078e5dd9875SThomas HuthF: scripts/qemu-binfmt-conf.sh 207942f5a7e9SAurelien Jarno 208042f5a7e9SAurelien JarnoTiny Code Generator (TCG) 208142f5a7e9SAurelien Jarno------------------------- 208242f5a7e9SAurelien JarnoCommon code 2083cc7772bdSRichard HendersonM: Richard Henderson <rth@twiddle.net> 208442f5a7e9SAurelien JarnoS: Maintained 208542f5a7e9SAurelien JarnoF: tcg/ 208642f5a7e9SAurelien Jarno 2087b25a464cSClaudio FontanaAArch64 target 2088b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@huawei.com> 2089b25a464cSClaudio FontanaM: Claudio Fontana <claudio.fontana@gmail.com> 2090b25a464cSClaudio FontanaS: Maintained 2091b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 2092b25a464cSClaudio FontanaF: tcg/aarch64/ 2093c17652eeSPaolo BonziniF: disas/arm-a64.cc 2094c17652eeSPaolo BonziniF: disas/libvixl/ 2095b25a464cSClaudio Fontana 209642f5a7e9SAurelien JarnoARM target 209742f5a7e9SAurelien JarnoM: Andrzej Zaborowski <balrogg@gmail.com> 209842f5a7e9SAurelien JarnoS: Maintained 2099b4f2bd1cSPeter MaydellL: qemu-arm@nongnu.org 210042f5a7e9SAurelien JarnoF: tcg/arm/ 2101c17652eeSPaolo BonziniF: disas/arm.c 210242f5a7e9SAurelien Jarno 210342f5a7e9SAurelien Jarnoi386 target 21045dd4a88cSPaolo BonziniL: qemu-devel@nongnu.org 210542f5a7e9SAurelien JarnoS: Maintained 210642f5a7e9SAurelien JarnoF: tcg/i386/ 2107c17652eeSPaolo BonziniF: disas/i386.c 210842f5a7e9SAurelien Jarno 210942f5a7e9SAurelien JarnoMIPS target 2110d6eec7a2SPeter MaydellM: Aurelien Jarno <aurelien@aurel32.net> 211190b27c4cSAleksandar MarkovicR: Stefan Markovic <smarkovic@wavecomp.com> 211242f5a7e9SAurelien JarnoS: Maintained 211342f5a7e9SAurelien JarnoF: tcg/mips/ 2114c17652eeSPaolo BonziniF: disas/mips.c 211542f5a7e9SAurelien Jarno 211642f5a7e9SAurelien JarnoPPC 211715610d42SPranith KumarM: Richard Henderson <rth@twiddle.net> 211815610d42SPranith KumarS: Odd Fixes 211942f5a7e9SAurelien JarnoF: tcg/ppc/ 2120c17652eeSPaolo BonziniF: disas/ppc.c 212142f5a7e9SAurelien Jarno 212242f5a7e9SAurelien JarnoS390 target 212342f5a7e9SAurelien JarnoM: Richard Henderson <rth@twiddle.net> 212442f5a7e9SAurelien JarnoS: Maintained 212542f5a7e9SAurelien JarnoF: tcg/s390/ 2126c17652eeSPaolo BonziniF: disas/s390.c 2127146bd283SCornelia HuckL: qemu-s390x@nongnu.org 212842f5a7e9SAurelien Jarno 212942f5a7e9SAurelien JarnoSPARC target 2130297e8005SMarkus ArmbrusterS: Odd Fixes 213142f5a7e9SAurelien JarnoF: tcg/sparc/ 2132c17652eeSPaolo BonziniF: disas/sparc.c 2133bc75c9e5SStefan Weil 2134bc75c9e5SStefan WeilTCI target 2135bc75c9e5SStefan WeilM: Stefan Weil <sw@weilnetz.de> 2136bc75c9e5SStefan WeilS: Maintained 21378ef9cd55SAndreas FärberF: tcg/tci/ 2138752a2ae2SPhilippe Mathieu-DaudéF: tcg/tci.c 2139c17652eeSPaolo BonziniF: disas/tci.c 2140aa09c951SAndreas Färber 2141f05b328cSStefan HajnocziBlock drivers 2142f05b328cSStefan Hajnoczi------------- 2143f05b328cSStefan HajnocziVMDK 2144f05b328cSStefan HajnocziM: Fam Zheng <famz@redhat.com> 2145c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2146f05b328cSStefan HajnocziS: Supported 2147f05b328cSStefan HajnocziF: block/vmdk.c 2148f05b328cSStefan Hajnoczi 2149f05b328cSStefan HajnocziRBD 21505a8ac6d9SJosh DurginM: Josh Durgin <jdurgin@redhat.com> 2151280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2152280458a3SJeff CodyL: qemu-block@nongnu.org 2153f05b328cSStefan HajnocziS: Supported 2154f05b328cSStefan HajnocziF: block/rbd.c 2155e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 2156f05b328cSStefan Hajnoczi 2157f05b328cSStefan HajnocziSheepdog 2158f05b328cSStefan HajnocziM: Liu Yuan <namei.unix@gmail.com> 2159280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2160280458a3SJeff CodyL: qemu-block@nongnu.org 2161f05b328cSStefan HajnocziS: Supported 2162f05b328cSStefan HajnocziF: block/sheepdog.c 2163e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 2164f05b328cSStefan Hajnoczi 2165f05b328cSStefan HajnocziVHDX 2166f05b328cSStefan HajnocziM: Jeff Cody <jcody@redhat.com> 2167280458a3SJeff CodyL: qemu-block@nongnu.org 2168f05b328cSStefan HajnocziS: Supported 2169f05b328cSStefan HajnocziF: block/vhdx* 2170e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 2171f05b328cSStefan Hajnoczi 2172f05b328cSStefan HajnocziVDI 2173f05b328cSStefan HajnocziM: Stefan Weil <sw@weilnetz.de> 2174c95e4c0eSKevin WolfL: qemu-block@nongnu.org 2175f05b328cSStefan HajnocziS: Maintained 2176f05b328cSStefan HajnocziF: block/vdi.c 2177f05b328cSStefan Hajnoczi 2178f05b328cSStefan HajnocziiSCSI 2179f05b328cSStefan HajnocziM: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2180f05b328cSStefan HajnocziM: Paolo Bonzini <pbonzini@redhat.com> 2181f05b328cSStefan HajnocziM: Peter Lieven <pl@kamp.de> 2182c95e4c0eSKevin WolfL: qemu-block@nongnu.org 21832185fd67SPaolo BonziniS: Odd Fixes 2184f05b328cSStefan HajnocziF: block/iscsi.c 21852deb63c2SPeter LievenF: block/iscsi-opts.c 2186f05b328cSStefan Hajnoczi 218799c62e70SEric BlakeNetwork Block Device (NBD) 218899c62e70SEric BlakeM: Eric Blake <eblake@redhat.com> 218999c62e70SEric BlakeL: qemu-block@nongnu.org 219099c62e70SEric BlakeS: Maintained 219199c62e70SEric BlakeF: block/nbd* 219299c62e70SEric BlakeF: nbd/ 219399c62e70SEric BlakeF: include/block/nbd* 219499c62e70SEric BlakeF: qemu-nbd.* 219599c62e70SEric BlakeF: blockdev-nbd.c 21963229a835SVladimir Sementsov-OgievskiyF: docs/interop/nbd.txt 2197ebe2aad2SStefan HajnocziT: git https://repo.or.cz/qemu/ericb.git nbd 219899c62e70SEric Blake 21996542aa9cSPeter LievenNFS 2200280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 22016542aa9cSPeter LievenM: Peter Lieven <pl@kamp.de> 2202280458a3SJeff CodyL: qemu-block@nongnu.org 22036542aa9cSPeter LievenS: Maintained 22046542aa9cSPeter LievenF: block/nfs.c 2205e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 22066542aa9cSPeter Lieven 2207f05b328cSStefan HajnocziSSH 2208f05b328cSStefan HajnocziM: Richard W.M. Jones <rjones@redhat.com> 2209280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2210280458a3SJeff CodyL: qemu-block@nongnu.org 2211f05b328cSStefan HajnocziS: Supported 2212f05b328cSStefan HajnocziF: block/ssh.c 2213e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 2214c9a12e75SChrysostomos Nanakos 2215280458a3SJeff CodyCURL 2216280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2217280458a3SJeff CodyL: qemu-block@nongnu.org 2218280458a3SJeff CodyS: Supported 2219280458a3SJeff CodyF: block/curl.c 2220e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 2221280458a3SJeff Cody 2222280458a3SJeff CodyGLUSTER 2223280458a3SJeff CodyM: Jeff Cody <jcody@redhat.com> 2224280458a3SJeff CodyL: qemu-block@nongnu.org 2225280458a3SJeff CodyS: Supported 2226280458a3SJeff CodyF: block/gluster.c 2227e18a8b34SStefan HajnocziT: git https://github.com/codyprime/qemu-kvm-jtc.git block 2228b5e9476cSGonglei 2229199667a8SFam ZhengNull Block Driver 2230199667a8SFam ZhengM: Fam Zheng <famz@redhat.com> 2231199667a8SFam ZhengL: qemu-block@nongnu.org 2232199667a8SFam ZhengS: Supported 2233199667a8SFam ZhengF: block/null.c 2234199667a8SFam Zheng 2235bdd6a90aSFam ZhengNVMe Block Driver 2236bdd6a90aSFam ZhengM: Fam Zheng <famz@redhat.com> 2237bdd6a90aSFam ZhengL: qemu-block@nongnu.org 2238bdd6a90aSFam ZhengS: Supported 2239bdd6a90aSFam ZhengF: block/nvme* 2240bdd6a90aSFam Zheng 2241b5e9476cSGongleiBootdevice 2242b5e9476cSGongleiM: Gonglei <arei.gonglei@huawei.com> 2243b5e9476cSGongleiS: Maintained 2244b5e9476cSGongleiF: bootdevice.c 2245ecdda9e0SAlberto Garcia 2246ecdda9e0SAlberto GarciaQuorum 2247ecdda9e0SAlberto GarciaM: Alberto Garcia <berto@igalia.com> 2248ecdda9e0SAlberto GarciaS: Supported 2249ecdda9e0SAlberto GarciaF: block/quorum.c 2250ecdda9e0SAlberto GarciaL: qemu-block@nongnu.org 2251e7c6e631SStefan Hajnoczi 2252bfcc224eSAapo Vienamoblklogwrites 2253bfcc224eSAapo VienamoM: Ari Sundholm <ari@tuxera.com> 2254bfcc224eSAapo VienamoL: qemu-block@nongnu.org 2255bfcc224eSAapo VienamoS: Supported 2256bfcc224eSAapo VienamoF: block/blklogwrites.c 2257bfcc224eSAapo Vienamo 2258e7c6e631SStefan Hajnocziblkverify 2259e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2260e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2261e7c6e631SStefan HajnocziS: Supported 2262e7c6e631SStefan HajnocziF: block/blkverify.c 2263e7c6e631SStefan Hajnoczi 2264e7c6e631SStefan Hajnoczibochs 2265e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2266e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2267e7c6e631SStefan HajnocziS: Supported 2268e7c6e631SStefan HajnocziF: block/bochs.c 2269e7c6e631SStefan Hajnoczi 2270e7c6e631SStefan Hajnoczicloop 2271e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2272e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2273e7c6e631SStefan HajnocziS: Supported 2274e7c6e631SStefan HajnocziF: block/cloop.c 2275e7c6e631SStefan Hajnoczi 2276e7c6e631SStefan Hajnoczidmg 2277e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2278e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2279e7c6e631SStefan HajnocziS: Supported 2280e7c6e631SStefan HajnocziF: block/dmg.c 2281e7c6e631SStefan Hajnoczi 2282e7c6e631SStefan Hajnocziparallels 2283e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2284f3073712SDenis V. LunevM: Denis V. Lunev <den@openvz.org> 2285e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2286e7c6e631SStefan HajnocziS: Supported 2287e7c6e631SStefan HajnocziF: block/parallels.c 22885746c1cdSPhilippe Mathieu-DaudéF: docs/interop/parallels.txt 2289e7c6e631SStefan Hajnoczi 2290e7c6e631SStefan Hajnocziqed 2291e7c6e631SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2292e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2293e7c6e631SStefan HajnocziS: Supported 2294e7c6e631SStefan HajnocziF: block/qed.c 2295e7c6e631SStefan Hajnoczi 2296e7c6e631SStefan Hajnocziraw 2297e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2298e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2299e7c6e631SStefan HajnocziS: Supported 2300e7c6e631SStefan HajnocziF: block/linux-aio.c 2301f586d5fcSMarkus ArmbrusterF: include/block/raw-aio.h 23022e6fc7ebSEric BlakeF: block/raw-format.c 2303c1bb86cdSEric BlakeF: block/file-posix.c 2304c1bb86cdSEric BlakeF: block/file-win32.c 2305e7c6e631SStefan HajnocziF: block/win32-aio.c 2306e7c6e631SStefan Hajnoczi 2307e7c6e631SStefan Hajnocziqcow2 2308e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2309c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 2310e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2311e7c6e631SStefan HajnocziS: Supported 2312e7c6e631SStefan HajnocziF: block/qcow2* 2313b24f9882SPhilippe Mathieu-DaudéF: docs/interop/qcow2.txt 2314e7c6e631SStefan Hajnoczi 2315e7c6e631SStefan Hajnocziqcow 2316e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2317e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2318e7c6e631SStefan HajnocziS: Supported 2319e7c6e631SStefan HajnocziF: block/qcow.c 2320e7c6e631SStefan Hajnoczi 2321e7c6e631SStefan Hajnocziblkdebug 2322e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2323c4189d85SMax ReitzM: Max Reitz <mreitz@redhat.com> 2324e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2325e7c6e631SStefan HajnocziS: Supported 2326e7c6e631SStefan HajnocziF: block/blkdebug.c 2327e7c6e631SStefan Hajnoczi 2328e7c6e631SStefan Hajnoczivpc 2329e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2330e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2331e7c6e631SStefan HajnocziS: Supported 2332e7c6e631SStefan HajnocziF: block/vpc.c 2333e7c6e631SStefan Hajnoczi 2334e7c6e631SStefan Hajnoczivvfat 2335e7c6e631SStefan HajnocziM: Kevin Wolf <kwolf@redhat.com> 2336e7c6e631SStefan HajnocziL: qemu-block@nongnu.org 2337e7c6e631SStefan HajnocziS: Supported 2338e7c6e631SStefan HajnocziF: block/vvfat.c 2339abfe4e94SStefan Hajnoczi 2340abfe4e94SStefan HajnocziImage format fuzzer 2341abfe4e94SStefan HajnocziM: Stefan Hajnoczi <stefanha@redhat.com> 2342abfe4e94SStefan HajnocziL: qemu-block@nongnu.org 2343abfe4e94SStefan HajnocziS: Supported 2344abfe4e94SStefan HajnocziF: tests/image-fuzzer/ 2345717171bdSDaniel P. Berrange 2346049105a3SChanglong XieReplication 2347205f8618SChanglong XieM: Wen Congyang <wencongyang2@huawei.com> 23483ccc0a01SZhang ChenM: Xie Changlong <xiechanglong.d@gmail.com> 2349049105a3SChanglong XieS: Supported 2350049105a3SChanglong XieF: replication* 2351049105a3SChanglong XieF: block/replication.c 2352049105a3SChanglong XieF: tests/test-replication.c 2353049105a3SChanglong XieF: docs/block-replication.txt 2354049105a3SChanglong Xie 2355a3defabbSMarcel ApfelbaumPVRDMA 2356a3defabbSMarcel ApfelbaumM: Yuval Shaia <yuval.shaia@oracle.com> 2357fe355cbdSMarcel ApfelbaumM: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2358a3defabbSMarcel ApfelbaumS: Maintained 2359a3defabbSMarcel ApfelbaumF: hw/rdma/* 2360a3defabbSMarcel ApfelbaumF: hw/rdma/vmw/* 2361a3defabbSMarcel ApfelbaumF: docs/pvrdma.txt 2362a3defabbSMarcel Apfelbaum 2363b9e02c06SAlex BennéeBuild and test automation 2364b9e02c06SAlex Bennée------------------------- 23650475a03eSEduardo HabkostBuild and test automation 2366b9e02c06SAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 2367e70dc7f8SAlex BennéeM: Fam Zheng <famz@redhat.com> 236832b9ca98SPhilippe Mathieu-DaudéR: Philippe Mathieu-Daudé <f4bug@amsat.org> 2369b9e02c06SAlex BennéeL: qemu-devel@nongnu.org 2370e70dc7f8SAlex BennéeS: Maintained 2371b9e02c06SAlex BennéeF: .travis.yml 23720708e647SAlex BennéeF: scripts/travis/ 2373d92d886aSAlex BennéeF: .shippable.yml 2374e70dc7f8SAlex BennéeF: tests/docker/ 237518023821SFam ZhengF: tests/vm/ 2376e70dc7f8SAlex BennéeW: https://travis-ci.org/qemu/qemu 23772a747008SPhilippe Mathieu-DaudéW: https://app.shippable.com/github/qemu/qemu 2378e70dc7f8SAlex BennéeW: http://patchew.org/QEMU/ 2379717171bdSDaniel P. Berrange 23807e97017eSAlex BennéeGuest Test Compilation Support 23817e97017eSAlex BennéeM: Alex Bennée <alex.bennee@linaro.org> 23827e97017eSAlex BennéeR: Philippe Mathieu-Daudé <f4bug@amsat.org> 23837e97017eSAlex BennéeF: tests/tcg/Makefile 2384c722a9e4SAlex BennéeF: tests/tcg/Makefile.include 23857e97017eSAlex BennéeL: qemu-devel@nongnu.org 23867e97017eSAlex Bennée 2387717171bdSDaniel P. BerrangeDocumentation 2388717171bdSDaniel P. Berrange------------- 2389717171bdSDaniel P. BerrangeBuild system architecture 2390717171bdSDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2391717171bdSDaniel P. BerrangeS: Odd Fixes 2392c39cdbf6SPhilippe Mathieu-DaudéF: docs/devel/build-system.txt 23938a49e97fSFam Zheng 2394b02c9bc3SMarkus ArmbrusterIncompatible changes 2395b02c9bc3SMarkus ArmbrusterR: libvir-list@redhat.com 2396b02c9bc3SMarkus ArmbrusterF: qemu-deprecated.texi 2397b02c9bc3SMarkus Armbruster 2398aef45d51SDaniel P. BerrangeBuild System 2399aef45d51SDaniel P. Berrange------------ 2400aef45d51SDaniel P. BerrangeGIT submodules 2401aef45d51SDaniel P. BerrangeM: Daniel P. Berrange <berrange@redhat.com> 2402aef45d51SDaniel P. BerrangeS: Odd Fixes 2403aef45d51SDaniel P. BerrangeF: scripts/git-submodule.sh 2404