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