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