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 1125SmartFusion2 1126M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1127M: Peter Maydell <peter.maydell@linaro.org> 1128L: qemu-arm@nongnu.org 1129S: Maintained 1130F: hw/arm/msf2-soc.c 1131F: hw/misc/msf2-sysreg.c 1132F: hw/timer/mss-timer.c 1133F: hw/ssi/mss-spi.c 1134F: include/hw/arm/msf2-soc.h 1135F: include/hw/misc/msf2-sysreg.h 1136F: include/hw/timer/mss-timer.h 1137F: include/hw/ssi/mss-spi.h 1138F: hw/net/msf2-emac.c 1139F: include/hw/net/msf2-emac.h 1140 1141Emcraft M2S-FG484 1142M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 1143M: Peter Maydell <peter.maydell@linaro.org> 1144L: qemu-arm@nongnu.org 1145S: Maintained 1146F: hw/arm/msf2-som.c 1147F: docs/system/arm/emcraft-sf2.rst 1148 1149ASPEED BMCs 1150M: Cédric Le Goater <clg@kaod.org> 1151M: Peter Maydell <peter.maydell@linaro.org> 1152R: Andrew Jeffery <andrew@codeconstruct.com.au> 1153R: Joel Stanley <joel@jms.id.au> 1154L: qemu-arm@nongnu.org 1155S: Maintained 1156F: hw/*/*aspeed* 1157F: hw/misc/pca9552.c 1158F: include/hw/*/*aspeed* 1159F: include/hw/misc/pca9552*.h 1160F: hw/net/ftgmac100.c 1161F: include/hw/net/ftgmac100.h 1162F: docs/system/arm/aspeed.rst 1163F: tests/*/*aspeed* 1164F: hw/arm/fby35.c 1165 1166NRF51 1167M: Joel Stanley <joel@jms.id.au> 1168M: Peter Maydell <peter.maydell@linaro.org> 1169L: qemu-arm@nongnu.org 1170S: Maintained 1171F: hw/*/nrf51*.c 1172F: hw/*/microbit*.c 1173F: include/hw/*/nrf51*.h 1174F: include/hw/*/microbit*.h 1175F: tests/qtest/microbit-test.c 1176F: docs/system/arm/nrf.rst 1177 1178AVR Machines 1179------------- 1180 1181AVR MCUs 1182M: Michael Rolnik <mrolnik@gmail.com> 1183S: Maintained 1184F: configs/devices/avr-softmmu/default.mak 1185F: hw/avr/ 1186F: include/hw/char/avr_usart.h 1187F: hw/char/avr_usart.c 1188F: include/hw/timer/avr_timer16.h 1189F: hw/timer/avr_timer16.c 1190F: include/hw/misc/avr_power.h 1191F: hw/misc/avr_power.c 1192 1193Arduino 1194M: Philippe Mathieu-Daudé <philmd@linaro.org> 1195S: Maintained 1196F: hw/avr/arduino.c 1197 1198CRIS Machines 1199------------- 1200Axis Dev88 1201M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1202S: Maintained 1203F: hw/cris/axis_dev88.c 1204F: hw/*/etraxfs_*.c 1205 1206HP-PARISC Machines 1207------------------ 1208HP B160L, HP C3700 1209M: Richard Henderson <richard.henderson@linaro.org> 1210R: Helge Deller <deller@gmx.de> 1211S: Odd Fixes 1212F: configs/devices/hppa-softmmu/default.mak 1213F: hw/display/artist.c 1214F: hw/hppa/ 1215F: hw/input/lasips2.c 1216F: hw/net/*i82596* 1217F: hw/misc/lasi.c 1218F: hw/pci-host/astro.c 1219F: hw/pci-host/dino.c 1220F: include/hw/input/lasips2.h 1221F: include/hw/misc/lasi.h 1222F: include/hw/net/lasi_82596.h 1223F: include/hw/pci-host/astro.h 1224F: include/hw/pci-host/dino.h 1225F: pc-bios/hppa-firmware.img 1226F: roms/seabios-hppa/ 1227 1228LoongArch Machines 1229------------------ 1230Virt 1231M: Song Gao <gaosong@loongson.cn> 1232S: Maintained 1233F: docs/system/loongarch/virt.rst 1234F: configs/targets/loongarch64-softmmu.mak 1235F: configs/devices/loongarch64-softmmu/default.mak 1236F: hw/loongarch/ 1237F: include/hw/loongarch/virt.h 1238F: include/hw/intc/loongarch_*.h 1239F: hw/intc/loongarch_*.c 1240F: include/hw/pci-host/ls7a.h 1241F: hw/rtc/ls7a_rtc.c 1242F: gdb-xml/loongarch*.xml 1243 1244M68K Machines 1245------------- 1246an5206 1247M: Thomas Huth <huth@tuxfamily.org> 1248S: Odd Fixes 1249F: hw/m68k/an5206.c 1250F: hw/m68k/mcf5206.c 1251 1252mcf5208 1253M: Thomas Huth <huth@tuxfamily.org> 1254S: Odd Fixes 1255F: hw/m68k/mcf5208.c 1256F: hw/m68k/mcf_intc.c 1257F: hw/char/mcf_uart.c 1258F: hw/net/mcf_fec.c 1259F: include/hw/m68k/mcf*.h 1260 1261NeXTcube 1262M: Thomas Huth <huth@tuxfamily.org> 1263S: Odd Fixes 1264F: hw/m68k/next-*.c 1265F: hw/display/next-fb.c 1266F: include/hw/m68k/next-cube.h 1267 1268q800 1269M: Laurent Vivier <laurent@vivier.eu> 1270S: Maintained 1271F: hw/m68k/q800.c 1272F: hw/m68k/q800-glue.c 1273F: hw/misc/mac_via.c 1274F: hw/nubus/* 1275F: hw/display/macfb.c 1276F: hw/block/swim.c 1277F: hw/misc/djmemc.c 1278F: hw/misc/iosb.c 1279F: hw/audio/asc.c 1280F: hw/m68k/bootinfo.h 1281F: include/standard-headers/asm-m68k/bootinfo.h 1282F: include/standard-headers/asm-m68k/bootinfo-mac.h 1283F: include/hw/misc/mac_via.h 1284F: include/hw/nubus/* 1285F: include/hw/display/macfb.h 1286F: include/hw/block/swim.h 1287F: include/hw/m68k/q800.h 1288F: include/hw/m68k/q800-glue.h 1289F: include/hw/misc/djmemc.h 1290F: include/hw/misc/iosb.h 1291F: include/hw/audio/asc.h 1292 1293virt 1294M: Laurent Vivier <laurent@vivier.eu> 1295S: Maintained 1296F: hw/m68k/virt.c 1297F: hw/char/goldfish_tty.c 1298F: hw/intc/goldfish_pic.c 1299F: hw/intc/m68k_irqc.c 1300F: hw/misc/virt_ctrl.c 1301F: include/hw/char/goldfish_tty.h 1302F: include/hw/intc/goldfish_pic.h 1303F: include/hw/intc/m68k_irqc.h 1304F: include/hw/misc/virt_ctrl.h 1305F: docs/specs/virt-ctlr.rst 1306 1307MicroBlaze Machines 1308------------------- 1309petalogix_s3adsp1800 1310M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1311S: Maintained 1312F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1313F: include/hw/char/xilinx_uartlite.h 1314F: tests/avocado/machine_microblaze.py 1315 1316petalogix_ml605 1317M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1318S: Maintained 1319F: hw/microblaze/petalogix_ml605_mmu.c 1320 1321MIPS Machines 1322------------- 1323Overall MIPS Machines 1324M: Philippe Mathieu-Daudé <philmd@linaro.org> 1325S: Odd Fixes 1326F: configs/devices/mips*/* 1327F: hw/mips/ 1328F: include/hw/mips/ 1329 1330Jazz 1331M: Hervé Poussineau <hpoussin@reactos.org> 1332R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1333S: Maintained 1334F: hw/mips/jazz.c 1335F: hw/display/g364fb.c 1336F: hw/display/jazz_led.c 1337F: hw/dma/rc4030.c 1338F: hw/nvram/ds1225y.c 1339 1340Malta 1341M: Philippe Mathieu-Daudé <philmd@linaro.org> 1342R: Aurelien Jarno <aurelien@aurel32.net> 1343S: Odd Fixes 1344F: hw/isa/piix.c 1345F: hw/acpi/piix4.c 1346F: hw/mips/malta.c 1347F: hw/pci-host/gt64120.c 1348F: include/hw/southbridge/piix.h 1349F: tests/avocado/linux_ssh_mips_malta.py 1350F: tests/avocado/machine_mips_malta.py 1351 1352Mipssim 1353R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1354S: Orphan 1355F: hw/mips/mipssim.c 1356F: hw/net/mipsnet.c 1357 1358Fuloong 2E 1359M: Huacai Chen <chenhuacai@kernel.org> 1360M: Philippe Mathieu-Daudé <philmd@linaro.org> 1361R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1362S: Odd Fixes 1363F: hw/mips/fuloong2e.c 1364F: hw/pci-host/bonito.c 1365F: include/hw/pci-host/bonito.h 1366F: tests/avocado/machine_mips_fuloong2e.py 1367 1368Loongson-3 virtual platforms 1369M: Huacai Chen <chenhuacai@kernel.org> 1370R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1371S: Maintained 1372F: hw/intc/loongson_liointc.c 1373F: hw/mips/loongson3_bootp.c 1374F: hw/mips/loongson3_bootp.h 1375F: hw/mips/loongson3_virt.c 1376F: include/hw/intc/loongson_liointc.h 1377F: tests/avocado/machine_mips_loongson3v.py 1378 1379Boston 1380M: Paul Burton <paulburton@kernel.org> 1381R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1382S: Odd Fixes 1383F: hw/core/loader-fit.c 1384F: hw/mips/boston.c 1385F: hw/pci-host/xilinx-pcie.c 1386F: include/hw/pci-host/xilinx-pcie.h 1387 1388OpenRISC Machines 1389----------------- 1390or1k-sim 1391M: Jia Liu <proljc@gmail.com> 1392S: Maintained 1393F: docs/system/openrisc/or1k-sim.rst 1394F: hw/intc/ompic.c 1395F: hw/openrisc/openrisc_sim.c 1396 1397PowerPC Machines 1398---------------- 1399405 (ref405ep) 1400L: qemu-ppc@nongnu.org 1401S: Orphan 1402F: hw/ppc/ppc405* 1403F: tests/avocado/ppc_405.py 1404 1405Bamboo 1406L: qemu-ppc@nongnu.org 1407S: Orphan 1408F: hw/ppc/ppc440_bamboo.c 1409F: tests/avocado/ppc_bamboo.py 1410 1411e500 1412L: qemu-ppc@nongnu.org 1413S: Orphan 1414F: hw/ppc/e500* 1415F: hw/ppc/ppce500_spin.c 1416F: hw/gpio/mpc8xxx.c 1417F: hw/i2c/mpc_i2c.c 1418F: hw/net/fsl_etsec/ 1419F: hw/pci-host/ppce500.c 1420F: include/hw/ppc/ppc_e500.h 1421F: include/hw/pci-host/ppce500.h 1422F: pc-bios/u-boot.e500 1423F: hw/intc/openpic_kvm.c 1424F: include/hw/ppc/openpic_kvm.h 1425F: docs/system/ppc/ppce500.rst 1426 1427mpc8544ds 1428L: qemu-ppc@nongnu.org 1429S: Orphan 1430F: hw/ppc/mpc8544ds.c 1431F: hw/ppc/mpc8544_guts.c 1432F: tests/avocado/ppc_mpc8544ds.py 1433 1434New World (mac99) 1435M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1436L: qemu-ppc@nongnu.org 1437S: Odd Fixes 1438F: docs/system/ppc/powermac.rst 1439F: hw/ppc/mac_newworld.c 1440F: hw/pci-host/uninorth.c 1441F: hw/pci-bridge/dec.[hc] 1442F: hw/misc/macio/ 1443F: hw/misc/mos6522.c 1444F: hw/nvram/mac_nvram.c 1445F: hw/ppc/fw_cfg.c 1446F: hw/input/adb* 1447F: include/hw/misc/macio/ 1448F: include/hw/misc/mos6522.h 1449F: include/hw/nvram/mac_nvram.h 1450F: include/hw/ppc/mac_dbdma.h 1451F: include/hw/pci-host/uninorth.h 1452F: include/hw/input/adb* 1453F: pc-bios/qemu_vga.ndrv 1454 1455Old World (g3beige) 1456M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1457L: qemu-ppc@nongnu.org 1458S: Odd Fixes 1459F: docs/system/ppc/powermac.rst 1460F: hw/ppc/mac_oldworld.c 1461F: hw/pci-host/grackle.c 1462F: hw/misc/macio/ 1463F: hw/intc/heathrow_pic.c 1464F: hw/input/adb* 1465F: include/hw/intc/heathrow_pic.h 1466F: include/hw/input/adb* 1467F: include/hw/pci-host/grackle.h 1468F: pc-bios/qemu_vga.ndrv 1469 1470PReP 1471M: Hervé Poussineau <hpoussin@reactos.org> 1472L: qemu-ppc@nongnu.org 1473S: Maintained 1474F: docs/system/ppc/prep.rst 1475F: hw/ppc/prep.c 1476F: hw/ppc/prep_systemio.c 1477F: hw/ppc/rs6000_mc.c 1478F: hw/pci-host/raven.c 1479F: hw/isa/i82378.c 1480F: hw/isa/pc87312.c 1481F: hw/dma/i82374.c 1482F: hw/rtc/m48t59-isa.c 1483F: include/hw/isa/pc87312.h 1484F: include/hw/rtc/m48t59.h 1485F: tests/avocado/ppc_prep_40p.py 1486 1487sPAPR (pseries) 1488M: Nicholas Piggin <npiggin@gmail.com> 1489R: Daniel Henrique Barboza <danielhb413@gmail.com> 1490R: Cédric Le Goater <clg@kaod.org> 1491R: David Gibson <david@gibson.dropbear.id.au> 1492R: Harsh Prateek Bora <harshpb@linux.ibm.com> 1493L: qemu-ppc@nongnu.org 1494S: Odd Fixes 1495F: hw/*/spapr* 1496F: include/hw/*/spapr* 1497F: hw/*/xics* 1498F: include/hw/*/xics* 1499F: include/hw/ppc/fdt.h 1500F: hw/ppc/fdt.c 1501F: include/hw/ppc/pef.h 1502F: hw/ppc/pef.c 1503F: pc-bios/slof.bin 1504F: docs/system/ppc/pseries.rst 1505F: docs/specs/ppc-spapr-* 1506F: tests/qtest/spapr* 1507F: tests/qtest/libqos/*spapr* 1508F: tests/qtest/rtas* 1509F: tests/qtest/libqos/rtas* 1510F: tests/avocado/ppc_pseries.py 1511 1512PowerNV (Non-Virtualized) 1513M: Cédric Le Goater <clg@kaod.org> 1514M: Nicholas Piggin <npiggin@gmail.com> 1515R: Frédéric Barrat <fbarrat@linux.ibm.com> 1516L: qemu-ppc@nongnu.org 1517S: Odd Fixes 1518F: docs/system/ppc/powernv.rst 1519F: hw/ppc/pnv* 1520F: hw/intc/pnv* 1521F: hw/intc/xics_pnv.c 1522F: hw/pci-host/pnv* 1523F: include/hw/ppc/pnv* 1524F: include/hw/pci-host/pnv* 1525F: pc-bios/skiboot.lid 1526F: tests/qtest/pnv* 1527 1528virtex_ml507 1529M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1530L: qemu-ppc@nongnu.org 1531S: Odd Fixes 1532F: hw/ppc/virtex_ml507.c 1533F: tests/avocado/ppc_virtex_ml507.py 1534 1535sam460ex 1536M: BALATON Zoltan <balaton@eik.bme.hu> 1537L: qemu-ppc@nongnu.org 1538S: Maintained 1539F: hw/ppc/sam460ex.c 1540F: hw/ppc/ppc440_uc.c 1541F: hw/ppc/ppc440_pcix.c 1542F: hw/display/sm501* 1543F: hw/ide/sii3112.c 1544F: hw/rtc/m41t80.c 1545F: pc-bios/canyonlands.dt[sb] 1546F: pc-bios/u-boot-sam460ex-20100605.bin 1547F: roms/u-boot-sam460ex 1548 1549pegasos2 1550M: BALATON Zoltan <balaton@eik.bme.hu> 1551L: qemu-ppc@nongnu.org 1552S: Maintained 1553F: hw/ppc/pegasos2.c 1554F: hw/pci-host/mv64361.c 1555F: hw/pci-host/mv643xx.h 1556F: include/hw/pci-host/mv64361.h 1557 1558amigaone 1559M: BALATON Zoltan <balaton@eik.bme.hu> 1560L: qemu-ppc@nongnu.org 1561S: Maintained 1562F: hw/ppc/amigaone.c 1563F: hw/pci-host/articia.c 1564F: include/hw/pci-host/articia.h 1565 1566Virtual Open Firmware (VOF) 1567M: Alexey Kardashevskiy <aik@ozlabs.ru> 1568R: David Gibson <david@gibson.dropbear.id.au> 1569L: qemu-ppc@nongnu.org 1570S: Odd Fixes 1571F: hw/ppc/spapr_vof* 1572F: hw/ppc/vof* 1573F: include/hw/ppc/vof* 1574F: pc-bios/vof/* 1575F: pc-bios/vof* 1576 1577RISC-V Machines 1578--------------- 1579OpenTitan 1580M: Alistair Francis <Alistair.Francis@wdc.com> 1581L: qemu-riscv@nongnu.org 1582S: Supported 1583F: hw/riscv/opentitan.c 1584F: hw/*/ibex_*.c 1585F: include/hw/riscv/opentitan.h 1586F: include/hw/*/ibex_*.h 1587 1588Microchip PolarFire SoC Icicle Kit 1589M: Bin Meng <bin.meng@windriver.com> 1590L: qemu-riscv@nongnu.org 1591S: Supported 1592F: docs/system/riscv/microchip-icicle-kit.rst 1593F: hw/riscv/microchip_pfsoc.c 1594F: hw/char/mchp_pfsoc_mmuart.c 1595F: hw/misc/mchp_pfsoc_dmc.c 1596F: hw/misc/mchp_pfsoc_ioscb.c 1597F: hw/misc/mchp_pfsoc_sysreg.c 1598F: include/hw/riscv/microchip_pfsoc.h 1599F: include/hw/char/mchp_pfsoc_mmuart.h 1600F: include/hw/misc/mchp_pfsoc_dmc.h 1601F: include/hw/misc/mchp_pfsoc_ioscb.h 1602F: include/hw/misc/mchp_pfsoc_sysreg.h 1603 1604Shakti C class SoC 1605M: Vijai Kumar K <vijai@behindbytes.com> 1606L: qemu-riscv@nongnu.org 1607S: Supported 1608F: docs/system/riscv/shakti-c.rst 1609F: hw/riscv/shakti_c.c 1610F: hw/char/shakti_uart.c 1611F: include/hw/riscv/shakti_c.h 1612F: include/hw/char/shakti_uart.h 1613 1614SiFive Machines 1615M: Alistair Francis <Alistair.Francis@wdc.com> 1616M: Bin Meng <bin.meng@windriver.com> 1617M: Palmer Dabbelt <palmer@dabbelt.com> 1618L: qemu-riscv@nongnu.org 1619S: Supported 1620F: docs/system/riscv/sifive_u.rst 1621F: hw/*/*sifive*.c 1622F: include/hw/*/*sifive*.h 1623 1624RX Machines 1625----------- 1626rx-gdbsim 1627R: Yoshinori Sato <ysato@users.sourceforge.jp> 1628S: Orphan 1629F: docs/system/target-rx.rst 1630F: hw/rx/rx-gdbsim.c 1631F: tests/avocado/machine_rx_gdbsim.py 1632 1633SH4 Machines 1634------------ 1635R2D 1636R: Yoshinori Sato <ysato@users.sourceforge.jp> 1637R: Magnus Damm <magnus.damm@gmail.com> 1638S: Odd Fixes 1639F: hw/char/sh_serial.c 1640F: hw/sh4/r2d.c 1641F: hw/intc/sh_intc.c 1642F: hw/pci-host/sh_pci.c 1643F: hw/timer/sh_timer.c 1644F: include/hw/sh4/sh_intc.h 1645F: include/hw/timer/tmu012.h 1646 1647Shix 1648R: Yoshinori Sato <ysato@users.sourceforge.jp> 1649R: Magnus Damm <magnus.damm@gmail.com> 1650S: Odd Fixes 1651F: hw/block/tc58128.c 1652F: hw/char/sh_serial.c 1653F: hw/sh4/shix.c 1654F: hw/intc/sh_intc.c 1655F: hw/timer/sh_timer.c 1656F: include/hw/sh4/sh_intc.h 1657 1658SPARC Machines 1659-------------- 1660Sun4m 1661M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1662S: Maintained 1663F: hw/sparc/sun4m.c 1664F: hw/sparc/sun4m_iommu.c 1665F: hw/display/cg3.c 1666F: hw/display/tcx.c 1667F: hw/dma/sparc32_dma.c 1668F: hw/misc/eccmemctl.c 1669F: hw/*/slavio_*.c 1670F: include/hw/nvram/sun_nvram.h 1671F: include/hw/sparc/sparc32_dma.h 1672F: include/hw/sparc/sun4m_iommu.h 1673F: pc-bios/openbios-sparc32 1674 1675Sun4u 1676M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1677S: Maintained 1678F: hw/sparc64/sun4u.c 1679F: hw/sparc64/sun4u_iommu.c 1680F: include/hw/sparc/sun4u_iommu.h 1681F: hw/pci-host/sabre.c 1682F: include/hw/pci-host/sabre.h 1683F: hw/pci-bridge/simba.c 1684F: include/hw/pci-bridge/simba.h 1685F: pc-bios/openbios-sparc64 1686F: tests/avocado/machine_sparc64_sun4u.py 1687 1688Sun4v 1689M: Artyom Tarasenko <atar4qemu@gmail.com> 1690S: Maintained 1691F: hw/sparc64/niagara.c 1692F: hw/rtc/sun4v-rtc.c 1693F: include/hw/rtc/sun4v-rtc.h 1694 1695Leon3 1696M: Fabien Chouteau <chouteau@adacore.com> 1697M: Frederic Konrad <konrad.frederic@yahoo.fr> 1698S: Maintained 1699F: hw/sparc/leon3.c 1700F: hw/*/grlib* 1701F: include/hw/*/grlib* 1702F: tests/avocado/machine_sparc_leon3.py 1703 1704S390 Machines 1705------------- 1706S390 Virtio-ccw 1707M: Halil Pasic <pasic@linux.ibm.com> 1708M: Christian Borntraeger <borntraeger@linux.ibm.com> 1709M: Eric Farman <farman@linux.ibm.com> 1710S: Supported 1711F: hw/s390x/ 1712F: include/hw/s390x/ 1713F: configs/devices/s390x-softmmu/default.mak 1714F: tests/avocado/machine_s390_ccw_virtio.py 1715T: git https://github.com/borntraeger/qemu.git s390-next 1716L: qemu-s390x@nongnu.org 1717 1718S390-ccw boot 1719M: Christian Borntraeger <borntraeger@linux.ibm.com> 1720M: Thomas Huth <thuth@redhat.com> 1721S: Supported 1722F: hw/s390x/ipl.* 1723F: pc-bios/s390-ccw/ 1724F: pc-bios/s390-ccw.img 1725F: docs/devel/s390-dasd-ipl.rst 1726T: git https://github.com/borntraeger/qemu.git s390-next 1727L: qemu-s390x@nongnu.org 1728 1729S390 PCI 1730M: Matthew Rosato <mjrosato@linux.ibm.com> 1731M: Eric Farman <farman@linux.ibm.com> 1732S: Supported 1733F: hw/s390x/s390-pci* 1734F: include/hw/s390x/s390-pci* 1735L: qemu-s390x@nongnu.org 1736 1737S390 channel subsystem 1738M: Halil Pasic <pasic@linux.ibm.com> 1739M: Christian Borntraeger <borntraeger@linux.ibm.com> 1740M: Eric Farman <farman@linux.ibm.com> 1741S: Supported 1742F: hw/s390x/ccw-device.[ch] 1743F: hw/s390x/css.c 1744F: hw/s390x/css-bridge.c 1745F: include/hw/s390x/css.h 1746F: include/hw/s390x/css-bridge.h 1747F: include/hw/s390x/ioinst.h 1748F: target/s390x/ioinst.c 1749L: qemu-s390x@nongnu.org 1750 1751S390 CPU models 1752M: David Hildenbrand <david@redhat.com> 1753S: Maintained 1754F: target/s390x/cpu_features*.[ch] 1755F: target/s390x/cpu_models.[ch] 1756L: qemu-s390x@nongnu.org 1757 1758S390 SCLP-backed devices 1759M: Halil Pasic <pasic@linux.ibm.com> 1760M: Christian Borntraeger <borntraeger@linux.ibm.com> 1761S: Supported 1762F: include/hw/s390x/event-facility.h 1763F: include/hw/s390x/sclp.h 1764F: hw/char/sclp*.[hc] 1765F: hw/s390x/event-facility.c 1766F: hw/s390x/sclp*.c 1767L: qemu-s390x@nongnu.org 1768 1769S390 CPU topology 1770M: Nina Schoetterl-Glausch <nsg@linux.ibm.com> 1771S: Supported 1772F: include/hw/s390x/cpu-topology.h 1773F: hw/s390x/cpu-topology.c 1774F: target/s390x/kvm/stsi-topology.c 1775F: docs/devel/s390-cpu-topology.rst 1776F: docs/system/s390x/cpu-topology.rst 1777F: tests/avocado/s390_topology.py 1778 1779X86 Machines 1780------------ 1781PC 1782M: Michael S. Tsirkin <mst@redhat.com> 1783M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1784S: Supported 1785F: include/hw/i386/ 1786F: hw/i386/ 1787F: hw/pci-host/i440fx.c 1788F: hw/pci-host/q35.c 1789F: hw/pci-host/pam.c 1790F: include/hw/pci-host/i440fx.h 1791F: include/hw/pci-host/q35.h 1792F: include/hw/pci-host/pam.h 1793F: hw/isa/piix.c 1794F: hw/isa/lpc_ich9.c 1795F: hw/i2c/smbus_ich9.c 1796F: hw/acpi/piix4.c 1797F: hw/acpi/ich9*.c 1798F: include/hw/acpi/ich9*.h 1799F: include/hw/southbridge/ich9.h 1800F: include/hw/southbridge/piix.h 1801F: hw/isa/apm.c 1802F: include/hw/isa/apm.h 1803F: tests/unit/test-x86-topo.c 1804F: tests/qtest/test-x86-cpuid-compat.c 1805 1806PC Chipset 1807M: Michael S. Tsirkin <mst@redhat.com> 1808M: Paolo Bonzini <pbonzini@redhat.com> 1809S: Supported 1810F: hw/char/debugcon.c 1811F: hw/char/parallel* 1812F: hw/char/serial* 1813F: hw/dma/i8257* 1814F: hw/i2c/pm_smbus.c 1815F: hw/input/pckbd.c 1816F: hw/intc/apic* 1817F: hw/intc/ioapic* 1818F: hw/intc/i8259* 1819F: hw/isa/isa-superio.c 1820F: hw/misc/debugexit.c 1821F: hw/misc/pc-testdev.c 1822F: hw/timer/hpet* 1823F: hw/timer/i8254* 1824F: hw/rtc/mc146818rtc* 1825F: hw/watchdog/wdt_ib700.c 1826F: hw/watchdog/wdt_i6300esb.c 1827F: include/hw/display/vga.h 1828F: include/hw/char/parallel*.h 1829F: include/hw/dma/i8257.h 1830F: include/hw/i2c/pm_smbus.h 1831F: include/hw/input/i8042.h 1832F: include/hw/intc/ioapic* 1833F: include/hw/intc/i8259.h 1834F: include/hw/isa/i8259_internal.h 1835F: include/hw/isa/superio.h 1836F: include/hw/timer/hpet.h 1837F: include/hw/timer/i8254* 1838F: include/hw/rtc/mc146818rtc* 1839 1840microvm 1841M: Sergio Lopez <slp@redhat.com> 1842M: Paolo Bonzini <pbonzini@redhat.com> 1843S: Maintained 1844F: docs/system/i386/microvm.rst 1845F: hw/i386/microvm.c 1846F: include/hw/i386/microvm.h 1847F: pc-bios/bios-microvm.bin 1848 1849Machine core 1850M: Eduardo Habkost <eduardo@habkost.net> 1851M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1852R: Philippe Mathieu-Daudé <philmd@linaro.org> 1853R: Yanan Wang <wangyanan55@huawei.com> 1854S: Supported 1855F: hw/core/cpu.c 1856F: hw/core/machine-qmp-cmds.c 1857F: hw/core/machine.c 1858F: hw/core/machine-smp.c 1859F: hw/core/null-machine.c 1860F: hw/core/numa.c 1861F: hw/cpu/cluster.c 1862F: qapi/machine.json 1863F: qapi/machine-common.json 1864F: qapi/machine-target.json 1865F: include/hw/boards.h 1866F: include/hw/core/cpu.h 1867F: include/hw/cpu/cluster.h 1868F: include/sysemu/numa.h 1869F: tests/unit/test-smp-parse.c 1870T: git https://gitlab.com/ehabkost/qemu.git machine-next 1871 1872Xtensa Machines 1873--------------- 1874sim 1875M: Max Filippov <jcmvbkbc@gmail.com> 1876S: Maintained 1877F: hw/xtensa/sim.c 1878 1879virt 1880M: Max Filippov <jcmvbkbc@gmail.com> 1881S: Maintained 1882F: hw/xtensa/virt.c 1883 1884XTFPGA (LX60, LX200, ML605, KC705) 1885M: Max Filippov <jcmvbkbc@gmail.com> 1886S: Maintained 1887F: hw/xtensa/xtfpga.c 1888F: hw/net/opencores_eth.c 1889F: include/hw/xtensa/mx_pic.h 1890 1891Devices 1892------- 1893Overall Audio frontends 1894M: Gerd Hoffmann <kraxel@redhat.com> 1895S: Odd Fixes 1896F: hw/audio/ 1897F: include/hw/audio/ 1898F: tests/qtest/ac97-test.c 1899F: tests/qtest/es1370-test.c 1900F: tests/qtest/intel-hda-test.c 1901F: tests/qtest/fuzz-sb16-test.c 1902 1903Xilinx CAN 1904M: Vikram Garhwal <vikram.garhwal@amd.com> 1905M: Francisco Iglesias <francisco.iglesias@amd.com> 1906S: Maintained 1907F: hw/net/can/xlnx-* 1908F: include/hw/net/xlnx-* 1909F: tests/qtest/xlnx-can*-test* 1910 1911EDU 1912M: Jiri Slaby <jslaby@suse.cz> 1913S: Maintained 1914F: hw/misc/edu.c 1915F: docs/specs/edu.rst 1916 1917IDE 1918M: John Snow <jsnow@redhat.com> 1919L: qemu-block@nongnu.org 1920S: Odd Fixes 1921F: include/hw/ide.h 1922F: include/hw/ide/ 1923F: hw/ide/ 1924F: hw/block/block.c 1925F: hw/block/cdrom.c 1926F: hw/block/hd-geometry.c 1927F: tests/qtest/ide-test.c 1928F: tests/qtest/ahci-test.c 1929F: tests/qtest/cdrom-test.c 1930F: tests/qtest/libqos/ahci* 1931T: git https://gitlab.com/jsnow/qemu.git ide 1932 1933IPMI 1934M: Corey Minyard <minyard@acm.org> 1935S: Maintained 1936F: include/hw/ipmi/* 1937F: hw/ipmi/* 1938F: hw/smbios/smbios_type_38.c 1939F: tests/qtest/ipmi* 1940T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1941 1942Floppy 1943M: John Snow <jsnow@redhat.com> 1944L: qemu-block@nongnu.org 1945S: Odd Fixes 1946F: hw/block/fdc.c 1947F: hw/block/fdc-internal.h 1948F: hw/block/fdc-isa.c 1949F: hw/block/fdc-sysbus.c 1950F: include/hw/block/fdc.h 1951F: tests/qtest/fdc-test.c 1952T: git https://gitlab.com/jsnow/qemu.git ide 1953 1954Hyper-V VMBus 1955M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> 1956S: Odd Fixes 1957F: hw/hyperv/vmbus.c 1958F: include/hw/hyperv/vmbus*.h 1959 1960OMAP 1961M: Peter Maydell <peter.maydell@linaro.org> 1962L: qemu-arm@nongnu.org 1963S: Maintained 1964F: hw/*/omap* 1965F: include/hw/arm/omap.h 1966F: docs/system/arm/sx1.rst 1967 1968IPack 1969M: Alberto Garcia <berto@igalia.com> 1970S: Odd Fixes 1971F: hw/char/ipoctal232.c 1972F: hw/ipack/ 1973 1974PCI 1975M: Michael S. Tsirkin <mst@redhat.com> 1976M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1977S: Supported 1978F: include/hw/pci/* 1979F: hw/misc/pci-testdev.c 1980F: hw/pci/* 1981F: hw/pci-bridge/* 1982F: qapi/pci.json 1983F: docs/pci* 1984F: docs/specs/*pci* 1985 1986PCIE DOE 1987M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw> 1988M: Chris Browy <cbrowy@avery-design.com> 1989S: Supported 1990F: include/hw/pci/pcie_doe.h 1991F: hw/pci/pcie_doe.c 1992 1993ACPI/SMBIOS 1994M: Michael S. Tsirkin <mst@redhat.com> 1995M: Igor Mammedov <imammedo@redhat.com> 1996R: Ani Sinha <anisinha@redhat.com> 1997S: Supported 1998F: include/hw/acpi/* 1999F: include/hw/firmware/smbios.h 2000F: hw/acpi/* 2001F: hw/smbios/* 2002F: hw/i386/acpi-build.[hc] 2003F: hw/arm/virt-acpi-build.c 2004F: qapi/acpi.json 2005F: tests/qtest/bios-tables-test* 2006F: tests/qtest/acpi-utils.[hc] 2007F: tests/data/acpi/ 2008F: docs/specs/acpi_cpu_hotplug.rst 2009F: docs/specs/acpi_mem_hotplug.rst 2010F: docs/specs/acpi_nvdimm.rst 2011F: docs/specs/acpi_pci_hotplug.rst 2012F: docs/specs/acpi_hw_reduced_hotplug.rst 2013 2014ARM ACPI Subsystem 2015M: Shannon Zhao <shannon.zhaosl@gmail.com> 2016L: qemu-arm@nongnu.org 2017S: Maintained 2018F: hw/arm/virt-acpi-build.c 2019 2020RISC-V ACPI Subsystem 2021M: Sunil V L <sunilvl@ventanamicro.com> 2022L: qemu-riscv@nongnu.org 2023S: Maintained 2024F: hw/riscv/virt-acpi-build.c 2025 2026ACPI/VIOT 2027M: Jean-Philippe Brucker <jean-philippe@linaro.org> 2028S: Supported 2029F: hw/acpi/viot.c 2030F: hw/acpi/viot.h 2031 2032ACPI/AVOCADO/BIOSBITS 2033M: Ani Sinha <anisinha@redhat.com> 2034M: Michael S. Tsirkin <mst@redhat.com> 2035S: Supported 2036F: tests/avocado/acpi-bits/* 2037F: tests/avocado/acpi-bits.py 2038F: docs/devel/acpi-bits.rst 2039 2040ACPI/HEST/GHES 2041R: Dongjiu Geng <gengdongjiu1@gmail.com> 2042L: qemu-arm@nongnu.org 2043S: Maintained 2044F: hw/acpi/ghes.c 2045F: include/hw/acpi/ghes.h 2046F: docs/specs/acpi_hest_ghes.rst 2047 2048ppc4xx 2049L: qemu-ppc@nongnu.org 2050S: Orphan 2051F: hw/ppc/ppc4xx*.c 2052F: hw/ppc/ppc440_uc.c 2053F: hw/ppc/ppc440.h 2054F: hw/i2c/ppc4xx_i2c.c 2055F: include/hw/ppc/ppc4xx.h 2056F: include/hw/i2c/ppc4xx_i2c.h 2057F: hw/intc/ppc-uic.c 2058F: include/hw/intc/ppc-uic.h 2059 2060Character devices 2061M: Marc-André Lureau <marcandre.lureau@redhat.com> 2062R: Paolo Bonzini <pbonzini@redhat.com> 2063S: Odd Fixes 2064F: hw/char/ 2065F: include/hw/char/ 2066 2067Network devices 2068M: Jason Wang <jasowang@redhat.com> 2069S: Odd Fixes 2070F: hw/net/ 2071F: include/hw/net/ 2072F: tests/qtest/virtio-net-test.c 2073F: docs/virtio-net-failover.rst 2074T: git https://github.com/jasowang/qemu.git net 2075 2076Parallel NOR Flash devices 2077M: Philippe Mathieu-Daudé <philmd@linaro.org> 2078T: git https://gitlab.com/philmd/qemu.git pflash-next 2079S: Maintained 2080F: hw/block/pflash_cfi*.c 2081F: include/hw/block/flash.h 2082 2083SCSI 2084M: Paolo Bonzini <pbonzini@redhat.com> 2085R: Fam Zheng <fam@euphon.net> 2086S: Supported 2087F: include/hw/scsi/* 2088F: hw/scsi/* 2089F: tests/qtest/virtio-scsi-test.c 2090F: tests/qtest/fuzz-virtio-scsi-test.c 2091F: tests/qtest/am53c974-test.c 2092F: tests/qtest/fuzz-lsi53c895a-test.c 2093T: git https://github.com/bonzini/qemu.git scsi-next 2094 2095SSI 2096M: Alistair Francis <alistair@alistair23.me> 2097S: Maintained 2098F: hw/ssi/* 2099F: hw/block/m25p80* 2100F: include/hw/ssi/ssi.h 2101X: hw/ssi/xilinx_* 2102F: tests/qtest/m25p80-test.c 2103 2104Xilinx SPI 2105M: Alistair Francis <alistair@alistair23.me> 2106S: Maintained 2107F: hw/ssi/xilinx_* 2108 2109SD (Secure Card) 2110M: Philippe Mathieu-Daudé <philmd@linaro.org> 2111M: Bin Meng <bin.meng@windriver.com> 2112L: qemu-block@nongnu.org 2113S: Odd Fixes 2114F: include/hw/sd/sd* 2115F: hw/sd/core.c 2116F: hw/sd/sd* 2117F: hw/sd/ssi-sd.c 2118F: tests/qtest/fuzz-sdcard-test.c 2119F: tests/qtest/sdhci-test.c 2120 2121USB 2122M: Gerd Hoffmann <kraxel@redhat.com> 2123S: Odd Fixes 2124F: hw/usb/* 2125F: stubs/usb-dev-stub.c 2126F: tests/qtest/usb-*-test.c 2127F: docs/system/devices/usb.rst 2128F: include/hw/usb.h 2129F: include/hw/usb/ 2130 2131USB (serial adapter) 2132R: Gerd Hoffmann <kraxel@redhat.com> 2133M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2134S: Maintained 2135F: hw/usb/dev-serial.c 2136 2137VFIO 2138M: Alex Williamson <alex.williamson@redhat.com> 2139M: Cédric Le Goater <clg@redhat.com> 2140S: Supported 2141F: hw/vfio/* 2142F: include/hw/vfio/ 2143F: docs/igd-assign.txt 2144F: docs/devel/vfio-migration.rst 2145 2146vfio-ccw 2147M: Eric Farman <farman@linux.ibm.com> 2148M: Matthew Rosato <mjrosato@linux.ibm.com> 2149S: Supported 2150F: hw/vfio/ccw.c 2151F: hw/s390x/s390-ccw.c 2152F: include/hw/s390x/s390-ccw.h 2153F: include/hw/s390x/vfio-ccw.h 2154L: qemu-s390x@nongnu.org 2155 2156vfio-ap 2157M: Tony Krowiak <akrowiak@linux.ibm.com> 2158M: Halil Pasic <pasic@linux.ibm.com> 2159M: Jason Herne <jjherne@linux.ibm.com> 2160S: Supported 2161F: hw/s390x/ap-device.c 2162F: hw/s390x/ap-bridge.c 2163F: include/hw/s390x/ap-device.h 2164F: include/hw/s390x/ap-bridge.h 2165F: hw/vfio/ap.c 2166F: docs/system/s390x/vfio-ap.rst 2167L: qemu-s390x@nongnu.org 2168 2169iommufd 2170M: Yi Liu <yi.l.liu@intel.com> 2171M: Eric Auger <eric.auger@redhat.com> 2172M: Zhenzhong Duan <zhenzhong.duan@intel.com> 2173S: Supported 2174F: backends/iommufd.c 2175F: include/sysemu/iommufd.h 2176F: include/qemu/chardev_open.h 2177F: util/chardev_open.c 2178F: docs/devel/vfio-iommufd.rst 2179 2180vhost 2181M: Michael S. Tsirkin <mst@redhat.com> 2182S: Supported 2183F: hw/*/*vhost* 2184F: docs/interop/vhost-user.json 2185F: docs/interop/vhost-user.rst 2186F: contrib/vhost-user-*/ 2187F: backends/vhost-user.c 2188F: include/sysemu/vhost-user-backend.h 2189F: subprojects/libvhost-user/ 2190 2191vhost-shadow-virtqueue 2192R: Eugenio Pérez <eperezma@redhat.com> 2193F: hw/virtio/vhost-shadow-virtqueue.* 2194 2195virtio 2196M: Michael S. Tsirkin <mst@redhat.com> 2197S: Supported 2198F: hw/*/virtio* 2199F: hw/virtio/Makefile.objs 2200F: hw/virtio/trace-events 2201F: qapi/virtio.json 2202F: net/vhost-user.c 2203F: include/hw/virtio/ 2204F: docs/devel/virtio* 2205 2206virtio-balloon 2207M: Michael S. Tsirkin <mst@redhat.com> 2208M: David Hildenbrand <david@redhat.com> 2209S: Maintained 2210F: docs/interop/virtio-balloon-stats.rst 2211F: hw/virtio/virtio-balloon*.c 2212F: include/hw/virtio/virtio-balloon.h 2213F: system/balloon.c 2214F: include/sysemu/balloon.h 2215 2216virtio-9p 2217M: Greg Kurz <groug@kaod.org> 2218M: Christian Schoenebeck <qemu_oss@crudebyte.com> 2219S: Maintained 2220W: https://wiki.qemu.org/Documentation/9p 2221F: hw/9pfs/ 2222X: hw/9pfs/xen-9p* 2223X: hw/9pfs/9p-proxy* 2224F: fsdev/ 2225X: fsdev/virtfs-proxy-helper.c 2226F: tests/qtest/virtio-9p-test.c 2227F: tests/qtest/libqos/virtio-9p* 2228T: git https://gitlab.com/gkurz/qemu.git 9p-next 2229T: git https://github.com/cschoenebeck/qemu.git 9p.next 2230 2231virtio-9p-proxy 2232F: hw/9pfs/9p-proxy* 2233F: fsdev/virtfs-proxy-helper.c 2234F: docs/tools/virtfs-proxy-helper.rst 2235S: Obsolete 2236 2237virtio-blk 2238M: Stefan Hajnoczi <stefanha@redhat.com> 2239L: qemu-block@nongnu.org 2240S: Supported 2241F: hw/block/virtio-blk-common.c 2242F: hw/block/virtio-blk.c 2243F: hw/block/dataplane/* 2244F: include/hw/virtio/virtio-blk-common.h 2245F: tests/qtest/virtio-blk-test.c 2246T: git https://github.com/stefanha/qemu.git block 2247 2248virtio-ccw 2249M: Cornelia Huck <cohuck@redhat.com> 2250M: Halil Pasic <pasic@linux.ibm.com> 2251M: Eric Farman <farman@linux.ibm.com> 2252S: Supported 2253F: hw/s390x/virtio-ccw*.[hc] 2254F: hw/s390x/vhost-*-ccw.c 2255T: git https://gitlab.com/cohuck/qemu.git s390-next 2256T: git https://github.com/borntraeger/qemu.git s390-next 2257L: qemu-s390x@nongnu.org 2258 2259virtio-dmabuf 2260M: Albert Esteve <aesteve@redhat.com> 2261S: Supported 2262F: hw/display/virtio-dmabuf.c 2263F: include/hw/virtio/virtio-dmabuf.h 2264F: tests/unit/test-virtio-dmabuf.c 2265 2266virtiofs 2267M: Stefan Hajnoczi <stefanha@redhat.com> 2268S: Supported 2269F: hw/virtio/vhost-user-fs* 2270F: include/hw/virtio/vhost-user-fs.h 2271L: virtio-fs@lists.linux.dev 2272 2273virtio-input 2274M: Gerd Hoffmann <kraxel@redhat.com> 2275S: Odd Fixes 2276F: hw/input/vhost-user-input.c 2277F: hw/input/virtio-input*.c 2278F: include/hw/virtio/virtio-input.h 2279F: contrib/vhost-user-input/* 2280 2281virtio-iommu 2282M: Eric Auger <eric.auger@redhat.com> 2283S: Maintained 2284F: hw/virtio/virtio-iommu*.c 2285F: include/hw/virtio/virtio-iommu.h 2286 2287virtio-serial 2288M: Laurent Vivier <lvivier@redhat.com> 2289R: Amit Shah <amit@kernel.org> 2290S: Supported 2291F: hw/char/virtio-serial-bus.c 2292F: hw/char/virtio-console.c 2293F: include/hw/virtio/virtio-serial.h 2294F: tests/qtest/virtio-serial-test.c 2295 2296virtio-rng 2297M: Laurent Vivier <lvivier@redhat.com> 2298R: Amit Shah <amit@kernel.org> 2299S: Supported 2300F: hw/virtio/virtio-rng.c 2301F: include/hw/virtio/virtio-rng.h 2302F: include/sysemu/rng*.h 2303F: backends/rng*.c 2304F: tests/qtest/virtio-rng-test.c 2305 2306vhost-user-rng 2307M: Mathieu Poirier <mathieu.poirier@linaro.org> 2308S: Supported 2309F: docs/system/devices/vhost-user-rng.rst 2310F: hw/virtio/vhost-user-rng.c 2311F: hw/virtio/vhost-user-rng-pci.c 2312F: include/hw/virtio/vhost-user-rng.h 2313F: tools/vhost-user-rng/* 2314 2315vhost-user-gpio 2316M: Alex Bennée <alex.bennee@linaro.org> 2317R: Viresh Kumar <viresh.kumar@linaro.org> 2318S: Maintained 2319F: hw/virtio/vhost-user-gpio* 2320F: include/hw/virtio/vhost-user-gpio.h 2321F: tests/qtest/libqos/virtio-gpio.* 2322 2323vhost-user-scmi 2324R: mzamazal@redhat.com 2325S: Supported 2326F: hw/virtio/vhost-user-scmi* 2327F: include/hw/virtio/vhost-user-scmi.h 2328F: tests/qtest/libqos/virtio-scmi.* 2329 2330virtio-crypto 2331M: Gonglei <arei.gonglei@huawei.com> 2332S: Supported 2333F: hw/virtio/virtio-crypto.c 2334F: hw/virtio/virtio-crypto-pci.c 2335F: include/hw/virtio/virtio-crypto.h 2336 2337virtio based memory device 2338M: David Hildenbrand <david@redhat.com> 2339S: Supported 2340F: hw/virtio/virtio-md-pci.c 2341F: include/hw/virtio/virtio-md-pci.h 2342F: stubs/virtio-md-pci.c 2343 2344virtio-mem 2345M: David Hildenbrand <david@redhat.com> 2346S: Supported 2347W: https://virtio-mem.gitlab.io/ 2348F: hw/virtio/virtio-mem.c 2349F: hw/virtio/virtio-mem-pci.h 2350F: hw/virtio/virtio-mem-pci.c 2351F: include/hw/virtio/virtio-mem.h 2352 2353virtio-snd 2354M: Gerd Hoffmann <kraxel@redhat.com> 2355R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> 2356S: Supported 2357F: hw/audio/virtio-snd.c 2358F: hw/audio/virtio-snd-pci.c 2359F: include/hw/audio/virtio-snd.h 2360F: docs/system/devices/virtio-snd.rst 2361 2362nvme 2363M: Keith Busch <kbusch@kernel.org> 2364M: Klaus Jensen <its@irrelevant.dk> 2365L: qemu-block@nongnu.org 2366S: Supported 2367F: hw/nvme/* 2368F: include/block/nvme.h 2369F: tests/qtest/nvme-test.c 2370F: docs/system/devices/nvme.rst 2371T: git git://git.infradead.org/qemu-nvme.git nvme-next 2372 2373ufs 2374M: Jeuk Kim <jeuk20.kim@samsung.com> 2375S: Supported 2376F: hw/ufs/* 2377F: include/block/ufs.h 2378F: tests/qtest/ufs-test.c 2379 2380megasas 2381M: Hannes Reinecke <hare@suse.com> 2382L: qemu-block@nongnu.org 2383S: Supported 2384F: hw/scsi/megasas.c 2385F: hw/scsi/mfi.h 2386F: tests/qtest/megasas-test.c 2387F: tests/qtest/fuzz-megasas-test.c 2388 2389Network packet abstractions 2390M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2391R: Akihiko Odaki <akihiko.odaki@daynix.com> 2392S: Maintained 2393F: include/net/eth.h 2394F: net/eth.c 2395F: hw/net/net_rx_pkt* 2396F: hw/net/net_tx_pkt* 2397 2398Vmware 2399M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2400S: Maintained 2401F: docs/specs/vmw_pvscsi-spec.txt 2402F: hw/display/vmware_vga.c 2403F: hw/net/vmxnet* 2404F: hw/scsi/vmw_pvscsi* 2405F: pc-bios/efi-vmxnet3.rom 2406F: pc-bios/vgabios-vmware.bin 2407F: roms/config.vga-vmware 2408F: tests/qtest/vmxnet3-test.c 2409F: docs/specs/vwm_pvscsi-spec.rst 2410 2411Rocker 2412M: Jiri Pirko <jiri@resnulli.us> 2413S: Maintained 2414F: hw/net/rocker/ 2415F: qapi/rocker.json 2416F: tests/rocker/ 2417F: docs/specs/rocker.txt 2418 2419e1000x 2420M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2421R: Akihiko Odaki <akihiko.odaki@daynix.com> 2422S: Maintained 2423F: hw/net/e1000x* 2424 2425e1000e 2426M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2427R: Akihiko Odaki <akihiko.odaki@daynix.com> 2428S: Maintained 2429F: hw/net/e1000e* 2430F: tests/qtest/fuzz-e1000e-test.c 2431F: tests/qtest/e1000e-test.c 2432F: tests/qtest/libqos/e1000e.* 2433 2434igb 2435M: Akihiko Odaki <akihiko.odaki@daynix.com> 2436R: Sriram Yagnaraman <sriram.yagnaraman@est.tech> 2437S: Maintained 2438F: docs/system/devices/igb.rst 2439F: hw/net/igb* 2440F: tests/avocado/netdev-ethtool.py 2441F: tests/qtest/igb-test.c 2442F: tests/qtest/libqos/igb.c 2443 2444eepro100 2445M: Stefan Weil <sw@weilnetz.de> 2446S: Maintained 2447F: hw/net/eepro100.c 2448 2449tulip 2450M: Sven Schnelle <svens@stackframe.org> 2451S: Maintained 2452F: hw/net/tulip.c 2453F: hw/net/tulip.h 2454 2455pca954x 2456M: Patrick Venture <venture@google.com> 2457S: Maintained 2458F: hw/i2c/i2c_mux_pca954x.c 2459F: include/hw/i2c/i2c_mux_pca954x.h 2460 2461Generic Loader 2462M: Alistair Francis <alistair@alistair23.me> 2463S: Maintained 2464F: hw/core/generic-loader.c 2465F: hw/core/uboot_image.h 2466F: include/hw/core/generic-loader.h 2467F: docs/system/generic-loader.rst 2468 2469Guest Loader 2470M: Alex Bennée <alex.bennee@linaro.org> 2471S: Maintained 2472F: hw/core/guest-loader.c 2473F: docs/system/guest-loader.rst 2474F: tests/avocado/boot_xen.py 2475 2476Intel Hexadecimal Object File Loader 2477M: Su Hang <suhang16@mails.ucas.ac.cn> 2478S: Maintained 2479F: tests/qtest/hexloader-test.c 2480F: tests/data/hex-loader/test.hex 2481 2482CHRP NVRAM 2483M: Thomas Huth <thuth@redhat.com> 2484S: Maintained 2485F: hw/nvram/chrp_nvram.c 2486F: include/hw/nvram/chrp_nvram.h 2487F: tests/qtest/prom-env-test.c 2488 2489VM Generation ID 2490S: Orphan 2491R: Ani Sinha <ani@anisinha.ca> 2492F: hw/acpi/vmgenid.c 2493F: include/hw/acpi/vmgenid.h 2494F: docs/specs/vmgenid.rst 2495F: tests/qtest/vmgenid-test.c 2496 2497LED 2498M: Philippe Mathieu-Daudé <philmd@linaro.org> 2499S: Maintained 2500F: include/hw/misc/led.h 2501F: hw/misc/led.c 2502 2503Unimplemented device 2504M: Peter Maydell <peter.maydell@linaro.org> 2505R: Philippe Mathieu-Daudé <philmd@linaro.org> 2506R: Ani Sinha <ani@anisinha.ca> 2507S: Maintained 2508F: include/hw/misc/unimp.h 2509F: hw/misc/unimp.c 2510 2511Empty slot 2512M: Artyom Tarasenko <atar4qemu@gmail.com> 2513R: Philippe Mathieu-Daudé <philmd@linaro.org> 2514R: Ani Sinha <ani@anisinha.ca> 2515S: Maintained 2516F: include/hw/misc/empty_slot.h 2517F: hw/misc/empty_slot.c 2518 2519Standard VGA 2520M: Gerd Hoffmann <kraxel@redhat.com> 2521S: Maintained 2522F: hw/display/vga* 2523F: hw/display/bochs-display.c 2524F: include/hw/display/vga.h 2525F: include/hw/display/bochs-vbe.h 2526F: docs/specs/standard-vga.rst 2527 2528ramfb 2529M: Gerd Hoffmann <kraxel@redhat.com> 2530S: Maintained 2531F: hw/display/ramfb*.c 2532F: include/hw/display/ramfb.h 2533 2534virtio-gpu 2535M: Gerd Hoffmann <kraxel@redhat.com> 2536S: Odd Fixes 2537F: hw/display/virtio-gpu* 2538F: hw/display/virtio-vga.* 2539F: include/hw/virtio/virtio-gpu.h 2540F: docs/system/devices/virtio-gpu.rst 2541 2542vhost-user-blk 2543M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2544S: Maintained 2545F: contrib/vhost-user-blk/ 2546F: contrib/vhost-user-scsi/ 2547F: hw/block/vhost-user-blk.c 2548F: hw/block/virtio-blk-common.c 2549F: hw/scsi/vhost-user-scsi.c 2550F: hw/virtio/vhost-user-blk-pci.c 2551F: hw/virtio/vhost-user-scsi-pci.c 2552F: include/hw/virtio/vhost-user-blk.h 2553F: include/hw/virtio/vhost-user-scsi.h 2554F: include/hw/virtio/virtio-blk-common.h 2555 2556vhost-user-gpu 2557M: Marc-André Lureau <marcandre.lureau@redhat.com> 2558R: Gerd Hoffmann <kraxel@redhat.com> 2559S: Maintained 2560F: docs/interop/vhost-user-gpu.rst 2561F: contrib/vhost-user-gpu 2562F: hw/display/vhost-user-* 2563 2564Cirrus VGA 2565M: Gerd Hoffmann <kraxel@redhat.com> 2566S: Odd Fixes 2567W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2568F: hw/display/cirrus* 2569 2570EDID Generator 2571M: Gerd Hoffmann <kraxel@redhat.com> 2572S: Maintained 2573F: hw/display/edid* 2574F: include/hw/display/edid.h 2575F: qemu-edid.c 2576 2577PIIX4 South Bridge (i82371AB) 2578M: Hervé Poussineau <hpoussin@reactos.org> 2579M: Philippe Mathieu-Daudé <philmd@linaro.org> 2580S: Maintained 2581F: hw/isa/piix.c 2582F: include/hw/southbridge/piix.h 2583 2584VIA South Bridges (VT82C686B, VT8231) 2585M: BALATON Zoltan <balaton@eik.bme.hu> 2586M: Philippe Mathieu-Daudé <philmd@linaro.org> 2587R: Jiaxun Yang <jiaxun.yang@flygoat.com> 2588S: Maintained 2589F: hw/isa/vt82c686.c 2590F: hw/usb/vt82c686-uhci-pci.c 2591F: include/hw/isa/vt82c686.h 2592 2593Firmware configuration (fw_cfg) 2594M: Philippe Mathieu-Daudé <philmd@linaro.org> 2595R: Gerd Hoffmann <kraxel@redhat.com> 2596S: Supported 2597F: docs/specs/fw_cfg.txt 2598F: hw/nvram/fw_cfg*.c 2599F: stubs/fw_cfg.c 2600F: include/hw/nvram/fw_cfg.h 2601F: include/standard-headers/linux/qemu_fw_cfg.h 2602F: tests/qtest/libqos/fw_cfg.c 2603F: tests/qtest/fw_cfg-test.c 2604T: git https://github.com/philmd/qemu.git fw_cfg-next 2605 2606XIVE 2607M: Cédric Le Goater <clg@kaod.org> 2608R: Frédéric Barrat <fbarrat@linux.ibm.com> 2609L: qemu-ppc@nongnu.org 2610S: Odd Fixes 2611F: hw/*/*xive* 2612F: include/hw/*/*xive* 2613F: docs/*/*xive* 2614 2615Renesas peripherals 2616R: Yoshinori Sato <ysato@users.sourceforge.jp> 2617R: Magnus Damm <magnus.damm@gmail.com> 2618S: Odd Fixes 2619F: hw/char/renesas_sci.c 2620F: hw/char/sh_serial.c 2621F: hw/timer/renesas_*.c 2622F: hw/timer/sh_timer.c 2623F: include/hw/char/renesas_sci.h 2624F: include/hw/sh4/sh.h 2625F: include/hw/timer/renesas_*.h 2626 2627Renesas RX peripherals 2628R: Yoshinori Sato <ysato@users.sourceforge.jp> 2629S: Orphan 2630F: hw/intc/rx_icu.c 2631F: hw/rx/ 2632F: include/hw/intc/rx_icu.h 2633F: include/hw/rx/ 2634 2635CAN bus subsystem and hardware 2636M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2637M: Vikram Garhwal <fnu.vikram@xilinx.com> 2638S: Maintained 2639W: https://canbus.pages.fel.cvut.cz/ 2640F: net/can/* 2641F: hw/net/can/* 2642F: include/net/can_*.h 2643F: docs/system/devices/can.rst 2644 2645OpenPIC interrupt controller 2646M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2647S: Odd Fixes 2648F: hw/intc/openpic.c 2649F: include/hw/ppc/openpic.h 2650 2651MIPS CPS 2652M: Philippe Mathieu-Daudé <philmd@linaro.org> 2653S: Odd Fixes 2654F: hw/misc/mips_* 2655F: include/hw/misc/mips_* 2656 2657MIPS GIC 2658M: Philippe Mathieu-Daudé <philmd@linaro.org> 2659S: Odd Fixes 2660F: hw/intc/mips_gic.c 2661F: hw/timer/mips_gictimer.c 2662F: include/hw/intc/mips_gic.h 2663F: include/hw/timer/mips_gictimer.h 2664 2665S390 3270 device 2666M: Halil Pasic <pasic@linux.ibm.com> 2667M: Christian Borntraeger <borntraeger@linux.ibm.com> 2668S: Odd fixes 2669F: include/hw/s390x/3270-ccw.h 2670F: hw/char/terminal3270.c 2671F: hw/s390x/3270-ccw.c 2672L: qemu-s390x@nongnu.org 2673 2674S390 diag 288 watchdog 2675M: Halil Pasic <pasic@linux.ibm.com> 2676M: Christian Borntraeger <borntraeger@linux.ibm.com> 2677S: Supported 2678F: hw/watchdog/wdt_diag288.c 2679F: include/hw/watchdog/wdt_diag288.h 2680L: qemu-s390x@nongnu.org 2681 2682S390 storage key device 2683M: Halil Pasic <pasic@linux.ibm.com> 2684M: Christian Borntraeger <borntraeger@linux.ibm.com> 2685S: Supported 2686F: hw/s390x/storage-keys.h 2687F: hw/s390x/s390-skeys*.c 2688L: qemu-s390x@nongnu.org 2689 2690S390 storage attribute device 2691M: Halil Pasic <pasic@linux.ibm.com> 2692M: Christian Borntraeger <borntraeger@linux.ibm.com> 2693S: Supported 2694F: hw/s390x/storage-attributes.h 2695F: hw/s390x/s390-stattrib*.c 2696L: qemu-s390x@nongnu.org 2697 2698S390 floating interrupt controller 2699M: Halil Pasic <pasic@linux.ibm.com> 2700M: Christian Borntraeger <borntraeger@linux.ibm.com> 2701M: David Hildenbrand <david@redhat.com> 2702S: Supported 2703F: hw/intc/s390_flic*.c 2704F: include/hw/s390x/s390_flic.h 2705L: qemu-s390x@nongnu.org 2706 2707CanoKey 2708M: Hongren (Zenithal) Zheng <i@zenithal.me> 2709S: Maintained 2710R: Canokeys.org <contact@canokeys.org> 2711F: hw/usb/canokey.c 2712F: hw/usb/canokey.h 2713F: docs/system/devices/canokey.rst 2714 2715Hyper-V Dynamic Memory Protocol 2716M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com> 2717S: Supported 2718F: hw/hyperv/hv-balloon*.c 2719F: hw/hyperv/hv-balloon*.h 2720F: include/hw/hyperv/dynmem-proto.h 2721F: include/hw/hyperv/hv-balloon.h 2722 2723Subsystems 2724---------- 2725Overall Audio backends 2726M: Gerd Hoffmann <kraxel@redhat.com> 2727M: Marc-André Lureau <marcandre.lureau@redhat.com> 2728S: Odd Fixes 2729F: audio/ 2730X: audio/alsaaudio.c 2731X: audio/coreaudio.c 2732X: audio/dsound* 2733X: audio/jackaudio.c 2734X: audio/ossaudio.c 2735X: audio/paaudio.c 2736X: audio/sdlaudio.c 2737X: audio/sndioaudio.c 2738X: audio/spiceaudio.c 2739F: qapi/audio.json 2740 2741ALSA Audio backend 2742M: Gerd Hoffmann <kraxel@redhat.com> 2743R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2744S: Odd Fixes 2745F: audio/alsaaudio.c 2746 2747Core Audio framework backend 2748M: Gerd Hoffmann <kraxel@redhat.com> 2749M: Philippe Mathieu-Daudé <philmd@linaro.org> 2750R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2751R: Akihiko Odaki <akihiko.odaki@daynix.com> 2752S: Odd Fixes 2753F: audio/coreaudio.c 2754 2755DSound Audio backend 2756M: Gerd Hoffmann <kraxel@redhat.com> 2757S: Odd Fixes 2758F: audio/dsound* 2759 2760JACK Audio Connection Kit backend 2761M: Gerd Hoffmann <kraxel@redhat.com> 2762R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2763S: Odd Fixes 2764F: audio/jackaudio.c 2765 2766Open Sound System (OSS) Audio backend 2767M: Gerd Hoffmann <kraxel@redhat.com> 2768S: Odd Fixes 2769F: audio/ossaudio.c 2770 2771PulseAudio backend 2772M: Gerd Hoffmann <kraxel@redhat.com> 2773S: Odd Fixes 2774F: audio/paaudio.c 2775 2776SDL Audio backend 2777M: Gerd Hoffmann <kraxel@redhat.com> 2778R: Thomas Huth <huth@tuxfamily.org> 2779S: Odd Fixes 2780F: audio/sdlaudio.c 2781 2782Sndio Audio backend 2783M: Gerd Hoffmann <kraxel@redhat.com> 2784R: Alexandre Ratchov <alex@caoua.org> 2785S: Odd Fixes 2786F: audio/sndioaudio.c 2787 2788Block layer core 2789M: Kevin Wolf <kwolf@redhat.com> 2790M: Hanna Reitz <hreitz@redhat.com> 2791L: qemu-block@nongnu.org 2792S: Supported 2793F: block* 2794F: block/ 2795F: hw/block/ 2796F: qapi/block*.json 2797F: qapi/transaction.json 2798F: include/block/ 2799F: include/sysemu/block-*.h 2800F: qemu-img* 2801F: docs/tools/qemu-img.rst 2802F: qemu-io* 2803F: tests/qemu-iotests/ 2804F: util/qemu-progress.c 2805F: qobject/block-qdict.c 2806F: tests/unit/check-block-qdict.c 2807T: git https://repo.or.cz/qemu/kevin.git block 2808 2809Storage daemon 2810M: Kevin Wolf <kwolf@redhat.com> 2811L: qemu-block@nongnu.org 2812S: Supported 2813F: storage-daemon/ 2814F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2815F: docs/tools/qemu-storage-daemon.rst 2816T: git https://repo.or.cz/qemu/kevin.git block 2817 2818Block I/O path 2819M: Stefan Hajnoczi <stefanha@redhat.com> 2820M: Fam Zheng <fam@euphon.net> 2821L: qemu-block@nongnu.org 2822S: Supported 2823F: util/async.c 2824F: util/aio-*.c 2825F: util/aio-*.h 2826F: util/defer-call.c 2827F: util/fdmon-*.c 2828F: block/io.c 2829F: migration/block* 2830F: include/block/aio.h 2831F: include/block/aio-wait.h 2832F: include/qemu/defer-call.h 2833F: scripts/qemugdb/aio.py 2834F: tests/unit/test-fdmon-epoll.c 2835T: git https://github.com/stefanha/qemu.git block 2836 2837Block SCSI subsystem 2838M: Paolo Bonzini <pbonzini@redhat.com> 2839R: Fam Zheng <fam@euphon.net> 2840L: qemu-block@nongnu.org 2841S: Supported 2842F: include/scsi/* 2843F: scsi/* 2844 2845Block Jobs 2846M: John Snow <jsnow@redhat.com> 2847M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2848L: qemu-block@nongnu.org 2849S: Supported 2850F: blockjob.c 2851F: include/block/blockjob.h 2852F: job.c 2853F: job-qmp.c 2854F: include/qemu/job.h 2855F: block/backup.c 2856F: block/commit.c 2857F: block/stream.c 2858F: block/mirror.c 2859F: qapi/job.json 2860F: block/block-copy.c 2861F: include/block/block-copy.h 2862F: block/reqlist.c 2863F: include/block/reqlist.h 2864F: block/copy-before-write.h 2865F: block/copy-before-write.c 2866F: block/snapshot-access.c 2867F: include/block/aio_task.h 2868F: block/aio_task.c 2869F: util/qemu-co-shared-resource.c 2870F: include/qemu/co-shared-resource.h 2871T: git https://gitlab.com/jsnow/qemu.git jobs 2872T: git https://gitlab.com/vsementsov/qemu.git block 2873 2874Compute Express Link 2875M: Jonathan Cameron <jonathan.cameron@huawei.com> 2876R: Fan Ni <fan.ni@samsung.com> 2877S: Supported 2878F: hw/cxl/ 2879F: hw/mem/cxl_type3.c 2880F: include/hw/cxl/ 2881 2882Dirty Bitmaps 2883M: Eric Blake <eblake@redhat.com> 2884M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 2885R: John Snow <jsnow@redhat.com> 2886L: qemu-block@nongnu.org 2887S: Supported 2888F: include/qemu/hbitmap.h 2889F: include/block/dirty-bitmap.h 2890F: block/monitor/bitmap-qmp-cmds.c 2891F: block/dirty-bitmap.c 2892F: block/qcow2-bitmap.c 2893F: migration/block-dirty-bitmap.c 2894F: util/hbitmap.c 2895F: tests/unit/test-hbitmap.c 2896F: docs/interop/bitmaps.rst 2897T: git https://repo.or.cz/qemu/ericb.git bitmaps 2898T: git https://gitlab.com/vsementsov/qemu.git block 2899 2900Character device backends 2901M: Marc-André Lureau <marcandre.lureau@redhat.com> 2902R: Paolo Bonzini <pbonzini@redhat.com> 2903S: Maintained 2904F: chardev/ 2905F: include/chardev/ 2906F: qapi/char.json 2907 2908Character Devices (Braille) 2909M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2910S: Maintained 2911F: chardev/baum.c 2912 2913Command line option argument parsing 2914M: Markus Armbruster <armbru@redhat.com> 2915S: Supported 2916F: include/qemu/option.h 2917F: tests/unit/test-keyval.c 2918F: tests/unit/test-qemu-opts.c 2919F: util/keyval.c 2920F: util/qemu-option.c 2921 2922Coverity model 2923M: Markus Armbruster <armbru@redhat.com> 2924S: Supported 2925F: scripts/coverity-model.c 2926 2927Coverity Scan integration 2928M: Peter Maydell <peter.maydell@linaro.org> 2929S: Maintained 2930F: scripts/coverity-scan/ 2931 2932Device Tree 2933M: Alistair Francis <alistair.francis@wdc.com> 2934R: David Gibson <david@gibson.dropbear.id.au> 2935S: Maintained 2936F: system/device_tree.c 2937F: include/sysemu/device_tree.h 2938 2939Dump 2940S: Supported 2941M: Marc-André Lureau <marcandre.lureau@redhat.com> 2942F: dump/ 2943F: hw/misc/vmcoreinfo.c 2944F: include/hw/misc/vmcoreinfo.h 2945F: include/qemu/win_dump_defs 2946F: include/sysemu/dump-arch.h 2947F: include/sysemu/dump.h 2948F: qapi/dump.json 2949F: scripts/dump-guest-memory.py 2950F: stubs/dump.c 2951F: docs/specs/vmcoreinfo.rst 2952 2953Error reporting 2954M: Markus Armbruster <armbru@redhat.com> 2955S: Supported 2956F: include/qapi/error.h 2957F: include/qemu/error-report.h 2958F: qapi/error.json 2959F: util/error.c 2960F: util/qemu-error.c 2961F: scripts/coccinelle/err-bad-newline.cocci 2962F: scripts/coccinelle/error-use-after-free.cocci 2963F: scripts/coccinelle/error_propagate_null.cocci 2964F: scripts/coccinelle/remove_local_err.cocci 2965F: scripts/coccinelle/use-error_fatal.cocci 2966F: scripts/coccinelle/errp-guard.cocci 2967 2968GDB stub 2969M: Alex Bennée <alex.bennee@linaro.org> 2970R: Philippe Mathieu-Daudé <philmd@linaro.org> 2971S: Maintained 2972F: docs/system/gdb.rst 2973F: gdbstub/* 2974F: include/exec/gdbstub.h 2975F: include/gdbstub/* 2976F: gdb-xml/ 2977F: tests/tcg/multiarch/gdbstub/* 2978F: scripts/feature_to_c.py 2979F: scripts/probe-gdb-support.py 2980 2981Memory API 2982M: Paolo Bonzini <pbonzini@redhat.com> 2983M: Peter Xu <peterx@redhat.com> 2984M: David Hildenbrand <david@redhat.com> 2985R: Philippe Mathieu-Daudé <philmd@linaro.org> 2986S: Supported 2987F: include/exec/ioport.h 2988F: include/exec/memop.h 2989F: include/exec/memory.h 2990F: include/exec/ram_addr.h 2991F: include/exec/ramblock.h 2992F: include/sysemu/memory_mapping.h 2993F: system/dma-helpers.c 2994F: system/ioport.c 2995F: system/memory.c 2996F: system/memory_mapping.c 2997F: system/physmem.c 2998F: include/exec/memory-internal.h 2999F: scripts/coccinelle/memory-region-housekeeping.cocci 3000 3001Memory devices 3002M: David Hildenbrand <david@redhat.com> 3003M: Igor Mammedov <imammedo@redhat.com> 3004R: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 3005S: Supported 3006F: hw/mem/memory-device.c 3007F: hw/mem/nvdimm.c 3008F: hw/mem/pc-dimm.c 3009F: include/hw/mem/memory-device.h 3010F: include/hw/mem/nvdimm.h 3011F: include/hw/mem/pc-dimm.h 3012F: stubs/memory_device.c 3013F: docs/nvdimm.txt 3014 3015SPICE 3016M: Gerd Hoffmann <kraxel@redhat.com> 3017S: Odd Fixes 3018F: include/ui/qemu-spice.h 3019F: include/ui/spice-display.h 3020F: ui/spice-*.c 3021F: audio/spiceaudio.c 3022F: hw/display/qxl* 3023F: qapi/ui.json 3024F: docs/spice-port-fqdn.txt 3025 3026Graphics 3027M: Gerd Hoffmann <kraxel@redhat.com> 3028M: Marc-André Lureau <marcandre.lureau@redhat.com> 3029S: Odd Fixes 3030F: ui/ 3031F: include/ui/ 3032F: qapi/ui.json 3033F: util/drm.c 3034F: docs/devel/ui.rst 3035 3036Cocoa graphics 3037M: Peter Maydell <peter.maydell@linaro.org> 3038M: Philippe Mathieu-Daudé <philmd@linaro.org> 3039R: Akihiko Odaki <akihiko.odaki@daynix.com> 3040S: Odd Fixes 3041F: ui/cocoa.m 3042 3043Main loop 3044M: Paolo Bonzini <pbonzini@redhat.com> 3045S: Maintained 3046F: include/qemu/main-loop.h 3047F: include/sysemu/runstate.h 3048F: include/sysemu/runstate-action.h 3049F: util/main-loop.c 3050F: util/qemu-timer*.c 3051F: system/vl.c 3052F: system/main.c 3053F: system/cpus.c 3054F: system/cpu-throttle.c 3055F: system/cpu-timers.c 3056F: system/runstate* 3057F: qapi/run-state.json 3058 3059Read, Copy, Update (RCU) 3060M: Paolo Bonzini <pbonzini@redhat.com> 3061S: Maintained 3062F: docs/devel/lockcnt.txt 3063F: docs/devel/rcu.txt 3064F: include/qemu/rcu*.h 3065F: tests/unit/rcutorture.c 3066F: tests/unit/test-rcu-*.c 3067F: util/rcu.c 3068 3069Human Monitor (HMP) 3070M: Dr. David Alan Gilbert <dave@treblig.org> 3071S: Maintained 3072F: monitor/monitor-internal.h 3073F: monitor/misc.c 3074F: monitor/monitor.c 3075F: monitor/hmp* 3076F: hmp.h 3077F: hmp-commands*.hx 3078F: include/monitor/hmp-target.h 3079F: tests/qtest/test-hmp.c 3080F: include/qemu/qemu-print.h 3081F: util/qemu-print.c 3082 3083Network device backends 3084M: Jason Wang <jasowang@redhat.com> 3085S: Maintained 3086F: net/ 3087F: include/net/ 3088F: qemu-bridge-helper.c 3089T: git https://github.com/jasowang/qemu.git net 3090F: qapi/net.json 3091 3092Netmap network backend 3093M: Luigi Rizzo <rizzo@iet.unipi.it> 3094M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 3095M: Vincenzo Maffione <v.maffione@gmail.com> 3096W: http://info.iet.unipi.it/~luigi/netmap/ 3097S: Maintained 3098F: net/netmap.c 3099 3100AF_XDP network backend 3101R: Ilya Maximets <i.maximets@ovn.org> 3102F: net/af-xdp.c 3103 3104Host Memory Backends 3105M: David Hildenbrand <david@redhat.com> 3106M: Igor Mammedov <imammedo@redhat.com> 3107S: Maintained 3108F: backends/hostmem*.c 3109F: include/sysemu/hostmem.h 3110F: docs/system/vm-templating.rst 3111T: git https://gitlab.com/ehabkost/qemu.git machine-next 3112 3113Cryptodev Backends 3114M: Gonglei <arei.gonglei@huawei.com> 3115M: zhenwei pi <pizhenwei@bytedance.com> 3116S: Maintained 3117F: include/sysemu/cryptodev*.h 3118F: backends/cryptodev*.c 3119F: qapi/cryptodev.json 3120 3121Python library 3122M: John Snow <jsnow@redhat.com> 3123M: Cleber Rosa <crosa@redhat.com> 3124R: Beraldo Leal <bleal@redhat.com> 3125S: Maintained 3126F: python/ 3127T: git https://gitlab.com/jsnow/qemu.git python 3128 3129Python scripts 3130M: John Snow <jsnow@redhat.com> 3131M: Cleber Rosa <crosa@redhat.com> 3132S: Odd Fixes 3133F: scripts/*.py 3134F: tests/*.py 3135 3136Benchmark util 3137M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3138S: Maintained 3139F: scripts/simplebench/ 3140T: git https://gitlab.com/vsementsov/qemu.git simplebench 3141 3142Transactions helper 3143M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3144S: Maintained 3145F: include/qemu/transactions.h 3146F: util/transactions.c 3147T: git https://gitlab.com/vsementsov/qemu.git block 3148 3149QAPI 3150M: Markus Armbruster <armbru@redhat.com> 3151M: Michael Roth <michael.roth@amd.com> 3152S: Supported 3153F: qapi/ 3154X: qapi/*.json 3155F: include/qapi/ 3156X: include/qapi/qmp/ 3157F: include/qapi/qmp/dispatch.h 3158F: tests/qapi-schema/ 3159F: tests/unit/test-*-visitor.c 3160F: tests/unit/test-qapi-*.c 3161F: tests/unit/test-qmp-*.c 3162F: tests/unit/test-visitor-serialization.c 3163F: scripts/qapi-gen.py 3164F: scripts/qapi/* 3165F: docs/sphinx/qapidoc.py 3166F: docs/devel/qapi* 3167T: git https://repo.or.cz/qemu/armbru.git qapi-next 3168 3169QAPI Schema 3170M: Eric Blake <eblake@redhat.com> 3171M: Markus Armbruster <armbru@redhat.com> 3172S: Supported 3173F: qapi/*.json 3174T: git https://repo.or.cz/qemu/armbru.git qapi-next 3175 3176QObject 3177M: Markus Armbruster <armbru@redhat.com> 3178S: Supported 3179F: qobject/ 3180F: include/qapi/qmp/ 3181X: include/qapi/qmp/dispatch.h 3182F: scripts/coccinelle/qobject.cocci 3183F: tests/unit/check-qdict.c 3184F: tests/unit/check-qjson.c 3185F: tests/unit/check-qlist.c 3186F: tests/unit/check-qlit.c 3187F: tests/unit/check-qnull.c 3188F: tests/unit/check-qnum.c 3189F: tests/unit/check-qobject.c 3190F: tests/unit/check-qstring.c 3191F: tests/data/qobject/qdict.txt 3192T: git https://repo.or.cz/qemu/armbru.git qapi-next 3193 3194QEMU Guest Agent 3195M: Michael Roth <michael.roth@amd.com> 3196M: Konstantin Kostiuk <kkostiuk@redhat.com> 3197S: Maintained 3198F: qga/ 3199F: contrib/systemd/qemu-guest-agent.service 3200F: docs/interop/qemu-ga.rst 3201F: docs/interop/qemu-ga-ref.rst 3202F: scripts/qemu-guest-agent/ 3203F: tests/*/test-qga* 3204T: git https://github.com/mdroth/qemu.git qga 3205 3206QEMU Guest Agent Win32 3207M: Konstantin Kostiuk <kkostiuk@redhat.com> 3208S: Maintained 3209F: qga/*win32* 3210F: qga/vss-win32/ 3211F: qga/installer/ 3212T: git https://github.com/kostyanf14/qemu.git qga-win32 3213 3214QOM 3215M: Paolo Bonzini <pbonzini@redhat.com> 3216R: Daniel P. Berrange <berrange@redhat.com> 3217R: Eduardo Habkost <eduardo@habkost.net> 3218S: Supported 3219F: docs/devel/qom.rst 3220F: docs/qdev-device-use.txt 3221F: hw/core/qdev* 3222F: hw/core/bus.c 3223F: hw/core/sysbus.c 3224F: include/hw/qdev* 3225F: include/monitor/qdev.h 3226F: include/qom/ 3227F: qapi/qom.json 3228F: qapi/qdev.json 3229F: scripts/coccinelle/qom-parent-type.cocci 3230F: scripts/qom-cast-macro-clean-cocci-gen.py 3231F: system/qdev-monitor.c 3232F: stubs/qdev.c 3233F: qom/ 3234F: tests/unit/check-qom-interface.c 3235F: tests/unit/check-qom-proplist.c 3236F: tests/unit/test-qdev-global-props.c 3237 3238QOM boilerplate conversion script 3239M: Eduardo Habkost <eduardo@habkost.net> 3240S: Maintained 3241F: scripts/codeconverter/ 3242 3243QMP 3244M: Markus Armbruster <armbru@redhat.com> 3245S: Supported 3246F: monitor/monitor-internal.h 3247F: monitor/qmp* 3248F: monitor/misc.c 3249F: monitor/monitor.c 3250F: qapi/control.json 3251F: qapi/error.json 3252F: qapi/introspect.json 3253F: docs/devel/*qmp-* 3254F: docs/interop/*qmp-* 3255F: scripts/qmp/ 3256F: tests/qtest/qmp-test.c 3257F: tests/qtest/qmp-cmd-test.c 3258T: git https://repo.or.cz/qemu/armbru.git qapi-next 3259 3260qtest 3261M: Thomas Huth <thuth@redhat.com> 3262M: Laurent Vivier <lvivier@redhat.com> 3263R: Paolo Bonzini <pbonzini@redhat.com> 3264S: Maintained 3265F: system/qtest.c 3266F: include/sysemu/qtest.h 3267F: accel/qtest/ 3268F: tests/qtest/ 3269F: docs/devel/qgraph.rst 3270F: docs/devel/qtest.rst 3271X: tests/qtest/bios-tables-test* 3272 3273Device Fuzzing 3274M: Alexander Bulekov <alxndr@bu.edu> 3275R: Paolo Bonzini <pbonzini@redhat.com> 3276R: Bandan Das <bsd@redhat.com> 3277R: Stefan Hajnoczi <stefanha@redhat.com> 3278R: Thomas Huth <thuth@redhat.com> 3279R: Darren Kenny <darren.kenny@oracle.com> 3280R: Qiuhao Li <Qiuhao.Li@outlook.com> 3281S: Maintained 3282F: tests/qtest/fuzz/ 3283F: tests/qtest/fuzz-*test.c 3284F: tests/docker/test-fuzz 3285F: scripts/oss-fuzz/ 3286F: hw/mem/sparse-mem.c 3287F: docs/devel/fuzzing.rst 3288 3289Register API 3290M: Alistair Francis <alistair@alistair23.me> 3291S: Maintained 3292F: hw/core/register.c 3293F: include/hw/register.h 3294F: include/hw/registerfields.h 3295 3296SLIRP 3297M: Samuel Thibault <samuel.thibault@ens-lyon.org> 3298S: Maintained 3299F: net/slirp.c 3300F: include/net/slirp.h 3301T: git https://people.debian.org/~sthibault/qemu.git slirp 3302 3303Stats 3304S: Orphan 3305F: include/sysemu/stats.h 3306F: stats/ 3307 3308Streams 3309M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 3310S: Maintained 3311F: hw/core/stream.c 3312F: include/hw/stream.h 3313 3314Stubs 3315M: Paolo Bonzini <pbonzini@redhat.com> 3316S: Maintained 3317F: stubs/ 3318 3319Tracing 3320M: Stefan Hajnoczi <stefanha@redhat.com> 3321R: Mads Ynddal <mads@ynddal.dk> 3322S: Maintained 3323F: trace/ 3324F: trace-events 3325F: docs/qemu-option-trace.rst.inc 3326F: qapi/trace.json 3327F: scripts/tracetool.py 3328F: scripts/tracetool/ 3329F: scripts/qemu-trace-stap* 3330F: docs/tools/qemu-trace-stap.rst 3331F: docs/devel/tracing.rst 3332T: git https://github.com/stefanha/qemu.git tracing 3333 3334Simpletrace 3335M: Mads Ynddal <mads@ynddal.dk> 3336S: Maintained 3337F: scripts/simpletrace.py 3338 3339TPM 3340M: Stefan Berger <stefanb@linux.ibm.com> 3341S: Maintained 3342F: system/tpm* 3343F: hw/tpm/* 3344F: include/hw/acpi/tpm.h 3345F: include/sysemu/tpm* 3346F: qapi/tpm.json 3347F: backends/tpm/ 3348F: tests/qtest/*tpm* 3349F: docs/specs/tpm.rst 3350T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 3351 3352Checkpatch 3353S: Odd Fixes 3354F: scripts/checkpatch.pl 3355 3356Migration 3357M: Peter Xu <peterx@redhat.com> 3358M: Fabiano Rosas <farosas@suse.de> 3359S: Maintained 3360F: hw/core/vmstate-if.c 3361F: include/hw/vmstate-if.h 3362F: include/migration/ 3363F: include/qemu/userfaultfd.h 3364F: migration/ 3365F: scripts/vmstate-static-checker.py 3366F: tests/vmstate-static-checker-data/ 3367F: tests/qtest/migration-test.c 3368F: docs/devel/migration.rst 3369F: qapi/migration.json 3370F: tests/migration/ 3371F: util/userfaultfd.c 3372X: migration/rdma* 3373 3374RDMA Migration 3375R: Li Zhijian <lizhijian@fujitsu.com> 3376R: Peter Xu <peterx@redhat.com> 3377S: Odd Fixes 3378F: migration/rdma* 3379 3380Migration dirty limit and dirty page rate 3381M: Hyman Huang <yong.huang@smartx.com> 3382S: Maintained 3383F: system/dirtylimit.c 3384F: include/sysemu/dirtylimit.h 3385F: migration/dirtyrate.c 3386F: migration/dirtyrate.h 3387F: include/sysemu/dirtyrate.h 3388 3389D-Bus 3390M: Marc-André Lureau <marcandre.lureau@redhat.com> 3391S: Maintained 3392F: backends/dbus-vmstate.c 3393F: ui/dbus* 3394F: audio/dbus* 3395F: util/dbus.c 3396F: include/ui/dbus* 3397F: include/qemu/dbus.h 3398F: docs/interop/dbus* 3399F: docs/sphinx/dbus* 3400F: docs/sphinx/fakedbusdoc.py 3401F: tests/qtest/dbus* 3402F: scripts/xml-preprocess* 3403 3404Seccomp 3405M: Daniel P. Berrange <berrange@redhat.com> 3406S: Odd Fixes 3407F: system/qemu-seccomp.c 3408F: include/sysemu/seccomp.h 3409F: tests/unit/test-seccomp.c 3410 3411Cryptography 3412M: Daniel P. Berrange <berrange@redhat.com> 3413S: Maintained 3414F: crypto/ 3415F: include/crypto/ 3416F: host/include/*/host/crypto/ 3417F: qapi/crypto.json 3418F: tests/unit/test-crypto-* 3419F: tests/bench/benchmark-crypto-* 3420F: tests/unit/crypto-tls-* 3421F: tests/unit/pkix_asn1_tab.c 3422F: qemu.sasl 3423 3424Coroutines 3425M: Stefan Hajnoczi <stefanha@redhat.com> 3426M: Kevin Wolf <kwolf@redhat.com> 3427S: Maintained 3428F: util/*coroutine* 3429F: include/qemu/coroutine* 3430F: tests/unit/test-coroutine.c 3431 3432Buffers 3433M: Daniel P. Berrange <berrange@redhat.com> 3434S: Odd Fixes 3435F: util/buffer.c 3436F: include/qemu/buffer.h 3437 3438I/O Channels 3439M: Daniel P. Berrange <berrange@redhat.com> 3440S: Maintained 3441F: io/ 3442F: include/io/ 3443F: tests/unit/test-io-* 3444 3445User authorization 3446M: Daniel P. Berrange <berrange@redhat.com> 3447S: Maintained 3448F: authz/ 3449F: qapi/authz.json 3450F: include/authz/ 3451F: tests/unit/test-authz-* 3452 3453Sockets 3454M: Daniel P. Berrange <berrange@redhat.com> 3455S: Maintained 3456F: include/qemu/sockets.h 3457F: util/qemu-sockets.c 3458F: qapi/sockets.json 3459 3460File monitor 3461M: Daniel P. Berrange <berrange@redhat.com> 3462S: Odd Fixes 3463F: util/filemonitor*.c 3464F: include/qemu/filemonitor.h 3465F: tests/unit/test-util-filemonitor.c 3466 3467Throttling infrastructure 3468M: Alberto Garcia <berto@igalia.com> 3469S: Supported 3470F: block/throttle-groups.c 3471F: include/block/throttle-groups.h 3472F: include/qemu/throttle*.h 3473F: util/throttle.c 3474F: docs/throttle.txt 3475F: tests/unit/test-throttle.c 3476L: qemu-block@nongnu.org 3477 3478UUID 3479M: Fam Zheng <fam@euphon.net> 3480S: Supported 3481F: util/uuid.c 3482F: include/qemu/uuid.h 3483F: tests/unit/test-uuid.c 3484 3485Yank feature 3486M: Lukas Straub <lukasstraub2@web.de> 3487S: Odd fixes 3488F: util/yank.c 3489F: migration/yank_functions* 3490F: tests/unit/test-yank.c 3491F: include/qemu/yank.h 3492F: qapi/yank.json 3493 3494COLO Framework 3495M: Hailiang Zhang <zhanghailiang@xfusion.com> 3496S: Maintained 3497F: migration/colo* 3498F: include/migration/colo.h 3499F: include/migration/failover.h 3500F: docs/COLO-FT.txt 3501 3502COLO Proxy 3503M: Zhang Chen <chen.zhang@intel.com> 3504M: Li Zhijian <lizhijian@fujitsu.com> 3505S: Supported 3506F: docs/colo-proxy.txt 3507F: net/colo* 3508F: net/filter-rewriter.c 3509F: net/filter-mirror.c 3510F: tests/qtest/test-filter* 3511 3512Record/replay 3513M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 3514R: Paolo Bonzini <pbonzini@redhat.com> 3515W: https://wiki.qemu.org/Features/record-replay 3516S: Supported 3517F: replay/* 3518F: block/blkreplay.c 3519F: net/filter-replay.c 3520F: include/exec/replay-core.h 3521F: include/sysemu/replay.h 3522F: docs/devel/replay.rst 3523F: docs/system/replay.rst 3524F: stubs/replay.c 3525F: tests/avocado/replay_kernel.py 3526F: tests/avocado/replay_linux.py 3527F: tests/avocado/reverse_debugging.py 3528F: qapi/replay.json 3529 3530IOVA Tree 3531M: Peter Xu <peterx@redhat.com> 3532S: Maintained 3533F: include/qemu/iova-tree.h 3534F: util/iova-tree.c 3535 3536elf2dmp 3537M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 3538S: Maintained 3539F: contrib/elf2dmp/ 3540 3541Overall sensors 3542M: Philippe Mathieu-Daudé <philmd@linaro.org> 3543S: Odd Fixes 3544F: hw/sensor 3545F: include/hw/sensor 3546 3547I2C and SMBus 3548M: Corey Minyard <cminyard@mvista.com> 3549S: Maintained 3550F: hw/i2c/core.c 3551F: hw/i2c/smbus_slave.c 3552F: hw/i2c/smbus_master.c 3553F: hw/i2c/smbus_eeprom.c 3554F: include/hw/i2c/i2c.h 3555F: include/hw/i2c/smbus_master.h 3556F: include/hw/i2c/smbus_slave.h 3557F: include/hw/i2c/smbus_eeprom.h 3558 3559PMBus 3560M: Titus Rwantare <titusr@google.com> 3561S: Maintained 3562F: hw/i2c/pmbus_device.c 3563F: hw/sensor/adm1272.c 3564F: hw/sensor/isl_pmbus_vr.c 3565F: hw/sensor/max34451.c 3566F: include/hw/i2c/pmbus_device.h 3567F: include/hw/sensor/isl_pmbus_vr.h 3568F: tests/qtest/adm1272-test.c 3569F: tests/qtest/max34451-test.c 3570F: tests/qtest/isl_pmbus_vr-test.c 3571 3572Firmware schema specifications 3573M: Philippe Mathieu-Daudé <philmd@linaro.org> 3574R: Daniel P. Berrange <berrange@redhat.com> 3575R: Kashyap Chamarthy <kchamart@redhat.com> 3576S: Maintained 3577F: docs/interop/firmware.json 3578 3579EDK2 Firmware 3580M: Philippe Mathieu-Daudé <philmd@linaro.org> 3581M: Gerd Hoffmann <kraxel@redhat.com> 3582S: Supported 3583F: hw/i386/*ovmf* 3584F: pc-bios/descriptors/??-edk2-*.json 3585F: pc-bios/edk2-* 3586F: roms/Makefile.edk2 3587F: roms/edk2 3588F: roms/edk2-* 3589F: tests/data/uefi-boot-images/ 3590F: tests/uefi-test-tools/ 3591 3592VT-d Emulation 3593M: Michael S. Tsirkin <mst@redhat.com> 3594M: Peter Xu <peterx@redhat.com> 3595R: Jason Wang <jasowang@redhat.com> 3596S: Supported 3597F: hw/i386/intel_iommu.c 3598F: hw/i386/intel_iommu_internal.h 3599F: include/hw/i386/intel_iommu.h 3600 3601AMD-Vi Emulation 3602S: Orphan 3603F: hw/i386/amd_iommu.? 3604 3605OpenSBI Firmware 3606M: Bin Meng <bmeng.cn@gmail.com> 3607S: Supported 3608F: pc-bios/opensbi-* 3609F: .gitlab-ci.d/opensbi.yml 3610F: .gitlab-ci.d/opensbi/ 3611 3612Clock framework 3613M: Luc Michel <luc@lmichel.fr> 3614R: Damien Hedde <damien.hedde@dahe.fr> 3615S: Maintained 3616F: include/hw/clock.h 3617F: include/hw/qdev-clock.h 3618F: hw/core/clock.c 3619F: hw/core/clock-vmstate.c 3620F: hw/core/qdev-clock.c 3621F: docs/devel/clocks.rst 3622 3623Usermode Emulation 3624------------------ 3625Overall usermode emulation 3626M: Riku Voipio <riku.voipio@iki.fi> 3627S: Maintained 3628F: accel/tcg/user-exec*.c 3629F: include/user/ 3630F: common-user/ 3631 3632BSD user 3633M: Warner Losh <imp@bsdimp.com> 3634R: Kyle Evans <kevans@freebsd.org> 3635S: Maintained 3636F: bsd-user/ 3637F: configs/targets/*-bsd-user.mak 3638F: tests/vm/*bsd 3639T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 3640 3641Linux user 3642M: Laurent Vivier <laurent@vivier.eu> 3643S: Maintained 3644F: linux-user/ 3645F: configs/targets/*linux-user.mak 3646F: scripts/qemu-binfmt-conf.sh 3647F: scripts/update-syscalltbl.sh 3648F: scripts/update-mips-syscall-args.sh 3649F: scripts/gensyscalls.sh 3650 3651Tiny Code Generator (TCG) 3652------------------------- 3653Common TCG code 3654M: Richard Henderson <richard.henderson@linaro.org> 3655S: Maintained 3656F: tcg/ 3657F: include/tcg/ 3658 3659TCG Plugins 3660M: Alex Bennée <alex.bennee@linaro.org> 3661R: Alexandre Iooss <erdnaxe@crans.org> 3662R: Mahmoud Mandour <ma.mandourr@gmail.com> 3663S: Maintained 3664F: docs/devel/tcg-plugins.rst 3665F: plugins/ 3666F: tests/plugin/ 3667F: tests/avocado/tcg_plugins.py 3668F: contrib/plugins/ 3669 3670AArch64 TCG target 3671M: Richard Henderson <richard.henderson@linaro.org> 3672S: Maintained 3673L: qemu-arm@nongnu.org 3674F: tcg/aarch64/ 3675 3676ARM TCG target 3677M: Richard Henderson <richard.henderson@linaro.org> 3678S: Maintained 3679L: qemu-arm@nongnu.org 3680F: tcg/arm/ 3681 3682i386 TCG target 3683M: Richard Henderson <richard.henderson@linaro.org> 3684S: Maintained 3685F: tcg/i386/ 3686 3687LoongArch64 TCG target 3688M: WANG Xuerui <git@xen0n.name> 3689S: Maintained 3690F: tcg/loongarch64/ 3691 3692MIPS TCG target 3693M: Philippe Mathieu-Daudé <philmd@linaro.org> 3694R: Aurelien Jarno <aurelien@aurel32.net> 3695R: Huacai Chen <chenhuacai@kernel.org> 3696R: Jiaxun Yang <jiaxun.yang@flygoat.com> 3697R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3698S: Odd Fixes 3699F: tcg/mips/ 3700 3701PPC TCG target 3702M: Richard Henderson <richard.henderson@linaro.org> 3703S: Odd Fixes 3704F: tcg/ppc/ 3705 3706RISC-V TCG target 3707M: Palmer Dabbelt <palmer@dabbelt.com> 3708M: Alistair Francis <Alistair.Francis@wdc.com> 3709L: qemu-riscv@nongnu.org 3710S: Maintained 3711F: tcg/riscv/ 3712F: disas/riscv.[ch] 3713 3714S390 TCG target 3715M: Richard Henderson <richard.henderson@linaro.org> 3716S: Maintained 3717F: tcg/s390/ 3718L: qemu-s390x@nongnu.org 3719 3720SPARC TCG target 3721S: Odd Fixes 3722F: tcg/sparc64/ 3723F: disas/sparc.c 3724 3725TCI TCG target 3726M: Stefan Weil <sw@weilnetz.de> 3727S: Maintained 3728F: tcg/tci/ 3729F: tcg/tci.c 3730F: disas/tci.c 3731 3732Block drivers 3733------------- 3734VMDK 3735M: Fam Zheng <fam@euphon.net> 3736L: qemu-block@nongnu.org 3737S: Supported 3738F: block/vmdk.c 3739 3740RBD 3741M: Ilya Dryomov <idryomov@gmail.com> 3742R: Peter Lieven <pl@kamp.de> 3743L: qemu-block@nongnu.org 3744S: Supported 3745F: block/rbd.c 3746 3747VHDX 3748M: Jeff Cody <codyprime@gmail.com> 3749L: qemu-block@nongnu.org 3750S: Supported 3751F: block/vhdx* 3752 3753VDI 3754M: Stefan Weil <sw@weilnetz.de> 3755L: qemu-block@nongnu.org 3756S: Maintained 3757F: block/vdi.c 3758 3759blkio 3760M: Stefan Hajnoczi <stefanha@redhat.com> 3761L: qemu-block@nongnu.org 3762S: Maintained 3763F: block/blkio.c 3764 3765iSCSI 3766M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3767M: Paolo Bonzini <pbonzini@redhat.com> 3768M: Peter Lieven <pl@kamp.de> 3769L: qemu-block@nongnu.org 3770S: Odd Fixes 3771F: block/iscsi.c 3772F: block/iscsi-opts.c 3773 3774Network Block Device (NBD) 3775M: Eric Blake <eblake@redhat.com> 3776M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> 3777L: qemu-block@nongnu.org 3778S: Maintained 3779F: block/nbd* 3780F: nbd/ 3781F: include/block/nbd* 3782F: qemu-nbd.* 3783F: blockdev-nbd.c 3784F: docs/interop/nbd.txt 3785F: docs/tools/qemu-nbd.rst 3786F: tests/qemu-iotests/tests/*nbd* 3787T: git https://repo.or.cz/qemu/ericb.git nbd 3788T: git https://gitlab.com/vsementsov/qemu.git block 3789 3790NFS 3791M: Peter Lieven <pl@kamp.de> 3792L: qemu-block@nongnu.org 3793S: Maintained 3794F: block/nfs.c 3795 3796SSH 3797M: Richard W.M. Jones <rjones@redhat.com> 3798L: qemu-block@nongnu.org 3799S: Supported 3800F: block/ssh.c 3801 3802CURL 3803L: qemu-block@nongnu.org 3804S: Odd Fixes 3805F: block/curl.c 3806 3807GLUSTER 3808L: qemu-block@nongnu.org 3809L: integration@gluster.org 3810S: Odd Fixes 3811F: block/gluster.c 3812 3813Null Block Driver 3814M: Fam Zheng <fam@euphon.net> 3815L: qemu-block@nongnu.org 3816S: Supported 3817F: block/null.c 3818 3819NVMe Block Driver 3820M: Stefan Hajnoczi <stefanha@redhat.com> 3821R: Fam Zheng <fam@euphon.net> 3822R: Philippe Mathieu-Daudé <philmd@linaro.org> 3823L: qemu-block@nongnu.org 3824S: Supported 3825F: block/nvme* 3826F: include/block/nvme.h 3827T: git https://github.com/stefanha/qemu.git block 3828 3829Bootdevice 3830M: Gonglei <arei.gonglei@huawei.com> 3831S: Maintained 3832F: system/bootdevice.c 3833 3834Quorum 3835M: Alberto Garcia <berto@igalia.com> 3836S: Supported 3837F: block/quorum.c 3838L: qemu-block@nongnu.org 3839 3840blklogwrites 3841M: Ari Sundholm <ari@tuxera.com> 3842L: qemu-block@nongnu.org 3843S: Supported 3844F: block/blklogwrites.c 3845 3846blkverify 3847M: Stefan Hajnoczi <stefanha@redhat.com> 3848L: qemu-block@nongnu.org 3849S: Supported 3850F: block/blkverify.c 3851 3852bochs 3853M: Stefan Hajnoczi <stefanha@redhat.com> 3854L: qemu-block@nongnu.org 3855S: Supported 3856F: block/bochs.c 3857 3858cloop 3859M: Stefan Hajnoczi <stefanha@redhat.com> 3860L: qemu-block@nongnu.org 3861S: Supported 3862F: block/cloop.c 3863 3864dmg 3865M: Stefan Hajnoczi <stefanha@redhat.com> 3866L: qemu-block@nongnu.org 3867S: Supported 3868F: block/dmg.c 3869 3870parallels 3871M: Stefan Hajnoczi <stefanha@redhat.com> 3872M: Denis V. Lunev <den@openvz.org> 3873L: qemu-block@nongnu.org 3874S: Supported 3875F: block/parallels.c 3876F: block/parallels-ext.c 3877F: docs/interop/parallels.txt 3878T: git https://src.openvz.org/scm/~den/qemu.git parallels 3879 3880qed 3881M: Stefan Hajnoczi <stefanha@redhat.com> 3882L: qemu-block@nongnu.org 3883S: Supported 3884F: block/qed.c 3885 3886raw 3887M: Kevin Wolf <kwolf@redhat.com> 3888L: qemu-block@nongnu.org 3889S: Supported 3890F: block/linux-aio.c 3891F: include/block/raw-aio.h 3892F: block/raw-format.c 3893F: block/file-posix.c 3894F: block/file-win32.c 3895F: block/win32-aio.c 3896 3897Linux io_uring 3898M: Aarushi Mehta <mehta.aaru20@gmail.com> 3899M: Julia Suvorova <jusual@redhat.com> 3900M: Stefan Hajnoczi <stefanha@redhat.com> 3901R: Stefano Garzarella <sgarzare@redhat.com> 3902L: qemu-block@nongnu.org 3903S: Maintained 3904F: block/io_uring.c 3905F: stubs/io_uring.c 3906 3907qcow2 3908M: Kevin Wolf <kwolf@redhat.com> 3909M: Hanna Reitz <hreitz@redhat.com> 3910L: qemu-block@nongnu.org 3911S: Supported 3912F: block/qcow2* 3913F: docs/interop/qcow2.txt 3914 3915qcow 3916M: Kevin Wolf <kwolf@redhat.com> 3917L: qemu-block@nongnu.org 3918S: Supported 3919F: block/qcow.c 3920 3921blkdebug 3922M: Kevin Wolf <kwolf@redhat.com> 3923M: Hanna Reitz <hreitz@redhat.com> 3924L: qemu-block@nongnu.org 3925S: Supported 3926F: block/blkdebug.c 3927 3928vpc 3929M: Kevin Wolf <kwolf@redhat.com> 3930L: qemu-block@nongnu.org 3931S: Supported 3932F: block/vpc.c 3933 3934vvfat 3935M: Kevin Wolf <kwolf@redhat.com> 3936L: qemu-block@nongnu.org 3937S: Odd Fixes 3938F: block/vvfat.c 3939 3940Image format fuzzer 3941M: Stefan Hajnoczi <stefanha@redhat.com> 3942L: qemu-block@nongnu.org 3943S: Supported 3944F: tests/image-fuzzer/ 3945 3946Vhost-user block device backend server 3947M: Coiby Xu <Coiby.Xu@gmail.com> 3948S: Maintained 3949F: block/export/vhost-user-blk-server.c 3950F: block/export/vhost-user-blk-server.h 3951F: block/export/virtio-blk-handler.c 3952F: block/export/virtio-blk-handler.h 3953F: include/qemu/vhost-user-server.h 3954F: tests/qtest/libqos/vhost-user-blk.c 3955F: tests/qtest/libqos/vhost-user-blk.h 3956F: tests/qtest/vhost-user-blk-test.c 3957F: util/vhost-user-server.c 3958 3959FUSE block device exports 3960M: Hanna Reitz <hreitz@redhat.com> 3961L: qemu-block@nongnu.org 3962S: Supported 3963F: block/export/fuse.c 3964 3965VDUSE library and block device exports 3966M: Xie Yongji <xieyongji@bytedance.com> 3967S: Maintained 3968F: subprojects/libvduse/ 3969F: block/export/vduse-blk.c 3970F: block/export/vduse-blk.h 3971 3972Replication 3973M: Wen Congyang <wencongyang2@huawei.com> 3974M: Xie Changlong <xiechanglong.d@gmail.com> 3975S: Supported 3976F: replication* 3977F: block/replication.c 3978F: tests/unit/test-replication.c 3979F: docs/block-replication.txt 3980 3981PVRDMA 3982M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3983M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3984S: Odd Fixes 3985F: hw/rdma/* 3986F: hw/rdma/vmw/* 3987F: docs/pvrdma.txt 3988F: contrib/rdmacm-mux/* 3989F: qapi/rdma.json 3990 3991Semihosting 3992M: Alex Bennée <alex.bennee@linaro.org> 3993S: Maintained 3994F: semihosting/ 3995F: include/semihosting/ 3996F: tests/tcg/multiarch/arm-compat-semi/ 3997F: tests/tcg/aarch64/system/semiheap.c 3998 3999Multi-process QEMU 4000M: Elena Ufimtseva <elena.ufimtseva@oracle.com> 4001M: Jagannathan Raman <jag.raman@oracle.com> 4002S: Maintained 4003F: docs/devel/multi-process.rst 4004F: docs/system/multi-process.rst 4005F: hw/pci-host/remote.c 4006F: include/hw/pci-host/remote.h 4007F: hw/remote/machine.c 4008F: include/hw/remote/machine.h 4009F: hw/remote/mpqemu-link.c 4010F: include/hw/remote/mpqemu-link.h 4011F: hw/remote/message.c 4012F: hw/remote/remote-obj.c 4013F: include/hw/remote/memory.h 4014F: hw/remote/memory.c 4015F: hw/remote/proxy.c 4016F: include/hw/remote/proxy.h 4017F: hw/remote/proxy-memory-listener.c 4018F: include/hw/remote/proxy-memory-listener.h 4019F: hw/remote/iohub.c 4020F: include/hw/remote/iohub.h 4021F: subprojects/libvfio-user 4022F: hw/remote/vfio-user-obj.c 4023F: include/hw/remote/vfio-user-obj.h 4024F: hw/remote/iommu.c 4025F: include/hw/remote/iommu.h 4026 4027EBPF: 4028M: Jason Wang <jasowang@redhat.com> 4029R: Andrew Melnychenko <andrew@daynix.com> 4030R: Yuri Benditovich <yuri.benditovich@daynix.com> 4031S: Maintained 4032F: docs/devel/ebpf_rss.rst 4033F: ebpf/* 4034F: tools/ebpf/* 4035 4036Build and test automation 4037------------------------- 4038Build and test automation, general continuous integration 4039M: Alex Bennée <alex.bennee@linaro.org> 4040M: Philippe Mathieu-Daudé <philmd@linaro.org> 4041M: Thomas Huth <thuth@redhat.com> 4042R: Wainer dos Santos Moschetta <wainersm@redhat.com> 4043R: Beraldo Leal <bleal@redhat.com> 4044S: Maintained 4045F: .github/workflows/lockdown.yml 4046F: .gitlab-ci.yml 4047F: .gitlab-ci.d/ 4048F: .travis.yml 4049F: docs/devel/ci* 4050F: scripts/ci/ 4051F: tests/docker/ 4052F: tests/vm/ 4053F: tests/lcitool/ 4054F: tests/avocado/tuxrun_baselines.py 4055F: scripts/archive-source.sh 4056F: docs/devel/testing.rst 4057W: https://gitlab.com/qemu-project/qemu/pipelines 4058W: https://travis-ci.org/qemu/qemu 4059 4060FreeBSD Hosted Continuous Integration 4061M: Ed Maste <emaste@freebsd.org> 4062M: Li-Wen Hsu <lwhsu@freebsd.org> 4063S: Maintained 4064F: .gitlab-ci.d/cirrus/freebsd* 4065F: tests/vm/freebsd 4066W: https://cirrus-ci.com/github/qemu/qemu 4067 4068Windows Hosted Continuous Integration 4069M: Yonggang Luo <luoyonggang@gmail.com> 4070S: Maintained 4071F: .gitlab-ci.d/windows.yml 4072 4073Guest Test Compilation Support 4074M: Alex Bennée <alex.bennee@linaro.org> 4075R: Philippe Mathieu-Daudé <philmd@linaro.org> 4076S: Maintained 4077F: tests/tcg/Makefile.target 4078 4079Integration Testing with the Avocado framework 4080W: https://trello.com/b/6Qi1pxVn/avocado-qemu 4081R: Cleber Rosa <crosa@redhat.com> 4082R: Philippe Mathieu-Daudé <philmd@linaro.org> 4083R: Wainer dos Santos Moschetta <wainersm@redhat.com> 4084R: Beraldo Leal <bleal@redhat.com> 4085S: Odd Fixes 4086F: tests/avocado/ 4087 4088GitLab custom runner (Works On Arm Sponsored) 4089M: Alex Bennée <alex.bennee@linaro.org> 4090M: Philippe Mathieu-Daudé <philmd@linaro.org> 4091S: Maintained 4092F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml 4093F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml 4094 4095Documentation 4096------------- 4097Build system architecture 4098M: Daniel P. Berrange <berrange@redhat.com> 4099S: Odd Fixes 4100F: docs/devel/build-system.rst 4101 4102GIT Data Mining Config 4103M: Alex Bennée <alex.bennee@linaro.org> 4104S: Odd Fixes 4105F: gitdm.config 4106F: contrib/gitdm/* 4107 4108Incompatible changes 4109R: devel@lists.libvirt.org 4110F: docs/about/deprecated.rst 4111 4112Build System 4113------------ 4114Meson 4115M: Paolo Bonzini <pbonzini@redhat.com> 4116R: Marc-André Lureau <marcandre.lureau@redhat.com> 4117R: Daniel P. Berrange <berrange@redhat.com> 4118R: Thomas Huth <thuth@redhat.com> 4119R: Philippe Mathieu-Daudé <philmd@linaro.org> 4120S: Maintained 4121F: meson.build 4122F: meson_options.txt 4123F: scripts/meson-buildoptions.* 4124F: scripts/check_sparse.py 4125F: scripts/symlink-install-tree.py 4126 4127Top Level Makefile and configure 4128M: Paolo Bonzini <pbonzini@redhat.com> 4129R: Alex Bennée <alex.bennee@linaro.org> 4130R: Thomas Huth <thuth@redhat.com> 4131S: Maintained 4132F: Makefile 4133F: configure 4134F: scripts/mtest2make.py 4135F: tests/Makefile.include 4136 4137Kconfig 4138M: Paolo Bonzini <pbonzini@redhat.com> 4139S: Maintained 4140F: scripts/minikconf.py 4141F: docs/devel/kconfig.rst 4142F: Kconfig* 4143F: */Kconfig* 4144F: hw/*/Kconfig* 4145F: target/*/Kconfig* 4146 4147GIT submodules 4148M: Daniel P. Berrange <berrange@redhat.com> 4149S: Odd Fixes 4150F: scripts/git-submodule.sh 4151 4152UI translations 4153S: Orphan 4154F: po/*.po 4155 4156Sphinx documentation configuration and build machinery 4157M: Peter Maydell <peter.maydell@linaro.org> 4158S: Maintained 4159F: docs/conf.py 4160F: docs/*/conf.py 4161F: docs/sphinx/ 4162F: docs/_templates/ 4163 4164Miscellaneous 4165------------- 4166Performance Tools and Tests 4167M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 4168S: Maintained 4169F: scripts/performance/ 4170 4171Code Coverage Tools 4172M: Alex Bennée <alex.bennee@linaro.org> 4173S: Odd Fixes 4174F: scripts/coverage/ 4175