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