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