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: hw/misc/stm32l4x5_exti.c 1134F: hw/misc/stm32l4x5_syscfg.c 1135F: hw/misc/stm32l4x5_rcc.c 1136F: hw/gpio/stm32l4x5_gpio.c 1137F: include/hw/*/stm32l4x5_*.h 1138 1139B-L475E-IOT01A IoT Node 1140M: Arnaud Minier <arnaud.minier@telecom-paris.fr> 1141M: Inès Varhol <ines.varhol@telecom-paris.fr> 1142L: qemu-arm@nongnu.org 1143S: Maintained 1144F: hw/arm/b-l475e-iot01a.c 1145 1146SmartFusion2 1147M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1148M: Peter Maydell <peter.maydell@linaro.org> 1149L: qemu-arm@nongnu.org 1150S: Maintained 1151F: hw/arm/msf2-soc.c 1152F: hw/misc/msf2-sysreg.c 1153F: hw/timer/mss-timer.c 1154F: hw/ssi/mss-spi.c 1155F: include/hw/arm/msf2-soc.h 1156F: include/hw/misc/msf2-sysreg.h 1157F: include/hw/timer/mss-timer.h 1158F: include/hw/ssi/mss-spi.h 1159F: hw/net/msf2-emac.c 1160F: include/hw/net/msf2-emac.h 1161 1162Emcraft M2S-FG484 1163M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1164M: Peter Maydell <peter.maydell@linaro.org> 1165L: qemu-arm@nongnu.org 1166S: Maintained 1167F: hw/arm/msf2-som.c 1168F: docs/system/arm/emcraft-sf2.rst 1169 1170ASPEED BMCs 1171M: Cédric Le Goater <clg@kaod.org> 1172M: Peter Maydell <peter.maydell@linaro.org> 1173R: Andrew Jeffery <andrew@codeconstruct.com.au> 1174R: Joel Stanley <joel@jms.id.au> 1175L: qemu-arm@nongnu.org 1176S: Maintained 1177F: hw/*/*aspeed* 1178F: include/hw/*/*aspeed* 1179F: hw/net/ftgmac100.c 1180F: include/hw/net/ftgmac100.h 1181F: docs/system/arm/aspeed.rst 1182F: tests/*/*aspeed* 1183F: hw/arm/fby35.c 1184 1185NRF51 1186M: Joel Stanley <joel@jms.id.au> 1187M: Peter Maydell <peter.maydell@linaro.org> 1188L: qemu-arm@nongnu.org 1189S: Maintained 1190F: hw/*/nrf51*.c 1191F: hw/*/microbit*.c 1192F: include/hw/*/nrf51*.h 1193F: include/hw/*/microbit*.h 1194F: tests/qtest/microbit-test.c 1195F: docs/system/arm/nrf.rst 1196 1197AVR Machines 1198------------- 1199 1200AVR MCUs 1201M: Michael Rolnik <mrolnik@gmail.com> 1202S: Maintained 1203F: configs/devices/avr-softmmu/default.mak 1204F: hw/avr/ 1205F: include/hw/char/avr_usart.h 1206F: hw/char/avr_usart.c 1207F: include/hw/timer/avr_timer16.h 1208F: hw/timer/avr_timer16.c 1209F: include/hw/misc/avr_power.h 1210F: hw/misc/avr_power.c 1211 1212Arduino 1213M: Philippe Mathieu-Daudé <philmd@linaro.org> 1214S: Maintained 1215F: hw/avr/arduino.c 1216 1217CRIS Machines 1218------------- 1219Axis Dev88 1220M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1221S: Maintained 1222F: hw/cris/axis_dev88.c 1223F: hw/*/etraxfs_*.c 1224 1225HP-PARISC Machines 1226------------------ 1227HP B160L, HP C3700 1228M: Richard Henderson <richard.henderson@linaro.org> 1229R: Helge Deller <deller@gmx.de> 1230S: Odd Fixes 1231F: configs/devices/hppa-softmmu/default.mak 1232F: hw/display/artist.c 1233F: hw/hppa/ 1234F: hw/input/lasips2.c 1235F: hw/net/*i82596* 1236F: hw/misc/lasi.c 1237F: hw/pci-host/astro.c 1238F: hw/pci-host/dino.c 1239F: include/hw/input/lasips2.h 1240F: include/hw/misc/lasi.h 1241F: include/hw/net/lasi_82596.h 1242F: include/hw/pci-host/astro.h 1243F: include/hw/pci-host/dino.h 1244F: pc-bios/hppa-firmware.img 1245F: roms/seabios-hppa/ 1246 1247LoongArch Machines 1248------------------ 1249Virt 1250M: Song Gao <gaosong@loongson.cn> 1251S: Maintained 1252F: docs/system/loongarch/virt.rst 1253F: configs/targets/loongarch64-softmmu.mak 1254F: configs/devices/loongarch64-softmmu/default.mak 1255F: hw/loongarch/ 1256F: include/hw/loongarch/virt.h 1257F: include/hw/intc/loongarch_*.h 1258F: hw/intc/loongarch_*.c 1259F: include/hw/pci-host/ls7a.h 1260F: hw/rtc/ls7a_rtc.c 1261F: gdb-xml/loongarch*.xml 1262 1263M68K Machines 1264------------- 1265an5206 1266M: Thomas Huth <huth@tuxfamily.org> 1267S: Odd Fixes 1268F: hw/m68k/an5206.c 1269F: hw/m68k/mcf5206.c 1270 1271mcf5208 1272M: Thomas Huth <huth@tuxfamily.org> 1273S: Odd Fixes 1274F: hw/m68k/mcf5208.c 1275F: hw/m68k/mcf_intc.c 1276F: hw/char/mcf_uart.c 1277F: hw/net/mcf_fec.c 1278F: include/hw/m68k/mcf*.h 1279 1280NeXTcube 1281M: Thomas Huth <huth@tuxfamily.org> 1282S: Odd Fixes 1283F: hw/m68k/next-*.c 1284F: hw/display/next-fb.c 1285F: include/hw/m68k/next-cube.h 1286 1287q800 1288M: Laurent Vivier <laurent@vivier.eu> 1289S: Maintained 1290F: hw/m68k/q800.c 1291F: hw/m68k/q800-glue.c 1292F: hw/misc/mac_via.c 1293F: hw/nubus/* 1294F: hw/display/macfb.c 1295F: hw/block/swim.c 1296F: hw/misc/djmemc.c 1297F: hw/misc/iosb.c 1298F: hw/audio/asc.c 1299F: hw/m68k/bootinfo.h 1300F: include/standard-headers/asm-m68k/bootinfo.h 1301F: include/standard-headers/asm-m68k/bootinfo-mac.h 1302F: include/hw/misc/mac_via.h 1303F: include/hw/nubus/* 1304F: include/hw/display/macfb.h 1305F: include/hw/block/swim.h 1306F: include/hw/m68k/q800.h 1307F: include/hw/m68k/q800-glue.h 1308F: include/hw/misc/djmemc.h 1309F: include/hw/misc/iosb.h 1310F: include/hw/audio/asc.h 1311 1312virt 1313M: Laurent Vivier <laurent@vivier.eu> 1314S: Maintained 1315F: hw/m68k/virt.c 1316F: hw/char/goldfish_tty.c 1317F: hw/intc/goldfish_pic.c 1318F: hw/intc/m68k_irqc.c 1319F: hw/misc/virt_ctrl.c 1320F: include/hw/char/goldfish_tty.h 1321F: include/hw/intc/goldfish_pic.h 1322F: include/hw/intc/m68k_irqc.h 1323F: include/hw/misc/virt_ctrl.h 1324F: docs/specs/virt-ctlr.rst 1325 1326MicroBlaze Machines 1327------------------- 1328petalogix_s3adsp1800 1329M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1330S: Maintained 1331F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1332F: include/hw/char/xilinx_uartlite.h 1333F: tests/avocado/machine_microblaze.py 1334 1335petalogix_ml605 1336M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1337S: Maintained 1338F: hw/microblaze/petalogix_ml605_mmu.c 1339 1340MIPS Machines 1341------------- 1342Overall MIPS Machines 1343M: Philippe Mathieu-Daudé <philmd@linaro.org> 1344S: Odd Fixes 1345F: configs/devices/mips*/* 1346F: hw/mips/ 1347F: include/hw/mips/ 1348 1349Jazz 1350M: Hervé Poussineau <hpoussin@reactos.org> 1351R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1352S: Maintained 1353F: hw/mips/jazz.c 1354F: hw/display/g364fb.c 1355F: hw/display/jazz_led.c 1356F: hw/dma/rc4030.c 1357F: hw/nvram/ds1225y.c 1358 1359Malta 1360M: Philippe Mathieu-Daudé <philmd@linaro.org> 1361R: Aurelien Jarno <aurelien@aurel32.net> 1362S: Odd Fixes 1363F: hw/isa/piix.c 1364F: hw/isa/fdc37m81x-superio.c 1365F: hw/acpi/piix4.c 1366F: hw/mips/malta.c 1367F: hw/pci-host/gt64120.c 1368F: include/hw/southbridge/piix.h 1369F: tests/avocado/linux_ssh_mips_malta.py 1370F: tests/avocado/machine_mips_malta.py 1371 1372Mipssim 1373R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1374S: Orphan 1375F: hw/mips/mipssim.c 1376F: hw/net/mipsnet.c 1377 1378Fuloong 2E 1379M: Huacai Chen <chenhuacai@kernel.org> 1380M: Philippe Mathieu-Daudé <philmd@linaro.org> 1381R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1382S: Odd Fixes 1383F: hw/mips/fuloong2e.c 1384F: hw/pci-host/bonito.c 1385F: include/hw/pci-host/bonito.h 1386F: tests/avocado/machine_mips_fuloong2e.py 1387 1388Loongson-3 virtual platforms 1389M: Huacai Chen <chenhuacai@kernel.org> 1390R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1391S: Maintained 1392F: hw/intc/loongson_liointc.c 1393F: hw/mips/loongson3_bootp.c 1394F: hw/mips/loongson3_bootp.h 1395F: hw/mips/loongson3_virt.c 1396F: include/hw/intc/loongson_liointc.h 1397F: tests/avocado/machine_mips_loongson3v.py 1398 1399Boston 1400M: Paul Burton <paulburton@kernel.org> 1401R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1402S: Odd Fixes 1403F: hw/core/loader-fit.c 1404F: hw/mips/boston.c 1405F: hw/pci-host/xilinx-pcie.c 1406F: include/hw/pci-host/xilinx-pcie.h 1407 1408OpenRISC Machines 1409----------------- 1410or1k-sim 1411M: Jia Liu <proljc@gmail.com> 1412S: Maintained 1413F: docs/system/openrisc/or1k-sim.rst 1414F: hw/intc/ompic.c 1415F: hw/openrisc/openrisc_sim.c 1416 1417PowerPC Machines 1418---------------- 1419405 (ref405ep) 1420L: qemu-ppc@nongnu.org 1421S: Orphan 1422F: hw/ppc/ppc405* 1423F: tests/avocado/ppc_405.py 1424 1425Bamboo 1426L: qemu-ppc@nongnu.org 1427S: Orphan 1428F: hw/ppc/ppc440_bamboo.c 1429F: hw/pci-host/ppc4xx_pci.c 1430F: tests/avocado/ppc_bamboo.py 1431 1432e500 1433L: qemu-ppc@nongnu.org 1434S: Orphan 1435F: hw/ppc/e500* 1436F: hw/ppc/ppce500_spin.c 1437F: hw/gpio/mpc8xxx.c 1438F: hw/i2c/mpc_i2c.c 1439F: hw/net/fsl_etsec/ 1440F: hw/pci-host/ppce500.c 1441F: include/hw/ppc/ppc_e500.h 1442F: include/hw/pci-host/ppce500.h 1443F: pc-bios/u-boot.e500 1444F: hw/intc/openpic_kvm.c 1445F: include/hw/ppc/openpic_kvm.h 1446F: docs/system/ppc/ppce500.rst 1447 1448mpc8544ds 1449L: qemu-ppc@nongnu.org 1450S: Orphan 1451F: hw/ppc/mpc8544ds.c 1452F: hw/ppc/mpc8544_guts.c 1453F: tests/avocado/ppc_mpc8544ds.py 1454 1455New World (mac99) 1456M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1457L: qemu-ppc@nongnu.org 1458S: Odd Fixes 1459F: docs/system/ppc/powermac.rst 1460F: hw/ppc/mac_newworld.c 1461F: hw/pci-host/uninorth.c 1462F: hw/pci-bridge/dec.[hc] 1463F: hw/misc/macio/ 1464F: hw/misc/mos6522.c 1465F: hw/nvram/mac_nvram.c 1466F: hw/ppc/fw_cfg.c 1467F: hw/input/adb* 1468F: include/hw/misc/macio/ 1469F: include/hw/misc/mos6522.h 1470F: include/hw/nvram/mac_nvram.h 1471F: include/hw/ppc/mac_dbdma.h 1472F: include/hw/pci-host/uninorth.h 1473F: include/hw/input/adb* 1474F: pc-bios/qemu_vga.ndrv 1475 1476Old World (g3beige) 1477M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1478L: qemu-ppc@nongnu.org 1479S: Odd Fixes 1480F: docs/system/ppc/powermac.rst 1481F: hw/ppc/mac_oldworld.c 1482F: hw/pci-host/grackle.c 1483F: hw/misc/macio/ 1484F: hw/intc/heathrow_pic.c 1485F: hw/input/adb* 1486F: include/hw/intc/heathrow_pic.h 1487F: include/hw/input/adb* 1488F: include/hw/pci-host/grackle.h 1489F: pc-bios/qemu_vga.ndrv 1490 1491PReP 1492M: Hervé Poussineau <hpoussin@reactos.org> 1493L: qemu-ppc@nongnu.org 1494S: Maintained 1495F: docs/system/ppc/prep.rst 1496F: hw/ppc/prep.c 1497F: hw/ppc/prep_systemio.c 1498F: hw/ppc/rs6000_mc.c 1499F: hw/pci-host/raven.c 1500F: hw/isa/i82378.c 1501F: hw/isa/pc87312.c 1502F: hw/dma/i82374.c 1503F: hw/rtc/m48t59-isa.c 1504F: include/hw/isa/pc87312.h 1505F: include/hw/rtc/m48t59.h 1506F: tests/avocado/ppc_prep_40p.py 1507 1508sPAPR (pseries) 1509M: Nicholas Piggin <npiggin@gmail.com> 1510R: Daniel Henrique Barboza <danielhb413@gmail.com> 1511R: Cédric Le Goater <clg@kaod.org> 1512R: David Gibson <david@gibson.dropbear.id.au> 1513R: Harsh Prateek Bora <harshpb@linux.ibm.com> 1514L: qemu-ppc@nongnu.org 1515S: Odd Fixes 1516F: hw/*/spapr* 1517F: include/hw/*/spapr* 1518F: hw/*/xics* 1519F: include/hw/*/xics* 1520F: include/hw/ppc/fdt.h 1521F: hw/ppc/fdt.c 1522F: include/hw/ppc/pef.h 1523F: hw/ppc/pef.c 1524F: pc-bios/slof.bin 1525F: docs/system/ppc/pseries.rst 1526F: docs/specs/ppc-spapr-* 1527F: tests/qtest/spapr* 1528F: tests/qtest/libqos/*spapr* 1529F: tests/qtest/rtas* 1530F: tests/qtest/libqos/rtas* 1531F: tests/avocado/ppc_pseries.py 1532F: tests/avocado/ppc_hv_tests.py 1533 1534PowerNV (Non-Virtualized) 1535M: Cédric Le Goater <clg@kaod.org> 1536M: Nicholas Piggin <npiggin@gmail.com> 1537R: Frédéric Barrat <fbarrat@linux.ibm.com> 1538L: qemu-ppc@nongnu.org 1539S: Odd Fixes 1540F: docs/system/ppc/powernv.rst 1541F: hw/ppc/pnv* 1542F: hw/intc/pnv* 1543F: hw/intc/xics_pnv.c 1544F: hw/pci-host/pnv* 1545F: include/hw/ppc/pnv* 1546F: include/hw/pci-host/pnv* 1547F: pc-bios/skiboot.lid 1548F: tests/qtest/pnv* 1549 1550pca955x 1551M: Glenn Miles <milesg@linux.vnet.ibm.com> 1552L: qemu-ppc@nongnu.org 1553L: qemu-arm@nongnu.org 1554S: Odd Fixes 1555F: hw/misc/pca955*.c 1556F: include/hw/misc/pca955*.h 1557 1558virtex_ml507 1559M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1560L: qemu-ppc@nongnu.org 1561S: Odd Fixes 1562F: hw/ppc/virtex_ml507.c 1563F: tests/avocado/ppc_virtex_ml507.py 1564 1565sam460ex 1566M: BALATON Zoltan <balaton@eik.bme.hu> 1567L: qemu-ppc@nongnu.org 1568S: Maintained 1569F: hw/ppc/sam460ex.c 1570F: hw/ppc/ppc440_uc.c 1571F: hw/pci-host/ppc440_pcix.c 1572F: hw/display/sm501* 1573F: hw/ide/sii3112.c 1574F: hw/rtc/m41t80.c 1575F: pc-bios/canyonlands.dt[sb] 1576F: pc-bios/u-boot-sam460ex-20100605.bin 1577F: roms/u-boot-sam460ex 1578 1579pegasos2 1580M: BALATON Zoltan <balaton@eik.bme.hu> 1581L: qemu-ppc@nongnu.org 1582S: Maintained 1583F: hw/ppc/pegasos2.c 1584F: hw/pci-host/mv64361.c 1585F: hw/pci-host/mv643xx.h 1586F: include/hw/pci-host/mv64361.h 1587 1588amigaone 1589M: BALATON Zoltan <balaton@eik.bme.hu> 1590L: qemu-ppc@nongnu.org 1591S: Maintained 1592F: hw/ppc/amigaone.c 1593F: hw/pci-host/articia.c 1594F: include/hw/pci-host/articia.h 1595 1596Virtual Open Firmware (VOF) 1597M: Alexey Kardashevskiy <aik@ozlabs.ru> 1598R: David Gibson <david@gibson.dropbear.id.au> 1599L: qemu-ppc@nongnu.org 1600S: Odd Fixes 1601F: hw/ppc/spapr_vof* 1602F: hw/ppc/vof* 1603F: include/hw/ppc/vof* 1604F: pc-bios/vof/* 1605F: pc-bios/vof* 1606 1607RISC-V Machines 1608--------------- 1609OpenTitan 1610M: Alistair Francis <Alistair.Francis@wdc.com> 1611L: qemu-riscv@nongnu.org 1612S: Supported 1613F: hw/riscv/opentitan.c 1614F: hw/*/ibex_*.c 1615F: include/hw/riscv/opentitan.h 1616F: include/hw/*/ibex_*.h 1617 1618Microchip PolarFire SoC Icicle Kit 1619M: Bin Meng <bin.meng@windriver.com> 1620L: qemu-riscv@nongnu.org 1621S: Supported 1622F: docs/system/riscv/microchip-icicle-kit.rst 1623F: hw/riscv/microchip_pfsoc.c 1624F: hw/char/mchp_pfsoc_mmuart.c 1625F: hw/misc/mchp_pfsoc_dmc.c 1626F: hw/misc/mchp_pfsoc_ioscb.c 1627F: hw/misc/mchp_pfsoc_sysreg.c 1628F: include/hw/riscv/microchip_pfsoc.h 1629F: include/hw/char/mchp_pfsoc_mmuart.h 1630F: include/hw/misc/mchp_pfsoc_dmc.h 1631F: include/hw/misc/mchp_pfsoc_ioscb.h 1632F: include/hw/misc/mchp_pfsoc_sysreg.h 1633 1634Shakti C class SoC 1635M: Vijai Kumar K <vijai@behindbytes.com> 1636L: qemu-riscv@nongnu.org 1637S: Supported 1638F: docs/system/riscv/shakti-c.rst 1639F: hw/riscv/shakti_c.c 1640F: hw/char/shakti_uart.c 1641F: include/hw/riscv/shakti_c.h 1642F: include/hw/char/shakti_uart.h 1643 1644SiFive Machines 1645M: Alistair Francis <Alistair.Francis@wdc.com> 1646M: Bin Meng <bin.meng@windriver.com> 1647M: Palmer Dabbelt <palmer@dabbelt.com> 1648L: qemu-riscv@nongnu.org 1649S: Supported 1650F: docs/system/riscv/sifive_u.rst 1651F: hw/*/*sifive*.c 1652F: include/hw/*/*sifive*.h 1653 1654RX Machines 1655----------- 1656rx-gdbsim 1657R: Yoshinori Sato <ysato@users.sourceforge.jp> 1658S: Orphan 1659F: docs/system/target-rx.rst 1660F: hw/rx/rx-gdbsim.c 1661F: tests/avocado/machine_rx_gdbsim.py 1662 1663SH4 Machines 1664------------ 1665R2D 1666R: Yoshinori Sato <ysato@users.sourceforge.jp> 1667R: Magnus Damm <magnus.damm@gmail.com> 1668S: Odd Fixes 1669F: hw/char/sh_serial.c 1670F: hw/sh4/r2d.c 1671F: hw/intc/sh_intc.c 1672F: hw/pci-host/sh_pci.c 1673F: hw/timer/sh_timer.c 1674F: include/hw/sh4/sh_intc.h 1675F: include/hw/timer/tmu012.h 1676 1677Shix 1678R: Yoshinori Sato <ysato@users.sourceforge.jp> 1679R: Magnus Damm <magnus.damm@gmail.com> 1680S: Odd Fixes 1681F: hw/block/tc58128.c 1682F: hw/char/sh_serial.c 1683F: hw/sh4/shix.c 1684F: hw/intc/sh_intc.c 1685F: hw/timer/sh_timer.c 1686F: include/hw/sh4/sh_intc.h 1687 1688SPARC Machines 1689-------------- 1690Sun4m 1691M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1692S: Maintained 1693F: hw/sparc/sun4m.c 1694F: hw/sparc/sun4m_iommu.c 1695F: hw/display/cg3.c 1696F: hw/display/tcx.c 1697F: hw/dma/sparc32_dma.c 1698F: hw/misc/eccmemctl.c 1699F: hw/*/slavio_*.c 1700F: include/hw/nvram/sun_nvram.h 1701F: include/hw/sparc/sparc32_dma.h 1702F: include/hw/sparc/sun4m_iommu.h 1703F: pc-bios/openbios-sparc32 1704 1705Sun4u 1706M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1707S: Maintained 1708F: hw/sparc64/sun4u.c 1709F: hw/sparc64/sun4u_iommu.c 1710F: include/hw/sparc/sun4u_iommu.h 1711F: hw/pci-host/sabre.c 1712F: include/hw/pci-host/sabre.h 1713F: hw/pci-bridge/simba.c 1714F: include/hw/pci-bridge/simba.h 1715F: pc-bios/openbios-sparc64 1716F: tests/avocado/machine_sparc64_sun4u.py 1717 1718Sun4v 1719M: Artyom Tarasenko <atar4qemu@gmail.com> 1720S: Maintained 1721F: hw/sparc64/niagara.c 1722F: hw/rtc/sun4v-rtc.c 1723F: include/hw/rtc/sun4v-rtc.h 1724 1725Leon3 1726M: Clément Chigot <chigot@adacore.com> 1727M: Frederic Konrad <konrad.frederic@yahoo.fr> 1728S: Maintained 1729F: hw/sparc/leon3.c 1730F: hw/*/grlib* 1731F: include/hw/*/grlib* 1732F: tests/avocado/machine_sparc_leon3.py 1733 1734S390 Machines 1735------------- 1736S390 Virtio-ccw 1737M: Halil Pasic <pasic@linux.ibm.com> 1738M: Christian Borntraeger <borntraeger@linux.ibm.com> 1739M: Eric Farman <farman@linux.ibm.com> 1740S: Supported 1741F: hw/s390x/ 1742F: include/hw/s390x/ 1743F: configs/devices/s390x-softmmu/default.mak 1744F: tests/avocado/machine_s390_ccw_virtio.py 1745T: git https://github.com/borntraeger/qemu.git s390-next 1746L: qemu-s390x@nongnu.org 1747 1748S390-ccw boot 1749M: Christian Borntraeger <borntraeger@linux.ibm.com> 1750M: Thomas Huth <thuth@redhat.com> 1751S: Supported 1752F: hw/s390x/ipl.* 1753F: pc-bios/s390-ccw/ 1754F: pc-bios/s390-ccw.img 1755F: docs/devel/s390-dasd-ipl.rst 1756T: git https://github.com/borntraeger/qemu.git s390-next 1757L: qemu-s390x@nongnu.org 1758 1759S390 PCI 1760M: Matthew Rosato <mjrosato@linux.ibm.com> 1761M: Eric Farman <farman@linux.ibm.com> 1762S: Supported 1763F: hw/s390x/s390-pci* 1764F: include/hw/s390x/s390-pci* 1765L: qemu-s390x@nongnu.org 1766 1767S390 channel subsystem 1768M: Halil Pasic <pasic@linux.ibm.com> 1769M: Christian Borntraeger <borntraeger@linux.ibm.com> 1770M: Eric Farman <farman@linux.ibm.com> 1771S: Supported 1772F: hw/s390x/ccw-device.[ch] 1773F: hw/s390x/css.c 1774F: hw/s390x/css-bridge.c 1775F: include/hw/s390x/css.h 1776F: include/hw/s390x/css-bridge.h 1777F: include/hw/s390x/ioinst.h 1778F: target/s390x/ioinst.c 1779L: qemu-s390x@nongnu.org 1780 1781S390 CPU models 1782M: David Hildenbrand <david@redhat.com> 1783S: Maintained 1784F: target/s390x/cpu_features*.[ch] 1785F: target/s390x/cpu_models.[ch] 1786L: qemu-s390x@nongnu.org 1787 1788S390 SCLP-backed devices 1789M: Halil Pasic <pasic@linux.ibm.com> 1790M: Christian Borntraeger <borntraeger@linux.ibm.com> 1791S: Supported 1792F: include/hw/s390x/event-facility.h 1793F: include/hw/s390x/sclp.h 1794F: hw/char/sclp*.[hc] 1795F: hw/s390x/event-facility.c 1796F: hw/s390x/sclp*.c 1797L: qemu-s390x@nongnu.org 1798 1799S390 CPU topology 1800M: Nina Schoetterl-Glausch <nsg@linux.ibm.com> 1801S: Supported 1802F: include/hw/s390x/cpu-topology.h 1803F: hw/s390x/cpu-topology.c 1804F: target/s390x/kvm/stsi-topology.c 1805F: docs/devel/s390-cpu-topology.rst 1806F: docs/system/s390x/cpu-topology.rst 1807F: tests/avocado/s390_topology.py 1808 1809X86 Machines 1810------------ 1811PC 1812M: Michael S. Tsirkin <mst@redhat.com> 1813M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1814S: Supported 1815F: include/hw/i386/ 1816F: hw/i386/ 1817F: hw/pci-host/i440fx.c 1818F: hw/pci-host/q35.c 1819F: hw/pci-host/pam.c 1820F: include/hw/pci-host/i440fx.h 1821F: include/hw/pci-host/q35.h 1822F: include/hw/pci-host/pam.h 1823F: hw/isa/piix.c 1824F: hw/isa/lpc_ich9.c 1825F: hw/i2c/smbus_ich9.c 1826F: hw/acpi/piix4.c 1827F: hw/acpi/ich9*.c 1828F: include/hw/acpi/ich9*.h 1829F: include/hw/southbridge/ich9.h 1830F: include/hw/southbridge/piix.h 1831F: hw/isa/apm.c 1832F: include/hw/isa/apm.h 1833F: tests/unit/test-x86-topo.c 1834F: tests/qtest/test-x86-cpuid-compat.c 1835 1836PC Chipset 1837M: Michael S. Tsirkin <mst@redhat.com> 1838M: Paolo Bonzini <pbonzini@redhat.com> 1839S: Supported 1840F: hw/char/debugcon.c 1841F: hw/char/parallel* 1842F: hw/char/serial* 1843F: hw/dma/i8257* 1844F: hw/i2c/pm_smbus.c 1845F: hw/input/pckbd.c 1846F: hw/intc/apic* 1847F: hw/intc/ioapic* 1848F: hw/intc/i8259* 1849F: hw/isa/isa-superio.c 1850F: hw/misc/debugexit.c 1851F: hw/misc/pc-testdev.c 1852F: hw/timer/hpet* 1853F: hw/timer/i8254* 1854F: hw/rtc/mc146818rtc* 1855F: hw/watchdog/wdt_ib700.c 1856F: hw/watchdog/wdt_i6300esb.c 1857F: include/hw/display/vga.h 1858F: include/hw/char/parallel*.h 1859F: include/hw/dma/i8257.h 1860F: include/hw/i2c/pm_smbus.h 1861F: include/hw/input/i8042.h 1862F: include/hw/intc/ioapic* 1863F: include/hw/intc/i8259.h 1864F: include/hw/isa/i8259_internal.h 1865F: include/hw/isa/superio.h 1866F: include/hw/timer/hpet.h 1867F: include/hw/timer/i8254* 1868F: include/hw/rtc/mc146818rtc* 1869 1870microvm 1871M: Sergio Lopez <slp@redhat.com> 1872M: Paolo Bonzini <pbonzini@redhat.com> 1873S: Maintained 1874F: docs/system/i386/microvm.rst 1875F: hw/i386/microvm.c 1876F: include/hw/i386/microvm.h 1877F: pc-bios/bios-microvm.bin 1878 1879Machine core 1880M: Eduardo Habkost <eduardo@habkost.net> 1881M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1882R: Philippe Mathieu-Daudé <philmd@linaro.org> 1883R: Yanan Wang <wangyanan55@huawei.com> 1884S: Supported 1885F: hw/core/cpu-common.c 1886F: hw/core/cpu-sysemu.c 1887F: hw/core/machine-qmp-cmds.c 1888F: hw/core/machine.c 1889F: hw/core/machine-smp.c 1890F: hw/core/null-machine.c 1891F: hw/core/numa.c 1892F: hw/cpu/cluster.c 1893F: qapi/machine.json 1894F: qapi/machine-common.json 1895F: qapi/machine-target.json 1896F: include/hw/boards.h 1897F: include/hw/core/cpu.h 1898F: include/hw/cpu/cluster.h 1899F: include/sysemu/numa.h 1900F: tests/unit/test-smp-parse.c 1901T: git https://gitlab.com/ehabkost/qemu.git machine-next 1902 1903Xtensa Machines 1904--------------- 1905sim 1906M: Max Filippov <jcmvbkbc@gmail.com> 1907S: Maintained 1908F: hw/xtensa/sim.c 1909 1910virt 1911M: Max Filippov <jcmvbkbc@gmail.com> 1912S: Maintained 1913F: hw/xtensa/virt.c 1914 1915XTFPGA (LX60, LX200, ML605, KC705) 1916M: Max Filippov <jcmvbkbc@gmail.com> 1917S: Maintained 1918F: hw/xtensa/xtfpga.c 1919F: hw/net/opencores_eth.c 1920F: include/hw/xtensa/mx_pic.h 1921 1922Devices 1923------- 1924Overall Audio frontends 1925M: Gerd Hoffmann <kraxel@redhat.com> 1926S: Odd Fixes 1927F: hw/audio/ 1928F: include/hw/audio/ 1929F: tests/qtest/ac97-test.c 1930F: tests/qtest/es1370-test.c 1931F: tests/qtest/intel-hda-test.c 1932F: tests/qtest/fuzz-sb16-test.c 1933 1934Xilinx CAN 1935M: Vikram Garhwal <vikram.garhwal@amd.com> 1936M: Francisco Iglesias <francisco.iglesias@amd.com> 1937S: Maintained 1938F: hw/net/can/xlnx-* 1939F: include/hw/net/xlnx-* 1940F: tests/qtest/xlnx-can*-test* 1941 1942EDU 1943M: Jiri Slaby <jslaby@suse.cz> 1944S: Maintained 1945F: hw/misc/edu.c 1946F: docs/specs/edu.rst 1947 1948IDE 1949M: John Snow <jsnow@redhat.com> 1950L: qemu-block@nongnu.org 1951S: Odd Fixes 1952F: include/hw/ide/ 1953F: hw/ide/ 1954F: hw/block/block.c 1955F: hw/block/cdrom.c 1956F: hw/block/hd-geometry.c 1957F: tests/qtest/ide-test.c 1958F: tests/qtest/ahci-test.c 1959F: tests/qtest/cdrom-test.c 1960F: tests/qtest/libqos/ahci* 1961T: git https://gitlab.com/jsnow/qemu.git ide 1962 1963IPMI 1964M: Corey Minyard <minyard@acm.org> 1965S: Maintained 1966F: include/hw/ipmi/* 1967F: hw/ipmi/* 1968F: hw/smbios/smbios_type_38.c 1969F: tests/qtest/ipmi* 1970T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1971 1972Floppy 1973M: John Snow <jsnow@redhat.com> 1974L: qemu-block@nongnu.org 1975S: Odd Fixes 1976F: hw/block/fdc.c 1977F: hw/block/fdc-internal.h 1978F: hw/block/fdc-isa.c 1979F: hw/block/fdc-sysbus.c 1980F: include/hw/block/fdc.h 1981F: tests/qtest/fdc-test.c 1982T: git https://gitlab.com/jsnow/qemu.git ide 1983 1984Hyper-V VMBus 1985M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> 1986S: Odd Fixes 1987F: hw/hyperv/vmbus.c 1988F: include/hw/hyperv/vmbus*.h 1989 1990OMAP 1991M: Peter Maydell <peter.maydell@linaro.org> 1992L: qemu-arm@nongnu.org 1993S: Maintained 1994F: hw/*/omap* 1995F: include/hw/arm/omap.h 1996F: docs/system/arm/sx1.rst 1997 1998IPack 1999M: Alberto Garcia <berto@igalia.com> 2000S: Odd Fixes 2001F: hw/char/ipoctal232.c 2002F: hw/ipack/ 2003 2004PCI 2005M: Michael S. Tsirkin <mst@redhat.com> 2006M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2007S: Supported 2008F: include/hw/pci/* 2009F: hw/misc/pci-testdev.c 2010F: hw/pci/* 2011F: hw/pci-bridge/* 2012F: qapi/pci.json 2013F: docs/pci* 2014F: docs/specs/*pci* 2015 2016PCIE DOE 2017M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw> 2018M: Chris Browy <cbrowy@avery-design.com> 2019S: Supported 2020F: include/hw/pci/pcie_doe.h 2021F: hw/pci/pcie_doe.c 2022 2023ACPI/SMBIOS 2024M: Michael S. Tsirkin <mst@redhat.com> 2025M: Igor Mammedov <imammedo@redhat.com> 2026R: Ani Sinha <anisinha@redhat.com> 2027S: Supported 2028F: include/hw/acpi/* 2029F: include/hw/firmware/smbios.h 2030F: hw/acpi/* 2031F: hw/smbios/* 2032F: hw/i386/acpi-build.[hc] 2033F: hw/arm/virt-acpi-build.c 2034F: qapi/acpi.json 2035F: tests/qtest/bios-tables-test* 2036F: tests/qtest/acpi-utils.[hc] 2037F: tests/data/acpi/ 2038F: docs/specs/acpi_cpu_hotplug.rst 2039F: docs/specs/acpi_mem_hotplug.rst 2040F: docs/specs/acpi_nvdimm.rst 2041F: docs/specs/acpi_pci_hotplug.rst 2042F: docs/specs/acpi_hw_reduced_hotplug.rst 2043 2044ARM ACPI Subsystem 2045M: Shannon Zhao <shannon.zhaosl@gmail.com> 2046L: qemu-arm@nongnu.org 2047S: Maintained 2048F: hw/arm/virt-acpi-build.c 2049 2050RISC-V ACPI Subsystem 2051M: Sunil V L <sunilvl@ventanamicro.com> 2052L: qemu-riscv@nongnu.org 2053S: Maintained 2054F: hw/riscv/virt-acpi-build.c 2055 2056ACPI/VIOT 2057M: Jean-Philippe Brucker <jean-philippe@linaro.org> 2058S: Supported 2059F: hw/acpi/viot.c 2060F: hw/acpi/viot.h 2061 2062ACPI/AVOCADO/BIOSBITS 2063M: Ani Sinha <anisinha@redhat.com> 2064M: Michael S. Tsirkin <mst@redhat.com> 2065S: Supported 2066F: tests/avocado/acpi-bits/* 2067F: tests/avocado/acpi-bits.py 2068F: docs/devel/acpi-bits.rst 2069 2070ACPI/HEST/GHES 2071R: Dongjiu Geng <gengdongjiu1@gmail.com> 2072L: qemu-arm@nongnu.org 2073S: Maintained 2074F: hw/acpi/ghes.c 2075F: include/hw/acpi/ghes.h 2076F: docs/specs/acpi_hest_ghes.rst 2077 2078ppc4xx 2079L: qemu-ppc@nongnu.org 2080S: Orphan 2081F: hw/ppc/ppc4xx*.c 2082F: hw/ppc/ppc440_uc.c 2083F: hw/ppc/ppc440.h 2084F: hw/i2c/ppc4xx_i2c.c 2085F: include/hw/pci-host/ppc4xx.h 2086F: include/hw/ppc/ppc4xx.h 2087F: include/hw/i2c/ppc4xx_i2c.h 2088F: hw/intc/ppc-uic.c 2089F: include/hw/intc/ppc-uic.h 2090 2091Character devices 2092M: Marc-André Lureau <marcandre.lureau@redhat.com> 2093R: Paolo Bonzini <pbonzini@redhat.com> 2094S: Odd Fixes 2095F: hw/char/ 2096F: include/hw/char/ 2097 2098Network devices 2099M: Jason Wang <jasowang@redhat.com> 2100S: Odd Fixes 2101F: hw/net/ 2102F: include/hw/net/ 2103F: tests/qtest/virtio-net-test.c 2104F: docs/virtio-net-failover.rst 2105T: git https://github.com/jasowang/qemu.git net 2106 2107Parallel NOR Flash devices 2108M: Philippe Mathieu-Daudé <philmd@linaro.org> 2109T: git https://gitlab.com/philmd/qemu.git pflash-next 2110S: Maintained 2111F: hw/block/pflash_cfi*.c 2112F: include/hw/block/flash.h 2113 2114SCSI 2115M: Paolo Bonzini <pbonzini@redhat.com> 2116R: Fam Zheng <fam@euphon.net> 2117S: Supported 2118F: include/hw/scsi/* 2119F: hw/scsi/* 2120F: tests/qtest/virtio-scsi-test.c 2121F: tests/qtest/fuzz-virtio-scsi-test.c 2122F: tests/qtest/am53c974-test.c 2123F: tests/qtest/fuzz-lsi53c895a-test.c 2124T: git https://github.com/bonzini/qemu.git scsi-next 2125 2126SSI 2127M: Alistair Francis <alistair@alistair23.me> 2128S: Maintained 2129F: hw/ssi/* 2130F: hw/block/m25p80* 2131F: include/hw/ssi/ssi.h 2132X: hw/ssi/xilinx_* 2133F: tests/qtest/m25p80-test.c 2134 2135Xilinx SPI 2136M: Alistair Francis <alistair@alistair23.me> 2137S: Maintained 2138F: hw/ssi/xilinx_* 2139 2140SD (Secure Card) 2141M: Philippe Mathieu-Daudé <philmd@linaro.org> 2142M: Bin Meng <bin.meng@windriver.com> 2143L: qemu-block@nongnu.org 2144S: Odd Fixes 2145F: include/hw/sd/sd* 2146F: hw/sd/core.c 2147F: hw/sd/sd* 2148F: hw/sd/ssi-sd.c 2149F: tests/qtest/fuzz-sdcard-test.c 2150F: tests/qtest/sdhci-test.c 2151 2152USB 2153M: Gerd Hoffmann <kraxel@redhat.com> 2154S: Odd Fixes 2155F: hw/usb/* 2156F: stubs/usb-dev-stub.c 2157F: tests/qtest/usb-*-test.c 2158F: docs/system/devices/usb.rst 2159F: include/hw/usb.h 2160F: include/hw/usb/ 2161 2162USB (serial adapter) 2163R: Gerd Hoffmann <kraxel@redhat.com> 2164M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2165S: Maintained 2166F: hw/usb/dev-serial.c 2167 2168VFIO 2169M: Alex Williamson <alex.williamson@redhat.com> 2170M: Cédric Le Goater <clg@redhat.com> 2171S: Supported 2172F: hw/vfio/* 2173F: include/hw/vfio/ 2174F: docs/igd-assign.txt 2175F: docs/devel/vfio-migration.rst 2176 2177vfio-ccw 2178M: Eric Farman <farman@linux.ibm.com> 2179M: Matthew Rosato <mjrosato@linux.ibm.com> 2180S: Supported 2181F: hw/vfio/ccw.c 2182F: hw/s390x/s390-ccw.c 2183F: include/hw/s390x/s390-ccw.h 2184F: include/hw/s390x/vfio-ccw.h 2185L: qemu-s390x@nongnu.org 2186 2187vfio-ap 2188M: Tony Krowiak <akrowiak@linux.ibm.com> 2189M: Halil Pasic <pasic@linux.ibm.com> 2190M: Jason Herne <jjherne@linux.ibm.com> 2191S: Supported 2192F: hw/s390x/ap-device.c 2193F: hw/s390x/ap-bridge.c 2194F: include/hw/s390x/ap-device.h 2195F: include/hw/s390x/ap-bridge.h 2196F: hw/vfio/ap.c 2197F: docs/system/s390x/vfio-ap.rst 2198L: qemu-s390x@nongnu.org 2199 2200iommufd 2201M: Yi Liu <yi.l.liu@intel.com> 2202M: Eric Auger <eric.auger@redhat.com> 2203M: Zhenzhong Duan <zhenzhong.duan@intel.com> 2204S: Supported 2205F: backends/iommufd.c 2206F: include/sysemu/iommufd.h 2207F: include/qemu/chardev_open.h 2208F: util/chardev_open.c 2209F: docs/devel/vfio-iommufd.rst 2210 2211vhost 2212M: Michael S. Tsirkin <mst@redhat.com> 2213S: Supported 2214F: hw/*/*vhost* 2215F: docs/interop/vhost-user.json 2216F: docs/interop/vhost-user.rst 2217F: contrib/vhost-user-*/ 2218F: backends/vhost-user.c 2219F: include/sysemu/vhost-user-backend.h 2220F: subprojects/libvhost-user/ 2221 2222vhost-shadow-virtqueue 2223R: Eugenio Pérez <eperezma@redhat.com> 2224F: hw/virtio/vhost-shadow-virtqueue.* 2225 2226virtio 2227M: Michael S. Tsirkin <mst@redhat.com> 2228S: Supported 2229F: hw/*/virtio* 2230F: hw/virtio/Makefile.objs 2231F: hw/virtio/trace-events 2232F: qapi/virtio.json 2233F: net/vhost-user.c 2234F: include/hw/virtio/ 2235F: docs/devel/virtio* 2236 2237virtio-balloon 2238M: Michael S. Tsirkin <mst@redhat.com> 2239M: David Hildenbrand <david@redhat.com> 2240S: Maintained 2241F: docs/interop/virtio-balloon-stats.rst 2242F: hw/virtio/virtio-balloon*.c 2243F: include/hw/virtio/virtio-balloon.h 2244F: system/balloon.c 2245F: include/sysemu/balloon.h 2246 2247virtio-9p 2248M: Greg Kurz <groug@kaod.org> 2249M: Christian Schoenebeck <qemu_oss@crudebyte.com> 2250S: Maintained 2251W: https://wiki.qemu.org/Documentation/9p 2252F: hw/9pfs/ 2253X: hw/9pfs/xen-9p* 2254X: hw/9pfs/9p-proxy* 2255F: fsdev/ 2256X: fsdev/virtfs-proxy-helper.c 2257F: tests/qtest/virtio-9p-test.c 2258F: tests/qtest/libqos/virtio-9p* 2259T: git https://gitlab.com/gkurz/qemu.git 9p-next 2260T: git https://github.com/cschoenebeck/qemu.git 9p.next 2261 2262virtio-9p-proxy 2263F: hw/9pfs/9p-proxy* 2264F: fsdev/virtfs-proxy-helper.c 2265F: docs/tools/virtfs-proxy-helper.rst 2266S: Obsolete 2267 2268virtio-blk 2269M: Stefan Hajnoczi <stefanha@redhat.com> 2270L: qemu-block@nongnu.org 2271S: Supported 2272F: hw/block/virtio-blk-common.c 2273F: hw/block/virtio-blk.c 2274F: hw/block/dataplane/* 2275F: include/hw/virtio/virtio-blk-common.h 2276F: tests/qtest/virtio-blk-test.c 2277T: git https://github.com/stefanha/qemu.git block 2278 2279virtio-ccw 2280M: Cornelia Huck <cohuck@redhat.com> 2281M: Halil Pasic <pasic@linux.ibm.com> 2282M: Eric Farman <farman@linux.ibm.com> 2283S: Supported 2284F: hw/s390x/virtio-ccw*.[hc] 2285F: hw/s390x/vhost-*-ccw.c 2286T: git https://gitlab.com/cohuck/qemu.git s390-next 2287T: git https://github.com/borntraeger/qemu.git s390-next 2288L: qemu-s390x@nongnu.org 2289 2290virtio-dmabuf 2291M: Albert Esteve <aesteve@redhat.com> 2292S: Supported 2293F: hw/display/virtio-dmabuf.c 2294F: include/hw/virtio/virtio-dmabuf.h 2295F: tests/unit/test-virtio-dmabuf.c 2296 2297virtiofs 2298M: Stefan Hajnoczi <stefanha@redhat.com> 2299S: Supported 2300F: hw/virtio/vhost-user-fs* 2301F: include/hw/virtio/vhost-user-fs.h 2302L: virtio-fs@lists.linux.dev 2303 2304virtio-input 2305M: Gerd Hoffmann <kraxel@redhat.com> 2306S: Odd Fixes 2307F: docs/system/devices/vhost-user-input.rst 2308F: hw/input/virtio-input*.c 2309F: hw/virtio/vhost-user-input.c 2310F: include/hw/virtio/virtio-input.h 2311F: contrib/vhost-user-input/* 2312 2313virtio-iommu 2314M: Eric Auger <eric.auger@redhat.com> 2315S: Maintained 2316F: hw/virtio/virtio-iommu*.c 2317F: include/hw/virtio/virtio-iommu.h 2318 2319virtio-serial 2320M: Laurent Vivier <lvivier@redhat.com> 2321R: Amit Shah <amit@kernel.org> 2322S: Supported 2323F: hw/char/virtio-serial-bus.c 2324F: hw/char/virtio-console.c 2325F: include/hw/virtio/virtio-serial.h 2326F: tests/qtest/virtio-serial-test.c 2327 2328virtio-rng 2329M: Laurent Vivier <lvivier@redhat.com> 2330R: Amit Shah <amit@kernel.org> 2331S: Supported 2332F: hw/virtio/virtio-rng.c 2333F: include/hw/virtio/virtio-rng.h 2334F: include/sysemu/rng*.h 2335F: backends/rng*.c 2336F: tests/qtest/virtio-rng-test.c 2337 2338vhost-user-stubs 2339M: Alex Bennée <alex.bennee@linaro.org> 2340S: Maintained 2341F: hw/virtio/vhost-user-base.c 2342F: hw/virtio/vhost-user-device* 2343 2344vhost-user-rng 2345M: Mathieu Poirier <mathieu.poirier@linaro.org> 2346S: Supported 2347F: docs/system/devices/vhost-user-rng.rst 2348F: hw/virtio/vhost-user-rng.c 2349F: hw/virtio/vhost-user-rng-pci.c 2350F: include/hw/virtio/vhost-user-rng.h 2351F: tools/vhost-user-rng/* 2352 2353vhost-user-gpio 2354M: Alex Bennée <alex.bennee@linaro.org> 2355R: Viresh Kumar <viresh.kumar@linaro.org> 2356S: Maintained 2357F: hw/virtio/vhost-user-gpio* 2358F: include/hw/virtio/vhost-user-gpio.h 2359F: tests/qtest/libqos/virtio-gpio.* 2360 2361vhost-user-snd 2362M: Alex Bennée <alex.bennee@linaro.org> 2363R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> 2364S: Maintained 2365F: hw/virtio/vhost-user-snd* 2366F: include/hw/virtio/vhost-user-snd.h 2367 2368vhost-user-scmi 2369R: mzamazal@redhat.com 2370S: Supported 2371F: hw/virtio/vhost-user-scmi* 2372F: include/hw/virtio/vhost-user-scmi.h 2373F: tests/qtest/libqos/virtio-scmi.* 2374 2375virtio-crypto 2376M: Gonglei <arei.gonglei@huawei.com> 2377S: Supported 2378F: hw/virtio/virtio-crypto.c 2379F: hw/virtio/virtio-crypto-pci.c 2380F: include/hw/virtio/virtio-crypto.h 2381 2382virtio based memory device 2383M: David Hildenbrand <david@redhat.com> 2384S: Supported 2385F: hw/virtio/virtio-md-pci.c 2386F: include/hw/virtio/virtio-md-pci.h 2387F: stubs/virtio-md-pci.c 2388 2389virtio-mem 2390M: David Hildenbrand <david@redhat.com> 2391S: Supported 2392W: https://virtio-mem.gitlab.io/ 2393F: hw/virtio/virtio-mem.c 2394F: hw/virtio/virtio-mem-pci.h 2395F: hw/virtio/virtio-mem-pci.c 2396F: include/hw/virtio/virtio-mem.h 2397 2398virtio-snd 2399M: Gerd Hoffmann <kraxel@redhat.com> 2400R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> 2401S: Supported 2402F: hw/audio/virtio-snd.c 2403F: hw/audio/virtio-snd-pci.c 2404F: include/hw/audio/virtio-snd.h 2405F: docs/system/devices/virtio-snd.rst 2406 2407nvme 2408M: Keith Busch <kbusch@kernel.org> 2409M: Klaus Jensen <its@irrelevant.dk> 2410L: qemu-block@nongnu.org 2411S: Supported 2412F: hw/nvme/* 2413F: include/block/nvme.h 2414F: tests/qtest/nvme-test.c 2415F: docs/system/devices/nvme.rst 2416T: git git://git.infradead.org/qemu-nvme.git nvme-next 2417 2418ufs 2419M: Jeuk Kim <jeuk20.kim@samsung.com> 2420S: Supported 2421F: hw/ufs/* 2422F: include/block/ufs.h 2423F: tests/qtest/ufs-test.c 2424 2425megasas 2426M: Hannes Reinecke <hare@suse.com> 2427L: qemu-block@nongnu.org 2428S: Supported 2429F: hw/scsi/megasas.c 2430F: hw/scsi/mfi.h 2431F: tests/qtest/megasas-test.c 2432F: tests/qtest/fuzz-megasas-test.c 2433 2434Network packet abstractions 2435M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2436R: Akihiko Odaki <akihiko.odaki@daynix.com> 2437S: Maintained 2438F: include/net/eth.h 2439F: net/eth.c 2440F: hw/net/net_rx_pkt* 2441F: hw/net/net_tx_pkt* 2442 2443Vmware 2444M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2445S: Maintained 2446F: docs/specs/vmw_pvscsi-spec.txt 2447F: hw/display/vmware_vga.c 2448F: hw/net/vmxnet* 2449F: hw/scsi/vmw_pvscsi* 2450F: pc-bios/efi-vmxnet3.rom 2451F: pc-bios/vgabios-vmware.bin 2452F: roms/config.vga-vmware 2453F: tests/qtest/vmxnet3-test.c 2454F: docs/specs/vwm_pvscsi-spec.rst 2455 2456Rocker 2457M: Jiri Pirko <jiri@resnulli.us> 2458S: Maintained 2459F: hw/net/rocker/ 2460F: qapi/rocker.json 2461F: tests/rocker/ 2462F: docs/specs/rocker.txt 2463 2464e1000x 2465M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2466R: Akihiko Odaki <akihiko.odaki@daynix.com> 2467S: Maintained 2468F: hw/net/e1000x* 2469 2470e1000e 2471M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2472R: Akihiko Odaki <akihiko.odaki@daynix.com> 2473S: Maintained 2474F: hw/net/e1000e* 2475F: tests/qtest/fuzz-e1000e-test.c 2476F: tests/qtest/e1000e-test.c 2477F: tests/qtest/libqos/e1000e.* 2478 2479igb 2480M: Akihiko Odaki <akihiko.odaki@daynix.com> 2481R: Sriram Yagnaraman <sriram.yagnaraman@est.tech> 2482S: Maintained 2483F: docs/system/devices/igb.rst 2484F: hw/net/igb* 2485F: tests/avocado/netdev-ethtool.py 2486F: tests/qtest/igb-test.c 2487F: tests/qtest/libqos/igb.c 2488 2489eepro100 2490M: Stefan Weil <sw@weilnetz.de> 2491S: Maintained 2492F: hw/net/eepro100.c 2493 2494tulip 2495M: Sven Schnelle <svens@stackframe.org> 2496S: Maintained 2497F: hw/net/tulip.c 2498F: hw/net/tulip.h 2499 2500pca954x 2501M: Patrick Venture <venture@google.com> 2502S: Maintained 2503F: hw/i2c/i2c_mux_pca954x.c 2504F: include/hw/i2c/i2c_mux_pca954x.h 2505 2506Generic Loader 2507M: Alistair Francis <alistair@alistair23.me> 2508S: Maintained 2509F: hw/core/generic-loader.c 2510F: hw/core/uboot_image.h 2511F: include/hw/core/generic-loader.h 2512F: docs/system/generic-loader.rst 2513 2514Guest Loader 2515M: Alex Bennée <alex.bennee@linaro.org> 2516S: Maintained 2517F: hw/core/guest-loader.c 2518F: docs/system/guest-loader.rst 2519F: tests/avocado/boot_xen.py 2520 2521Intel Hexadecimal Object File Loader 2522M: Su Hang <suhang16@mails.ucas.ac.cn> 2523S: Maintained 2524F: tests/qtest/hexloader-test.c 2525F: tests/data/hex-loader/test.hex 2526 2527CHRP NVRAM 2528M: Thomas Huth <thuth@redhat.com> 2529S: Maintained 2530F: hw/nvram/chrp_nvram.c 2531F: include/hw/nvram/chrp_nvram.h 2532F: tests/qtest/prom-env-test.c 2533 2534VM Generation ID 2535S: Orphan 2536R: Ani Sinha <ani@anisinha.ca> 2537F: hw/acpi/vmgenid.c 2538F: include/hw/acpi/vmgenid.h 2539F: docs/specs/vmgenid.rst 2540F: tests/qtest/vmgenid-test.c 2541 2542LED 2543M: Philippe Mathieu-Daudé <philmd@linaro.org> 2544S: Maintained 2545F: include/hw/misc/led.h 2546F: hw/misc/led.c 2547 2548Unimplemented device 2549M: Peter Maydell <peter.maydell@linaro.org> 2550R: Philippe Mathieu-Daudé <philmd@linaro.org> 2551R: Ani Sinha <ani@anisinha.ca> 2552S: Maintained 2553F: include/hw/misc/unimp.h 2554F: hw/misc/unimp.c 2555 2556Empty slot 2557M: Artyom Tarasenko <atar4qemu@gmail.com> 2558R: Philippe Mathieu-Daudé <philmd@linaro.org> 2559R: Ani Sinha <ani@anisinha.ca> 2560S: Maintained 2561F: include/hw/misc/empty_slot.h 2562F: hw/misc/empty_slot.c 2563 2564Standard VGA 2565M: Gerd Hoffmann <kraxel@redhat.com> 2566S: Maintained 2567F: hw/display/vga* 2568F: hw/display/bochs-display.c 2569F: include/hw/display/vga.h 2570F: include/hw/display/bochs-vbe.h 2571F: docs/specs/standard-vga.rst 2572 2573ramfb 2574M: Gerd Hoffmann <kraxel@redhat.com> 2575S: Maintained 2576F: hw/display/ramfb*.c 2577F: include/hw/display/ramfb.h 2578 2579virtio-gpu 2580M: Gerd Hoffmann <kraxel@redhat.com> 2581S: Odd Fixes 2582F: hw/display/virtio-gpu* 2583F: hw/display/virtio-vga.* 2584F: include/hw/virtio/virtio-gpu.h 2585F: docs/system/devices/virtio-gpu.rst 2586 2587vhost-user-blk 2588M: Raphael Norwitz <raphael@enfabrica.net> 2589S: Maintained 2590F: contrib/vhost-user-blk/ 2591F: contrib/vhost-user-scsi/ 2592F: hw/block/vhost-user-blk.c 2593F: hw/block/virtio-blk-common.c 2594F: hw/scsi/vhost-user-scsi.c 2595F: hw/virtio/vhost-user-blk-pci.c 2596F: hw/virtio/vhost-user-scsi-pci.c 2597F: include/hw/virtio/vhost-user-blk.h 2598F: include/hw/virtio/vhost-user-scsi.h 2599F: include/hw/virtio/virtio-blk-common.h 2600 2601vhost-user-gpu 2602M: Marc-André Lureau <marcandre.lureau@redhat.com> 2603R: Gerd Hoffmann <kraxel@redhat.com> 2604S: Maintained 2605F: docs/interop/vhost-user-gpu.rst 2606F: contrib/vhost-user-gpu 2607F: hw/display/vhost-user-* 2608 2609Cirrus VGA 2610M: Gerd Hoffmann <kraxel@redhat.com> 2611S: Odd Fixes 2612W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2613F: hw/display/cirrus* 2614 2615EDID Generator 2616M: Gerd Hoffmann <kraxel@redhat.com> 2617S: Maintained 2618F: hw/display/edid* 2619F: include/hw/display/edid.h 2620F: qemu-edid.c 2621 2622PIIX4 South Bridge (i82371AB) 2623M: Hervé Poussineau <hpoussin@reactos.org> 2624M: Philippe Mathieu-Daudé <philmd@linaro.org> 2625S: Maintained 2626F: hw/isa/piix.c 2627F: include/hw/southbridge/piix.h 2628 2629VIA South Bridges (VT82C686B, VT8231) 2630M: BALATON Zoltan <balaton@eik.bme.hu> 2631M: Philippe Mathieu-Daudé <philmd@linaro.org> 2632R: Jiaxun Yang <jiaxun.yang@flygoat.com> 2633S: Maintained 2634F: hw/isa/vt82c686.c 2635F: hw/usb/vt82c686-uhci-pci.c 2636F: include/hw/isa/vt82c686.h 2637 2638Firmware configuration (fw_cfg) 2639M: Philippe Mathieu-Daudé <philmd@linaro.org> 2640R: Gerd Hoffmann <kraxel@redhat.com> 2641S: Supported 2642F: docs/specs/fw_cfg.txt 2643F: hw/nvram/fw_cfg*.c 2644F: stubs/fw_cfg.c 2645F: include/hw/nvram/fw_cfg.h 2646F: include/standard-headers/linux/qemu_fw_cfg.h 2647F: tests/qtest/libqos/fw_cfg.c 2648F: tests/qtest/fw_cfg-test.c 2649T: git https://github.com/philmd/qemu.git fw_cfg-next 2650 2651XIVE 2652M: Cédric Le Goater <clg@kaod.org> 2653R: Frédéric Barrat <fbarrat@linux.ibm.com> 2654L: qemu-ppc@nongnu.org 2655S: Odd Fixes 2656F: hw/*/*xive* 2657F: include/hw/*/*xive* 2658F: docs/*/*xive* 2659 2660Renesas peripherals 2661R: Yoshinori Sato <ysato@users.sourceforge.jp> 2662R: Magnus Damm <magnus.damm@gmail.com> 2663S: Odd Fixes 2664F: hw/char/renesas_sci.c 2665F: hw/char/sh_serial.c 2666F: hw/timer/renesas_*.c 2667F: hw/timer/sh_timer.c 2668F: include/hw/char/renesas_sci.h 2669F: include/hw/sh4/sh.h 2670F: include/hw/timer/renesas_*.h 2671 2672Renesas RX peripherals 2673R: Yoshinori Sato <ysato@users.sourceforge.jp> 2674S: Orphan 2675F: hw/intc/rx_icu.c 2676F: hw/rx/ 2677F: include/hw/intc/rx_icu.h 2678F: include/hw/rx/ 2679 2680CAN bus subsystem and hardware 2681M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2682M: Vikram Garhwal <fnu.vikram@xilinx.com> 2683S: Maintained 2684W: https://canbus.pages.fel.cvut.cz/ 2685F: net/can/* 2686F: hw/net/can/* 2687F: include/net/can_*.h 2688F: docs/system/devices/can.rst 2689 2690OpenPIC interrupt controller 2691M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2692S: Odd Fixes 2693F: hw/intc/openpic.c 2694F: include/hw/ppc/openpic.h 2695 2696MIPS CPS 2697M: Philippe Mathieu-Daudé <philmd@linaro.org> 2698S: Odd Fixes 2699F: hw/misc/mips_* 2700F: include/hw/misc/mips_* 2701 2702MIPS GIC 2703M: Philippe Mathieu-Daudé <philmd@linaro.org> 2704S: Odd Fixes 2705F: hw/intc/mips_gic.c 2706F: hw/timer/mips_gictimer.c 2707F: include/hw/intc/mips_gic.h 2708F: include/hw/timer/mips_gictimer.h 2709 2710S390 3270 device 2711M: Halil Pasic <pasic@linux.ibm.com> 2712M: Christian Borntraeger <borntraeger@linux.ibm.com> 2713S: Odd fixes 2714F: include/hw/s390x/3270-ccw.h 2715F: hw/char/terminal3270.c 2716F: hw/s390x/3270-ccw.c 2717L: qemu-s390x@nongnu.org 2718 2719S390 diag 288 watchdog 2720M: Halil Pasic <pasic@linux.ibm.com> 2721M: Christian Borntraeger <borntraeger@linux.ibm.com> 2722S: Supported 2723F: hw/watchdog/wdt_diag288.c 2724F: include/hw/watchdog/wdt_diag288.h 2725L: qemu-s390x@nongnu.org 2726 2727S390 storage key device 2728M: Halil Pasic <pasic@linux.ibm.com> 2729M: Christian Borntraeger <borntraeger@linux.ibm.com> 2730S: Supported 2731F: hw/s390x/storage-keys.h 2732F: hw/s390x/s390-skeys*.c 2733L: qemu-s390x@nongnu.org 2734 2735S390 storage attribute device 2736M: Halil Pasic <pasic@linux.ibm.com> 2737M: Christian Borntraeger <borntraeger@linux.ibm.com> 2738S: Supported 2739F: hw/s390x/storage-attributes.h 2740F: hw/s390x/s390-stattrib*.c 2741L: qemu-s390x@nongnu.org 2742 2743S390 floating interrupt controller 2744M: Halil Pasic <pasic@linux.ibm.com> 2745M: Christian Borntraeger <borntraeger@linux.ibm.com> 2746M: David Hildenbrand <david@redhat.com> 2747S: Supported 2748F: hw/intc/s390_flic*.c 2749F: include/hw/s390x/s390_flic.h 2750L: qemu-s390x@nongnu.org 2751 2752CanoKey 2753M: Hongren (Zenithal) Zheng <i@zenithal.me> 2754S: Maintained 2755R: Canokeys.org <contact@canokeys.org> 2756F: hw/usb/canokey.c 2757F: hw/usb/canokey.h 2758F: docs/system/devices/canokey.rst 2759 2760Hyper-V Dynamic Memory Protocol 2761M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> 2762S: Supported 2763F: hw/hyperv/hv-balloon*.c 2764F: hw/hyperv/hv-balloon*.h 2765F: include/hw/hyperv/dynmem-proto.h 2766F: include/hw/hyperv/hv-balloon.h 2767 2768Subsystems 2769---------- 2770Overall Audio backends 2771M: Gerd Hoffmann <kraxel@redhat.com> 2772M: Marc-André Lureau <marcandre.lureau@redhat.com> 2773S: Odd Fixes 2774F: audio/ 2775X: audio/alsaaudio.c 2776X: audio/coreaudio.c 2777X: audio/dsound* 2778X: audio/jackaudio.c 2779X: audio/ossaudio.c 2780X: audio/paaudio.c 2781X: audio/sdlaudio.c 2782X: audio/sndioaudio.c 2783X: audio/spiceaudio.c 2784F: qapi/audio.json 2785 2786ALSA Audio backend 2787M: Gerd Hoffmann <kraxel@redhat.com> 2788R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2789S: Odd Fixes 2790F: audio/alsaaudio.c 2791 2792Core Audio framework backend 2793M: Gerd Hoffmann <kraxel@redhat.com> 2794M: Philippe Mathieu-Daudé <philmd@linaro.org> 2795R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2796R: Akihiko Odaki <akihiko.odaki@daynix.com> 2797S: Odd Fixes 2798F: audio/coreaudio.c 2799 2800DSound Audio backend 2801M: Gerd Hoffmann <kraxel@redhat.com> 2802S: Odd Fixes 2803F: audio/dsound* 2804 2805JACK Audio Connection Kit backend 2806M: Gerd Hoffmann <kraxel@redhat.com> 2807R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2808S: Odd Fixes 2809F: audio/jackaudio.c 2810 2811Open Sound System (OSS) Audio backend 2812M: Gerd Hoffmann <kraxel@redhat.com> 2813S: Odd Fixes 2814F: audio/ossaudio.c 2815 2816PulseAudio backend 2817M: Gerd Hoffmann <kraxel@redhat.com> 2818S: Odd Fixes 2819F: audio/paaudio.c 2820 2821SDL Audio backend 2822M: Gerd Hoffmann <kraxel@redhat.com> 2823R: Thomas Huth <huth@tuxfamily.org> 2824S: Odd Fixes 2825F: audio/sdlaudio.c 2826 2827Sndio Audio backend 2828M: Gerd Hoffmann <kraxel@redhat.com> 2829R: Alexandre Ratchov <alex@caoua.org> 2830S: Odd Fixes 2831F: audio/sndioaudio.c 2832 2833Block layer core 2834M: Kevin Wolf <kwolf@redhat.com> 2835M: Hanna Reitz <hreitz@redhat.com> 2836L: qemu-block@nongnu.org 2837S: Supported 2838F: block* 2839F: block/ 2840F: hw/block/ 2841F: qapi/block*.json 2842F: qapi/transaction.json 2843F: include/block/ 2844F: include/sysemu/block-*.h 2845F: qemu-img* 2846F: docs/tools/qemu-img.rst 2847F: qemu-io* 2848F: tests/qemu-iotests/ 2849F: util/qemu-progress.c 2850F: qobject/block-qdict.c 2851F: tests/unit/check-block-qdict.c 2852T: git https://repo.or.cz/qemu/kevin.git block 2853 2854Storage daemon 2855M: Kevin Wolf <kwolf@redhat.com> 2856L: qemu-block@nongnu.org 2857S: Supported 2858F: storage-daemon/ 2859F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2860F: docs/tools/qemu-storage-daemon.rst 2861T: git https://repo.or.cz/qemu/kevin.git block 2862 2863Block I/O path 2864M: Stefan Hajnoczi <stefanha@redhat.com> 2865M: Fam Zheng <fam@euphon.net> 2866L: qemu-block@nongnu.org 2867S: Supported 2868F: util/async.c 2869F: util/aio-*.c 2870F: util/aio-*.h 2871F: util/defer-call.c 2872F: util/fdmon-*.c 2873F: block/io.c 2874F: migration/block* 2875F: include/block/aio.h 2876F: include/block/aio-wait.h 2877F: include/qemu/defer-call.h 2878F: scripts/qemugdb/aio.py 2879F: tests/unit/test-fdmon-epoll.c 2880T: git https://github.com/stefanha/qemu.git block 2881 2882Block SCSI subsystem 2883M: Paolo Bonzini <pbonzini@redhat.com> 2884R: Fam Zheng <fam@euphon.net> 2885L: qemu-block@nongnu.org 2886S: Supported 2887F: include/scsi/* 2888F: scsi/* 2889 2890Block Jobs 2891M: John Snow <jsnow@redhat.com> 2892M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2893L: qemu-block@nongnu.org 2894S: Supported 2895F: blockjob.c 2896F: include/block/blockjob.h 2897F: job.c 2898F: job-qmp.c 2899F: include/qemu/job.h 2900F: block/backup.c 2901F: block/commit.c 2902F: block/stream.c 2903F: block/mirror.c 2904F: qapi/job.json 2905F: block/block-copy.c 2906F: include/block/block-copy.h 2907F: block/reqlist.c 2908F: include/block/reqlist.h 2909F: block/copy-before-write.h 2910F: block/copy-before-write.c 2911F: block/snapshot-access.c 2912F: include/block/aio_task.h 2913F: block/aio_task.c 2914F: util/qemu-co-shared-resource.c 2915F: include/qemu/co-shared-resource.h 2916T: git https://gitlab.com/jsnow/qemu.git jobs 2917T: git https://gitlab.com/vsementsov/qemu.git block 2918 2919Compute Express Link 2920M: Jonathan Cameron <jonathan.cameron@huawei.com> 2921R: Fan Ni <fan.ni@samsung.com> 2922S: Supported 2923F: hw/cxl/ 2924F: hw/mem/cxl_type3.c 2925F: include/hw/cxl/ 2926F: qapi/cxl.json 2927 2928Dirty Bitmaps 2929M: Eric Blake <eblake@redhat.com> 2930M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2931R: John Snow <jsnow@redhat.com> 2932L: qemu-block@nongnu.org 2933S: Supported 2934F: include/qemu/hbitmap.h 2935F: include/block/dirty-bitmap.h 2936F: block/monitor/bitmap-qmp-cmds.c 2937F: block/dirty-bitmap.c 2938F: block/qcow2-bitmap.c 2939F: migration/block-dirty-bitmap.c 2940F: util/hbitmap.c 2941F: tests/unit/test-hbitmap.c 2942F: docs/interop/bitmaps.rst 2943T: git https://repo.or.cz/qemu/ericb.git bitmaps 2944T: git https://gitlab.com/vsementsov/qemu.git block 2945 2946Character device backends 2947M: Marc-André Lureau <marcandre.lureau@redhat.com> 2948R: Paolo Bonzini <pbonzini@redhat.com> 2949S: Maintained 2950F: chardev/ 2951F: include/chardev/ 2952F: qapi/char.json 2953 2954Character Devices (Braille) 2955M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2956S: Maintained 2957F: chardev/baum.c 2958 2959Command line option argument parsing 2960M: Markus Armbruster <armbru@redhat.com> 2961S: Supported 2962F: include/qemu/option.h 2963F: tests/unit/test-keyval.c 2964F: tests/unit/test-qemu-opts.c 2965F: util/keyval.c 2966F: util/qemu-option.c 2967 2968Coverity model 2969M: Markus Armbruster <armbru@redhat.com> 2970S: Supported 2971F: scripts/coverity-model.c 2972 2973Coverity Scan integration 2974M: Peter Maydell <peter.maydell@linaro.org> 2975S: Maintained 2976F: scripts/coverity-scan/ 2977 2978Device Tree 2979M: Alistair Francis <alistair.francis@wdc.com> 2980R: David Gibson <david@gibson.dropbear.id.au> 2981S: Maintained 2982F: system/device_tree.c 2983F: include/sysemu/device_tree.h 2984 2985Dump 2986S: Supported 2987M: Marc-André Lureau <marcandre.lureau@redhat.com> 2988F: dump/ 2989F: hw/misc/vmcoreinfo.c 2990F: include/hw/misc/vmcoreinfo.h 2991F: include/qemu/win_dump_defs 2992F: include/sysemu/dump-arch.h 2993F: include/sysemu/dump.h 2994F: qapi/dump.json 2995F: scripts/dump-guest-memory.py 2996F: stubs/dump.c 2997F: docs/specs/vmcoreinfo.rst 2998 2999Error reporting 3000M: Markus Armbruster <armbru@redhat.com> 3001S: Supported 3002F: include/qapi/error.h 3003F: include/qemu/error-report.h 3004F: qapi/error.json 3005F: util/error.c 3006F: util/qemu-error.c 3007F: scripts/coccinelle/err-bad-newline.cocci 3008F: scripts/coccinelle/error-use-after-free.cocci 3009F: scripts/coccinelle/error_propagate_null.cocci 3010F: scripts/coccinelle/remove_local_err.cocci 3011F: scripts/coccinelle/use-error_fatal.cocci 3012F: scripts/coccinelle/errp-guard.cocci 3013 3014GDB stub 3015M: Alex Bennée <alex.bennee@linaro.org> 3016R: Philippe Mathieu-Daudé <philmd@linaro.org> 3017S: Maintained 3018F: docs/system/gdb.rst 3019F: gdbstub/* 3020F: include/exec/gdbstub.h 3021F: include/gdbstub/* 3022F: gdb-xml/ 3023F: tests/tcg/multiarch/gdbstub/* 3024F: scripts/feature_to_c.py 3025F: scripts/probe-gdb-support.py 3026 3027Memory API 3028M: Paolo Bonzini <pbonzini@redhat.com> 3029M: Peter Xu <peterx@redhat.com> 3030M: David Hildenbrand <david@redhat.com> 3031R: Philippe Mathieu-Daudé <philmd@linaro.org> 3032S: Supported 3033F: include/exec/ioport.h 3034F: include/exec/memop.h 3035F: include/exec/memory.h 3036F: include/exec/ram_addr.h 3037F: include/exec/ramblock.h 3038F: include/sysemu/memory_mapping.h 3039F: system/dma-helpers.c 3040F: system/ioport.c 3041F: system/memory.c 3042F: system/memory_mapping.c 3043F: system/physmem.c 3044F: include/exec/memory-internal.h 3045F: scripts/coccinelle/memory-region-housekeeping.cocci 3046 3047Memory devices 3048M: David Hildenbrand <david@redhat.com> 3049M: Igor Mammedov <imammedo@redhat.com> 3050R: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 3051S: Supported 3052F: hw/mem/memory-device.c 3053F: hw/mem/nvdimm.c 3054F: hw/mem/pc-dimm.c 3055F: include/hw/mem/memory-device.h 3056F: include/hw/mem/nvdimm.h 3057F: include/hw/mem/pc-dimm.h 3058F: stubs/memory_device.c 3059F: docs/nvdimm.txt 3060 3061SPICE 3062M: Gerd Hoffmann <kraxel@redhat.com> 3063S: Odd Fixes 3064F: include/ui/qemu-spice.h 3065F: include/ui/spice-display.h 3066F: ui/spice-*.c 3067F: audio/spiceaudio.c 3068F: hw/display/qxl* 3069F: qapi/ui.json 3070F: docs/spice-port-fqdn.txt 3071 3072Graphics 3073M: Gerd Hoffmann <kraxel@redhat.com> 3074M: Marc-André Lureau <marcandre.lureau@redhat.com> 3075S: Odd Fixes 3076F: ui/ 3077F: include/ui/ 3078F: qapi/ui.json 3079F: util/drm.c 3080F: docs/devel/ui.rst 3081 3082Cocoa graphics 3083M: Peter Maydell <peter.maydell@linaro.org> 3084M: Philippe Mathieu-Daudé <philmd@linaro.org> 3085R: Akihiko Odaki <akihiko.odaki@daynix.com> 3086S: Odd Fixes 3087F: ui/cocoa.m 3088 3089Main loop 3090M: Paolo Bonzini <pbonzini@redhat.com> 3091S: Maintained 3092F: include/qemu/main-loop.h 3093F: include/sysemu/runstate.h 3094F: include/sysemu/runstate-action.h 3095F: util/main-loop.c 3096F: util/qemu-timer*.c 3097F: system/vl.c 3098F: system/main.c 3099F: system/cpus.c 3100F: system/cpu-throttle.c 3101F: system/cpu-timers.c 3102F: system/runstate* 3103F: qapi/run-state.json 3104 3105Read, Copy, Update (RCU) 3106M: Paolo Bonzini <pbonzini@redhat.com> 3107S: Maintained 3108F: docs/devel/lockcnt.txt 3109F: docs/devel/rcu.txt 3110F: include/qemu/rcu*.h 3111F: tests/unit/rcutorture.c 3112F: tests/unit/test-rcu-*.c 3113F: util/rcu.c 3114 3115Human Monitor (HMP) 3116M: Dr. David Alan Gilbert <dave@treblig.org> 3117S: Maintained 3118F: monitor/monitor-internal.h 3119F: monitor/misc.c 3120F: monitor/monitor.c 3121F: monitor/hmp* 3122F: hmp.h 3123F: hmp-commands*.hx 3124F: include/monitor/hmp-target.h 3125F: tests/qtest/test-hmp.c 3126F: include/qemu/qemu-print.h 3127F: util/qemu-print.c 3128 3129Network device backends 3130M: Jason Wang <jasowang@redhat.com> 3131S: Maintained 3132F: net/ 3133F: include/net/ 3134F: qemu-bridge-helper.c 3135T: git https://github.com/jasowang/qemu.git net 3136F: qapi/net.json 3137 3138Netmap network backend 3139M: Luigi Rizzo <rizzo@iet.unipi.it> 3140M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 3141M: Vincenzo Maffione <v.maffione@gmail.com> 3142W: http://info.iet.unipi.it/~luigi/netmap/ 3143S: Maintained 3144F: net/netmap.c 3145 3146AF_XDP network backend 3147R: Ilya Maximets <i.maximets@ovn.org> 3148F: net/af-xdp.c 3149 3150Host Memory Backends 3151M: David Hildenbrand <david@redhat.com> 3152M: Igor Mammedov <imammedo@redhat.com> 3153S: Maintained 3154F: backends/hostmem*.c 3155F: include/sysemu/hostmem.h 3156F: docs/system/vm-templating.rst 3157T: git https://gitlab.com/ehabkost/qemu.git machine-next 3158 3159Cryptodev Backends 3160M: Gonglei <arei.gonglei@huawei.com> 3161M: zhenwei pi <pizhenwei@bytedance.com> 3162S: Maintained 3163F: include/sysemu/cryptodev*.h 3164F: backends/cryptodev*.c 3165F: qapi/cryptodev.json 3166 3167Python library 3168M: John Snow <jsnow@redhat.com> 3169M: Cleber Rosa <crosa@redhat.com> 3170R: Beraldo Leal <bleal@redhat.com> 3171S: Maintained 3172F: python/ 3173T: git https://gitlab.com/jsnow/qemu.git python 3174 3175Python scripts 3176M: John Snow <jsnow@redhat.com> 3177M: Cleber Rosa <crosa@redhat.com> 3178S: Odd Fixes 3179F: scripts/*.py 3180F: tests/*.py 3181 3182Benchmark util 3183M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3184S: Maintained 3185F: scripts/simplebench/ 3186T: git https://gitlab.com/vsementsov/qemu.git simplebench 3187 3188Transactions helper 3189M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3190S: Maintained 3191F: include/qemu/transactions.h 3192F: util/transactions.c 3193T: git https://gitlab.com/vsementsov/qemu.git block 3194 3195QAPI 3196M: Markus Armbruster <armbru@redhat.com> 3197M: Michael Roth <michael.roth@amd.com> 3198S: Supported 3199F: qapi/ 3200X: qapi/*.json 3201F: include/qapi/ 3202X: include/qapi/qmp/ 3203F: include/qapi/qmp/dispatch.h 3204F: tests/qapi-schema/ 3205F: tests/unit/test-*-visitor.c 3206F: tests/unit/test-qapi-*.c 3207F: tests/unit/test-qmp-*.c 3208F: tests/unit/test-visitor-serialization.c 3209F: scripts/qapi-gen.py 3210F: scripts/qapi/* 3211F: docs/sphinx/qapidoc.py 3212F: docs/devel/qapi* 3213T: git https://repo.or.cz/qemu/armbru.git qapi-next 3214 3215QAPI Schema 3216M: Eric Blake <eblake@redhat.com> 3217M: Markus Armbruster <armbru@redhat.com> 3218S: Supported 3219F: qapi/*.json 3220T: git https://repo.or.cz/qemu/armbru.git qapi-next 3221 3222QObject 3223M: Markus Armbruster <armbru@redhat.com> 3224S: Supported 3225F: qobject/ 3226F: include/qapi/qmp/ 3227X: include/qapi/qmp/dispatch.h 3228F: scripts/coccinelle/qobject.cocci 3229F: tests/unit/check-qdict.c 3230F: tests/unit/check-qjson.c 3231F: tests/unit/check-qlist.c 3232F: tests/unit/check-qlit.c 3233F: tests/unit/check-qnull.c 3234F: tests/unit/check-qnum.c 3235F: tests/unit/check-qobject.c 3236F: tests/unit/check-qstring.c 3237F: tests/data/qobject/qdict.txt 3238T: git https://repo.or.cz/qemu/armbru.git qapi-next 3239 3240QEMU Guest Agent 3241M: Michael Roth <michael.roth@amd.com> 3242M: Konstantin Kostiuk <kkostiuk@redhat.com> 3243S: Maintained 3244F: qga/ 3245F: contrib/systemd/qemu-guest-agent.service 3246F: docs/interop/qemu-ga.rst 3247F: docs/interop/qemu-ga-ref.rst 3248F: scripts/qemu-guest-agent/ 3249F: tests/*/test-qga* 3250T: git https://github.com/mdroth/qemu.git qga 3251 3252QEMU Guest Agent Win32 3253M: Konstantin Kostiuk <kkostiuk@redhat.com> 3254S: Maintained 3255F: qga/*win32* 3256F: qga/vss-win32/ 3257F: qga/installer/ 3258T: git https://github.com/kostyanf14/qemu.git qga-win32 3259 3260QOM 3261M: Paolo Bonzini <pbonzini@redhat.com> 3262R: Daniel P. Berrange <berrange@redhat.com> 3263R: Eduardo Habkost <eduardo@habkost.net> 3264S: Supported 3265F: docs/devel/qom.rst 3266F: docs/qdev-device-use.txt 3267F: hw/core/qdev* 3268F: hw/core/bus.c 3269F: hw/core/sysbus.c 3270F: include/hw/qdev* 3271F: include/monitor/qdev.h 3272F: include/qom/ 3273F: qapi/qom.json 3274F: qapi/qdev.json 3275F: scripts/coccinelle/qom-parent-type.cocci 3276F: scripts/qom-cast-macro-clean-cocci-gen.py 3277F: system/qdev-monitor.c 3278F: stubs/qdev.c 3279F: qom/ 3280F: tests/unit/check-qom-interface.c 3281F: tests/unit/check-qom-proplist.c 3282F: tests/unit/test-qdev-global-props.c 3283 3284QOM boilerplate conversion script 3285M: Eduardo Habkost <eduardo@habkost.net> 3286S: Maintained 3287F: scripts/codeconverter/ 3288 3289QMP 3290M: Markus Armbruster <armbru@redhat.com> 3291S: Supported 3292F: monitor/monitor-internal.h 3293F: monitor/qmp* 3294F: monitor/misc.c 3295F: monitor/monitor.c 3296F: qapi/control.json 3297F: qapi/error.json 3298F: qapi/introspect.json 3299F: docs/devel/*qmp-* 3300F: docs/interop/*qmp-* 3301F: scripts/qmp/ 3302F: tests/qtest/qmp-test.c 3303F: tests/qtest/qmp-cmd-test.c 3304T: git https://repo.or.cz/qemu/armbru.git qapi-next 3305 3306qtest 3307M: Thomas Huth <thuth@redhat.com> 3308M: Laurent Vivier <lvivier@redhat.com> 3309R: Paolo Bonzini <pbonzini@redhat.com> 3310S: Maintained 3311F: system/qtest.c 3312F: include/sysemu/qtest.h 3313F: accel/qtest/ 3314F: tests/qtest/ 3315F: docs/devel/qgraph.rst 3316F: docs/devel/qtest.rst 3317X: tests/qtest/bios-tables-test* 3318 3319Device Fuzzing 3320M: Alexander Bulekov <alxndr@bu.edu> 3321R: Paolo Bonzini <pbonzini@redhat.com> 3322R: Bandan Das <bsd@redhat.com> 3323R: Stefan Hajnoczi <stefanha@redhat.com> 3324R: Thomas Huth <thuth@redhat.com> 3325R: Darren Kenny <darren.kenny@oracle.com> 3326R: Qiuhao Li <Qiuhao.Li@outlook.com> 3327S: Maintained 3328F: tests/qtest/fuzz/ 3329F: tests/qtest/fuzz-*test.c 3330F: tests/docker/test-fuzz 3331F: scripts/oss-fuzz/ 3332F: hw/mem/sparse-mem.c 3333F: docs/devel/fuzzing.rst 3334 3335Register API 3336M: Alistair Francis <alistair@alistair23.me> 3337S: Maintained 3338F: hw/core/register.c 3339F: include/hw/register.h 3340F: include/hw/registerfields.h 3341 3342SLIRP 3343M: Samuel Thibault <samuel.thibault@ens-lyon.org> 3344S: Maintained 3345F: net/slirp.c 3346F: include/net/slirp.h 3347T: git https://people.debian.org/~sthibault/qemu.git slirp 3348 3349Stats 3350S: Orphan 3351F: include/sysemu/stats.h 3352F: stats/ 3353F: qapi/stats.json 3354 3355Streams 3356M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 3357S: Maintained 3358F: hw/core/stream.c 3359F: include/hw/stream.h 3360 3361Stubs 3362M: Paolo Bonzini <pbonzini@redhat.com> 3363S: Maintained 3364F: stubs/ 3365 3366Tracing 3367M: Stefan Hajnoczi <stefanha@redhat.com> 3368R: Mads Ynddal <mads@ynddal.dk> 3369S: Maintained 3370F: trace/ 3371F: trace-events 3372F: docs/qemu-option-trace.rst.inc 3373F: qapi/trace.json 3374F: scripts/tracetool.py 3375F: scripts/tracetool/ 3376F: scripts/qemu-trace-stap* 3377F: docs/tools/qemu-trace-stap.rst 3378F: docs/devel/tracing.rst 3379T: git https://github.com/stefanha/qemu.git tracing 3380 3381Simpletrace 3382M: Mads Ynddal <mads@ynddal.dk> 3383S: Maintained 3384F: scripts/simpletrace.py 3385 3386TPM 3387M: Stefan Berger <stefanb@linux.ibm.com> 3388S: Maintained 3389F: system/tpm* 3390F: hw/tpm/* 3391F: include/hw/acpi/tpm.h 3392F: include/sysemu/tpm* 3393F: qapi/tpm.json 3394F: backends/tpm/ 3395F: tests/qtest/*tpm* 3396F: docs/specs/tpm.rst 3397T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 3398 3399Checkpatch 3400S: Odd Fixes 3401F: scripts/checkpatch.pl 3402 3403Migration 3404M: Peter Xu <peterx@redhat.com> 3405M: Fabiano Rosas <farosas@suse.de> 3406S: Maintained 3407F: hw/core/vmstate-if.c 3408F: include/hw/vmstate-if.h 3409F: include/migration/ 3410F: include/qemu/userfaultfd.h 3411F: migration/ 3412F: scripts/vmstate-static-checker.py 3413F: tests/vmstate-static-checker-data/ 3414F: tests/qtest/migration-test.c 3415F: docs/devel/migration.rst 3416F: qapi/migration.json 3417F: tests/migration/ 3418F: util/userfaultfd.c 3419X: migration/rdma* 3420 3421RDMA Migration 3422R: Li Zhijian <lizhijian@fujitsu.com> 3423R: Peter Xu <peterx@redhat.com> 3424S: Odd Fixes 3425F: migration/rdma* 3426 3427Migration dirty limit and dirty page rate 3428M: Hyman Huang <yong.huang@smartx.com> 3429S: Maintained 3430F: system/dirtylimit.c 3431F: include/sysemu/dirtylimit.h 3432F: migration/dirtyrate.c 3433F: migration/dirtyrate.h 3434F: include/sysemu/dirtyrate.h 3435 3436Detached LUKS header 3437M: Hyman Huang <yong.huang@smartx.com> 3438S: Maintained 3439F: tests/qemu-iotests/tests/luks-detached-header 3440 3441D-Bus 3442M: Marc-André Lureau <marcandre.lureau@redhat.com> 3443S: Maintained 3444F: backends/dbus-vmstate.c 3445F: ui/dbus* 3446F: audio/dbus* 3447F: util/dbus.c 3448F: include/ui/dbus* 3449F: include/qemu/dbus.h 3450F: docs/interop/dbus* 3451F: docs/sphinx/dbus* 3452F: docs/sphinx/fakedbusdoc.py 3453F: tests/qtest/dbus* 3454F: scripts/xml-preprocess* 3455 3456Seccomp 3457M: Daniel P. Berrange <berrange@redhat.com> 3458S: Odd Fixes 3459F: system/qemu-seccomp.c 3460F: include/sysemu/seccomp.h 3461F: tests/unit/test-seccomp.c 3462 3463Cryptography 3464M: Daniel P. Berrange <berrange@redhat.com> 3465S: Maintained 3466F: crypto/ 3467F: include/crypto/ 3468F: host/include/*/host/crypto/ 3469F: qapi/crypto.json 3470F: tests/unit/test-crypto-* 3471F: tests/bench/benchmark-crypto-* 3472F: tests/unit/crypto-tls-* 3473F: tests/unit/pkix_asn1_tab.c 3474F: qemu.sasl 3475 3476Coroutines 3477M: Stefan Hajnoczi <stefanha@redhat.com> 3478M: Kevin Wolf <kwolf@redhat.com> 3479S: Maintained 3480F: util/*coroutine* 3481F: include/qemu/coroutine* 3482F: tests/unit/test-coroutine.c 3483 3484Buffers 3485M: Daniel P. Berrange <berrange@redhat.com> 3486S: Odd Fixes 3487F: util/buffer.c 3488F: include/qemu/buffer.h 3489 3490I/O Channels 3491M: Daniel P. Berrange <berrange@redhat.com> 3492S: Maintained 3493F: io/ 3494F: include/io/ 3495F: tests/unit/test-io-* 3496 3497User authorization 3498M: Daniel P. Berrange <berrange@redhat.com> 3499S: Maintained 3500F: authz/ 3501F: qapi/authz.json 3502F: include/authz/ 3503F: tests/unit/test-authz-* 3504 3505Sockets 3506M: Daniel P. Berrange <berrange@redhat.com> 3507S: Maintained 3508F: include/qemu/sockets.h 3509F: util/qemu-sockets.c 3510F: qapi/sockets.json 3511 3512File monitor 3513M: Daniel P. Berrange <berrange@redhat.com> 3514S: Odd Fixes 3515F: util/filemonitor*.c 3516F: include/qemu/filemonitor.h 3517F: tests/unit/test-util-filemonitor.c 3518 3519Throttling infrastructure 3520M: Alberto Garcia <berto@igalia.com> 3521S: Supported 3522F: block/throttle-groups.c 3523F: include/block/throttle-groups.h 3524F: include/qemu/throttle*.h 3525F: util/throttle.c 3526F: docs/throttle.txt 3527F: tests/unit/test-throttle.c 3528L: qemu-block@nongnu.org 3529 3530UUID 3531M: Fam Zheng <fam@euphon.net> 3532S: Supported 3533F: util/uuid.c 3534F: include/qemu/uuid.h 3535F: tests/unit/test-uuid.c 3536 3537Yank feature 3538M: Lukas Straub <lukasstraub2@web.de> 3539S: Odd fixes 3540F: util/yank.c 3541F: migration/yank_functions* 3542F: tests/unit/test-yank.c 3543F: include/qemu/yank.h 3544F: qapi/yank.json 3545 3546COLO Framework 3547M: Hailiang Zhang <zhanghailiang@xfusion.com> 3548S: Maintained 3549F: migration/colo* 3550F: include/migration/colo.h 3551F: include/migration/failover.h 3552F: docs/COLO-FT.txt 3553 3554COLO Proxy 3555M: Zhang Chen <chen.zhang@intel.com> 3556M: Li Zhijian <lizhijian@fujitsu.com> 3557S: Supported 3558F: docs/colo-proxy.txt 3559F: net/colo* 3560F: net/filter-rewriter.c 3561F: net/filter-mirror.c 3562F: tests/qtest/test-filter* 3563 3564Record/replay 3565M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 3566R: Paolo Bonzini <pbonzini@redhat.com> 3567W: https://wiki.qemu.org/Features/record-replay 3568S: Supported 3569F: replay/* 3570F: block/blkreplay.c 3571F: net/filter-replay.c 3572F: include/exec/replay-core.h 3573F: include/sysemu/replay.h 3574F: docs/devel/replay.rst 3575F: docs/system/replay.rst 3576F: stubs/replay.c 3577F: tests/avocado/replay_kernel.py 3578F: tests/avocado/replay_linux.py 3579F: tests/avocado/reverse_debugging.py 3580F: qapi/replay.json 3581 3582IOVA Tree 3583M: Peter Xu <peterx@redhat.com> 3584S: Maintained 3585F: include/qemu/iova-tree.h 3586F: util/iova-tree.c 3587 3588elf2dmp 3589M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 3590S: Maintained 3591F: contrib/elf2dmp/ 3592 3593Overall sensors 3594M: Philippe Mathieu-Daudé <philmd@linaro.org> 3595S: Odd Fixes 3596F: hw/sensor 3597F: include/hw/sensor 3598 3599I2C and SMBus 3600M: Corey Minyard <cminyard@mvista.com> 3601S: Maintained 3602F: hw/i2c/core.c 3603F: hw/i2c/smbus_slave.c 3604F: hw/i2c/smbus_master.c 3605F: hw/i2c/smbus_eeprom.c 3606F: include/hw/i2c/i2c.h 3607F: include/hw/i2c/smbus_master.h 3608F: include/hw/i2c/smbus_slave.h 3609F: include/hw/i2c/smbus_eeprom.h 3610 3611PMBus 3612M: Titus Rwantare <titusr@google.com> 3613S: Maintained 3614F: hw/i2c/pmbus_device.c 3615F: hw/sensor/adm1272.c 3616F: hw/sensor/isl_pmbus_vr.c 3617F: hw/sensor/max34451.c 3618F: include/hw/i2c/pmbus_device.h 3619F: include/hw/sensor/isl_pmbus_vr.h 3620F: tests/qtest/adm1272-test.c 3621F: tests/qtest/max34451-test.c 3622F: tests/qtest/isl_pmbus_vr-test.c 3623 3624FSI 3625M: Ninad Palsule <ninad@linux.ibm.com> 3626R: Cédric Le Goater <clg@kaod.org> 3627S: Maintained 3628F: hw/fsi/* 3629F: include/hw/fsi/* 3630F: docs/specs/fsi.rst 3631F: tests/qtest/aspeed_fsi-test.c 3632 3633Firmware schema specifications 3634M: Philippe Mathieu-Daudé <philmd@linaro.org> 3635R: Daniel P. Berrange <berrange@redhat.com> 3636R: Kashyap Chamarthy <kchamart@redhat.com> 3637S: Maintained 3638F: docs/interop/firmware.json 3639 3640EDK2 Firmware 3641M: Philippe Mathieu-Daudé <philmd@linaro.org> 3642M: Gerd Hoffmann <kraxel@redhat.com> 3643S: Supported 3644F: hw/i386/*ovmf* 3645F: pc-bios/descriptors/??-edk2-*.json 3646F: pc-bios/edk2-* 3647F: roms/Makefile.edk2 3648F: roms/edk2 3649F: roms/edk2-* 3650F: tests/data/uefi-boot-images/ 3651F: tests/uefi-test-tools/ 3652 3653VT-d Emulation 3654M: Michael S. Tsirkin <mst@redhat.com> 3655R: Jason Wang <jasowang@redhat.com> 3656S: Supported 3657F: hw/i386/intel_iommu.c 3658F: hw/i386/intel_iommu_internal.h 3659F: include/hw/i386/intel_iommu.h 3660 3661AMD-Vi Emulation 3662S: Orphan 3663F: hw/i386/amd_iommu.? 3664 3665OpenSBI Firmware 3666M: Bin Meng <bmeng.cn@gmail.com> 3667S: Supported 3668F: pc-bios/opensbi-* 3669F: .gitlab-ci.d/opensbi.yml 3670F: .gitlab-ci.d/opensbi/ 3671 3672Clock framework 3673M: Luc Michel <luc@lmichel.fr> 3674R: Damien Hedde <damien.hedde@dahe.fr> 3675S: Maintained 3676F: include/hw/clock.h 3677F: include/hw/qdev-clock.h 3678F: hw/core/clock.c 3679F: hw/core/clock-vmstate.c 3680F: hw/core/qdev-clock.c 3681F: docs/devel/clocks.rst 3682 3683Reset framework 3684M: Peter Maydell <peter.maydell@linaro.org> 3685S: Maintained 3686F: include/hw/resettable.h 3687F: include/hw/core/resetcontainer.h 3688F: include/sysemu/reset.h 3689F: hw/core/reset.c 3690F: hw/core/resettable.c 3691F: hw/core/resetcontainer.c 3692 3693Usermode Emulation 3694------------------ 3695Overall usermode emulation 3696M: Riku Voipio <riku.voipio@iki.fi> 3697S: Maintained 3698F: accel/tcg/user-exec*.c 3699F: include/user/ 3700F: common-user/ 3701 3702BSD user 3703M: Warner Losh <imp@bsdimp.com> 3704R: Kyle Evans <kevans@freebsd.org> 3705S: Maintained 3706F: bsd-user/ 3707F: configs/targets/*-bsd-user.mak 3708F: tests/vm/*bsd 3709T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 3710 3711Linux user 3712M: Laurent Vivier <laurent@vivier.eu> 3713S: Maintained 3714F: linux-user/ 3715F: configs/targets/*linux-user.mak 3716F: scripts/qemu-binfmt-conf.sh 3717F: scripts/update-syscalltbl.sh 3718F: scripts/update-mips-syscall-args.sh 3719F: scripts/gensyscalls.sh 3720 3721Tiny Code Generator (TCG) 3722------------------------- 3723Common TCG code 3724M: Richard Henderson <richard.henderson@linaro.org> 3725S: Maintained 3726F: tcg/ 3727F: include/tcg/ 3728 3729TCG Plugins 3730M: Alex Bennée <alex.bennee@linaro.org> 3731R: Alexandre Iooss <erdnaxe@crans.org> 3732R: Mahmoud Mandour <ma.mandourr@gmail.com> 3733R: Pierrick Bouvier <pierrick.bouvier@linaro.org> 3734S: Maintained 3735F: docs/devel/tcg-plugins.rst 3736F: plugins/ 3737F: tests/plugin/ 3738F: tests/avocado/tcg_plugins.py 3739F: contrib/plugins/ 3740 3741AArch64 TCG target 3742M: Richard Henderson <richard.henderson@linaro.org> 3743S: Maintained 3744L: qemu-arm@nongnu.org 3745F: tcg/aarch64/ 3746 3747ARM TCG target 3748M: Richard Henderson <richard.henderson@linaro.org> 3749S: Maintained 3750L: qemu-arm@nongnu.org 3751F: tcg/arm/ 3752 3753i386 TCG target 3754M: Richard Henderson <richard.henderson@linaro.org> 3755S: Maintained 3756F: tcg/i386/ 3757 3758LoongArch64 TCG target 3759M: WANG Xuerui <git@xen0n.name> 3760S: Maintained 3761F: tcg/loongarch64/ 3762 3763MIPS TCG target 3764M: Philippe Mathieu-Daudé <philmd@linaro.org> 3765R: Aurelien Jarno <aurelien@aurel32.net> 3766R: Huacai Chen <chenhuacai@kernel.org> 3767R: Jiaxun Yang <jiaxun.yang@flygoat.com> 3768R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3769S: Odd Fixes 3770F: tcg/mips/ 3771 3772PPC TCG target 3773M: Richard Henderson <richard.henderson@linaro.org> 3774S: Odd Fixes 3775F: tcg/ppc/ 3776 3777RISC-V TCG target 3778M: Palmer Dabbelt <palmer@dabbelt.com> 3779M: Alistair Francis <Alistair.Francis@wdc.com> 3780L: qemu-riscv@nongnu.org 3781S: Maintained 3782F: tcg/riscv/ 3783F: disas/riscv.[ch] 3784 3785S390 TCG target 3786M: Richard Henderson <richard.henderson@linaro.org> 3787S: Maintained 3788F: tcg/s390/ 3789L: qemu-s390x@nongnu.org 3790 3791SPARC TCG target 3792S: Odd Fixes 3793F: tcg/sparc64/ 3794F: disas/sparc.c 3795 3796TCI TCG target 3797M: Stefan Weil <sw@weilnetz.de> 3798S: Maintained 3799F: tcg/tci/ 3800F: tcg/tci.c 3801F: disas/tci.c 3802 3803Block drivers 3804------------- 3805VMDK 3806M: Fam Zheng <fam@euphon.net> 3807L: qemu-block@nongnu.org 3808S: Supported 3809F: block/vmdk.c 3810 3811RBD 3812M: Ilya Dryomov <idryomov@gmail.com> 3813R: Peter Lieven <pl@kamp.de> 3814L: qemu-block@nongnu.org 3815S: Supported 3816F: block/rbd.c 3817 3818VHDX 3819M: Jeff Cody <codyprime@gmail.com> 3820L: qemu-block@nongnu.org 3821S: Supported 3822F: block/vhdx* 3823 3824VDI 3825M: Stefan Weil <sw@weilnetz.de> 3826L: qemu-block@nongnu.org 3827S: Maintained 3828F: block/vdi.c 3829 3830blkio 3831M: Stefan Hajnoczi <stefanha@redhat.com> 3832L: qemu-block@nongnu.org 3833S: Maintained 3834F: block/blkio.c 3835 3836iSCSI 3837M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3838M: Paolo Bonzini <pbonzini@redhat.com> 3839M: Peter Lieven <pl@kamp.de> 3840L: qemu-block@nongnu.org 3841S: Odd Fixes 3842F: block/iscsi.c 3843F: block/iscsi-opts.c 3844 3845Network Block Device (NBD) 3846M: Eric Blake <eblake@redhat.com> 3847M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3848L: qemu-block@nongnu.org 3849S: Maintained 3850F: block/nbd* 3851F: nbd/ 3852F: include/block/nbd* 3853F: qemu-nbd.* 3854F: blockdev-nbd.c 3855F: docs/interop/nbd.txt 3856F: docs/tools/qemu-nbd.rst 3857F: tests/qemu-iotests/tests/*nbd* 3858T: git https://repo.or.cz/qemu/ericb.git nbd 3859T: git https://gitlab.com/vsementsov/qemu.git block 3860 3861NFS 3862M: Peter Lieven <pl@kamp.de> 3863L: qemu-block@nongnu.org 3864S: Maintained 3865F: block/nfs.c 3866 3867SSH 3868M: Richard W.M. Jones <rjones@redhat.com> 3869L: qemu-block@nongnu.org 3870S: Supported 3871F: block/ssh.c 3872 3873CURL 3874L: qemu-block@nongnu.org 3875S: Odd Fixes 3876F: block/curl.c 3877 3878GLUSTER 3879L: qemu-block@nongnu.org 3880L: integration@gluster.org 3881S: Odd Fixes 3882F: block/gluster.c 3883 3884Null Block Driver 3885M: Fam Zheng <fam@euphon.net> 3886L: qemu-block@nongnu.org 3887S: Supported 3888F: block/null.c 3889 3890NVMe Block Driver 3891M: Stefan Hajnoczi <stefanha@redhat.com> 3892R: Fam Zheng <fam@euphon.net> 3893R: Philippe Mathieu-Daudé <philmd@linaro.org> 3894L: qemu-block@nongnu.org 3895S: Supported 3896F: block/nvme* 3897F: include/block/nvme.h 3898T: git https://github.com/stefanha/qemu.git block 3899 3900Bootdevice 3901M: Gonglei <arei.gonglei@huawei.com> 3902S: Maintained 3903F: system/bootdevice.c 3904 3905Quorum 3906M: Alberto Garcia <berto@igalia.com> 3907S: Supported 3908F: block/quorum.c 3909L: qemu-block@nongnu.org 3910 3911blklogwrites 3912M: Ari Sundholm <ari@tuxera.com> 3913L: qemu-block@nongnu.org 3914S: Supported 3915F: block/blklogwrites.c 3916 3917blkverify 3918M: Stefan Hajnoczi <stefanha@redhat.com> 3919L: qemu-block@nongnu.org 3920S: Supported 3921F: block/blkverify.c 3922 3923bochs 3924M: Stefan Hajnoczi <stefanha@redhat.com> 3925L: qemu-block@nongnu.org 3926S: Supported 3927F: block/bochs.c 3928 3929cloop 3930M: Stefan Hajnoczi <stefanha@redhat.com> 3931L: qemu-block@nongnu.org 3932S: Supported 3933F: block/cloop.c 3934 3935dmg 3936M: Stefan Hajnoczi <stefanha@redhat.com> 3937L: qemu-block@nongnu.org 3938S: Supported 3939F: block/dmg.c 3940 3941parallels 3942M: Stefan Hajnoczi <stefanha@redhat.com> 3943M: Denis V. Lunev <den@openvz.org> 3944L: qemu-block@nongnu.org 3945S: Supported 3946F: block/parallels.c 3947F: block/parallels-ext.c 3948F: docs/interop/parallels.txt 3949T: git https://src.openvz.org/scm/~den/qemu.git parallels 3950 3951qed 3952M: Stefan Hajnoczi <stefanha@redhat.com> 3953L: qemu-block@nongnu.org 3954S: Supported 3955F: block/qed.c 3956 3957raw 3958M: Kevin Wolf <kwolf@redhat.com> 3959L: qemu-block@nongnu.org 3960S: Supported 3961F: block/linux-aio.c 3962F: include/block/raw-aio.h 3963F: block/raw-format.c 3964F: block/file-posix.c 3965F: block/file-win32.c 3966F: block/win32-aio.c 3967 3968Linux io_uring 3969M: Aarushi Mehta <mehta.aaru20@gmail.com> 3970M: Julia Suvorova <jusual@redhat.com> 3971M: Stefan Hajnoczi <stefanha@redhat.com> 3972R: Stefano Garzarella <sgarzare@redhat.com> 3973L: qemu-block@nongnu.org 3974S: Maintained 3975F: block/io_uring.c 3976F: stubs/io_uring.c 3977 3978qcow2 3979M: Kevin Wolf <kwolf@redhat.com> 3980M: Hanna Reitz <hreitz@redhat.com> 3981L: qemu-block@nongnu.org 3982S: Supported 3983F: block/qcow2* 3984F: docs/interop/qcow2.txt 3985 3986qcow 3987M: Kevin Wolf <kwolf@redhat.com> 3988L: qemu-block@nongnu.org 3989S: Supported 3990F: block/qcow.c 3991 3992blkdebug 3993M: Kevin Wolf <kwolf@redhat.com> 3994M: Hanna Reitz <hreitz@redhat.com> 3995L: qemu-block@nongnu.org 3996S: Supported 3997F: block/blkdebug.c 3998 3999vpc 4000M: Kevin Wolf <kwolf@redhat.com> 4001L: qemu-block@nongnu.org 4002S: Supported 4003F: block/vpc.c 4004 4005vvfat 4006M: Kevin Wolf <kwolf@redhat.com> 4007L: qemu-block@nongnu.org 4008S: Odd Fixes 4009F: block/vvfat.c 4010 4011Image format fuzzer 4012M: Stefan Hajnoczi <stefanha@redhat.com> 4013L: qemu-block@nongnu.org 4014S: Supported 4015F: tests/image-fuzzer/ 4016 4017Vhost-user block device backend server 4018M: Coiby Xu <Coiby.Xu@gmail.com> 4019S: Maintained 4020F: block/export/vhost-user-blk-server.c 4021F: block/export/vhost-user-blk-server.h 4022F: block/export/virtio-blk-handler.c 4023F: block/export/virtio-blk-handler.h 4024F: include/qemu/vhost-user-server.h 4025F: tests/qtest/libqos/vhost-user-blk.c 4026F: tests/qtest/libqos/vhost-user-blk.h 4027F: tests/qtest/vhost-user-blk-test.c 4028F: util/vhost-user-server.c 4029 4030FUSE block device exports 4031M: Hanna Reitz <hreitz@redhat.com> 4032L: qemu-block@nongnu.org 4033S: Supported 4034F: block/export/fuse.c 4035 4036VDUSE library and block device exports 4037M: Xie Yongji <xieyongji@bytedance.com> 4038S: Maintained 4039F: subprojects/libvduse/ 4040F: block/export/vduse-blk.c 4041F: block/export/vduse-blk.h 4042 4043Replication 4044M: Wen Congyang <wencongyang2@huawei.com> 4045M: Xie Changlong <xiechanglong.d@gmail.com> 4046S: Supported 4047F: replication* 4048F: block/replication.c 4049F: tests/unit/test-replication.c 4050F: docs/block-replication.txt 4051 4052PVRDMA 4053M: Yuval Shaia <yuval.shaia.ml@gmail.com> 4054M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 4055S: Odd Fixes 4056F: hw/rdma/* 4057F: hw/rdma/vmw/* 4058F: docs/pvrdma.txt 4059F: contrib/rdmacm-mux/* 4060F: qapi/rdma.json 4061 4062Semihosting 4063M: Alex Bennée <alex.bennee@linaro.org> 4064S: Maintained 4065F: semihosting/ 4066F: include/semihosting/ 4067F: tests/tcg/multiarch/arm-compat-semi/ 4068F: tests/tcg/aarch64/system/semiheap.c 4069 4070Multi-process QEMU 4071M: Elena Ufimtseva <elena.ufimtseva@oracle.com> 4072M: Jagannathan Raman <jag.raman@oracle.com> 4073S: Maintained 4074F: docs/devel/multi-process.rst 4075F: docs/system/multi-process.rst 4076F: hw/pci-host/remote.c 4077F: include/hw/pci-host/remote.h 4078F: hw/remote/machine.c 4079F: include/hw/remote/machine.h 4080F: hw/remote/mpqemu-link.c 4081F: include/hw/remote/mpqemu-link.h 4082F: hw/remote/message.c 4083F: hw/remote/remote-obj.c 4084F: include/hw/remote/memory.h 4085F: hw/remote/memory.c 4086F: hw/remote/proxy.c 4087F: include/hw/remote/proxy.h 4088F: hw/remote/proxy-memory-listener.c 4089F: include/hw/remote/proxy-memory-listener.h 4090F: hw/remote/iohub.c 4091F: include/hw/remote/iohub.h 4092F: subprojects/libvfio-user 4093F: hw/remote/vfio-user-obj.c 4094F: include/hw/remote/vfio-user-obj.h 4095F: hw/remote/iommu.c 4096F: include/hw/remote/iommu.h 4097 4098EBPF: 4099M: Jason Wang <jasowang@redhat.com> 4100R: Andrew Melnychenko <andrew@daynix.com> 4101R: Yuri Benditovich <yuri.benditovich@daynix.com> 4102S: Maintained 4103F: docs/devel/ebpf_rss.rst 4104F: ebpf/* 4105F: tools/ebpf/* 4106 4107Build and test automation 4108------------------------- 4109Build and test automation, general continuous integration 4110M: Alex Bennée <alex.bennee@linaro.org> 4111M: Philippe Mathieu-Daudé <philmd@linaro.org> 4112M: Thomas Huth <thuth@redhat.com> 4113R: Wainer dos Santos Moschetta <wainersm@redhat.com> 4114R: Beraldo Leal <bleal@redhat.com> 4115S: Maintained 4116F: .github/workflows/lockdown.yml 4117F: .gitlab-ci.yml 4118F: .gitlab-ci.d/ 4119F: .travis.yml 4120F: docs/devel/ci* 4121F: scripts/ci/ 4122F: tests/docker/ 4123F: tests/vm/ 4124F: tests/lcitool/ 4125F: tests/avocado/tuxrun_baselines.py 4126F: scripts/archive-source.sh 4127F: docs/devel/testing.rst 4128W: https://gitlab.com/qemu-project/qemu/pipelines 4129W: https://travis-ci.org/qemu/qemu 4130 4131FreeBSD Hosted Continuous Integration 4132M: Ed Maste <emaste@freebsd.org> 4133M: Li-Wen Hsu <lwhsu@freebsd.org> 4134S: Maintained 4135F: .gitlab-ci.d/cirrus/freebsd* 4136F: tests/vm/freebsd 4137W: https://cirrus-ci.com/github/qemu/qemu 4138 4139Windows Hosted Continuous Integration 4140M: Yonggang Luo <luoyonggang@gmail.com> 4141S: Maintained 4142F: .gitlab-ci.d/windows.yml 4143 4144Guest Test Compilation Support 4145M: Alex Bennée <alex.bennee@linaro.org> 4146R: Philippe Mathieu-Daudé <philmd@linaro.org> 4147S: Maintained 4148F: tests/tcg/Makefile.target 4149 4150Integration Testing with the Avocado framework 4151W: https://trello.com/b/6Qi1pxVn/avocado-qemu 4152R: Cleber Rosa <crosa@redhat.com> 4153R: Philippe Mathieu-Daudé <philmd@linaro.org> 4154R: Wainer dos Santos Moschetta <wainersm@redhat.com> 4155R: Beraldo Leal <bleal@redhat.com> 4156S: Odd Fixes 4157F: tests/avocado/ 4158 4159GitLab custom runner (Works On Arm Sponsored) 4160M: Alex Bennée <alex.bennee@linaro.org> 4161M: Philippe Mathieu-Daudé <philmd@linaro.org> 4162S: Maintained 4163F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml 4164F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml 4165 4166Documentation 4167------------- 4168Build system architecture 4169M: Daniel P. Berrange <berrange@redhat.com> 4170S: Odd Fixes 4171F: docs/devel/build-system.rst 4172 4173GIT Data Mining Config 4174M: Alex Bennée <alex.bennee@linaro.org> 4175S: Odd Fixes 4176F: gitdm.config 4177F: contrib/gitdm/* 4178 4179Incompatible changes 4180R: devel@lists.libvirt.org 4181F: docs/about/deprecated.rst 4182 4183Build System 4184------------ 4185Meson 4186M: Paolo Bonzini <pbonzini@redhat.com> 4187R: Marc-André Lureau <marcandre.lureau@redhat.com> 4188R: Daniel P. Berrange <berrange@redhat.com> 4189R: Thomas Huth <thuth@redhat.com> 4190R: Philippe Mathieu-Daudé <philmd@linaro.org> 4191S: Maintained 4192F: meson.build 4193F: meson_options.txt 4194F: scripts/meson-buildoptions.* 4195F: scripts/check_sparse.py 4196F: scripts/symlink-install-tree.py 4197 4198Top Level Makefile and configure 4199M: Paolo Bonzini <pbonzini@redhat.com> 4200R: Alex Bennée <alex.bennee@linaro.org> 4201R: Thomas Huth <thuth@redhat.com> 4202S: Maintained 4203F: Makefile 4204F: configure 4205F: scripts/mtest2make.py 4206F: tests/Makefile.include 4207 4208Kconfig 4209M: Paolo Bonzini <pbonzini@redhat.com> 4210S: Maintained 4211F: scripts/minikconf.py 4212F: docs/devel/kconfig.rst 4213F: Kconfig* 4214F: */Kconfig* 4215F: hw/*/Kconfig* 4216F: target/*/Kconfig* 4217 4218GIT submodules 4219M: Daniel P. Berrange <berrange@redhat.com> 4220S: Odd Fixes 4221F: scripts/git-submodule.sh 4222 4223UI translations 4224S: Orphan 4225F: po/*.po 4226 4227Sphinx documentation configuration and build machinery 4228M: Peter Maydell <peter.maydell@linaro.org> 4229S: Maintained 4230F: docs/conf.py 4231F: docs/*/conf.py 4232F: docs/sphinx/ 4233F: docs/_templates/ 4234F: docs/devel/docs.rst 4235 4236Miscellaneous 4237------------- 4238Performance Tools and Tests 4239M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 4240S: Maintained 4241F: scripts/performance/ 4242 4243Code Coverage Tools 4244M: Alex Bennée <alex.bennee@linaro.org> 4245S: Odd Fixes 4246F: scripts/coverage/ 4247