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