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