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