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 <quic_llindhol@quicinc.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/misc/lasi.c 1117F: hw/pci-host/dino.c 1118F: include/hw/misc/lasi.h 1119F: include/hw/net/lasi_82596.h 1120F: include/hw/pci-host/dino.h 1121F: pc-bios/hppa-firmware.img 1122 1123M68K Machines 1124------------- 1125an5206 1126M: Thomas Huth <huth@tuxfamily.org> 1127S: Odd Fixes 1128F: hw/m68k/an5206.c 1129F: hw/m68k/mcf5206.c 1130 1131mcf5208 1132M: Thomas Huth <huth@tuxfamily.org> 1133S: Odd Fixes 1134F: hw/m68k/mcf5208.c 1135F: hw/m68k/mcf_intc.c 1136F: hw/char/mcf_uart.c 1137F: hw/net/mcf_fec.c 1138F: include/hw/m68k/mcf*.h 1139 1140NeXTcube 1141M: Thomas Huth <huth@tuxfamily.org> 1142S: Odd Fixes 1143F: hw/m68k/next-*.c 1144F: hw/display/next-fb.c 1145F: include/hw/m68k/next-cube.h 1146 1147q800 1148M: Laurent Vivier <laurent@vivier.eu> 1149S: Maintained 1150F: hw/m68k/q800.c 1151F: hw/misc/mac_via.c 1152F: hw/nubus/* 1153F: hw/display/macfb.c 1154F: hw/block/swim.c 1155F: hw/m68k/bootinfo.h 1156F: include/standard-headers/asm-m68k/bootinfo.h 1157F: include/standard-headers/asm-m68k/bootinfo-mac.h 1158F: include/hw/misc/mac_via.h 1159F: include/hw/nubus/* 1160F: include/hw/display/macfb.h 1161F: include/hw/block/swim.h 1162 1163virt 1164M: Laurent Vivier <laurent@vivier.eu> 1165S: Maintained 1166F: hw/m68k/virt.c 1167F: hw/char/goldfish_tty.c 1168F: hw/intc/goldfish_pic.c 1169F: hw/intc/m68k_irqc.c 1170F: hw/misc/virt_ctrl.c 1171F: include/hw/char/goldfish_tty.h 1172F: include/hw/intc/goldfish_pic.h 1173F: include/hw/intc/m68k_irqc.h 1174F: include/hw/misc/virt_ctrl.h 1175 1176MicroBlaze Machines 1177------------------- 1178petalogix_s3adsp1800 1179M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1180S: Maintained 1181F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1182F: include/hw/char/xilinx_uartlite.h 1183F: tests/avocado/machine_microblaze.py 1184 1185petalogix_ml605 1186M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1187S: Maintained 1188F: hw/microblaze/petalogix_ml605_mmu.c 1189 1190MIPS Machines 1191------------- 1192Overall MIPS Machines 1193M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1194S: Odd Fixes 1195F: configs/devices/mips*/* 1196F: hw/mips/ 1197F: include/hw/mips/ 1198 1199Jazz 1200M: Hervé Poussineau <hpoussin@reactos.org> 1201R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1202S: Maintained 1203F: hw/mips/jazz.c 1204F: hw/display/jazz_led.c 1205F: hw/dma/rc4030.c 1206 1207Malta 1208M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1209R: Aurelien Jarno <aurelien@aurel32.net> 1210S: Odd Fixes 1211F: hw/isa/piix4.c 1212F: hw/acpi/piix4.c 1213F: hw/mips/malta.c 1214F: hw/mips/gt64xxx_pci.c 1215F: include/hw/southbridge/piix.h 1216F: tests/avocado/linux_ssh_mips_malta.py 1217F: tests/avocado/machine_mips_malta.py 1218 1219Mipssim 1220R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1221S: Orphan 1222F: hw/mips/mipssim.c 1223F: hw/net/mipsnet.c 1224 1225Fuloong 2E 1226M: Huacai Chen <chenhuacai@kernel.org> 1227M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1228R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1229S: Odd Fixes 1230F: hw/mips/fuloong2e.c 1231F: hw/isa/vt82c686.c 1232F: hw/pci-host/bonito.c 1233F: hw/usb/vt82c686-uhci-pci.c 1234F: include/hw/isa/vt82c686.h 1235F: tests/avocado/machine_mips_fuloong2e.py 1236 1237Loongson-3 virtual platforms 1238M: Huacai Chen <chenhuacai@kernel.org> 1239R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1240S: Maintained 1241F: hw/intc/loongson_liointc.c 1242F: hw/mips/loongson3_bootp.c 1243F: hw/mips/loongson3_bootp.h 1244F: hw/mips/loongson3_virt.c 1245F: tests/avocado/machine_mips_loongson3v.py 1246 1247Boston 1248M: Paul Burton <paulburton@kernel.org> 1249R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1250S: Odd Fixes 1251F: hw/core/loader-fit.c 1252F: hw/mips/boston.c 1253F: hw/pci-host/xilinx-pcie.c 1254F: include/hw/pci-host/xilinx-pcie.h 1255 1256OpenRISC Machines 1257----------------- 1258or1k-sim 1259M: Jia Liu <proljc@gmail.com> 1260S: Maintained 1261F: hw/openrisc/openrisc_sim.c 1262 1263PowerPC Machines 1264---------------- 1265405 (ref405ep and taihu) 1266L: qemu-ppc@nongnu.org 1267S: Orphan 1268F: hw/ppc/ppc405_boards.c 1269 1270Bamboo 1271L: qemu-ppc@nongnu.org 1272S: Orphan 1273F: hw/ppc/ppc440_bamboo.c 1274F: tests/avocado/ppc_bamboo.py 1275 1276e500 1277L: qemu-ppc@nongnu.org 1278S: Orphan 1279F: hw/ppc/e500* 1280F: hw/gpio/mpc8xxx.c 1281F: hw/i2c/mpc_i2c.c 1282F: hw/net/fsl_etsec/ 1283F: hw/pci-host/ppce500.c 1284F: include/hw/ppc/ppc_e500.h 1285F: include/hw/pci-host/ppce500.h 1286F: pc-bios/u-boot.e500 1287F: hw/intc/openpic_kvm.h 1288F: include/hw/ppc/openpic_kvm.h 1289 1290mpc8544ds 1291L: qemu-ppc@nongnu.org 1292S: Orphan 1293F: hw/ppc/mpc8544ds.c 1294F: hw/ppc/mpc8544_guts.c 1295F: tests/avocado/ppc_mpc8544ds.py 1296 1297New World (mac99) 1298M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1299L: qemu-ppc@nongnu.org 1300S: Odd Fixes 1301F: docs/system/ppc/powermac.rst 1302F: hw/ppc/mac_newworld.c 1303F: hw/pci-host/uninorth.c 1304F: hw/pci-bridge/dec.[hc] 1305F: hw/misc/macio/ 1306F: hw/misc/mos6522.c 1307F: hw/nvram/mac_nvram.c 1308F: hw/input/adb* 1309F: include/hw/misc/macio/ 1310F: include/hw/misc/mos6522.h 1311F: include/hw/ppc/mac_dbdma.h 1312F: include/hw/pci-host/uninorth.h 1313F: include/hw/input/adb* 1314F: pc-bios/qemu_vga.ndrv 1315 1316Old World (g3beige) 1317M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1318L: qemu-ppc@nongnu.org 1319S: Odd Fixes 1320F: docs/system/ppc/powermac.rst 1321F: hw/ppc/mac_oldworld.c 1322F: hw/pci-host/grackle.c 1323F: hw/misc/macio/ 1324F: hw/intc/heathrow_pic.c 1325F: hw/input/adb* 1326F: include/hw/intc/heathrow_pic.h 1327F: include/hw/input/adb* 1328F: pc-bios/qemu_vga.ndrv 1329 1330PReP 1331M: Hervé Poussineau <hpoussin@reactos.org> 1332L: qemu-ppc@nongnu.org 1333S: Maintained 1334F: docs/system/ppc/prep.rst 1335F: hw/ppc/prep.c 1336F: hw/ppc/prep_systemio.c 1337F: hw/ppc/rs6000_mc.c 1338F: hw/pci-host/raven.c 1339F: hw/isa/i82378.c 1340F: hw/isa/pc87312.c 1341F: hw/dma/i82374.c 1342F: hw/rtc/m48t59-isa.c 1343F: include/hw/isa/pc87312.h 1344F: include/hw/rtc/m48t59.h 1345F: tests/avocado/ppc_prep_40p.py 1346 1347sPAPR (pseries) 1348M: Cédric Le Goater <clg@kaod.org> 1349M: Daniel Henrique Barboza <danielhb413@gmail.com> 1350R: David Gibson <david@gibson.dropbear.id.au> 1351R: Greg Kurz <groug@kaod.org> 1352L: qemu-ppc@nongnu.org 1353S: Maintained 1354F: hw/*/spapr* 1355F: include/hw/*/spapr* 1356F: hw/*/xics* 1357F: include/hw/*/xics* 1358F: pc-bios/slof.bin 1359F: docs/system/ppc/pseries.rst 1360F: docs/specs/ppc-spapr-* 1361F: tests/qtest/spapr* 1362F: tests/qtest/libqos/*spapr* 1363F: tests/qtest/rtas* 1364F: tests/qtest/libqos/rtas* 1365F: tests/avocado/ppc_pseries.py 1366 1367PowerNV (Non-Virtualized) 1368M: Cédric Le Goater <clg@kaod.org> 1369L: qemu-ppc@nongnu.org 1370S: Maintained 1371F: docs/system/ppc/powernv.rst 1372F: hw/ppc/pnv* 1373F: hw/intc/pnv* 1374F: hw/intc/xics_pnv.c 1375F: hw/pci-host/pnv* 1376F: include/hw/ppc/pnv* 1377F: include/hw/pci-host/pnv* 1378F: pc-bios/skiboot.lid 1379F: tests/qtest/pnv* 1380 1381virtex_ml507 1382M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1383L: qemu-ppc@nongnu.org 1384S: Odd Fixes 1385F: hw/ppc/virtex_ml507.c 1386F: tests/avocado/ppc_virtex_ml507.py 1387 1388sam460ex 1389M: BALATON Zoltan <balaton@eik.bme.hu> 1390L: qemu-ppc@nongnu.org 1391S: Maintained 1392F: hw/ppc/sam460ex.c 1393F: hw/ppc/ppc440_pcix.c 1394F: hw/display/sm501* 1395F: hw/ide/sii3112.c 1396F: hw/rtc/m41t80.c 1397F: pc-bios/canyonlands.dt[sb] 1398F: pc-bios/u-boot-sam460ex-20100605.bin 1399F: roms/u-boot-sam460ex 1400 1401pegasos2 1402M: BALATON Zoltan <balaton@eik.bme.hu> 1403L: qemu-ppc@nongnu.org 1404S: Maintained 1405F: hw/ppc/pegasos2.c 1406F: hw/pci-host/mv64361.c 1407F: hw/pci-host/mv643xx.h 1408F: include/hw/pci-host/mv64361.h 1409 1410Virtual Open Firmware (VOF) 1411M: Alexey Kardashevskiy <aik@ozlabs.ru> 1412R: Cédric Le Goater <clg@kaod.org> 1413R: Daniel Henrique Barboza <danielhb413@gmail.com> 1414R: David Gibson <david@gibson.dropbear.id.au> 1415R: Greg Kurz <groug@kaod.org> 1416L: qemu-ppc@nongnu.org 1417S: Maintained 1418F: hw/ppc/spapr_vof* 1419F: hw/ppc/vof* 1420F: include/hw/ppc/vof* 1421F: pc-bios/vof/* 1422F: pc-bios/vof* 1423 1424RISC-V Machines 1425--------------- 1426OpenTitan 1427M: Alistair Francis <Alistair.Francis@wdc.com> 1428L: qemu-riscv@nongnu.org 1429S: Supported 1430F: hw/riscv/opentitan.c 1431F: hw/*/ibex_*.c 1432F: include/hw/riscv/opentitan.h 1433F: include/hw/*/ibex_*.h 1434 1435Microchip PolarFire SoC Icicle Kit 1436M: Bin Meng <bin.meng@windriver.com> 1437L: qemu-riscv@nongnu.org 1438S: Supported 1439F: hw/riscv/microchip_pfsoc.c 1440F: hw/char/mchp_pfsoc_mmuart.c 1441F: hw/misc/mchp_pfsoc_dmc.c 1442F: hw/misc/mchp_pfsoc_ioscb.c 1443F: hw/misc/mchp_pfsoc_sysreg.c 1444F: include/hw/riscv/microchip_pfsoc.h 1445F: include/hw/char/mchp_pfsoc_mmuart.h 1446F: include/hw/misc/mchp_pfsoc_dmc.h 1447F: include/hw/misc/mchp_pfsoc_ioscb.h 1448F: include/hw/misc/mchp_pfsoc_sysreg.h 1449 1450Shakti C class SoC 1451M: Vijai Kumar K <vijai@behindbytes.com> 1452L: qemu-riscv@nongnu.org 1453S: Supported 1454F: hw/riscv/shakti_c.c 1455F: hw/char/shakti_uart.c 1456F: include/hw/riscv/shakti_c.h 1457F: include/hw/char/shakti_uart.h 1458 1459SiFive Machines 1460M: Alistair Francis <Alistair.Francis@wdc.com> 1461M: Bin Meng <bin.meng@windriver.com> 1462M: Palmer Dabbelt <palmer@dabbelt.com> 1463L: qemu-riscv@nongnu.org 1464S: Supported 1465F: hw/*/*sifive*.c 1466F: include/hw/*/*sifive*.h 1467 1468RX Machines 1469----------- 1470rx-gdbsim 1471R: Yoshinori Sato <ysato@users.sourceforge.jp> 1472S: Orphan 1473F: docs/system/target-rx.rst 1474F: hw/rx/rx-gdbsim.c 1475F: tests/avocado/machine_rx_gdbsim.py 1476 1477SH4 Machines 1478------------ 1479R2D 1480R: Yoshinori Sato <ysato@users.sourceforge.jp> 1481R: Magnus Damm <magnus.damm@gmail.com> 1482S: Odd Fixes 1483F: hw/char/sh_serial.c 1484F: hw/sh4/r2d.c 1485F: hw/intc/sh_intc.c 1486F: hw/pci-host/sh_pci.c 1487F: hw/timer/sh_timer.c 1488F: include/hw/sh4/sh_intc.h 1489 1490Shix 1491R: Yoshinori Sato <ysato@users.sourceforge.jp> 1492R: Magnus Damm <magnus.damm@gmail.com> 1493S: Odd Fixes 1494F: hw/block/tc58128.c 1495F: hw/char/sh_serial.c 1496F: hw/sh4/shix.c 1497F: hw/intc/sh_intc.c 1498F: hw/timer/sh_timer.c 1499F: include/hw/sh4/sh_intc.h 1500 1501SPARC Machines 1502-------------- 1503Sun4m 1504M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1505S: Maintained 1506F: hw/sparc/sun4m.c 1507F: hw/sparc/sun4m_iommu.c 1508F: hw/display/cg3.c 1509F: hw/display/tcx.c 1510F: hw/dma/sparc32_dma.c 1511F: hw/misc/eccmemctl.c 1512F: hw/*/slavio_*.c 1513F: include/hw/nvram/sun_nvram.h 1514F: include/hw/sparc/sparc32_dma.h 1515F: include/hw/sparc/sun4m_iommu.h 1516F: pc-bios/openbios-sparc32 1517 1518Sun4u 1519M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1520S: Maintained 1521F: hw/sparc64/sun4u.c 1522F: hw/sparc64/sun4u_iommu.c 1523F: include/hw/sparc/sun4u_iommu.h 1524F: hw/pci-host/sabre.c 1525F: include/hw/pci-host/sabre.h 1526F: hw/pci-bridge/simba.c 1527F: include/hw/pci-bridge/simba.h 1528F: pc-bios/openbios-sparc64 1529F: tests/avocado/machine_sparc64_sun4u.py 1530 1531Sun4v 1532M: Artyom Tarasenko <atar4qemu@gmail.com> 1533S: Maintained 1534F: hw/sparc64/niagara.c 1535F: hw/rtc/sun4v-rtc.c 1536F: include/hw/rtc/sun4v-rtc.h 1537 1538Leon3 1539M: Fabien Chouteau <chouteau@adacore.com> 1540M: Frederic Konrad <konrad.frederic@yahoo.fr> 1541S: Maintained 1542F: hw/sparc/leon3.c 1543F: hw/*/grlib* 1544F: include/hw/*/grlib* 1545F: tests/avocado/machine_sparc_leon3.py 1546 1547S390 Machines 1548------------- 1549S390 Virtio-ccw 1550M: Halil Pasic <pasic@linux.ibm.com> 1551M: Christian Borntraeger <borntraeger@linux.ibm.com> 1552M: Eric Farman <farman@linux.ibm.com> 1553S: Supported 1554F: hw/s390x/ 1555F: include/hw/s390x/ 1556F: configs/devices/s390x-softmmu/default.mak 1557F: tests/avocado/machine_s390_ccw_virtio.py 1558T: git https://github.com/borntraeger/qemu.git s390-next 1559L: qemu-s390x@nongnu.org 1560 1561S390-ccw boot 1562M: Christian Borntraeger <borntraeger@linux.ibm.com> 1563M: Thomas Huth <thuth@redhat.com> 1564S: Supported 1565F: hw/s390x/ipl.* 1566F: pc-bios/s390-ccw/ 1567F: pc-bios/s390-ccw.img 1568F: docs/devel/s390-dasd-ipl.rst 1569T: git https://github.com/borntraeger/qemu.git s390-next 1570L: qemu-s390x@nongnu.org 1571 1572S390 PCI 1573M: Matthew Rosato <mjrosato@linux.ibm.com> 1574M: Eric Farman <farman@linux.ibm.com> 1575S: Supported 1576F: hw/s390x/s390-pci* 1577F: include/hw/s390x/s390-pci* 1578L: qemu-s390x@nongnu.org 1579 1580S390 channel subsystem 1581M: Halil Pasic <pasic@linux.ibm.com> 1582M: Christian Borntraeger <borntraeger@linux.ibm.com> 1583M: Eric Farman <farman@linux.ibm.com> 1584S: Supported 1585F: hw/s390x/ccw-device.[ch] 1586F: hw/s390x/css.c 1587F: hw/s390x/css-bridge.c 1588F: include/hw/s390x/css.h 1589F: include/hw/s390x/css-bridge.h 1590F: include/hw/s390x/ioinst.h 1591F: target/s390x/ioinst.c 1592L: qemu-s390x@nongnu.org 1593 1594S390 CPU models 1595M: David Hildenbrand <david@redhat.com> 1596S: Maintained 1597F: target/s390x/cpu_features*.[ch] 1598F: target/s390x/cpu_models.[ch] 1599L: qemu-s390x@nongnu.org 1600 1601S390 SCLP-backed devices 1602M: Halil Pasic <pasic@linux.ibm.com> 1603M: Christian Borntraeger <borntraeger@linux.ibm.com> 1604S: Supported 1605F: include/hw/s390x/event-facility.h 1606F: include/hw/s390x/sclp.h 1607F: hw/char/sclp*.[hc] 1608F: hw/s390x/event-facility.c 1609F: hw/s390x/sclp*.c 1610L: qemu-s390x@nongnu.org 1611 1612X86 Machines 1613------------ 1614PC 1615M: Michael S. Tsirkin <mst@redhat.com> 1616M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1617S: Supported 1618F: include/hw/i386/ 1619F: hw/i386/ 1620F: hw/pci-host/i440fx.c 1621F: hw/pci-host/q35.c 1622F: hw/pci-host/pam.c 1623F: include/hw/pci-host/i440fx.h 1624F: include/hw/pci-host/q35.h 1625F: include/hw/pci-host/pam.h 1626F: hw/isa/piix3.c 1627F: hw/isa/lpc_ich9.c 1628F: hw/i2c/smbus_ich9.c 1629F: hw/acpi/piix4.c 1630F: hw/acpi/ich9.c 1631F: include/hw/acpi/ich9.h 1632F: include/hw/southbridge/piix.h 1633F: hw/misc/sga.c 1634F: hw/isa/apm.c 1635F: include/hw/isa/apm.h 1636F: tests/unit/test-x86-cpuid.c 1637F: tests/qtest/test-x86-cpuid-compat.c 1638 1639PC Chipset 1640M: Michael S. Tsirkin <mst@redhat.com> 1641M: Paolo Bonzini <pbonzini@redhat.com> 1642S: Supported 1643F: hw/char/debugcon.c 1644F: hw/char/parallel* 1645F: hw/char/serial* 1646F: hw/dma/i8257* 1647F: hw/i2c/pm_smbus.c 1648F: hw/input/pckbd.c 1649F: hw/intc/apic* 1650F: hw/intc/ioapic* 1651F: hw/intc/i8259* 1652F: hw/isa/isa-superio.c 1653F: hw/misc/debugexit.c 1654F: hw/misc/pc-testdev.c 1655F: hw/timer/hpet* 1656F: hw/timer/i8254* 1657F: hw/rtc/mc146818rtc* 1658F: hw/watchdog/wdt_ib700.c 1659F: hw/watchdog/wdt_i6300esb.c 1660F: include/hw/display/vga.h 1661F: include/hw/char/parallel.h 1662F: include/hw/dma/i8257.h 1663F: include/hw/i2c/pm_smbus.h 1664F: include/hw/input/i8042.h 1665F: include/hw/isa/i8259_internal.h 1666F: include/hw/isa/superio.h 1667F: include/hw/timer/hpet.h 1668F: include/hw/timer/i8254* 1669F: include/hw/rtc/mc146818rtc* 1670 1671microvm 1672M: Sergio Lopez <slp@redhat.com> 1673M: Paolo Bonzini <pbonzini@redhat.com> 1674S: Maintained 1675F: docs/system/i386/microvm.rst 1676F: hw/i386/microvm.c 1677F: include/hw/i386/microvm.h 1678F: pc-bios/bios-microvm.bin 1679 1680Machine core 1681M: Eduardo Habkost <eduardo@habkost.net> 1682M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1683R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1684R: Yanan Wang <wangyanan55@huawei.com> 1685S: Supported 1686F: cpu.c 1687F: hw/core/cpu.c 1688F: hw/core/machine-qmp-cmds.c 1689F: hw/core/machine.c 1690F: hw/core/machine-smp.c 1691F: hw/core/null-machine.c 1692F: hw/core/numa.c 1693F: hw/cpu/cluster.c 1694F: qapi/machine.json 1695F: qapi/machine-target.json 1696F: include/hw/boards.h 1697F: include/hw/core/cpu.h 1698F: include/hw/cpu/cluster.h 1699F: include/sysemu/numa.h 1700F: tests/unit/test-smp-parse.c 1701T: git https://gitlab.com/ehabkost/qemu.git machine-next 1702 1703Xtensa Machines 1704--------------- 1705sim 1706M: Max Filippov <jcmvbkbc@gmail.com> 1707S: Maintained 1708F: hw/xtensa/sim.c 1709 1710virt 1711M: Max Filippov <jcmvbkbc@gmail.com> 1712S: Maintained 1713F: hw/xtensa/virt.c 1714 1715XTFPGA (LX60, LX200, ML605, KC705) 1716M: Max Filippov <jcmvbkbc@gmail.com> 1717S: Maintained 1718F: hw/xtensa/xtfpga.c 1719F: hw/net/opencores_eth.c 1720 1721Devices 1722------- 1723Overall Audio frontends 1724M: Gerd Hoffmann <kraxel@redhat.com> 1725S: Odd Fixes 1726F: hw/audio/ 1727F: include/hw/audio/ 1728F: tests/qtest/ac97-test.c 1729F: tests/qtest/es1370-test.c 1730F: tests/qtest/intel-hda-test.c 1731F: tests/qtest/fuzz-sb16-test.c 1732 1733Xilinx CAN 1734M: Vikram Garhwal <fnu.vikram@xilinx.com> 1735M: Francisco Iglesias <francisco.iglesias@xilinx.com> 1736S: Maintained 1737F: hw/net/can/xlnx-* 1738F: include/hw/net/xlnx-* 1739F: tests/qtest/xlnx-can-test* 1740 1741EDU 1742M: Jiri Slaby <jslaby@suse.cz> 1743S: Maintained 1744F: hw/misc/edu.c 1745 1746IDE 1747M: John Snow <jsnow@redhat.com> 1748L: qemu-block@nongnu.org 1749S: Supported 1750F: include/hw/ide.h 1751F: include/hw/ide/ 1752F: hw/ide/ 1753F: hw/block/block.c 1754F: hw/block/cdrom.c 1755F: hw/block/hd-geometry.c 1756F: tests/qtest/ide-test.c 1757F: tests/qtest/ahci-test.c 1758F: tests/qtest/cdrom-test.c 1759F: tests/qtest/libqos/ahci* 1760T: git https://gitlab.com/jsnow/qemu.git ide 1761 1762IPMI 1763M: Corey Minyard <minyard@acm.org> 1764S: Maintained 1765F: include/hw/ipmi/* 1766F: hw/ipmi/* 1767F: hw/smbios/smbios_type_38.c 1768F: tests/qtest/ipmi* 1769T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1770 1771Floppy 1772M: John Snow <jsnow@redhat.com> 1773L: qemu-block@nongnu.org 1774S: Supported 1775F: hw/block/fdc.c 1776F: hw/block/fdc-internal.h 1777F: hw/block/fdc-isa.c 1778F: hw/block/fdc-sysbus.c 1779F: include/hw/block/fdc.h 1780F: tests/qtest/fdc-test.c 1781T: git https://gitlab.com/jsnow/qemu.git ide 1782 1783OMAP 1784M: Peter Maydell <peter.maydell@linaro.org> 1785L: qemu-arm@nongnu.org 1786S: Maintained 1787F: hw/*/omap* 1788F: include/hw/arm/omap.h 1789F: docs/system/arm/sx1.rst 1790 1791IPack 1792M: Alberto Garcia <berto@igalia.com> 1793S: Odd Fixes 1794F: hw/char/ipoctal232.c 1795F: hw/ipack/ 1796 1797PCI 1798M: Michael S. Tsirkin <mst@redhat.com> 1799M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1800S: Supported 1801F: include/hw/pci/* 1802F: hw/misc/pci-testdev.c 1803F: hw/pci/* 1804F: hw/pci-bridge/* 1805F: qapi/pci.json 1806F: docs/pci* 1807F: docs/specs/*pci* 1808 1809ACPI/SMBIOS 1810M: Michael S. Tsirkin <mst@redhat.com> 1811M: Igor Mammedov <imammedo@redhat.com> 1812R: Ani Sinha <ani@anisinha.ca> 1813S: Supported 1814F: include/hw/acpi/* 1815F: include/hw/firmware/smbios.h 1816F: hw/mem/* 1817F: hw/acpi/* 1818F: hw/smbios/* 1819F: hw/i386/acpi-build.[hc] 1820F: hw/arm/virt-acpi-build.c 1821F: qapi/acpi.json 1822F: tests/qtest/bios-tables-test* 1823F: tests/qtest/acpi-utils.[hc] 1824F: tests/data/acpi/ 1825F: docs/specs/acpi_cpu_hotplug.rst 1826F: docs/specs/acpi_mem_hotplug.rst 1827F: docs/specs/acpi_pci_hotplug.rst 1828F: docs/specs/acpi_hw_reduced_hotplug.rst 1829 1830ACPI/VIOT 1831M: Jean-Philippe Brucker <jean-philippe@linaro.org> 1832S: Supported 1833F: hw/acpi/viot.c 1834F: hw/acpi/viot.h 1835 1836ACPI/HEST/GHES 1837R: Dongjiu Geng <gengdongjiu1@gmail.com> 1838L: qemu-arm@nongnu.org 1839S: Maintained 1840F: hw/acpi/ghes.c 1841F: include/hw/acpi/ghes.h 1842F: docs/specs/acpi_hest_ghes.rst 1843 1844ppc4xx 1845L: qemu-ppc@nongnu.org 1846S: Orphan 1847F: hw/ppc/ppc4*.c 1848F: hw/i2c/ppc4xx_i2c.c 1849F: include/hw/ppc/ppc4xx.h 1850F: include/hw/i2c/ppc4xx_i2c.h 1851F: hw/intc/ppc-uic.c 1852F: include/hw/intc/ppc-uic.h 1853 1854Character devices 1855M: Marc-André Lureau <marcandre.lureau@redhat.com> 1856R: Paolo Bonzini <pbonzini@redhat.com> 1857S: Odd Fixes 1858F: hw/char/ 1859 1860Network devices 1861M: Jason Wang <jasowang@redhat.com> 1862S: Odd Fixes 1863F: hw/net/ 1864F: include/hw/net/ 1865F: tests/qtest/virtio-net-test.c 1866F: docs/virtio-net-failover.rst 1867T: git https://github.com/jasowang/qemu.git net 1868 1869Parallel NOR Flash devices 1870M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1871T: git https://gitlab.com/philmd/qemu.git pflash-next 1872S: Maintained 1873F: hw/block/pflash_cfi*.c 1874F: include/hw/block/flash.h 1875 1876SCSI 1877M: Paolo Bonzini <pbonzini@redhat.com> 1878R: Fam Zheng <fam@euphon.net> 1879S: Supported 1880F: include/hw/scsi/* 1881F: hw/scsi/* 1882F: tests/qtest/virtio-scsi-test.c 1883F: tests/qtest/fuzz-virtio-scsi-test.c 1884F: tests/qtest/am53c974-test.c 1885F: tests/qtest/fuzz-lsi53c895a-test.c 1886T: git https://github.com/bonzini/qemu.git scsi-next 1887 1888SSI 1889M: Alistair Francis <alistair@alistair23.me> 1890S: Maintained 1891F: hw/ssi/* 1892F: hw/block/m25p80.c 1893F: include/hw/ssi/ssi.h 1894X: hw/ssi/xilinx_* 1895F: tests/qtest/m25p80-test.c 1896 1897Xilinx SPI 1898M: Alistair Francis <alistair@alistair23.me> 1899S: Maintained 1900F: hw/ssi/xilinx_* 1901 1902SD (Secure Card) 1903M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1904M: Bin Meng <bin.meng@windriver.com> 1905L: qemu-block@nongnu.org 1906S: Odd Fixes 1907F: include/hw/sd/sd* 1908F: hw/sd/core.c 1909F: hw/sd/sd* 1910F: hw/sd/ssi-sd.c 1911F: tests/qtest/fuzz-sdcard-test.c 1912F: tests/qtest/sdhci-test.c 1913 1914USB 1915M: Gerd Hoffmann <kraxel@redhat.com> 1916S: Odd Fixes 1917F: hw/usb/* 1918F: stubs/usb-dev-stub.c 1919F: tests/qtest/usb-*-test.c 1920F: docs/system/devices/usb.rst 1921F: include/hw/usb.h 1922F: include/hw/usb/ 1923 1924USB (serial adapter) 1925R: Gerd Hoffmann <kraxel@redhat.com> 1926M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1927S: Maintained 1928F: hw/usb/dev-serial.c 1929 1930VFIO 1931M: Alex Williamson <alex.williamson@redhat.com> 1932S: Supported 1933F: hw/vfio/* 1934F: include/hw/vfio/ 1935F: docs/igd-assign.txt 1936F: docs/devel/vfio-migration.rst 1937 1938vfio-ccw 1939M: Eric Farman <farman@linux.ibm.com> 1940M: Matthew Rosato <mjrosato@linux.ibm.com> 1941S: Supported 1942F: hw/vfio/ccw.c 1943F: hw/s390x/s390-ccw.c 1944F: include/hw/s390x/s390-ccw.h 1945F: include/hw/s390x/vfio-ccw.h 1946L: qemu-s390x@nongnu.org 1947 1948vfio-ap 1949M: Tony Krowiak <akrowiak@linux.ibm.com> 1950M: Halil Pasic <pasic@linux.ibm.com> 1951M: Jason Herne <jjherne@linux.ibm.com> 1952S: Supported 1953F: hw/s390x/ap-device.c 1954F: hw/s390x/ap-bridge.c 1955F: include/hw/s390x/ap-device.h 1956F: include/hw/s390x/ap-bridge.h 1957F: hw/vfio/ap.c 1958F: docs/system/s390x/vfio-ap.rst 1959L: qemu-s390x@nongnu.org 1960 1961vhost 1962M: Michael S. Tsirkin <mst@redhat.com> 1963S: Supported 1964F: hw/*/*vhost* 1965F: docs/interop/vhost-user.json 1966F: docs/interop/vhost-user.rst 1967F: contrib/vhost-user-*/ 1968F: backends/vhost-user.c 1969F: include/sysemu/vhost-user-backend.h 1970 1971virtio 1972M: Michael S. Tsirkin <mst@redhat.com> 1973S: Supported 1974F: hw/*/virtio* 1975F: hw/virtio/Makefile.objs 1976F: hw/virtio/trace-events 1977F: net/vhost-user.c 1978F: include/hw/virtio/ 1979 1980virtio-balloon 1981M: Michael S. Tsirkin <mst@redhat.com> 1982M: David Hildenbrand <david@redhat.com> 1983S: Maintained 1984F: docs/interop/virtio-balloon-stats.rst 1985F: hw/virtio/virtio-balloon*.c 1986F: include/hw/virtio/virtio-balloon.h 1987F: softmmu/balloon.c 1988F: include/sysemu/balloon.h 1989 1990virtio-9p 1991M: Greg Kurz <groug@kaod.org> 1992M: Christian Schoenebeck <qemu_oss@crudebyte.com> 1993S: Odd Fixes 1994W: https://wiki.qemu.org/Documentation/9p 1995F: hw/9pfs/ 1996X: hw/9pfs/xen-9p* 1997F: fsdev/ 1998F: docs/tools/virtfs-proxy-helper.rst 1999F: tests/qtest/virtio-9p-test.c 2000T: git https://gitlab.com/gkurz/qemu.git 9p-next 2001T: git https://github.com/cschoenebeck/qemu.git 9p.next 2002 2003virtio-blk 2004M: Stefan Hajnoczi <stefanha@redhat.com> 2005L: qemu-block@nongnu.org 2006S: Supported 2007F: hw/block/virtio-blk.c 2008F: hw/block/dataplane/* 2009F: tests/qtest/virtio-blk-test.c 2010T: git https://github.com/stefanha/qemu.git block 2011 2012virtio-ccw 2013M: Cornelia Huck <cohuck@redhat.com> 2014M: Halil Pasic <pasic@linux.ibm.com> 2015M: Eric Farman <farman@linux.ibm.com> 2016S: Supported 2017F: hw/s390x/virtio-ccw*.[hc] 2018F: hw/s390x/vhost-vsock-ccw.c 2019F: hw/s390x/vhost-user-fs-ccw.c 2020T: git https://gitlab.com/cohuck/qemu.git s390-next 2021T: git https://github.com/borntraeger/qemu.git s390-next 2022L: qemu-s390x@nongnu.org 2023 2024virtiofs 2025M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2026M: Stefan Hajnoczi <stefanha@redhat.com> 2027S: Supported 2028F: tools/virtiofsd/* 2029F: hw/virtio/vhost-user-fs* 2030F: include/hw/virtio/vhost-user-fs.h 2031F: docs/tools/virtiofsd.rst 2032L: virtio-fs@redhat.com 2033 2034virtio-input 2035M: Gerd Hoffmann <kraxel@redhat.com> 2036S: Odd Fixes 2037F: hw/input/vhost-user-input.c 2038F: hw/input/virtio-input*.c 2039F: include/hw/virtio/virtio-input.h 2040F: contrib/vhost-user-input/* 2041 2042virtio-iommu 2043M: Eric Auger <eric.auger@redhat.com> 2044S: Maintained 2045F: hw/virtio/virtio-iommu*.c 2046F: include/hw/virtio/virtio-iommu.h 2047 2048virtio-serial 2049M: Laurent Vivier <lvivier@redhat.com> 2050R: Amit Shah <amit@kernel.org> 2051S: Supported 2052F: hw/char/virtio-serial-bus.c 2053F: hw/char/virtio-console.c 2054F: include/hw/virtio/virtio-serial.h 2055F: tests/qtest/virtio-serial-test.c 2056 2057virtio-rng 2058M: Laurent Vivier <lvivier@redhat.com> 2059R: Amit Shah <amit@kernel.org> 2060S: Supported 2061F: hw/virtio/virtio-rng.c 2062F: include/hw/virtio/virtio-rng.h 2063F: include/sysemu/rng*.h 2064F: backends/rng*.c 2065F: tests/qtest/virtio-rng-test.c 2066 2067vhost-user-rng 2068M: Mathieu Poirier <mathieu.poirier@linaro.org> 2069S: Supported 2070F: docs/tools/vhost-user-rng.rst 2071F: hw/virtio/vhost-user-rng.c 2072F: hw/virtio/vhost-user-rng-pci.c 2073F: include/hw/virtio/vhost-user-rng.h 2074F: tools/vhost-user-rng/* 2075 2076virtio-crypto 2077M: Gonglei <arei.gonglei@huawei.com> 2078S: Supported 2079F: hw/virtio/virtio-crypto.c 2080F: hw/virtio/virtio-crypto-pci.c 2081F: include/hw/virtio/virtio-crypto.h 2082 2083virtio-mem 2084M: David Hildenbrand <david@redhat.com> 2085S: Supported 2086W: https://virtio-mem.gitlab.io/ 2087F: hw/virtio/virtio-mem.c 2088F: hw/virtio/virtio-mem-pci.h 2089F: hw/virtio/virtio-mem-pci.c 2090F: include/hw/virtio/virtio-mem.h 2091 2092nvme 2093M: Keith Busch <kbusch@kernel.org> 2094M: Klaus Jensen <its@irrelevant.dk> 2095L: qemu-block@nongnu.org 2096S: Supported 2097F: hw/nvme/* 2098F: include/block/nvme.h 2099F: tests/qtest/nvme-test.c 2100F: docs/system/nvme.rst 2101T: git git://git.infradead.org/qemu-nvme.git nvme-next 2102 2103megasas 2104M: Hannes Reinecke <hare@suse.com> 2105L: qemu-block@nongnu.org 2106S: Supported 2107F: hw/scsi/megasas.c 2108F: hw/scsi/mfi.h 2109F: tests/qtest/megasas-test.c 2110F: tests/qtest/fuzz-megasas-test.c 2111 2112Network packet abstractions 2113M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2114S: Maintained 2115F: include/net/eth.h 2116F: net/eth.c 2117F: hw/net/net_rx_pkt* 2118F: hw/net/net_tx_pkt* 2119 2120Vmware 2121M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2122S: Maintained 2123F: hw/net/vmxnet* 2124F: hw/scsi/vmw_pvscsi* 2125F: tests/qtest/vmxnet3-test.c 2126 2127Rocker 2128M: Jiri Pirko <jiri@resnulli.us> 2129S: Maintained 2130F: hw/net/rocker/ 2131F: qapi/rocker.json 2132F: tests/rocker/ 2133F: docs/specs/rocker.txt 2134 2135NVDIMM 2136M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 2137S: Maintained 2138F: hw/acpi/nvdimm.c 2139F: hw/mem/nvdimm.c 2140F: include/hw/mem/nvdimm.h 2141F: docs/nvdimm.txt 2142F: docs/specs/acpi_nvdimm.rst 2143 2144e1000x 2145M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2146S: Maintained 2147F: hw/net/e1000x* 2148 2149e1000e 2150M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2151S: Maintained 2152F: hw/net/e1000e* 2153F: tests/qtest/fuzz-e1000e-test.c 2154 2155eepro100 2156M: Stefan Weil <sw@weilnetz.de> 2157S: Maintained 2158F: hw/net/eepro100.c 2159 2160tulip 2161M: Sven Schnelle <svens@stackframe.org> 2162S: Maintained 2163F: hw/net/tulip.c 2164F: hw/net/tulip.h 2165 2166pca954x 2167M: Patrick Venture <venture@google.com> 2168S: Maintained 2169F: hw/i2c/i2c_mux_pca954x.c 2170F: include/hw/i2c/i2c_mux_pca954x.h 2171 2172Generic Loader 2173M: Alistair Francis <alistair@alistair23.me> 2174S: Maintained 2175F: hw/core/generic-loader.c 2176F: include/hw/core/generic-loader.h 2177F: docs/system/generic-loader.rst 2178 2179Guest Loader 2180M: Alex Bennée <alex.bennee@linaro.org> 2181S: Maintained 2182F: hw/core/guest-loader.c 2183F: docs/system/guest-loader.rst 2184F: tests/avocado/boot_xen.py 2185 2186Intel Hexadecimal Object File Loader 2187M: Su Hang <suhang16@mails.ucas.ac.cn> 2188S: Maintained 2189F: tests/qtest/hexloader-test.c 2190F: tests/data/hex-loader/test.hex 2191 2192CHRP NVRAM 2193M: Thomas Huth <thuth@redhat.com> 2194S: Maintained 2195F: hw/nvram/chrp_nvram.c 2196F: include/hw/nvram/chrp_nvram.h 2197F: tests/qtest/prom-env-test.c 2198 2199VM Generation ID 2200S: Orphan 2201R: Ani Sinha <ani@anisinha.ca> 2202F: hw/acpi/vmgenid.c 2203F: include/hw/acpi/vmgenid.h 2204F: docs/specs/vmgenid.txt 2205F: tests/qtest/vmgenid-test.c 2206F: stubs/vmgenid.c 2207 2208LED 2209M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2210S: Maintained 2211F: include/hw/misc/led.h 2212F: hw/misc/led.c 2213 2214Unimplemented device 2215M: Peter Maydell <peter.maydell@linaro.org> 2216R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2217R: Ani Sinha <ani@anisinha.ca> 2218S: Maintained 2219F: include/hw/misc/unimp.h 2220F: hw/misc/unimp.c 2221 2222Empty slot 2223M: Artyom Tarasenko <atar4qemu@gmail.com> 2224R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2225R: Ani Sinha <ani@anisinha.ca> 2226S: Maintained 2227F: include/hw/misc/empty_slot.h 2228F: hw/misc/empty_slot.c 2229 2230Standard VGA 2231M: Gerd Hoffmann <kraxel@redhat.com> 2232S: Maintained 2233F: hw/display/vga* 2234F: hw/display/bochs-display.c 2235F: include/hw/display/vga.h 2236F: include/hw/display/bochs-vbe.h 2237 2238ramfb 2239M: Gerd Hoffmann <kraxel@redhat.com> 2240S: Maintained 2241F: hw/display/ramfb*.c 2242F: include/hw/display/ramfb.h 2243 2244virtio-gpu 2245M: Gerd Hoffmann <kraxel@redhat.com> 2246S: Odd Fixes 2247F: hw/display/virtio-gpu* 2248F: hw/display/virtio-vga.* 2249F: include/hw/virtio/virtio-gpu.h 2250 2251vhost-user-blk 2252M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2253S: Maintained 2254F: contrib/vhost-user-blk/ 2255F: contrib/vhost-user-scsi/ 2256F: hw/block/vhost-user-blk.c 2257F: hw/scsi/vhost-user-scsi.c 2258F: hw/virtio/vhost-user-blk-pci.c 2259F: hw/virtio/vhost-user-scsi-pci.c 2260F: include/hw/virtio/vhost-user-blk.h 2261F: include/hw/virtio/vhost-user-scsi.h 2262 2263vhost-user-gpu 2264M: Marc-André Lureau <marcandre.lureau@redhat.com> 2265R: Gerd Hoffmann <kraxel@redhat.com> 2266S: Maintained 2267F: docs/interop/vhost-user-gpu.rst 2268F: contrib/vhost-user-gpu 2269F: hw/display/vhost-user-* 2270 2271Cirrus VGA 2272M: Gerd Hoffmann <kraxel@redhat.com> 2273S: Odd Fixes 2274W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2275F: hw/display/cirrus* 2276 2277EDID Generator 2278M: Gerd Hoffmann <kraxel@redhat.com> 2279S: Maintained 2280F: hw/display/edid* 2281F: include/hw/display/edid.h 2282F: qemu-edid.c 2283 2284PIIX4 South Bridge (i82371AB) 2285M: Hervé Poussineau <hpoussin@reactos.org> 2286M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2287S: Maintained 2288F: hw/isa/piix4.c 2289F: include/hw/southbridge/piix.h 2290 2291Firmware configuration (fw_cfg) 2292M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2293R: Gerd Hoffmann <kraxel@redhat.com> 2294S: Supported 2295F: docs/specs/fw_cfg.txt 2296F: hw/nvram/fw_cfg*.c 2297F: stubs/fw_cfg.c 2298F: include/hw/nvram/fw_cfg.h 2299F: include/standard-headers/linux/qemu_fw_cfg.h 2300F: tests/qtest/libqos/fw_cfg.c 2301F: tests/qtest/fw_cfg-test.c 2302T: git https://github.com/philmd/qemu.git fw_cfg-next 2303 2304XIVE 2305M: Cédric Le Goater <clg@kaod.org> 2306L: qemu-ppc@nongnu.org 2307S: Supported 2308F: hw/*/*xive* 2309F: include/hw/*/*xive* 2310F: docs/*/*xive* 2311 2312Renesas peripherals 2313R: Yoshinori Sato <ysato@users.sourceforge.jp> 2314R: Magnus Damm <magnus.damm@gmail.com> 2315S: Odd Fixes 2316F: hw/char/renesas_sci.c 2317F: hw/char/sh_serial.c 2318F: hw/timer/renesas_*.c 2319F: hw/timer/sh_timer.c 2320F: include/hw/char/renesas_sci.h 2321F: include/hw/sh4/sh.h 2322F: include/hw/timer/renesas_*.h 2323 2324Renesas RX peripherals 2325R: Yoshinori Sato <ysato@users.sourceforge.jp> 2326S: Orphan 2327F: hw/intc/rx_icu.c 2328F: hw/rx/ 2329F: include/hw/intc/rx_icu.h 2330F: include/hw/rx/ 2331 2332CAN bus subsystem and hardware 2333M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2334M: Vikram Garhwal <fnu.vikram@xilinx.com> 2335S: Maintained 2336W: https://canbus.pages.fel.cvut.cz/ 2337F: net/can/* 2338F: hw/net/can/* 2339F: include/net/can_*.h 2340 2341OpenPIC interrupt controller 2342M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 2343S: Odd Fixes 2344F: hw/intc/openpic.c 2345F: include/hw/ppc/openpic.h 2346 2347MIPS CPS 2348M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2349S: Odd Fixes 2350F: hw/misc/mips_* 2351F: include/hw/misc/mips_* 2352 2353MIPS GIC 2354M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2355S: Odd Fixes 2356F: hw/intc/mips_gic.c 2357F: hw/timer/mips_gictimer.c 2358F: include/hw/intc/mips_gic.h 2359F: include/hw/timer/mips_gictimer.h 2360 2361S390 3270 device 2362M: Halil Pasic <pasic@linux.ibm.com> 2363M: Christian Borntraeger <borntraeger@linux.ibm.com> 2364S: Odd fixes 2365F: include/hw/s390x/3270-ccw.h 2366F: hw/char/terminal3270.c 2367F: hw/s390x/3270-ccw.c 2368L: qemu-s390x@nongnu.org 2369 2370S390 diag 288 watchdog 2371M: Halil Pasic <pasic@linux.ibm.com> 2372M: Christian Borntraeger <borntraeger@linux.ibm.com> 2373S: Supported 2374F: hw/watchdog/wdt_diag288.c 2375F: include/hw/watchdog/wdt_diag288.h 2376L: qemu-s390x@nongnu.org 2377 2378S390 storage key device 2379M: Halil Pasic <pasic@linux.ibm.com> 2380M: Christian Borntraeger <borntraeger@linux.ibm.com> 2381S: Supported 2382F: hw/s390x/storage-keys.h 2383F: hw/390x/s390-skeys*.c 2384L: qemu-s390x@nongnu.org 2385 2386S390 storage attribute device 2387M: Halil Pasic <pasic@linux.ibm.com> 2388M: Christian Borntraeger <borntraeger@linux.ibm.com> 2389S: Supported 2390F: hw/s390x/storage-attributes.h 2391F: hw/s390/s390-stattrib*.c 2392L: qemu-s390x@nongnu.org 2393 2394S390 floating interrupt controller 2395M: Halil Pasic <pasic@linux.ibm.com> 2396M: Christian Borntraeger <borntraeger@linux.ibm.com> 2397M: David Hildenbrand <david@redhat.com> 2398S: Supported 2399F: hw/intc/s390_flic*.c 2400F: include/hw/s390x/s390_flic.h 2401L: qemu-s390x@nongnu.org 2402 2403Subsystems 2404---------- 2405Overall Audio backends 2406M: Gerd Hoffmann <kraxel@redhat.com> 2407S: Odd Fixes 2408F: audio/ 2409X: audio/alsaaudio.c 2410X: audio/coreaudio.c 2411X: audio/dsound* 2412X: audio/jackaudio.c 2413X: audio/ossaudio.c 2414X: audio/paaudio.c 2415X: audio/sdlaudio.c 2416X: audio/spiceaudio.c 2417F: qapi/audio.json 2418 2419ALSA Audio backend 2420M: Gerd Hoffmann <kraxel@redhat.com> 2421R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2422S: Odd Fixes 2423F: audio/alsaaudio.c 2424 2425Core Audio framework backend 2426M: Gerd Hoffmann <kraxel@redhat.com> 2427M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2428R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2429R: Akihiko Odaki <akihiko.odaki@gmail.com> 2430S: Odd Fixes 2431F: audio/coreaudio.c 2432 2433DSound Audio backend 2434M: Gerd Hoffmann <kraxel@redhat.com> 2435S: Odd Fixes 2436F: audio/dsound* 2437 2438JACK Audio Connection Kit backend 2439M: Gerd Hoffmann <kraxel@redhat.com> 2440R: Christian Schoenebeck <qemu_oss@crudebyte.com> 2441S: Odd Fixes 2442F: audio/jackaudio.c 2443 2444Open Sound System (OSS) Audio backend 2445M: Gerd Hoffmann <kraxel@redhat.com> 2446S: Odd Fixes 2447F: audio/ossaudio.c 2448 2449PulseAudio backend 2450M: Gerd Hoffmann <kraxel@redhat.com> 2451S: Odd Fixes 2452F: audio/paaudio.c 2453 2454SDL Audio backend 2455M: Gerd Hoffmann <kraxel@redhat.com> 2456R: Thomas Huth <huth@tuxfamily.org> 2457S: Odd Fixes 2458F: audio/sdlaudio.c 2459 2460Block layer core 2461M: Kevin Wolf <kwolf@redhat.com> 2462M: Hanna Reitz <hreitz@redhat.com> 2463L: qemu-block@nongnu.org 2464S: Supported 2465F: block* 2466F: block/ 2467F: hw/block/ 2468F: include/block/ 2469F: qemu-img* 2470F: docs/tools/qemu-img.rst 2471F: qemu-io* 2472F: tests/qemu-iotests/ 2473F: util/qemu-progress.c 2474F: qobject/block-qdict.c 2475F: tests/unit/check-block-qdict.c 2476T: git https://repo.or.cz/qemu/kevin.git block 2477 2478Storage daemon 2479M: Kevin Wolf <kwolf@redhat.com> 2480L: qemu-block@nongnu.org 2481S: Supported 2482F: storage-daemon/ 2483F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2484F: docs/tools/qemu-storage-daemon.rst 2485T: git https://repo.or.cz/qemu/kevin.git block 2486 2487Block I/O path 2488M: Stefan Hajnoczi <stefanha@redhat.com> 2489M: Fam Zheng <fam@euphon.net> 2490L: qemu-block@nongnu.org 2491S: Supported 2492F: util/async.c 2493F: util/aio-*.c 2494F: util/aio-*.h 2495F: util/fdmon-*.c 2496F: block/io.c 2497F: migration/block* 2498F: include/block/aio.h 2499F: include/block/aio-wait.h 2500F: scripts/qemugdb/aio.py 2501F: tests/unit/test-fdmon-epoll.c 2502T: git https://github.com/stefanha/qemu.git block 2503 2504Block SCSI subsystem 2505M: Paolo Bonzini <pbonzini@redhat.com> 2506R: Fam Zheng <fam@euphon.net> 2507L: qemu-block@nongnu.org 2508S: Supported 2509F: include/scsi/* 2510F: scsi/* 2511 2512Block Jobs 2513M: John Snow <jsnow@redhat.com> 2514M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru> 2515L: qemu-block@nongnu.org 2516S: Supported 2517F: blockjob.c 2518F: include/block/blockjob.h 2519F: job.c 2520F: job-qmp.c 2521F: include/qemu/job.h 2522F: block/backup.c 2523F: block/commit.c 2524F: block/stream.c 2525F: block/mirror.c 2526F: qapi/job.json 2527F: block/block-copy.c 2528F: include/block/block-copy.h 2529F: block/reqlist.c 2530F: include/block/reqlist.h 2531F: block/copy-before-write.h 2532F: block/copy-before-write.c 2533F: block/snapshot-access.c 2534F: include/block/aio_task.h 2535F: block/aio_task.c 2536F: util/qemu-co-shared-resource.c 2537F: include/qemu/co-shared-resource.h 2538T: git https://gitlab.com/jsnow/qemu.git jobs 2539T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs 2540 2541Block QAPI, monitor, command line 2542M: Markus Armbruster <armbru@redhat.com> 2543S: Supported 2544F: blockdev.c 2545F: blockdev-hmp-cmds.c 2546F: block/qapi.c 2547F: qapi/block*.json 2548F: qapi/transaction.json 2549T: git https://repo.or.cz/qemu/armbru.git block-next 2550 2551Dirty Bitmaps 2552M: Eric Blake <eblake@redhat.com> 2553M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru> 2554R: John Snow <jsnow@redhat.com> 2555L: qemu-block@nongnu.org 2556S: Supported 2557F: include/qemu/hbitmap.h 2558F: include/block/dirty-bitmap.h 2559F: block/monitor/bitmap-qmp-cmds.c 2560F: block/dirty-bitmap.c 2561F: block/qcow2-bitmap.c 2562F: migration/block-dirty-bitmap.c 2563F: util/hbitmap.c 2564F: tests/unit/test-hbitmap.c 2565F: docs/interop/bitmaps.rst 2566T: git https://repo.or.cz/qemu/ericb.git bitmaps 2567 2568Character device backends 2569M: Marc-André Lureau <marcandre.lureau@redhat.com> 2570R: Paolo Bonzini <pbonzini@redhat.com> 2571S: Maintained 2572F: chardev/ 2573F: include/chardev/ 2574F: qapi/char.json 2575 2576Character Devices (Braille) 2577M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2578S: Maintained 2579F: chardev/baum.c 2580 2581Command line option argument parsing 2582M: Markus Armbruster <armbru@redhat.com> 2583S: Supported 2584F: include/qemu/option.h 2585F: tests/unit/test-keyval.c 2586F: tests/unit/test-qemu-opts.c 2587F: util/keyval.c 2588F: util/qemu-option.c 2589 2590Coverity model 2591M: Markus Armbruster <armbru@redhat.com> 2592S: Supported 2593F: scripts/coverity-model.c 2594 2595Coverity Scan integration 2596M: Peter Maydell <peter.maydell@linaro.org> 2597S: Maintained 2598F: scripts/coverity-scan/ 2599 2600Device Tree 2601M: Alistair Francis <alistair.francis@wdc.com> 2602R: David Gibson <david@gibson.dropbear.id.au> 2603S: Maintained 2604F: softmmu/device_tree.c 2605F: include/sysemu/device_tree.h 2606 2607Dump 2608S: Supported 2609M: Marc-André Lureau <marcandre.lureau@redhat.com> 2610F: dump/ 2611F: hw/misc/vmcoreinfo.c 2612F: include/hw/misc/vmcoreinfo.h 2613F: include/qemu/win_dump_defs 2614F: include/sysemu/dump-arch.h 2615F: include/sysemu/dump.h 2616F: qapi/dump.json 2617F: scripts/dump-guest-memory.py 2618F: stubs/dump.c 2619 2620Error reporting 2621M: Markus Armbruster <armbru@redhat.com> 2622S: Supported 2623F: include/qapi/error.h 2624F: include/qemu/error-report.h 2625F: qapi/error.json 2626F: util/error.c 2627F: util/qemu-error.c 2628F: scripts/coccinelle/err-bad-newline.cocci 2629F: scripts/coccinelle/error-use-after-free.cocci 2630F: scripts/coccinelle/error_propagate_null.cocci 2631F: scripts/coccinelle/remove_local_err.cocci 2632F: scripts/coccinelle/use-error_fatal.cocci 2633F: scripts/coccinelle/errp-guard.cocci 2634 2635GDB stub 2636M: Alex Bennée <alex.bennee@linaro.org> 2637R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2638S: Maintained 2639F: gdbstub* 2640F: include/exec/gdbstub.h 2641F: gdb-xml/ 2642F: tests/tcg/multiarch/gdbstub/ 2643 2644Memory API 2645M: Paolo Bonzini <pbonzini@redhat.com> 2646M: Peter Xu <peterx@redhat.com> 2647M: David Hildenbrand <david@redhat.com> 2648R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2649S: Supported 2650F: include/exec/ioport.h 2651F: include/exec/memop.h 2652F: include/exec/memory.h 2653F: include/exec/ram_addr.h 2654F: include/exec/ramblock.h 2655F: include/sysemu/memory_mapping.h 2656F: softmmu/dma-helpers.c 2657F: softmmu/ioport.c 2658F: softmmu/memory.c 2659F: softmmu/memory_mapping.c 2660F: softmmu/physmem.c 2661F: include/exec/memory-internal.h 2662F: scripts/coccinelle/memory-region-housekeeping.cocci 2663 2664SPICE 2665M: Gerd Hoffmann <kraxel@redhat.com> 2666S: Odd Fixes 2667F: include/ui/qemu-spice.h 2668F: include/ui/spice-display.h 2669F: ui/spice-*.c 2670F: audio/spiceaudio.c 2671F: hw/display/qxl* 2672F: qapi/ui.json 2673F: docs/spice-port-fqdn.txt 2674 2675Graphics 2676M: Gerd Hoffmann <kraxel@redhat.com> 2677S: Odd Fixes 2678F: ui/ 2679F: include/ui/ 2680F: qapi/ui.json 2681F: util/drm.c 2682 2683Cocoa graphics 2684M: Peter Maydell <peter.maydell@linaro.org> 2685M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2686R: Akihiko Odaki <akihiko.odaki@gmail.com> 2687S: Odd Fixes 2688F: ui/cocoa.m 2689 2690Main loop 2691M: Paolo Bonzini <pbonzini@redhat.com> 2692S: Maintained 2693F: include/exec/gen-icount.h 2694F: include/qemu/main-loop.h 2695F: include/sysemu/runstate.h 2696F: include/sysemu/runstate-action.h 2697F: util/main-loop.c 2698F: util/qemu-timer.c 2699F: softmmu/vl.c 2700F: softmmu/main.c 2701F: softmmu/cpus.c 2702F: softmmu/cpu-throttle.c 2703F: softmmu/cpu-timers.c 2704F: softmmu/icount.c 2705F: softmmu/runstate-action.c 2706F: qapi/run-state.json 2707 2708Read, Copy, Update (RCU) 2709M: Paolo Bonzini <pbonzini@redhat.com> 2710S: Maintained 2711F: include/qemu/rcu*.h 2712F: tests/unit/rcutorture.c 2713F: tests/unit/test-rcu-*.c 2714F: util/rcu.c 2715 2716Human Monitor (HMP) 2717M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2718S: Maintained 2719F: monitor/monitor-internal.h 2720F: monitor/misc.c 2721F: monitor/monitor.c 2722F: monitor/hmp* 2723F: hmp.h 2724F: hmp-commands*.hx 2725F: include/monitor/hmp-target.h 2726F: tests/qtest/test-hmp.c 2727F: include/qemu/qemu-print.h 2728F: util/qemu-print.c 2729 2730Network device backends 2731M: Jason Wang <jasowang@redhat.com> 2732S: Maintained 2733F: net/ 2734F: include/net/ 2735F: qemu-bridge-helper.c 2736T: git https://github.com/jasowang/qemu.git net 2737F: qapi/net.json 2738 2739Netmap network backend 2740M: Luigi Rizzo <rizzo@iet.unipi.it> 2741M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2742M: Vincenzo Maffione <v.maffione@gmail.com> 2743W: http://info.iet.unipi.it/~luigi/netmap/ 2744S: Maintained 2745F: net/netmap.c 2746 2747Host Memory Backends 2748M: David Hildenbrand <david@redhat.com> 2749M: Igor Mammedov <imammedo@redhat.com> 2750S: Maintained 2751F: backends/hostmem*.c 2752F: include/sysemu/hostmem.h 2753T: git https://gitlab.com/ehabkost/qemu.git machine-next 2754 2755Cryptodev Backends 2756M: Gonglei <arei.gonglei@huawei.com> 2757S: Maintained 2758F: include/sysemu/cryptodev*.h 2759F: backends/cryptodev*.c 2760 2761Python library 2762M: John Snow <jsnow@redhat.com> 2763M: Cleber Rosa <crosa@redhat.com> 2764R: Beraldo Leal <bleal@redhat.com> 2765S: Maintained 2766F: python/ 2767T: git https://gitlab.com/jsnow/qemu.git python 2768 2769Python scripts 2770M: John Snow <jsnow@redhat.com> 2771M: Cleber Rosa <crosa@redhat.com> 2772S: Odd Fixes 2773F: scripts/*.py 2774F: tests/*.py 2775 2776Benchmark util 2777M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru> 2778S: Maintained 2779F: scripts/simplebench/ 2780T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench 2781 2782Transactions helper 2783M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru> 2784S: Maintained 2785F: include/qemu/transactions.h 2786F: util/transactions.c 2787 2788QAPI 2789M: Markus Armbruster <armbru@redhat.com> 2790M: Michael Roth <michael.roth@amd.com> 2791S: Supported 2792F: qapi/ 2793X: qapi/*.json 2794F: include/qapi/ 2795X: include/qapi/qmp/ 2796F: include/qapi/qmp/dispatch.h 2797F: tests/qapi-schema/ 2798F: tests/unit/test-*-visitor.c 2799F: tests/unit/test-qapi-*.c 2800F: tests/unit/test-qmp-*.c 2801F: tests/unit/test-visitor-serialization.c 2802F: scripts/qapi-gen.py 2803F: scripts/qapi/* 2804F: docs/sphinx/qapidoc.py 2805F: docs/devel/qapi* 2806T: git https://repo.or.cz/qemu/armbru.git qapi-next 2807 2808QAPI Schema 2809M: Eric Blake <eblake@redhat.com> 2810M: Markus Armbruster <armbru@redhat.com> 2811S: Supported 2812F: qapi/*.json 2813T: git https://repo.or.cz/qemu/armbru.git qapi-next 2814 2815QObject 2816M: Markus Armbruster <armbru@redhat.com> 2817S: Supported 2818F: qobject/ 2819F: include/qapi/qmp/ 2820X: include/qapi/qmp/dispatch.h 2821F: scripts/coccinelle/qobject.cocci 2822F: tests/unit/check-qdict.c 2823F: tests/unit/check-qjson.c 2824F: tests/unit/check-qlist.c 2825F: tests/unit/check-qlit.c 2826F: tests/unit/check-qnull.c 2827F: tests/unit/check-qnum.c 2828F: tests/unit/check-qobject.c 2829F: tests/unit/check-qstring.c 2830F: tests/data/qobject/qdict.txt 2831T: git https://repo.or.cz/qemu/armbru.git qapi-next 2832 2833QEMU Guest Agent 2834M: Michael Roth <michael.roth@amd.com> 2835S: Maintained 2836F: qga/ 2837F: docs/interop/qemu-ga.rst 2838F: docs/interop/qemu-ga-ref.rst 2839F: scripts/qemu-guest-agent/ 2840F: tests/unit/test-qga.c 2841T: git https://github.com/mdroth/qemu.git qga 2842 2843QEMU Guest Agent Win32 2844M: Konstantin Kostiuk <kkostiuk@redhat.com> 2845S: Maintained 2846F: qga/*win32* 2847F: qga/vss-win32/ 2848F: qga/installer/ 2849T: git https://github.com/kostyanf14/qemu.git qga-win32 2850 2851QOM 2852M: Paolo Bonzini <pbonzini@redhat.com> 2853R: Daniel P. Berrange <berrange@redhat.com> 2854R: Eduardo Habkost <eduardo@habkost.net> 2855S: Supported 2856F: docs/qdev-device-use.txt 2857F: hw/core/qdev* 2858F: hw/core/bus.c 2859F: hw/core/sysbus.c 2860F: include/hw/qdev* 2861F: include/monitor/qdev.h 2862F: include/qom/ 2863F: qapi/qom.json 2864F: qapi/qdev.json 2865F: scripts/coccinelle/qom-parent-type.cocci 2866F: softmmu/qdev-monitor.c 2867F: stubs/qdev.c 2868F: qom/ 2869F: tests/unit/check-qom-interface.c 2870F: tests/unit/check-qom-proplist.c 2871F: tests/unit/test-qdev-global-props.c 2872 2873QOM boilerplate conversion script 2874M: Eduardo Habkost <eduardo@habkost.net> 2875S: Maintained 2876F: scripts/codeconverter/ 2877 2878QMP 2879M: Markus Armbruster <armbru@redhat.com> 2880S: Supported 2881F: monitor/monitor-internal.h 2882F: monitor/qmp* 2883F: monitor/misc.c 2884F: monitor/monitor.c 2885F: qapi/control.json 2886F: qapi/error.json 2887F: qapi/introspect.json 2888F: docs/devel/*qmp-* 2889F: docs/interop/*qmp-* 2890F: scripts/qmp/ 2891F: tests/qtest/qmp-test.c 2892F: tests/qtest/qmp-cmd-test.c 2893T: git https://repo.or.cz/qemu/armbru.git qapi-next 2894 2895qtest 2896M: Thomas Huth <thuth@redhat.com> 2897M: Laurent Vivier <lvivier@redhat.com> 2898R: Paolo Bonzini <pbonzini@redhat.com> 2899S: Maintained 2900F: softmmu/qtest.c 2901F: accel/qtest/ 2902F: tests/qtest/ 2903F: docs/devel/qgraph.rst 2904X: tests/qtest/bios-tables-test* 2905 2906Device Fuzzing 2907M: Alexander Bulekov <alxndr@bu.edu> 2908R: Paolo Bonzini <pbonzini@redhat.com> 2909R: Bandan Das <bsd@redhat.com> 2910R: Stefan Hajnoczi <stefanha@redhat.com> 2911R: Thomas Huth <thuth@redhat.com> 2912R: Darren Kenny <darren.kenny@oracle.com> 2913R: Qiuhao Li <Qiuhao.Li@outlook.com> 2914S: Maintained 2915F: tests/qtest/fuzz/ 2916F: tests/qtest/fuzz-*test.c 2917F: scripts/oss-fuzz/ 2918F: hw/mem/sparse-mem.c 2919F: docs/devel/fuzzing.rst 2920 2921Register API 2922M: Alistair Francis <alistair@alistair23.me> 2923S: Maintained 2924F: hw/core/register.c 2925F: include/hw/register.h 2926F: include/hw/registerfields.h 2927 2928SLIRP 2929M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2930S: Maintained 2931F: slirp/ 2932F: net/slirp.c 2933F: include/net/slirp.h 2934T: git https://people.debian.org/~sthibault/qemu.git slirp 2935 2936Streams 2937M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2938S: Maintained 2939F: hw/core/stream.c 2940F: include/hw/stream.h 2941 2942Stubs 2943M: Paolo Bonzini <pbonzini@redhat.com> 2944S: Maintained 2945F: stubs/ 2946 2947Tracing 2948M: Stefan Hajnoczi <stefanha@redhat.com> 2949S: Maintained 2950F: trace/ 2951F: trace-events 2952F: docs/qemu-option-trace.rst.inc 2953F: qapi/trace.json 2954F: scripts/tracetool.py 2955F: scripts/tracetool/ 2956F: scripts/qemu-trace-stap* 2957F: docs/tools/qemu-trace-stap.rst 2958F: docs/devel/tracing.rst 2959T: git https://github.com/stefanha/qemu.git tracing 2960 2961TPM 2962M: Stefan Berger <stefanb@linux.ibm.com> 2963S: Maintained 2964F: tpm.c 2965F: hw/tpm/* 2966F: include/hw/acpi/tpm.h 2967F: include/sysemu/tpm* 2968F: qapi/tpm.json 2969F: backends/tpm/ 2970F: tests/qtest/*tpm* 2971T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2972 2973Checkpatch 2974S: Odd Fixes 2975F: scripts/checkpatch.pl 2976 2977Migration 2978M: Juan Quintela <quintela@redhat.com> 2979M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2980S: Maintained 2981F: hw/core/vmstate-if.c 2982F: include/hw/vmstate-if.h 2983F: include/migration/ 2984F: migration/ 2985F: scripts/vmstate-static-checker.py 2986F: tests/vmstate-static-checker-data/ 2987F: tests/qtest/migration-test.c 2988F: docs/devel/migration.rst 2989F: qapi/migration.json 2990F: tests/migration/ 2991 2992D-Bus 2993M: Marc-André Lureau <marcandre.lureau@redhat.com> 2994S: Maintained 2995F: backends/dbus-vmstate.c 2996F: ui/dbus* 2997F: audio/dbus* 2998F: util/dbus.c 2999F: include/ui/dbus* 3000F: include/qemu/dbus.h 3001F: docs/interop/dbus* 3002F: docs/sphinx/dbus* 3003F: docs/sphinx/fakedbusdoc.py 3004F: tests/qtest/dbus* 3005 3006Seccomp 3007M: Daniel P. Berrange <berrange@redhat.com> 3008S: Odd Fixes 3009F: softmmu/qemu-seccomp.c 3010F: include/sysemu/seccomp.h 3011F: tests/unit/test-seccomp.c 3012 3013Cryptography 3014M: Daniel P. Berrange <berrange@redhat.com> 3015S: Maintained 3016F: crypto/ 3017F: include/crypto/ 3018F: qapi/crypto.json 3019F: tests/unit/test-crypto-* 3020F: tests/bench/benchmark-crypto-* 3021F: tests/unit/crypto-tls-* 3022F: tests/unit/pkix_asn1_tab.c 3023F: qemu.sasl 3024 3025Coroutines 3026M: Stefan Hajnoczi <stefanha@redhat.com> 3027M: Kevin Wolf <kwolf@redhat.com> 3028S: Maintained 3029F: util/*coroutine* 3030F: include/qemu/coroutine* 3031F: tests/unit/test-coroutine.c 3032 3033Buffers 3034M: Daniel P. Berrange <berrange@redhat.com> 3035S: Odd Fixes 3036F: util/buffer.c 3037F: include/qemu/buffer.h 3038 3039I/O Channels 3040M: Daniel P. Berrange <berrange@redhat.com> 3041S: Maintained 3042F: io/ 3043F: include/io/ 3044F: tests/unit/test-io-* 3045 3046User authorization 3047M: Daniel P. Berrange <berrange@redhat.com> 3048S: Maintained 3049F: authz/ 3050F: qapi/authz.json 3051F: include/authz/ 3052F: tests/unit/test-authz-* 3053 3054Sockets 3055M: Daniel P. Berrange <berrange@redhat.com> 3056S: Maintained 3057F: include/qemu/sockets.h 3058F: util/qemu-sockets.c 3059F: qapi/sockets.json 3060 3061File monitor 3062M: Daniel P. Berrange <berrange@redhat.com> 3063S: Odd Fixes 3064F: util/filemonitor*.c 3065F: include/qemu/filemonitor.h 3066F: tests/unit/test-util-filemonitor.c 3067 3068Throttling infrastructure 3069M: Alberto Garcia <berto@igalia.com> 3070S: Supported 3071F: block/throttle-groups.c 3072F: include/block/throttle-groups.h 3073F: include/qemu/throttle*.h 3074F: util/throttle.c 3075F: docs/throttle.txt 3076F: tests/unit/test-throttle.c 3077L: qemu-block@nongnu.org 3078 3079UUID 3080M: Fam Zheng <fam@euphon.net> 3081S: Supported 3082F: util/uuid.c 3083F: include/qemu/uuid.h 3084F: tests/unit/test-uuid.c 3085 3086Yank feature 3087M: Lukas Straub <lukasstraub2@web.de> 3088S: Odd fixes 3089F: util/yank.c 3090F: migration/yank_functions* 3091F: tests/unit/test-yank.c 3092F: include/qemu/yank.h 3093F: qapi/yank.json 3094 3095COLO Framework 3096M: zhanghailiang <zhang.zhanghailiang@huawei.com> 3097S: Maintained 3098F: migration/colo* 3099F: include/migration/colo.h 3100F: include/migration/failover.h 3101F: docs/COLO-FT.txt 3102 3103COLO Proxy 3104M: Zhang Chen <chen.zhang@intel.com> 3105M: Li Zhijian <lizhijian@fujitsu.com> 3106S: Supported 3107F: docs/colo-proxy.txt 3108F: net/colo* 3109F: net/filter-rewriter.c 3110F: net/filter-mirror.c 3111F: tests/qtest/test-filter* 3112 3113Record/replay 3114M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 3115R: Paolo Bonzini <pbonzini@redhat.com> 3116W: https://wiki.qemu.org/Features/record-replay 3117S: Supported 3118F: replay/* 3119F: block/blkreplay.c 3120F: net/filter-replay.c 3121F: include/sysemu/replay.h 3122F: docs/replay.txt 3123F: stubs/replay.c 3124F: tests/avocado/replay_kernel.py 3125F: tests/avocado/replay_linux.py 3126F: tests/avocado/reverse_debugging.py 3127F: qapi/replay.json 3128 3129IOVA Tree 3130M: Peter Xu <peterx@redhat.com> 3131S: Maintained 3132F: include/qemu/iova-tree.h 3133F: util/iova-tree.c 3134 3135elf2dmp 3136M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 3137S: Maintained 3138F: contrib/elf2dmp/ 3139 3140I2C and SMBus 3141M: Corey Minyard <cminyard@mvista.com> 3142S: Maintained 3143F: hw/i2c/core.c 3144F: hw/i2c/smbus_slave.c 3145F: hw/i2c/smbus_master.c 3146F: hw/i2c/smbus_eeprom.c 3147F: include/hw/i2c/i2c.h 3148F: include/hw/i2c/smbus_master.h 3149F: include/hw/i2c/smbus_slave.h 3150F: include/hw/i2c/smbus_eeprom.h 3151 3152PMBus 3153M: Titus Rwantare <titusr@google.com> 3154S: Maintained 3155F: hw/i2c/pmbus_device.c 3156F: hw/sensor/adm1272.c 3157F: hw/sensor/isl_pmbus_vr.c 3158F: hw/sensor/max34451.c 3159F: include/hw/i2c/pmbus_device.h 3160F: include/hw/sensor/isl_pmbus_vr.h 3161F: tests/qtest/adm1272-test.c 3162F: tests/qtest/max34451-test.c 3163F: tests/qtest/isl_pmbus_vr-test.c 3164 3165Firmware schema specifications 3166M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3167R: Daniel P. Berrange <berrange@redhat.com> 3168R: Kashyap Chamarthy <kchamart@redhat.com> 3169S: Maintained 3170F: docs/interop/firmware.json 3171 3172EDK2 Firmware 3173M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3174M: Gerd Hoffmann <kraxel@redhat.com> 3175S: Supported 3176F: hw/i386/*ovmf* 3177F: pc-bios/descriptors/??-edk2-*.json 3178F: pc-bios/edk2-* 3179F: roms/Makefile.edk2 3180F: roms/edk2 3181F: roms/edk2-* 3182F: tests/data/uefi-boot-images/ 3183F: tests/uefi-test-tools/ 3184F: .gitlab-ci.d/edk2.yml 3185F: .gitlab-ci.d/edk2/ 3186 3187VT-d Emulation 3188M: Michael S. Tsirkin <mst@redhat.com> 3189M: Peter Xu <peterx@redhat.com> 3190R: Jason Wang <jasowang@redhat.com> 3191S: Supported 3192F: hw/i386/intel_iommu.c 3193F: hw/i386/intel_iommu_internal.h 3194F: include/hw/i386/intel_iommu.h 3195 3196OpenSBI Firmware 3197M: Bin Meng <bmeng.cn@gmail.com> 3198S: Supported 3199F: pc-bios/opensbi-* 3200F: .gitlab-ci.d/opensbi.yml 3201F: .gitlab-ci.d/opensbi/ 3202 3203Clock framework 3204M: Luc Michel <luc@lmichel.fr> 3205R: Damien Hedde <damien.hedde@greensocs.com> 3206S: Maintained 3207F: include/hw/clock.h 3208F: include/hw/qdev-clock.h 3209F: hw/core/clock.c 3210F: hw/core/clock-vmstate.c 3211F: hw/core/qdev-clock.c 3212F: docs/devel/clocks.rst 3213 3214Usermode Emulation 3215------------------ 3216Overall usermode emulation 3217M: Riku Voipio <riku.voipio@iki.fi> 3218S: Maintained 3219F: accel/tcg/user-exec*.c 3220F: include/user/ 3221F: common-user/ 3222 3223BSD user 3224M: Warner Losh <imp@bsdimp.com> 3225R: Kyle Evans <kevans@freebsd.org> 3226S: Maintained 3227F: bsd-user/ 3228F: configs/targets/*-bsd-user.mak 3229F: tests/vm/*bsd 3230T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 3231 3232Linux user 3233M: Laurent Vivier <laurent@vivier.eu> 3234S: Maintained 3235F: linux-user/ 3236F: configs/targets/*linux-user.mak 3237F: scripts/qemu-binfmt-conf.sh 3238F: scripts/update-syscalltbl.sh 3239F: scripts/update-mips-syscall-args.sh 3240F: scripts/gensyscalls.sh 3241 3242Tiny Code Generator (TCG) 3243------------------------- 3244Common TCG code 3245M: Richard Henderson <richard.henderson@linaro.org> 3246S: Maintained 3247F: tcg/ 3248F: include/tcg/ 3249 3250TCG Plugins 3251M: Alex Bennée <alex.bennee@linaro.org> 3252R: Alexandre Iooss <erdnaxe@crans.org> 3253R: Mahmoud Mandour <ma.mandourr@gmail.com> 3254S: Maintained 3255F: docs/devel/tcg-plugins.rst 3256F: plugins/ 3257F: tests/plugin/ 3258F: tests/avocado/tcg_plugins.py 3259F: contrib/plugins/ 3260 3261AArch64 TCG target 3262M: Richard Henderson <richard.henderson@linaro.org> 3263S: Maintained 3264L: qemu-arm@nongnu.org 3265F: tcg/aarch64/ 3266F: disas/arm-a64.cc 3267F: disas/libvixl/ 3268 3269ARM TCG target 3270M: Richard Henderson <richard.henderson@linaro.org> 3271S: Maintained 3272L: qemu-arm@nongnu.org 3273F: tcg/arm/ 3274F: disas/arm.c 3275 3276i386 TCG target 3277M: Richard Henderson <richard.henderson@linaro.org> 3278S: Maintained 3279F: tcg/i386/ 3280F: disas/i386.c 3281 3282LoongArch64 TCG target 3283M: WANG Xuerui <git@xen0n.name> 3284S: Maintained 3285F: tcg/loongarch64/ 3286 3287MIPS TCG target 3288M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3289R: Aurelien Jarno <aurelien@aurel32.net> 3290R: Huacai Chen <chenhuacai@kernel.org> 3291R: Jiaxun Yang <jiaxun.yang@flygoat.com> 3292R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3293S: Odd Fixes 3294F: tcg/mips/ 3295 3296PPC TCG target 3297M: Richard Henderson <richard.henderson@linaro.org> 3298S: Odd Fixes 3299F: tcg/ppc/ 3300F: disas/ppc.c 3301 3302RISC-V TCG target 3303M: Palmer Dabbelt <palmer@dabbelt.com> 3304M: Alistair Francis <Alistair.Francis@wdc.com> 3305L: qemu-riscv@nongnu.org 3306S: Maintained 3307F: tcg/riscv/ 3308F: disas/riscv.c 3309 3310S390 TCG target 3311M: Richard Henderson <richard.henderson@linaro.org> 3312S: Maintained 3313F: tcg/s390/ 3314L: qemu-s390x@nongnu.org 3315 3316SPARC TCG target 3317S: Odd Fixes 3318F: tcg/sparc/ 3319F: disas/sparc.c 3320 3321TCI TCG target 3322M: Stefan Weil <sw@weilnetz.de> 3323S: Maintained 3324F: tcg/tci/ 3325F: tcg/tci.c 3326F: disas/tci.c 3327 3328Block drivers 3329------------- 3330VMDK 3331M: Fam Zheng <fam@euphon.net> 3332L: qemu-block@nongnu.org 3333S: Supported 3334F: block/vmdk.c 3335 3336RBD 3337M: Ilya Dryomov <idryomov@gmail.com> 3338R: Peter Lieven <pl@kamp.de> 3339L: qemu-block@nongnu.org 3340S: Supported 3341F: block/rbd.c 3342 3343VHDX 3344M: Jeff Cody <codyprime@gmail.com> 3345L: qemu-block@nongnu.org 3346S: Supported 3347F: block/vhdx* 3348 3349VDI 3350M: Stefan Weil <sw@weilnetz.de> 3351L: qemu-block@nongnu.org 3352S: Maintained 3353F: block/vdi.c 3354 3355iSCSI 3356M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3357M: Paolo Bonzini <pbonzini@redhat.com> 3358M: Peter Lieven <pl@kamp.de> 3359L: qemu-block@nongnu.org 3360S: Odd Fixes 3361F: block/iscsi.c 3362F: block/iscsi-opts.c 3363 3364Network Block Device (NBD) 3365M: Eric Blake <eblake@redhat.com> 3366M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru> 3367L: qemu-block@nongnu.org 3368S: Maintained 3369F: block/nbd* 3370F: nbd/ 3371F: include/block/nbd* 3372F: qemu-nbd.* 3373F: blockdev-nbd.c 3374F: docs/interop/nbd.txt 3375F: docs/tools/qemu-nbd.rst 3376T: git https://repo.or.cz/qemu/ericb.git nbd 3377T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd 3378 3379NFS 3380M: Peter Lieven <pl@kamp.de> 3381L: qemu-block@nongnu.org 3382S: Maintained 3383F: block/nfs.c 3384 3385SSH 3386M: Richard W.M. Jones <rjones@redhat.com> 3387L: qemu-block@nongnu.org 3388S: Supported 3389F: block/ssh.c 3390 3391CURL 3392L: qemu-block@nongnu.org 3393S: Odd Fixes 3394F: block/curl.c 3395 3396GLUSTER 3397L: qemu-block@nongnu.org 3398L: integration@gluster.org 3399S: Odd Fixes 3400F: block/gluster.c 3401 3402Null Block Driver 3403M: Fam Zheng <fam@euphon.net> 3404L: qemu-block@nongnu.org 3405S: Supported 3406F: block/null.c 3407 3408NVMe Block Driver 3409M: Stefan Hajnoczi <stefanha@redhat.com> 3410R: Fam Zheng <fam@euphon.net> 3411R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3412L: qemu-block@nongnu.org 3413S: Supported 3414F: block/nvme* 3415F: include/block/nvme.h 3416T: git https://github.com/stefanha/qemu.git block 3417 3418Bootdevice 3419M: Gonglei <arei.gonglei@huawei.com> 3420S: Maintained 3421F: softmmu/bootdevice.c 3422 3423Quorum 3424M: Alberto Garcia <berto@igalia.com> 3425S: Supported 3426F: block/quorum.c 3427L: qemu-block@nongnu.org 3428 3429blklogwrites 3430M: Ari Sundholm <ari@tuxera.com> 3431L: qemu-block@nongnu.org 3432S: Supported 3433F: block/blklogwrites.c 3434 3435blkverify 3436M: Stefan Hajnoczi <stefanha@redhat.com> 3437L: qemu-block@nongnu.org 3438S: Supported 3439F: block/blkverify.c 3440 3441bochs 3442M: Stefan Hajnoczi <stefanha@redhat.com> 3443L: qemu-block@nongnu.org 3444S: Supported 3445F: block/bochs.c 3446 3447cloop 3448M: Stefan Hajnoczi <stefanha@redhat.com> 3449L: qemu-block@nongnu.org 3450S: Supported 3451F: block/cloop.c 3452 3453dmg 3454M: Stefan Hajnoczi <stefanha@redhat.com> 3455L: qemu-block@nongnu.org 3456S: Supported 3457F: block/dmg.c 3458 3459parallels 3460M: Stefan Hajnoczi <stefanha@redhat.com> 3461M: Denis V. Lunev <den@openvz.org> 3462M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru> 3463L: qemu-block@nongnu.org 3464S: Supported 3465F: block/parallels.c 3466F: block/parallels-ext.c 3467F: docs/interop/parallels.txt 3468T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels 3469 3470qed 3471M: Stefan Hajnoczi <stefanha@redhat.com> 3472L: qemu-block@nongnu.org 3473S: Supported 3474F: block/qed.c 3475 3476raw 3477M: Kevin Wolf <kwolf@redhat.com> 3478L: qemu-block@nongnu.org 3479S: Supported 3480F: block/linux-aio.c 3481F: include/block/raw-aio.h 3482F: block/raw-format.c 3483F: block/file-posix.c 3484F: block/file-win32.c 3485F: block/win32-aio.c 3486 3487Linux io_uring 3488M: Aarushi Mehta <mehta.aaru20@gmail.com> 3489M: Julia Suvorova <jusual@redhat.com> 3490M: Stefan Hajnoczi <stefanha@redhat.com> 3491R: Stefano Garzarella <sgarzare@redhat.com> 3492L: qemu-block@nongnu.org 3493S: Maintained 3494F: block/io_uring.c 3495F: stubs/io_uring.c 3496 3497qcow2 3498M: Kevin Wolf <kwolf@redhat.com> 3499M: Hanna Reitz <hreitz@redhat.com> 3500L: qemu-block@nongnu.org 3501S: Supported 3502F: block/qcow2* 3503F: docs/interop/qcow2.txt 3504 3505qcow 3506M: Kevin Wolf <kwolf@redhat.com> 3507L: qemu-block@nongnu.org 3508S: Supported 3509F: block/qcow.c 3510 3511blkdebug 3512M: Kevin Wolf <kwolf@redhat.com> 3513M: Hanna Reitz <hreitz@redhat.com> 3514L: qemu-block@nongnu.org 3515S: Supported 3516F: block/blkdebug.c 3517 3518vpc 3519M: Kevin Wolf <kwolf@redhat.com> 3520L: qemu-block@nongnu.org 3521S: Supported 3522F: block/vpc.c 3523 3524vvfat 3525M: Kevin Wolf <kwolf@redhat.com> 3526L: qemu-block@nongnu.org 3527S: Odd Fixes 3528F: block/vvfat.c 3529 3530Image format fuzzer 3531M: Stefan Hajnoczi <stefanha@redhat.com> 3532L: qemu-block@nongnu.org 3533S: Supported 3534F: tests/image-fuzzer/ 3535 3536Vhost-user block device backend server 3537M: Coiby Xu <Coiby.Xu@gmail.com> 3538S: Maintained 3539F: block/export/vhost-user-blk-server.c 3540F: block/export/vhost-user-blk-server.h 3541F: include/qemu/vhost-user-server.h 3542F: tests/qtest/libqos/vhost-user-blk.c 3543F: tests/qtest/libqos/vhost-user-blk.h 3544F: tests/qtest/vhost-user-blk-test.c 3545F: util/vhost-user-server.c 3546 3547FUSE block device exports 3548M: Hanna Reitz <hreitz@redhat.com> 3549L: qemu-block@nongnu.org 3550S: Supported 3551F: block/export/fuse.c 3552 3553Replication 3554M: Wen Congyang <wencongyang2@huawei.com> 3555M: Xie Changlong <xiechanglong.d@gmail.com> 3556S: Supported 3557F: replication* 3558F: block/replication.c 3559F: tests/unit/test-replication.c 3560F: docs/block-replication.txt 3561 3562PVRDMA 3563M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3564M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3565S: Maintained 3566F: hw/rdma/* 3567F: hw/rdma/vmw/* 3568F: docs/pvrdma.txt 3569F: contrib/rdmacm-mux/* 3570F: qapi/rdma.json 3571 3572Semihosting 3573M: Alex Bennée <alex.bennee@linaro.org> 3574S: Maintained 3575F: semihosting/ 3576F: include/semihosting/ 3577F: tests/tcg/multiarch/arm-compat-semi/ 3578F: tests/tcg/aarch64/system/semiheap.c 3579 3580Multi-process QEMU 3581M: Elena Ufimtseva <elena.ufimtseva@oracle.com> 3582M: Jagannathan Raman <jag.raman@oracle.com> 3583M: John G Johnson <john.g.johnson@oracle.com> 3584S: Maintained 3585F: docs/devel/multi-process.rst 3586F: docs/system/multi-process.rst 3587F: hw/pci-host/remote.c 3588F: include/hw/pci-host/remote.h 3589F: hw/remote/machine.c 3590F: include/hw/remote/machine.h 3591F: hw/remote/mpqemu-link.c 3592F: include/hw/remote/mpqemu-link.h 3593F: hw/remote/message.c 3594F: hw/remote/remote-obj.c 3595F: include/hw/remote/memory.h 3596F: hw/remote/memory.c 3597F: hw/remote/proxy.c 3598F: include/hw/remote/proxy.h 3599F: hw/remote/proxy-memory-listener.c 3600F: include/hw/remote/proxy-memory-listener.h 3601F: hw/remote/iohub.c 3602F: include/hw/remote/iohub.h 3603 3604EBPF: 3605M: Jason Wang <jasowang@redhat.com> 3606R: Andrew Melnychenko <andrew@daynix.com> 3607R: Yuri Benditovich <yuri.benditovich@daynix.com> 3608S: Maintained 3609F: ebpf/* 3610F: tools/ebpf/* 3611 3612Build and test automation 3613------------------------- 3614Build and test automation, general continuous integration 3615M: Alex Bennée <alex.bennee@linaro.org> 3616M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3617M: Thomas Huth <thuth@redhat.com> 3618R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3619R: Beraldo Leal <bleal@redhat.com> 3620S: Maintained 3621F: .github/workflows/lockdown.yml 3622F: .gitlab-ci.yml 3623F: .gitlab-ci.d/ 3624F: .travis.yml 3625F: scripts/ci/ 3626F: tests/docker/ 3627F: tests/vm/ 3628F: tests/lcitool/ 3629F: scripts/archive-source.sh 3630W: https://gitlab.com/qemu-project/qemu/pipelines 3631W: https://travis-ci.org/qemu/qemu 3632 3633FreeBSD Hosted Continuous Integration 3634M: Ed Maste <emaste@freebsd.org> 3635M: Li-Wen Hsu <lwhsu@freebsd.org> 3636S: Maintained 3637F: .gitlab-ci.d/cirrus/freebsd* 3638F: tests/vm/freebsd 3639W: https://cirrus-ci.com/github/qemu/qemu 3640 3641Windows Hosted Continuous Integration 3642M: Yonggang Luo <luoyonggang@gmail.com> 3643S: Maintained 3644F: .cirrus.yml 3645W: https://cirrus-ci.com/github/qemu/qemu 3646 3647Guest Test Compilation Support 3648M: Alex Bennée <alex.bennee@linaro.org> 3649R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3650S: Maintained 3651F: tests/tcg/Makefile 3652F: tests/tcg/Makefile.include 3653 3654Integration Testing with the Avocado framework 3655W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3656R: Cleber Rosa <crosa@redhat.com> 3657R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3658R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3659R: Beraldo Leal <bleal@redhat.com> 3660S: Odd Fixes 3661F: tests/avocado/ 3662 3663GitLab custom runner (Works On Arm Sponsored) 3664M: Alex Bennée <alex.bennee@linaro.org> 3665M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3666S: Maintained 3667F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml 3668 3669Documentation 3670------------- 3671Build system architecture 3672M: Daniel P. Berrange <berrange@redhat.com> 3673S: Odd Fixes 3674F: docs/devel/build-system.rst 3675 3676GIT Data Mining Config 3677M: Alex Bennée <alex.bennee@linaro.org> 3678S: Odd Fixes 3679F: gitdm.config 3680F: contrib/gitdm/* 3681 3682Incompatible changes 3683R: libvir-list@redhat.com 3684F: docs/about/deprecated.rst 3685 3686Build System 3687------------ 3688GIT submodules 3689M: Daniel P. Berrange <berrange@redhat.com> 3690S: Odd Fixes 3691F: scripts/git-submodule.sh 3692 3693UI translations 3694S: Orphan 3695F: po/*.po 3696 3697Sphinx documentation configuration and build machinery 3698M: Peter Maydell <peter.maydell@linaro.org> 3699S: Maintained 3700F: docs/conf.py 3701F: docs/*/conf.py 3702F: docs/sphinx/ 3703F: docs/_templates/ 3704 3705Miscellaneous 3706------------- 3707Performance Tools and Tests 3708M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3709S: Maintained 3710F: scripts/performance/ 3711