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