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