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