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