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