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