1QEMU Maintainers 2================ 3 4The intention of this file is not to establish who owns what portions of the 5code base, but to provide a set of names that developers can consult when they 6have a question about a particular subset and also to provide a set of names 7to be CC'd when submitting a patch to obtain appropriate review. 8 9In general, if you have a question about inclusion of a patch, you should 10consult qemu-devel and not any specific individual privately. 11 12Descriptions of section entries: 13 14 M: Mail patches to: FullName <address@domain> 15 Maintainers are looking after a certain area and must be CCed on 16 patches. They are considered the main contact point. 17 R: Designated reviewer: FullName <address@domain> 18 These reviewers should be CCed on patches. 19 Reviewers are familiar with the subject matter and provide feedback 20 even though they are not maintainers. 21 L: Mailing list that is relevant to this area 22 These lists should be CCed on patches. 23 W: Web-page with status/info 24 Q: Patchwork web based patch tracking system site 25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 26 S: Status, one of the following: 27 Supported: Someone is actually paid to look after this. 28 Maintained: Someone actually looks after it. 29 Odd Fixes: It has a maintainer but they don't have time to do 30 much other than throw the odd patch in. See below. 31 Orphan: No current maintainer [but maybe you could take the 32 role as you write your new code]. 33 Obsolete: Old code. Something tagged obsolete generally means 34 it has been replaced by a better system and you 35 should be using that. 36 F: Files and directories with wildcard patterns. 37 A trailing slash includes all files and subdirectory files. 38 F: drivers/net/ all files in and below drivers/net 39 F: drivers/net/* all files in drivers/net, but not below 40 F: */net/* all files in "any top level directory"/net 41 One pattern per line. Multiple F: lines acceptable. 42 X: Files and directories that are NOT maintained, same rules as F: 43 Files exclusions are tested before file matches. 44 Can be useful for excluding a specific subdirectory, for instance: 45 F: net/ 46 X: net/ipv6/ 47 matches all files in and below net excluding net/ipv6/ 48 K: Keyword perl extended regex pattern to match content in a 49 patch or file. For instance: 50 K: of_get_profile 51 matches patches or files that contain "of_get_profile" 52 K: \b(printk|pr_(info|err))\b 53 matches patches or files that contain one or more of the words 54 printk, pr_info or pr_err 55 One regex pattern per line. Multiple K: lines acceptable. 56 57 58General Project Administration 59------------------------------ 60M: Peter Maydell <peter.maydell@linaro.org> 61 62All patches CC here 63L: qemu-devel@nongnu.org 64F: * 65F: */ 66 67Responsible Disclosure, Reporting Security Issues 68------------------------------------------------- 69W: https://wiki.qemu.org/SecurityProcess 70M: Michael S. Tsirkin <mst@redhat.com> 71L: secalert@redhat.com 72 73Trivial patches 74--------------- 75Trivial patches 76M: Michael Tokarev <mjt@tls.msk.ru> 77M: Laurent Vivier <laurent@vivier.eu> 78S: Maintained 79L: qemu-trivial@nongnu.org 80K: ^Subject:.*(?i)trivial 81T: git git://git.corpit.ru/qemu.git trivial-patches 82T: git https://github.com/vivier/qemu.git trivial-patches 83 84Architecture support 85-------------------- 86S390 general architecture support 87M: Cornelia Huck <cohuck@redhat.com> 88S: Supported 89F: default-configs/s390x-softmmu.mak 90F: gdb-xml/s390*.xml 91F: hw/char/sclp*.[hc] 92F: hw/char/terminal3270.c 93F: hw/intc/s390_flic.c 94F: hw/intc/s390_flic_kvm.c 95F: hw/s390x/ 96F: hw/vfio/ap.c 97F: hw/vfio/ccw.c 98F: hw/watchdog/wdt_diag288.c 99F: include/hw/s390x/ 100F: include/hw/watchdog/wdt_diag288.h 101F: pc-bios/s390-ccw/ 102F: pc-bios/s390-ccw.img 103F: target/s390x/ 104F: docs/vfio-ap.txt 105F: tests/migration/s390x/ 106K: ^Subject:.*(?i)s390x? 107T: git https://github.com/cohuck/qemu.git s390-next 108L: qemu-s390x@nongnu.org 109 110Guest CPU cores (TCG) 111--------------------- 112Overall TCG CPUs 113M: Richard Henderson <rth@twiddle.net> 114R: Paolo Bonzini <pbonzini@redhat.com> 115S: Maintained 116F: cpus.c 117F: exec.c 118F: accel/tcg/ 119F: accel/stubs/tcg-stub.c 120F: scripts/decodetree.py 121F: docs/devel/decodetree.rst 122F: include/exec/cpu*.h 123F: include/exec/exec-all.h 124F: include/exec/helper*.h 125F: include/exec/tb-hash.h 126F: include/sysemu/cpus.h 127F: include/sysemu/tcg.h 128 129FPU emulation 130M: Aurelien Jarno <aurelien@aurel32.net> 131M: Peter Maydell <peter.maydell@linaro.org> 132M: Alex Bennée <alex.bennee@linaro.org> 133S: Maintained 134F: fpu/ 135F: include/fpu/ 136F: tests/fp/ 137 138Alpha TCG CPUs 139M: Richard Henderson <rth@twiddle.net> 140S: Maintained 141F: target/alpha/ 142F: tests/tcg/alpha/ 143F: disas/alpha.c 144 145ARM TCG CPUs 146M: Peter Maydell <peter.maydell@linaro.org> 147L: qemu-arm@nongnu.org 148S: Maintained 149F: target/arm/ 150F: tests/tcg/arm/ 151F: tests/tcg/aarch64/ 152F: hw/arm/ 153F: hw/cpu/a*mpcore.c 154F: include/hw/cpu/a*mpcore.h 155F: disas/arm.c 156F: disas/arm-a64.cc 157F: disas/libvixl/ 158F: docs/system/target-arm.rst 159 160ARM SMMU 161M: Eric Auger <eric.auger@redhat.com> 162L: qemu-arm@nongnu.org 163S: Maintained 164F: hw/arm/smmu* 165F: include/hw/arm/smmu* 166 167CRIS TCG CPUs 168M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 169S: Maintained 170F: target/cris/ 171F: hw/cris/ 172F: include/hw/cris/ 173F: tests/tcg/cris/ 174F: disas/cris.c 175 176HPPA (PA-RISC) TCG CPUs 177M: Richard Henderson <rth@twiddle.net> 178S: Maintained 179F: target/hppa/ 180F: hw/hppa/ 181F: disas/hppa.c 182F: hw/net/*i82596* 183F: include/hw/net/lasi_82596.h 184 185LM32 TCG CPUs 186M: Michael Walle <michael@walle.cc> 187S: Maintained 188F: target/lm32/ 189F: disas/lm32.c 190F: hw/lm32/ 191F: hw/*/lm32_* 192F: hw/*/milkymist-* 193F: include/hw/display/milkymist_tmu2.h 194F: include/hw/char/lm32_juart.h 195F: include/hw/lm32/ 196F: tests/tcg/lm32/ 197 198M68K TCG CPUs 199M: Laurent Vivier <laurent@vivier.eu> 200S: Maintained 201F: target/m68k/ 202F: disas/m68k.c 203 204MicroBlaze TCG CPUs 205M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 206S: Maintained 207F: target/microblaze/ 208F: hw/microblaze/ 209F: disas/microblaze.c 210 211MIPS TCG CPUs 212M: Aurelien Jarno <aurelien@aurel32.net> 213M: Aleksandar Markovic <amarkovic@wavecomp.com> 214R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 215S: Maintained 216F: target/mips/ 217F: default-configs/*mips* 218F: disas/*mips* 219F: docs/system/cpu-models-mips.rst.inc 220F: hw/intc/mips_gic.c 221F: hw/mips/ 222F: hw/misc/mips_* 223F: hw/timer/mips_gictimer.c 224F: include/hw/intc/mips_gic.h 225F: include/hw/mips/ 226F: include/hw/misc/mips_* 227F: include/hw/timer/mips_gictimer.h 228F: tests/acceptance/linux_ssh_mips_malta.py 229F: tests/tcg/mips/ 230K: ^Subject:.*(?i)mips 231 232Moxie TCG CPUs 233M: Anthony Green <green@moxielogic.com> 234S: Maintained 235F: target/moxie/ 236F: disas/moxie.c 237F: hw/moxie/ 238F: default-configs/moxie-softmmu.mak 239 240NiosII TCG CPUs 241M: Chris Wulff <crwulff@gmail.com> 242M: Marek Vasut <marex@denx.de> 243S: Maintained 244F: target/nios2/ 245F: hw/nios2/ 246F: hw/intc/nios2_iic.c 247F: disas/nios2.c 248F: default-configs/nios2-softmmu.mak 249 250OpenRISC TCG CPUs 251M: Stafford Horne <shorne@gmail.com> 252S: Odd Fixes 253F: target/openrisc/ 254F: hw/openrisc/ 255F: tests/tcg/openrisc/ 256 257PowerPC TCG CPUs 258M: David Gibson <david@gibson.dropbear.id.au> 259L: qemu-ppc@nongnu.org 260S: Maintained 261F: target/ppc/ 262F: hw/ppc/ 263F: include/hw/ppc/ 264F: disas/ppc.c 265 266RISC-V TCG CPUs 267M: Palmer Dabbelt <palmer@dabbelt.com> 268M: Alistair Francis <Alistair.Francis@wdc.com> 269M: Sagar Karandikar <sagark@eecs.berkeley.edu> 270M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 271L: qemu-riscv@nongnu.org 272S: Supported 273F: target/riscv/ 274F: hw/riscv/ 275F: include/hw/riscv/ 276F: linux-user/host/riscv32/ 277F: linux-user/host/riscv64/ 278 279S390 TCG CPUs 280M: Richard Henderson <rth@twiddle.net> 281M: David Hildenbrand <david@redhat.com> 282S: Maintained 283F: target/s390x/ 284F: hw/s390x/ 285F: disas/s390.c 286F: tests/tcg/s390x/ 287L: qemu-s390x@nongnu.org 288 289SH4 TCG CPUs 290M: Aurelien Jarno <aurelien@aurel32.net> 291S: Odd Fixes 292F: target/sh4/ 293F: hw/sh4/ 294F: disas/sh4.c 295F: include/hw/sh4/ 296 297SPARC TCG CPUs 298M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 299M: Artyom Tarasenko <atar4qemu@gmail.com> 300S: Maintained 301F: target/sparc/ 302F: hw/sparc/ 303F: hw/sparc64/ 304F: include/hw/sparc/sparc64.h 305F: disas/sparc.c 306 307UniCore32 TCG CPUs 308M: Guan Xuetao <gxt@mprc.pku.edu.cn> 309S: Maintained 310F: target/unicore32/ 311F: hw/unicore32/ 312F: include/hw/unicore32/ 313 314X86 TCG CPUs 315M: Paolo Bonzini <pbonzini@redhat.com> 316M: Richard Henderson <rth@twiddle.net> 317M: Eduardo Habkost <ehabkost@redhat.com> 318S: Maintained 319F: target/i386/ 320F: tests/tcg/i386/ 321F: tests/tcg/x86_64/ 322F: hw/i386/ 323F: disas/i386.c 324F: docs/system/cpu-models-x86.rst.inc 325T: git https://github.com/ehabkost/qemu.git x86-next 326 327Xtensa TCG CPUs 328M: Max Filippov <jcmvbkbc@gmail.com> 329W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 330S: Maintained 331F: target/xtensa/ 332F: hw/xtensa/ 333F: tests/tcg/xtensa/ 334F: disas/xtensa.c 335F: include/hw/xtensa/xtensa-isa.h 336F: default-configs/xtensa*.mak 337 338TriCore TCG CPUs 339M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 340S: Maintained 341F: target/tricore/ 342F: hw/tricore/ 343F: include/hw/tricore/ 344 345Multiarch Linux User Tests 346M: Alex Bennée <alex.bennee@linaro.org> 347S: Maintained 348F: tests/tcg/multiarch/ 349 350Guest CPU Cores (KVM) 351--------------------- 352Overall KVM CPUs 353M: Paolo Bonzini <pbonzini@redhat.com> 354L: kvm@vger.kernel.org 355S: Supported 356F: */kvm.* 357F: accel/kvm/ 358F: accel/stubs/kvm-stub.c 359F: include/hw/kvm/ 360F: include/sysemu/kvm*.h 361F: scripts/kvm/kvm_flightrecorder 362 363ARM KVM CPUs 364M: Peter Maydell <peter.maydell@linaro.org> 365L: qemu-arm@nongnu.org 366S: Maintained 367F: target/arm/kvm.c 368 369MIPS KVM CPUs 370M: Aleksandar Markovic <aleksandar.m.mail@gmail.com> 371S: Odd Fixes 372F: target/mips/kvm.c 373 374PPC KVM CPUs 375M: David Gibson <david@gibson.dropbear.id.au> 376S: Maintained 377F: target/ppc/kvm.c 378 379S390 KVM CPUs 380M: Halil Pasic <pasic@linux.ibm.com> 381M: Cornelia Huck <cohuck@redhat.com> 382M: Christian Borntraeger <borntraeger@de.ibm.com> 383S: Supported 384F: target/s390x/kvm.c 385F: target/s390x/kvm_s390x.h 386F: target/s390x/kvm-stub.c 387F: target/s390x/ioinst.[ch] 388F: target/s390x/machine.c 389F: target/s390x/sigp.c 390F: target/s390x/cpu_features*.[ch] 391F: target/s390x/cpu_models.[ch] 392F: hw/intc/s390_flic.c 393F: hw/intc/s390_flic_kvm.c 394F: include/hw/s390x/s390_flic.h 395F: gdb-xml/s390*.xml 396T: git https://github.com/cohuck/qemu.git s390-next 397T: git https://github.com/borntraeger/qemu.git s390-next 398L: qemu-s390x@nongnu.org 399 400X86 KVM CPUs 401M: Paolo Bonzini <pbonzini@redhat.com> 402M: Marcelo Tosatti <mtosatti@redhat.com> 403L: kvm@vger.kernel.org 404S: Supported 405F: target/i386/kvm.c 406F: scripts/kvm/vmxcap 407 408WHPX CPUs 409M: Sunil Muthuswamy <sunilmut@microsoft.com> 410S: Supported 411F: target/i386/whpx-all.c 412F: target/i386/whp-dispatch.h 413F: accel/stubs/whpx-stub.c 414F: include/sysemu/whpx.h 415 416Guest CPU Cores (Xen) 417--------------------- 418X86 Xen CPUs 419M: Stefano Stabellini <sstabellini@kernel.org> 420M: Anthony Perard <anthony.perard@citrix.com> 421M: Paul Durrant <paul@xen.org> 422L: xen-devel@lists.xenproject.org 423S: Supported 424F: */xen* 425F: hw/9pfs/xen-9p* 426F: hw/char/xen_console.c 427F: hw/display/xenfb.c 428F: hw/net/xen_nic.c 429F: hw/block/xen* 430F: hw/block/dataplane/xen* 431F: hw/xen/ 432F: hw/xenpv/ 433F: hw/i386/xen/ 434F: hw/pci-host/xen_igd_pt.c 435F: include/hw/block/dataplane/xen* 436F: include/hw/xen/ 437F: include/sysemu/xen-mapcache.h 438 439Hosts 440----- 441LINUX 442M: Michael S. Tsirkin <mst@redhat.com> 443M: Cornelia Huck <cohuck@redhat.com> 444M: Paolo Bonzini <pbonzini@redhat.com> 445S: Maintained 446F: linux-headers/ 447F: scripts/update-linux-headers.sh 448 449POSIX 450M: Paolo Bonzini <pbonzini@redhat.com> 451S: Maintained 452F: os-posix.c 453F: include/sysemu/os-posix.h 454F: util/*posix*.c 455F: include/qemu/*posix*.h 456 457NETBSD 458M: Kamil Rytarowski <kamil@netbsd.org> 459S: Maintained 460K: ^Subject:.*(?i)NetBSD 461 462OPENBSD 463M: Brad Smith <brad@comstyle.com> 464S: Maintained 465K: ^Subject:.*(?i)OpenBSD 466 467W32, W64 468M: Stefan Weil <sw@weilnetz.de> 469S: Maintained 470F: *win32* 471F: */*win32* 472F: include/*/*win32* 473X: qga/*win32* 474F: qemu.nsi 475 476Alpha Machines 477-------------- 478M: Richard Henderson <rth@twiddle.net> 479S: Maintained 480F: hw/alpha/ 481F: hw/isa/smc37c669-superio.c 482F: tests/tcg/alpha/system/ 483 484ARM Machines 485------------ 486Allwinner-a10 487M: Beniamino Galvani <b.galvani@gmail.com> 488M: Peter Maydell <peter.maydell@linaro.org> 489L: qemu-arm@nongnu.org 490S: Odd Fixes 491F: hw/*/allwinner* 492F: include/hw/*/allwinner* 493F: hw/arm/cubieboard.c 494 495Allwinner-h3 496M: Niek Linnenbank <nieklinnenbank@gmail.com> 497L: qemu-arm@nongnu.org 498S: Maintained 499F: hw/*/allwinner-h3* 500F: include/hw/*/allwinner-h3* 501F: hw/arm/orangepi.c 502F: docs/system/orangepi.rst 503 504ARM PrimeCell and CMSDK devices 505M: Peter Maydell <peter.maydell@linaro.org> 506L: qemu-arm@nongnu.org 507S: Maintained 508F: hw/char/pl011.c 509F: include/hw/char/pl011.h 510F: hw/display/pl110* 511F: hw/dma/pl080.c 512F: include/hw/dma/pl080.h 513F: hw/dma/pl330.c 514F: hw/gpio/pl061.c 515F: hw/input/pl050.c 516F: hw/intc/pl190.c 517F: hw/sd/pl181.c 518F: hw/ssi/pl022.c 519F: include/hw/ssi/pl022.h 520F: hw/rtc/pl031.c 521F: include/hw/rtc/pl031.h 522F: include/hw/arm/primecell.h 523F: hw/timer/cmsdk-apb-timer.c 524F: include/hw/timer/cmsdk-apb-timer.h 525F: hw/timer/cmsdk-apb-dualtimer.c 526F: include/hw/timer/cmsdk-apb-dualtimer.h 527F: hw/char/cmsdk-apb-uart.c 528F: include/hw/char/cmsdk-apb-uart.h 529F: hw/watchdog/cmsdk-apb-watchdog.c 530F: include/hw/watchdog/cmsdk-apb-watchdog.h 531F: hw/misc/tz-ppc.c 532F: include/hw/misc/tz-ppc.h 533F: hw/misc/tz-mpc.c 534F: include/hw/misc/tz-mpc.h 535F: hw/misc/tz-msc.c 536F: include/hw/misc/tz-msc.h 537 538ARM cores 539M: Peter Maydell <peter.maydell@linaro.org> 540L: qemu-arm@nongnu.org 541S: Maintained 542F: hw/intc/arm* 543F: hw/intc/gic_internal.h 544F: hw/misc/a9scu.c 545F: hw/misc/arm11scu.c 546F: hw/misc/arm_l2x0.c 547F: hw/timer/a9gtimer* 548F: hw/timer/arm* 549F: include/hw/arm/arm*.h 550F: include/hw/intc/arm* 551F: include/hw/misc/a9scu.h 552F: include/hw/misc/arm11scu.h 553F: include/hw/timer/a9gtimer.h 554F: include/hw/timer/arm_mptimer.h 555F: include/hw/timer/armv7m_systick.h 556F: tests/qtest/test-arm-mptimer.c 557 558Exynos 559M: Igor Mitsyanko <i.mitsyanko@gmail.com> 560M: Peter Maydell <peter.maydell@linaro.org> 561L: qemu-arm@nongnu.org 562S: Odd Fixes 563F: hw/*/exynos* 564F: include/hw/arm/exynos4210.h 565 566Calxeda Highbank 567M: Rob Herring <robh@kernel.org> 568M: Peter Maydell <peter.maydell@linaro.org> 569L: qemu-arm@nongnu.org 570S: Odd Fixes 571F: hw/arm/highbank.c 572F: hw/net/xgmac.c 573 574Canon DIGIC 575M: Antony Pavlov <antonynpavlov@gmail.com> 576M: Peter Maydell <peter.maydell@linaro.org> 577L: qemu-arm@nongnu.org 578S: Odd Fixes 579F: include/hw/arm/digic.h 580F: hw/*/digic* 581F: include/hw/*/digic* 582 583Goldfish RTC 584M: Anup Patel <anup.patel@wdc.com> 585M: Alistair Francis <Alistair.Francis@wdc.com> 586L: qemu-riscv@nongnu.org 587S: Maintained 588F: hw/rtc/goldfish_rtc.c 589F: include/hw/rtc/goldfish_rtc.h 590 591Gumstix 592M: Peter Maydell <peter.maydell@linaro.org> 593R: Philippe Mathieu-Daudé <f4bug@amsat.org> 594L: qemu-arm@nongnu.org 595S: Odd Fixes 596F: hw/arm/gumstix.c 597 598i.MX25 PDK 599M: Peter Maydell <peter.maydell@linaro.org> 600R: Jean-Christophe Dubois <jcd@tribudubois.net> 601L: qemu-arm@nongnu.org 602S: Odd Fixes 603F: hw/arm/fsl-imx25.c 604F: hw/arm/imx25_pdk.c 605F: hw/misc/imx25_ccm.c 606F: include/hw/arm/fsl-imx25.h 607F: include/hw/misc/imx25_ccm.h 608 609i.MX31 (kzm) 610M: Peter Chubb <peter.chubb@nicta.com.au> 611M: Peter Maydell <peter.maydell@linaro.org> 612L: qemu-arm@nongnu.org 613S: Odd Fixes 614F: hw/arm/kzm.c 615F: hw/*/imx_* 616F: hw/*/*imx31* 617F: include/hw/*/imx_* 618F: include/hw/*/*imx31* 619 620Integrator CP 621M: Peter Maydell <peter.maydell@linaro.org> 622L: qemu-arm@nongnu.org 623S: Maintained 624F: hw/arm/integratorcp.c 625F: hw/misc/arm_integrator_debug.c 626F: include/hw/misc/arm_integrator_debug.h 627F: tests/acceptance/machine_arm_integratorcp.py 628F: docs/system/arm/integratorcp.rst 629 630MCIMX6UL EVK / i.MX6ul 631M: Peter Maydell <peter.maydell@linaro.org> 632R: Jean-Christophe Dubois <jcd@tribudubois.net> 633L: qemu-arm@nongnu.org 634S: Odd Fixes 635F: hw/arm/mcimx6ul-evk.c 636F: hw/arm/fsl-imx6ul.c 637F: hw/misc/imx6ul_ccm.c 638F: include/hw/arm/fsl-imx6ul.h 639F: include/hw/misc/imx6ul_ccm.h 640 641MCIMX7D SABRE / i.MX7 642M: Peter Maydell <peter.maydell@linaro.org> 643R: Andrey Smirnov <andrew.smirnov@gmail.com> 644L: qemu-arm@nongnu.org 645S: Odd Fixes 646F: hw/arm/mcimx7d-sabre.c 647F: hw/arm/fsl-imx7.c 648F: hw/misc/imx7_*.c 649F: include/hw/arm/fsl-imx7.h 650F: include/hw/misc/imx7_*.h 651F: hw/pci-host/designware.c 652F: include/hw/pci-host/designware.h 653 654MPS2 655M: Peter Maydell <peter.maydell@linaro.org> 656L: qemu-arm@nongnu.org 657S: Maintained 658F: hw/arm/mps2.c 659F: hw/arm/mps2-tz.c 660F: hw/misc/mps2-*.c 661F: include/hw/misc/mps2-*.h 662F: hw/arm/armsse.c 663F: include/hw/arm/armsse.h 664F: hw/misc/iotkit-secctl.c 665F: include/hw/misc/iotkit-secctl.h 666F: hw/misc/iotkit-sysctl.c 667F: include/hw/misc/iotkit-sysctl.h 668F: hw/misc/iotkit-sysinfo.c 669F: include/hw/misc/iotkit-sysinfo.h 670F: hw/misc/armsse-cpuid.c 671F: include/hw/misc/armsse-cpuid.h 672F: hw/misc/armsse-mhu.c 673F: include/hw/misc/armsse-mhu.h 674 675Musca 676M: Peter Maydell <peter.maydell@linaro.org> 677L: qemu-arm@nongnu.org 678S: Maintained 679F: hw/arm/musca.c 680 681Musicpal 682M: Jan Kiszka <jan.kiszka@web.de> 683M: Peter Maydell <peter.maydell@linaro.org> 684L: qemu-arm@nongnu.org 685S: Odd Fixes 686F: hw/arm/musicpal.c 687F: docs/system/arm/musicpal.rst 688 689nSeries 690M: Andrzej Zaborowski <balrogg@gmail.com> 691M: Peter Maydell <peter.maydell@linaro.org> 692L: qemu-arm@nongnu.org 693S: Odd Fixes 694F: hw/arm/nseries.c 695F: hw/display/blizzard.c 696F: hw/input/lm832x.c 697F: hw/input/tsc2005.c 698F: hw/misc/cbus.c 699F: hw/rtc/twl92230.c 700F: include/hw/display/blizzard.h 701F: include/hw/input/tsc2xxx.h 702F: include/hw/misc/cbus.h 703F: tests/acceptance/machine_arm_n8x0.py 704F: docs/system/arm/nseries.rst 705 706Palm 707M: Andrzej Zaborowski <balrogg@gmail.com> 708M: Peter Maydell <peter.maydell@linaro.org> 709L: qemu-arm@nongnu.org 710S: Odd Fixes 711F: hw/arm/palm.c 712F: hw/input/tsc210x.c 713F: include/hw/input/tsc2xxx.h 714F: docs/system/arm/palm.rst 715 716Raspberry Pi 717M: Peter Maydell <peter.maydell@linaro.org> 718R: Andrew Baumann <Andrew.Baumann@microsoft.com> 719R: Philippe Mathieu-Daudé <f4bug@amsat.org> 720L: qemu-arm@nongnu.org 721S: Odd Fixes 722F: hw/arm/raspi.c 723F: hw/arm/raspi_platform.h 724F: hw/*/bcm283* 725F: include/hw/arm/raspi* 726F: include/hw/*/bcm283* 727 728Real View 729M: Peter Maydell <peter.maydell@linaro.org> 730L: qemu-arm@nongnu.org 731S: Maintained 732F: hw/arm/realview* 733F: hw/cpu/realview_mpcore.c 734F: hw/intc/realview_gic.c 735F: include/hw/intc/realview_gic.h 736F: docs/system/arm/realview.rst 737 738PXA2XX 739M: Andrzej Zaborowski <balrogg@gmail.com> 740M: Peter Maydell <peter.maydell@linaro.org> 741L: qemu-arm@nongnu.org 742S: Odd Fixes 743F: hw/arm/mainstone.c 744F: hw/arm/spitz.c 745F: hw/arm/tosa.c 746F: hw/arm/z2.c 747F: hw/*/pxa2xx* 748F: hw/display/tc6393xb.c 749F: hw/gpio/max7310.c 750F: hw/gpio/zaurus.c 751F: hw/misc/mst_fpga.c 752F: hw/misc/max111x.c 753F: include/hw/arm/pxa.h 754F: include/hw/arm/sharpsl.h 755F: include/hw/display/tc6393xb.h 756F: docs/system/arm/xscale.rst 757 758SABRELITE / i.MX6 759M: Peter Maydell <peter.maydell@linaro.org> 760R: Jean-Christophe Dubois <jcd@tribudubois.net> 761L: qemu-arm@nongnu.org 762S: Odd Fixes 763F: hw/arm/sabrelite.c 764F: hw/arm/fsl-imx6.c 765F: hw/misc/imx6_*.c 766F: hw/ssi/imx_spi.c 767F: include/hw/arm/fsl-imx6.h 768F: include/hw/misc/imx6_*.h 769F: include/hw/ssi/imx_spi.h 770 771SBSA-REF 772M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org> 773M: Peter Maydell <peter.maydell@linaro.org> 774R: Leif Lindholm <leif@nuviainc.com> 775L: qemu-arm@nongnu.org 776S: Maintained 777F: hw/arm/sbsa-ref.c 778 779Sharp SL-5500 (Collie) PDA 780M: Peter Maydell <peter.maydell@linaro.org> 781L: qemu-arm@nongnu.org 782S: Odd Fixes 783F: hw/arm/collie.c 784F: hw/arm/strongarm* 785 786Stellaris 787M: Peter Maydell <peter.maydell@linaro.org> 788L: qemu-arm@nongnu.org 789S: Maintained 790F: hw/*/stellaris* 791F: include/hw/input/gamepad.h 792F: docs/system/arm/stellaris.rst 793 794Versatile Express 795M: Peter Maydell <peter.maydell@linaro.org> 796L: qemu-arm@nongnu.org 797S: Maintained 798F: hw/arm/vexpress.c 799 800Versatile PB 801M: Peter Maydell <peter.maydell@linaro.org> 802L: qemu-arm@nongnu.org 803S: Maintained 804F: hw/*/versatile* 805F: hw/misc/arm_sysctl.c 806F: docs/system/arm/versatile.rst 807 808Virt 809M: Peter Maydell <peter.maydell@linaro.org> 810L: qemu-arm@nongnu.org 811S: Maintained 812F: hw/arm/virt* 813F: include/hw/arm/virt.h 814 815Xilinx Zynq 816M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 817M: Alistair Francis <alistair@alistair23.me> 818M: Peter Maydell <peter.maydell@linaro.org> 819L: qemu-arm@nongnu.org 820S: Maintained 821F: hw/*/xilinx_* 822F: hw/*/cadence_* 823F: hw/misc/zynq* 824F: include/hw/misc/zynq* 825X: hw/ssi/xilinx_* 826 827Xilinx ZynqMP 828M: Alistair Francis <alistair@alistair23.me> 829M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 830M: Peter Maydell <peter.maydell@linaro.org> 831L: qemu-arm@nongnu.org 832S: Maintained 833F: hw/*/xlnx*.c 834F: include/hw/*/xlnx*.h 835F: include/hw/ssi/xilinx_spips.h 836F: hw/display/dpcd.c 837F: include/hw/display/dpcd.h 838 839ARM ACPI Subsystem 840M: Shannon Zhao <shannon.zhaosl@gmail.com> 841L: qemu-arm@nongnu.org 842S: Maintained 843F: hw/arm/virt-acpi-build.c 844 845STM32F205 846M: Alistair Francis <alistair@alistair23.me> 847M: Peter Maydell <peter.maydell@linaro.org> 848L: qemu-arm@nongnu.org 849S: Maintained 850F: hw/arm/stm32f205_soc.c 851F: hw/misc/stm32f2xx_syscfg.c 852F: hw/char/stm32f2xx_usart.c 853F: hw/timer/stm32f2xx_timer.c 854F: hw/adc/* 855F: hw/ssi/stm32f2xx_spi.c 856F: include/hw/*/stm32*.h 857 858STM32F405 859M: Alistair Francis <alistair@alistair23.me> 860M: Peter Maydell <peter.maydell@linaro.org> 861L: qemu-arm@nongnu.org 862S: Maintained 863F: hw/arm/stm32f405_soc.c 864F: hw/misc/stm32f4xx_syscfg.c 865F: hw/misc/stm32f4xx_exti.c 866 867Netduino 2 868M: Alistair Francis <alistair@alistair23.me> 869M: Peter Maydell <peter.maydell@linaro.org> 870L: qemu-arm@nongnu.org 871S: Maintained 872F: hw/arm/netduino2.c 873 874Netduino Plus 2 875M: Alistair Francis <alistair@alistair23.me> 876M: Peter Maydell <peter.maydell@linaro.org> 877L: qemu-arm@nongnu.org 878S: Maintained 879F: hw/arm/netduinoplus2.c 880 881SmartFusion2 882M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 883M: Peter Maydell <peter.maydell@linaro.org> 884L: qemu-arm@nongnu.org 885S: Maintained 886F: hw/arm/msf2-soc.c 887F: hw/misc/msf2-sysreg.c 888F: hw/timer/mss-timer.c 889F: hw/ssi/mss-spi.c 890F: include/hw/arm/msf2-soc.h 891F: include/hw/misc/msf2-sysreg.h 892F: include/hw/timer/mss-timer.h 893F: include/hw/ssi/mss-spi.h 894 895Emcraft M2S-FG484 896M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 897M: Peter Maydell <peter.maydell@linaro.org> 898L: qemu-arm@nongnu.org 899S: Maintained 900F: hw/arm/msf2-som.c 901 902ASPEED BMCs 903M: Cédric Le Goater <clg@kaod.org> 904M: Peter Maydell <peter.maydell@linaro.org> 905R: Andrew Jeffery <andrew@aj.id.au> 906R: Joel Stanley <joel@jms.id.au> 907L: qemu-arm@nongnu.org 908S: Maintained 909F: hw/*/*aspeed* 910F: hw/misc/pca9552.c 911F: include/hw/*/*aspeed* 912F: include/hw/misc/pca9552*.h 913F: hw/net/ftgmac100.c 914F: include/hw/net/ftgmac100.h 915 916NRF51 917M: Joel Stanley <joel@jms.id.au> 918M: Peter Maydell <peter.maydell@linaro.org> 919L: qemu-arm@nongnu.org 920S: Maintained 921F: hw/*/nrf51*.c 922F: hw/*/microbit*.c 923F: include/hw/*/nrf51*.h 924F: include/hw/*/microbit*.h 925F: tests/qtest/microbit-test.c 926 927CRIS Machines 928------------- 929Axis Dev88 930M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 931S: Maintained 932F: hw/cris/axis_dev88.c 933F: hw/*/etraxfs_*.c 934 935HP-PARISC Machines 936------------------ 937HP B160L 938M: Richard Henderson <rth@twiddle.net> 939R: Helge Deller <deller@gmx.de> 940S: Odd Fixes 941F: default-configs/hppa-softmmu.mak 942F: hw/hppa/ 943F: pc-bios/hppa-firmware.img 944 945LM32 Machines 946------------- 947EVR32 and uclinux BSP 948M: Michael Walle <michael@walle.cc> 949S: Maintained 950F: hw/lm32/lm32_boards.c 951 952milkymist 953M: Michael Walle <michael@walle.cc> 954S: Maintained 955F: hw/lm32/milkymist.c 956 957M68K Machines 958------------- 959an5206 960M: Thomas Huth <huth@tuxfamily.org> 961S: Odd Fixes 962F: hw/m68k/an5206.c 963F: hw/m68k/mcf5206.c 964 965mcf5208 966M: Thomas Huth <huth@tuxfamily.org> 967S: Odd Fixes 968F: hw/m68k/mcf5208.c 969F: hw/m68k/mcf_intc.c 970F: hw/char/mcf_uart.c 971F: hw/net/mcf_fec.c 972F: include/hw/m68k/mcf*.h 973 974NeXTcube 975M: Thomas Huth <huth@tuxfamily.org> 976S: Odd Fixes 977F: hw/m68k/next-*.c 978F: hw/display/next-fb.c 979F: include/hw/m68k/next-cube.h 980 981q800 982M: Laurent Vivier <laurent@vivier.eu> 983S: Maintained 984F: hw/m68k/q800.c 985F: hw/misc/mac_via.c 986F: hw/nubus/* 987F: hw/display/macfb.c 988F: hw/block/swim.c 989F: hw/m68k/bootinfo.h 990F: include/hw/misc/mac_via.h 991F: include/hw/nubus/* 992F: include/hw/display/macfb.h 993F: include/hw/block/swim.h 994 995MicroBlaze Machines 996------------------- 997petalogix_s3adsp1800 998M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 999S: Maintained 1000F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1001F: include/hw/char/xilinx_uartlite.h 1002 1003petalogix_ml605 1004M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1005S: Maintained 1006F: hw/microblaze/petalogix_ml605_mmu.c 1007 1008MIPS Machines 1009------------- 1010Jazz 1011M: Hervé Poussineau <hpoussin@reactos.org> 1012R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1013S: Maintained 1014F: hw/mips/mips_jazz.c 1015F: hw/display/jazz_led.c 1016F: hw/dma/rc4030.c 1017 1018Malta 1019M: Aleksandar Markovic <amarkovic@wavecomp.com> 1020M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1021R: Aurelien Jarno <aurelien@aurel32.net> 1022S: Maintained 1023F: hw/isa/piix4.c 1024F: hw/acpi/piix4.c 1025F: hw/mips/mips_malta.c 1026F: hw/mips/gt64xxx_pci.c 1027F: include/hw/southbridge/piix.h 1028F: tests/acceptance/linux_ssh_mips_malta.py 1029F: tests/acceptance/machine_mips_malta.py 1030 1031Mipssim 1032M: Aleksandar Markovic <amarkovic@wavecomp.com> 1033R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1034S: Odd Fixes 1035F: hw/mips/mips_mipssim.c 1036F: hw/net/mipsnet.c 1037 1038R4000 1039M: Aurelien Jarno <aurelien@aurel32.net> 1040R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1041S: Obsolete 1042F: hw/mips/mips_r4k.c 1043 1044Fulong 2E 1045M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1046M: Aleksandar Markovic <amarkovic@wavecomp.com> 1047S: Odd Fixes 1048F: hw/mips/mips_fulong2e.c 1049F: hw/isa/vt82c686.c 1050F: hw/pci-host/bonito.c 1051F: include/hw/isa/vt82c686.h 1052 1053Boston 1054M: Paul Burton <pburton@wavecomp.com> 1055R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1056S: Maintained 1057F: hw/core/loader-fit.c 1058F: hw/mips/boston.c 1059F: hw/pci-host/xilinx-pcie.c 1060F: include/hw/pci-host/xilinx-pcie.h 1061 1062OpenRISC Machines 1063----------------- 1064or1k-sim 1065M: Jia Liu <proljc@gmail.com> 1066S: Maintained 1067F: hw/openrisc/openrisc_sim.c 1068 1069PowerPC Machines 1070---------------- 1071405 1072M: David Gibson <david@gibson.dropbear.id.au> 1073L: qemu-ppc@nongnu.org 1074S: Odd Fixes 1075F: hw/ppc/ppc405_boards.c 1076 1077Bamboo 1078M: David Gibson <david@gibson.dropbear.id.au> 1079L: qemu-ppc@nongnu.org 1080S: Odd Fixes 1081F: hw/ppc/ppc440_bamboo.c 1082 1083e500 1084M: David Gibson <david@gibson.dropbear.id.au> 1085L: qemu-ppc@nongnu.org 1086S: Odd Fixes 1087F: hw/ppc/e500* 1088F: hw/gpio/mpc8xxx.c 1089F: hw/i2c/mpc_i2c.c 1090F: hw/net/fsl_etsec/ 1091F: hw/pci-host/ppce500.c 1092F: include/hw/ppc/ppc_e500.h 1093F: include/hw/pci-host/ppce500.h 1094F: pc-bios/u-boot.e500 1095 1096mpc8544ds 1097M: David Gibson <david@gibson.dropbear.id.au> 1098L: qemu-ppc@nongnu.org 1099S: Odd Fixes 1100F: hw/ppc/mpc8544ds.c 1101F: hw/ppc/mpc8544_guts.c 1102 1103New World (mac99) 1104M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1105R: David Gibson <david@gibson.dropbear.id.au> 1106L: qemu-ppc@nongnu.org 1107S: Odd Fixes 1108F: hw/ppc/mac_newworld.c 1109F: hw/pci-host/uninorth.c 1110F: hw/pci-bridge/dec.[hc] 1111F: hw/misc/macio/ 1112F: hw/misc/mos6522.c 1113F: hw/nvram/mac_nvram.c 1114F: hw/input/adb* 1115F: include/hw/misc/macio/ 1116F: include/hw/misc/mos6522.h 1117F: include/hw/ppc/mac_dbdma.h 1118F: include/hw/pci-host/uninorth.h 1119F: include/hw/input/adb* 1120F: pc-bios/qemu_vga.ndrv 1121 1122Old World (g3beige) 1123M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1124R: David Gibson <david@gibson.dropbear.id.au> 1125L: qemu-ppc@nongnu.org 1126S: Odd Fixes 1127F: hw/ppc/mac_oldworld.c 1128F: hw/pci-host/grackle.c 1129F: hw/misc/macio/ 1130F: hw/intc/heathrow_pic.c 1131F: hw/input/adb* 1132F: include/hw/intc/heathrow_pic.h 1133F: include/hw/input/adb* 1134F: pc-bios/qemu_vga.ndrv 1135 1136PReP 1137M: Hervé Poussineau <hpoussin@reactos.org> 1138L: qemu-ppc@nongnu.org 1139S: Maintained 1140F: hw/ppc/prep.c 1141F: hw/ppc/prep_systemio.c 1142F: hw/ppc/rs6000_mc.c 1143F: hw/pci-host/prep.[hc] 1144F: hw/isa/i82378.c 1145F: hw/isa/pc87312.c 1146F: hw/dma/i82374.c 1147F: hw/rtc/m48t59-isa.c 1148F: include/hw/isa/pc87312.h 1149F: include/hw/rtc/m48t59.h 1150F: tests/acceptance/ppc_prep_40p.py 1151 1152sPAPR 1153M: David Gibson <david@gibson.dropbear.id.au> 1154L: qemu-ppc@nongnu.org 1155S: Supported 1156F: hw/*/spapr* 1157F: include/hw/*/spapr* 1158F: hw/*/xics* 1159F: include/hw/*/xics* 1160F: pc-bios/slof.bin 1161F: docs/specs/ppc-spapr-hcalls.txt 1162F: docs/specs/ppc-spapr-hotplug.txt 1163F: tests/qtest/spapr* 1164F: tests/qtest/libqos/*spapr* 1165F: tests/qtest/rtas* 1166F: tests/qtest/libqos/rtas* 1167 1168PowerNV (Non-Virtualized) 1169M: Cédric Le Goater <clg@kaod.org> 1170M: David Gibson <david@gibson.dropbear.id.au> 1171L: qemu-ppc@nongnu.org 1172S: Maintained 1173F: hw/ppc/pnv* 1174F: hw/intc/pnv* 1175F: hw/intc/xics_pnv.c 1176F: include/hw/ppc/pnv* 1177F: pc-bios/skiboot.lid 1178F: tests/qtest/pnv* 1179 1180virtex_ml507 1181M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1182L: qemu-ppc@nongnu.org 1183S: Odd Fixes 1184F: hw/ppc/virtex_ml507.c 1185 1186sam460ex 1187M: BALATON Zoltan <balaton@eik.bme.hu> 1188L: qemu-ppc@nongnu.org 1189S: Maintained 1190F: hw/ppc/sam460ex.c 1191F: hw/ppc/ppc440_pcix.c 1192F: hw/display/sm501* 1193F: hw/ide/sii3112.c 1194F: hw/rtc/m41t80.c 1195F: pc-bios/canyonlands.dt[sb] 1196F: pc-bios/u-boot-sam460ex-20100605.bin 1197F: roms/u-boot-sam460ex 1198 1199SH4 Machines 1200------------ 1201R2D 1202M: Magnus Damm <magnus.damm@gmail.com> 1203S: Maintained 1204F: hw/sh4/r2d.c 1205F: hw/intc/sh_intc.c 1206F: hw/timer/sh_timer.c 1207 1208Shix 1209M: Magnus Damm <magnus.damm@gmail.com> 1210S: Odd Fixes 1211F: hw/sh4/shix.c 1212 1213SPARC Machines 1214-------------- 1215Sun4m 1216M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1217S: Maintained 1218F: hw/sparc/sun4m.c 1219F: hw/sparc/sun4m_iommu.c 1220F: hw/display/cg3.c 1221F: hw/display/tcx.c 1222F: hw/dma/sparc32_dma.c 1223F: hw/misc/eccmemctl.c 1224F: hw/*/slavio_*.c 1225F: include/hw/nvram/sun_nvram.h 1226F: include/hw/sparc/sparc32_dma.h 1227F: include/hw/sparc/sun4m_iommu.h 1228F: pc-bios/openbios-sparc32 1229 1230Sun4u 1231M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1232S: Maintained 1233F: hw/sparc64/sun4u.c 1234F: hw/sparc64/sun4u_iommu.c 1235F: include/hw/sparc/sun4u_iommu.h 1236F: hw/pci-host/sabre.c 1237F: include/hw/pci-host/sabre.h 1238F: hw/pci-bridge/simba.c 1239F: include/hw/pci-bridge/simba.h 1240F: pc-bios/openbios-sparc64 1241 1242Sun4v 1243M: Artyom Tarasenko <atar4qemu@gmail.com> 1244S: Maintained 1245F: hw/sparc64/niagara.c 1246F: hw/rtc/sun4v-rtc.c 1247F: include/hw/rtc/sun4v-rtc.h 1248 1249Leon3 1250M: Fabien Chouteau <chouteau@adacore.com> 1251M: KONRAD Frederic <frederic.konrad@adacore.com> 1252S: Maintained 1253F: hw/sparc/leon3.c 1254F: hw/*/grlib* 1255F: include/hw/*/grlib* 1256F: tests/acceptance/machine_sparc_leon3.py 1257 1258S390 Machines 1259------------- 1260S390 Virtio-ccw 1261M: Cornelia Huck <cohuck@redhat.com> 1262M: Halil Pasic <pasic@linux.ibm.com> 1263M: Christian Borntraeger <borntraeger@de.ibm.com> 1264S: Supported 1265F: hw/char/sclp*.[hc] 1266F: hw/char/terminal3270.c 1267F: hw/s390x/ 1268F: include/hw/s390x/ 1269F: hw/watchdog/wdt_diag288.c 1270F: include/hw/watchdog/wdt_diag288.h 1271F: default-configs/s390x-softmmu.mak 1272T: git https://github.com/cohuck/qemu.git s390-next 1273T: git https://github.com/borntraeger/qemu.git s390-next 1274L: qemu-s390x@nongnu.org 1275 1276S390-ccw boot 1277M: Christian Borntraeger <borntraeger@de.ibm.com> 1278M: Thomas Huth <thuth@redhat.com> 1279S: Supported 1280F: hw/s390x/ipl.* 1281F: pc-bios/s390-ccw/ 1282F: pc-bios/s390-ccw.img 1283F: docs/devel/s390-dasd-ipl.rst 1284T: git https://github.com/borntraeger/qemu.git s390-next 1285L: qemu-s390x@nongnu.org 1286 1287S390 PCI 1288M: Matthew Rosato <mjrosato@linux.ibm.com> 1289S: Supported 1290F: hw/s390x/s390-pci* 1291L: qemu-s390x@nongnu.org 1292 1293UniCore32 Machines 1294------------------ 1295PKUnity-3 SoC initramfs-with-busybox 1296M: Guan Xuetao <gxt@mprc.pku.edu.cn> 1297S: Maintained 1298F: hw/*/puv3* 1299F: hw/unicore32/ 1300 1301X86 Machines 1302------------ 1303PC 1304M: Michael S. Tsirkin <mst@redhat.com> 1305M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1306S: Supported 1307F: include/hw/i386/ 1308F: hw/i386/ 1309F: hw/pci-host/i440fx.c 1310F: hw/pci-host/q35.c 1311F: hw/pci-host/pam.c 1312F: include/hw/pci-host/i440fx.h 1313F: include/hw/pci-host/q35.h 1314F: include/hw/pci-host/pam.h 1315F: hw/isa/piix3.c 1316F: hw/isa/lpc_ich9.c 1317F: hw/i2c/smbus_ich9.c 1318F: hw/acpi/piix4.c 1319F: hw/acpi/ich9.c 1320F: include/hw/acpi/ich9.h 1321F: include/hw/southbridge/piix.h 1322F: hw/misc/sga.c 1323F: hw/isa/apm.c 1324F: include/hw/isa/apm.h 1325F: tests/test-x86-cpuid.c 1326F: tests/qtest/test-x86-cpuid-compat.c 1327 1328PC Chipset 1329M: Michael S. Tsirkin <mst@redhat.com> 1330M: Paolo Bonzini <pbonzini@redhat.com> 1331S: Supported 1332F: hw/char/debugcon.c 1333F: hw/char/parallel* 1334F: hw/char/serial* 1335F: hw/dma/i8257* 1336F: hw/i2c/pm_smbus.c 1337F: hw/input/pckbd.c 1338F: hw/intc/apic* 1339F: hw/intc/ioapic* 1340F: hw/intc/i8259* 1341F: hw/isa/isa-superio.c 1342F: hw/misc/debugexit.c 1343F: hw/misc/pc-testdev.c 1344F: hw/timer/hpet* 1345F: hw/timer/i8254* 1346F: hw/rtc/mc146818rtc* 1347F: hw/watchdog/wdt_ib700.c 1348F: hw/watchdog/wdt_i6300esb.c 1349F: include/hw/display/vga.h 1350F: include/hw/char/parallel.h 1351F: include/hw/dma/i8257.h 1352F: include/hw/i2c/pm_smbus.h 1353F: include/hw/input/i8042.h 1354F: include/hw/isa/i8259_internal.h 1355F: include/hw/isa/superio.h 1356F: include/hw/timer/hpet.h 1357F: include/hw/timer/i8254* 1358F: include/hw/rtc/mc146818rtc* 1359 1360microvm 1361M: Sergio Lopez <slp@redhat.com> 1362M: Paolo Bonzini <pbonzini@redhat.com> 1363S: Maintained 1364F: docs/microvm.rst 1365F: hw/i386/microvm.c 1366F: include/hw/i386/microvm.h 1367F: pc-bios/bios-microvm.bin 1368 1369Machine core 1370M: Eduardo Habkost <ehabkost@redhat.com> 1371M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1372S: Supported 1373F: hw/core/cpu.c 1374F: hw/core/machine-qmp-cmds.c 1375F: hw/core/machine.c 1376F: hw/core/null-machine.c 1377F: hw/core/numa.c 1378F: hw/cpu/cluster.c 1379F: qapi/machine.json 1380F: qapi/machine-target.json 1381F: include/hw/boards.h 1382F: include/hw/core/cpu.h 1383F: include/hw/cpu/cluster.h 1384F: include/sysemu/numa.h 1385T: git https://github.com/ehabkost/qemu.git machine-next 1386 1387Xtensa Machines 1388--------------- 1389sim 1390M: Max Filippov <jcmvbkbc@gmail.com> 1391S: Maintained 1392F: hw/xtensa/sim.c 1393 1394virt 1395M: Max Filippov <jcmvbkbc@gmail.com> 1396S: Maintained 1397F: hw/xtensa/virt.c 1398 1399XTFPGA (LX60, LX200, ML605, KC705) 1400M: Max Filippov <jcmvbkbc@gmail.com> 1401S: Maintained 1402F: hw/xtensa/xtfpga.c 1403F: hw/net/opencores_eth.c 1404 1405Devices 1406------- 1407EDU 1408M: Jiri Slaby <jslaby@suse.cz> 1409S: Maintained 1410F: hw/misc/edu.c 1411 1412IDE 1413M: John Snow <jsnow@redhat.com> 1414L: qemu-block@nongnu.org 1415S: Supported 1416F: include/hw/ide.h 1417F: include/hw/ide/ 1418F: hw/ide/ 1419F: hw/block/block.c 1420F: hw/block/cdrom.c 1421F: hw/block/hd-geometry.c 1422F: tests/qtest/ide-test.c 1423F: tests/qtest/ahci-test.c 1424F: tests/qtest/cdrom-test.c 1425F: tests/qtest/libqos/ahci* 1426T: git https://github.com/jnsnow/qemu.git ide 1427 1428IPMI 1429M: Corey Minyard <minyard@acm.org> 1430S: Maintained 1431F: include/hw/ipmi/* 1432F: hw/ipmi/* 1433F: hw/smbios/smbios_type_38.c 1434F: tests/qtest/ipmi* 1435T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1436 1437Floppy 1438M: John Snow <jsnow@redhat.com> 1439L: qemu-block@nongnu.org 1440S: Supported 1441F: hw/block/fdc.c 1442F: include/hw/block/fdc.h 1443F: tests/qtest/fdc-test.c 1444T: git https://github.com/jnsnow/qemu.git ide 1445 1446OMAP 1447M: Peter Maydell <peter.maydell@linaro.org> 1448L: qemu-arm@nongnu.org 1449S: Maintained 1450F: hw/*/omap* 1451F: include/hw/arm/omap.h 1452 1453IPack 1454M: Alberto Garcia <berto@igalia.com> 1455S: Odd Fixes 1456F: hw/char/ipoctal232.c 1457F: hw/ipack/ 1458 1459PCI 1460M: Michael S. Tsirkin <mst@redhat.com> 1461M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1462S: Supported 1463F: include/hw/pci/* 1464F: hw/misc/pci-testdev.c 1465F: hw/pci/* 1466F: hw/pci-bridge/* 1467F: docs/pci* 1468F: docs/specs/*pci* 1469F: default-configs/pci.mak 1470 1471ACPI/SMBIOS 1472M: Michael S. Tsirkin <mst@redhat.com> 1473M: Igor Mammedov <imammedo@redhat.com> 1474S: Supported 1475F: include/hw/acpi/* 1476F: include/hw/firmware/smbios.h 1477F: hw/mem/* 1478F: hw/acpi/* 1479F: hw/smbios/* 1480F: hw/i386/acpi-build.[hc] 1481F: hw/arm/virt-acpi-build.c 1482F: tests/qtest/bios-tables-test.c 1483F: tests/qtest/acpi-utils.[hc] 1484F: tests/data/acpi/ 1485 1486ppc4xx 1487M: David Gibson <david@gibson.dropbear.id.au> 1488L: qemu-ppc@nongnu.org 1489S: Odd Fixes 1490F: hw/ppc/ppc4*.c 1491F: hw/i2c/ppc4xx_i2c.c 1492F: include/hw/ppc/ppc4xx.h 1493F: include/hw/i2c/ppc4xx_i2c.h 1494 1495Character devices 1496M: Marc-André Lureau <marcandre.lureau@redhat.com> 1497R: Paolo Bonzini <pbonzini@redhat.com> 1498S: Odd Fixes 1499F: hw/char/ 1500 1501Network devices 1502M: Jason Wang <jasowang@redhat.com> 1503S: Odd Fixes 1504F: hw/net/ 1505F: include/hw/net/ 1506F: tests/qtest/virtio-net-test.c 1507F: docs/virtio-net-failover.rst 1508T: git https://github.com/jasowang/qemu.git net 1509 1510Parallel NOR Flash devices 1511M: Philippe Mathieu-Daudé <philmd@redhat.com> 1512T: git https://gitlab.com/philmd/qemu.git pflash-next 1513S: Maintained 1514F: hw/block/pflash_cfi*.c 1515F: include/hw/block/flash.h 1516 1517SCSI 1518M: Paolo Bonzini <pbonzini@redhat.com> 1519R: Fam Zheng <fam@euphon.net> 1520S: Supported 1521F: include/hw/scsi/* 1522F: hw/scsi/* 1523F: tests/qtest/virtio-scsi-test.c 1524T: git https://github.com/bonzini/qemu.git scsi-next 1525 1526SSI 1527M: Alistair Francis <alistair@alistair23.me> 1528S: Maintained 1529F: hw/ssi/* 1530F: hw/block/m25p80.c 1531F: include/hw/ssi/ssi.h 1532X: hw/ssi/xilinx_* 1533F: tests/qtest/m25p80-test.c 1534 1535Xilinx SPI 1536M: Alistair Francis <alistair@alistair23.me> 1537S: Maintained 1538F: hw/ssi/xilinx_* 1539 1540SD (Secure Card) 1541M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1542S: Odd Fixes 1543F: include/hw/sd/sd* 1544F: hw/sd/core.c 1545F: hw/sd/sd* 1546F: hw/sd/ssi-sd.c 1547F: tests/qtest/sd* 1548 1549USB 1550M: Gerd Hoffmann <kraxel@redhat.com> 1551S: Maintained 1552F: hw/usb/* 1553F: tests/qtest/usb-*-test.c 1554F: docs/usb2.txt 1555F: docs/usb-storage.txt 1556F: include/hw/usb.h 1557F: include/hw/usb/ 1558F: default-configs/usb.mak 1559 1560USB (serial adapter) 1561M: Gerd Hoffmann <kraxel@redhat.com> 1562M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1563S: Maintained 1564F: hw/usb/dev-serial.c 1565 1566VFIO 1567M: Alex Williamson <alex.williamson@redhat.com> 1568S: Supported 1569F: hw/vfio/* 1570F: include/hw/vfio/ 1571 1572vfio-ccw 1573M: Cornelia Huck <cohuck@redhat.com> 1574M: Eric Farman <farman@linux.ibm.com> 1575S: Supported 1576F: hw/vfio/ccw.c 1577F: hw/s390x/s390-ccw.c 1578F: include/hw/s390x/s390-ccw.h 1579F: include/hw/s390x/vfio-ccw.h 1580T: git https://github.com/cohuck/qemu.git s390-next 1581L: qemu-s390x@nongnu.org 1582 1583vfio-ap 1584M: Christian Borntraeger <borntraeger@de.ibm.com> 1585M: Tony Krowiak <akrowiak@linux.ibm.com> 1586M: Halil Pasic <pasic@linux.ibm.com> 1587M: Pierre Morel <pmorel@linux.ibm.com> 1588S: Supported 1589F: hw/s390x/ap-device.c 1590F: hw/s390x/ap-bridge.c 1591F: include/hw/s390x/ap-device.h 1592F: include/hw/s390x/ap-bridge.h 1593F: hw/vfio/ap.c 1594F: docs/system/vfio-ap.rst 1595L: qemu-s390x@nongnu.org 1596 1597vhost 1598M: Michael S. Tsirkin <mst@redhat.com> 1599S: Supported 1600F: hw/*/*vhost* 1601F: docs/interop/vhost-user.json 1602F: docs/interop/vhost-user.rst 1603F: contrib/vhost-user-*/ 1604F: backends/vhost-user.c 1605F: include/sysemu/vhost-user-backend.h 1606 1607virtio 1608M: Michael S. Tsirkin <mst@redhat.com> 1609S: Supported 1610F: hw/*/virtio* 1611F: hw/virtio/Makefile.objs 1612F: hw/virtio/trace-events 1613F: net/vhost-user.c 1614F: include/hw/virtio/ 1615 1616virtio-9p 1617M: Greg Kurz <groug@kaod.org> 1618R: Christian Schoenebeck <qemu_oss@crudebyte.com> 1619S: Odd Fixes 1620F: hw/9pfs/ 1621X: hw/9pfs/xen-9p* 1622F: fsdev/ 1623F: docs/interop/virtfs-proxy-helper.rst 1624F: tests/qtest/virtio-9p-test.c 1625T: git https://github.com/gkurz/qemu.git 9p-next 1626 1627virtio-blk 1628M: Stefan Hajnoczi <stefanha@redhat.com> 1629L: qemu-block@nongnu.org 1630S: Supported 1631F: hw/block/virtio-blk.c 1632F: hw/block/dataplane/* 1633F: tests/qtest/virtio-blk-test.c 1634T: git https://github.com/stefanha/qemu.git block 1635 1636virtio-ccw 1637M: Cornelia Huck <cohuck@redhat.com> 1638M: Halil Pasic <pasic@linux.ibm.com> 1639S: Supported 1640F: hw/s390x/virtio-ccw*.[hc] 1641F: hw/s390x/vhost-vsock-ccw.c 1642T: git https://github.com/cohuck/qemu.git s390-next 1643T: git https://github.com/borntraeger/qemu.git s390-next 1644L: qemu-s390x@nongnu.org 1645 1646virtiofs 1647M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1648M: Stefan Hajnoczi <stefanha@redhat.com> 1649S: Supported 1650F: tools/virtiofsd/* 1651F: hw/virtio/vhost-user-fs* 1652F: include/hw/virtio/vhost-user-fs.h 1653F: docs/interop/virtiofsd.rst 1654 1655virtio-input 1656M: Gerd Hoffmann <kraxel@redhat.com> 1657S: Maintained 1658F: hw/input/vhost-user-input.c 1659F: hw/input/virtio-input*.c 1660F: include/hw/virtio/virtio-input.h 1661F: contrib/vhost-user-input/* 1662 1663virtio-iommu 1664M: Eric Auger <eric.auger@redhat.com> 1665S: Maintained 1666F: hw/virtio/virtio-iommu*.c 1667F: include/hw/virtio/virtio-iommu.h 1668 1669virtio-serial 1670M: Laurent Vivier <lvivier@redhat.com> 1671R: Amit Shah <amit@kernel.org> 1672S: Supported 1673F: hw/char/virtio-serial-bus.c 1674F: hw/char/virtio-console.c 1675F: include/hw/virtio/virtio-serial.h 1676F: tests/qtest/virtio-serial-test.c 1677 1678virtio-rng 1679M: Laurent Vivier <lvivier@redhat.com> 1680R: Amit Shah <amit@kernel.org> 1681S: Supported 1682F: hw/virtio/virtio-rng.c 1683F: include/hw/virtio/virtio-rng.h 1684F: include/sysemu/rng*.h 1685F: backends/rng*.c 1686F: tests/qtest/virtio-rng-test.c 1687 1688virtio-crypto 1689M: Gonglei <arei.gonglei@huawei.com> 1690S: Supported 1691F: hw/virtio/virtio-crypto.c 1692F: hw/virtio/virtio-crypto-pci.c 1693F: include/hw/virtio/virtio-crypto.h 1694 1695nvme 1696M: Keith Busch <keith.busch@intel.com> 1697L: qemu-block@nongnu.org 1698S: Supported 1699F: hw/block/nvme* 1700F: tests/qtest/nvme-test.c 1701 1702megasas 1703M: Hannes Reinecke <hare@suse.com> 1704L: qemu-block@nongnu.org 1705S: Supported 1706F: hw/scsi/megasas.c 1707F: hw/scsi/mfi.h 1708F: tests/qtest/megasas-test.c 1709 1710Network packet abstractions 1711M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1712S: Maintained 1713F: include/net/eth.h 1714F: net/eth.c 1715F: hw/net/net_rx_pkt* 1716F: hw/net/net_tx_pkt* 1717 1718Vmware 1719M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1720S: Maintained 1721F: hw/net/vmxnet* 1722F: hw/scsi/vmw_pvscsi* 1723F: tests/qtest/vmxnet3-test.c 1724 1725Rocker 1726M: Jiri Pirko <jiri@resnulli.us> 1727S: Maintained 1728F: hw/net/rocker/ 1729F: tests/rocker/ 1730F: docs/specs/rocker.txt 1731 1732NVDIMM 1733M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1734S: Maintained 1735F: hw/acpi/nvdimm.c 1736F: hw/mem/nvdimm.c 1737F: include/hw/mem/nvdimm.h 1738F: docs/nvdimm.txt 1739 1740e1000x 1741M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1742S: Maintained 1743F: hw/net/e1000x* 1744 1745e1000e 1746M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1747S: Maintained 1748F: hw/net/e1000e* 1749 1750eepro100 1751M: Stefan Weil <sw@weilnetz.de> 1752S: Maintained 1753F: hw/net/eepro100.c 1754 1755tulip 1756M: Sven Schnelle <svens@stackframe.org> 1757S: Maintained 1758F: hw/net/tulip.c 1759F: hw/net/tulip.h 1760 1761Generic Loader 1762M: Alistair Francis <alistair@alistair23.me> 1763S: Maintained 1764F: hw/core/generic-loader.c 1765F: include/hw/core/generic-loader.h 1766F: docs/generic-loader.txt 1767 1768Intel Hexadecimal Object File Loader 1769M: Su Hang <suhang16@mails.ucas.ac.cn> 1770S: Maintained 1771F: tests/qtest/hexloader-test.c 1772F: tests/data/hex-loader/test.hex 1773 1774CHRP NVRAM 1775M: Thomas Huth <thuth@redhat.com> 1776S: Maintained 1777F: hw/nvram/chrp_nvram.c 1778F: include/hw/nvram/chrp_nvram.h 1779F: tests/qtest/prom-env-test.c 1780 1781VM Generation ID 1782M: Ben Warren <ben@skyportsystems.com> 1783S: Maintained 1784F: hw/acpi/vmgenid.c 1785F: include/hw/acpi/vmgenid.h 1786F: docs/specs/vmgenid.txt 1787F: tests/qtest/vmgenid-test.c 1788F: stubs/vmgenid.c 1789 1790Unimplemented device 1791M: Peter Maydell <peter.maydell@linaro.org> 1792R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1793S: Maintained 1794F: include/hw/misc/unimp.h 1795F: hw/misc/unimp.c 1796 1797Standard VGA 1798M: Gerd Hoffmann <kraxel@redhat.com> 1799S: Maintained 1800F: hw/display/vga* 1801F: hw/display/bochs-display.c 1802F: include/hw/display/vga.h 1803F: include/hw/display/bochs-vbe.h 1804 1805ramfb 1806M: Gerd Hoffmann <kraxel@redhat.com> 1807S: Maintained 1808F: hw/display/ramfb*.c 1809F: include/hw/display/ramfb.h 1810 1811virtio-gpu 1812M: Gerd Hoffmann <kraxel@redhat.com> 1813S: Maintained 1814F: hw/display/virtio-gpu* 1815F: hw/display/virtio-vga.* 1816F: include/hw/virtio/virtio-gpu.h 1817 1818vhost-user-gpu 1819M: Marc-André Lureau <marcandre.lureau@redhat.com> 1820M: Gerd Hoffmann <kraxel@redhat.com> 1821S: Maintained 1822F: docs/interop/vhost-user-gpu.rst 1823F: contrib/vhost-user-gpu 1824F: hw/display/vhost-user-* 1825 1826Cirrus VGA 1827M: Gerd Hoffmann <kraxel@redhat.com> 1828S: Odd Fixes 1829W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1830F: hw/display/cirrus* 1831 1832EDID Generator 1833M: Gerd Hoffmann <kraxel@redhat.com> 1834S: Maintained 1835F: hw/display/edid* 1836F: include/hw/display/edid.h 1837F: qemu-edid.c 1838 1839PIIX4 South Bridge (i82371AB) 1840M: Hervé Poussineau <hpoussin@reactos.org> 1841M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1842S: Maintained 1843F: hw/isa/piix4.c 1844F: include/hw/southbridge/piix.h 1845 1846Firmware configuration (fw_cfg) 1847M: Philippe Mathieu-Daudé <philmd@redhat.com> 1848R: Laszlo Ersek <lersek@redhat.com> 1849R: Gerd Hoffmann <kraxel@redhat.com> 1850S: Supported 1851F: docs/specs/fw_cfg.txt 1852F: hw/nvram/fw_cfg.c 1853F: stubs/fw_cfg.c 1854F: include/hw/nvram/fw_cfg.h 1855F: include/standard-headers/linux/qemu_fw_cfg.h 1856F: tests/qtest/libqos/fw_cfg.c 1857F: tests/qtest/fw_cfg-test.c 1858T: git https://github.com/philmd/qemu.git fw_cfg-next 1859 1860XIVE 1861M: David Gibson <david@gibson.dropbear.id.au> 1862M: Cédric Le Goater <clg@kaod.org> 1863L: qemu-ppc@nongnu.org 1864S: Supported 1865F: hw/*/*xive* 1866F: include/hw/*/*xive* 1867F: docs/*/*xive* 1868 1869Subsystems 1870---------- 1871Audio 1872M: Gerd Hoffmann <kraxel@redhat.com> 1873S: Maintained 1874F: audio/ 1875F: hw/audio/ 1876F: include/hw/audio/ 1877F: tests/qtest/ac97-test.c 1878F: tests/qtest/es1370-test.c 1879F: tests/qtest/intel-hda-test.c 1880 1881Block layer core 1882M: Kevin Wolf <kwolf@redhat.com> 1883M: Max Reitz <mreitz@redhat.com> 1884L: qemu-block@nongnu.org 1885S: Supported 1886F: block* 1887F: block/ 1888F: hw/block/ 1889F: include/block/ 1890F: qemu-img* 1891F: docs/interop/qemu-img.rst 1892F: qemu-io* 1893F: tests/qemu-iotests/ 1894F: util/qemu-progress.c 1895F: qobject/block-qdict.c 1896F: tests/check-block-qdict.c 1897T: git https://repo.or.cz/qemu/kevin.git block 1898 1899Block I/O path 1900M: Stefan Hajnoczi <stefanha@redhat.com> 1901M: Fam Zheng <fam@euphon.net> 1902L: qemu-block@nongnu.org 1903S: Supported 1904F: util/async.c 1905F: util/aio-*.c 1906F: util/aio-*.h 1907F: util/fdmon-*.c 1908F: block/io.c 1909F: migration/block* 1910F: include/block/aio.h 1911F: include/block/aio-wait.h 1912F: scripts/qemugdb/aio.py 1913T: git https://github.com/stefanha/qemu.git block 1914 1915Block SCSI subsystem 1916M: Paolo Bonzini <pbonzini@redhat.com> 1917R: Fam Zheng <fam@euphon.net> 1918L: qemu-block@nongnu.org 1919S: Supported 1920F: include/scsi/* 1921F: scsi/* 1922 1923Block Jobs 1924M: John Snow <jsnow@redhat.com> 1925L: qemu-block@nongnu.org 1926S: Supported 1927F: blockjob.c 1928F: include/block/blockjob.h 1929F: job.c 1930F: job-qmp.c 1931F: include/qemu/job.h 1932F: block/backup.c 1933F: block/commit.c 1934F: block/stream.c 1935F: block/mirror.c 1936F: qapi/job.json 1937T: git https://github.com/jnsnow/qemu.git jobs 1938 1939Block QAPI, monitor, command line 1940M: Markus Armbruster <armbru@redhat.com> 1941S: Supported 1942F: blockdev.c 1943F: blockdev-hmp-cmds.c 1944F: block/qapi.c 1945F: qapi/block*.json 1946F: qapi/transaction.json 1947T: git https://repo.or.cz/qemu/armbru.git block-next 1948 1949Dirty Bitmaps 1950M: John Snow <jsnow@redhat.com> 1951R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 1952L: qemu-block@nongnu.org 1953S: Supported 1954F: include/qemu/hbitmap.h 1955F: include/block/dirty-bitmap.h 1956F: block/dirty-bitmap.c 1957F: block/qcow2-bitmap.c 1958F: migration/block-dirty-bitmap.c 1959F: util/hbitmap.c 1960F: tests/test-hbitmap.c 1961F: docs/interop/bitmaps.rst 1962T: git https://github.com/jnsnow/qemu.git bitmaps 1963 1964Character device backends 1965M: Marc-André Lureau <marcandre.lureau@redhat.com> 1966R: Paolo Bonzini <pbonzini@redhat.com> 1967S: Maintained 1968F: chardev/ 1969F: include/chardev/ 1970F: qapi/char.json 1971 1972Character Devices (Braille) 1973M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1974S: Maintained 1975F: chardev/baum.c 1976 1977Command line option argument parsing 1978M: Markus Armbruster <armbru@redhat.com> 1979S: Supported 1980F: include/qemu/option.h 1981F: tests/test-keyval.c 1982F: tests/test-qemu-opts.c 1983F: util/keyval.c 1984F: util/qemu-option.c 1985 1986Coverity model 1987M: Markus Armbruster <armbru@redhat.com> 1988S: Supported 1989F: scripts/coverity-model.c 1990 1991Device Tree 1992M: Alistair Francis <alistair.francis@wdc.com> 1993R: David Gibson <david@gibson.dropbear.id.au> 1994S: Maintained 1995F: device_tree.c 1996F: include/sysemu/device_tree.h 1997 1998Dump 1999S: Supported 2000M: Marc-André Lureau <marcandre.lureau@redhat.com> 2001F: dump/ 2002F: hw/misc/vmcoreinfo.c 2003F: include/hw/misc/vmcoreinfo.h 2004F: include/qemu/win_dump_defs 2005F: include/sysemu/dump-arch.h 2006F: include/sysemu/dump.h 2007F: qapi/dump.json 2008F: scripts/dump-guest-memory.py 2009F: stubs/dump.c 2010 2011Error reporting 2012M: Markus Armbruster <armbru@redhat.com> 2013S: Supported 2014F: include/qapi/error.h 2015F: include/qemu/error-report.h 2016F: qapi/error.json 2017F: util/error.c 2018F: util/qemu-error.c 2019 2020GDB stub 2021M: Alex Bennée <alex.bennee@linaro.org> 2022R: Philippe Mathieu-Daudé <philmd@redhat.com> 2023S: Maintained 2024F: gdbstub* 2025F: gdb-xml/ 2026 2027Memory API 2028M: Paolo Bonzini <pbonzini@redhat.com> 2029S: Supported 2030F: include/exec/ioport.h 2031F: ioport.c 2032F: include/exec/memop.h 2033F: include/exec/memory.h 2034F: include/exec/ram_addr.h 2035F: include/exec/ramblock.h 2036F: memory.c 2037F: include/exec/memory-internal.h 2038F: exec.c 2039 2040SPICE 2041M: Gerd Hoffmann <kraxel@redhat.com> 2042S: Supported 2043F: include/ui/qemu-spice.h 2044F: include/ui/spice-display.h 2045F: ui/spice-*.c 2046F: audio/spiceaudio.c 2047F: hw/display/qxl* 2048F: qapi/ui.json 2049F: docs/spice-port-fqdn.txt 2050 2051Graphics 2052M: Gerd Hoffmann <kraxel@redhat.com> 2053S: Odd Fixes 2054F: ui/ 2055F: include/ui/ 2056F: qapi/ui.json 2057F: util/drm.c 2058 2059Cocoa graphics 2060M: Peter Maydell <peter.maydell@linaro.org> 2061S: Odd Fixes 2062F: ui/cocoa.m 2063 2064Main loop 2065M: Paolo Bonzini <pbonzini@redhat.com> 2066S: Maintained 2067F: cpus.c 2068F: include/qemu/main-loop.h 2069F: include/sysemu/runstate.h 2070F: util/main-loop.c 2071F: util/qemu-timer.c 2072F: softmmu/vl.c 2073F: softmmu/main.c 2074F: qapi/run-state.json 2075 2076Human Monitor (HMP) 2077M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2078S: Maintained 2079F: monitor/monitor-internal.h 2080F: monitor/misc.c 2081F: monitor/monitor.c 2082F: monitor/hmp* 2083F: hmp.h 2084F: hmp-commands*.hx 2085F: include/monitor/hmp-target.h 2086F: tests/qtest/test-hmp.c 2087F: include/qemu/qemu-print.h 2088F: util/qemu-print.c 2089 2090Network device backends 2091M: Jason Wang <jasowang@redhat.com> 2092S: Maintained 2093F: net/ 2094F: include/net/ 2095F: qemu-bridge-helper.c 2096T: git https://github.com/jasowang/qemu.git net 2097F: qapi/net.json 2098 2099Netmap network backend 2100M: Luigi Rizzo <rizzo@iet.unipi.it> 2101M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2102M: Vincenzo Maffione <v.maffione@gmail.com> 2103W: http://info.iet.unipi.it/~luigi/netmap/ 2104S: Maintained 2105F: net/netmap.c 2106 2107Host Memory Backends 2108M: Eduardo Habkost <ehabkost@redhat.com> 2109M: Igor Mammedov <imammedo@redhat.com> 2110S: Maintained 2111F: backends/hostmem*.c 2112F: include/sysemu/hostmem.h 2113T: git https://github.com/ehabkost/qemu.git machine-next 2114 2115Cryptodev Backends 2116M: Gonglei <arei.gonglei@huawei.com> 2117S: Maintained 2118F: include/sysemu/cryptodev*.h 2119F: backends/cryptodev*.c 2120 2121Python scripts 2122M: Eduardo Habkost <ehabkost@redhat.com> 2123M: Cleber Rosa <crosa@redhat.com> 2124S: Odd fixes 2125F: python/qemu/*py 2126F: scripts/*.py 2127F: tests/*.py 2128 2129QAPI 2130M: Markus Armbruster <armbru@redhat.com> 2131M: Michael Roth <mdroth@linux.vnet.ibm.com> 2132S: Supported 2133F: qapi/ 2134X: qapi/*.json 2135F: include/qapi/ 2136X: include/qapi/qmp/ 2137F: include/qapi/qmp/dispatch.h 2138F: tests/qapi-schema/ 2139F: tests/test-*-visitor.c 2140F: tests/test-qapi-*.c 2141F: tests/test-qmp-*.c 2142F: tests/test-visitor-serialization.c 2143F: scripts/qapi-gen.py 2144F: scripts/qapi/* 2145F: docs/devel/qapi* 2146T: git https://repo.or.cz/qemu/armbru.git qapi-next 2147 2148QAPI Schema 2149M: Eric Blake <eblake@redhat.com> 2150M: Markus Armbruster <armbru@redhat.com> 2151S: Supported 2152F: qapi/*.json 2153T: git https://repo.or.cz/qemu/armbru.git qapi-next 2154 2155QObject 2156M: Markus Armbruster <armbru@redhat.com> 2157S: Supported 2158F: qobject/ 2159F: include/qapi/qmp/ 2160X: include/qapi/qmp/dispatch.h 2161F: scripts/coccinelle/qobject.cocci 2162F: tests/check-qdict.c 2163F: tests/check-qjson.c 2164F: tests/check-qlist.c 2165F: tests/check-qlit.c 2166F: tests/check-qnull.c 2167F: tests/check-qnum.c 2168F: tests/check-qobject.c 2169F: tests/check-qstring.c 2170F: tests/data/qobject/qdict.txt 2171T: git https://repo.or.cz/qemu/armbru.git qapi-next 2172 2173QEMU Guest Agent 2174M: Michael Roth <mdroth@linux.vnet.ibm.com> 2175S: Maintained 2176F: qga/ 2177F: docs/interop/qemu-ga.rst 2178F: scripts/qemu-guest-agent/ 2179F: tests/test-qga.c 2180F: docs/interop/qemu-ga-ref.texi 2181T: git https://github.com/mdroth/qemu.git qga 2182 2183QOM 2184M: Paolo Bonzini <pbonzini@redhat.com> 2185R: Daniel P. Berrange <berrange@redhat.com> 2186R: Eduardo Habkost <ehabkost@redhat.com> 2187S: Supported 2188F: docs/qdev-device-use.txt 2189F: hw/core/qdev* 2190F: include/hw/qdev* 2191F: include/monitor/qdev.h 2192F: include/qom/ 2193F: qapi/qom.json 2194F: qapi/qdev.json 2195F: qdev-monitor.c 2196F: qom/ 2197F: tests/check-qom-interface.c 2198F: tests/check-qom-proplist.c 2199F: tests/test-qdev-global-props.c 2200 2201QMP 2202M: Markus Armbruster <armbru@redhat.com> 2203S: Supported 2204F: monitor/monitor-internal.h 2205F: monitor/qmp* 2206F: monitor/misc.c 2207F: monitor/monitor.c 2208F: qapi/error.json 2209F: docs/devel/*qmp-* 2210F: docs/interop/*qmp-* 2211F: scripts/qmp/ 2212F: tests/qtest/qmp-test.c 2213F: tests/qtest/qmp-cmd-test.c 2214T: git https://repo.or.cz/qemu/armbru.git qapi-next 2215 2216qtest 2217M: Thomas Huth <thuth@redhat.com> 2218M: Laurent Vivier <lvivier@redhat.com> 2219R: Paolo Bonzini <pbonzini@redhat.com> 2220S: Maintained 2221F: qtest.c 2222F: accel/qtest.c 2223F: tests/qtest/ 2224 2225Device Fuzzing 2226M: Alexander Bulekov <alxndr@bu.edu> 2227R: Paolo Bonzini <pbonzini@redhat.com> 2228R: Bandan Das <bsd@redhat.com> 2229R: Stefan Hajnoczi <stefanha@redhat.com> 2230S: Maintained 2231F: tests/qtest/fuzz/ 2232 2233Register API 2234M: Alistair Francis <alistair@alistair23.me> 2235S: Maintained 2236F: hw/core/register.c 2237F: include/hw/register.h 2238F: include/hw/registerfields.h 2239 2240SLIRP 2241M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2242S: Maintained 2243F: slirp/ 2244F: net/slirp.c 2245F: include/net/slirp.h 2246T: git https://people.debian.org/~sthibault/qemu.git slirp 2247 2248Stubs 2249M: Paolo Bonzini <pbonzini@redhat.com> 2250S: Maintained 2251F: stubs/ 2252 2253Tracing 2254M: Stefan Hajnoczi <stefanha@redhat.com> 2255S: Maintained 2256F: trace/ 2257F: trace-events 2258F: docs/qemu-option-trace.rst.inc 2259F: scripts/tracetool.py 2260F: scripts/tracetool/ 2261F: scripts/qemu-trace-stap* 2262F: docs/interop/qemu-trace-stap.rst 2263F: docs/devel/tracing.txt 2264T: git https://github.com/stefanha/qemu.git tracing 2265 2266TPM 2267M: Stefan Berger <stefanb@linux.ibm.com> 2268S: Maintained 2269F: tpm.c 2270F: stubs/tpm.c 2271F: hw/tpm/* 2272F: include/hw/acpi/tpm.h 2273F: include/sysemu/tpm* 2274F: qapi/tpm.json 2275F: backends/tpm.c 2276F: tests/qtest/*tpm* 2277T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2278 2279Checkpatch 2280S: Odd Fixes 2281F: scripts/checkpatch.pl 2282 2283Migration 2284M: Juan Quintela <quintela@redhat.com> 2285M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2286S: Maintained 2287F: hw/core/vmstate-if.c 2288F: include/hw/vmstate-if.h 2289F: include/migration/ 2290F: migration/ 2291F: scripts/vmstate-static-checker.py 2292F: tests/vmstate-static-checker-data/ 2293F: tests/qtest/migration-test.c 2294F: docs/devel/migration.rst 2295F: qapi/migration.json 2296 2297D-Bus 2298M: Marc-André Lureau <marcandre.lureau@redhat.com> 2299S: Maintained 2300F: backends/dbus-vmstate.c 2301F: tests/dbus-vmstate* 2302F: util/dbus.c 2303F: include/qemu/dbus.h 2304F: docs/interop/dbus.rst 2305F: docs/interop/dbus-vmstate.rst 2306 2307Seccomp 2308M: Eduardo Otubo <otubo@redhat.com> 2309S: Supported 2310F: qemu-seccomp.c 2311F: include/sysemu/seccomp.h 2312 2313Cryptography 2314M: Daniel P. Berrange <berrange@redhat.com> 2315S: Maintained 2316F: crypto/ 2317F: include/crypto/ 2318F: tests/test-crypto-* 2319F: tests/benchmark-crypto-* 2320F: tests/crypto-tls-* 2321F: tests/pkix_asn1_tab.c 2322F: qemu.sasl 2323 2324Coroutines 2325M: Stefan Hajnoczi <stefanha@redhat.com> 2326M: Kevin Wolf <kwolf@redhat.com> 2327S: Maintained 2328F: util/*coroutine* 2329F: include/qemu/coroutine* 2330F: tests/test-coroutine.c 2331 2332Buffers 2333M: Daniel P. Berrange <berrange@redhat.com> 2334S: Odd fixes 2335F: util/buffer.c 2336F: include/qemu/buffer.h 2337 2338I/O Channels 2339M: Daniel P. Berrange <berrange@redhat.com> 2340S: Maintained 2341F: io/ 2342F: include/io/ 2343F: tests/test-io-* 2344 2345User authorization 2346M: Daniel P. Berrange <berrange@redhat.com> 2347S: Maintained 2348F: authz/ 2349F: qapi/authz.json 2350F: include/authz/ 2351F: tests/test-authz-* 2352 2353Sockets 2354M: Daniel P. Berrange <berrange@redhat.com> 2355M: Gerd Hoffmann <kraxel@redhat.com> 2356S: Maintained 2357F: include/qemu/sockets.h 2358F: util/qemu-sockets.c 2359F: qapi/sockets.json 2360 2361File monitor 2362M: Daniel P. Berrange <berrange@redhat.com> 2363S: Odd fixes 2364F: util/filemonitor*.c 2365F: include/qemu/filemonitor.h 2366F: tests/test-util-filemonitor.c 2367 2368Throttling infrastructure 2369M: Alberto Garcia <berto@igalia.com> 2370S: Supported 2371F: block/throttle-groups.c 2372F: include/block/throttle-groups.h 2373F: include/qemu/throttle*.h 2374F: util/throttle.c 2375F: docs/throttle.txt 2376F: tests/test-throttle.c 2377L: qemu-block@nongnu.org 2378 2379UUID 2380M: Fam Zheng <fam@euphon.net> 2381S: Supported 2382F: util/uuid.c 2383F: include/qemu/uuid.h 2384F: tests/test-uuid.c 2385 2386COLO Framework 2387M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2388S: Maintained 2389F: migration/colo* 2390F: include/migration/colo.h 2391F: include/migration/failover.h 2392F: docs/COLO-FT.txt 2393 2394COLO Proxy 2395M: Zhang Chen <chen.zhang@intel.com> 2396M: Li Zhijian <lizhijian@cn.fujitsu.com> 2397S: Supported 2398F: docs/colo-proxy.txt 2399F: net/colo* 2400F: net/filter-rewriter.c 2401F: net/filter-mirror.c 2402 2403Record/replay 2404M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2405R: Paolo Bonzini <pbonzini@redhat.com> 2406W: https://wiki.qemu.org/Features/record-replay 2407S: Supported 2408F: replay/* 2409F: block/blkreplay.c 2410F: net/filter-replay.c 2411F: include/sysemu/replay.h 2412F: docs/replay.txt 2413F: stubs/replay.c 2414 2415IOVA Tree 2416M: Peter Xu <peterx@redhat.com> 2417S: Maintained 2418F: include/qemu/iova-tree.h 2419F: util/iova-tree.c 2420 2421elf2dmp 2422M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2423S: Maintained 2424F: contrib/elf2dmp/ 2425 2426I2C and SMBus 2427M: Corey Minyard <cminyard@mvista.com> 2428S: Maintained 2429F: hw/i2c/core.c 2430F: hw/i2c/smbus_slave.c 2431F: hw/i2c/smbus_master.c 2432F: hw/i2c/smbus_eeprom.c 2433F: include/hw/i2c/i2c.h 2434F: include/hw/i2c/smbus_master.h 2435F: include/hw/i2c/smbus_slave.h 2436F: include/hw/i2c/smbus_eeprom.h 2437 2438EDK2 Firmware 2439M: Laszlo Ersek <lersek@redhat.com> 2440M: Philippe Mathieu-Daudé <philmd@redhat.com> 2441S: Supported 2442F: pc-bios/descriptors/??-edk2-*.json 2443F: pc-bios/edk2-* 2444F: roms/Makefile.edk2 2445F: roms/edk2 2446F: roms/edk2-* 2447F: tests/data/uefi-boot-images/ 2448F: tests/uefi-test-tools/ 2449F: .gitlab-ci-edk2.yml 2450F: .gitlab-ci.d/edk2/ 2451 2452Usermode Emulation 2453------------------ 2454Overall usermode emulation 2455M: Riku Voipio <riku.voipio@iki.fi> 2456S: Maintained 2457F: thunk.c 2458F: accel/tcg/user-exec*.c 2459 2460BSD user 2461S: Orphan 2462F: bsd-user/ 2463F: default-configs/*-bsd-user.mak 2464 2465Linux user 2466M: Riku Voipio <riku.voipio@iki.fi> 2467R: Laurent Vivier <laurent@vivier.eu> 2468S: Maintained 2469F: linux-user/ 2470F: default-configs/*-linux-user.mak 2471F: scripts/qemu-binfmt-conf.sh 2472 2473Tiny Code Generator (TCG) 2474------------------------- 2475Common TCG code 2476M: Richard Henderson <rth@twiddle.net> 2477S: Maintained 2478F: tcg/ 2479F: include/tcg/ 2480 2481TCG Plugins 2482M: Alex Bennée <alex.bennee@linaro.org> 2483S: Maintained 2484F: docs/devel/tcg-plugins.rst 2485F: plugins/ 2486F: tests/plugin 2487 2488AArch64 TCG target 2489M: Richard Henderson <richard.henderson@linaro.org> 2490S: Maintained 2491L: qemu-arm@nongnu.org 2492F: tcg/aarch64/ 2493F: disas/arm-a64.cc 2494F: disas/libvixl/ 2495 2496ARM TCG target 2497M: Andrzej Zaborowski <balrogg@gmail.com> 2498S: Maintained 2499L: qemu-arm@nongnu.org 2500F: tcg/arm/ 2501F: disas/arm.c 2502 2503i386 TCG target 2504M: Richard Henderson <rth@twiddle.net> 2505S: Maintained 2506F: tcg/i386/ 2507F: disas/i386.c 2508 2509MIPS TCG target 2510M: Aurelien Jarno <aurelien@aurel32.net> 2511R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 2512S: Maintained 2513F: tcg/mips/ 2514 2515PPC TCG target 2516M: Richard Henderson <rth@twiddle.net> 2517S: Odd Fixes 2518F: tcg/ppc/ 2519F: disas/ppc.c 2520 2521RISC-V TCG target 2522M: Palmer Dabbelt <palmer@dabbelt.com> 2523M: Alistair Francis <Alistair.Francis@wdc.com> 2524L: qemu-riscv@nongnu.org 2525S: Maintained 2526F: tcg/riscv/ 2527F: disas/riscv.c 2528 2529S390 TCG target 2530M: Richard Henderson <rth@twiddle.net> 2531S: Maintained 2532F: tcg/s390/ 2533F: disas/s390.c 2534L: qemu-s390x@nongnu.org 2535 2536SPARC TCG target 2537S: Odd Fixes 2538F: tcg/sparc/ 2539F: disas/sparc.c 2540 2541TCI TCG target 2542M: Stefan Weil <sw@weilnetz.de> 2543S: Maintained 2544F: tcg/tci/ 2545F: tcg/tci.c 2546F: disas/tci.c 2547 2548Block drivers 2549------------- 2550VMDK 2551M: Fam Zheng <fam@euphon.net> 2552L: qemu-block@nongnu.org 2553S: Supported 2554F: block/vmdk.c 2555 2556RBD 2557M: Jason Dillaman <dillaman@redhat.com> 2558L: qemu-block@nongnu.org 2559S: Supported 2560F: block/rbd.c 2561 2562Sheepdog 2563M: Liu Yuan <namei.unix@gmail.com> 2564L: qemu-block@nongnu.org 2565L: sheepdog@lists.wpkg.org 2566S: Odd Fixes 2567F: block/sheepdog.c 2568 2569VHDX 2570M: Jeff Cody <codyprime@gmail.com> 2571L: qemu-block@nongnu.org 2572S: Supported 2573F: block/vhdx* 2574 2575VDI 2576M: Stefan Weil <sw@weilnetz.de> 2577L: qemu-block@nongnu.org 2578S: Maintained 2579F: block/vdi.c 2580 2581iSCSI 2582M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2583M: Paolo Bonzini <pbonzini@redhat.com> 2584M: Peter Lieven <pl@kamp.de> 2585L: qemu-block@nongnu.org 2586S: Odd Fixes 2587F: block/iscsi.c 2588F: block/iscsi-opts.c 2589 2590Network Block Device (NBD) 2591M: Eric Blake <eblake@redhat.com> 2592L: qemu-block@nongnu.org 2593S: Maintained 2594F: block/nbd* 2595F: nbd/ 2596F: include/block/nbd* 2597F: qemu-nbd.* 2598F: blockdev-nbd.c 2599F: docs/interop/nbd.txt 2600F: docs/interop/qemu-nbd.rst 2601T: git https://repo.or.cz/qemu/ericb.git nbd 2602 2603NFS 2604M: Peter Lieven <pl@kamp.de> 2605L: qemu-block@nongnu.org 2606S: Maintained 2607F: block/nfs.c 2608 2609SSH 2610M: Richard W.M. Jones <rjones@redhat.com> 2611L: qemu-block@nongnu.org 2612S: Supported 2613F: block/ssh.c 2614 2615CURL 2616L: qemu-block@nongnu.org 2617S: Odd Fixes 2618F: block/curl.c 2619 2620GLUSTER 2621L: qemu-block@nongnu.org 2622L: integration@gluster.org 2623S: Odd Fixes 2624F: block/gluster.c 2625 2626Null Block Driver 2627M: Fam Zheng <fam@euphon.net> 2628L: qemu-block@nongnu.org 2629S: Supported 2630F: block/null.c 2631 2632NVMe Block Driver 2633M: Fam Zheng <fam@euphon.net> 2634L: qemu-block@nongnu.org 2635S: Supported 2636F: block/nvme* 2637 2638Bootdevice 2639M: Gonglei <arei.gonglei@huawei.com> 2640S: Maintained 2641F: bootdevice.c 2642 2643Quorum 2644M: Alberto Garcia <berto@igalia.com> 2645S: Supported 2646F: block/quorum.c 2647L: qemu-block@nongnu.org 2648 2649blklogwrites 2650M: Ari Sundholm <ari@tuxera.com> 2651L: qemu-block@nongnu.org 2652S: Supported 2653F: block/blklogwrites.c 2654 2655blkverify 2656M: Stefan Hajnoczi <stefanha@redhat.com> 2657L: qemu-block@nongnu.org 2658S: Supported 2659F: block/blkverify.c 2660 2661bochs 2662M: Stefan Hajnoczi <stefanha@redhat.com> 2663L: qemu-block@nongnu.org 2664S: Supported 2665F: block/bochs.c 2666 2667cloop 2668M: Stefan Hajnoczi <stefanha@redhat.com> 2669L: qemu-block@nongnu.org 2670S: Supported 2671F: block/cloop.c 2672 2673dmg 2674M: Stefan Hajnoczi <stefanha@redhat.com> 2675L: qemu-block@nongnu.org 2676S: Supported 2677F: block/dmg.c 2678 2679parallels 2680M: Stefan Hajnoczi <stefanha@redhat.com> 2681M: Denis V. Lunev <den@openvz.org> 2682L: qemu-block@nongnu.org 2683S: Supported 2684F: block/parallels.c 2685F: docs/interop/parallels.txt 2686 2687qed 2688M: Stefan Hajnoczi <stefanha@redhat.com> 2689L: qemu-block@nongnu.org 2690S: Supported 2691F: block/qed.c 2692 2693raw 2694M: Kevin Wolf <kwolf@redhat.com> 2695L: qemu-block@nongnu.org 2696S: Supported 2697F: block/linux-aio.c 2698F: include/block/raw-aio.h 2699F: block/raw-format.c 2700F: block/file-posix.c 2701F: block/file-win32.c 2702F: block/win32-aio.c 2703 2704Linux io_uring 2705M: Aarushi Mehta <mehta.aaru20@gmail.com> 2706M: Julia Suvorova <jusual@redhat.com> 2707M: Stefan Hajnoczi <stefanha@redhat.com> 2708L: qemu-block@nongnu.org 2709S: Maintained 2710F: block/io_uring.c 2711F: stubs/io_uring.c 2712 2713qcow2 2714M: Kevin Wolf <kwolf@redhat.com> 2715M: Max Reitz <mreitz@redhat.com> 2716L: qemu-block@nongnu.org 2717S: Supported 2718F: block/qcow2* 2719F: docs/interop/qcow2.txt 2720 2721qcow 2722M: Kevin Wolf <kwolf@redhat.com> 2723L: qemu-block@nongnu.org 2724S: Supported 2725F: block/qcow.c 2726 2727blkdebug 2728M: Kevin Wolf <kwolf@redhat.com> 2729M: Max Reitz <mreitz@redhat.com> 2730L: qemu-block@nongnu.org 2731S: Supported 2732F: block/blkdebug.c 2733 2734vpc 2735M: Kevin Wolf <kwolf@redhat.com> 2736L: qemu-block@nongnu.org 2737S: Supported 2738F: block/vpc.c 2739 2740vvfat 2741M: Kevin Wolf <kwolf@redhat.com> 2742L: qemu-block@nongnu.org 2743S: Supported 2744F: block/vvfat.c 2745 2746Image format fuzzer 2747M: Stefan Hajnoczi <stefanha@redhat.com> 2748L: qemu-block@nongnu.org 2749S: Supported 2750F: tests/image-fuzzer/ 2751 2752Replication 2753M: Wen Congyang <wencongyang2@huawei.com> 2754M: Xie Changlong <xiechanglong.d@gmail.com> 2755S: Supported 2756F: replication* 2757F: block/replication.c 2758F: tests/test-replication.c 2759F: docs/block-replication.txt 2760 2761PVRDMA 2762M: Yuval Shaia <yuval.shaia.ml@gmail.com> 2763M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2764S: Maintained 2765F: hw/rdma/* 2766F: hw/rdma/vmw/* 2767F: docs/pvrdma.txt 2768F: contrib/rdmacm-mux/* 2769F: qapi/rdma.json 2770 2771Semihosting 2772M: Alex Bennée <alex.bennee@linaro.org> 2773S: Maintained 2774F: hw/semihosting/ 2775F: include/hw/semihosting/ 2776 2777Build and test automation 2778------------------------- 2779Build and test automation 2780M: Alex Bennée <alex.bennee@linaro.org> 2781M: Fam Zheng <fam@euphon.net> 2782R: Philippe Mathieu-Daudé <philmd@redhat.com> 2783S: Maintained 2784F: .travis.yml 2785F: scripts/travis/ 2786F: .shippable.yml 2787F: tests/docker/ 2788F: tests/vm/ 2789F: scripts/archive-source.sh 2790W: https://travis-ci.org/qemu/qemu 2791W: https://app.shippable.com/github/qemu/qemu 2792W: http://patchew.org/QEMU/ 2793 2794FreeBSD Hosted Continuous Integration 2795M: Ed Maste <emaste@freebsd.org> 2796M: Li-Wen Hsu <lwhsu@freebsd.org> 2797S: Maintained 2798F: .cirrus.yml 2799W: https://cirrus-ci.com/github/qemu/qemu 2800 2801GitLab Continuous Integration 2802M: Thomas Huth <thuth@redhat.com> 2803S: Maintained 2804F: .gitlab-ci.yml 2805 2806Guest Test Compilation Support 2807M: Alex Bennée <alex.bennee@linaro.org> 2808R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2809S: Maintained 2810F: tests/tcg/Makefile 2811F: tests/tcg/Makefile.include 2812 2813Documentation 2814------------- 2815Build system architecture 2816M: Daniel P. Berrange <berrange@redhat.com> 2817S: Odd Fixes 2818F: docs/devel/build-system.txt 2819 2820GIT Data Mining Config 2821M: Alex Bennée <alex.bennee@linaro.org> 2822S: Odd Fixes 2823F: gitdm.config 2824F: contrib/gitdm/* 2825 2826Incompatible changes 2827R: libvir-list@redhat.com 2828F: docs/system/deprecated.rst 2829 2830Build System 2831------------ 2832GIT submodules 2833M: Daniel P. Berrange <berrange@redhat.com> 2834S: Odd Fixes 2835F: scripts/git-submodule.sh 2836 2837UI translations 2838M: Aleksandar Markovic <aleksandar.m.mail@gmail.com> 2839F: po/*.po 2840 2841Sphinx documentation configuration and build machinery 2842M: Peter Maydell <peter.maydell@linaro.org> 2843S: Maintained 2844F: docs/conf.py 2845F: docs/*/conf.py 2846