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