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