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