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