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