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