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