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