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