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