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