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