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