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: hw/usb/imx-usb-phy.c 768F: include/hw/usb/imx-usb-phy.h 769F: include/hw/arm/fsl-imx6.h 770F: include/hw/misc/imx6_*.h 771F: include/hw/ssi/imx_spi.h 772 773SBSA-REF 774M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org> 775M: Peter Maydell <peter.maydell@linaro.org> 776R: Leif Lindholm <leif@nuviainc.com> 777L: qemu-arm@nongnu.org 778S: Maintained 779F: hw/arm/sbsa-ref.c 780 781Sharp SL-5500 (Collie) PDA 782M: Peter Maydell <peter.maydell@linaro.org> 783L: qemu-arm@nongnu.org 784S: Odd Fixes 785F: hw/arm/collie.c 786F: hw/arm/strongarm* 787 788Stellaris 789M: Peter Maydell <peter.maydell@linaro.org> 790L: qemu-arm@nongnu.org 791S: Maintained 792F: hw/*/stellaris* 793F: include/hw/input/gamepad.h 794F: docs/system/arm/stellaris.rst 795 796Versatile Express 797M: Peter Maydell <peter.maydell@linaro.org> 798L: qemu-arm@nongnu.org 799S: Maintained 800F: hw/arm/vexpress.c 801 802Versatile PB 803M: Peter Maydell <peter.maydell@linaro.org> 804L: qemu-arm@nongnu.org 805S: Maintained 806F: hw/*/versatile* 807F: hw/misc/arm_sysctl.c 808F: docs/system/arm/versatile.rst 809 810Virt 811M: Peter Maydell <peter.maydell@linaro.org> 812L: qemu-arm@nongnu.org 813S: Maintained 814F: hw/arm/virt* 815F: include/hw/arm/virt.h 816 817Xilinx Zynq 818M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 819M: Alistair Francis <alistair@alistair23.me> 820M: Peter Maydell <peter.maydell@linaro.org> 821L: qemu-arm@nongnu.org 822S: Maintained 823F: hw/*/xilinx_* 824F: hw/*/cadence_* 825F: hw/misc/zynq* 826F: include/hw/misc/zynq* 827X: hw/ssi/xilinx_* 828 829Xilinx ZynqMP 830M: Alistair Francis <alistair@alistair23.me> 831M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 832M: Peter Maydell <peter.maydell@linaro.org> 833L: qemu-arm@nongnu.org 834S: Maintained 835F: hw/*/xlnx*.c 836F: include/hw/*/xlnx*.h 837F: include/hw/ssi/xilinx_spips.h 838F: hw/display/dpcd.c 839F: include/hw/display/dpcd.h 840 841ARM ACPI Subsystem 842M: Shannon Zhao <shannon.zhaosl@gmail.com> 843L: qemu-arm@nongnu.org 844S: Maintained 845F: hw/arm/virt-acpi-build.c 846 847STM32F205 848M: Alistair Francis <alistair@alistair23.me> 849M: Peter Maydell <peter.maydell@linaro.org> 850L: qemu-arm@nongnu.org 851S: Maintained 852F: hw/arm/stm32f205_soc.c 853F: hw/misc/stm32f2xx_syscfg.c 854F: hw/char/stm32f2xx_usart.c 855F: hw/timer/stm32f2xx_timer.c 856F: hw/adc/* 857F: hw/ssi/stm32f2xx_spi.c 858F: include/hw/*/stm32*.h 859 860STM32F405 861M: Alistair Francis <alistair@alistair23.me> 862M: Peter Maydell <peter.maydell@linaro.org> 863L: qemu-arm@nongnu.org 864S: Maintained 865F: hw/arm/stm32f405_soc.c 866F: hw/misc/stm32f4xx_syscfg.c 867F: hw/misc/stm32f4xx_exti.c 868 869Netduino 2 870M: Alistair Francis <alistair@alistair23.me> 871M: Peter Maydell <peter.maydell@linaro.org> 872L: qemu-arm@nongnu.org 873S: Maintained 874F: hw/arm/netduino2.c 875 876Netduino Plus 2 877M: Alistair Francis <alistair@alistair23.me> 878M: Peter Maydell <peter.maydell@linaro.org> 879L: qemu-arm@nongnu.org 880S: Maintained 881F: hw/arm/netduinoplus2.c 882 883SmartFusion2 884M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 885M: Peter Maydell <peter.maydell@linaro.org> 886L: qemu-arm@nongnu.org 887S: Maintained 888F: hw/arm/msf2-soc.c 889F: hw/misc/msf2-sysreg.c 890F: hw/timer/mss-timer.c 891F: hw/ssi/mss-spi.c 892F: include/hw/arm/msf2-soc.h 893F: include/hw/misc/msf2-sysreg.h 894F: include/hw/timer/mss-timer.h 895F: include/hw/ssi/mss-spi.h 896 897Emcraft M2S-FG484 898M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 899M: Peter Maydell <peter.maydell@linaro.org> 900L: qemu-arm@nongnu.org 901S: Maintained 902F: hw/arm/msf2-som.c 903 904ASPEED BMCs 905M: Cédric Le Goater <clg@kaod.org> 906M: Peter Maydell <peter.maydell@linaro.org> 907R: Andrew Jeffery <andrew@aj.id.au> 908R: Joel Stanley <joel@jms.id.au> 909L: qemu-arm@nongnu.org 910S: Maintained 911F: hw/*/*aspeed* 912F: hw/misc/pca9552.c 913F: include/hw/*/*aspeed* 914F: include/hw/misc/pca9552*.h 915F: hw/net/ftgmac100.c 916F: include/hw/net/ftgmac100.h 917 918NRF51 919M: Joel Stanley <joel@jms.id.au> 920M: Peter Maydell <peter.maydell@linaro.org> 921L: qemu-arm@nongnu.org 922S: Maintained 923F: hw/*/nrf51*.c 924F: hw/*/microbit*.c 925F: include/hw/*/nrf51*.h 926F: include/hw/*/microbit*.h 927F: tests/qtest/microbit-test.c 928 929CRIS Machines 930------------- 931Axis Dev88 932M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 933S: Maintained 934F: hw/cris/axis_dev88.c 935F: hw/*/etraxfs_*.c 936 937HP-PARISC Machines 938------------------ 939HP B160L 940M: Richard Henderson <rth@twiddle.net> 941R: Helge Deller <deller@gmx.de> 942S: Odd Fixes 943F: default-configs/hppa-softmmu.mak 944F: hw/hppa/ 945F: pc-bios/hppa-firmware.img 946 947LM32 Machines 948------------- 949EVR32 and uclinux BSP 950M: Michael Walle <michael@walle.cc> 951S: Maintained 952F: hw/lm32/lm32_boards.c 953 954milkymist 955M: Michael Walle <michael@walle.cc> 956S: Maintained 957F: hw/lm32/milkymist.c 958 959M68K Machines 960------------- 961an5206 962M: Thomas Huth <huth@tuxfamily.org> 963S: Odd Fixes 964F: hw/m68k/an5206.c 965F: hw/m68k/mcf5206.c 966 967mcf5208 968M: Thomas Huth <huth@tuxfamily.org> 969S: Odd Fixes 970F: hw/m68k/mcf5208.c 971F: hw/m68k/mcf_intc.c 972F: hw/char/mcf_uart.c 973F: hw/net/mcf_fec.c 974F: include/hw/m68k/mcf*.h 975 976NeXTcube 977M: Thomas Huth <huth@tuxfamily.org> 978S: Odd Fixes 979F: hw/m68k/next-*.c 980F: hw/display/next-fb.c 981F: include/hw/m68k/next-cube.h 982 983q800 984M: Laurent Vivier <laurent@vivier.eu> 985S: Maintained 986F: hw/m68k/q800.c 987F: hw/misc/mac_via.c 988F: hw/nubus/* 989F: hw/display/macfb.c 990F: hw/block/swim.c 991F: hw/m68k/bootinfo.h 992F: include/hw/misc/mac_via.h 993F: include/hw/nubus/* 994F: include/hw/display/macfb.h 995F: include/hw/block/swim.h 996 997MicroBlaze Machines 998------------------- 999petalogix_s3adsp1800 1000M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1001S: Maintained 1002F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1003F: include/hw/char/xilinx_uartlite.h 1004 1005petalogix_ml605 1006M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1007S: Maintained 1008F: hw/microblaze/petalogix_ml605_mmu.c 1009 1010MIPS Machines 1011------------- 1012Jazz 1013M: Hervé Poussineau <hpoussin@reactos.org> 1014R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1015S: Maintained 1016F: hw/mips/mips_jazz.c 1017F: hw/display/jazz_led.c 1018F: hw/dma/rc4030.c 1019 1020Malta 1021M: Aleksandar Markovic <amarkovic@wavecomp.com> 1022M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1023R: Aurelien Jarno <aurelien@aurel32.net> 1024S: Maintained 1025F: hw/isa/piix4.c 1026F: hw/acpi/piix4.c 1027F: hw/mips/mips_malta.c 1028F: hw/mips/gt64xxx_pci.c 1029F: include/hw/southbridge/piix.h 1030F: tests/acceptance/linux_ssh_mips_malta.py 1031F: tests/acceptance/machine_mips_malta.py 1032 1033Mipssim 1034M: Aleksandar Markovic <amarkovic@wavecomp.com> 1035R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1036S: Odd Fixes 1037F: hw/mips/mips_mipssim.c 1038F: hw/net/mipsnet.c 1039 1040R4000 1041M: Aurelien Jarno <aurelien@aurel32.net> 1042R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1043S: Obsolete 1044F: hw/mips/mips_r4k.c 1045 1046Fulong 2E 1047M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1048M: Aleksandar Markovic <amarkovic@wavecomp.com> 1049S: Odd Fixes 1050F: hw/mips/mips_fulong2e.c 1051F: hw/isa/vt82c686.c 1052F: hw/pci-host/bonito.c 1053F: include/hw/isa/vt82c686.h 1054 1055Boston 1056M: Paul Burton <pburton@wavecomp.com> 1057R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1058S: Maintained 1059F: hw/core/loader-fit.c 1060F: hw/mips/boston.c 1061F: hw/pci-host/xilinx-pcie.c 1062F: include/hw/pci-host/xilinx-pcie.h 1063 1064OpenRISC Machines 1065----------------- 1066or1k-sim 1067M: Jia Liu <proljc@gmail.com> 1068S: Maintained 1069F: hw/openrisc/openrisc_sim.c 1070 1071PowerPC Machines 1072---------------- 1073405 1074M: David Gibson <david@gibson.dropbear.id.au> 1075L: qemu-ppc@nongnu.org 1076S: Odd Fixes 1077F: hw/ppc/ppc405_boards.c 1078 1079Bamboo 1080M: David Gibson <david@gibson.dropbear.id.au> 1081L: qemu-ppc@nongnu.org 1082S: Odd Fixes 1083F: hw/ppc/ppc440_bamboo.c 1084 1085e500 1086M: David Gibson <david@gibson.dropbear.id.au> 1087L: qemu-ppc@nongnu.org 1088S: Odd Fixes 1089F: hw/ppc/e500* 1090F: hw/gpio/mpc8xxx.c 1091F: hw/i2c/mpc_i2c.c 1092F: hw/net/fsl_etsec/ 1093F: hw/pci-host/ppce500.c 1094F: include/hw/ppc/ppc_e500.h 1095F: include/hw/pci-host/ppce500.h 1096F: pc-bios/u-boot.e500 1097 1098mpc8544ds 1099M: David Gibson <david@gibson.dropbear.id.au> 1100L: qemu-ppc@nongnu.org 1101S: Odd Fixes 1102F: hw/ppc/mpc8544ds.c 1103F: hw/ppc/mpc8544_guts.c 1104 1105New World (mac99) 1106M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1107R: David Gibson <david@gibson.dropbear.id.au> 1108L: qemu-ppc@nongnu.org 1109S: Odd Fixes 1110F: hw/ppc/mac_newworld.c 1111F: hw/pci-host/uninorth.c 1112F: hw/pci-bridge/dec.[hc] 1113F: hw/misc/macio/ 1114F: hw/misc/mos6522.c 1115F: hw/nvram/mac_nvram.c 1116F: hw/input/adb* 1117F: include/hw/misc/macio/ 1118F: include/hw/misc/mos6522.h 1119F: include/hw/ppc/mac_dbdma.h 1120F: include/hw/pci-host/uninorth.h 1121F: include/hw/input/adb* 1122F: pc-bios/qemu_vga.ndrv 1123 1124Old World (g3beige) 1125M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1126R: David Gibson <david@gibson.dropbear.id.au> 1127L: qemu-ppc@nongnu.org 1128S: Odd Fixes 1129F: hw/ppc/mac_oldworld.c 1130F: hw/pci-host/grackle.c 1131F: hw/misc/macio/ 1132F: hw/intc/heathrow_pic.c 1133F: hw/input/adb* 1134F: include/hw/intc/heathrow_pic.h 1135F: include/hw/input/adb* 1136F: pc-bios/qemu_vga.ndrv 1137 1138PReP 1139M: Hervé Poussineau <hpoussin@reactos.org> 1140L: qemu-ppc@nongnu.org 1141S: Maintained 1142F: hw/ppc/prep.c 1143F: hw/ppc/prep_systemio.c 1144F: hw/ppc/rs6000_mc.c 1145F: hw/pci-host/prep.[hc] 1146F: hw/isa/i82378.c 1147F: hw/isa/pc87312.c 1148F: hw/dma/i82374.c 1149F: hw/rtc/m48t59-isa.c 1150F: include/hw/isa/pc87312.h 1151F: include/hw/rtc/m48t59.h 1152F: tests/acceptance/ppc_prep_40p.py 1153 1154sPAPR 1155M: David Gibson <david@gibson.dropbear.id.au> 1156L: qemu-ppc@nongnu.org 1157S: Supported 1158F: hw/*/spapr* 1159F: include/hw/*/spapr* 1160F: hw/*/xics* 1161F: include/hw/*/xics* 1162F: pc-bios/slof.bin 1163F: docs/specs/ppc-spapr-hcalls.txt 1164F: docs/specs/ppc-spapr-hotplug.txt 1165F: tests/qtest/spapr* 1166F: tests/qtest/libqos/*spapr* 1167F: tests/qtest/rtas* 1168F: tests/qtest/libqos/rtas* 1169 1170PowerNV (Non-Virtualized) 1171M: Cédric Le Goater <clg@kaod.org> 1172M: David Gibson <david@gibson.dropbear.id.au> 1173L: qemu-ppc@nongnu.org 1174S: Maintained 1175F: hw/ppc/pnv* 1176F: hw/intc/pnv* 1177F: hw/intc/xics_pnv.c 1178F: include/hw/ppc/pnv* 1179F: pc-bios/skiboot.lid 1180F: tests/qtest/pnv* 1181 1182virtex_ml507 1183M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1184L: qemu-ppc@nongnu.org 1185S: Odd Fixes 1186F: hw/ppc/virtex_ml507.c 1187 1188sam460ex 1189M: BALATON Zoltan <balaton@eik.bme.hu> 1190L: qemu-ppc@nongnu.org 1191S: Maintained 1192F: hw/ppc/sam460ex.c 1193F: hw/ppc/ppc440_pcix.c 1194F: hw/display/sm501* 1195F: hw/ide/sii3112.c 1196F: hw/rtc/m41t80.c 1197F: pc-bios/canyonlands.dt[sb] 1198F: pc-bios/u-boot-sam460ex-20100605.bin 1199F: roms/u-boot-sam460ex 1200 1201SH4 Machines 1202------------ 1203R2D 1204M: Magnus Damm <magnus.damm@gmail.com> 1205S: Maintained 1206F: hw/sh4/r2d.c 1207F: hw/intc/sh_intc.c 1208F: hw/timer/sh_timer.c 1209 1210Shix 1211M: Magnus Damm <magnus.damm@gmail.com> 1212S: Odd Fixes 1213F: hw/sh4/shix.c 1214 1215SPARC Machines 1216-------------- 1217Sun4m 1218M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1219S: Maintained 1220F: hw/sparc/sun4m.c 1221F: hw/sparc/sun4m_iommu.c 1222F: hw/display/cg3.c 1223F: hw/display/tcx.c 1224F: hw/dma/sparc32_dma.c 1225F: hw/misc/eccmemctl.c 1226F: hw/*/slavio_*.c 1227F: include/hw/nvram/sun_nvram.h 1228F: include/hw/sparc/sparc32_dma.h 1229F: include/hw/sparc/sun4m_iommu.h 1230F: pc-bios/openbios-sparc32 1231 1232Sun4u 1233M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1234S: Maintained 1235F: hw/sparc64/sun4u.c 1236F: hw/sparc64/sun4u_iommu.c 1237F: include/hw/sparc/sun4u_iommu.h 1238F: hw/pci-host/sabre.c 1239F: include/hw/pci-host/sabre.h 1240F: hw/pci-bridge/simba.c 1241F: include/hw/pci-bridge/simba.h 1242F: pc-bios/openbios-sparc64 1243 1244Sun4v 1245M: Artyom Tarasenko <atar4qemu@gmail.com> 1246S: Maintained 1247F: hw/sparc64/niagara.c 1248F: hw/rtc/sun4v-rtc.c 1249F: include/hw/rtc/sun4v-rtc.h 1250 1251Leon3 1252M: Fabien Chouteau <chouteau@adacore.com> 1253M: KONRAD Frederic <frederic.konrad@adacore.com> 1254S: Maintained 1255F: hw/sparc/leon3.c 1256F: hw/*/grlib* 1257F: include/hw/*/grlib* 1258F: tests/acceptance/machine_sparc_leon3.py 1259 1260S390 Machines 1261------------- 1262S390 Virtio-ccw 1263M: Cornelia Huck <cohuck@redhat.com> 1264M: Halil Pasic <pasic@linux.ibm.com> 1265M: Christian Borntraeger <borntraeger@de.ibm.com> 1266S: Supported 1267F: hw/char/sclp*.[hc] 1268F: hw/char/terminal3270.c 1269F: hw/s390x/ 1270F: include/hw/s390x/ 1271F: hw/watchdog/wdt_diag288.c 1272F: include/hw/watchdog/wdt_diag288.h 1273F: default-configs/s390x-softmmu.mak 1274T: git https://github.com/cohuck/qemu.git s390-next 1275T: git https://github.com/borntraeger/qemu.git s390-next 1276L: qemu-s390x@nongnu.org 1277 1278S390-ccw boot 1279M: Christian Borntraeger <borntraeger@de.ibm.com> 1280M: Thomas Huth <thuth@redhat.com> 1281S: Supported 1282F: hw/s390x/ipl.* 1283F: pc-bios/s390-ccw/ 1284F: pc-bios/s390-ccw.img 1285F: docs/devel/s390-dasd-ipl.rst 1286T: git https://github.com/borntraeger/qemu.git s390-next 1287L: qemu-s390x@nongnu.org 1288 1289S390 PCI 1290M: Matthew Rosato <mjrosato@linux.ibm.com> 1291S: Supported 1292F: hw/s390x/s390-pci* 1293L: qemu-s390x@nongnu.org 1294 1295UniCore32 Machines 1296------------------ 1297PKUnity-3 SoC initramfs-with-busybox 1298M: Guan Xuetao <gxt@mprc.pku.edu.cn> 1299S: Maintained 1300F: hw/*/puv3* 1301F: hw/unicore32/ 1302 1303X86 Machines 1304------------ 1305PC 1306M: Michael S. Tsirkin <mst@redhat.com> 1307M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1308S: Supported 1309F: include/hw/i386/ 1310F: hw/i386/ 1311F: hw/pci-host/i440fx.c 1312F: hw/pci-host/q35.c 1313F: hw/pci-host/pam.c 1314F: include/hw/pci-host/i440fx.h 1315F: include/hw/pci-host/q35.h 1316F: include/hw/pci-host/pam.h 1317F: hw/isa/piix3.c 1318F: hw/isa/lpc_ich9.c 1319F: hw/i2c/smbus_ich9.c 1320F: hw/acpi/piix4.c 1321F: hw/acpi/ich9.c 1322F: include/hw/acpi/ich9.h 1323F: include/hw/southbridge/piix.h 1324F: hw/misc/sga.c 1325F: hw/isa/apm.c 1326F: include/hw/isa/apm.h 1327F: tests/test-x86-cpuid.c 1328F: tests/qtest/test-x86-cpuid-compat.c 1329 1330PC Chipset 1331M: Michael S. Tsirkin <mst@redhat.com> 1332M: Paolo Bonzini <pbonzini@redhat.com> 1333S: Supported 1334F: hw/char/debugcon.c 1335F: hw/char/parallel* 1336F: hw/char/serial* 1337F: hw/dma/i8257* 1338F: hw/i2c/pm_smbus.c 1339F: hw/input/pckbd.c 1340F: hw/intc/apic* 1341F: hw/intc/ioapic* 1342F: hw/intc/i8259* 1343F: hw/isa/isa-superio.c 1344F: hw/misc/debugexit.c 1345F: hw/misc/pc-testdev.c 1346F: hw/timer/hpet* 1347F: hw/timer/i8254* 1348F: hw/rtc/mc146818rtc* 1349F: hw/watchdog/wdt_ib700.c 1350F: hw/watchdog/wdt_i6300esb.c 1351F: include/hw/display/vga.h 1352F: include/hw/char/parallel.h 1353F: include/hw/dma/i8257.h 1354F: include/hw/i2c/pm_smbus.h 1355F: include/hw/input/i8042.h 1356F: include/hw/isa/i8259_internal.h 1357F: include/hw/isa/superio.h 1358F: include/hw/timer/hpet.h 1359F: include/hw/timer/i8254* 1360F: include/hw/rtc/mc146818rtc* 1361 1362microvm 1363M: Sergio Lopez <slp@redhat.com> 1364M: Paolo Bonzini <pbonzini@redhat.com> 1365S: Maintained 1366F: docs/microvm.rst 1367F: hw/i386/microvm.c 1368F: include/hw/i386/microvm.h 1369F: pc-bios/bios-microvm.bin 1370 1371Machine core 1372M: Eduardo Habkost <ehabkost@redhat.com> 1373M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1374S: Supported 1375F: hw/core/cpu.c 1376F: hw/core/machine-qmp-cmds.c 1377F: hw/core/machine.c 1378F: hw/core/null-machine.c 1379F: hw/core/numa.c 1380F: hw/cpu/cluster.c 1381F: qapi/machine.json 1382F: qapi/machine-target.json 1383F: include/hw/boards.h 1384F: include/hw/core/cpu.h 1385F: include/hw/cpu/cluster.h 1386F: include/sysemu/numa.h 1387T: git https://github.com/ehabkost/qemu.git machine-next 1388 1389Xtensa Machines 1390--------------- 1391sim 1392M: Max Filippov <jcmvbkbc@gmail.com> 1393S: Maintained 1394F: hw/xtensa/sim.c 1395 1396virt 1397M: Max Filippov <jcmvbkbc@gmail.com> 1398S: Maintained 1399F: hw/xtensa/virt.c 1400 1401XTFPGA (LX60, LX200, ML605, KC705) 1402M: Max Filippov <jcmvbkbc@gmail.com> 1403S: Maintained 1404F: hw/xtensa/xtfpga.c 1405F: hw/net/opencores_eth.c 1406 1407Devices 1408------- 1409EDU 1410M: Jiri Slaby <jslaby@suse.cz> 1411S: Maintained 1412F: hw/misc/edu.c 1413 1414IDE 1415M: John Snow <jsnow@redhat.com> 1416L: qemu-block@nongnu.org 1417S: Supported 1418F: include/hw/ide.h 1419F: include/hw/ide/ 1420F: hw/ide/ 1421F: hw/block/block.c 1422F: hw/block/cdrom.c 1423F: hw/block/hd-geometry.c 1424F: tests/qtest/ide-test.c 1425F: tests/qtest/ahci-test.c 1426F: tests/qtest/cdrom-test.c 1427F: tests/qtest/libqos/ahci* 1428T: git https://github.com/jnsnow/qemu.git ide 1429 1430IPMI 1431M: Corey Minyard <minyard@acm.org> 1432S: Maintained 1433F: include/hw/ipmi/* 1434F: hw/ipmi/* 1435F: hw/smbios/smbios_type_38.c 1436F: tests/qtest/ipmi* 1437T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1438 1439Floppy 1440M: John Snow <jsnow@redhat.com> 1441L: qemu-block@nongnu.org 1442S: Supported 1443F: hw/block/fdc.c 1444F: include/hw/block/fdc.h 1445F: tests/qtest/fdc-test.c 1446T: git https://github.com/jnsnow/qemu.git ide 1447 1448OMAP 1449M: Peter Maydell <peter.maydell@linaro.org> 1450L: qemu-arm@nongnu.org 1451S: Maintained 1452F: hw/*/omap* 1453F: include/hw/arm/omap.h 1454 1455IPack 1456M: Alberto Garcia <berto@igalia.com> 1457S: Odd Fixes 1458F: hw/char/ipoctal232.c 1459F: hw/ipack/ 1460 1461PCI 1462M: Michael S. Tsirkin <mst@redhat.com> 1463M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1464S: Supported 1465F: include/hw/pci/* 1466F: hw/misc/pci-testdev.c 1467F: hw/pci/* 1468F: hw/pci-bridge/* 1469F: docs/pci* 1470F: docs/specs/*pci* 1471F: default-configs/pci.mak 1472 1473ACPI/SMBIOS 1474M: Michael S. Tsirkin <mst@redhat.com> 1475M: Igor Mammedov <imammedo@redhat.com> 1476S: Supported 1477F: include/hw/acpi/* 1478F: include/hw/firmware/smbios.h 1479F: hw/mem/* 1480F: hw/acpi/* 1481F: hw/smbios/* 1482F: hw/i386/acpi-build.[hc] 1483F: hw/arm/virt-acpi-build.c 1484F: tests/qtest/bios-tables-test.c 1485F: tests/qtest/acpi-utils.[hc] 1486F: tests/data/acpi/ 1487 1488ppc4xx 1489M: David Gibson <david@gibson.dropbear.id.au> 1490L: qemu-ppc@nongnu.org 1491S: Odd Fixes 1492F: hw/ppc/ppc4*.c 1493F: hw/i2c/ppc4xx_i2c.c 1494F: include/hw/ppc/ppc4xx.h 1495F: include/hw/i2c/ppc4xx_i2c.h 1496 1497Character devices 1498M: Marc-André Lureau <marcandre.lureau@redhat.com> 1499R: Paolo Bonzini <pbonzini@redhat.com> 1500S: Odd Fixes 1501F: hw/char/ 1502 1503Network devices 1504M: Jason Wang <jasowang@redhat.com> 1505S: Odd Fixes 1506F: hw/net/ 1507F: include/hw/net/ 1508F: tests/qtest/virtio-net-test.c 1509F: docs/virtio-net-failover.rst 1510T: git https://github.com/jasowang/qemu.git net 1511 1512Parallel NOR Flash devices 1513M: Philippe Mathieu-Daudé <philmd@redhat.com> 1514T: git https://gitlab.com/philmd/qemu.git pflash-next 1515S: Maintained 1516F: hw/block/pflash_cfi*.c 1517F: include/hw/block/flash.h 1518 1519SCSI 1520M: Paolo Bonzini <pbonzini@redhat.com> 1521R: Fam Zheng <fam@euphon.net> 1522S: Supported 1523F: include/hw/scsi/* 1524F: hw/scsi/* 1525F: tests/qtest/virtio-scsi-test.c 1526T: git https://github.com/bonzini/qemu.git scsi-next 1527 1528SSI 1529M: Alistair Francis <alistair@alistair23.me> 1530S: Maintained 1531F: hw/ssi/* 1532F: hw/block/m25p80.c 1533F: include/hw/ssi/ssi.h 1534X: hw/ssi/xilinx_* 1535F: tests/qtest/m25p80-test.c 1536 1537Xilinx SPI 1538M: Alistair Francis <alistair@alistair23.me> 1539S: Maintained 1540F: hw/ssi/xilinx_* 1541 1542SD (Secure Card) 1543M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1544S: Odd Fixes 1545F: include/hw/sd/sd* 1546F: hw/sd/core.c 1547F: hw/sd/sd* 1548F: hw/sd/ssi-sd.c 1549F: tests/qtest/sd* 1550 1551USB 1552M: Gerd Hoffmann <kraxel@redhat.com> 1553S: Maintained 1554F: hw/usb/* 1555F: tests/qtest/usb-*-test.c 1556F: docs/usb2.txt 1557F: docs/usb-storage.txt 1558F: include/hw/usb.h 1559F: include/hw/usb/ 1560F: default-configs/usb.mak 1561 1562USB (serial adapter) 1563M: Gerd Hoffmann <kraxel@redhat.com> 1564M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1565S: Maintained 1566F: hw/usb/dev-serial.c 1567 1568VFIO 1569M: Alex Williamson <alex.williamson@redhat.com> 1570S: Supported 1571F: hw/vfio/* 1572F: include/hw/vfio/ 1573 1574vfio-ccw 1575M: Cornelia Huck <cohuck@redhat.com> 1576M: Eric Farman <farman@linux.ibm.com> 1577S: Supported 1578F: hw/vfio/ccw.c 1579F: hw/s390x/s390-ccw.c 1580F: include/hw/s390x/s390-ccw.h 1581F: include/hw/s390x/vfio-ccw.h 1582T: git https://github.com/cohuck/qemu.git s390-next 1583L: qemu-s390x@nongnu.org 1584 1585vfio-ap 1586M: Christian Borntraeger <borntraeger@de.ibm.com> 1587M: Tony Krowiak <akrowiak@linux.ibm.com> 1588M: Halil Pasic <pasic@linux.ibm.com> 1589M: Pierre Morel <pmorel@linux.ibm.com> 1590S: Supported 1591F: hw/s390x/ap-device.c 1592F: hw/s390x/ap-bridge.c 1593F: include/hw/s390x/ap-device.h 1594F: include/hw/s390x/ap-bridge.h 1595F: hw/vfio/ap.c 1596F: docs/system/vfio-ap.rst 1597L: qemu-s390x@nongnu.org 1598 1599vhost 1600M: Michael S. Tsirkin <mst@redhat.com> 1601S: Supported 1602F: hw/*/*vhost* 1603F: docs/interop/vhost-user.json 1604F: docs/interop/vhost-user.rst 1605F: contrib/vhost-user-*/ 1606F: backends/vhost-user.c 1607F: include/sysemu/vhost-user-backend.h 1608 1609virtio 1610M: Michael S. Tsirkin <mst@redhat.com> 1611S: Supported 1612F: hw/*/virtio* 1613F: hw/virtio/Makefile.objs 1614F: hw/virtio/trace-events 1615F: net/vhost-user.c 1616F: include/hw/virtio/ 1617 1618virtio-9p 1619M: Greg Kurz <groug@kaod.org> 1620R: Christian Schoenebeck <qemu_oss@crudebyte.com> 1621S: Odd Fixes 1622F: hw/9pfs/ 1623X: hw/9pfs/xen-9p* 1624F: fsdev/ 1625F: docs/interop/virtfs-proxy-helper.rst 1626F: tests/qtest/virtio-9p-test.c 1627T: git https://github.com/gkurz/qemu.git 9p-next 1628 1629virtio-blk 1630M: Stefan Hajnoczi <stefanha@redhat.com> 1631L: qemu-block@nongnu.org 1632S: Supported 1633F: hw/block/virtio-blk.c 1634F: hw/block/dataplane/* 1635F: tests/qtest/virtio-blk-test.c 1636T: git https://github.com/stefanha/qemu.git block 1637 1638virtio-ccw 1639M: Cornelia Huck <cohuck@redhat.com> 1640M: Halil Pasic <pasic@linux.ibm.com> 1641S: Supported 1642F: hw/s390x/virtio-ccw*.[hc] 1643F: hw/s390x/vhost-vsock-ccw.c 1644T: git https://github.com/cohuck/qemu.git s390-next 1645T: git https://github.com/borntraeger/qemu.git s390-next 1646L: qemu-s390x@nongnu.org 1647 1648virtiofs 1649M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1650M: Stefan Hajnoczi <stefanha@redhat.com> 1651S: Supported 1652F: tools/virtiofsd/* 1653F: hw/virtio/vhost-user-fs* 1654F: include/hw/virtio/vhost-user-fs.h 1655F: docs/interop/virtiofsd.rst 1656 1657virtio-input 1658M: Gerd Hoffmann <kraxel@redhat.com> 1659S: Maintained 1660F: hw/input/vhost-user-input.c 1661F: hw/input/virtio-input*.c 1662F: include/hw/virtio/virtio-input.h 1663F: contrib/vhost-user-input/* 1664 1665virtio-iommu 1666M: Eric Auger <eric.auger@redhat.com> 1667S: Maintained 1668F: hw/virtio/virtio-iommu*.c 1669F: include/hw/virtio/virtio-iommu.h 1670 1671virtio-serial 1672M: Laurent Vivier <lvivier@redhat.com> 1673R: Amit Shah <amit@kernel.org> 1674S: Supported 1675F: hw/char/virtio-serial-bus.c 1676F: hw/char/virtio-console.c 1677F: include/hw/virtio/virtio-serial.h 1678F: tests/qtest/virtio-serial-test.c 1679 1680virtio-rng 1681M: Laurent Vivier <lvivier@redhat.com> 1682R: Amit Shah <amit@kernel.org> 1683S: Supported 1684F: hw/virtio/virtio-rng.c 1685F: include/hw/virtio/virtio-rng.h 1686F: include/sysemu/rng*.h 1687F: backends/rng*.c 1688F: tests/qtest/virtio-rng-test.c 1689 1690virtio-crypto 1691M: Gonglei <arei.gonglei@huawei.com> 1692S: Supported 1693F: hw/virtio/virtio-crypto.c 1694F: hw/virtio/virtio-crypto-pci.c 1695F: include/hw/virtio/virtio-crypto.h 1696 1697nvme 1698M: Keith Busch <keith.busch@intel.com> 1699L: qemu-block@nongnu.org 1700S: Supported 1701F: hw/block/nvme* 1702F: tests/qtest/nvme-test.c 1703 1704megasas 1705M: Hannes Reinecke <hare@suse.com> 1706L: qemu-block@nongnu.org 1707S: Supported 1708F: hw/scsi/megasas.c 1709F: hw/scsi/mfi.h 1710F: tests/qtest/megasas-test.c 1711 1712Network packet abstractions 1713M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1714S: Maintained 1715F: include/net/eth.h 1716F: net/eth.c 1717F: hw/net/net_rx_pkt* 1718F: hw/net/net_tx_pkt* 1719 1720Vmware 1721M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1722S: Maintained 1723F: hw/net/vmxnet* 1724F: hw/scsi/vmw_pvscsi* 1725F: tests/qtest/vmxnet3-test.c 1726 1727Rocker 1728M: Jiri Pirko <jiri@resnulli.us> 1729S: Maintained 1730F: hw/net/rocker/ 1731F: tests/rocker/ 1732F: docs/specs/rocker.txt 1733 1734NVDIMM 1735M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1736S: Maintained 1737F: hw/acpi/nvdimm.c 1738F: hw/mem/nvdimm.c 1739F: include/hw/mem/nvdimm.h 1740F: docs/nvdimm.txt 1741 1742e1000x 1743M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1744S: Maintained 1745F: hw/net/e1000x* 1746 1747e1000e 1748M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1749S: Maintained 1750F: hw/net/e1000e* 1751 1752eepro100 1753M: Stefan Weil <sw@weilnetz.de> 1754S: Maintained 1755F: hw/net/eepro100.c 1756 1757tulip 1758M: Sven Schnelle <svens@stackframe.org> 1759S: Maintained 1760F: hw/net/tulip.c 1761F: hw/net/tulip.h 1762 1763Generic Loader 1764M: Alistair Francis <alistair@alistair23.me> 1765S: Maintained 1766F: hw/core/generic-loader.c 1767F: include/hw/core/generic-loader.h 1768F: docs/generic-loader.txt 1769 1770Intel Hexadecimal Object File Loader 1771M: Su Hang <suhang16@mails.ucas.ac.cn> 1772S: Maintained 1773F: tests/qtest/hexloader-test.c 1774F: tests/data/hex-loader/test.hex 1775 1776CHRP NVRAM 1777M: Thomas Huth <thuth@redhat.com> 1778S: Maintained 1779F: hw/nvram/chrp_nvram.c 1780F: include/hw/nvram/chrp_nvram.h 1781F: tests/qtest/prom-env-test.c 1782 1783VM Generation ID 1784M: Ben Warren <ben@skyportsystems.com> 1785S: Maintained 1786F: hw/acpi/vmgenid.c 1787F: include/hw/acpi/vmgenid.h 1788F: docs/specs/vmgenid.txt 1789F: tests/qtest/vmgenid-test.c 1790F: stubs/vmgenid.c 1791 1792Unimplemented device 1793M: Peter Maydell <peter.maydell@linaro.org> 1794R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1795S: Maintained 1796F: include/hw/misc/unimp.h 1797F: hw/misc/unimp.c 1798 1799Standard VGA 1800M: Gerd Hoffmann <kraxel@redhat.com> 1801S: Maintained 1802F: hw/display/vga* 1803F: hw/display/bochs-display.c 1804F: include/hw/display/vga.h 1805F: include/hw/display/bochs-vbe.h 1806 1807ramfb 1808M: Gerd Hoffmann <kraxel@redhat.com> 1809S: Maintained 1810F: hw/display/ramfb*.c 1811F: include/hw/display/ramfb.h 1812 1813virtio-gpu 1814M: Gerd Hoffmann <kraxel@redhat.com> 1815S: Maintained 1816F: hw/display/virtio-gpu* 1817F: hw/display/virtio-vga.* 1818F: include/hw/virtio/virtio-gpu.h 1819 1820vhost-user-gpu 1821M: Marc-André Lureau <marcandre.lureau@redhat.com> 1822M: Gerd Hoffmann <kraxel@redhat.com> 1823S: Maintained 1824F: docs/interop/vhost-user-gpu.rst 1825F: contrib/vhost-user-gpu 1826F: hw/display/vhost-user-* 1827 1828Cirrus VGA 1829M: Gerd Hoffmann <kraxel@redhat.com> 1830S: Odd Fixes 1831W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1832F: hw/display/cirrus* 1833 1834EDID Generator 1835M: Gerd Hoffmann <kraxel@redhat.com> 1836S: Maintained 1837F: hw/display/edid* 1838F: include/hw/display/edid.h 1839F: qemu-edid.c 1840 1841PIIX4 South Bridge (i82371AB) 1842M: Hervé Poussineau <hpoussin@reactos.org> 1843M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1844S: Maintained 1845F: hw/isa/piix4.c 1846F: include/hw/southbridge/piix.h 1847 1848Firmware configuration (fw_cfg) 1849M: Philippe Mathieu-Daudé <philmd@redhat.com> 1850R: Laszlo Ersek <lersek@redhat.com> 1851R: Gerd Hoffmann <kraxel@redhat.com> 1852S: Supported 1853F: docs/specs/fw_cfg.txt 1854F: hw/nvram/fw_cfg.c 1855F: stubs/fw_cfg.c 1856F: include/hw/nvram/fw_cfg.h 1857F: include/standard-headers/linux/qemu_fw_cfg.h 1858F: tests/qtest/libqos/fw_cfg.c 1859F: tests/qtest/fw_cfg-test.c 1860T: git https://github.com/philmd/qemu.git fw_cfg-next 1861 1862XIVE 1863M: David Gibson <david@gibson.dropbear.id.au> 1864M: Cédric Le Goater <clg@kaod.org> 1865L: qemu-ppc@nongnu.org 1866S: Supported 1867F: hw/*/*xive* 1868F: include/hw/*/*xive* 1869F: docs/*/*xive* 1870 1871Subsystems 1872---------- 1873Audio 1874M: Gerd Hoffmann <kraxel@redhat.com> 1875S: Maintained 1876F: audio/ 1877F: hw/audio/ 1878F: include/hw/audio/ 1879F: tests/qtest/ac97-test.c 1880F: tests/qtest/es1370-test.c 1881F: tests/qtest/intel-hda-test.c 1882 1883Block layer core 1884M: Kevin Wolf <kwolf@redhat.com> 1885M: Max Reitz <mreitz@redhat.com> 1886L: qemu-block@nongnu.org 1887S: Supported 1888F: block* 1889F: block/ 1890F: hw/block/ 1891F: include/block/ 1892F: qemu-img* 1893F: docs/interop/qemu-img.rst 1894F: qemu-io* 1895F: tests/qemu-iotests/ 1896F: util/qemu-progress.c 1897F: qobject/block-qdict.c 1898F: tests/check-block-qdict.c 1899T: git https://repo.or.cz/qemu/kevin.git block 1900 1901Block I/O path 1902M: Stefan Hajnoczi <stefanha@redhat.com> 1903M: Fam Zheng <fam@euphon.net> 1904L: qemu-block@nongnu.org 1905S: Supported 1906F: util/async.c 1907F: util/aio-*.c 1908F: util/aio-*.h 1909F: util/fdmon-*.c 1910F: block/io.c 1911F: migration/block* 1912F: include/block/aio.h 1913F: include/block/aio-wait.h 1914F: scripts/qemugdb/aio.py 1915T: git https://github.com/stefanha/qemu.git block 1916 1917Block SCSI subsystem 1918M: Paolo Bonzini <pbonzini@redhat.com> 1919R: Fam Zheng <fam@euphon.net> 1920L: qemu-block@nongnu.org 1921S: Supported 1922F: include/scsi/* 1923F: scsi/* 1924 1925Block Jobs 1926M: John Snow <jsnow@redhat.com> 1927L: qemu-block@nongnu.org 1928S: Supported 1929F: blockjob.c 1930F: include/block/blockjob.h 1931F: job.c 1932F: job-qmp.c 1933F: include/qemu/job.h 1934F: block/backup.c 1935F: block/commit.c 1936F: block/stream.c 1937F: block/mirror.c 1938F: qapi/job.json 1939T: git https://github.com/jnsnow/qemu.git jobs 1940 1941Block QAPI, monitor, command line 1942M: Markus Armbruster <armbru@redhat.com> 1943S: Supported 1944F: blockdev.c 1945F: blockdev-hmp-cmds.c 1946F: block/qapi.c 1947F: qapi/block*.json 1948F: qapi/transaction.json 1949T: git https://repo.or.cz/qemu/armbru.git block-next 1950 1951Dirty Bitmaps 1952M: John Snow <jsnow@redhat.com> 1953R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 1954L: qemu-block@nongnu.org 1955S: Supported 1956F: include/qemu/hbitmap.h 1957F: include/block/dirty-bitmap.h 1958F: block/dirty-bitmap.c 1959F: block/qcow2-bitmap.c 1960F: migration/block-dirty-bitmap.c 1961F: util/hbitmap.c 1962F: tests/test-hbitmap.c 1963F: docs/interop/bitmaps.rst 1964T: git https://github.com/jnsnow/qemu.git bitmaps 1965 1966Character device backends 1967M: Marc-André Lureau <marcandre.lureau@redhat.com> 1968R: Paolo Bonzini <pbonzini@redhat.com> 1969S: Maintained 1970F: chardev/ 1971F: include/chardev/ 1972F: qapi/char.json 1973 1974Character Devices (Braille) 1975M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1976S: Maintained 1977F: chardev/baum.c 1978 1979Command line option argument parsing 1980M: Markus Armbruster <armbru@redhat.com> 1981S: Supported 1982F: include/qemu/option.h 1983F: tests/test-keyval.c 1984F: tests/test-qemu-opts.c 1985F: util/keyval.c 1986F: util/qemu-option.c 1987 1988Coverity model 1989M: Markus Armbruster <armbru@redhat.com> 1990S: Supported 1991F: scripts/coverity-model.c 1992 1993Device Tree 1994M: Alistair Francis <alistair.francis@wdc.com> 1995R: David Gibson <david@gibson.dropbear.id.au> 1996S: Maintained 1997F: device_tree.c 1998F: include/sysemu/device_tree.h 1999 2000Dump 2001S: Supported 2002M: Marc-André Lureau <marcandre.lureau@redhat.com> 2003F: dump/ 2004F: hw/misc/vmcoreinfo.c 2005F: include/hw/misc/vmcoreinfo.h 2006F: include/qemu/win_dump_defs 2007F: include/sysemu/dump-arch.h 2008F: include/sysemu/dump.h 2009F: qapi/dump.json 2010F: scripts/dump-guest-memory.py 2011F: stubs/dump.c 2012 2013Error reporting 2014M: Markus Armbruster <armbru@redhat.com> 2015S: Supported 2016F: include/qapi/error.h 2017F: include/qemu/error-report.h 2018F: qapi/error.json 2019F: util/error.c 2020F: util/qemu-error.c 2021 2022GDB stub 2023M: Alex Bennée <alex.bennee@linaro.org> 2024R: Philippe Mathieu-Daudé <philmd@redhat.com> 2025S: Maintained 2026F: gdbstub* 2027F: gdb-xml/ 2028 2029Memory API 2030M: Paolo Bonzini <pbonzini@redhat.com> 2031S: Supported 2032F: include/exec/ioport.h 2033F: ioport.c 2034F: include/exec/memop.h 2035F: include/exec/memory.h 2036F: include/exec/ram_addr.h 2037F: include/exec/ramblock.h 2038F: memory.c 2039F: include/exec/memory-internal.h 2040F: exec.c 2041 2042SPICE 2043M: Gerd Hoffmann <kraxel@redhat.com> 2044S: Supported 2045F: include/ui/qemu-spice.h 2046F: include/ui/spice-display.h 2047F: ui/spice-*.c 2048F: audio/spiceaudio.c 2049F: hw/display/qxl* 2050F: qapi/ui.json 2051F: docs/spice-port-fqdn.txt 2052 2053Graphics 2054M: Gerd Hoffmann <kraxel@redhat.com> 2055S: Odd Fixes 2056F: ui/ 2057F: include/ui/ 2058F: qapi/ui.json 2059F: util/drm.c 2060 2061Cocoa graphics 2062M: Peter Maydell <peter.maydell@linaro.org> 2063S: Odd Fixes 2064F: ui/cocoa.m 2065 2066Main loop 2067M: Paolo Bonzini <pbonzini@redhat.com> 2068S: Maintained 2069F: cpus.c 2070F: include/qemu/main-loop.h 2071F: include/sysemu/runstate.h 2072F: util/main-loop.c 2073F: util/qemu-timer.c 2074F: softmmu/vl.c 2075F: softmmu/main.c 2076F: qapi/run-state.json 2077 2078Human Monitor (HMP) 2079M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2080S: Maintained 2081F: monitor/monitor-internal.h 2082F: monitor/misc.c 2083F: monitor/monitor.c 2084F: monitor/hmp* 2085F: hmp.h 2086F: hmp-commands*.hx 2087F: include/monitor/hmp-target.h 2088F: tests/qtest/test-hmp.c 2089F: include/qemu/qemu-print.h 2090F: util/qemu-print.c 2091 2092Network device backends 2093M: Jason Wang <jasowang@redhat.com> 2094S: Maintained 2095F: net/ 2096F: include/net/ 2097F: qemu-bridge-helper.c 2098T: git https://github.com/jasowang/qemu.git net 2099F: qapi/net.json 2100 2101Netmap network backend 2102M: Luigi Rizzo <rizzo@iet.unipi.it> 2103M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2104M: Vincenzo Maffione <v.maffione@gmail.com> 2105W: http://info.iet.unipi.it/~luigi/netmap/ 2106S: Maintained 2107F: net/netmap.c 2108 2109Host Memory Backends 2110M: Eduardo Habkost <ehabkost@redhat.com> 2111M: Igor Mammedov <imammedo@redhat.com> 2112S: Maintained 2113F: backends/hostmem*.c 2114F: include/sysemu/hostmem.h 2115T: git https://github.com/ehabkost/qemu.git machine-next 2116 2117Cryptodev Backends 2118M: Gonglei <arei.gonglei@huawei.com> 2119S: Maintained 2120F: include/sysemu/cryptodev*.h 2121F: backends/cryptodev*.c 2122 2123Python scripts 2124M: Eduardo Habkost <ehabkost@redhat.com> 2125M: Cleber Rosa <crosa@redhat.com> 2126S: Odd fixes 2127F: python/qemu/*py 2128F: scripts/*.py 2129F: tests/*.py 2130 2131QAPI 2132M: Markus Armbruster <armbru@redhat.com> 2133M: Michael Roth <mdroth@linux.vnet.ibm.com> 2134S: Supported 2135F: qapi/ 2136X: qapi/*.json 2137F: include/qapi/ 2138X: include/qapi/qmp/ 2139F: include/qapi/qmp/dispatch.h 2140F: tests/qapi-schema/ 2141F: tests/test-*-visitor.c 2142F: tests/test-qapi-*.c 2143F: tests/test-qmp-*.c 2144F: tests/test-visitor-serialization.c 2145F: scripts/qapi-gen.py 2146F: scripts/qapi/* 2147F: docs/devel/qapi* 2148T: git https://repo.or.cz/qemu/armbru.git qapi-next 2149 2150QAPI Schema 2151M: Eric Blake <eblake@redhat.com> 2152M: Markus Armbruster <armbru@redhat.com> 2153S: Supported 2154F: qapi/*.json 2155T: git https://repo.or.cz/qemu/armbru.git qapi-next 2156 2157QObject 2158M: Markus Armbruster <armbru@redhat.com> 2159S: Supported 2160F: qobject/ 2161F: include/qapi/qmp/ 2162X: include/qapi/qmp/dispatch.h 2163F: scripts/coccinelle/qobject.cocci 2164F: tests/check-qdict.c 2165F: tests/check-qjson.c 2166F: tests/check-qlist.c 2167F: tests/check-qlit.c 2168F: tests/check-qnull.c 2169F: tests/check-qnum.c 2170F: tests/check-qobject.c 2171F: tests/check-qstring.c 2172F: tests/data/qobject/qdict.txt 2173T: git https://repo.or.cz/qemu/armbru.git qapi-next 2174 2175QEMU Guest Agent 2176M: Michael Roth <mdroth@linux.vnet.ibm.com> 2177S: Maintained 2178F: qga/ 2179F: docs/interop/qemu-ga.rst 2180F: scripts/qemu-guest-agent/ 2181F: tests/test-qga.c 2182F: docs/interop/qemu-ga-ref.texi 2183T: git https://github.com/mdroth/qemu.git qga 2184 2185QOM 2186M: Paolo Bonzini <pbonzini@redhat.com> 2187R: Daniel P. Berrange <berrange@redhat.com> 2188R: Eduardo Habkost <ehabkost@redhat.com> 2189S: Supported 2190F: docs/qdev-device-use.txt 2191F: hw/core/qdev* 2192F: include/hw/qdev* 2193F: include/monitor/qdev.h 2194F: include/qom/ 2195F: qapi/qom.json 2196F: qapi/qdev.json 2197F: qdev-monitor.c 2198F: qom/ 2199F: tests/check-qom-interface.c 2200F: tests/check-qom-proplist.c 2201F: tests/test-qdev-global-props.c 2202 2203QMP 2204M: Markus Armbruster <armbru@redhat.com> 2205S: Supported 2206F: monitor/monitor-internal.h 2207F: monitor/qmp* 2208F: monitor/misc.c 2209F: monitor/monitor.c 2210F: qapi/error.json 2211F: docs/devel/*qmp-* 2212F: docs/interop/*qmp-* 2213F: scripts/qmp/ 2214F: tests/qtest/qmp-test.c 2215F: tests/qtest/qmp-cmd-test.c 2216T: git https://repo.or.cz/qemu/armbru.git qapi-next 2217 2218qtest 2219M: Thomas Huth <thuth@redhat.com> 2220M: Laurent Vivier <lvivier@redhat.com> 2221R: Paolo Bonzini <pbonzini@redhat.com> 2222S: Maintained 2223F: qtest.c 2224F: accel/qtest.c 2225F: tests/qtest/ 2226 2227Device Fuzzing 2228M: Alexander Bulekov <alxndr@bu.edu> 2229R: Paolo Bonzini <pbonzini@redhat.com> 2230R: Bandan Das <bsd@redhat.com> 2231R: Stefan Hajnoczi <stefanha@redhat.com> 2232S: Maintained 2233F: tests/qtest/fuzz/ 2234 2235Register API 2236M: Alistair Francis <alistair@alistair23.me> 2237S: Maintained 2238F: hw/core/register.c 2239F: include/hw/register.h 2240F: include/hw/registerfields.h 2241 2242SLIRP 2243M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2244S: Maintained 2245F: slirp/ 2246F: net/slirp.c 2247F: include/net/slirp.h 2248T: git https://people.debian.org/~sthibault/qemu.git slirp 2249 2250Stubs 2251M: Paolo Bonzini <pbonzini@redhat.com> 2252S: Maintained 2253F: stubs/ 2254 2255Tracing 2256M: Stefan Hajnoczi <stefanha@redhat.com> 2257S: Maintained 2258F: trace/ 2259F: trace-events 2260F: docs/qemu-option-trace.rst.inc 2261F: scripts/tracetool.py 2262F: scripts/tracetool/ 2263F: scripts/qemu-trace-stap* 2264F: docs/interop/qemu-trace-stap.rst 2265F: docs/devel/tracing.txt 2266T: git https://github.com/stefanha/qemu.git tracing 2267 2268TPM 2269M: Stefan Berger <stefanb@linux.ibm.com> 2270S: Maintained 2271F: tpm.c 2272F: stubs/tpm.c 2273F: hw/tpm/* 2274F: include/hw/acpi/tpm.h 2275F: include/sysemu/tpm* 2276F: qapi/tpm.json 2277F: backends/tpm.c 2278F: tests/qtest/*tpm* 2279T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2280 2281Checkpatch 2282S: Odd Fixes 2283F: scripts/checkpatch.pl 2284 2285Migration 2286M: Juan Quintela <quintela@redhat.com> 2287M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2288S: Maintained 2289F: hw/core/vmstate-if.c 2290F: include/hw/vmstate-if.h 2291F: include/migration/ 2292F: migration/ 2293F: scripts/vmstate-static-checker.py 2294F: tests/vmstate-static-checker-data/ 2295F: tests/qtest/migration-test.c 2296F: docs/devel/migration.rst 2297F: qapi/migration.json 2298 2299D-Bus 2300M: Marc-André Lureau <marcandre.lureau@redhat.com> 2301S: Maintained 2302F: backends/dbus-vmstate.c 2303F: tests/dbus-vmstate* 2304F: util/dbus.c 2305F: include/qemu/dbus.h 2306F: docs/interop/dbus.rst 2307F: docs/interop/dbus-vmstate.rst 2308 2309Seccomp 2310M: Eduardo Otubo <otubo@redhat.com> 2311S: Supported 2312F: qemu-seccomp.c 2313F: include/sysemu/seccomp.h 2314 2315Cryptography 2316M: Daniel P. Berrange <berrange@redhat.com> 2317S: Maintained 2318F: crypto/ 2319F: include/crypto/ 2320F: tests/test-crypto-* 2321F: tests/benchmark-crypto-* 2322F: tests/crypto-tls-* 2323F: tests/pkix_asn1_tab.c 2324F: qemu.sasl 2325 2326Coroutines 2327M: Stefan Hajnoczi <stefanha@redhat.com> 2328M: Kevin Wolf <kwolf@redhat.com> 2329S: Maintained 2330F: util/*coroutine* 2331F: include/qemu/coroutine* 2332F: tests/test-coroutine.c 2333 2334Buffers 2335M: Daniel P. Berrange <berrange@redhat.com> 2336S: Odd fixes 2337F: util/buffer.c 2338F: include/qemu/buffer.h 2339 2340I/O Channels 2341M: Daniel P. Berrange <berrange@redhat.com> 2342S: Maintained 2343F: io/ 2344F: include/io/ 2345F: tests/test-io-* 2346 2347User authorization 2348M: Daniel P. Berrange <berrange@redhat.com> 2349S: Maintained 2350F: authz/ 2351F: qapi/authz.json 2352F: include/authz/ 2353F: tests/test-authz-* 2354 2355Sockets 2356M: Daniel P. Berrange <berrange@redhat.com> 2357M: Gerd Hoffmann <kraxel@redhat.com> 2358S: Maintained 2359F: include/qemu/sockets.h 2360F: util/qemu-sockets.c 2361F: qapi/sockets.json 2362 2363File monitor 2364M: Daniel P. Berrange <berrange@redhat.com> 2365S: Odd fixes 2366F: util/filemonitor*.c 2367F: include/qemu/filemonitor.h 2368F: tests/test-util-filemonitor.c 2369 2370Throttling infrastructure 2371M: Alberto Garcia <berto@igalia.com> 2372S: Supported 2373F: block/throttle-groups.c 2374F: include/block/throttle-groups.h 2375F: include/qemu/throttle*.h 2376F: util/throttle.c 2377F: docs/throttle.txt 2378F: tests/test-throttle.c 2379L: qemu-block@nongnu.org 2380 2381UUID 2382M: Fam Zheng <fam@euphon.net> 2383S: Supported 2384F: util/uuid.c 2385F: include/qemu/uuid.h 2386F: tests/test-uuid.c 2387 2388COLO Framework 2389M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2390S: Maintained 2391F: migration/colo* 2392F: include/migration/colo.h 2393F: include/migration/failover.h 2394F: docs/COLO-FT.txt 2395 2396COLO Proxy 2397M: Zhang Chen <chen.zhang@intel.com> 2398M: Li Zhijian <lizhijian@cn.fujitsu.com> 2399S: Supported 2400F: docs/colo-proxy.txt 2401F: net/colo* 2402F: net/filter-rewriter.c 2403F: net/filter-mirror.c 2404 2405Record/replay 2406M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2407R: Paolo Bonzini <pbonzini@redhat.com> 2408W: https://wiki.qemu.org/Features/record-replay 2409S: Supported 2410F: replay/* 2411F: block/blkreplay.c 2412F: net/filter-replay.c 2413F: include/sysemu/replay.h 2414F: docs/replay.txt 2415F: stubs/replay.c 2416 2417IOVA Tree 2418M: Peter Xu <peterx@redhat.com> 2419S: Maintained 2420F: include/qemu/iova-tree.h 2421F: util/iova-tree.c 2422 2423elf2dmp 2424M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2425S: Maintained 2426F: contrib/elf2dmp/ 2427 2428I2C and SMBus 2429M: Corey Minyard <cminyard@mvista.com> 2430S: Maintained 2431F: hw/i2c/core.c 2432F: hw/i2c/smbus_slave.c 2433F: hw/i2c/smbus_master.c 2434F: hw/i2c/smbus_eeprom.c 2435F: include/hw/i2c/i2c.h 2436F: include/hw/i2c/smbus_master.h 2437F: include/hw/i2c/smbus_slave.h 2438F: include/hw/i2c/smbus_eeprom.h 2439 2440EDK2 Firmware 2441M: Laszlo Ersek <lersek@redhat.com> 2442M: Philippe Mathieu-Daudé <philmd@redhat.com> 2443S: Supported 2444F: pc-bios/descriptors/??-edk2-*.json 2445F: pc-bios/edk2-* 2446F: roms/Makefile.edk2 2447F: roms/edk2 2448F: roms/edk2-* 2449F: tests/data/uefi-boot-images/ 2450F: tests/uefi-test-tools/ 2451F: .gitlab-ci-edk2.yml 2452F: .gitlab-ci.d/edk2/ 2453 2454Usermode Emulation 2455------------------ 2456Overall usermode emulation 2457M: Riku Voipio <riku.voipio@iki.fi> 2458S: Maintained 2459F: thunk.c 2460F: accel/tcg/user-exec*.c 2461 2462BSD user 2463S: Orphan 2464F: bsd-user/ 2465F: default-configs/*-bsd-user.mak 2466 2467Linux user 2468M: Riku Voipio <riku.voipio@iki.fi> 2469R: Laurent Vivier <laurent@vivier.eu> 2470S: Maintained 2471F: linux-user/ 2472F: default-configs/*-linux-user.mak 2473F: scripts/qemu-binfmt-conf.sh 2474 2475Tiny Code Generator (TCG) 2476------------------------- 2477Common TCG code 2478M: Richard Henderson <rth@twiddle.net> 2479S: Maintained 2480F: tcg/ 2481F: include/tcg/ 2482 2483TCG Plugins 2484M: Alex Bennée <alex.bennee@linaro.org> 2485S: Maintained 2486F: docs/devel/tcg-plugins.rst 2487F: plugins/ 2488F: tests/plugin 2489 2490AArch64 TCG target 2491M: Richard Henderson <richard.henderson@linaro.org> 2492S: Maintained 2493L: qemu-arm@nongnu.org 2494F: tcg/aarch64/ 2495F: disas/arm-a64.cc 2496F: disas/libvixl/ 2497 2498ARM TCG target 2499M: Andrzej Zaborowski <balrogg@gmail.com> 2500S: Maintained 2501L: qemu-arm@nongnu.org 2502F: tcg/arm/ 2503F: disas/arm.c 2504 2505i386 TCG target 2506M: Richard Henderson <rth@twiddle.net> 2507S: Maintained 2508F: tcg/i386/ 2509F: disas/i386.c 2510 2511MIPS TCG target 2512M: Aurelien Jarno <aurelien@aurel32.net> 2513R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 2514S: Maintained 2515F: tcg/mips/ 2516 2517PPC TCG target 2518M: Richard Henderson <rth@twiddle.net> 2519S: Odd Fixes 2520F: tcg/ppc/ 2521F: disas/ppc.c 2522 2523RISC-V TCG target 2524M: Palmer Dabbelt <palmer@dabbelt.com> 2525M: Alistair Francis <Alistair.Francis@wdc.com> 2526L: qemu-riscv@nongnu.org 2527S: Maintained 2528F: tcg/riscv/ 2529F: disas/riscv.c 2530 2531S390 TCG target 2532M: Richard Henderson <rth@twiddle.net> 2533S: Maintained 2534F: tcg/s390/ 2535F: disas/s390.c 2536L: qemu-s390x@nongnu.org 2537 2538SPARC TCG target 2539S: Odd Fixes 2540F: tcg/sparc/ 2541F: disas/sparc.c 2542 2543TCI TCG target 2544M: Stefan Weil <sw@weilnetz.de> 2545S: Maintained 2546F: tcg/tci/ 2547F: tcg/tci.c 2548F: disas/tci.c 2549 2550Block drivers 2551------------- 2552VMDK 2553M: Fam Zheng <fam@euphon.net> 2554L: qemu-block@nongnu.org 2555S: Supported 2556F: block/vmdk.c 2557 2558RBD 2559M: Jason Dillaman <dillaman@redhat.com> 2560L: qemu-block@nongnu.org 2561S: Supported 2562F: block/rbd.c 2563 2564Sheepdog 2565M: Liu Yuan <namei.unix@gmail.com> 2566L: qemu-block@nongnu.org 2567L: sheepdog@lists.wpkg.org 2568S: Odd Fixes 2569F: block/sheepdog.c 2570 2571VHDX 2572M: Jeff Cody <codyprime@gmail.com> 2573L: qemu-block@nongnu.org 2574S: Supported 2575F: block/vhdx* 2576 2577VDI 2578M: Stefan Weil <sw@weilnetz.de> 2579L: qemu-block@nongnu.org 2580S: Maintained 2581F: block/vdi.c 2582 2583iSCSI 2584M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2585M: Paolo Bonzini <pbonzini@redhat.com> 2586M: Peter Lieven <pl@kamp.de> 2587L: qemu-block@nongnu.org 2588S: Odd Fixes 2589F: block/iscsi.c 2590F: block/iscsi-opts.c 2591 2592Network Block Device (NBD) 2593M: Eric Blake <eblake@redhat.com> 2594L: qemu-block@nongnu.org 2595S: Maintained 2596F: block/nbd* 2597F: nbd/ 2598F: include/block/nbd* 2599F: qemu-nbd.* 2600F: blockdev-nbd.c 2601F: docs/interop/nbd.txt 2602F: docs/interop/qemu-nbd.rst 2603T: git https://repo.or.cz/qemu/ericb.git nbd 2604 2605NFS 2606M: Peter Lieven <pl@kamp.de> 2607L: qemu-block@nongnu.org 2608S: Maintained 2609F: block/nfs.c 2610 2611SSH 2612M: Richard W.M. Jones <rjones@redhat.com> 2613L: qemu-block@nongnu.org 2614S: Supported 2615F: block/ssh.c 2616 2617CURL 2618L: qemu-block@nongnu.org 2619S: Odd Fixes 2620F: block/curl.c 2621 2622GLUSTER 2623L: qemu-block@nongnu.org 2624L: integration@gluster.org 2625S: Odd Fixes 2626F: block/gluster.c 2627 2628Null Block Driver 2629M: Fam Zheng <fam@euphon.net> 2630L: qemu-block@nongnu.org 2631S: Supported 2632F: block/null.c 2633 2634NVMe Block Driver 2635M: Fam Zheng <fam@euphon.net> 2636L: qemu-block@nongnu.org 2637S: Supported 2638F: block/nvme* 2639 2640Bootdevice 2641M: Gonglei <arei.gonglei@huawei.com> 2642S: Maintained 2643F: bootdevice.c 2644 2645Quorum 2646M: Alberto Garcia <berto@igalia.com> 2647S: Supported 2648F: block/quorum.c 2649L: qemu-block@nongnu.org 2650 2651blklogwrites 2652M: Ari Sundholm <ari@tuxera.com> 2653L: qemu-block@nongnu.org 2654S: Supported 2655F: block/blklogwrites.c 2656 2657blkverify 2658M: Stefan Hajnoczi <stefanha@redhat.com> 2659L: qemu-block@nongnu.org 2660S: Supported 2661F: block/blkverify.c 2662 2663bochs 2664M: Stefan Hajnoczi <stefanha@redhat.com> 2665L: qemu-block@nongnu.org 2666S: Supported 2667F: block/bochs.c 2668 2669cloop 2670M: Stefan Hajnoczi <stefanha@redhat.com> 2671L: qemu-block@nongnu.org 2672S: Supported 2673F: block/cloop.c 2674 2675dmg 2676M: Stefan Hajnoczi <stefanha@redhat.com> 2677L: qemu-block@nongnu.org 2678S: Supported 2679F: block/dmg.c 2680 2681parallels 2682M: Stefan Hajnoczi <stefanha@redhat.com> 2683M: Denis V. Lunev <den@openvz.org> 2684L: qemu-block@nongnu.org 2685S: Supported 2686F: block/parallels.c 2687F: docs/interop/parallels.txt 2688 2689qed 2690M: Stefan Hajnoczi <stefanha@redhat.com> 2691L: qemu-block@nongnu.org 2692S: Supported 2693F: block/qed.c 2694 2695raw 2696M: Kevin Wolf <kwolf@redhat.com> 2697L: qemu-block@nongnu.org 2698S: Supported 2699F: block/linux-aio.c 2700F: include/block/raw-aio.h 2701F: block/raw-format.c 2702F: block/file-posix.c 2703F: block/file-win32.c 2704F: block/win32-aio.c 2705 2706Linux io_uring 2707M: Aarushi Mehta <mehta.aaru20@gmail.com> 2708M: Julia Suvorova <jusual@redhat.com> 2709M: Stefan Hajnoczi <stefanha@redhat.com> 2710L: qemu-block@nongnu.org 2711S: Maintained 2712F: block/io_uring.c 2713F: stubs/io_uring.c 2714 2715qcow2 2716M: Kevin Wolf <kwolf@redhat.com> 2717M: Max Reitz <mreitz@redhat.com> 2718L: qemu-block@nongnu.org 2719S: Supported 2720F: block/qcow2* 2721F: docs/interop/qcow2.txt 2722 2723qcow 2724M: Kevin Wolf <kwolf@redhat.com> 2725L: qemu-block@nongnu.org 2726S: Supported 2727F: block/qcow.c 2728 2729blkdebug 2730M: Kevin Wolf <kwolf@redhat.com> 2731M: Max Reitz <mreitz@redhat.com> 2732L: qemu-block@nongnu.org 2733S: Supported 2734F: block/blkdebug.c 2735 2736vpc 2737M: Kevin Wolf <kwolf@redhat.com> 2738L: qemu-block@nongnu.org 2739S: Supported 2740F: block/vpc.c 2741 2742vvfat 2743M: Kevin Wolf <kwolf@redhat.com> 2744L: qemu-block@nongnu.org 2745S: Supported 2746F: block/vvfat.c 2747 2748Image format fuzzer 2749M: Stefan Hajnoczi <stefanha@redhat.com> 2750L: qemu-block@nongnu.org 2751S: Supported 2752F: tests/image-fuzzer/ 2753 2754Replication 2755M: Wen Congyang <wencongyang2@huawei.com> 2756M: Xie Changlong <xiechanglong.d@gmail.com> 2757S: Supported 2758F: replication* 2759F: block/replication.c 2760F: tests/test-replication.c 2761F: docs/block-replication.txt 2762 2763PVRDMA 2764M: Yuval Shaia <yuval.shaia.ml@gmail.com> 2765M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2766S: Maintained 2767F: hw/rdma/* 2768F: hw/rdma/vmw/* 2769F: docs/pvrdma.txt 2770F: contrib/rdmacm-mux/* 2771F: qapi/rdma.json 2772 2773Semihosting 2774M: Alex Bennée <alex.bennee@linaro.org> 2775S: Maintained 2776F: hw/semihosting/ 2777F: include/hw/semihosting/ 2778 2779Build and test automation 2780------------------------- 2781Build and test automation 2782M: Alex Bennée <alex.bennee@linaro.org> 2783M: Fam Zheng <fam@euphon.net> 2784R: Philippe Mathieu-Daudé <philmd@redhat.com> 2785S: Maintained 2786F: .travis.yml 2787F: scripts/travis/ 2788F: .shippable.yml 2789F: tests/docker/ 2790F: tests/vm/ 2791F: scripts/archive-source.sh 2792W: https://travis-ci.org/qemu/qemu 2793W: https://app.shippable.com/github/qemu/qemu 2794W: http://patchew.org/QEMU/ 2795 2796FreeBSD Hosted Continuous Integration 2797M: Ed Maste <emaste@freebsd.org> 2798M: Li-Wen Hsu <lwhsu@freebsd.org> 2799S: Maintained 2800F: .cirrus.yml 2801W: https://cirrus-ci.com/github/qemu/qemu 2802 2803GitLab Continuous Integration 2804M: Thomas Huth <thuth@redhat.com> 2805S: Maintained 2806F: .gitlab-ci.yml 2807 2808Guest Test Compilation Support 2809M: Alex Bennée <alex.bennee@linaro.org> 2810R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2811S: Maintained 2812F: tests/tcg/Makefile 2813F: tests/tcg/Makefile.include 2814 2815Documentation 2816------------- 2817Build system architecture 2818M: Daniel P. Berrange <berrange@redhat.com> 2819S: Odd Fixes 2820F: docs/devel/build-system.txt 2821 2822GIT Data Mining Config 2823M: Alex Bennée <alex.bennee@linaro.org> 2824S: Odd Fixes 2825F: gitdm.config 2826F: contrib/gitdm/* 2827 2828Incompatible changes 2829R: libvir-list@redhat.com 2830F: docs/system/deprecated.rst 2831 2832Build System 2833------------ 2834GIT submodules 2835M: Daniel P. Berrange <berrange@redhat.com> 2836S: Odd Fixes 2837F: scripts/git-submodule.sh 2838 2839UI translations 2840M: Aleksandar Markovic <aleksandar.m.mail@gmail.com> 2841F: po/*.po 2842 2843Sphinx documentation configuration and build machinery 2844M: Peter Maydell <peter.maydell@linaro.org> 2845S: Maintained 2846F: docs/conf.py 2847F: docs/*/conf.py 2848