1QEMU Maintainers 2================ 3 4The intention of this file is not to establish who owns what portions of the 5code base, but to provide a set of names that developers can consult when they 6have a question about a particular subset and also to provide a set of names 7to be CC'd when submitting a patch to obtain appropriate review. 8 9In general, if you have a question about inclusion of a patch, you should 10consult qemu-devel and not any specific individual privately. 11 12Descriptions of section entries: 13 14 M: Mail patches to: FullName <address@domain> 15 Maintainers are looking after a certain area and must be CCed on 16 patches. They are considered the main contact point. 17 R: Designated reviewer: FullName <address@domain> 18 These reviewers should be CCed on patches. 19 Reviewers are familiar with the subject matter and provide feedback 20 even though they are not maintainers. 21 L: Mailing list that is relevant to this area 22 These lists should be CCed on patches. 23 W: Web-page with status/info 24 Q: Patchwork web based patch tracking system site 25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 26 S: Status, one of the following: 27 Supported: Someone is actually paid to look after this. 28 Maintained: Someone actually looks after it. 29 Odd Fixes: It has a maintainer but they don't have time to do 30 much other than throw the odd patch in. See below. 31 Orphan: No current maintainer [but maybe you could take the 32 role as you write your new code]. 33 Obsolete: Old code. Something tagged obsolete generally means 34 it has been replaced by a better system and you 35 should be using that. 36 F: Files and directories with wildcard patterns. 37 A trailing slash includes all files and subdirectory files. 38 F: drivers/net/ all files in and below drivers/net 39 F: drivers/net/* all files in drivers/net, but not below 40 F: */net/* all files in "any top level directory"/net 41 One pattern per line. Multiple F: lines acceptable. 42 X: Files and directories that are NOT maintained, same rules as F: 43 Files exclusions are tested before file matches. 44 Can be useful for excluding a specific subdirectory, for instance: 45 F: net/ 46 X: net/ipv6/ 47 matches all files in and below net excluding net/ipv6/ 48 K: Keyword perl extended regex pattern to match content in a 49 patch or file. For instance: 50 K: of_get_profile 51 matches patches or files that contain "of_get_profile" 52 K: \b(printk|pr_(info|err))\b 53 matches patches or files that contain one or more of the words 54 printk, pr_info or pr_err 55 One regex pattern per line. Multiple K: lines acceptable. 56 57 58General Project Administration 59------------------------------ 60M: Peter Maydell <peter.maydell@linaro.org> 61 62All patches CC here 63L: qemu-devel@nongnu.org 64F: * 65F: */ 66 67Responsible Disclosure, Reporting Security Issues 68------------------------------------------------- 69W: https://wiki.qemu.org/SecurityProcess 70M: Michael S. Tsirkin <mst@redhat.com> 71L: secalert@redhat.com 72 73Trivial patches 74--------------- 75Trivial patches 76M: Michael Tokarev <mjt@tls.msk.ru> 77M: Laurent Vivier <laurent@vivier.eu> 78S: Maintained 79L: qemu-trivial@nongnu.org 80K: ^Subject:.*(?i)trivial 81T: git git://git.corpit.ru/qemu.git trivial-patches 82T: git https://github.com/vivier/qemu.git trivial-patches 83 84Architecture support 85-------------------- 86S390 general architecture support 87M: 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 <fnu.vikram@xilinx.com> 1752M: Francisco Iglesias <francisco.iglesias@xilinx.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> 1868S: Supported 1869F: tests/avocado/acpi-bits/* 1870F: tests/avocado/acpi-bits.py 1871F: docs/devel/acpi-bits.rst 1872 1873ACPI/HEST/GHES 1874R: Dongjiu Geng <gengdongjiu1@gmail.com> 1875L: qemu-arm@nongnu.org 1876S: Maintained 1877F: hw/acpi/ghes.c 1878F: include/hw/acpi/ghes.h 1879F: docs/specs/acpi_hest_ghes.rst 1880 1881ppc4xx 1882L: qemu-ppc@nongnu.org 1883S: Orphan 1884F: hw/ppc/ppc4*.c 1885F: hw/i2c/ppc4xx_i2c.c 1886F: include/hw/ppc/ppc4xx.h 1887F: include/hw/i2c/ppc4xx_i2c.h 1888F: hw/intc/ppc-uic.c 1889F: include/hw/intc/ppc-uic.h 1890 1891Character devices 1892M: Marc-André Lureau <marcandre.lureau@redhat.com> 1893R: Paolo Bonzini <pbonzini@redhat.com> 1894S: Odd Fixes 1895F: hw/char/ 1896 1897Network devices 1898M: Jason Wang <jasowang@redhat.com> 1899S: Odd Fixes 1900F: hw/net/ 1901F: include/hw/net/ 1902F: tests/qtest/virtio-net-test.c 1903F: docs/virtio-net-failover.rst 1904T: git https://github.com/jasowang/qemu.git net 1905 1906Parallel NOR Flash devices 1907M: Philippe Mathieu-Daudé <philmd@linaro.org> 1908T: git https://gitlab.com/philmd/qemu.git pflash-next 1909S: Maintained 1910F: hw/block/pflash_cfi*.c 1911F: include/hw/block/flash.h 1912 1913SCSI 1914M: Paolo Bonzini <pbonzini@redhat.com> 1915R: Fam Zheng <fam@euphon.net> 1916S: Supported 1917F: include/hw/scsi/* 1918F: hw/scsi/* 1919F: tests/qtest/virtio-scsi-test.c 1920F: tests/qtest/fuzz-virtio-scsi-test.c 1921F: tests/qtest/am53c974-test.c 1922F: tests/qtest/fuzz-lsi53c895a-test.c 1923T: git https://github.com/bonzini/qemu.git scsi-next 1924 1925SSI 1926M: Alistair Francis <alistair@alistair23.me> 1927S: Maintained 1928F: hw/ssi/* 1929F: hw/block/m25p80* 1930F: include/hw/ssi/ssi.h 1931X: hw/ssi/xilinx_* 1932F: tests/qtest/m25p80-test.c 1933 1934Xilinx SPI 1935M: Alistair Francis <alistair@alistair23.me> 1936S: Maintained 1937F: hw/ssi/xilinx_* 1938 1939SD (Secure Card) 1940M: Philippe Mathieu-Daudé <philmd@linaro.org> 1941M: Bin Meng <bin.meng@windriver.com> 1942L: qemu-block@nongnu.org 1943S: Odd Fixes 1944F: include/hw/sd/sd* 1945F: hw/sd/core.c 1946F: hw/sd/sd* 1947F: hw/sd/ssi-sd.c 1948F: tests/qtest/fuzz-sdcard-test.c 1949F: tests/qtest/sdhci-test.c 1950 1951USB 1952M: Gerd Hoffmann <kraxel@redhat.com> 1953S: Odd Fixes 1954F: hw/usb/* 1955F: stubs/usb-dev-stub.c 1956F: tests/qtest/usb-*-test.c 1957F: docs/system/devices/usb.rst 1958F: include/hw/usb.h 1959F: include/hw/usb/ 1960 1961USB (serial adapter) 1962R: Gerd Hoffmann <kraxel@redhat.com> 1963M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1964S: Maintained 1965F: hw/usb/dev-serial.c 1966 1967VFIO 1968M: Alex Williamson <alex.williamson@redhat.com> 1969S: Supported 1970F: hw/vfio/* 1971F: include/hw/vfio/ 1972F: docs/igd-assign.txt 1973F: docs/devel/vfio-migration.rst 1974 1975vfio-ccw 1976M: Eric Farman <farman@linux.ibm.com> 1977M: Matthew Rosato <mjrosato@linux.ibm.com> 1978S: Supported 1979F: hw/vfio/ccw.c 1980F: hw/s390x/s390-ccw.c 1981F: include/hw/s390x/s390-ccw.h 1982F: include/hw/s390x/vfio-ccw.h 1983L: qemu-s390x@nongnu.org 1984 1985vfio-ap 1986M: Tony Krowiak <akrowiak@linux.ibm.com> 1987M: Halil Pasic <pasic@linux.ibm.com> 1988M: Jason Herne <jjherne@linux.ibm.com> 1989S: Supported 1990F: hw/s390x/ap-device.c 1991F: hw/s390x/ap-bridge.c 1992F: include/hw/s390x/ap-device.h 1993F: include/hw/s390x/ap-bridge.h 1994F: hw/vfio/ap.c 1995F: docs/system/s390x/vfio-ap.rst 1996L: qemu-s390x@nongnu.org 1997 1998vhost 1999M: Michael S. Tsirkin <mst@redhat.com> 2000S: Supported 2001F: hw/*/*vhost* 2002F: docs/interop/vhost-user.json 2003F: docs/interop/vhost-user.rst 2004F: contrib/vhost-user-*/ 2005F: backends/vhost-user.c 2006F: include/sysemu/vhost-user-backend.h 2007 2008virtio 2009M: Michael S. Tsirkin <mst@redhat.com> 2010S: Supported 2011F: hw/*/virtio* 2012F: hw/virtio/Makefile.objs 2013F: hw/virtio/trace-events 2014F: qapi/virtio.json 2015F: net/vhost-user.c 2016F: include/hw/virtio/ 2017 2018virtio-balloon 2019M: Michael S. Tsirkin <mst@redhat.com> 2020M: David Hildenbrand <david@redhat.com> 2021S: Maintained 2022F: docs/interop/virtio-balloon-stats.rst 2023F: hw/virtio/virtio-balloon*.c 2024F: include/hw/virtio/virtio-balloon.h 2025F: softmmu/balloon.c 2026F: include/sysemu/balloon.h 2027 2028virtio-9p 2029M: Greg Kurz <groug@kaod.org> 2030M: Christian Schoenebeck <qemu_oss@crudebyte.com> 2031S: Odd Fixes 2032W: https://wiki.qemu.org/Documentation/9p 2033F: hw/9pfs/ 2034X: hw/9pfs/xen-9p* 2035F: fsdev/ 2036F: docs/tools/virtfs-proxy-helper.rst 2037F: tests/qtest/virtio-9p-test.c 2038T: git https://gitlab.com/gkurz/qemu.git 9p-next 2039T: git https://github.com/cschoenebeck/qemu.git 9p.next 2040 2041virtio-blk 2042M: Stefan Hajnoczi <stefanha@redhat.com> 2043L: qemu-block@nongnu.org 2044S: Supported 2045F: hw/block/virtio-blk-common.c 2046F: hw/block/virtio-blk.c 2047F: hw/block/dataplane/* 2048F: include/hw/virtio/virtio-blk-common.h 2049F: tests/qtest/virtio-blk-test.c 2050T: git https://github.com/stefanha/qemu.git block 2051 2052virtio-ccw 2053M: Cornelia Huck <cohuck@redhat.com> 2054M: Halil Pasic <pasic@linux.ibm.com> 2055M: Eric Farman <farman@linux.ibm.com> 2056S: Supported 2057F: hw/s390x/virtio-ccw*.[hc] 2058F: hw/s390x/vhost-*-ccw.c 2059T: git https://gitlab.com/cohuck/qemu.git s390-next 2060T: git https://github.com/borntraeger/qemu.git s390-next 2061L: qemu-s390x@nongnu.org 2062 2063virtiofs 2064M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2065M: Stefan Hajnoczi <stefanha@redhat.com> 2066S: Supported 2067F: tools/virtiofsd/* 2068F: hw/virtio/vhost-user-fs* 2069F: include/hw/virtio/vhost-user-fs.h 2070F: docs/tools/virtiofsd.rst 2071L: virtio-fs@redhat.com 2072 2073virtio-input 2074M: Gerd Hoffmann <kraxel@redhat.com> 2075S: Odd Fixes 2076F: hw/input/vhost-user-input.c 2077F: hw/input/virtio-input*.c 2078F: include/hw/virtio/virtio-input.h 2079F: contrib/vhost-user-input/* 2080 2081virtio-iommu 2082M: Eric Auger <eric.auger@redhat.com> 2083S: Maintained 2084F: hw/virtio/virtio-iommu*.c 2085F: include/hw/virtio/virtio-iommu.h 2086 2087virtio-serial 2088M: Laurent Vivier <lvivier@redhat.com> 2089R: Amit Shah <amit@kernel.org> 2090S: Supported 2091F: hw/char/virtio-serial-bus.c 2092F: hw/char/virtio-console.c 2093F: include/hw/virtio/virtio-serial.h 2094F: tests/qtest/virtio-serial-test.c 2095 2096virtio-rng 2097M: Laurent Vivier <lvivier@redhat.com> 2098R: Amit Shah <amit@kernel.org> 2099S: Supported 2100F: hw/virtio/virtio-rng.c 2101F: include/hw/virtio/virtio-rng.h 2102F: include/sysemu/rng*.h 2103F: backends/rng*.c 2104F: tests/qtest/virtio-rng-test.c 2105 2106vhost-user-rng 2107M: Mathieu Poirier <mathieu.poirier@linaro.org> 2108S: Supported 2109F: docs/tools/vhost-user-rng.rst 2110F: hw/virtio/vhost-user-rng.c 2111F: hw/virtio/vhost-user-rng-pci.c 2112F: include/hw/virtio/vhost-user-rng.h 2113F: tools/vhost-user-rng/* 2114 2115vhost-user-gpio 2116M: Alex Bennée <alex.bennee@linaro.org> 2117R: Viresh Kumar <viresh.kumar@linaro.org> 2118S: Maintained 2119F: hw/virtio/vhost-user-gpio* 2120F: include/hw/virtio/vhost-user-gpio.h 2121F: tests/qtest/libqos/virtio-gpio.* 2122 2123virtio-crypto 2124M: Gonglei <arei.gonglei@huawei.com> 2125S: Supported 2126F: hw/virtio/virtio-crypto.c 2127F: hw/virtio/virtio-crypto-pci.c 2128F: include/hw/virtio/virtio-crypto.h 2129 2130virtio-mem 2131M: David Hildenbrand <david@redhat.com> 2132S: Supported 2133W: https://virtio-mem.gitlab.io/ 2134F: hw/virtio/virtio-mem.c 2135F: hw/virtio/virtio-mem-pci.h 2136F: hw/virtio/virtio-mem-pci.c 2137F: include/hw/virtio/virtio-mem.h 2138 2139nvme 2140M: Keith Busch <kbusch@kernel.org> 2141M: Klaus Jensen <its@irrelevant.dk> 2142L: qemu-block@nongnu.org 2143S: Supported 2144F: hw/nvme/* 2145F: include/block/nvme.h 2146F: tests/qtest/nvme-test.c 2147F: docs/system/nvme.rst 2148T: git git://git.infradead.org/qemu-nvme.git nvme-next 2149 2150megasas 2151M: Hannes Reinecke <hare@suse.com> 2152L: qemu-block@nongnu.org 2153S: Supported 2154F: hw/scsi/megasas.c 2155F: hw/scsi/mfi.h 2156F: tests/qtest/megasas-test.c 2157F: tests/qtest/fuzz-megasas-test.c 2158 2159Network packet abstractions 2160M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2161S: Maintained 2162F: include/net/eth.h 2163F: net/eth.c 2164F: hw/net/net_rx_pkt* 2165F: hw/net/net_tx_pkt* 2166 2167Vmware 2168M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2169S: Maintained 2170F: hw/net/vmxnet* 2171F: hw/scsi/vmw_pvscsi* 2172F: tests/qtest/vmxnet3-test.c 2173 2174Rocker 2175M: Jiri Pirko <jiri@resnulli.us> 2176S: Maintained 2177F: hw/net/rocker/ 2178F: qapi/rocker.json 2179F: tests/rocker/ 2180F: docs/specs/rocker.txt 2181 2182e1000x 2183M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2184S: Maintained 2185F: hw/net/e1000x* 2186 2187e1000e 2188M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2189S: Maintained 2190F: hw/net/e1000e* 2191F: tests/qtest/fuzz-e1000e-test.c 2192 2193eepro100 2194M: Stefan Weil <sw@weilnetz.de> 2195S: Maintained 2196F: hw/net/eepro100.c 2197 2198tulip 2199M: Sven Schnelle <svens@stackframe.org> 2200S: Maintained 2201F: hw/net/tulip.c 2202F: hw/net/tulip.h 2203 2204pca954x 2205M: Patrick Venture <venture@google.com> 2206S: Maintained 2207F: hw/i2c/i2c_mux_pca954x.c 2208F: include/hw/i2c/i2c_mux_pca954x.h 2209 2210Generic Loader 2211M: Alistair Francis <alistair@alistair23.me> 2212S: Maintained 2213F: hw/core/generic-loader.c 2214F: hw/core/uboot_image.h 2215F: include/hw/core/generic-loader.h 2216F: docs/system/generic-loader.rst 2217 2218Guest Loader 2219M: Alex Bennée <alex.bennee@linaro.org> 2220S: Maintained 2221F: hw/core/guest-loader.c 2222F: docs/system/guest-loader.rst 2223F: tests/avocado/boot_xen.py 2224 2225Intel Hexadecimal Object File Loader 2226M: Su Hang <suhang16@mails.ucas.ac.cn> 2227S: Maintained 2228F: tests/qtest/hexloader-test.c 2229F: tests/data/hex-loader/test.hex 2230 2231CHRP NVRAM 2232M: Thomas Huth <thuth@redhat.com> 2233S: Maintained 2234F: hw/nvram/chrp_nvram.c 2235F: include/hw/nvram/chrp_nvram.h 2236F: tests/qtest/prom-env-test.c 2237 2238VM Generation ID 2239S: Orphan 2240R: Ani Sinha <ani@anisinha.ca> 2241F: hw/acpi/vmgenid.c 2242F: include/hw/acpi/vmgenid.h 2243F: docs/specs/vmgenid.txt 2244F: tests/qtest/vmgenid-test.c 2245F: stubs/vmgenid.c 2246 2247LED 2248M: Philippe Mathieu-Daudé <philmd@linaro.org> 2249S: Maintained 2250F: include/hw/misc/led.h 2251F: hw/misc/led.c 2252 2253Unimplemented device 2254M: Peter Maydell <peter.maydell@linaro.org> 2255R: Philippe Mathieu-Daudé <philmd@linaro.org> 2256R: Ani Sinha <ani@anisinha.ca> 2257S: Maintained 2258F: include/hw/misc/unimp.h 2259F: hw/misc/unimp.c 2260 2261Empty slot 2262M: Artyom Tarasenko <atar4qemu@gmail.com> 2263R: Philippe Mathieu-Daudé <philmd@linaro.org> 2264R: Ani Sinha <ani@anisinha.ca> 2265S: Maintained 2266F: include/hw/misc/empty_slot.h 2267F: hw/misc/empty_slot.c 2268 2269Standard VGA 2270M: Gerd Hoffmann <kraxel@redhat.com> 2271S: Maintained 2272F: hw/display/vga* 2273F: hw/display/bochs-display.c 2274F: include/hw/display/vga.h 2275F: include/hw/display/bochs-vbe.h 2276 2277ramfb 2278M: Gerd Hoffmann <kraxel@redhat.com> 2279S: Maintained 2280F: hw/display/ramfb*.c 2281F: include/hw/display/ramfb.h 2282 2283virtio-gpu 2284M: Gerd Hoffmann <kraxel@redhat.com> 2285S: Odd Fixes 2286F: hw/display/virtio-gpu* 2287F: hw/display/virtio-vga.* 2288F: include/hw/virtio/virtio-gpu.h 2289 2290vhost-user-blk 2291M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2292S: Maintained 2293F: contrib/vhost-user-blk/ 2294F: contrib/vhost-user-scsi/ 2295F: hw/block/vhost-user-blk.c 2296F: hw/block/virtio-blk-common.c 2297F: hw/scsi/vhost-user-scsi.c 2298F: hw/virtio/vhost-user-blk-pci.c 2299F: hw/virtio/vhost-user-scsi-pci.c 2300F: include/hw/virtio/vhost-user-blk.h 2301F: include/hw/virtio/vhost-user-scsi.h 2302F: include/hw/virtio/virtio-blk-common.h 2303 2304vhost-user-gpu 2305M: Marc-André Lureau <marcandre.lureau@redhat.com> 2306R: Gerd Hoffmann <kraxel@redhat.com> 2307S: Maintained 2308F: docs/interop/vhost-user-gpu.rst 2309F: contrib/vhost-user-gpu 2310F: hw/display/vhost-user-* 2311 2312Cirrus VGA 2313M: Gerd Hoffmann <kraxel@redhat.com> 2314S: Odd Fixes 2315W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2316F: hw/display/cirrus* 2317 2318EDID Generator 2319M: Gerd Hoffmann <kraxel@redhat.com> 2320S: Maintained 2321F: hw/display/edid* 2322F: include/hw/display/edid.h 2323F: qemu-edid.c 2324 2325PIIX4 South Bridge (i82371AB) 2326M: Hervé Poussineau <hpoussin@reactos.org> 2327M: Philippe Mathieu-Daudé <philmd@linaro.org> 2328S: Maintained 2329F: hw/isa/piix4.c 2330F: include/hw/southbridge/piix.h 2331 2332Firmware configuration (fw_cfg) 2333M: Philippe Mathieu-Daudé <philmd@linaro.org> 2334R: Gerd Hoffmann <kraxel@redhat.com> 2335S: Supported 2336F: docs/specs/fw_cfg.txt 2337F: hw/nvram/fw_cfg*.c 2338F: stubs/fw_cfg.c 2339F: include/hw/nvram/fw_cfg.h 2340F: include/standard-headers/linux/qemu_fw_cfg.h 2341F: tests/qtest/libqos/fw_cfg.c 2342F: tests/qtest/fw_cfg-test.c 2343T: git https://github.com/philmd/qemu.git fw_cfg-next 2344 2345XIVE 2346M: Cédric Le Goater <clg@kaod.org> 2347L: qemu-ppc@nongnu.org 2348S: Odd Fixes 2349F: hw/*/*xive* 2350F: include/hw/*/*xive* 2351F: docs/*/*xive* 2352 2353Renesas peripherals 2354R: Yoshinori Sato <ysato@users.sourceforge.jp> 2355R: Magnus Damm <magnus.damm@gmail.com> 2356S: Odd Fixes 2357F: hw/char/renesas_sci.c 2358F: hw/char/sh_serial.c 2359F: hw/timer/renesas_*.c 2360F: hw/timer/sh_timer.c 2361F: include/hw/char/renesas_sci.h 2362F: include/hw/sh4/sh.h 2363F: include/hw/timer/renesas_*.h 2364 2365Renesas RX peripherals 2366R: Yoshinori Sato <ysato@users.sourceforge.jp> 2367S: Orphan 2368F: hw/intc/rx_icu.c 2369F: hw/rx/ 2370F: include/hw/intc/rx_icu.h 2371F: include/hw/rx/ 2372 2373CAN bus subsystem and hardware 2374M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2375M: Vikram Garhwal <fnu.vikram@xilinx.com> 2376S: Maintained 2377W: https://canbus.pages.fel.cvut.cz/ 2378F: net/can/* 2379F: hw/net/can/* 2380F: include/net/can_*.h 2381 2382OpenPIC interrupt controller 2383M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2384S: Odd Fixes 2385F: hw/intc/openpic.c 2386F: include/hw/ppc/openpic.h 2387 2388MIPS CPS 2389M: Philippe Mathieu-Daudé <philmd@linaro.org> 2390S: Odd Fixes 2391F: hw/misc/mips_* 2392F: include/hw/misc/mips_* 2393 2394MIPS GIC 2395M: Philippe Mathieu-Daudé <philmd@linaro.org> 2396S: Odd Fixes 2397F: hw/intc/mips_gic.c 2398F: hw/timer/mips_gictimer.c 2399F: include/hw/intc/mips_gic.h 2400F: include/hw/timer/mips_gictimer.h 2401 2402S390 3270 device 2403M: Halil Pasic <pasic@linux.ibm.com> 2404M: Christian Borntraeger <borntraeger@linux.ibm.com> 2405S: Odd fixes 2406F: include/hw/s390x/3270-ccw.h 2407F: hw/char/terminal3270.c 2408F: hw/s390x/3270-ccw.c 2409L: qemu-s390x@nongnu.org 2410 2411S390 diag 288 watchdog 2412M: Halil Pasic <pasic@linux.ibm.com> 2413M: Christian Borntraeger <borntraeger@linux.ibm.com> 2414S: Supported 2415F: hw/watchdog/wdt_diag288.c 2416F: include/hw/watchdog/wdt_diag288.h 2417L: qemu-s390x@nongnu.org 2418 2419S390 storage key device 2420M: Halil Pasic <pasic@linux.ibm.com> 2421M: Christian Borntraeger <borntraeger@linux.ibm.com> 2422S: Supported 2423F: hw/s390x/storage-keys.h 2424F: hw/390x/s390-skeys*.c 2425L: qemu-s390x@nongnu.org 2426 2427S390 storage attribute device 2428M: Halil Pasic <pasic@linux.ibm.com> 2429M: Christian Borntraeger <borntraeger@linux.ibm.com> 2430S: Supported 2431F: hw/s390x/storage-attributes.h 2432F: hw/s390/s390-stattrib*.c 2433L: qemu-s390x@nongnu.org 2434 2435S390 floating interrupt controller 2436M: Halil Pasic <pasic@linux.ibm.com> 2437M: Christian Borntraeger <borntraeger@linux.ibm.com> 2438M: David Hildenbrand <david@redhat.com> 2439S: Supported 2440F: hw/intc/s390_flic*.c 2441F: include/hw/s390x/s390_flic.h 2442L: qemu-s390x@nongnu.org 2443 2444CanoKey 2445M: Hongren (Zenithal) Zheng <i@zenithal.me> 2446S: Maintained 2447R: Canokeys.org <contact@canokeys.org> 2448F: hw/usb/canokey.c 2449F: hw/usb/canokey.h 2450F: docs/system/devices/canokey.rst 2451 2452Subsystems 2453---------- 2454Overall Audio backends 2455M: Gerd Hoffmann <kraxel@redhat.com> 2456S: Odd Fixes 2457F: audio/ 2458X: audio/alsaaudio.c 2459X: audio/coreaudio.c 2460X: audio/dsound* 2461X: audio/jackaudio.c 2462X: audio/ossaudio.c 2463X: audio/paaudio.c 2464X: audio/sdlaudio.c 2465X: audio/sndioaudio.c 2466X: audio/spiceaudio.c 2467F: qapi/audio.json 2468 2469ALSA Audio backend 2470M: Gerd Hoffmann <kraxel@redhat.com> 2471R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2472S: Odd Fixes 2473F: audio/alsaaudio.c 2474 2475Core Audio framework backend 2476M: Gerd Hoffmann <kraxel@redhat.com> 2477M: Philippe Mathieu-Daudé <philmd@linaro.org> 2478R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2479R: Akihiko Odaki <akihiko.odaki@gmail.com> 2480S: Odd Fixes 2481F: audio/coreaudio.c 2482 2483DSound Audio backend 2484M: Gerd Hoffmann <kraxel@redhat.com> 2485S: Odd Fixes 2486F: audio/dsound* 2487 2488JACK Audio Connection Kit backend 2489M: Gerd Hoffmann <kraxel@redhat.com> 2490R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2491S: Odd Fixes 2492F: audio/jackaudio.c 2493 2494Open Sound System (OSS) Audio backend 2495M: Gerd Hoffmann <kraxel@redhat.com> 2496S: Odd Fixes 2497F: audio/ossaudio.c 2498 2499PulseAudio backend 2500M: Gerd Hoffmann <kraxel@redhat.com> 2501S: Odd Fixes 2502F: audio/paaudio.c 2503 2504SDL Audio backend 2505M: Gerd Hoffmann <kraxel@redhat.com> 2506R: Thomas Huth <huth@tuxfamily.org> 2507S: Odd Fixes 2508F: audio/sdlaudio.c 2509 2510Sndio Audio backend 2511M: Gerd Hoffmann <kraxel@redhat.com> 2512R: Alexandre Ratchov <alex@caoua.org> 2513S: Odd Fixes 2514F: audio/sndioaudio.c 2515 2516Block layer core 2517M: Kevin Wolf <kwolf@redhat.com> 2518M: Hanna Reitz <hreitz@redhat.com> 2519L: qemu-block@nongnu.org 2520S: Supported 2521F: block* 2522F: block/ 2523F: hw/block/ 2524F: qapi/block*.json 2525F: qapi/transaction.json 2526F: include/block/ 2527F: include/sysemu/block-*.h 2528F: qemu-img* 2529F: docs/tools/qemu-img.rst 2530F: qemu-io* 2531F: tests/qemu-iotests/ 2532F: util/qemu-progress.c 2533F: qobject/block-qdict.c 2534F: tests/unit/check-block-qdict.c 2535T: git https://repo.or.cz/qemu/kevin.git block 2536 2537Storage daemon 2538M: Kevin Wolf <kwolf@redhat.com> 2539L: qemu-block@nongnu.org 2540S: Supported 2541F: storage-daemon/ 2542F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2543F: docs/tools/qemu-storage-daemon.rst 2544T: git https://repo.or.cz/qemu/kevin.git block 2545 2546Block I/O path 2547M: Stefan Hajnoczi <stefanha@redhat.com> 2548M: Fam Zheng <fam@euphon.net> 2549L: qemu-block@nongnu.org 2550S: Supported 2551F: util/async.c 2552F: util/aio-*.c 2553F: util/aio-*.h 2554F: util/fdmon-*.c 2555F: block/io.c 2556F: migration/block* 2557F: include/block/aio.h 2558F: include/block/aio-wait.h 2559F: scripts/qemugdb/aio.py 2560F: tests/unit/test-fdmon-epoll.c 2561T: git https://github.com/stefanha/qemu.git block 2562 2563Block SCSI subsystem 2564M: Paolo Bonzini <pbonzini@redhat.com> 2565R: Fam Zheng <fam@euphon.net> 2566L: qemu-block@nongnu.org 2567S: Supported 2568F: include/scsi/* 2569F: scsi/* 2570 2571Block Jobs 2572M: John Snow <jsnow@redhat.com> 2573M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2574L: qemu-block@nongnu.org 2575S: Supported 2576F: blockjob.c 2577F: include/block/blockjob.h 2578F: job.c 2579F: job-qmp.c 2580F: include/qemu/job.h 2581F: block/backup.c 2582F: block/commit.c 2583F: block/stream.c 2584F: block/mirror.c 2585F: qapi/job.json 2586F: block/block-copy.c 2587F: include/block/block-copy.h 2588F: block/reqlist.c 2589F: include/block/reqlist.h 2590F: block/copy-before-write.h 2591F: block/copy-before-write.c 2592F: block/snapshot-access.c 2593F: include/block/aio_task.h 2594F: block/aio_task.c 2595F: util/qemu-co-shared-resource.c 2596F: include/qemu/co-shared-resource.h 2597T: git https://gitlab.com/jsnow/qemu.git jobs 2598T: git https://gitlab.com/vsementsov/qemu.git block 2599 2600Compute Express Link 2601M: Ben Widawsky <ben.widawsky@intel.com> 2602M: Jonathan Cameron <jonathan.cameron@huawei.com> 2603S: Supported 2604F: hw/cxl/ 2605F: hw/mem/cxl_type3.c 2606F: include/hw/cxl/ 2607 2608Dirty Bitmaps 2609M: Eric Blake <eblake@redhat.com> 2610M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2611R: John Snow <jsnow@redhat.com> 2612L: qemu-block@nongnu.org 2613S: Supported 2614F: include/qemu/hbitmap.h 2615F: include/block/dirty-bitmap.h 2616F: block/monitor/bitmap-qmp-cmds.c 2617F: block/dirty-bitmap.c 2618F: block/qcow2-bitmap.c 2619F: migration/block-dirty-bitmap.c 2620F: util/hbitmap.c 2621F: tests/unit/test-hbitmap.c 2622F: docs/interop/bitmaps.rst 2623T: git https://repo.or.cz/qemu/ericb.git bitmaps 2624T: git https://gitlab.com/vsementsov/qemu.git block 2625 2626Character device backends 2627M: Marc-André Lureau <marcandre.lureau@redhat.com> 2628R: Paolo Bonzini <pbonzini@redhat.com> 2629S: Maintained 2630F: chardev/ 2631F: include/chardev/ 2632F: qapi/char.json 2633 2634Character Devices (Braille) 2635M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2636S: Maintained 2637F: chardev/baum.c 2638 2639Command line option argument parsing 2640M: Markus Armbruster <armbru@redhat.com> 2641S: Supported 2642F: include/qemu/option.h 2643F: tests/unit/test-keyval.c 2644F: tests/unit/test-qemu-opts.c 2645F: util/keyval.c 2646F: util/qemu-option.c 2647 2648Coverity model 2649M: Markus Armbruster <armbru@redhat.com> 2650S: Supported 2651F: scripts/coverity-model.c 2652 2653Coverity Scan integration 2654M: Peter Maydell <peter.maydell@linaro.org> 2655S: Maintained 2656F: scripts/coverity-scan/ 2657 2658Device Tree 2659M: Alistair Francis <alistair.francis@wdc.com> 2660R: David Gibson <david@gibson.dropbear.id.au> 2661S: Maintained 2662F: softmmu/device_tree.c 2663F: include/sysemu/device_tree.h 2664 2665Dump 2666S: Supported 2667M: Marc-André Lureau <marcandre.lureau@redhat.com> 2668F: dump/ 2669F: hw/misc/vmcoreinfo.c 2670F: include/hw/misc/vmcoreinfo.h 2671F: include/qemu/win_dump_defs 2672F: include/sysemu/dump-arch.h 2673F: include/sysemu/dump.h 2674F: qapi/dump.json 2675F: scripts/dump-guest-memory.py 2676F: stubs/dump.c 2677 2678Error reporting 2679M: Markus Armbruster <armbru@redhat.com> 2680S: Supported 2681F: include/qapi/error.h 2682F: include/qemu/error-report.h 2683F: qapi/error.json 2684F: util/error.c 2685F: util/qemu-error.c 2686F: scripts/coccinelle/err-bad-newline.cocci 2687F: scripts/coccinelle/error-use-after-free.cocci 2688F: scripts/coccinelle/error_propagate_null.cocci 2689F: scripts/coccinelle/remove_local_err.cocci 2690F: scripts/coccinelle/use-error_fatal.cocci 2691F: scripts/coccinelle/errp-guard.cocci 2692 2693GDB stub 2694M: Alex Bennée <alex.bennee@linaro.org> 2695R: Philippe Mathieu-Daudé <philmd@linaro.org> 2696S: Maintained 2697F: gdbstub/* 2698F: include/exec/gdbstub.h 2699F: gdb-xml/ 2700F: tests/tcg/multiarch/gdbstub/ 2701F: scripts/feature_to_c.sh 2702 2703Memory API 2704M: Paolo Bonzini <pbonzini@redhat.com> 2705M: Peter Xu <peterx@redhat.com> 2706M: David Hildenbrand <david@redhat.com> 2707R: Philippe Mathieu-Daudé <philmd@linaro.org> 2708S: Supported 2709F: include/exec/ioport.h 2710F: include/exec/memop.h 2711F: include/exec/memory.h 2712F: include/exec/ram_addr.h 2713F: include/exec/ramblock.h 2714F: include/sysemu/memory_mapping.h 2715F: softmmu/dma-helpers.c 2716F: softmmu/ioport.c 2717F: softmmu/memory.c 2718F: softmmu/memory_mapping.c 2719F: softmmu/physmem.c 2720F: include/exec/memory-internal.h 2721F: scripts/coccinelle/memory-region-housekeeping.cocci 2722 2723Memory devices 2724M: David Hildenbrand <david@redhat.com> 2725M: Igor Mammedov <imammedo@redhat.com> 2726R: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 2727S: Supported 2728F: hw/mem/memory-device.c 2729F: hw/mem/nvdimm.c 2730F: hw/mem/pc-dimm.c 2731F: include/hw/mem/memory-device.h 2732F: include/hw/mem/nvdimm.h 2733F: include/hw/mem/pc-dimm.h 2734F: docs/nvdimm.txt 2735 2736SPICE 2737M: Gerd Hoffmann <kraxel@redhat.com> 2738S: Odd Fixes 2739F: include/ui/qemu-spice.h 2740F: include/ui/spice-display.h 2741F: ui/spice-*.c 2742F: audio/spiceaudio.c 2743F: hw/display/qxl* 2744F: qapi/ui.json 2745F: docs/spice-port-fqdn.txt 2746 2747Graphics 2748M: Gerd Hoffmann <kraxel@redhat.com> 2749S: Odd Fixes 2750F: ui/ 2751F: include/ui/ 2752F: qapi/ui.json 2753F: util/drm.c 2754 2755Cocoa graphics 2756M: Peter Maydell <peter.maydell@linaro.org> 2757M: Philippe Mathieu-Daudé <philmd@linaro.org> 2758R: Akihiko Odaki <akihiko.odaki@gmail.com> 2759S: Odd Fixes 2760F: ui/cocoa.m 2761 2762Main loop 2763M: Paolo Bonzini <pbonzini@redhat.com> 2764S: Maintained 2765F: include/exec/gen-icount.h 2766F: include/qemu/main-loop.h 2767F: include/sysemu/runstate.h 2768F: include/sysemu/runstate-action.h 2769F: util/main-loop.c 2770F: util/qemu-timer.c 2771F: softmmu/vl.c 2772F: softmmu/main.c 2773F: softmmu/cpus.c 2774F: softmmu/cpu-throttle.c 2775F: softmmu/cpu-timers.c 2776F: softmmu/icount.c 2777F: softmmu/runstate-action.c 2778F: softmmu/runstate.c 2779F: qapi/run-state.json 2780 2781Read, Copy, Update (RCU) 2782M: Paolo Bonzini <pbonzini@redhat.com> 2783S: Maintained 2784F: include/qemu/rcu*.h 2785F: tests/unit/rcutorture.c 2786F: tests/unit/test-rcu-*.c 2787F: util/rcu.c 2788 2789Human Monitor (HMP) 2790M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2791S: Maintained 2792F: monitor/monitor-internal.h 2793F: monitor/misc.c 2794F: monitor/monitor.c 2795F: monitor/hmp* 2796F: hmp.h 2797F: hmp-commands*.hx 2798F: include/monitor/hmp-target.h 2799F: tests/qtest/test-hmp.c 2800F: include/qemu/qemu-print.h 2801F: util/qemu-print.c 2802 2803Network device backends 2804M: Jason Wang <jasowang@redhat.com> 2805S: Maintained 2806F: net/ 2807F: include/net/ 2808F: qemu-bridge-helper.c 2809T: git https://github.com/jasowang/qemu.git net 2810F: qapi/net.json 2811 2812Netmap network backend 2813M: Luigi Rizzo <rizzo@iet.unipi.it> 2814M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2815M: Vincenzo Maffione <v.maffione@gmail.com> 2816W: http://info.iet.unipi.it/~luigi/netmap/ 2817S: Maintained 2818F: net/netmap.c 2819 2820Host Memory Backends 2821M: David Hildenbrand <david@redhat.com> 2822M: Igor Mammedov <imammedo@redhat.com> 2823S: Maintained 2824F: backends/hostmem*.c 2825F: include/sysemu/hostmem.h 2826T: git https://gitlab.com/ehabkost/qemu.git machine-next 2827 2828Cryptodev Backends 2829M: Gonglei <arei.gonglei@huawei.com> 2830S: Maintained 2831F: include/sysemu/cryptodev*.h 2832F: backends/cryptodev*.c 2833 2834Python library 2835M: John Snow <jsnow@redhat.com> 2836M: Cleber Rosa <crosa@redhat.com> 2837R: Beraldo Leal <bleal@redhat.com> 2838S: Maintained 2839F: python/ 2840T: git https://gitlab.com/jsnow/qemu.git python 2841 2842Python scripts 2843M: John Snow <jsnow@redhat.com> 2844M: Cleber Rosa <crosa@redhat.com> 2845S: Odd Fixes 2846F: scripts/*.py 2847F: tests/*.py 2848 2849Benchmark util 2850M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2851S: Maintained 2852F: scripts/simplebench/ 2853T: git https://gitlab.com/vsementsov/qemu.git simplebench 2854 2855Transactions helper 2856M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2857S: Maintained 2858F: include/qemu/transactions.h 2859F: util/transactions.c 2860T: git https://gitlab.com/vsementsov/qemu.git block 2861 2862QAPI 2863M: Markus Armbruster <armbru@redhat.com> 2864M: Michael Roth <michael.roth@amd.com> 2865S: Supported 2866F: qapi/ 2867X: qapi/*.json 2868F: include/qapi/ 2869X: include/qapi/qmp/ 2870F: include/qapi/qmp/dispatch.h 2871F: tests/qapi-schema/ 2872F: tests/unit/test-*-visitor.c 2873F: tests/unit/test-qapi-*.c 2874F: tests/unit/test-qmp-*.c 2875F: tests/unit/test-visitor-serialization.c 2876F: scripts/qapi-gen.py 2877F: scripts/qapi/* 2878F: docs/sphinx/qapidoc.py 2879F: docs/devel/qapi* 2880T: git https://repo.or.cz/qemu/armbru.git qapi-next 2881 2882QAPI Schema 2883M: Eric Blake <eblake@redhat.com> 2884M: Markus Armbruster <armbru@redhat.com> 2885S: Supported 2886F: qapi/*.json 2887T: git https://repo.or.cz/qemu/armbru.git qapi-next 2888 2889QObject 2890M: Markus Armbruster <armbru@redhat.com> 2891S: Supported 2892F: qobject/ 2893F: include/qapi/qmp/ 2894X: include/qapi/qmp/dispatch.h 2895F: scripts/coccinelle/qobject.cocci 2896F: tests/unit/check-qdict.c 2897F: tests/unit/check-qjson.c 2898F: tests/unit/check-qlist.c 2899F: tests/unit/check-qlit.c 2900F: tests/unit/check-qnull.c 2901F: tests/unit/check-qnum.c 2902F: tests/unit/check-qobject.c 2903F: tests/unit/check-qstring.c 2904F: tests/data/qobject/qdict.txt 2905T: git https://repo.or.cz/qemu/armbru.git qapi-next 2906 2907QEMU Guest Agent 2908M: Michael Roth <michael.roth@amd.com> 2909M: Konstantin Kostiuk <kkostiuk@redhat.com> 2910S: Maintained 2911F: qga/ 2912F: docs/interop/qemu-ga.rst 2913F: docs/interop/qemu-ga-ref.rst 2914F: scripts/qemu-guest-agent/ 2915F: tests/unit/test-qga.c 2916T: git https://github.com/mdroth/qemu.git qga 2917 2918QEMU Guest Agent Win32 2919M: Konstantin Kostiuk <kkostiuk@redhat.com> 2920S: Maintained 2921F: qga/*win32* 2922F: qga/vss-win32/ 2923F: qga/installer/ 2924T: git https://github.com/kostyanf14/qemu.git qga-win32 2925 2926QOM 2927M: Paolo Bonzini <pbonzini@redhat.com> 2928R: Daniel P. Berrange <berrange@redhat.com> 2929R: Eduardo Habkost <eduardo@habkost.net> 2930S: Supported 2931F: docs/qdev-device-use.txt 2932F: hw/core/qdev* 2933F: hw/core/bus.c 2934F: hw/core/sysbus.c 2935F: include/hw/qdev* 2936F: include/monitor/qdev.h 2937F: include/qom/ 2938F: qapi/qom.json 2939F: qapi/qdev.json 2940F: scripts/coccinelle/qom-parent-type.cocci 2941F: softmmu/qdev-monitor.c 2942F: stubs/qdev.c 2943F: qom/ 2944F: tests/unit/check-qom-interface.c 2945F: tests/unit/check-qom-proplist.c 2946F: tests/unit/test-qdev-global-props.c 2947 2948QOM boilerplate conversion script 2949M: Eduardo Habkost <eduardo@habkost.net> 2950S: Maintained 2951F: scripts/codeconverter/ 2952 2953QMP 2954M: Markus Armbruster <armbru@redhat.com> 2955S: Supported 2956F: monitor/monitor-internal.h 2957F: monitor/qmp* 2958F: monitor/misc.c 2959F: monitor/monitor.c 2960F: qapi/control.json 2961F: qapi/error.json 2962F: qapi/introspect.json 2963F: docs/devel/*qmp-* 2964F: docs/interop/*qmp-* 2965F: scripts/qmp/ 2966F: tests/qtest/qmp-test.c 2967F: tests/qtest/qmp-cmd-test.c 2968T: git https://repo.or.cz/qemu/armbru.git qapi-next 2969 2970qtest 2971M: Thomas Huth <thuth@redhat.com> 2972M: Laurent Vivier <lvivier@redhat.com> 2973R: Paolo Bonzini <pbonzini@redhat.com> 2974S: Maintained 2975F: softmmu/qtest.c 2976F: accel/qtest/ 2977F: tests/qtest/ 2978F: docs/devel/qgraph.rst 2979X: tests/qtest/bios-tables-test* 2980 2981Device Fuzzing 2982M: Alexander Bulekov <alxndr@bu.edu> 2983R: Paolo Bonzini <pbonzini@redhat.com> 2984R: Bandan Das <bsd@redhat.com> 2985R: Stefan Hajnoczi <stefanha@redhat.com> 2986R: Thomas Huth <thuth@redhat.com> 2987R: Darren Kenny <darren.kenny@oracle.com> 2988R: Qiuhao Li <Qiuhao.Li@outlook.com> 2989S: Maintained 2990F: tests/qtest/fuzz/ 2991F: tests/qtest/fuzz-*test.c 2992F: scripts/oss-fuzz/ 2993F: hw/mem/sparse-mem.c 2994F: docs/devel/fuzzing.rst 2995 2996Register API 2997M: Alistair Francis <alistair@alistair23.me> 2998S: Maintained 2999F: hw/core/register.c 3000F: include/hw/register.h 3001F: include/hw/registerfields.h 3002 3003SLIRP 3004M: Samuel Thibault <samuel.thibault@ens-lyon.org> 3005S: Maintained 3006F: net/slirp.c 3007F: include/net/slirp.h 3008T: git https://people.debian.org/~sthibault/qemu.git slirp 3009 3010Streams 3011M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 3012S: Maintained 3013F: hw/core/stream.c 3014F: include/hw/stream.h 3015 3016Stubs 3017M: Paolo Bonzini <pbonzini@redhat.com> 3018S: Maintained 3019F: stubs/ 3020 3021Tracing 3022M: Stefan Hajnoczi <stefanha@redhat.com> 3023S: Maintained 3024F: trace/ 3025F: trace-events 3026F: docs/qemu-option-trace.rst.inc 3027F: qapi/trace.json 3028F: scripts/tracetool.py 3029F: scripts/tracetool/ 3030F: scripts/qemu-trace-stap* 3031F: docs/tools/qemu-trace-stap.rst 3032F: docs/devel/tracing.rst 3033T: git https://github.com/stefanha/qemu.git tracing 3034 3035TPM 3036M: Stefan Berger <stefanb@linux.ibm.com> 3037S: Maintained 3038F: tpm.c 3039F: hw/tpm/* 3040F: include/hw/acpi/tpm.h 3041F: include/sysemu/tpm* 3042F: qapi/tpm.json 3043F: backends/tpm/ 3044F: tests/qtest/*tpm* 3045T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 3046 3047Checkpatch 3048S: Odd Fixes 3049F: scripts/checkpatch.pl 3050 3051Migration 3052M: Juan Quintela <quintela@redhat.com> 3053M: Dr. David Alan Gilbert <dgilbert@redhat.com> 3054S: Maintained 3055F: hw/core/vmstate-if.c 3056F: include/hw/vmstate-if.h 3057F: include/migration/ 3058F: migration/ 3059F: scripts/vmstate-static-checker.py 3060F: tests/vmstate-static-checker-data/ 3061F: tests/qtest/migration-test.c 3062F: docs/devel/migration.rst 3063F: qapi/migration.json 3064F: tests/migration/ 3065 3066D-Bus 3067M: Marc-André Lureau <marcandre.lureau@redhat.com> 3068S: Maintained 3069F: backends/dbus-vmstate.c 3070F: ui/dbus* 3071F: audio/dbus* 3072F: util/dbus.c 3073F: include/ui/dbus* 3074F: include/qemu/dbus.h 3075F: docs/interop/dbus* 3076F: docs/sphinx/dbus* 3077F: docs/sphinx/fakedbusdoc.py 3078F: tests/qtest/dbus* 3079 3080Seccomp 3081M: Daniel P. Berrange <berrange@redhat.com> 3082S: Odd Fixes 3083F: softmmu/qemu-seccomp.c 3084F: include/sysemu/seccomp.h 3085F: tests/unit/test-seccomp.c 3086 3087Cryptography 3088M: Daniel P. Berrange <berrange@redhat.com> 3089S: Maintained 3090F: crypto/ 3091F: include/crypto/ 3092F: qapi/crypto.json 3093F: tests/unit/test-crypto-* 3094F: tests/bench/benchmark-crypto-* 3095F: tests/unit/crypto-tls-* 3096F: tests/unit/pkix_asn1_tab.c 3097F: qemu.sasl 3098 3099Coroutines 3100M: Stefan Hajnoczi <stefanha@redhat.com> 3101M: Kevin Wolf <kwolf@redhat.com> 3102S: Maintained 3103F: util/*coroutine* 3104F: include/qemu/coroutine* 3105F: tests/unit/test-coroutine.c 3106 3107Buffers 3108M: Daniel P. Berrange <berrange@redhat.com> 3109S: Odd Fixes 3110F: util/buffer.c 3111F: include/qemu/buffer.h 3112 3113I/O Channels 3114M: Daniel P. Berrange <berrange@redhat.com> 3115S: Maintained 3116F: io/ 3117F: include/io/ 3118F: tests/unit/test-io-* 3119 3120User authorization 3121M: Daniel P. Berrange <berrange@redhat.com> 3122S: Maintained 3123F: authz/ 3124F: qapi/authz.json 3125F: include/authz/ 3126F: tests/unit/test-authz-* 3127 3128Sockets 3129M: Daniel P. Berrange <berrange@redhat.com> 3130S: Maintained 3131F: include/qemu/sockets.h 3132F: util/qemu-sockets.c 3133F: qapi/sockets.json 3134 3135File monitor 3136M: Daniel P. Berrange <berrange@redhat.com> 3137S: Odd Fixes 3138F: util/filemonitor*.c 3139F: include/qemu/filemonitor.h 3140F: tests/unit/test-util-filemonitor.c 3141 3142Throttling infrastructure 3143M: Alberto Garcia <berto@igalia.com> 3144S: Supported 3145F: block/throttle-groups.c 3146F: include/block/throttle-groups.h 3147F: include/qemu/throttle*.h 3148F: util/throttle.c 3149F: docs/throttle.txt 3150F: tests/unit/test-throttle.c 3151L: qemu-block@nongnu.org 3152 3153UUID 3154M: Fam Zheng <fam@euphon.net> 3155S: Supported 3156F: util/uuid.c 3157F: include/qemu/uuid.h 3158F: tests/unit/test-uuid.c 3159 3160Yank feature 3161M: Lukas Straub <lukasstraub2@web.de> 3162S: Odd fixes 3163F: util/yank.c 3164F: migration/yank_functions* 3165F: tests/unit/test-yank.c 3166F: include/qemu/yank.h 3167F: qapi/yank.json 3168 3169COLO Framework 3170M: Hailiang Zhang <zhanghailiang@xfusion.com> 3171S: Maintained 3172F: migration/colo* 3173F: include/migration/colo.h 3174F: include/migration/failover.h 3175F: docs/COLO-FT.txt 3176 3177COLO Proxy 3178M: Zhang Chen <chen.zhang@intel.com> 3179M: Li Zhijian <lizhijian@fujitsu.com> 3180S: Supported 3181F: docs/colo-proxy.txt 3182F: net/colo* 3183F: net/filter-rewriter.c 3184F: net/filter-mirror.c 3185F: tests/qtest/test-filter* 3186 3187Record/replay 3188M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 3189R: Paolo Bonzini <pbonzini@redhat.com> 3190W: https://wiki.qemu.org/Features/record-replay 3191S: Supported 3192F: replay/* 3193F: block/blkreplay.c 3194F: net/filter-replay.c 3195F: include/sysemu/replay.h 3196F: docs/replay.txt 3197F: stubs/replay.c 3198F: tests/avocado/replay_kernel.py 3199F: tests/avocado/replay_linux.py 3200F: tests/avocado/reverse_debugging.py 3201F: qapi/replay.json 3202 3203IOVA Tree 3204M: Peter Xu <peterx@redhat.com> 3205S: Maintained 3206F: include/qemu/iova-tree.h 3207F: util/iova-tree.c 3208 3209elf2dmp 3210M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 3211S: Maintained 3212F: contrib/elf2dmp/ 3213 3214I2C and SMBus 3215M: Corey Minyard <cminyard@mvista.com> 3216S: Maintained 3217F: hw/i2c/core.c 3218F: hw/i2c/smbus_slave.c 3219F: hw/i2c/smbus_master.c 3220F: hw/i2c/smbus_eeprom.c 3221F: include/hw/i2c/i2c.h 3222F: include/hw/i2c/smbus_master.h 3223F: include/hw/i2c/smbus_slave.h 3224F: include/hw/i2c/smbus_eeprom.h 3225 3226PMBus 3227M: Titus Rwantare <titusr@google.com> 3228S: Maintained 3229F: hw/i2c/pmbus_device.c 3230F: hw/sensor/adm1272.c 3231F: hw/sensor/isl_pmbus_vr.c 3232F: hw/sensor/max34451.c 3233F: include/hw/i2c/pmbus_device.h 3234F: include/hw/sensor/isl_pmbus_vr.h 3235F: tests/qtest/adm1272-test.c 3236F: tests/qtest/max34451-test.c 3237F: tests/qtest/isl_pmbus_vr-test.c 3238 3239Firmware schema specifications 3240M: Philippe Mathieu-Daudé <philmd@linaro.org> 3241R: Daniel P. Berrange <berrange@redhat.com> 3242R: Kashyap Chamarthy <kchamart@redhat.com> 3243S: Maintained 3244F: docs/interop/firmware.json 3245 3246EDK2 Firmware 3247M: Philippe Mathieu-Daudé <philmd@linaro.org> 3248M: Gerd Hoffmann <kraxel@redhat.com> 3249S: Supported 3250F: hw/i386/*ovmf* 3251F: pc-bios/descriptors/??-edk2-*.json 3252F: pc-bios/edk2-* 3253F: roms/Makefile.edk2 3254F: roms/edk2 3255F: roms/edk2-* 3256F: tests/data/uefi-boot-images/ 3257F: tests/uefi-test-tools/ 3258F: .gitlab-ci.d/edk2.yml 3259F: .gitlab-ci.d/edk2/ 3260 3261VT-d Emulation 3262M: Michael S. Tsirkin <mst@redhat.com> 3263M: Peter Xu <peterx@redhat.com> 3264R: Jason Wang <jasowang@redhat.com> 3265S: Supported 3266F: hw/i386/intel_iommu.c 3267F: hw/i386/intel_iommu_internal.h 3268F: include/hw/i386/intel_iommu.h 3269 3270OpenSBI Firmware 3271M: Bin Meng <bmeng.cn@gmail.com> 3272S: Supported 3273F: pc-bios/opensbi-* 3274F: .gitlab-ci.d/opensbi.yml 3275F: .gitlab-ci.d/opensbi/ 3276 3277Clock framework 3278M: Luc Michel <luc@lmichel.fr> 3279R: Damien Hedde <damien.hedde@greensocs.com> 3280S: Maintained 3281F: include/hw/clock.h 3282F: include/hw/qdev-clock.h 3283F: hw/core/clock.c 3284F: hw/core/clock-vmstate.c 3285F: hw/core/qdev-clock.c 3286F: docs/devel/clocks.rst 3287 3288Usermode Emulation 3289------------------ 3290Overall usermode emulation 3291M: Riku Voipio <riku.voipio@iki.fi> 3292S: Maintained 3293F: accel/tcg/user-exec*.c 3294F: include/user/ 3295F: common-user/ 3296 3297BSD user 3298M: Warner Losh <imp@bsdimp.com> 3299R: Kyle Evans <kevans@freebsd.org> 3300S: Maintained 3301F: bsd-user/ 3302F: configs/targets/*-bsd-user.mak 3303F: tests/vm/*bsd 3304T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 3305 3306Linux user 3307M: Laurent Vivier <laurent@vivier.eu> 3308S: Maintained 3309F: linux-user/ 3310F: configs/targets/*linux-user.mak 3311F: scripts/qemu-binfmt-conf.sh 3312F: scripts/update-syscalltbl.sh 3313F: scripts/update-mips-syscall-args.sh 3314F: scripts/gensyscalls.sh 3315 3316Tiny Code Generator (TCG) 3317------------------------- 3318Common TCG code 3319M: Richard Henderson <richard.henderson@linaro.org> 3320S: Maintained 3321F: tcg/ 3322F: include/tcg/ 3323 3324TCG Plugins 3325M: Alex Bennée <alex.bennee@linaro.org> 3326R: Alexandre Iooss <erdnaxe@crans.org> 3327R: Mahmoud Mandour <ma.mandourr@gmail.com> 3328S: Maintained 3329F: docs/devel/tcg-plugins.rst 3330F: plugins/ 3331F: tests/plugin/ 3332F: tests/avocado/tcg_plugins.py 3333F: contrib/plugins/ 3334 3335AArch64 TCG target 3336M: Richard Henderson <richard.henderson@linaro.org> 3337S: Maintained 3338L: qemu-arm@nongnu.org 3339F: tcg/aarch64/ 3340 3341ARM TCG target 3342M: Richard Henderson <richard.henderson@linaro.org> 3343S: Maintained 3344L: qemu-arm@nongnu.org 3345F: tcg/arm/ 3346 3347i386 TCG target 3348M: Richard Henderson <richard.henderson@linaro.org> 3349S: Maintained 3350F: tcg/i386/ 3351 3352LoongArch64 TCG target 3353M: WANG Xuerui <git@xen0n.name> 3354S: Maintained 3355F: tcg/loongarch64/ 3356 3357MIPS TCG target 3358M: Philippe Mathieu-Daudé <philmd@linaro.org> 3359R: Aurelien Jarno <aurelien@aurel32.net> 3360R: Huacai Chen <chenhuacai@kernel.org> 3361R: Jiaxun Yang <jiaxun.yang@flygoat.com> 3362R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3363S: Odd Fixes 3364F: tcg/mips/ 3365 3366PPC TCG target 3367M: Richard Henderson <richard.henderson@linaro.org> 3368S: Odd Fixes 3369F: tcg/ppc/ 3370 3371RISC-V TCG target 3372M: Palmer Dabbelt <palmer@dabbelt.com> 3373M: Alistair Francis <Alistair.Francis@wdc.com> 3374L: qemu-riscv@nongnu.org 3375S: Maintained 3376F: tcg/riscv/ 3377F: disas/riscv.c 3378 3379S390 TCG target 3380M: Richard Henderson <richard.henderson@linaro.org> 3381S: Maintained 3382F: tcg/s390/ 3383L: qemu-s390x@nongnu.org 3384 3385SPARC TCG target 3386S: Odd Fixes 3387F: tcg/sparc64/ 3388F: disas/sparc.c 3389 3390TCI TCG target 3391M: Stefan Weil <sw@weilnetz.de> 3392S: Maintained 3393F: tcg/tci/ 3394F: tcg/tci.c 3395F: disas/tci.c 3396 3397Block drivers 3398------------- 3399VMDK 3400M: Fam Zheng <fam@euphon.net> 3401L: qemu-block@nongnu.org 3402S: Supported 3403F: block/vmdk.c 3404 3405RBD 3406M: Ilya Dryomov <idryomov@gmail.com> 3407R: Peter Lieven <pl@kamp.de> 3408L: qemu-block@nongnu.org 3409S: Supported 3410F: block/rbd.c 3411 3412VHDX 3413M: Jeff Cody <codyprime@gmail.com> 3414L: qemu-block@nongnu.org 3415S: Supported 3416F: block/vhdx* 3417 3418VDI 3419M: Stefan Weil <sw@weilnetz.de> 3420L: qemu-block@nongnu.org 3421S: Maintained 3422F: block/vdi.c 3423 3424blkio 3425M: Stefan Hajnoczi <stefanha@redhat.com> 3426L: qemu-block@nongnu.org 3427S: Maintained 3428F: block/blkio.c 3429 3430iSCSI 3431M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3432M: Paolo Bonzini <pbonzini@redhat.com> 3433M: Peter Lieven <pl@kamp.de> 3434L: qemu-block@nongnu.org 3435S: Odd Fixes 3436F: block/iscsi.c 3437F: block/iscsi-opts.c 3438 3439Network Block Device (NBD) 3440M: Eric Blake <eblake@redhat.com> 3441M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3442L: qemu-block@nongnu.org 3443S: Maintained 3444F: block/nbd* 3445F: nbd/ 3446F: include/block/nbd* 3447F: qemu-nbd.* 3448F: blockdev-nbd.c 3449F: docs/interop/nbd.txt 3450F: docs/tools/qemu-nbd.rst 3451F: tests/qemu-iotests/tests/*nbd* 3452T: git https://repo.or.cz/qemu/ericb.git nbd 3453T: git https://gitlab.com/vsementsov/qemu.git block 3454 3455NFS 3456M: Peter Lieven <pl@kamp.de> 3457L: qemu-block@nongnu.org 3458S: Maintained 3459F: block/nfs.c 3460 3461SSH 3462M: Richard W.M. Jones <rjones@redhat.com> 3463L: qemu-block@nongnu.org 3464S: Supported 3465F: block/ssh.c 3466 3467CURL 3468L: qemu-block@nongnu.org 3469S: Odd Fixes 3470F: block/curl.c 3471 3472GLUSTER 3473L: qemu-block@nongnu.org 3474L: integration@gluster.org 3475S: Odd Fixes 3476F: block/gluster.c 3477 3478Null Block Driver 3479M: Fam Zheng <fam@euphon.net> 3480L: qemu-block@nongnu.org 3481S: Supported 3482F: block/null.c 3483 3484NVMe Block Driver 3485M: Stefan Hajnoczi <stefanha@redhat.com> 3486R: Fam Zheng <fam@euphon.net> 3487R: Philippe Mathieu-Daudé <philmd@linaro.org> 3488L: qemu-block@nongnu.org 3489S: Supported 3490F: block/nvme* 3491F: include/block/nvme.h 3492T: git https://github.com/stefanha/qemu.git block 3493 3494Bootdevice 3495M: Gonglei <arei.gonglei@huawei.com> 3496S: Maintained 3497F: softmmu/bootdevice.c 3498 3499Quorum 3500M: Alberto Garcia <berto@igalia.com> 3501S: Supported 3502F: block/quorum.c 3503L: qemu-block@nongnu.org 3504 3505blklogwrites 3506M: Ari Sundholm <ari@tuxera.com> 3507L: qemu-block@nongnu.org 3508S: Supported 3509F: block/blklogwrites.c 3510 3511blkverify 3512M: Stefan Hajnoczi <stefanha@redhat.com> 3513L: qemu-block@nongnu.org 3514S: Supported 3515F: block/blkverify.c 3516 3517bochs 3518M: Stefan Hajnoczi <stefanha@redhat.com> 3519L: qemu-block@nongnu.org 3520S: Supported 3521F: block/bochs.c 3522 3523cloop 3524M: Stefan Hajnoczi <stefanha@redhat.com> 3525L: qemu-block@nongnu.org 3526S: Supported 3527F: block/cloop.c 3528 3529dmg 3530M: Stefan Hajnoczi <stefanha@redhat.com> 3531L: qemu-block@nongnu.org 3532S: Supported 3533F: block/dmg.c 3534 3535parallels 3536M: Stefan Hajnoczi <stefanha@redhat.com> 3537M: Denis V. Lunev <den@openvz.org> 3538M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3539L: qemu-block@nongnu.org 3540S: Supported 3541F: block/parallels.c 3542F: block/parallels-ext.c 3543F: docs/interop/parallels.txt 3544T: git https://gitlab.com/vsementsov/qemu.git block 3545 3546qed 3547M: Stefan Hajnoczi <stefanha@redhat.com> 3548L: qemu-block@nongnu.org 3549S: Supported 3550F: block/qed.c 3551 3552raw 3553M: Kevin Wolf <kwolf@redhat.com> 3554L: qemu-block@nongnu.org 3555S: Supported 3556F: block/linux-aio.c 3557F: include/block/raw-aio.h 3558F: block/raw-format.c 3559F: block/file-posix.c 3560F: block/file-win32.c 3561F: block/win32-aio.c 3562 3563Linux io_uring 3564M: Aarushi Mehta <mehta.aaru20@gmail.com> 3565M: Julia Suvorova <jusual@redhat.com> 3566M: Stefan Hajnoczi <stefanha@redhat.com> 3567R: Stefano Garzarella <sgarzare@redhat.com> 3568L: qemu-block@nongnu.org 3569S: Maintained 3570F: block/io_uring.c 3571F: stubs/io_uring.c 3572 3573qcow2 3574M: Kevin Wolf <kwolf@redhat.com> 3575M: Hanna Reitz <hreitz@redhat.com> 3576L: qemu-block@nongnu.org 3577S: Supported 3578F: block/qcow2* 3579F: docs/interop/qcow2.txt 3580 3581qcow 3582M: Kevin Wolf <kwolf@redhat.com> 3583L: qemu-block@nongnu.org 3584S: Supported 3585F: block/qcow.c 3586 3587blkdebug 3588M: Kevin Wolf <kwolf@redhat.com> 3589M: Hanna Reitz <hreitz@redhat.com> 3590L: qemu-block@nongnu.org 3591S: Supported 3592F: block/blkdebug.c 3593 3594vpc 3595M: Kevin Wolf <kwolf@redhat.com> 3596L: qemu-block@nongnu.org 3597S: Supported 3598F: block/vpc.c 3599 3600vvfat 3601M: Kevin Wolf <kwolf@redhat.com> 3602L: qemu-block@nongnu.org 3603S: Odd Fixes 3604F: block/vvfat.c 3605 3606Image format fuzzer 3607M: Stefan Hajnoczi <stefanha@redhat.com> 3608L: qemu-block@nongnu.org 3609S: Supported 3610F: tests/image-fuzzer/ 3611 3612Vhost-user block device backend server 3613M: Coiby Xu <Coiby.Xu@gmail.com> 3614S: Maintained 3615F: block/export/vhost-user-blk-server.c 3616F: block/export/vhost-user-blk-server.h 3617F: block/export/virtio-blk-handler.c 3618F: block/export/virtio-blk-handler.h 3619F: include/qemu/vhost-user-server.h 3620F: tests/qtest/libqos/vhost-user-blk.c 3621F: tests/qtest/libqos/vhost-user-blk.h 3622F: tests/qtest/vhost-user-blk-test.c 3623F: util/vhost-user-server.c 3624 3625FUSE block device exports 3626M: Hanna Reitz <hreitz@redhat.com> 3627L: qemu-block@nongnu.org 3628S: Supported 3629F: block/export/fuse.c 3630 3631VDUSE library and block device exports 3632M: Xie Yongji <xieyongji@bytedance.com> 3633S: Maintained 3634F: subprojects/libvduse/ 3635F: block/export/vduse-blk.c 3636F: block/export/vduse-blk.h 3637 3638Replication 3639M: Wen Congyang <wencongyang2@huawei.com> 3640M: Xie Changlong <xiechanglong.d@gmail.com> 3641S: Supported 3642F: replication* 3643F: block/replication.c 3644F: tests/unit/test-replication.c 3645F: docs/block-replication.txt 3646 3647PVRDMA 3648M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3649M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3650S: Maintained 3651F: hw/rdma/* 3652F: hw/rdma/vmw/* 3653F: docs/pvrdma.txt 3654F: contrib/rdmacm-mux/* 3655F: qapi/rdma.json 3656 3657Semihosting 3658M: Alex Bennée <alex.bennee@linaro.org> 3659S: Maintained 3660F: semihosting/ 3661F: include/semihosting/ 3662F: tests/tcg/multiarch/arm-compat-semi/ 3663F: tests/tcg/aarch64/system/semiheap.c 3664 3665Multi-process QEMU 3666M: Elena Ufimtseva <elena.ufimtseva@oracle.com> 3667M: Jagannathan Raman <jag.raman@oracle.com> 3668M: John G Johnson <john.g.johnson@oracle.com> 3669S: Maintained 3670F: docs/devel/multi-process.rst 3671F: docs/system/multi-process.rst 3672F: hw/pci-host/remote.c 3673F: include/hw/pci-host/remote.h 3674F: hw/remote/machine.c 3675F: include/hw/remote/machine.h 3676F: hw/remote/mpqemu-link.c 3677F: include/hw/remote/mpqemu-link.h 3678F: hw/remote/message.c 3679F: hw/remote/remote-obj.c 3680F: include/hw/remote/memory.h 3681F: hw/remote/memory.c 3682F: hw/remote/proxy.c 3683F: include/hw/remote/proxy.h 3684F: hw/remote/proxy-memory-listener.c 3685F: include/hw/remote/proxy-memory-listener.h 3686F: hw/remote/iohub.c 3687F: include/hw/remote/iohub.h 3688F: subprojects/libvfio-user 3689F: hw/remote/vfio-user-obj.c 3690F: include/hw/remote/vfio-user-obj.h 3691F: hw/remote/iommu.c 3692F: include/hw/remote/iommu.h 3693 3694EBPF: 3695M: Jason Wang <jasowang@redhat.com> 3696R: Andrew Melnychenko <andrew@daynix.com> 3697R: Yuri Benditovich <yuri.benditovich@daynix.com> 3698S: Maintained 3699F: ebpf/* 3700F: tools/ebpf/* 3701 3702Build and test automation 3703------------------------- 3704Build and test automation, general continuous integration 3705M: Alex Bennée <alex.bennee@linaro.org> 3706M: Philippe Mathieu-Daudé <philmd@linaro.org> 3707M: Thomas Huth <thuth@redhat.com> 3708R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3709R: Beraldo Leal <bleal@redhat.com> 3710S: Maintained 3711F: .github/workflows/lockdown.yml 3712F: .gitlab-ci.yml 3713F: .gitlab-ci.d/ 3714F: .travis.yml 3715F: scripts/ci/ 3716F: tests/docker/ 3717F: tests/vm/ 3718F: tests/lcitool/ 3719F: scripts/archive-source.sh 3720W: https://gitlab.com/qemu-project/qemu/pipelines 3721W: https://travis-ci.org/qemu/qemu 3722 3723FreeBSD Hosted Continuous Integration 3724M: Ed Maste <emaste@freebsd.org> 3725M: Li-Wen Hsu <lwhsu@freebsd.org> 3726S: Maintained 3727F: .gitlab-ci.d/cirrus/freebsd* 3728F: tests/vm/freebsd 3729W: https://cirrus-ci.com/github/qemu/qemu 3730 3731Windows Hosted Continuous Integration 3732M: Yonggang Luo <luoyonggang@gmail.com> 3733S: Maintained 3734F: .cirrus.yml 3735W: https://cirrus-ci.com/github/qemu/qemu 3736 3737Guest Test Compilation Support 3738M: Alex Bennée <alex.bennee@linaro.org> 3739R: Philippe Mathieu-Daudé <philmd@linaro.org> 3740S: Maintained 3741F: tests/tcg/Makefile.target 3742 3743Integration Testing with the Avocado framework 3744W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3745R: Cleber Rosa <crosa@redhat.com> 3746R: Philippe Mathieu-Daudé <philmd@linaro.org> 3747R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3748R: Beraldo Leal <bleal@redhat.com> 3749S: Odd Fixes 3750F: tests/avocado/ 3751 3752GitLab custom runner (Works On Arm Sponsored) 3753M: Alex Bennée <alex.bennee@linaro.org> 3754M: Philippe Mathieu-Daudé <philmd@linaro.org> 3755S: Maintained 3756F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml 3757F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml 3758 3759Documentation 3760------------- 3761Build system architecture 3762M: Daniel P. Berrange <berrange@redhat.com> 3763S: Odd Fixes 3764F: docs/devel/build-system.rst 3765 3766GIT Data Mining Config 3767M: Alex Bennée <alex.bennee@linaro.org> 3768S: Odd Fixes 3769F: gitdm.config 3770F: contrib/gitdm/* 3771 3772Incompatible changes 3773R: libvir-list@redhat.com 3774F: docs/about/deprecated.rst 3775 3776Build System 3777------------ 3778Meson 3779M: Paolo Bonzini <pbonzini@redhat.com> 3780R: Marc-André Lureau <marcandre.lureau@redhat.com> 3781R: Daniel P. Berrange <berrange@redhat.com> 3782R: Thomas Huth <thuth@redhat.com> 3783R: Philippe Mathieu-Daudé <philmd@linaro.org> 3784S: Maintained 3785F: meson.build 3786F: meson_options.txt 3787F: scripts/meson-buildoptions.* 3788F: scripts/check_sparse.py 3789F: scripts/symlink-install-tree.py 3790 3791Top Level Makefile and configure 3792M: Paolo Bonzini <pbonzini@redhat.com> 3793R: Alex Bennée <alex.bennee@linaro.org> 3794R: Thomas Huth <thuth@redhat.com> 3795S: Maintained 3796F: Makefile 3797F: configure 3798F: scripts/mtest2make.py 3799F: tests/Makefile.include 3800 3801GIT submodules 3802M: Daniel P. Berrange <berrange@redhat.com> 3803S: Odd Fixes 3804F: scripts/git-submodule.sh 3805 3806UI translations 3807S: Orphan 3808F: po/*.po 3809 3810Sphinx documentation configuration and build machinery 3811M: Peter Maydell <peter.maydell@linaro.org> 3812S: Maintained 3813F: docs/conf.py 3814F: docs/*/conf.py 3815F: docs/sphinx/ 3816F: docs/_templates/ 3817 3818Miscellaneous 3819------------- 3820Performance Tools and Tests 3821M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3822S: Maintained 3823F: scripts/performance/ 3824