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