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