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