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> 88M: Thomas Huth <thuth@redhat.com> 89S: Supported 90F: configs/devices/s390x-softmmu/default.mak 91F: gdb-xml/s390*.xml 92F: hw/char/sclp*.[hc] 93F: hw/char/terminal3270.c 94F: hw/intc/s390_flic.c 95F: hw/intc/s390_flic_kvm.c 96F: hw/s390x/ 97F: hw/vfio/ap.c 98F: hw/vfio/ccw.c 99F: hw/watchdog/wdt_diag288.c 100F: include/hw/s390x/ 101F: include/hw/watchdog/wdt_diag288.h 102F: pc-bios/s390-ccw/ 103F: pc-bios/s390-ccw.img 104F: target/s390x/ 105F: docs/system/target-s390x.rst 106F: docs/system/s390x/ 107F: tests/migration/s390x/ 108K: ^Subject:.*(?i)s390x? 109T: git https://gitlab.com/cohuck/qemu.git s390-next 110L: qemu-s390x@nongnu.org 111 112Guest CPU cores (TCG) 113--------------------- 114Overall TCG CPUs 115M: Richard Henderson <richard.henderson@linaro.org> 116R: Paolo Bonzini <pbonzini@redhat.com> 117S: Maintained 118F: softmmu/cpus.c 119F: cpus-common.c 120F: page-vary.c 121F: page-vary-common.c 122F: accel/tcg/ 123F: accel/stubs/tcg-stub.c 124F: util/cacheinfo.c 125F: util/cacheflush.c 126F: scripts/decodetree.py 127F: docs/devel/decodetree.rst 128F: include/exec/cpu*.h 129F: include/exec/exec-all.h 130F: include/exec/helper*.h 131F: include/sysemu/cpus.h 132F: include/sysemu/tcg.h 133F: include/hw/core/tcg-cpu-ops.h 134 135FPU emulation 136M: Aurelien Jarno <aurelien@aurel32.net> 137M: Peter Maydell <peter.maydell@linaro.org> 138M: Alex Bennée <alex.bennee@linaro.org> 139S: Maintained 140F: fpu/ 141F: include/fpu/ 142F: tests/fp/ 143 144Alpha TCG CPUs 145M: Richard Henderson <richard.henderson@linaro.org> 146S: Maintained 147F: target/alpha/ 148F: tests/tcg/alpha/ 149F: disas/alpha.c 150 151ARM TCG CPUs 152M: Peter Maydell <peter.maydell@linaro.org> 153L: qemu-arm@nongnu.org 154S: Maintained 155F: target/arm/ 156F: tests/tcg/arm/ 157F: tests/tcg/aarch64/ 158F: tests/qtest/arm-cpu-features.c 159F: hw/arm/ 160F: hw/cpu/a*mpcore.c 161F: include/hw/cpu/a*mpcore.h 162F: disas/arm.c 163F: disas/arm-a64.cc 164F: disas/libvixl/ 165F: docs/system/target-arm.rst 166F: docs/system/arm/cpu-features.rst 167 168ARM SMMU 169M: Eric Auger <eric.auger@redhat.com> 170L: qemu-arm@nongnu.org 171S: Maintained 172F: hw/arm/smmu* 173F: include/hw/arm/smmu* 174F: tests/acceptance/smmu.py 175 176AVR TCG CPUs 177M: Michael Rolnik <mrolnik@gmail.com> 178S: Maintained 179F: docs/system/target-avr.rst 180F: gdb-xml/avr-cpu.xml 181F: target/avr/ 182F: tests/acceptance/machine_avr6.py 183 184CRIS TCG CPUs 185M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 186S: Maintained 187F: target/cris/ 188F: hw/cris/ 189F: include/hw/cris/ 190F: tests/tcg/cris/ 191F: disas/cris.c 192 193Hexagon TCG CPUs 194M: Taylor Simpson <tsimpson@quicinc.com> 195S: Supported 196F: target/hexagon/ 197F: linux-user/hexagon/ 198F: tests/tcg/hexagon/ 199F: disas/hexagon.c 200F: configs/targets/hexagon-linux-user/default.mak 201F: docker/dockerfiles/debian-hexagon-cross.docker 202F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh 203 204HPPA (PA-RISC) TCG CPUs 205M: Richard Henderson <richard.henderson@linaro.org> 206S: Maintained 207F: target/hppa/ 208F: hw/hppa/ 209F: disas/hppa.c 210F: hw/net/*i82596* 211F: include/hw/net/lasi_82596.h 212 213M68K TCG CPUs 214M: Laurent Vivier <laurent@vivier.eu> 215S: Maintained 216F: target/m68k/ 217F: disas/m68k.c 218 219MicroBlaze TCG CPUs 220M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 221S: Maintained 222F: target/microblaze/ 223F: hw/microblaze/ 224F: disas/microblaze.c 225 226MIPS TCG CPUs 227M: Philippe Mathieu-Daudé <f4bug@amsat.org> 228R: Aurelien Jarno <aurelien@aurel32.net> 229R: Jiaxun Yang <jiaxun.yang@flygoat.com> 230R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 231S: Odd Fixes 232F: target/mips/ 233F: configs/devices/mips*/* 234F: disas/mips.c 235F: docs/system/cpu-models-mips.rst.inc 236F: hw/intc/mips_gic.c 237F: hw/mips/ 238F: hw/misc/mips_* 239F: hw/timer/mips_gictimer.c 240F: include/hw/intc/mips_gic.h 241F: include/hw/mips/ 242F: include/hw/misc/mips_* 243F: include/hw/timer/mips_gictimer.h 244F: tests/tcg/mips/ 245K: ^Subject:.*(?i)mips 246 247MIPS TCG CPUs (nanoMIPS ISA) 248S: Orphan 249F: disas/nanomips.* 250F: target/mips/tcg/*nanomips* 251 252NiosII TCG CPUs 253M: Chris Wulff <crwulff@gmail.com> 254M: Marek Vasut <marex@denx.de> 255S: Maintained 256F: target/nios2/ 257F: hw/nios2/ 258F: disas/nios2.c 259F: configs/devices/nios2-softmmu/default.mak 260 261OpenRISC TCG CPUs 262M: Stafford Horne <shorne@gmail.com> 263S: Odd Fixes 264F: target/openrisc/ 265F: hw/openrisc/ 266F: tests/tcg/openrisc/ 267 268PowerPC TCG CPUs 269M: David Gibson <david@gibson.dropbear.id.au> 270M: Greg Kurz <groug@kaod.org> 271L: qemu-ppc@nongnu.org 272S: Maintained 273F: target/ppc/ 274F: hw/ppc/ppc.c 275F: hw/ppc/ppc_booke.c 276F: include/hw/ppc/ppc.h 277F: disas/ppc.c 278 279RISC-V TCG CPUs 280M: Palmer Dabbelt <palmer@dabbelt.com> 281M: Alistair Francis <alistair.francis@wdc.com> 282M: Bin Meng <bin.meng@windriver.com> 283L: qemu-riscv@nongnu.org 284S: Supported 285F: target/riscv/ 286F: hw/riscv/ 287F: include/hw/riscv/ 288F: linux-user/host/riscv32/ 289F: linux-user/host/riscv64/ 290 291RENESAS RX CPUs 292R: Yoshinori Sato <ysato@users.sourceforge.jp> 293S: Orphan 294F: target/rx/ 295 296S390 TCG CPUs 297M: Richard Henderson <richard.henderson@linaro.org> 298M: David Hildenbrand <david@redhat.com> 299S: Maintained 300F: target/s390x/ 301F: target/s390x/tcg 302F: target/s390x/cpu_models_*.[ch] 303F: hw/s390x/ 304F: disas/s390.c 305F: tests/tcg/s390x/ 306L: qemu-s390x@nongnu.org 307 308SH4 TCG CPUs 309R: Yoshinori Sato <ysato@users.sourceforge.jp> 310S: Orphan 311F: target/sh4/ 312F: hw/sh4/ 313F: disas/sh4.c 314F: include/hw/sh4/ 315 316SPARC TCG CPUs 317M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 318M: Artyom Tarasenko <atar4qemu@gmail.com> 319S: Maintained 320F: target/sparc/ 321F: hw/sparc/ 322F: hw/sparc64/ 323F: include/hw/sparc/sparc64.h 324F: disas/sparc.c 325 326X86 TCG CPUs 327M: Paolo Bonzini <pbonzini@redhat.com> 328M: Richard Henderson <richard.henderson@linaro.org> 329M: Eduardo Habkost <ehabkost@redhat.com> 330S: Maintained 331F: target/i386/tcg/ 332F: tests/tcg/i386/ 333F: tests/tcg/x86_64/ 334F: hw/i386/ 335F: disas/i386.c 336F: docs/system/cpu-models-x86* 337T: git https://gitlab.com/ehabkost/qemu.git x86-next 338 339Xtensa TCG CPUs 340M: Max Filippov <jcmvbkbc@gmail.com> 341W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 342S: Maintained 343F: target/xtensa/ 344F: hw/xtensa/ 345F: tests/tcg/xtensa/ 346F: disas/xtensa.c 347F: include/hw/xtensa/xtensa-isa.h 348F: configs/devices/xtensa*/default.mak 349 350TriCore TCG CPUs 351M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 352S: Maintained 353F: target/tricore/ 354F: hw/tricore/ 355F: include/hw/tricore/ 356F: tests/tcg/tricore/ 357 358Multiarch Linux User Tests 359M: Alex Bennée <alex.bennee@linaro.org> 360S: Maintained 361F: tests/tcg/multiarch/ 362 363Guest CPU Cores (KVM) 364--------------------- 365Overall KVM CPUs 366M: Paolo Bonzini <pbonzini@redhat.com> 367L: kvm@vger.kernel.org 368S: Supported 369F: */*/kvm* 370F: accel/kvm/ 371F: accel/stubs/kvm-stub.c 372F: include/hw/kvm/ 373F: include/sysemu/kvm*.h 374F: scripts/kvm/kvm_flightrecorder 375 376ARM KVM CPUs 377M: Peter Maydell <peter.maydell@linaro.org> 378L: qemu-arm@nongnu.org 379S: Maintained 380F: target/arm/kvm.c 381 382MIPS KVM CPUs 383M: Huacai Chen <chenhuacai@kernel.org> 384S: Odd Fixes 385F: target/mips/kvm* 386F: target/mips/sysemu/ 387 388PPC KVM CPUs 389M: David Gibson <david@gibson.dropbear.id.au> 390M: Greg Kurz <groug@kaod.org> 391S: Maintained 392F: target/ppc/kvm.c 393 394S390 KVM CPUs 395M: Halil Pasic <pasic@linux.ibm.com> 396M: Cornelia Huck <cohuck@redhat.com> 397M: Christian Borntraeger <borntraeger@de.ibm.com> 398S: Supported 399F: target/s390x/kvm/ 400F: target/s390x/ioinst.[ch] 401F: target/s390x/machine.c 402F: target/s390x/sigp.c 403F: target/s390x/cpu_features*.[ch] 404F: target/s390x/cpu_models.[ch] 405F: hw/s390x/pv.c 406F: include/hw/s390x/pv.h 407F: hw/intc/s390_flic.c 408F: hw/intc/s390_flic_kvm.c 409F: include/hw/s390x/s390_flic.h 410F: gdb-xml/s390*.xml 411T: git https://gitlab.com/cohuck/qemu.git s390-next 412T: git https://github.com/borntraeger/qemu.git s390-next 413L: qemu-s390x@nongnu.org 414 415X86 KVM CPUs 416M: Paolo Bonzini <pbonzini@redhat.com> 417M: Marcelo Tosatti <mtosatti@redhat.com> 418L: kvm@vger.kernel.org 419S: Supported 420F: docs/amd-memory-encryption.txt 421F: docs/system/i386/sgx.rst 422F: target/i386/kvm/ 423F: target/i386/sev* 424F: scripts/kvm/vmxcap 425 426Guest CPU Cores (other accelerators) 427------------------------------------ 428Overall 429M: Richard Henderson <richard.henderson@linaro.org> 430R: Paolo Bonzini <pbonzini@redhat.com> 431S: Maintained 432F: include/qemu/accel.h 433F: include/sysemu/accel-ops.h 434F: include/hw/core/accel-cpu.h 435F: accel/accel-*.c 436F: accel/Makefile.objs 437F: accel/stubs/Makefile.objs 438 439Apple Silicon HVF CPUs 440M: Alexander Graf <agraf@csgraf.de> 441S: Maintained 442F: target/arm/hvf/ 443 444X86 HVF CPUs 445M: Cameron Esfahani <dirty@apple.com> 446M: Roman Bolshakov <r.bolshakov@yadro.com> 447W: https://wiki.qemu.org/Features/HVF 448S: Maintained 449F: target/i386/hvf/ 450 451HVF 452M: Cameron Esfahani <dirty@apple.com> 453M: Roman Bolshakov <r.bolshakov@yadro.com> 454W: https://wiki.qemu.org/Features/HVF 455S: Maintained 456F: accel/hvf/ 457F: include/sysemu/hvf.h 458F: include/sysemu/hvf_int.h 459 460WHPX CPUs 461M: Sunil Muthuswamy <sunilmut@microsoft.com> 462S: Supported 463F: target/i386/whpx/ 464F: include/sysemu/whpx.h 465 466Guest CPU Cores (Xen) 467--------------------- 468X86 Xen CPUs 469M: Stefano Stabellini <sstabellini@kernel.org> 470M: Anthony Perard <anthony.perard@citrix.com> 471M: Paul Durrant <paul@xen.org> 472L: xen-devel@lists.xenproject.org 473S: Supported 474F: */xen* 475F: accel/xen/* 476F: hw/9pfs/xen-9p* 477F: hw/char/xen_console.c 478F: hw/display/xenfb.c 479F: hw/net/xen_nic.c 480F: hw/usb/xen-usb.c 481F: hw/block/xen* 482F: hw/block/dataplane/xen* 483F: hw/xen/ 484F: hw/xenpv/ 485F: hw/i386/xen/ 486F: hw/pci-host/xen_igd_pt.c 487F: include/hw/block/dataplane/xen* 488F: include/hw/xen/ 489F: include/sysemu/xen.h 490F: include/sysemu/xen-mapcache.h 491F: stubs/xen-hw-stub.c 492 493Guest CPU Cores (HAXM) 494--------------------- 495X86 HAXM CPUs 496M: Wenchao Wang <wenchao.wang@intel.com> 497M: Colin Xu <colin.xu@intel.com> 498L: haxm-team@intel.com 499W: https://github.com/intel/haxm/issues 500S: Maintained 501F: accel/stubs/hax-stub.c 502F: include/sysemu/hax.h 503F: target/i386/hax/ 504 505Guest CPU Cores (NVMM) 506---------------------- 507NetBSD Virtual Machine Monitor (NVMM) CPU support 508M: Kamil Rytarowski <kamil@netbsd.org> 509M: Reinoud Zandijk <reinoud@netbsd.org> 510S: Maintained 511F: include/sysemu/nvmm.h 512F: target/i386/nvmm/ 513 514Hosts 515----- 516LINUX 517M: Michael S. Tsirkin <mst@redhat.com> 518M: Cornelia Huck <cohuck@redhat.com> 519M: Paolo Bonzini <pbonzini@redhat.com> 520S: Maintained 521F: linux-headers/ 522F: scripts/update-linux-headers.sh 523 524POSIX 525M: Paolo Bonzini <pbonzini@redhat.com> 526S: Maintained 527F: os-posix.c 528F: include/sysemu/os-posix.h 529F: util/*posix*.c 530F: include/qemu/*posix*.h 531 532NETBSD 533M: Kamil Rytarowski <kamil@netbsd.org> 534M: Reinoud Zandijk <reinoud@netbsd.org> 535M: Ryo ONODERA <ryoon@netbsd.org> 536S: Maintained 537K: ^Subject:.*(?i)NetBSD 538 539OPENBSD 540M: Brad Smith <brad@comstyle.com> 541S: Maintained 542K: ^Subject:.*(?i)OpenBSD 543 544W32, W64 545M: Stefan Weil <sw@weilnetz.de> 546S: Maintained 547F: *win32* 548F: */*win32* 549F: include/*/*win32* 550X: qga/*win32* 551F: qemu.nsi 552 553Alpha Machines 554-------------- 555M: Richard Henderson <richard.henderson@linaro.org> 556S: Maintained 557F: hw/alpha/ 558F: hw/isa/smc37c669-superio.c 559F: tests/tcg/alpha/system/ 560 561ARM Machines 562------------ 563Allwinner-a10 564M: Beniamino Galvani <b.galvani@gmail.com> 565M: Peter Maydell <peter.maydell@linaro.org> 566L: qemu-arm@nongnu.org 567S: Odd Fixes 568F: hw/*/allwinner* 569F: include/hw/*/allwinner* 570F: hw/arm/cubieboard.c 571F: docs/system/arm/cubieboard.rst 572 573Allwinner-h3 574M: Niek Linnenbank <nieklinnenbank@gmail.com> 575L: qemu-arm@nongnu.org 576S: Maintained 577F: hw/*/allwinner-h3* 578F: include/hw/*/allwinner-h3* 579F: hw/arm/orangepi.c 580F: docs/system/arm/orangepi.rst 581 582ARM PrimeCell and CMSDK devices 583M: Peter Maydell <peter.maydell@linaro.org> 584L: qemu-arm@nongnu.org 585S: Maintained 586F: hw/char/pl011.c 587F: include/hw/char/pl011.h 588F: hw/display/pl110* 589F: hw/dma/pl080.c 590F: include/hw/dma/pl080.h 591F: hw/dma/pl330.c 592F: hw/gpio/pl061.c 593F: hw/input/pl050.c 594F: hw/intc/pl190.c 595F: hw/sd/pl181.c 596F: hw/ssi/pl022.c 597F: include/hw/ssi/pl022.h 598F: hw/rtc/pl031.c 599F: include/hw/rtc/pl031.h 600F: include/hw/arm/primecell.h 601F: hw/timer/cmsdk-apb-timer.c 602F: include/hw/timer/cmsdk-apb-timer.h 603F: tests/qtest/cmsdk-apb-timer-test.c 604F: hw/timer/cmsdk-apb-dualtimer.c 605F: include/hw/timer/cmsdk-apb-dualtimer.h 606F: tests/qtest/cmsdk-apb-dualtimer-test.c 607F: hw/char/cmsdk-apb-uart.c 608F: include/hw/char/cmsdk-apb-uart.h 609F: hw/watchdog/cmsdk-apb-watchdog.c 610F: include/hw/watchdog/cmsdk-apb-watchdog.h 611F: tests/qtest/cmsdk-apb-watchdog-test.c 612F: hw/misc/tz-ppc.c 613F: include/hw/misc/tz-ppc.h 614F: hw/misc/tz-mpc.c 615F: include/hw/misc/tz-mpc.h 616F: hw/misc/tz-msc.c 617F: include/hw/misc/tz-msc.h 618 619ARM cores 620M: Peter Maydell <peter.maydell@linaro.org> 621L: qemu-arm@nongnu.org 622S: Maintained 623F: hw/intc/arm* 624F: hw/intc/gic_internal.h 625F: hw/misc/a9scu.c 626F: hw/misc/arm11scu.c 627F: hw/misc/arm_l2x0.c 628F: hw/misc/armv7m_ras.c 629F: hw/timer/a9gtimer* 630F: hw/timer/arm* 631F: include/hw/arm/arm*.h 632F: include/hw/intc/arm* 633F: include/hw/misc/a9scu.h 634F: include/hw/misc/arm11scu.h 635F: include/hw/timer/a9gtimer.h 636F: include/hw/timer/arm_mptimer.h 637F: include/hw/timer/armv7m_systick.h 638F: include/hw/misc/armv7m_ras.h 639F: tests/qtest/test-arm-mptimer.c 640 641Exynos 642M: Igor Mitsyanko <i.mitsyanko@gmail.com> 643M: Peter Maydell <peter.maydell@linaro.org> 644L: qemu-arm@nongnu.org 645S: Odd Fixes 646F: hw/*/exynos* 647F: include/hw/arm/exynos4210.h 648 649Calxeda Highbank 650M: Rob Herring <robh@kernel.org> 651M: Peter Maydell <peter.maydell@linaro.org> 652L: qemu-arm@nongnu.org 653S: Odd Fixes 654F: hw/arm/highbank.c 655F: hw/net/xgmac.c 656F: docs/system/arm/highbank.rst 657 658Canon DIGIC 659M: Antony Pavlov <antonynpavlov@gmail.com> 660M: Peter Maydell <peter.maydell@linaro.org> 661L: qemu-arm@nongnu.org 662S: Odd Fixes 663F: include/hw/arm/digic.h 664F: hw/*/digic* 665F: include/hw/*/digic* 666F: tests/acceptance/machine_arm_canona1100.py 667F: docs/system/arm/digic.rst 668 669Goldfish RTC 670M: Anup Patel <anup.patel@wdc.com> 671M: Alistair Francis <Alistair.Francis@wdc.com> 672L: qemu-riscv@nongnu.org 673S: Maintained 674F: hw/rtc/goldfish_rtc.c 675F: include/hw/rtc/goldfish_rtc.h 676 677Gumstix 678M: Peter Maydell <peter.maydell@linaro.org> 679R: Philippe Mathieu-Daudé <f4bug@amsat.org> 680L: qemu-arm@nongnu.org 681S: Odd Fixes 682F: hw/arm/gumstix.c 683F: docs/system/arm/gumstix.rst 684 685i.MX25 PDK 686M: Peter Maydell <peter.maydell@linaro.org> 687R: Jean-Christophe Dubois <jcd@tribudubois.net> 688L: qemu-arm@nongnu.org 689S: Odd Fixes 690F: hw/arm/fsl-imx25.c 691F: hw/arm/imx25_pdk.c 692F: hw/misc/imx25_ccm.c 693F: hw/watchdog/wdt_imx2.c 694F: include/hw/arm/fsl-imx25.h 695F: include/hw/misc/imx25_ccm.h 696F: include/hw/watchdog/wdt_imx2.h 697F: docs/system/arm/imx25-pdk.rst 698 699i.MX31 (kzm) 700M: Peter Maydell <peter.maydell@linaro.org> 701L: qemu-arm@nongnu.org 702S: Odd Fixes 703F: hw/arm/kzm.c 704F: hw/*/imx_* 705F: hw/*/*imx31* 706F: include/hw/*/imx_* 707F: include/hw/*/*imx31* 708F: docs/system/arm/kzm.rst 709 710Integrator CP 711M: Peter Maydell <peter.maydell@linaro.org> 712L: qemu-arm@nongnu.org 713S: Maintained 714F: hw/arm/integratorcp.c 715F: hw/misc/arm_integrator_debug.c 716F: include/hw/misc/arm_integrator_debug.h 717F: tests/acceptance/machine_arm_integratorcp.py 718F: docs/system/arm/integratorcp.rst 719 720MCIMX6UL EVK / i.MX6ul 721M: Peter Maydell <peter.maydell@linaro.org> 722R: Jean-Christophe Dubois <jcd@tribudubois.net> 723L: qemu-arm@nongnu.org 724S: Odd Fixes 725F: hw/arm/mcimx6ul-evk.c 726F: hw/arm/fsl-imx6ul.c 727F: hw/misc/imx6ul_ccm.c 728F: include/hw/arm/fsl-imx6ul.h 729F: include/hw/misc/imx6ul_ccm.h 730 731MCIMX7D SABRE / i.MX7 732M: Peter Maydell <peter.maydell@linaro.org> 733R: Andrey Smirnov <andrew.smirnov@gmail.com> 734L: qemu-arm@nongnu.org 735S: Odd Fixes 736F: hw/arm/mcimx7d-sabre.c 737F: hw/arm/fsl-imx7.c 738F: hw/misc/imx7_*.c 739F: include/hw/arm/fsl-imx7.h 740F: include/hw/misc/imx7_*.h 741F: hw/pci-host/designware.c 742F: include/hw/pci-host/designware.h 743 744MPS2 745M: Peter Maydell <peter.maydell@linaro.org> 746L: qemu-arm@nongnu.org 747S: Maintained 748F: hw/arm/mps2.c 749F: hw/arm/mps2-tz.c 750F: hw/misc/mps2-*.c 751F: include/hw/misc/mps2-*.h 752F: hw/arm/armsse.c 753F: include/hw/arm/armsse.h 754F: hw/misc/iotkit-secctl.c 755F: include/hw/misc/iotkit-secctl.h 756F: hw/misc/iotkit-sysctl.c 757F: include/hw/misc/iotkit-sysctl.h 758F: hw/misc/iotkit-sysinfo.c 759F: include/hw/misc/iotkit-sysinfo.h 760F: hw/misc/armsse-cpu-pwrctrl.c 761F: include/hw/misc/armsse-cpu-pwrctrl.h 762F: hw/misc/armsse-cpuid.c 763F: include/hw/misc/armsse-cpuid.h 764F: hw/misc/armsse-mhu.c 765F: include/hw/misc/armsse-mhu.h 766F: hw/timer/sse-counter.c 767F: include/hw/timer/sse-counter.h 768F: hw/timer/sse-timer.c 769F: include/hw/timer/sse-timer.h 770F: tests/qtest/sse-timer-test.c 771F: docs/system/arm/mps2.rst 772 773Musca 774M: Peter Maydell <peter.maydell@linaro.org> 775L: qemu-arm@nongnu.org 776S: Maintained 777F: hw/arm/musca.c 778F: docs/system/arm/musca.rst 779 780Musicpal 781M: Jan Kiszka <jan.kiszka@web.de> 782M: Peter Maydell <peter.maydell@linaro.org> 783L: qemu-arm@nongnu.org 784S: Odd Fixes 785F: hw/arm/musicpal.c 786F: docs/system/arm/musicpal.rst 787 788Nuvoton NPCM7xx 789M: Havard Skinnemoen <hskinnemoen@google.com> 790M: Tyrone Ting <kfting@nuvoton.com> 791L: qemu-arm@nongnu.org 792S: Supported 793F: hw/*/npcm7xx* 794F: include/hw/*/npcm7xx* 795F: tests/qtest/npcm7xx* 796F: pc-bios/npcm7xx_bootrom.bin 797F: roms/vbootrom 798F: docs/system/arm/nuvoton.rst 799 800nSeries 801M: Peter Maydell <peter.maydell@linaro.org> 802L: qemu-arm@nongnu.org 803S: Odd Fixes 804F: hw/arm/nseries.c 805F: hw/display/blizzard.c 806F: hw/input/lm832x.c 807F: hw/input/tsc2005.c 808F: hw/misc/cbus.c 809F: hw/rtc/twl92230.c 810F: include/hw/display/blizzard.h 811F: include/hw/input/lm832x.h 812F: include/hw/input/tsc2xxx.h 813F: include/hw/misc/cbus.h 814F: tests/acceptance/machine_arm_n8x0.py 815F: docs/system/arm/nseries.rst 816 817Palm 818M: Peter Maydell <peter.maydell@linaro.org> 819L: qemu-arm@nongnu.org 820S: Odd Fixes 821F: hw/arm/palm.c 822F: hw/input/tsc210x.c 823F: include/hw/input/tsc2xxx.h 824F: docs/system/arm/palm.rst 825 826Raspberry Pi 827M: Peter Maydell <peter.maydell@linaro.org> 828R: Andrew Baumann <Andrew.Baumann@microsoft.com> 829R: Philippe Mathieu-Daudé <f4bug@amsat.org> 830L: qemu-arm@nongnu.org 831S: Odd Fixes 832F: hw/arm/raspi.c 833F: hw/arm/raspi_platform.h 834F: hw/*/bcm283* 835F: include/hw/arm/raspi* 836F: include/hw/*/bcm283* 837F: docs/system/arm/raspi.rst 838 839Real View 840M: Peter Maydell <peter.maydell@linaro.org> 841L: qemu-arm@nongnu.org 842S: Maintained 843F: hw/arm/realview* 844F: hw/cpu/realview_mpcore.c 845F: hw/intc/realview_gic.c 846F: include/hw/intc/realview_gic.h 847F: docs/system/arm/realview.rst 848 849PXA2XX 850M: Peter Maydell <peter.maydell@linaro.org> 851L: qemu-arm@nongnu.org 852S: Odd Fixes 853F: hw/arm/mainstone.c 854F: hw/arm/spitz.c 855F: hw/arm/tosa.c 856F: hw/arm/z2.c 857F: hw/*/pxa2xx* 858F: hw/display/tc6393xb.c 859F: hw/gpio/max7310.c 860F: hw/gpio/zaurus.c 861F: hw/misc/mst_fpga.c 862F: hw/adc/max111x.c 863F: include/hw/adc/max111x.h 864F: include/hw/arm/pxa.h 865F: include/hw/arm/sharpsl.h 866F: include/hw/display/tc6393xb.h 867F: docs/system/arm/xscale.rst 868F: docs/system/arm/mainstone.rst 869 870SABRELITE / i.MX6 871M: Peter Maydell <peter.maydell@linaro.org> 872R: Jean-Christophe Dubois <jcd@tribudubois.net> 873L: qemu-arm@nongnu.org 874S: Odd Fixes 875F: hw/arm/sabrelite.c 876F: hw/arm/fsl-imx6.c 877F: hw/misc/imx6_*.c 878F: hw/ssi/imx_spi.c 879F: hw/usb/imx-usb-phy.c 880F: include/hw/usb/imx-usb-phy.h 881F: include/hw/arm/fsl-imx6.h 882F: include/hw/misc/imx6_*.h 883F: include/hw/ssi/imx_spi.h 884 885SBSA-REF 886M: Radoslaw Biernacki <rad@semihalf.com> 887M: Peter Maydell <peter.maydell@linaro.org> 888R: Leif Lindholm <leif@nuviainc.com> 889L: qemu-arm@nongnu.org 890S: Maintained 891F: hw/arm/sbsa-ref.c 892F: docs/system/arm/sbsa.rst 893 894Sharp SL-5500 (Collie) PDA 895M: Peter Maydell <peter.maydell@linaro.org> 896L: qemu-arm@nongnu.org 897S: Odd Fixes 898F: hw/arm/collie.c 899F: hw/arm/strongarm* 900F: docs/system/arm/collie.rst 901 902Stellaris 903M: Peter Maydell <peter.maydell@linaro.org> 904L: qemu-arm@nongnu.org 905S: Maintained 906F: hw/*/stellaris* 907F: include/hw/input/gamepad.h 908F: docs/system/arm/stellaris.rst 909 910STM32VLDISCOVERY 911M: Alexandre Iooss <erdnaxe@crans.org> 912L: qemu-arm@nongnu.org 913S: Maintained 914F: hw/arm/stm32vldiscovery.c 915F: docs/system/arm/stm32.rst 916 917Versatile Express 918M: Peter Maydell <peter.maydell@linaro.org> 919L: qemu-arm@nongnu.org 920S: Maintained 921F: hw/arm/vexpress.c 922F: docs/system/arm/vexpress.rst 923 924Versatile PB 925M: Peter Maydell <peter.maydell@linaro.org> 926L: qemu-arm@nongnu.org 927S: Maintained 928F: hw/*/versatile* 929F: include/hw/i2c/arm_sbcon_i2c.h 930F: hw/misc/arm_sysctl.c 931F: docs/system/arm/versatile.rst 932 933Virt 934M: Peter Maydell <peter.maydell@linaro.org> 935L: qemu-arm@nongnu.org 936S: Maintained 937F: hw/arm/virt* 938F: include/hw/arm/virt.h 939F: docs/system/arm/virt.rst 940 941Xilinx Zynq 942M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 943M: Alistair Francis <alistair@alistair23.me> 944M: Peter Maydell <peter.maydell@linaro.org> 945L: qemu-arm@nongnu.org 946S: Maintained 947F: hw/*/xilinx_* 948F: hw/*/cadence_* 949F: hw/misc/zynq_slcr.c 950F: hw/adc/zynq-xadc.c 951F: include/hw/misc/zynq_slcr.h 952F: include/hw/adc/zynq-xadc.h 953X: hw/ssi/xilinx_* 954 955Xilinx ZynqMP and Versal 956M: Alistair Francis <alistair@alistair23.me> 957M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 958M: Peter Maydell <peter.maydell@linaro.org> 959L: qemu-arm@nongnu.org 960S: Maintained 961F: hw/*/xlnx*.c 962F: include/hw/*/xlnx*.h 963F: include/hw/ssi/xilinx_spips.h 964F: hw/display/dpcd.c 965F: include/hw/display/dpcd.h 966F: docs/system/arm/xlnx-versal-virt.rst 967 968ARM ACPI Subsystem 969M: Shannon Zhao <shannon.zhaosl@gmail.com> 970L: qemu-arm@nongnu.org 971S: Maintained 972F: hw/arm/virt-acpi-build.c 973 974STM32F100 975M: Alexandre Iooss <erdnaxe@crans.org> 976L: qemu-arm@nongnu.org 977S: Maintained 978F: hw/arm/stm32f100_soc.c 979 980STM32F205 981M: Alistair Francis <alistair@alistair23.me> 982M: Peter Maydell <peter.maydell@linaro.org> 983L: qemu-arm@nongnu.org 984S: Maintained 985F: hw/arm/stm32f205_soc.c 986F: hw/misc/stm32f2xx_syscfg.c 987F: hw/char/stm32f2xx_usart.c 988F: hw/timer/stm32f2xx_timer.c 989F: hw/adc/* 990F: hw/ssi/stm32f2xx_spi.c 991F: include/hw/*/stm32*.h 992 993STM32F405 994M: Alistair Francis <alistair@alistair23.me> 995M: Peter Maydell <peter.maydell@linaro.org> 996L: qemu-arm@nongnu.org 997S: Maintained 998F: hw/arm/stm32f405_soc.c 999F: hw/misc/stm32f4xx_syscfg.c 1000F: hw/misc/stm32f4xx_exti.c 1001 1002Netduino 2 1003M: Alistair Francis <alistair@alistair23.me> 1004M: Peter Maydell <peter.maydell@linaro.org> 1005L: qemu-arm@nongnu.org 1006S: Maintained 1007F: hw/arm/netduino2.c 1008 1009Netduino Plus 2 1010M: Alistair Francis <alistair@alistair23.me> 1011M: Peter Maydell <peter.maydell@linaro.org> 1012L: qemu-arm@nongnu.org 1013S: Maintained 1014F: hw/arm/netduinoplus2.c 1015 1016SmartFusion2 1017M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1018M: Peter Maydell <peter.maydell@linaro.org> 1019L: qemu-arm@nongnu.org 1020S: Maintained 1021F: hw/arm/msf2-soc.c 1022F: hw/misc/msf2-sysreg.c 1023F: hw/timer/mss-timer.c 1024F: hw/ssi/mss-spi.c 1025F: include/hw/arm/msf2-soc.h 1026F: include/hw/misc/msf2-sysreg.h 1027F: include/hw/timer/mss-timer.h 1028F: include/hw/ssi/mss-spi.h 1029F: hw/net/msf2-emac.c 1030F: include/hw/net/msf2-emac.h 1031 1032Emcraft M2S-FG484 1033M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1034M: Peter Maydell <peter.maydell@linaro.org> 1035L: qemu-arm@nongnu.org 1036S: Maintained 1037F: hw/arm/msf2-som.c 1038F: docs/system/arm/emcraft-sf2.rst 1039 1040ASPEED BMCs 1041M: Cédric Le Goater <clg@kaod.org> 1042M: Peter Maydell <peter.maydell@linaro.org> 1043R: Andrew Jeffery <andrew@aj.id.au> 1044R: Joel Stanley <joel@jms.id.au> 1045L: qemu-arm@nongnu.org 1046S: Maintained 1047F: hw/*/*aspeed* 1048F: hw/misc/pca9552.c 1049F: include/hw/*/*aspeed* 1050F: include/hw/misc/pca9552*.h 1051F: hw/net/ftgmac100.c 1052F: include/hw/net/ftgmac100.h 1053F: docs/system/arm/aspeed.rst 1054F: tests/qtest/*aspeed* 1055 1056NRF51 1057M: Joel Stanley <joel@jms.id.au> 1058M: Peter Maydell <peter.maydell@linaro.org> 1059L: qemu-arm@nongnu.org 1060S: Maintained 1061F: hw/*/nrf51*.c 1062F: hw/*/microbit*.c 1063F: include/hw/*/nrf51*.h 1064F: include/hw/*/microbit*.h 1065F: tests/qtest/microbit-test.c 1066F: docs/system/arm/nrf.rst 1067 1068AVR Machines 1069------------- 1070 1071AVR MCUs 1072M: Michael Rolnik <mrolnik@gmail.com> 1073S: Maintained 1074F: configs/devices/avr-softmmu/default.mak 1075F: hw/avr/ 1076F: include/hw/char/avr_usart.h 1077F: hw/char/avr_usart.c 1078F: include/hw/timer/avr_timer16.h 1079F: hw/timer/avr_timer16.c 1080F: include/hw/misc/avr_power.h 1081F: hw/misc/avr_power.c 1082 1083Arduino 1084M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1085S: Maintained 1086F: hw/avr/arduino.c 1087 1088CRIS Machines 1089------------- 1090Axis Dev88 1091M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1092S: Maintained 1093F: hw/cris/axis_dev88.c 1094F: hw/*/etraxfs_*.c 1095 1096HP-PARISC Machines 1097------------------ 1098HP B160L 1099M: Richard Henderson <richard.henderson@linaro.org> 1100R: Helge Deller <deller@gmx.de> 1101S: Odd Fixes 1102F: configs/devices/hppa-softmmu/default.mak 1103F: hw/hppa/ 1104F: pc-bios/hppa-firmware.img 1105 1106M68K Machines 1107------------- 1108an5206 1109M: Thomas Huth <huth@tuxfamily.org> 1110S: Odd Fixes 1111F: hw/m68k/an5206.c 1112F: hw/m68k/mcf5206.c 1113 1114mcf5208 1115M: Thomas Huth <huth@tuxfamily.org> 1116S: Odd Fixes 1117F: hw/m68k/mcf5208.c 1118F: hw/m68k/mcf_intc.c 1119F: hw/char/mcf_uart.c 1120F: hw/net/mcf_fec.c 1121F: include/hw/m68k/mcf*.h 1122 1123NeXTcube 1124M: Thomas Huth <huth@tuxfamily.org> 1125S: Odd Fixes 1126F: hw/m68k/next-*.c 1127F: hw/display/next-fb.c 1128F: include/hw/m68k/next-cube.h 1129 1130q800 1131M: Laurent Vivier <laurent@vivier.eu> 1132S: Maintained 1133F: hw/m68k/q800.c 1134F: hw/misc/mac_via.c 1135F: hw/nubus/* 1136F: hw/display/macfb.c 1137F: hw/block/swim.c 1138F: hw/m68k/bootinfo.h 1139F: include/standard-headers/asm-m68k/bootinfo.h 1140F: include/standard-headers/asm-m68k/bootinfo-mac.h 1141F: include/hw/misc/mac_via.h 1142F: include/hw/nubus/* 1143F: include/hw/display/macfb.h 1144F: include/hw/block/swim.h 1145 1146virt 1147M: Laurent Vivier <laurent@vivier.eu> 1148S: Maintained 1149F: hw/m68k/virt.c 1150F: hw/char/goldfish_tty.c 1151F: hw/intc/goldfish_pic.c 1152F: hw/intc/m68k_irqc.c 1153F: hw/misc/virt_ctrl.c 1154F: include/hw/char/goldfish_tty.h 1155F: include/hw/intc/goldfish_pic.h 1156F: include/hw/intc/m68k_irqc.h 1157F: include/hw/misc/virt_ctrl.h 1158 1159MicroBlaze Machines 1160------------------- 1161petalogix_s3adsp1800 1162M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1163S: Maintained 1164F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1165F: include/hw/char/xilinx_uartlite.h 1166F: tests/acceptance/machine_microblaze.py 1167 1168petalogix_ml605 1169M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1170S: Maintained 1171F: hw/microblaze/petalogix_ml605_mmu.c 1172 1173MIPS Machines 1174------------- 1175Jazz 1176M: Hervé Poussineau <hpoussin@reactos.org> 1177R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1178S: Maintained 1179F: hw/mips/jazz.c 1180F: hw/display/jazz_led.c 1181F: hw/dma/rc4030.c 1182 1183Malta 1184M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1185R: Aurelien Jarno <aurelien@aurel32.net> 1186S: Odd Fixes 1187F: hw/isa/piix4.c 1188F: hw/acpi/piix4.c 1189F: hw/mips/malta.c 1190F: hw/mips/gt64xxx_pci.c 1191F: include/hw/southbridge/piix.h 1192F: tests/acceptance/linux_ssh_mips_malta.py 1193F: tests/acceptance/machine_mips_malta.py 1194 1195Mipssim 1196R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1197S: Orphan 1198F: hw/mips/mipssim.c 1199F: hw/net/mipsnet.c 1200 1201Fuloong 2E 1202M: Huacai Chen <chenhuacai@kernel.org> 1203M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1204R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1205S: Odd Fixes 1206F: hw/mips/fuloong2e.c 1207F: hw/isa/vt82c686.c 1208F: hw/pci-host/bonito.c 1209F: hw/usb/vt82c686-uhci-pci.c 1210F: include/hw/isa/vt82c686.h 1211F: tests/acceptance/machine_mips_fuloong2e.py 1212 1213Loongson-3 virtual platforms 1214M: Huacai Chen <chenhuacai@kernel.org> 1215R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1216S: Maintained 1217F: hw/intc/loongson_liointc.c 1218F: hw/mips/loongson3_bootp.c 1219F: hw/mips/loongson3_bootp.h 1220F: hw/mips/loongson3_virt.c 1221F: tests/acceptance/machine_mips_loongson3v.py 1222 1223Boston 1224M: Paul Burton <paulburton@kernel.org> 1225R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1226S: Odd Fixes 1227F: hw/core/loader-fit.c 1228F: hw/mips/boston.c 1229F: hw/pci-host/xilinx-pcie.c 1230F: include/hw/pci-host/xilinx-pcie.h 1231 1232OpenRISC Machines 1233----------------- 1234or1k-sim 1235M: Jia Liu <proljc@gmail.com> 1236S: Maintained 1237F: hw/openrisc/openrisc_sim.c 1238 1239PowerPC Machines 1240---------------- 1241405 1242L: qemu-ppc@nongnu.org 1243S: Orphan 1244F: hw/ppc/ppc405_boards.c 1245 1246Bamboo 1247L: qemu-ppc@nongnu.org 1248S: Orphan 1249F: hw/ppc/ppc440_bamboo.c 1250 1251e500 1252L: qemu-ppc@nongnu.org 1253S: Orphan 1254F: hw/ppc/e500* 1255F: hw/gpio/mpc8xxx.c 1256F: hw/i2c/mpc_i2c.c 1257F: hw/net/fsl_etsec/ 1258F: hw/pci-host/ppce500.c 1259F: include/hw/ppc/ppc_e500.h 1260F: include/hw/pci-host/ppce500.h 1261F: pc-bios/u-boot.e500 1262F: hw/intc/openpic_kvm.h 1263F: include/hw/ppc/openpic_kvm.h 1264 1265mpc8544ds 1266L: qemu-ppc@nongnu.org 1267S: Orphan 1268F: hw/ppc/mpc8544ds.c 1269F: hw/ppc/mpc8544_guts.c 1270F: tests/acceptance/ppc_mpc8544ds.py 1271 1272New World (mac99) 1273M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1274L: qemu-ppc@nongnu.org 1275S: Odd Fixes 1276F: hw/ppc/mac_newworld.c 1277F: hw/pci-host/uninorth.c 1278F: hw/pci-bridge/dec.[hc] 1279F: hw/misc/macio/ 1280F: hw/misc/mos6522.c 1281F: hw/nvram/mac_nvram.c 1282F: hw/input/adb* 1283F: include/hw/misc/macio/ 1284F: include/hw/misc/mos6522.h 1285F: include/hw/ppc/mac_dbdma.h 1286F: include/hw/pci-host/uninorth.h 1287F: include/hw/input/adb* 1288F: pc-bios/qemu_vga.ndrv 1289 1290Old World (g3beige) 1291M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1292L: qemu-ppc@nongnu.org 1293S: Odd Fixes 1294F: hw/ppc/mac_oldworld.c 1295F: hw/pci-host/grackle.c 1296F: hw/misc/macio/ 1297F: hw/intc/heathrow_pic.c 1298F: hw/input/adb* 1299F: include/hw/intc/heathrow_pic.h 1300F: include/hw/input/adb* 1301F: pc-bios/qemu_vga.ndrv 1302 1303PReP 1304M: Hervé Poussineau <hpoussin@reactos.org> 1305L: qemu-ppc@nongnu.org 1306S: Maintained 1307F: hw/ppc/prep.c 1308F: hw/ppc/prep_systemio.c 1309F: hw/ppc/rs6000_mc.c 1310F: hw/pci-host/raven.c 1311F: hw/isa/i82378.c 1312F: hw/isa/pc87312.c 1313F: hw/dma/i82374.c 1314F: hw/rtc/m48t59-isa.c 1315F: include/hw/isa/pc87312.h 1316F: include/hw/rtc/m48t59.h 1317F: tests/acceptance/ppc_prep_40p.py 1318 1319sPAPR 1320M: David Gibson <david@gibson.dropbear.id.au> 1321M: Greg Kurz <groug@kaod.org> 1322L: qemu-ppc@nongnu.org 1323S: Maintained 1324F: hw/*/spapr* 1325F: include/hw/*/spapr* 1326F: hw/*/xics* 1327F: include/hw/*/xics* 1328F: pc-bios/slof.bin 1329F: docs/specs/ppc-spapr-hcalls.txt 1330F: docs/specs/ppc-spapr-hotplug.txt 1331F: tests/qtest/spapr* 1332F: tests/qtest/libqos/*spapr* 1333F: tests/qtest/rtas* 1334F: tests/qtest/libqos/rtas* 1335F: tests/acceptance/ppc_pseries.py 1336 1337PowerNV (Non-Virtualized) 1338M: Cédric Le Goater <clg@kaod.org> 1339L: qemu-ppc@nongnu.org 1340S: Maintained 1341F: hw/ppc/pnv* 1342F: hw/intc/pnv* 1343F: hw/intc/xics_pnv.c 1344F: hw/pci-host/pnv* 1345F: include/hw/ppc/pnv* 1346F: include/hw/pci-host/pnv* 1347F: pc-bios/skiboot.lid 1348F: tests/qtest/pnv* 1349 1350virtex_ml507 1351M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1352L: qemu-ppc@nongnu.org 1353S: Odd Fixes 1354F: hw/ppc/virtex_ml507.c 1355F: tests/acceptance/ppc_virtex_ml507.py 1356 1357sam460ex 1358M: BALATON Zoltan <balaton@eik.bme.hu> 1359L: qemu-ppc@nongnu.org 1360S: Maintained 1361F: hw/ppc/sam460ex.c 1362F: hw/ppc/ppc440_pcix.c 1363F: hw/display/sm501* 1364F: hw/ide/sii3112.c 1365F: hw/rtc/m41t80.c 1366F: pc-bios/canyonlands.dt[sb] 1367F: pc-bios/u-boot-sam460ex-20100605.bin 1368F: roms/u-boot-sam460ex 1369 1370pegasos2 1371M: BALATON Zoltan <balaton@eik.bme.hu> 1372L: qemu-ppc@nongnu.org 1373S: Maintained 1374F: hw/ppc/pegasos2.c 1375F: hw/pci-host/mv64361.c 1376F: hw/pci-host/mv643xx.h 1377F: include/hw/pci-host/mv64361.h 1378 1379Virtual Open Firmware (VOF) 1380M: Alexey Kardashevskiy <aik@ozlabs.ru> 1381R: David Gibson <david@gibson.dropbear.id.au> 1382R: Greg Kurz <groug@kaod.org> 1383L: qemu-ppc@nongnu.org 1384S: Maintained 1385F: hw/ppc/spapr_vof* 1386F: hw/ppc/vof* 1387F: include/hw/ppc/vof* 1388F: pc-bios/vof/* 1389F: pc-bios/vof* 1390 1391RISC-V Machines 1392--------------- 1393OpenTitan 1394M: Alistair Francis <Alistair.Francis@wdc.com> 1395L: qemu-riscv@nongnu.org 1396S: Supported 1397F: hw/riscv/opentitan.c 1398F: hw/*/ibex_*.c 1399F: include/hw/riscv/opentitan.h 1400F: include/hw/*/ibex_*.h 1401 1402Microchip PolarFire SoC Icicle Kit 1403M: Bin Meng <bin.meng@windriver.com> 1404L: qemu-riscv@nongnu.org 1405S: Supported 1406F: hw/riscv/microchip_pfsoc.c 1407F: hw/char/mchp_pfsoc_mmuart.c 1408F: hw/misc/mchp_pfsoc_dmc.c 1409F: hw/misc/mchp_pfsoc_ioscb.c 1410F: hw/misc/mchp_pfsoc_sysreg.c 1411F: include/hw/riscv/microchip_pfsoc.h 1412F: include/hw/char/mchp_pfsoc_mmuart.h 1413F: include/hw/misc/mchp_pfsoc_dmc.h 1414F: include/hw/misc/mchp_pfsoc_ioscb.h 1415F: include/hw/misc/mchp_pfsoc_sysreg.h 1416 1417Shakti C class SoC 1418M: Vijai Kumar K <vijai@behindbytes.com> 1419L: qemu-riscv@nongnu.org 1420S: Supported 1421F: hw/riscv/shakti_c.c 1422F: hw/char/shakti_uart.c 1423F: include/hw/riscv/shakti_c.h 1424F: include/hw/char/shakti_uart.h 1425 1426SiFive Machines 1427M: Alistair Francis <Alistair.Francis@wdc.com> 1428M: Bin Meng <bin.meng@windriver.com> 1429M: Palmer Dabbelt <palmer@dabbelt.com> 1430L: qemu-riscv@nongnu.org 1431S: Supported 1432F: hw/*/*sifive*.c 1433F: include/hw/*/*sifive*.h 1434 1435RX Machines 1436----------- 1437rx-gdbsim 1438R: Yoshinori Sato <ysato@users.sourceforge.jp> 1439S: Orphan 1440F: docs/system/target-rx.rst 1441F: hw/rx/rx-gdbsim.c 1442F: tests/acceptance/machine_rx_gdbsim.py 1443 1444SH4 Machines 1445------------ 1446R2D 1447R: Yoshinori Sato <ysato@users.sourceforge.jp> 1448R: Magnus Damm <magnus.damm@gmail.com> 1449S: Odd Fixes 1450F: hw/char/sh_serial.c 1451F: hw/sh4/r2d.c 1452F: hw/intc/sh_intc.c 1453F: hw/pci-host/sh_pci.c 1454F: hw/timer/sh_timer.c 1455F: include/hw/sh4/sh_intc.h 1456 1457Shix 1458R: Yoshinori Sato <ysato@users.sourceforge.jp> 1459R: Magnus Damm <magnus.damm@gmail.com> 1460S: Odd Fixes 1461F: hw/block/tc58128.c 1462F: hw/char/sh_serial.c 1463F: hw/sh4/shix.c 1464F: hw/intc/sh_intc.c 1465F: hw/timer/sh_timer.c 1466F: include/hw/sh4/sh_intc.h 1467 1468SPARC Machines 1469-------------- 1470Sun4m 1471M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1472S: Maintained 1473F: hw/sparc/sun4m.c 1474F: hw/sparc/sun4m_iommu.c 1475F: hw/display/cg3.c 1476F: hw/display/tcx.c 1477F: hw/dma/sparc32_dma.c 1478F: hw/misc/eccmemctl.c 1479F: hw/*/slavio_*.c 1480F: include/hw/nvram/sun_nvram.h 1481F: include/hw/sparc/sparc32_dma.h 1482F: include/hw/sparc/sun4m_iommu.h 1483F: pc-bios/openbios-sparc32 1484 1485Sun4u 1486M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1487S: Maintained 1488F: hw/sparc64/sun4u.c 1489F: hw/sparc64/sun4u_iommu.c 1490F: include/hw/sparc/sun4u_iommu.h 1491F: hw/pci-host/sabre.c 1492F: include/hw/pci-host/sabre.h 1493F: hw/pci-bridge/simba.c 1494F: include/hw/pci-bridge/simba.h 1495F: pc-bios/openbios-sparc64 1496F: tests/acceptance/machine_sparc64_sun4u.py 1497 1498Sun4v 1499M: Artyom Tarasenko <atar4qemu@gmail.com> 1500S: Maintained 1501F: hw/sparc64/niagara.c 1502F: hw/rtc/sun4v-rtc.c 1503F: include/hw/rtc/sun4v-rtc.h 1504 1505Leon3 1506M: Fabien Chouteau <chouteau@adacore.com> 1507M: KONRAD Frederic <frederic.konrad@adacore.com> 1508S: Maintained 1509F: hw/sparc/leon3.c 1510F: hw/*/grlib* 1511F: include/hw/*/grlib* 1512F: tests/acceptance/machine_sparc_leon3.py 1513 1514S390 Machines 1515------------- 1516S390 Virtio-ccw 1517M: Cornelia Huck <cohuck@redhat.com> 1518M: Halil Pasic <pasic@linux.ibm.com> 1519M: Christian Borntraeger <borntraeger@de.ibm.com> 1520S: Supported 1521F: hw/char/sclp*.[hc] 1522F: hw/char/terminal3270.c 1523F: hw/s390x/ 1524F: include/hw/s390x/ 1525F: hw/watchdog/wdt_diag288.c 1526F: include/hw/watchdog/wdt_diag288.h 1527F: configs/devices/s390x-softmmu/default.mak 1528F: tests/acceptance/machine_s390_ccw_virtio.py 1529T: git https://gitlab.com/cohuck/qemu.git s390-next 1530T: git https://github.com/borntraeger/qemu.git s390-next 1531L: qemu-s390x@nongnu.org 1532 1533S390-ccw boot 1534M: Christian Borntraeger <borntraeger@de.ibm.com> 1535M: Thomas Huth <thuth@redhat.com> 1536S: Supported 1537F: hw/s390x/ipl.* 1538F: pc-bios/s390-ccw/ 1539F: pc-bios/s390-ccw.img 1540F: docs/devel/s390-dasd-ipl.rst 1541T: git https://github.com/borntraeger/qemu.git s390-next 1542L: qemu-s390x@nongnu.org 1543 1544S390 PCI 1545M: Matthew Rosato <mjrosato@linux.ibm.com> 1546M: Eric Farman <farman@linux.ibm.com> 1547S: Supported 1548F: hw/s390x/s390-pci* 1549F: include/hw/s390x/s390-pci* 1550L: qemu-s390x@nongnu.org 1551 1552X86 Machines 1553------------ 1554PC 1555M: Michael S. Tsirkin <mst@redhat.com> 1556M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1557S: Supported 1558F: include/hw/i386/ 1559F: hw/i386/ 1560F: hw/pci-host/i440fx.c 1561F: hw/pci-host/q35.c 1562F: hw/pci-host/pam.c 1563F: include/hw/pci-host/i440fx.h 1564F: include/hw/pci-host/q35.h 1565F: include/hw/pci-host/pam.h 1566F: hw/isa/piix3.c 1567F: hw/isa/lpc_ich9.c 1568F: hw/i2c/smbus_ich9.c 1569F: hw/acpi/piix4.c 1570F: hw/acpi/ich9.c 1571F: include/hw/acpi/ich9.h 1572F: include/hw/southbridge/piix.h 1573F: hw/misc/sga.c 1574F: hw/isa/apm.c 1575F: include/hw/isa/apm.h 1576F: tests/unit/test-x86-cpuid.c 1577F: tests/qtest/test-x86-cpuid-compat.c 1578 1579PC Chipset 1580M: Michael S. Tsirkin <mst@redhat.com> 1581M: Paolo Bonzini <pbonzini@redhat.com> 1582S: Supported 1583F: hw/char/debugcon.c 1584F: hw/char/parallel* 1585F: hw/char/serial* 1586F: hw/dma/i8257* 1587F: hw/i2c/pm_smbus.c 1588F: hw/input/pckbd.c 1589F: hw/intc/apic* 1590F: hw/intc/ioapic* 1591F: hw/intc/i8259* 1592F: hw/isa/isa-superio.c 1593F: hw/misc/debugexit.c 1594F: hw/misc/pc-testdev.c 1595F: hw/timer/hpet* 1596F: hw/timer/i8254* 1597F: hw/rtc/mc146818rtc* 1598F: hw/watchdog/wdt_ib700.c 1599F: hw/watchdog/wdt_i6300esb.c 1600F: include/hw/display/vga.h 1601F: include/hw/char/parallel.h 1602F: include/hw/dma/i8257.h 1603F: include/hw/i2c/pm_smbus.h 1604F: include/hw/input/i8042.h 1605F: include/hw/isa/i8259_internal.h 1606F: include/hw/isa/superio.h 1607F: include/hw/timer/hpet.h 1608F: include/hw/timer/i8254* 1609F: include/hw/rtc/mc146818rtc* 1610 1611microvm 1612M: Sergio Lopez <slp@redhat.com> 1613M: Paolo Bonzini <pbonzini@redhat.com> 1614S: Maintained 1615F: docs/microvm.rst 1616F: hw/i386/microvm.c 1617F: include/hw/i386/microvm.h 1618F: pc-bios/bios-microvm.bin 1619 1620Machine core 1621M: Eduardo Habkost <ehabkost@redhat.com> 1622M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1623S: Supported 1624F: cpu.c 1625F: hw/core/cpu.c 1626F: hw/core/machine-qmp-cmds.c 1627F: hw/core/machine.c 1628F: hw/core/null-machine.c 1629F: hw/core/numa.c 1630F: hw/cpu/cluster.c 1631F: qapi/machine.json 1632F: qapi/machine-target.json 1633F: include/hw/boards.h 1634F: include/hw/core/cpu.h 1635F: include/hw/cpu/cluster.h 1636F: include/sysemu/numa.h 1637T: git https://gitlab.com/ehabkost/qemu.git machine-next 1638 1639Xtensa Machines 1640--------------- 1641sim 1642M: Max Filippov <jcmvbkbc@gmail.com> 1643S: Maintained 1644F: hw/xtensa/sim.c 1645 1646virt 1647M: Max Filippov <jcmvbkbc@gmail.com> 1648S: Maintained 1649F: hw/xtensa/virt.c 1650 1651XTFPGA (LX60, LX200, ML605, KC705) 1652M: Max Filippov <jcmvbkbc@gmail.com> 1653S: Maintained 1654F: hw/xtensa/xtfpga.c 1655F: hw/net/opencores_eth.c 1656 1657Devices 1658------- 1659Overall Audio frontends 1660M: Gerd Hoffmann <kraxel@redhat.com> 1661S: Odd Fixes 1662F: hw/audio/ 1663F: include/hw/audio/ 1664F: tests/qtest/ac97-test.c 1665F: tests/qtest/es1370-test.c 1666F: tests/qtest/intel-hda-test.c 1667F: tests/qtest/fuzz-sb16-test.c 1668 1669Xilinx CAN 1670M: Vikram Garhwal <fnu.vikram@xilinx.com> 1671M: Francisco Iglesias <francisco.iglesias@xilinx.com> 1672S: Maintained 1673F: hw/net/can/xlnx-* 1674F: include/hw/net/xlnx-* 1675F: tests/qtest/xlnx-can-test* 1676 1677EDU 1678M: Jiri Slaby <jslaby@suse.cz> 1679S: Maintained 1680F: hw/misc/edu.c 1681 1682IDE 1683M: John Snow <jsnow@redhat.com> 1684L: qemu-block@nongnu.org 1685S: Supported 1686F: include/hw/ide.h 1687F: include/hw/ide/ 1688F: hw/ide/ 1689F: hw/block/block.c 1690F: hw/block/cdrom.c 1691F: hw/block/hd-geometry.c 1692F: tests/qtest/ide-test.c 1693F: tests/qtest/ahci-test.c 1694F: tests/qtest/cdrom-test.c 1695F: tests/qtest/libqos/ahci* 1696T: git https://gitlab.com/jsnow/qemu.git ide 1697 1698IPMI 1699M: Corey Minyard <minyard@acm.org> 1700S: Maintained 1701F: include/hw/ipmi/* 1702F: hw/ipmi/* 1703F: hw/smbios/smbios_type_38.c 1704F: tests/qtest/ipmi* 1705T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1706 1707Floppy 1708M: John Snow <jsnow@redhat.com> 1709L: qemu-block@nongnu.org 1710S: Supported 1711F: hw/block/fdc.c 1712F: hw/block/fdc-internal.h 1713F: hw/block/fdc-isa.c 1714F: hw/block/fdc-sysbus.c 1715F: include/hw/block/fdc.h 1716F: tests/qtest/fdc-test.c 1717T: git https://gitlab.com/jsnow/qemu.git ide 1718 1719OMAP 1720M: Peter Maydell <peter.maydell@linaro.org> 1721L: qemu-arm@nongnu.org 1722S: Maintained 1723F: hw/*/omap* 1724F: include/hw/arm/omap.h 1725F: docs/system/arm/sx1.rst 1726 1727IPack 1728M: Alberto Garcia <berto@igalia.com> 1729S: Odd Fixes 1730F: hw/char/ipoctal232.c 1731F: hw/ipack/ 1732 1733PCI 1734M: Michael S. Tsirkin <mst@redhat.com> 1735M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1736S: Supported 1737F: include/hw/pci/* 1738F: hw/misc/pci-testdev.c 1739F: hw/pci/* 1740F: hw/pci-bridge/* 1741F: qapi/pci.json 1742F: docs/pci* 1743F: docs/specs/*pci* 1744 1745ACPI/SMBIOS 1746M: Michael S. Tsirkin <mst@redhat.com> 1747M: Igor Mammedov <imammedo@redhat.com> 1748R: Ani Sinha <ani@anisinha.ca> 1749S: Supported 1750F: include/hw/acpi/* 1751F: include/hw/firmware/smbios.h 1752F: hw/mem/* 1753F: hw/acpi/* 1754F: hw/smbios/* 1755F: hw/i386/acpi-build.[hc] 1756F: hw/arm/virt-acpi-build.c 1757F: qapi/acpi.json 1758F: tests/qtest/bios-tables-test* 1759F: tests/qtest/acpi-utils.[hc] 1760F: tests/data/acpi/ 1761F: docs/specs/acpi_cpu_hotplug.rst 1762F: docs/specs/acpi_mem_hotplug.rst 1763F: docs/specs/acpi_pci_hotplug.rst 1764F: docs/specs/acpi_hw_reduced_hotplug.rst 1765 1766ACPI/HEST/GHES 1767R: Dongjiu Geng <gengdongjiu1@gmail.com> 1768L: qemu-arm@nongnu.org 1769S: Maintained 1770F: hw/acpi/ghes.c 1771F: include/hw/acpi/ghes.h 1772F: docs/specs/acpi_hest_ghes.rst 1773 1774ppc4xx 1775L: qemu-ppc@nongnu.org 1776S: Orphan 1777F: hw/ppc/ppc4*.c 1778F: hw/i2c/ppc4xx_i2c.c 1779F: include/hw/ppc/ppc4xx.h 1780F: include/hw/i2c/ppc4xx_i2c.h 1781F: hw/intc/ppc-uic.c 1782F: include/hw/intc/ppc-uic.h 1783 1784Character devices 1785M: Marc-André Lureau <marcandre.lureau@redhat.com> 1786R: Paolo Bonzini <pbonzini@redhat.com> 1787S: Odd Fixes 1788F: hw/char/ 1789 1790Network devices 1791M: Jason Wang <jasowang@redhat.com> 1792S: Odd Fixes 1793F: hw/net/ 1794F: include/hw/net/ 1795F: tests/qtest/virtio-net-test.c 1796F: docs/virtio-net-failover.rst 1797T: git https://github.com/jasowang/qemu.git net 1798 1799Parallel NOR Flash devices 1800M: Philippe Mathieu-Daudé <philmd@redhat.com> 1801T: git https://gitlab.com/philmd/qemu.git pflash-next 1802S: Maintained 1803F: hw/block/pflash_cfi*.c 1804F: include/hw/block/flash.h 1805 1806SCSI 1807M: Paolo Bonzini <pbonzini@redhat.com> 1808R: Fam Zheng <fam@euphon.net> 1809S: Supported 1810F: include/hw/scsi/* 1811F: hw/scsi/* 1812F: tests/qtest/virtio-scsi-test.c 1813F: tests/qtest/fuzz-virtio-scsi-test.c 1814F: tests/qtest/am53c974-test.c 1815T: git https://github.com/bonzini/qemu.git scsi-next 1816 1817SSI 1818M: Alistair Francis <alistair@alistair23.me> 1819S: Maintained 1820F: hw/ssi/* 1821F: hw/block/m25p80.c 1822F: include/hw/ssi/ssi.h 1823X: hw/ssi/xilinx_* 1824F: tests/qtest/m25p80-test.c 1825 1826Xilinx SPI 1827M: Alistair Francis <alistair@alistair23.me> 1828S: Maintained 1829F: hw/ssi/xilinx_* 1830 1831SD (Secure Card) 1832M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1833M: Bin Meng <bin.meng@windriver.com> 1834L: qemu-block@nongnu.org 1835S: Odd Fixes 1836F: include/hw/sd/sd* 1837F: hw/sd/core.c 1838F: hw/sd/sd* 1839F: hw/sd/ssi-sd.c 1840F: tests/qtest/fuzz-sdcard-test.c 1841F: tests/qtest/sdhci-test.c 1842 1843USB 1844M: Gerd Hoffmann <kraxel@redhat.com> 1845S: Odd Fixes 1846F: hw/usb/* 1847F: stubs/usb-dev-stub.c 1848F: tests/qtest/usb-*-test.c 1849F: docs/system/devices/usb.rst 1850F: include/hw/usb.h 1851F: include/hw/usb/ 1852 1853USB (serial adapter) 1854R: Gerd Hoffmann <kraxel@redhat.com> 1855M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1856S: Maintained 1857F: hw/usb/dev-serial.c 1858 1859VFIO 1860M: Alex Williamson <alex.williamson@redhat.com> 1861S: Supported 1862F: hw/vfio/* 1863F: include/hw/vfio/ 1864F: docs/igd-assign.txt 1865F: docs/devel/vfio-migration.rst 1866 1867vfio-ccw 1868M: Cornelia Huck <cohuck@redhat.com> 1869M: Eric Farman <farman@linux.ibm.com> 1870M: Matthew Rosato <mjrosato@linux.ibm.com> 1871S: Supported 1872F: hw/vfio/ccw.c 1873F: hw/s390x/s390-ccw.c 1874F: include/hw/s390x/s390-ccw.h 1875F: include/hw/s390x/vfio-ccw.h 1876T: git https://gitlab.com/cohuck/qemu.git s390-next 1877L: qemu-s390x@nongnu.org 1878 1879vfio-ap 1880M: Tony Krowiak <akrowiak@linux.ibm.com> 1881M: Halil Pasic <pasic@linux.ibm.com> 1882M: Jason Herne <jjherne@linux.ibm.com> 1883S: Supported 1884F: hw/s390x/ap-device.c 1885F: hw/s390x/ap-bridge.c 1886F: include/hw/s390x/ap-device.h 1887F: include/hw/s390x/ap-bridge.h 1888F: hw/vfio/ap.c 1889F: docs/system/s390x/vfio-ap.rst 1890L: qemu-s390x@nongnu.org 1891 1892vhost 1893M: Michael S. Tsirkin <mst@redhat.com> 1894S: Supported 1895F: hw/*/*vhost* 1896F: docs/interop/vhost-user.json 1897F: docs/interop/vhost-user.rst 1898F: contrib/vhost-user-*/ 1899F: backends/vhost-user.c 1900F: include/sysemu/vhost-user-backend.h 1901 1902virtio 1903M: Michael S. Tsirkin <mst@redhat.com> 1904S: Supported 1905F: hw/*/virtio* 1906F: hw/virtio/Makefile.objs 1907F: hw/virtio/trace-events 1908F: net/vhost-user.c 1909F: include/hw/virtio/ 1910 1911virtio-balloon 1912M: Michael S. Tsirkin <mst@redhat.com> 1913M: David Hildenbrand <david@redhat.com> 1914S: Maintained 1915F: hw/virtio/virtio-balloon*.c 1916F: include/hw/virtio/virtio-balloon.h 1917F: softmmu/balloon.c 1918F: include/sysemu/balloon.h 1919 1920virtio-9p 1921M: Greg Kurz <groug@kaod.org> 1922M: Christian Schoenebeck <qemu_oss@crudebyte.com> 1923S: Odd Fixes 1924W: https://wiki.qemu.org/Documentation/9p 1925F: hw/9pfs/ 1926X: hw/9pfs/xen-9p* 1927F: fsdev/ 1928F: docs/tools/virtfs-proxy-helper.rst 1929F: tests/qtest/virtio-9p-test.c 1930T: git https://gitlab.com/gkurz/qemu.git 9p-next 1931T: git https://github.com/cschoenebeck/qemu.git 9p.next 1932 1933virtio-blk 1934M: Stefan Hajnoczi <stefanha@redhat.com> 1935L: qemu-block@nongnu.org 1936S: Supported 1937F: hw/block/virtio-blk.c 1938F: hw/block/dataplane/* 1939F: tests/qtest/virtio-blk-test.c 1940T: git https://github.com/stefanha/qemu.git block 1941 1942virtio-ccw 1943M: Cornelia Huck <cohuck@redhat.com> 1944M: Halil Pasic <pasic@linux.ibm.com> 1945S: Supported 1946F: hw/s390x/virtio-ccw*.[hc] 1947F: hw/s390x/vhost-vsock-ccw.c 1948T: git https://gitlab.com/cohuck/qemu.git s390-next 1949T: git https://github.com/borntraeger/qemu.git s390-next 1950L: qemu-s390x@nongnu.org 1951 1952virtiofs 1953M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1954M: Stefan Hajnoczi <stefanha@redhat.com> 1955S: Supported 1956F: tools/virtiofsd/* 1957F: hw/virtio/vhost-user-fs* 1958F: include/hw/virtio/vhost-user-fs.h 1959F: docs/tools/virtiofsd.rst 1960L: virtio-fs@redhat.com 1961 1962virtio-input 1963M: Gerd Hoffmann <kraxel@redhat.com> 1964S: Odd Fixes 1965F: hw/input/vhost-user-input.c 1966F: hw/input/virtio-input*.c 1967F: include/hw/virtio/virtio-input.h 1968F: contrib/vhost-user-input/* 1969 1970virtio-iommu 1971M: Eric Auger <eric.auger@redhat.com> 1972S: Maintained 1973F: hw/virtio/virtio-iommu*.c 1974F: include/hw/virtio/virtio-iommu.h 1975 1976virtio-serial 1977M: Laurent Vivier <lvivier@redhat.com> 1978R: Amit Shah <amit@kernel.org> 1979S: Supported 1980F: hw/char/virtio-serial-bus.c 1981F: hw/char/virtio-console.c 1982F: include/hw/virtio/virtio-serial.h 1983F: tests/qtest/virtio-serial-test.c 1984 1985virtio-rng 1986M: Laurent Vivier <lvivier@redhat.com> 1987R: Amit Shah <amit@kernel.org> 1988S: Supported 1989F: hw/virtio/virtio-rng.c 1990F: include/hw/virtio/virtio-rng.h 1991F: include/sysemu/rng*.h 1992F: backends/rng*.c 1993F: tests/qtest/virtio-rng-test.c 1994 1995vhost-user-rng 1996M: Mathieu Poirier <mathieu.poirier@linaro.org> 1997S: Supported 1998F: docs/tools/vhost-user-rng.rst 1999F: hw/virtio/vhost-user-rng.c 2000F: hw/virtio/vhost-user-rng-pci.c 2001F: include/hw/virtio/vhost-user-rng.h 2002F: tools/vhost-user-rng/* 2003 2004virtio-crypto 2005M: Gonglei <arei.gonglei@huawei.com> 2006S: Supported 2007F: hw/virtio/virtio-crypto.c 2008F: hw/virtio/virtio-crypto-pci.c 2009F: include/hw/virtio/virtio-crypto.h 2010 2011virtio-mem 2012M: David Hildenbrand <david@redhat.com> 2013S: Supported 2014W: https://virtio-mem.gitlab.io/ 2015F: hw/virtio/virtio-mem.c 2016F: hw/virtio/virtio-mem-pci.h 2017F: hw/virtio/virtio-mem-pci.c 2018F: include/hw/virtio/virtio-mem.h 2019 2020nvme 2021M: Keith Busch <kbusch@kernel.org> 2022M: Klaus Jensen <its@irrelevant.dk> 2023L: qemu-block@nongnu.org 2024S: Supported 2025F: hw/nvme/* 2026F: include/block/nvme.h 2027F: tests/qtest/nvme-test.c 2028F: docs/system/nvme.rst 2029T: git git://git.infradead.org/qemu-nvme.git nvme-next 2030 2031megasas 2032M: Hannes Reinecke <hare@suse.com> 2033L: qemu-block@nongnu.org 2034S: Supported 2035F: hw/scsi/megasas.c 2036F: hw/scsi/mfi.h 2037F: tests/qtest/megasas-test.c 2038F: tests/qtest/fuzz-megasas-test.c 2039 2040Network packet abstractions 2041M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2042S: Maintained 2043F: include/net/eth.h 2044F: net/eth.c 2045F: hw/net/net_rx_pkt* 2046F: hw/net/net_tx_pkt* 2047 2048Vmware 2049M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2050S: Maintained 2051F: hw/net/vmxnet* 2052F: hw/scsi/vmw_pvscsi* 2053F: tests/qtest/vmxnet3-test.c 2054 2055Rocker 2056M: Jiri Pirko <jiri@resnulli.us> 2057S: Maintained 2058F: hw/net/rocker/ 2059F: qapi/rocker.json 2060F: tests/rocker/ 2061F: docs/specs/rocker.txt 2062 2063NVDIMM 2064M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 2065S: Maintained 2066F: hw/acpi/nvdimm.c 2067F: hw/mem/nvdimm.c 2068F: include/hw/mem/nvdimm.h 2069F: docs/nvdimm.txt 2070F: docs/specs/acpi_nvdimm.rst 2071 2072e1000x 2073M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2074S: Maintained 2075F: hw/net/e1000x* 2076 2077e1000e 2078M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2079S: Maintained 2080F: hw/net/e1000e* 2081F: tests/qtest/fuzz-e1000e-test.c 2082 2083eepro100 2084M: Stefan Weil <sw@weilnetz.de> 2085S: Maintained 2086F: hw/net/eepro100.c 2087 2088tulip 2089M: Sven Schnelle <svens@stackframe.org> 2090S: Maintained 2091F: hw/net/tulip.c 2092F: hw/net/tulip.h 2093 2094pca954x 2095M: Patrick Venture <venture@google.com> 2096S: Maintained 2097F: hw/i2c/i2c_mux_pca954x.c 2098F: include/hw/i2c/i2c_mux_pca954x.h 2099 2100Generic Loader 2101M: Alistair Francis <alistair@alistair23.me> 2102S: Maintained 2103F: hw/core/generic-loader.c 2104F: include/hw/core/generic-loader.h 2105F: docs/system/generic-loader.rst 2106 2107Guest Loader 2108M: Alex Bennée <alex.bennee@linaro.org> 2109S: Maintained 2110F: hw/core/guest-loader.c 2111F: docs/system/guest-loader.rst 2112F: tests/acceptance/boot_xen.py 2113 2114Intel Hexadecimal Object File Loader 2115M: Su Hang <suhang16@mails.ucas.ac.cn> 2116S: Maintained 2117F: tests/qtest/hexloader-test.c 2118F: tests/data/hex-loader/test.hex 2119 2120CHRP NVRAM 2121M: Thomas Huth <thuth@redhat.com> 2122S: Maintained 2123F: hw/nvram/chrp_nvram.c 2124F: include/hw/nvram/chrp_nvram.h 2125F: tests/qtest/prom-env-test.c 2126 2127VM Generation ID 2128S: Orphan 2129F: hw/acpi/vmgenid.c 2130F: include/hw/acpi/vmgenid.h 2131F: docs/specs/vmgenid.txt 2132F: tests/qtest/vmgenid-test.c 2133F: stubs/vmgenid.c 2134 2135LED 2136M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2137S: Maintained 2138F: include/hw/misc/led.h 2139F: hw/misc/led.c 2140 2141Unimplemented device 2142M: Peter Maydell <peter.maydell@linaro.org> 2143R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2144S: Maintained 2145F: include/hw/misc/unimp.h 2146F: hw/misc/unimp.c 2147 2148Empty slot 2149M: Artyom Tarasenko <atar4qemu@gmail.com> 2150R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2151S: Maintained 2152F: include/hw/misc/empty_slot.h 2153F: hw/misc/empty_slot.c 2154 2155Standard VGA 2156M: Gerd Hoffmann <kraxel@redhat.com> 2157S: Maintained 2158F: hw/display/vga* 2159F: hw/display/bochs-display.c 2160F: include/hw/display/vga.h 2161F: include/hw/display/bochs-vbe.h 2162 2163ramfb 2164M: Gerd Hoffmann <kraxel@redhat.com> 2165S: Maintained 2166F: hw/display/ramfb*.c 2167F: include/hw/display/ramfb.h 2168 2169virtio-gpu 2170M: Gerd Hoffmann <kraxel@redhat.com> 2171S: Odd Fixes 2172F: hw/display/virtio-gpu* 2173F: hw/display/virtio-vga.* 2174F: include/hw/virtio/virtio-gpu.h 2175 2176vhost-user-blk 2177M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2178S: Maintained 2179F: contrib/vhost-user-blk/ 2180F: contrib/vhost-user-scsi/ 2181F: hw/block/vhost-user-blk.c 2182F: hw/scsi/vhost-user-scsi.c 2183F: hw/virtio/vhost-user-blk-pci.c 2184F: hw/virtio/vhost-user-scsi-pci.c 2185F: include/hw/virtio/vhost-user-blk.h 2186F: include/hw/virtio/vhost-user-scsi.h 2187 2188vhost-user-gpu 2189M: Marc-André Lureau <marcandre.lureau@redhat.com> 2190R: Gerd Hoffmann <kraxel@redhat.com> 2191S: Maintained 2192F: docs/interop/vhost-user-gpu.rst 2193F: contrib/vhost-user-gpu 2194F: hw/display/vhost-user-* 2195 2196Cirrus VGA 2197M: Gerd Hoffmann <kraxel@redhat.com> 2198S: Odd Fixes 2199W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2200F: hw/display/cirrus* 2201 2202EDID Generator 2203M: Gerd Hoffmann <kraxel@redhat.com> 2204S: Maintained 2205F: hw/display/edid* 2206F: include/hw/display/edid.h 2207F: qemu-edid.c 2208 2209PIIX4 South Bridge (i82371AB) 2210M: Hervé Poussineau <hpoussin@reactos.org> 2211M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2212S: Maintained 2213F: hw/isa/piix4.c 2214F: include/hw/southbridge/piix.h 2215 2216Firmware configuration (fw_cfg) 2217M: Philippe Mathieu-Daudé <philmd@redhat.com> 2218R: Gerd Hoffmann <kraxel@redhat.com> 2219S: Supported 2220F: docs/specs/fw_cfg.txt 2221F: hw/nvram/fw_cfg*.c 2222F: stubs/fw_cfg.c 2223F: include/hw/nvram/fw_cfg.h 2224F: include/standard-headers/linux/qemu_fw_cfg.h 2225F: tests/qtest/libqos/fw_cfg.c 2226F: tests/qtest/fw_cfg-test.c 2227T: git https://github.com/philmd/qemu.git fw_cfg-next 2228 2229XIVE 2230M: Cédric Le Goater <clg@kaod.org> 2231L: qemu-ppc@nongnu.org 2232S: Supported 2233F: hw/*/*xive* 2234F: include/hw/*/*xive* 2235F: docs/*/*xive* 2236 2237Renesas peripherals 2238R: Yoshinori Sato <ysato@users.sourceforge.jp> 2239R: Magnus Damm <magnus.damm@gmail.com> 2240S: Odd Fixes 2241F: hw/char/renesas_sci.c 2242F: hw/char/sh_serial.c 2243F: hw/timer/renesas_*.c 2244F: hw/timer/sh_timer.c 2245F: include/hw/char/renesas_sci.h 2246F: include/hw/sh4/sh.h 2247F: include/hw/timer/renesas_*.h 2248 2249Renesas RX peripherals 2250R: Yoshinori Sato <ysato@users.sourceforge.jp> 2251S: Orphan 2252F: hw/intc/rx_icu.c 2253F: hw/rx/ 2254F: include/hw/intc/rx_icu.h 2255F: include/hw/rx/ 2256 2257CAN bus subsystem and hardware 2258M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2259M: Vikram Garhwal <fnu.vikram@xilinx.com> 2260S: Maintained 2261W: https://canbus.pages.fel.cvut.cz/ 2262F: net/can/* 2263F: hw/net/can/* 2264F: include/net/can_*.h 2265 2266OpenPIC interrupt controller 2267M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2268S: Odd Fixes 2269F: hw/intc/openpic.c 2270F: include/hw/ppc/openpic.h 2271 2272Subsystems 2273---------- 2274Overall Audio backends 2275M: Gerd Hoffmann <kraxel@redhat.com> 2276S: Odd Fixes 2277F: audio/ 2278X: audio/alsaaudio.c 2279X: audio/coreaudio.c 2280X: audio/dsound* 2281X: audio/jackaudio.c 2282X: audio/ossaudio.c 2283X: audio/paaudio.c 2284X: audio/sdlaudio.c 2285X: audio/spiceaudio.c 2286F: qapi/audio.json 2287 2288ALSA Audio backend 2289M: Gerd Hoffmann <kraxel@redhat.com> 2290S: Odd Fixes 2291F: audio/alsaaudio.c 2292 2293Core Audio framework backend 2294M: Gerd Hoffmann <kraxel@redhat.com> 2295S: Odd Fixes 2296F: audio/coreaudio.c 2297 2298DSound Audio backend 2299M: Gerd Hoffmann <kraxel@redhat.com> 2300S: Odd Fixes 2301F: audio/dsound* 2302 2303JACK Audio Connection Kit backend 2304M: Gerd Hoffmann <kraxel@redhat.com> 2305S: Odd Fixes 2306F: audio/jackaudio.c 2307 2308Open Sound System (OSS) Audio backend 2309M: Gerd Hoffmann <kraxel@redhat.com> 2310S: Odd Fixes 2311F: audio/ossaudio.c 2312 2313PulseAudio backend 2314M: Gerd Hoffmann <kraxel@redhat.com> 2315S: Odd Fixes 2316F: audio/paaudio.c 2317 2318SDL Audio backend 2319M: Gerd Hoffmann <kraxel@redhat.com> 2320S: Odd Fixes 2321F: audio/sdlaudio.c 2322 2323Block layer core 2324M: Kevin Wolf <kwolf@redhat.com> 2325M: Hanna Reitz <hreitz@redhat.com> 2326L: qemu-block@nongnu.org 2327S: Supported 2328F: block* 2329F: block/ 2330F: hw/block/ 2331F: include/block/ 2332F: qemu-img* 2333F: docs/tools/qemu-img.rst 2334F: qemu-io* 2335F: tests/qemu-iotests/ 2336F: util/qemu-progress.c 2337F: qobject/block-qdict.c 2338F: tests/unit/check-block-qdict.c 2339T: git https://repo.or.cz/qemu/kevin.git block 2340 2341Storage daemon 2342M: Kevin Wolf <kwolf@redhat.com> 2343L: qemu-block@nongnu.org 2344S: Supported 2345F: storage-daemon/ 2346F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2347F: docs/tools/qemu-storage-daemon.rst 2348T: git https://repo.or.cz/qemu/kevin.git block 2349 2350Block I/O path 2351M: Stefan Hajnoczi <stefanha@redhat.com> 2352M: Fam Zheng <fam@euphon.net> 2353L: qemu-block@nongnu.org 2354S: Supported 2355F: util/async.c 2356F: util/aio-*.c 2357F: util/aio-*.h 2358F: util/fdmon-*.c 2359F: block/io.c 2360F: migration/block* 2361F: include/block/aio.h 2362F: include/block/aio-wait.h 2363F: scripts/qemugdb/aio.py 2364F: tests/unit/test-fdmon-epoll.c 2365T: git https://github.com/stefanha/qemu.git block 2366 2367Block SCSI subsystem 2368M: Paolo Bonzini <pbonzini@redhat.com> 2369R: Fam Zheng <fam@euphon.net> 2370L: qemu-block@nongnu.org 2371S: Supported 2372F: include/scsi/* 2373F: scsi/* 2374 2375Block Jobs 2376M: John Snow <jsnow@redhat.com> 2377M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2378L: qemu-block@nongnu.org 2379S: Supported 2380F: blockjob.c 2381F: include/block/blockjob.h 2382F: job.c 2383F: job-qmp.c 2384F: include/qemu/job.h 2385F: block/backup.c 2386F: block/commit.c 2387F: block/stream.c 2388F: block/mirror.c 2389F: qapi/job.json 2390F: block/block-copy.c 2391F: include/block/block-copy.c 2392F: block/copy-before-write.h 2393F: block/copy-before-write.c 2394F: include/block/aio_task.h 2395F: block/aio_task.c 2396F: util/qemu-co-shared-resource.c 2397F: include/qemu/co-shared-resource.h 2398T: git https://gitlab.com/jsnow/qemu.git jobs 2399T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs 2400 2401Block QAPI, monitor, command line 2402M: Markus Armbruster <armbru@redhat.com> 2403S: Supported 2404F: blockdev.c 2405F: blockdev-hmp-cmds.c 2406F: block/qapi.c 2407F: qapi/block*.json 2408F: qapi/transaction.json 2409T: git https://repo.or.cz/qemu/armbru.git block-next 2410 2411Dirty Bitmaps 2412M: Eric Blake <eblake@redhat.com> 2413M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2414R: John Snow <jsnow@redhat.com> 2415L: qemu-block@nongnu.org 2416S: Supported 2417F: include/qemu/hbitmap.h 2418F: include/block/dirty-bitmap.h 2419F: block/monitor/bitmap-qmp-cmds.c 2420F: block/dirty-bitmap.c 2421F: block/qcow2-bitmap.c 2422F: migration/block-dirty-bitmap.c 2423F: util/hbitmap.c 2424F: tests/unit/test-hbitmap.c 2425F: docs/interop/bitmaps.rst 2426T: git https://repo.or.cz/qemu/ericb.git bitmaps 2427 2428Character device backends 2429M: Marc-André Lureau <marcandre.lureau@redhat.com> 2430R: Paolo Bonzini <pbonzini@redhat.com> 2431S: Maintained 2432F: chardev/ 2433F: include/chardev/ 2434F: qapi/char.json 2435 2436Character Devices (Braille) 2437M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2438S: Maintained 2439F: chardev/baum.c 2440 2441Command line option argument parsing 2442M: Markus Armbruster <armbru@redhat.com> 2443S: Supported 2444F: include/qemu/option.h 2445F: tests/unit/test-keyval.c 2446F: tests/unit/test-qemu-opts.c 2447F: util/keyval.c 2448F: util/qemu-option.c 2449 2450Coverity model 2451M: Markus Armbruster <armbru@redhat.com> 2452S: Supported 2453F: scripts/coverity-model.c 2454 2455Coverity Scan integration 2456M: Peter Maydell <peter.maydell@linaro.org> 2457S: Maintained 2458F: scripts/coverity-scan/ 2459 2460Device Tree 2461M: Alistair Francis <alistair.francis@wdc.com> 2462R: David Gibson <david@gibson.dropbear.id.au> 2463S: Maintained 2464F: softmmu/device_tree.c 2465F: include/sysemu/device_tree.h 2466 2467Dump 2468S: Supported 2469M: Marc-André Lureau <marcandre.lureau@redhat.com> 2470F: dump/ 2471F: hw/misc/vmcoreinfo.c 2472F: include/hw/misc/vmcoreinfo.h 2473F: include/qemu/win_dump_defs 2474F: include/sysemu/dump-arch.h 2475F: include/sysemu/dump.h 2476F: qapi/dump.json 2477F: scripts/dump-guest-memory.py 2478F: stubs/dump.c 2479 2480Error reporting 2481M: Markus Armbruster <armbru@redhat.com> 2482S: Supported 2483F: include/qapi/error.h 2484F: include/qemu/error-report.h 2485F: qapi/error.json 2486F: util/error.c 2487F: util/qemu-error.c 2488F: scripts/coccinelle/err-bad-newline.cocci 2489F: scripts/coccinelle/error-use-after-free.cocci 2490F: scripts/coccinelle/error_propagate_null.cocci 2491F: scripts/coccinelle/remove_local_err.cocci 2492F: scripts/coccinelle/use-error_fatal.cocci 2493F: scripts/coccinelle/errp-guard.cocci 2494 2495GDB stub 2496M: Alex Bennée <alex.bennee@linaro.org> 2497R: Philippe Mathieu-Daudé <philmd@redhat.com> 2498S: Maintained 2499F: gdbstub* 2500F: include/exec/gdbstub.h 2501F: gdb-xml/ 2502F: tests/tcg/multiarch/gdbstub/ 2503 2504Memory API 2505M: Paolo Bonzini <pbonzini@redhat.com> 2506M: Peter Xu <peterx@redhat.com> 2507M: David Hildenbrand <david@redhat.com> 2508R: Philippe Mathieu-Daudé <philmd@redhat.com> 2509S: Supported 2510F: include/exec/ioport.h 2511F: include/exec/memop.h 2512F: include/exec/memory.h 2513F: include/exec/ram_addr.h 2514F: include/exec/ramblock.h 2515F: include/sysemu/memory_mapping.h 2516F: softmmu/dma-helpers.c 2517F: softmmu/ioport.c 2518F: softmmu/memory.c 2519F: softmmu/memory_mapping.c 2520F: softmmu/physmem.c 2521F: include/exec/memory-internal.h 2522F: scripts/coccinelle/memory-region-housekeeping.cocci 2523 2524SPICE 2525M: Gerd Hoffmann <kraxel@redhat.com> 2526S: Odd Fixes 2527F: include/ui/qemu-spice.h 2528F: include/ui/spice-display.h 2529F: ui/spice-*.c 2530F: audio/spiceaudio.c 2531F: hw/display/qxl* 2532F: qapi/ui.json 2533F: docs/spice-port-fqdn.txt 2534 2535Graphics 2536M: Gerd Hoffmann <kraxel@redhat.com> 2537S: Odd Fixes 2538F: ui/ 2539F: include/ui/ 2540F: qapi/ui.json 2541F: util/drm.c 2542 2543Cocoa graphics 2544M: Peter Maydell <peter.maydell@linaro.org> 2545S: Odd Fixes 2546F: ui/cocoa.m 2547 2548Main loop 2549M: Paolo Bonzini <pbonzini@redhat.com> 2550S: Maintained 2551F: include/exec/gen-icount.h 2552F: include/qemu/main-loop.h 2553F: include/sysemu/runstate.h 2554F: include/sysemu/runstate-action.h 2555F: util/main-loop.c 2556F: util/qemu-timer.c 2557F: softmmu/vl.c 2558F: softmmu/main.c 2559F: softmmu/cpus.c 2560F: softmmu/cpu-throttle.c 2561F: softmmu/cpu-timers.c 2562F: softmmu/icount.c 2563F: softmmu/runstate-action.c 2564F: qapi/run-state.json 2565 2566Read, Copy, Update (RCU) 2567M: Paolo Bonzini <pbonzini@redhat.com> 2568S: Maintained 2569F: include/qemu/rcu*.h 2570F: tests/unit/rcutorture.c 2571F: tests/unit/test-rcu-*.c 2572F: util/rcu.c 2573 2574Human Monitor (HMP) 2575M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2576S: Maintained 2577F: monitor/monitor-internal.h 2578F: monitor/misc.c 2579F: monitor/monitor.c 2580F: monitor/hmp* 2581F: hmp.h 2582F: hmp-commands*.hx 2583F: include/monitor/hmp-target.h 2584F: tests/qtest/test-hmp.c 2585F: include/qemu/qemu-print.h 2586F: util/qemu-print.c 2587 2588Network device backends 2589M: Jason Wang <jasowang@redhat.com> 2590S: Maintained 2591F: net/ 2592F: include/net/ 2593F: qemu-bridge-helper.c 2594T: git https://github.com/jasowang/qemu.git net 2595F: qapi/net.json 2596 2597Netmap network backend 2598M: Luigi Rizzo <rizzo@iet.unipi.it> 2599M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2600M: Vincenzo Maffione <v.maffione@gmail.com> 2601W: http://info.iet.unipi.it/~luigi/netmap/ 2602S: Maintained 2603F: net/netmap.c 2604 2605Host Memory Backends 2606M: David Hildenbrand <david@redhat.com> 2607M: Igor Mammedov <imammedo@redhat.com> 2608S: Maintained 2609F: backends/hostmem*.c 2610F: include/sysemu/hostmem.h 2611T: git https://gitlab.com/ehabkost/qemu.git machine-next 2612 2613Cryptodev Backends 2614M: Gonglei <arei.gonglei@huawei.com> 2615S: Maintained 2616F: include/sysemu/cryptodev*.h 2617F: backends/cryptodev*.c 2618 2619Python library 2620M: John Snow <jsnow@redhat.com> 2621M: Cleber Rosa <crosa@redhat.com> 2622R: Eduardo Habkost <ehabkost@redhat.com> 2623S: Maintained 2624F: python/ 2625T: git https://gitlab.com/jsnow/qemu.git python 2626 2627Python scripts 2628M: Eduardo Habkost <ehabkost@redhat.com> 2629M: Cleber Rosa <crosa@redhat.com> 2630S: Odd Fixes 2631F: scripts/*.py 2632F: tests/*.py 2633 2634Benchmark util 2635M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2636S: Maintained 2637F: scripts/simplebench/ 2638T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench 2639 2640Transactions helper 2641M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2642S: Maintained 2643F: include/qemu/transactions.h 2644F: util/transactions.c 2645 2646QAPI 2647M: Markus Armbruster <armbru@redhat.com> 2648M: Michael Roth <michael.roth@amd.com> 2649S: Supported 2650F: qapi/ 2651X: qapi/*.json 2652F: include/qapi/ 2653X: include/qapi/qmp/ 2654F: include/qapi/qmp/dispatch.h 2655F: tests/qapi-schema/ 2656F: tests/unit/test-*-visitor.c 2657F: tests/unit/test-qapi-*.c 2658F: tests/unit/test-qmp-*.c 2659F: tests/unit/test-visitor-serialization.c 2660F: scripts/qapi-gen.py 2661F: scripts/qapi/* 2662F: docs/sphinx/qapidoc.py 2663F: docs/devel/qapi* 2664T: git https://repo.or.cz/qemu/armbru.git qapi-next 2665 2666QAPI Schema 2667M: Eric Blake <eblake@redhat.com> 2668M: Markus Armbruster <armbru@redhat.com> 2669S: Supported 2670F: qapi/*.json 2671T: git https://repo.or.cz/qemu/armbru.git qapi-next 2672 2673QObject 2674M: Markus Armbruster <armbru@redhat.com> 2675S: Supported 2676F: qobject/ 2677F: include/qapi/qmp/ 2678X: include/qapi/qmp/dispatch.h 2679F: scripts/coccinelle/qobject.cocci 2680F: tests/unit/check-qdict.c 2681F: tests/unit/check-qjson.c 2682F: tests/unit/check-qlist.c 2683F: tests/unit/check-qlit.c 2684F: tests/unit/check-qnull.c 2685F: tests/unit/check-qnum.c 2686F: tests/unit/check-qobject.c 2687F: tests/unit/check-qstring.c 2688F: tests/data/qobject/qdict.txt 2689T: git https://repo.or.cz/qemu/armbru.git qapi-next 2690 2691QEMU Guest Agent 2692M: Michael Roth <michael.roth@amd.com> 2693S: Maintained 2694F: qga/ 2695F: docs/interop/qemu-ga.rst 2696F: docs/interop/qemu-ga-ref.rst 2697F: scripts/qemu-guest-agent/ 2698F: tests/unit/test-qga.c 2699T: git https://github.com/mdroth/qemu.git qga 2700 2701QOM 2702M: Paolo Bonzini <pbonzini@redhat.com> 2703R: Daniel P. Berrange <berrange@redhat.com> 2704R: Eduardo Habkost <ehabkost@redhat.com> 2705S: Supported 2706F: docs/qdev-device-use.txt 2707F: hw/core/qdev* 2708F: hw/core/bus.c 2709F: hw/core/sysbus.c 2710F: include/hw/qdev* 2711F: include/monitor/qdev.h 2712F: include/qom/ 2713F: qapi/qom.json 2714F: qapi/qdev.json 2715F: scripts/coccinelle/qom-parent-type.cocci 2716F: softmmu/qdev-monitor.c 2717F: stubs/qdev.c 2718F: qom/ 2719F: tests/unit/check-qom-interface.c 2720F: tests/unit/check-qom-proplist.c 2721F: tests/unit/test-qdev-global-props.c 2722 2723QOM boilerplate conversion script 2724M: Eduardo Habkost <ehabkost@redhat.com> 2725S: Maintained 2726F: scripts/codeconverter/ 2727 2728QMP 2729M: Markus Armbruster <armbru@redhat.com> 2730S: Supported 2731F: monitor/monitor-internal.h 2732F: monitor/qmp* 2733F: monitor/misc.c 2734F: monitor/monitor.c 2735F: qapi/control.json 2736F: qapi/error.json 2737F: qapi/introspect.json 2738F: docs/devel/*qmp-* 2739F: docs/interop/*qmp-* 2740F: scripts/qmp/ 2741F: tests/qtest/qmp-test.c 2742F: tests/qtest/qmp-cmd-test.c 2743T: git https://repo.or.cz/qemu/armbru.git qapi-next 2744 2745qtest 2746M: Thomas Huth <thuth@redhat.com> 2747M: Laurent Vivier <lvivier@redhat.com> 2748R: Paolo Bonzini <pbonzini@redhat.com> 2749S: Maintained 2750F: softmmu/qtest.c 2751F: accel/qtest/ 2752F: tests/qtest/ 2753F: docs/devel/qgraph.rst 2754X: tests/qtest/bios-tables-test* 2755 2756Device Fuzzing 2757M: Alexander Bulekov <alxndr@bu.edu> 2758R: Paolo Bonzini <pbonzini@redhat.com> 2759R: Bandan Das <bsd@redhat.com> 2760R: Stefan Hajnoczi <stefanha@redhat.com> 2761R: Thomas Huth <thuth@redhat.com> 2762R: Darren Kenny <darren.kenny@oracle.com> 2763R: Qiuhao Li <Qiuhao.Li@outlook.com> 2764S: Maintained 2765F: tests/qtest/fuzz/ 2766F: tests/qtest/fuzz-*test.c 2767F: scripts/oss-fuzz/ 2768F: hw/mem/sparse-mem.c 2769F: docs/devel/fuzzing.rst 2770 2771Register API 2772M: Alistair Francis <alistair@alistair23.me> 2773S: Maintained 2774F: hw/core/register.c 2775F: include/hw/register.h 2776F: include/hw/registerfields.h 2777 2778SLIRP 2779M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2780S: Maintained 2781F: slirp/ 2782F: net/slirp.c 2783F: include/net/slirp.h 2784T: git https://people.debian.org/~sthibault/qemu.git slirp 2785 2786Streams 2787M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2788S: Maintained 2789F: hw/core/stream.c 2790F: include/hw/stream.h 2791 2792Stubs 2793M: Paolo Bonzini <pbonzini@redhat.com> 2794S: Maintained 2795F: stubs/ 2796 2797Tracing 2798M: Stefan Hajnoczi <stefanha@redhat.com> 2799S: Maintained 2800F: trace/ 2801F: trace-events 2802F: docs/qemu-option-trace.rst.inc 2803F: qapi/trace.json 2804F: scripts/tracetool.py 2805F: scripts/tracetool/ 2806F: scripts/qemu-trace-stap* 2807F: docs/tools/qemu-trace-stap.rst 2808F: docs/devel/tracing.rst 2809T: git https://github.com/stefanha/qemu.git tracing 2810 2811TPM 2812M: Stefan Berger <stefanb@linux.ibm.com> 2813S: Maintained 2814F: tpm.c 2815F: hw/tpm/* 2816F: include/hw/acpi/tpm.h 2817F: include/sysemu/tpm* 2818F: qapi/tpm.json 2819F: backends/tpm/ 2820F: tests/qtest/*tpm* 2821T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2822 2823Checkpatch 2824S: Odd Fixes 2825F: scripts/checkpatch.pl 2826 2827Migration 2828M: Juan Quintela <quintela@redhat.com> 2829M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2830S: Maintained 2831F: hw/core/vmstate-if.c 2832F: include/hw/vmstate-if.h 2833F: include/migration/ 2834F: migration/ 2835F: scripts/vmstate-static-checker.py 2836F: tests/vmstate-static-checker-data/ 2837F: tests/qtest/migration-test.c 2838F: docs/devel/migration.rst 2839F: qapi/migration.json 2840F: tests/migration/ 2841 2842D-Bus 2843M: Marc-André Lureau <marcandre.lureau@redhat.com> 2844S: Maintained 2845F: backends/dbus-vmstate.c 2846F: tests/dbus-vmstate* 2847F: util/dbus.c 2848F: include/qemu/dbus.h 2849F: docs/interop/dbus.rst 2850F: docs/interop/dbus-vmstate.rst 2851 2852Seccomp 2853M: Eduardo Otubo <otubo@redhat.com> 2854S: Supported 2855F: softmmu/qemu-seccomp.c 2856F: include/sysemu/seccomp.h 2857 2858Cryptography 2859M: Daniel P. Berrange <berrange@redhat.com> 2860S: Maintained 2861F: crypto/ 2862F: include/crypto/ 2863F: qapi/crypto.json 2864F: tests/unit/test-crypto-* 2865F: tests/bench/benchmark-crypto-* 2866F: tests/unit/crypto-tls-* 2867F: tests/unit/pkix_asn1_tab.c 2868F: qemu.sasl 2869 2870Coroutines 2871M: Stefan Hajnoczi <stefanha@redhat.com> 2872M: Kevin Wolf <kwolf@redhat.com> 2873S: Maintained 2874F: util/*coroutine* 2875F: include/qemu/coroutine* 2876F: tests/unit/test-coroutine.c 2877 2878Buffers 2879M: Daniel P. Berrange <berrange@redhat.com> 2880S: Odd Fixes 2881F: util/buffer.c 2882F: include/qemu/buffer.h 2883 2884I/O Channels 2885M: Daniel P. Berrange <berrange@redhat.com> 2886S: Maintained 2887F: io/ 2888F: include/io/ 2889F: tests/unit/test-io-* 2890 2891User authorization 2892M: Daniel P. Berrange <berrange@redhat.com> 2893S: Maintained 2894F: authz/ 2895F: qapi/authz.json 2896F: include/authz/ 2897F: tests/unit/test-authz-* 2898 2899Sockets 2900M: Daniel P. Berrange <berrange@redhat.com> 2901S: Maintained 2902F: include/qemu/sockets.h 2903F: util/qemu-sockets.c 2904F: qapi/sockets.json 2905 2906File monitor 2907M: Daniel P. Berrange <berrange@redhat.com> 2908S: Odd Fixes 2909F: util/filemonitor*.c 2910F: include/qemu/filemonitor.h 2911F: tests/unit/test-util-filemonitor.c 2912 2913Throttling infrastructure 2914M: Alberto Garcia <berto@igalia.com> 2915S: Supported 2916F: block/throttle-groups.c 2917F: include/block/throttle-groups.h 2918F: include/qemu/throttle*.h 2919F: util/throttle.c 2920F: docs/throttle.txt 2921F: tests/unit/test-throttle.c 2922L: qemu-block@nongnu.org 2923 2924UUID 2925M: Fam Zheng <fam@euphon.net> 2926S: Supported 2927F: util/uuid.c 2928F: include/qemu/uuid.h 2929F: tests/unit/test-uuid.c 2930 2931Yank feature 2932M: Lukas Straub <lukasstraub2@web.de> 2933S: Odd fixes 2934F: util/yank.c 2935F: migration/yank_functions* 2936F: tests/unit/test-yank.c 2937F: include/qemu/yank.h 2938F: qapi/yank.json 2939 2940COLO Framework 2941M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2942S: Maintained 2943F: migration/colo* 2944F: include/migration/colo.h 2945F: include/migration/failover.h 2946F: docs/COLO-FT.txt 2947 2948COLO Proxy 2949M: Zhang Chen <chen.zhang@intel.com> 2950M: Li Zhijian <lizhijian@cn.fujitsu.com> 2951S: Supported 2952F: docs/colo-proxy.txt 2953F: net/colo* 2954F: net/filter-rewriter.c 2955F: net/filter-mirror.c 2956 2957Record/replay 2958M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2959R: Paolo Bonzini <pbonzini@redhat.com> 2960W: https://wiki.qemu.org/Features/record-replay 2961S: Supported 2962F: replay/* 2963F: block/blkreplay.c 2964F: net/filter-replay.c 2965F: include/sysemu/replay.h 2966F: docs/replay.txt 2967F: stubs/replay.c 2968F: tests/acceptance/replay_kernel.py 2969F: tests/acceptance/replay_linux.py 2970F: tests/acceptance/reverse_debugging.py 2971F: qapi/replay.json 2972 2973IOVA Tree 2974M: Peter Xu <peterx@redhat.com> 2975S: Maintained 2976F: include/qemu/iova-tree.h 2977F: util/iova-tree.c 2978 2979elf2dmp 2980M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2981S: Maintained 2982F: contrib/elf2dmp/ 2983 2984I2C and SMBus 2985M: Corey Minyard <cminyard@mvista.com> 2986S: Maintained 2987F: hw/i2c/core.c 2988F: hw/i2c/smbus_slave.c 2989F: hw/i2c/smbus_master.c 2990F: hw/i2c/smbus_eeprom.c 2991F: include/hw/i2c/i2c.h 2992F: include/hw/i2c/smbus_master.h 2993F: include/hw/i2c/smbus_slave.h 2994F: include/hw/i2c/smbus_eeprom.h 2995 2996Firmware schema specifications 2997M: Philippe Mathieu-Daudé <philmd@redhat.com> 2998R: Daniel P. Berrange <berrange@redhat.com> 2999R: Kashyap Chamarthy <kchamart@redhat.com> 3000S: Maintained 3001F: docs/interop/firmware.json 3002 3003EDK2 Firmware 3004M: Philippe Mathieu-Daudé <philmd@redhat.com> 3005R: Gerd Hoffmann <kraxel@redhat.com> 3006S: Supported 3007F: hw/i386/*ovmf* 3008F: pc-bios/descriptors/??-edk2-*.json 3009F: pc-bios/edk2-* 3010F: roms/Makefile.edk2 3011F: roms/edk2 3012F: roms/edk2-* 3013F: tests/data/uefi-boot-images/ 3014F: tests/uefi-test-tools/ 3015F: .gitlab-ci.d/edk2.yml 3016F: .gitlab-ci.d/edk2/ 3017 3018VT-d Emulation 3019M: Michael S. Tsirkin <mst@redhat.com> 3020M: Peter Xu <peterx@redhat.com> 3021R: Jason Wang <jasowang@redhat.com> 3022S: Supported 3023F: hw/i386/intel_iommu.c 3024F: hw/i386/intel_iommu_internal.h 3025F: include/hw/i386/intel_iommu.h 3026 3027OpenSBI Firmware 3028M: Bin Meng <bmeng.cn@gmail.com> 3029S: Supported 3030F: pc-bios/opensbi-* 3031F: .gitlab-ci.d/opensbi.yml 3032F: .gitlab-ci.d/opensbi/ 3033 3034Clock framework 3035M: Luc Michel <luc@lmichel.fr> 3036R: Damien Hedde <damien.hedde@greensocs.com> 3037S: Maintained 3038F: include/hw/clock.h 3039F: include/hw/qdev-clock.h 3040F: hw/core/clock.c 3041F: hw/core/clock-vmstate.c 3042F: hw/core/qdev-clock.c 3043F: docs/devel/clocks.rst 3044 3045Usermode Emulation 3046------------------ 3047Overall usermode emulation 3048M: Riku Voipio <riku.voipio@iki.fi> 3049S: Maintained 3050F: thunk.c 3051F: accel/tcg/user-exec*.c 3052 3053BSD user 3054M: Warner Losh <imp@bsdimp.com> 3055R: Kyle Evans <kevans@freebsd.org> 3056S: Maintained 3057F: bsd-user/ 3058F: configs/targets/*-bsd-user.mak 3059T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 3060 3061Linux user 3062M: Laurent Vivier <laurent@vivier.eu> 3063S: Maintained 3064F: linux-user/ 3065F: configs/targets/*linux-user.mak 3066F: scripts/qemu-binfmt-conf.sh 3067F: scripts/update-syscalltbl.sh 3068F: scripts/update-mips-syscall-args.sh 3069F: scripts/gensyscalls.sh 3070 3071Tiny Code Generator (TCG) 3072------------------------- 3073Common TCG code 3074M: Richard Henderson <richard.henderson@linaro.org> 3075S: Maintained 3076F: tcg/ 3077F: include/tcg/ 3078 3079TCG Plugins 3080M: Alex Bennée <alex.bennee@linaro.org> 3081R: Alexandre Iooss <erdnaxe@crans.org> 3082R: Mahmoud Mandour <ma.mandourr@gmail.com> 3083S: Maintained 3084F: docs/devel/tcg-plugins.rst 3085F: plugins/ 3086F: tests/plugin/ 3087F: tests/acceptance/tcg_plugins.py 3088F: contrib/plugins/ 3089 3090AArch64 TCG target 3091M: Richard Henderson <richard.henderson@linaro.org> 3092S: Maintained 3093L: qemu-arm@nongnu.org 3094F: tcg/aarch64/ 3095F: disas/arm-a64.cc 3096F: disas/libvixl/ 3097 3098ARM TCG target 3099M: Richard Henderson <richard.henderson@linaro.org> 3100S: Maintained 3101L: qemu-arm@nongnu.org 3102F: tcg/arm/ 3103F: disas/arm.c 3104 3105i386 TCG target 3106M: Richard Henderson <richard.henderson@linaro.org> 3107S: Maintained 3108F: tcg/i386/ 3109F: disas/i386.c 3110 3111MIPS TCG target 3112M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3113R: Aurelien Jarno <aurelien@aurel32.net> 3114R: Huacai Chen <chenhuacai@kernel.org> 3115R: Jiaxun Yang <jiaxun.yang@flygoat.com> 3116R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3117S: Odd Fixes 3118F: tcg/mips/ 3119 3120PPC TCG target 3121M: Richard Henderson <richard.henderson@linaro.org> 3122S: Odd Fixes 3123F: tcg/ppc/ 3124F: disas/ppc.c 3125 3126RISC-V TCG target 3127M: Palmer Dabbelt <palmer@dabbelt.com> 3128M: Alistair Francis <Alistair.Francis@wdc.com> 3129L: qemu-riscv@nongnu.org 3130S: Maintained 3131F: tcg/riscv/ 3132F: disas/riscv.c 3133 3134S390 TCG target 3135M: Richard Henderson <richard.henderson@linaro.org> 3136S: Maintained 3137F: tcg/s390/ 3138F: disas/s390.c 3139L: qemu-s390x@nongnu.org 3140 3141SPARC TCG target 3142S: Odd Fixes 3143F: tcg/sparc/ 3144F: disas/sparc.c 3145 3146TCI TCG target 3147M: Stefan Weil <sw@weilnetz.de> 3148S: Maintained 3149F: tcg/tci/ 3150F: tcg/tci.c 3151F: disas/tci.c 3152 3153Block drivers 3154------------- 3155VMDK 3156M: Fam Zheng <fam@euphon.net> 3157L: qemu-block@nongnu.org 3158S: Supported 3159F: block/vmdk.c 3160 3161RBD 3162M: Ilya Dryomov <idryomov@gmail.com> 3163R: Peter Lieven <pl@kamp.de> 3164L: qemu-block@nongnu.org 3165S: Supported 3166F: block/rbd.c 3167 3168VHDX 3169M: Jeff Cody <codyprime@gmail.com> 3170L: qemu-block@nongnu.org 3171S: Supported 3172F: block/vhdx* 3173 3174VDI 3175M: Stefan Weil <sw@weilnetz.de> 3176L: qemu-block@nongnu.org 3177S: Maintained 3178F: block/vdi.c 3179 3180iSCSI 3181M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3182M: Paolo Bonzini <pbonzini@redhat.com> 3183M: Peter Lieven <pl@kamp.de> 3184L: qemu-block@nongnu.org 3185S: Odd Fixes 3186F: block/iscsi.c 3187F: block/iscsi-opts.c 3188 3189Network Block Device (NBD) 3190M: Eric Blake <eblake@redhat.com> 3191M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 3192L: qemu-block@nongnu.org 3193S: Maintained 3194F: block/nbd* 3195F: nbd/ 3196F: include/block/nbd* 3197F: qemu-nbd.* 3198F: blockdev-nbd.c 3199F: docs/interop/nbd.txt 3200F: docs/tools/qemu-nbd.rst 3201T: git https://repo.or.cz/qemu/ericb.git nbd 3202T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd 3203 3204NFS 3205M: Peter Lieven <pl@kamp.de> 3206L: qemu-block@nongnu.org 3207S: Maintained 3208F: block/nfs.c 3209 3210SSH 3211M: Richard W.M. Jones <rjones@redhat.com> 3212L: qemu-block@nongnu.org 3213S: Supported 3214F: block/ssh.c 3215 3216CURL 3217L: qemu-block@nongnu.org 3218S: Odd Fixes 3219F: block/curl.c 3220 3221GLUSTER 3222L: qemu-block@nongnu.org 3223L: integration@gluster.org 3224S: Odd Fixes 3225F: block/gluster.c 3226 3227Null Block Driver 3228M: Fam Zheng <fam@euphon.net> 3229L: qemu-block@nongnu.org 3230S: Supported 3231F: block/null.c 3232 3233NVMe Block Driver 3234M: Stefan Hajnoczi <stefanha@redhat.com> 3235R: Fam Zheng <fam@euphon.net> 3236R: Philippe Mathieu-Daudé <philmd@redhat.com> 3237L: qemu-block@nongnu.org 3238S: Supported 3239F: block/nvme* 3240F: include/block/nvme.h 3241T: git https://github.com/stefanha/qemu.git block 3242 3243Bootdevice 3244M: Gonglei <arei.gonglei@huawei.com> 3245S: Maintained 3246F: softmmu/bootdevice.c 3247 3248Quorum 3249M: Alberto Garcia <berto@igalia.com> 3250S: Supported 3251F: block/quorum.c 3252L: qemu-block@nongnu.org 3253 3254blklogwrites 3255M: Ari Sundholm <ari@tuxera.com> 3256L: qemu-block@nongnu.org 3257S: Supported 3258F: block/blklogwrites.c 3259 3260blkverify 3261M: Stefan Hajnoczi <stefanha@redhat.com> 3262L: qemu-block@nongnu.org 3263S: Supported 3264F: block/blkverify.c 3265 3266bochs 3267M: Stefan Hajnoczi <stefanha@redhat.com> 3268L: qemu-block@nongnu.org 3269S: Supported 3270F: block/bochs.c 3271 3272cloop 3273M: Stefan Hajnoczi <stefanha@redhat.com> 3274L: qemu-block@nongnu.org 3275S: Supported 3276F: block/cloop.c 3277 3278dmg 3279M: Stefan Hajnoczi <stefanha@redhat.com> 3280L: qemu-block@nongnu.org 3281S: Supported 3282F: block/dmg.c 3283 3284parallels 3285M: Stefan Hajnoczi <stefanha@redhat.com> 3286M: Denis V. Lunev <den@openvz.org> 3287M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 3288L: qemu-block@nongnu.org 3289S: Supported 3290F: block/parallels.c 3291F: block/parallels-ext.c 3292F: docs/interop/parallels.txt 3293T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels 3294 3295qed 3296M: Stefan Hajnoczi <stefanha@redhat.com> 3297L: qemu-block@nongnu.org 3298S: Supported 3299F: block/qed.c 3300 3301raw 3302M: Kevin Wolf <kwolf@redhat.com> 3303L: qemu-block@nongnu.org 3304S: Supported 3305F: block/linux-aio.c 3306F: include/block/raw-aio.h 3307F: block/raw-format.c 3308F: block/file-posix.c 3309F: block/file-win32.c 3310F: block/win32-aio.c 3311 3312Linux io_uring 3313M: Aarushi Mehta <mehta.aaru20@gmail.com> 3314M: Julia Suvorova <jusual@redhat.com> 3315M: Stefan Hajnoczi <stefanha@redhat.com> 3316R: Stefano Garzarella <sgarzare@redhat.com> 3317L: qemu-block@nongnu.org 3318S: Maintained 3319F: block/io_uring.c 3320F: stubs/io_uring.c 3321 3322qcow2 3323M: Kevin Wolf <kwolf@redhat.com> 3324M: Hanna Reitz <hreitz@redhat.com> 3325L: qemu-block@nongnu.org 3326S: Supported 3327F: block/qcow2* 3328F: docs/interop/qcow2.txt 3329 3330qcow 3331M: Kevin Wolf <kwolf@redhat.com> 3332L: qemu-block@nongnu.org 3333S: Supported 3334F: block/qcow.c 3335 3336blkdebug 3337M: Kevin Wolf <kwolf@redhat.com> 3338M: Hanna Reitz <hreitz@redhat.com> 3339L: qemu-block@nongnu.org 3340S: Supported 3341F: block/blkdebug.c 3342 3343vpc 3344M: Kevin Wolf <kwolf@redhat.com> 3345L: qemu-block@nongnu.org 3346S: Supported 3347F: block/vpc.c 3348 3349vvfat 3350M: Kevin Wolf <kwolf@redhat.com> 3351L: qemu-block@nongnu.org 3352S: Odd Fixes 3353F: block/vvfat.c 3354 3355Image format fuzzer 3356M: Stefan Hajnoczi <stefanha@redhat.com> 3357L: qemu-block@nongnu.org 3358S: Supported 3359F: tests/image-fuzzer/ 3360 3361Vhost-user block device backend server 3362M: Coiby Xu <Coiby.Xu@gmail.com> 3363S: Maintained 3364F: block/export/vhost-user-blk-server.c 3365F: block/export/vhost-user-blk-server.h 3366F: include/qemu/vhost-user-server.h 3367F: tests/qtest/libqos/vhost-user-blk.c 3368F: tests/qtest/libqos/vhost-user-blk.h 3369F: tests/qtest/vhost-user-blk-test.c 3370F: util/vhost-user-server.c 3371 3372FUSE block device exports 3373M: Hanna Reitz <hreitz@redhat.com> 3374L: qemu-block@nongnu.org 3375S: Supported 3376F: block/export/fuse.c 3377 3378Replication 3379M: Wen Congyang <wencongyang2@huawei.com> 3380M: Xie Changlong <xiechanglong.d@gmail.com> 3381S: Supported 3382F: replication* 3383F: block/replication.c 3384F: tests/unit/test-replication.c 3385F: docs/block-replication.txt 3386 3387PVRDMA 3388M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3389M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3390S: Maintained 3391F: hw/rdma/* 3392F: hw/rdma/vmw/* 3393F: docs/pvrdma.txt 3394F: contrib/rdmacm-mux/* 3395F: qapi/rdma.json 3396 3397Semihosting 3398M: Alex Bennée <alex.bennee@linaro.org> 3399S: Maintained 3400F: semihosting/ 3401F: include/semihosting/ 3402F: tests/tcg/multiarch/arm-compat-semi/ 3403 3404Multi-process QEMU 3405M: Elena Ufimtseva <elena.ufimtseva@oracle.com> 3406M: Jagannathan Raman <jag.raman@oracle.com> 3407M: John G Johnson <john.g.johnson@oracle.com> 3408S: Maintained 3409F: docs/devel/multi-process.rst 3410F: docs/system/multi-process.rst 3411F: hw/pci-host/remote.c 3412F: include/hw/pci-host/remote.h 3413F: hw/remote/machine.c 3414F: include/hw/remote/machine.h 3415F: hw/remote/mpqemu-link.c 3416F: include/hw/remote/mpqemu-link.h 3417F: hw/remote/message.c 3418F: hw/remote/remote-obj.c 3419F: include/hw/remote/memory.h 3420F: hw/remote/memory.c 3421F: hw/remote/proxy.c 3422F: include/hw/remote/proxy.h 3423F: hw/remote/proxy-memory-listener.c 3424F: include/hw/remote/proxy-memory-listener.h 3425F: hw/remote/iohub.c 3426F: include/hw/remote/iohub.h 3427 3428EBPF: 3429M: Jason Wang <jasowang@redhat.com> 3430R: Andrew Melnychenko <andrew@daynix.com> 3431R: Yuri Benditovich <yuri.benditovich@daynix.com> 3432S: Maintained 3433F: ebpf/* 3434F: tools/ebpf/* 3435 3436Build and test automation 3437------------------------- 3438Build and test automation, general continuous integration 3439M: Alex Bennée <alex.bennee@linaro.org> 3440M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3441M: Thomas Huth <thuth@redhat.com> 3442R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3443R: Willian Rampazzo <willianr@redhat.com> 3444S: Maintained 3445F: .github/lockdown.yml 3446F: .gitlab-ci.yml 3447F: .gitlab-ci.d/ 3448F: .travis.yml 3449F: scripts/ci/ 3450F: tests/docker/ 3451F: tests/vm/ 3452F: scripts/archive-source.sh 3453W: https://gitlab.com/qemu-project/qemu/pipelines 3454W: https://travis-ci.org/qemu/qemu 3455 3456FreeBSD Hosted Continuous Integration 3457M: Ed Maste <emaste@freebsd.org> 3458M: Li-Wen Hsu <lwhsu@freebsd.org> 3459S: Maintained 3460F: .cirrus.yml 3461W: https://cirrus-ci.com/github/qemu/qemu 3462 3463Windows Hosted Continuous Integration 3464M: Yonggang Luo <luoyonggang@gmail.com> 3465S: Maintained 3466F: .cirrus.yml 3467W: https://cirrus-ci.com/github/qemu/qemu 3468 3469Guest Test Compilation Support 3470M: Alex Bennée <alex.bennee@linaro.org> 3471R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3472S: Maintained 3473F: tests/tcg/Makefile 3474F: tests/tcg/Makefile.include 3475 3476Acceptance (Integration) Testing with the Avocado framework 3477W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3478R: Cleber Rosa <crosa@redhat.com> 3479R: Philippe Mathieu-Daudé <philmd@redhat.com> 3480R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3481R: Willian Rampazzo <willianr@redhat.com> 3482S: Odd Fixes 3483F: tests/acceptance/ 3484 3485Documentation 3486------------- 3487Build system architecture 3488M: Daniel P. Berrange <berrange@redhat.com> 3489S: Odd Fixes 3490F: docs/devel/build-system.rst 3491 3492GIT Data Mining Config 3493M: Alex Bennée <alex.bennee@linaro.org> 3494S: Odd Fixes 3495F: gitdm.config 3496F: contrib/gitdm/* 3497 3498Incompatible changes 3499R: libvir-list@redhat.com 3500F: docs/about/deprecated.rst 3501 3502Build System 3503------------ 3504GIT submodules 3505M: Daniel P. Berrange <berrange@redhat.com> 3506S: Odd Fixes 3507F: scripts/git-submodule.sh 3508 3509UI translations 3510S: Orphan 3511F: po/*.po 3512 3513Sphinx documentation configuration and build machinery 3514M: Peter Maydell <peter.maydell@linaro.org> 3515S: Maintained 3516F: docs/conf.py 3517F: docs/*/conf.py 3518F: docs/sphinx/ 3519F: docs/_templates/ 3520 3521Miscellaneous 3522------------- 3523Performance Tools and Tests 3524M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3525S: Maintained 3526F: scripts/performance/ 3527