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