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