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