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