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