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