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