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