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