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