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