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