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