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