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