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