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