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