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 1820 1821vfio-ccw 1822M: Cornelia Huck <cohuck@redhat.com> 1823M: Eric Farman <farman@linux.ibm.com> 1824M: Matthew Rosato <mjrosato@linux.ibm.com> 1825S: Supported 1826F: hw/vfio/ccw.c 1827F: hw/s390x/s390-ccw.c 1828F: include/hw/s390x/s390-ccw.h 1829F: include/hw/s390x/vfio-ccw.h 1830T: git https://gitlab.com/cohuck/qemu.git s390-next 1831L: qemu-s390x@nongnu.org 1832 1833vfio-ap 1834M: Tony Krowiak <akrowiak@linux.ibm.com> 1835M: Halil Pasic <pasic@linux.ibm.com> 1836M: Jason Herne <jjherne@linux.ibm.com> 1837S: Supported 1838F: hw/s390x/ap-device.c 1839F: hw/s390x/ap-bridge.c 1840F: include/hw/s390x/ap-device.h 1841F: include/hw/s390x/ap-bridge.h 1842F: hw/vfio/ap.c 1843F: docs/system/s390x/vfio-ap.rst 1844L: qemu-s390x@nongnu.org 1845 1846vhost 1847M: Michael S. Tsirkin <mst@redhat.com> 1848S: Supported 1849F: hw/*/*vhost* 1850F: docs/interop/vhost-user.json 1851F: docs/interop/vhost-user.rst 1852F: contrib/vhost-user-*/ 1853F: backends/vhost-user.c 1854F: include/sysemu/vhost-user-backend.h 1855 1856virtio 1857M: Michael S. Tsirkin <mst@redhat.com> 1858S: Supported 1859F: hw/*/virtio* 1860F: hw/virtio/Makefile.objs 1861F: hw/virtio/trace-events 1862F: net/vhost-user.c 1863F: include/hw/virtio/ 1864 1865virtio-balloon 1866M: Michael S. Tsirkin <mst@redhat.com> 1867M: David Hildenbrand <david@redhat.com> 1868S: Maintained 1869F: hw/virtio/virtio-balloon*.c 1870F: include/hw/virtio/virtio-balloon.h 1871F: softmmu/balloon.c 1872F: include/sysemu/balloon.h 1873 1874virtio-9p 1875M: Greg Kurz <groug@kaod.org> 1876M: Christian Schoenebeck <qemu_oss@crudebyte.com> 1877S: Odd Fixes 1878F: hw/9pfs/ 1879X: hw/9pfs/xen-9p* 1880F: fsdev/ 1881F: docs/tools/virtfs-proxy-helper.rst 1882F: tests/qtest/virtio-9p-test.c 1883T: git https://gitlab.com/gkurz/qemu.git 9p-next 1884T: git https://github.com/cschoenebeck/qemu.git 9p.next 1885 1886virtio-blk 1887M: Stefan Hajnoczi <stefanha@redhat.com> 1888L: qemu-block@nongnu.org 1889S: Supported 1890F: hw/block/virtio-blk.c 1891F: hw/block/dataplane/* 1892F: tests/qtest/virtio-blk-test.c 1893T: git https://github.com/stefanha/qemu.git block 1894 1895virtio-ccw 1896M: Cornelia Huck <cohuck@redhat.com> 1897M: Halil Pasic <pasic@linux.ibm.com> 1898S: Supported 1899F: hw/s390x/virtio-ccw*.[hc] 1900F: hw/s390x/vhost-vsock-ccw.c 1901T: git https://gitlab.com/cohuck/qemu.git s390-next 1902T: git https://github.com/borntraeger/qemu.git s390-next 1903L: qemu-s390x@nongnu.org 1904 1905virtiofs 1906M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1907M: Stefan Hajnoczi <stefanha@redhat.com> 1908S: Supported 1909F: tools/virtiofsd/* 1910F: hw/virtio/vhost-user-fs* 1911F: include/hw/virtio/vhost-user-fs.h 1912F: docs/tools/virtiofsd.rst 1913L: virtio-fs@redhat.com 1914 1915virtio-input 1916M: Gerd Hoffmann <kraxel@redhat.com> 1917S: Maintained 1918F: hw/input/vhost-user-input.c 1919F: hw/input/virtio-input*.c 1920F: include/hw/virtio/virtio-input.h 1921F: contrib/vhost-user-input/* 1922 1923virtio-iommu 1924M: Eric Auger <eric.auger@redhat.com> 1925S: Maintained 1926F: hw/virtio/virtio-iommu*.c 1927F: include/hw/virtio/virtio-iommu.h 1928 1929virtio-serial 1930M: Laurent Vivier <lvivier@redhat.com> 1931R: Amit Shah <amit@kernel.org> 1932S: Supported 1933F: hw/char/virtio-serial-bus.c 1934F: hw/char/virtio-console.c 1935F: include/hw/virtio/virtio-serial.h 1936F: tests/qtest/virtio-serial-test.c 1937 1938virtio-rng 1939M: Laurent Vivier <lvivier@redhat.com> 1940R: Amit Shah <amit@kernel.org> 1941S: Supported 1942F: hw/virtio/virtio-rng.c 1943F: include/hw/virtio/virtio-rng.h 1944F: include/sysemu/rng*.h 1945F: backends/rng*.c 1946F: tests/qtest/virtio-rng-test.c 1947 1948virtio-crypto 1949M: Gonglei <arei.gonglei@huawei.com> 1950S: Supported 1951F: hw/virtio/virtio-crypto.c 1952F: hw/virtio/virtio-crypto-pci.c 1953F: include/hw/virtio/virtio-crypto.h 1954 1955virtio-mem 1956M: David Hildenbrand <david@redhat.com> 1957S: Supported 1958W: https://virtio-mem.gitlab.io/ 1959F: hw/virtio/virtio-mem.c 1960F: hw/virtio/virtio-mem-pci.h 1961F: hw/virtio/virtio-mem-pci.c 1962F: include/hw/virtio/virtio-mem.h 1963 1964nvme 1965M: Keith Busch <kbusch@kernel.org> 1966M: Klaus Jensen <its@irrelevant.dk> 1967L: qemu-block@nongnu.org 1968S: Supported 1969F: hw/nvme/* 1970F: include/block/nvme.h 1971F: tests/qtest/nvme-test.c 1972F: docs/system/nvme.rst 1973T: git git://git.infradead.org/qemu-nvme.git nvme-next 1974 1975megasas 1976M: Hannes Reinecke <hare@suse.com> 1977L: qemu-block@nongnu.org 1978S: Supported 1979F: hw/scsi/megasas.c 1980F: hw/scsi/mfi.h 1981F: tests/qtest/megasas-test.c 1982F: tests/qtest/fuzz-megasas-test.c 1983 1984Network packet abstractions 1985M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1986S: Maintained 1987F: include/net/eth.h 1988F: net/eth.c 1989F: hw/net/net_rx_pkt* 1990F: hw/net/net_tx_pkt* 1991 1992Vmware 1993M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1994S: Maintained 1995F: hw/net/vmxnet* 1996F: hw/scsi/vmw_pvscsi* 1997F: tests/qtest/vmxnet3-test.c 1998 1999Rocker 2000M: Jiri Pirko <jiri@resnulli.us> 2001S: Maintained 2002F: hw/net/rocker/ 2003F: qapi/rocker.json 2004F: tests/rocker/ 2005F: docs/specs/rocker.txt 2006 2007NVDIMM 2008M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 2009S: Maintained 2010F: hw/acpi/nvdimm.c 2011F: hw/mem/nvdimm.c 2012F: include/hw/mem/nvdimm.h 2013F: docs/nvdimm.txt 2014 2015e1000x 2016M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2017S: Maintained 2018F: hw/net/e1000x* 2019 2020e1000e 2021M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 2022S: Maintained 2023F: hw/net/e1000e* 2024F: tests/qtest/fuzz-e1000e-test.c 2025 2026eepro100 2027M: Stefan Weil <sw@weilnetz.de> 2028S: Maintained 2029F: hw/net/eepro100.c 2030 2031tulip 2032M: Sven Schnelle <svens@stackframe.org> 2033S: Maintained 2034F: hw/net/tulip.c 2035F: hw/net/tulip.h 2036 2037pca954x 2038M: Patrick Venture <venture@google.com> 2039S: Maintained 2040F: hw/i2c/i2c_mux_pca954x.c 2041F: include/hw/i2c/i2c_mux_pca954x.h 2042 2043Generic Loader 2044M: Alistair Francis <alistair@alistair23.me> 2045S: Maintained 2046F: hw/core/generic-loader.c 2047F: include/hw/core/generic-loader.h 2048F: docs/system/generic-loader.rst 2049 2050Guest Loader 2051M: Alex Bennée <alex.bennee@linaro.org> 2052S: Maintained 2053F: hw/core/guest-loader.c 2054F: docs/system/guest-loader.rst 2055F: tests/acceptance/boot_xen.py 2056 2057Intel Hexadecimal Object File Loader 2058M: Su Hang <suhang16@mails.ucas.ac.cn> 2059S: Maintained 2060F: tests/qtest/hexloader-test.c 2061F: tests/data/hex-loader/test.hex 2062 2063CHRP NVRAM 2064M: Thomas Huth <thuth@redhat.com> 2065S: Maintained 2066F: hw/nvram/chrp_nvram.c 2067F: include/hw/nvram/chrp_nvram.h 2068F: tests/qtest/prom-env-test.c 2069 2070VM Generation ID 2071S: Orphan 2072F: hw/acpi/vmgenid.c 2073F: include/hw/acpi/vmgenid.h 2074F: docs/specs/vmgenid.txt 2075F: tests/qtest/vmgenid-test.c 2076F: stubs/vmgenid.c 2077 2078LED 2079M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2080S: Maintained 2081F: include/hw/misc/led.h 2082F: hw/misc/led.c 2083 2084Unimplemented device 2085M: Peter Maydell <peter.maydell@linaro.org> 2086R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2087S: Maintained 2088F: include/hw/misc/unimp.h 2089F: hw/misc/unimp.c 2090 2091Empty slot 2092M: Artyom Tarasenko <atar4qemu@gmail.com> 2093R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2094S: Maintained 2095F: include/hw/misc/empty_slot.h 2096F: hw/misc/empty_slot.c 2097 2098Standard VGA 2099M: Gerd Hoffmann <kraxel@redhat.com> 2100S: Maintained 2101F: hw/display/vga* 2102F: hw/display/bochs-display.c 2103F: include/hw/display/vga.h 2104F: include/hw/display/bochs-vbe.h 2105 2106ramfb 2107M: Gerd Hoffmann <kraxel@redhat.com> 2108S: Maintained 2109F: hw/display/ramfb*.c 2110F: include/hw/display/ramfb.h 2111 2112virtio-gpu 2113M: Gerd Hoffmann <kraxel@redhat.com> 2114S: Maintained 2115F: hw/display/virtio-gpu* 2116F: hw/display/virtio-vga.* 2117F: include/hw/virtio/virtio-gpu.h 2118 2119vhost-user-blk 2120M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2121S: Maintained 2122F: contrib/vhost-user-blk/ 2123F: contrib/vhost-user-scsi/ 2124F: hw/block/vhost-user-blk.c 2125F: hw/scsi/vhost-user-scsi.c 2126F: hw/virtio/vhost-user-blk-pci.c 2127F: hw/virtio/vhost-user-scsi-pci.c 2128F: include/hw/virtio/vhost-user-blk.h 2129F: include/hw/virtio/vhost-user-scsi.h 2130 2131vhost-user-gpu 2132M: Marc-André Lureau <marcandre.lureau@redhat.com> 2133M: Gerd Hoffmann <kraxel@redhat.com> 2134S: Maintained 2135F: docs/interop/vhost-user-gpu.rst 2136F: contrib/vhost-user-gpu 2137F: hw/display/vhost-user-* 2138 2139Cirrus VGA 2140M: Gerd Hoffmann <kraxel@redhat.com> 2141S: Odd Fixes 2142W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2143F: hw/display/cirrus* 2144 2145EDID Generator 2146M: Gerd Hoffmann <kraxel@redhat.com> 2147S: Maintained 2148F: hw/display/edid* 2149F: include/hw/display/edid.h 2150F: qemu-edid.c 2151 2152PIIX4 South Bridge (i82371AB) 2153M: Hervé Poussineau <hpoussin@reactos.org> 2154M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2155S: Maintained 2156F: hw/isa/piix4.c 2157F: include/hw/southbridge/piix.h 2158 2159Firmware configuration (fw_cfg) 2160M: Philippe Mathieu-Daudé <philmd@redhat.com> 2161R: Laszlo Ersek <lersek@redhat.com> 2162R: Gerd Hoffmann <kraxel@redhat.com> 2163S: Supported 2164F: docs/specs/fw_cfg.txt 2165F: hw/nvram/fw_cfg*.c 2166F: stubs/fw_cfg.c 2167F: include/hw/nvram/fw_cfg.h 2168F: include/standard-headers/linux/qemu_fw_cfg.h 2169F: tests/qtest/libqos/fw_cfg.c 2170F: tests/qtest/fw_cfg-test.c 2171T: git https://github.com/philmd/qemu.git fw_cfg-next 2172 2173XIVE 2174M: Cédric Le Goater <clg@kaod.org> 2175R: David Gibson <david@gibson.dropbear.id.au> 2176R: Greg Kurz <groug@kaod.org> 2177L: qemu-ppc@nongnu.org 2178S: Supported 2179F: hw/*/*xive* 2180F: include/hw/*/*xive* 2181F: docs/*/*xive* 2182 2183Renesas peripherals 2184R: Yoshinori Sato <ysato@users.sourceforge.jp> 2185R: Magnus Damm <magnus.damm@gmail.com> 2186S: Odd Fixes 2187F: hw/char/renesas_sci.c 2188F: hw/char/sh_serial.c 2189F: hw/timer/renesas_*.c 2190F: hw/timer/sh_timer.c 2191F: include/hw/char/renesas_sci.h 2192F: include/hw/sh4/sh.h 2193F: include/hw/timer/renesas_*.h 2194 2195Renesas RX peripherals 2196R: Yoshinori Sato <ysato@users.sourceforge.jp> 2197S: Orphan 2198F: hw/intc/rx_icu.c 2199F: hw/rx/ 2200F: include/hw/intc/rx_icu.h 2201F: include/hw/rx/ 2202 2203CAN bus subsystem and hardware 2204M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2205M: Vikram Garhwal <fnu.vikram@xilinx.com> 2206S: Maintained 2207W: https://canbus.pages.fel.cvut.cz/ 2208F: net/can/* 2209F: hw/net/can/* 2210F: include/net/can_*.h 2211 2212Subsystems 2213---------- 2214Audio 2215M: Gerd Hoffmann <kraxel@redhat.com> 2216S: Maintained 2217F: audio/ 2218F: hw/audio/ 2219F: include/hw/audio/ 2220F: qapi/audio.json 2221F: tests/qtest/ac97-test.c 2222F: tests/qtest/es1370-test.c 2223F: tests/qtest/intel-hda-test.c 2224 2225Block layer core 2226M: Kevin Wolf <kwolf@redhat.com> 2227M: Max Reitz <mreitz@redhat.com> 2228L: qemu-block@nongnu.org 2229S: Supported 2230F: block* 2231F: block/ 2232F: hw/block/ 2233F: include/block/ 2234F: qemu-img* 2235F: docs/tools/qemu-img.rst 2236F: qemu-io* 2237F: tests/qemu-iotests/ 2238F: util/qemu-progress.c 2239F: qobject/block-qdict.c 2240F: tests/unit/check-block-qdict.c 2241T: git https://repo.or.cz/qemu/kevin.git block 2242 2243Storage daemon 2244M: Kevin Wolf <kwolf@redhat.com> 2245L: qemu-block@nongnu.org 2246S: Supported 2247F: storage-daemon/ 2248F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2249F: docs/tools/qemu-storage-daemon.rst 2250T: git https://repo.or.cz/qemu/kevin.git block 2251 2252Block I/O path 2253M: Stefan Hajnoczi <stefanha@redhat.com> 2254M: Fam Zheng <fam@euphon.net> 2255L: qemu-block@nongnu.org 2256S: Supported 2257F: util/async.c 2258F: util/aio-*.c 2259F: util/aio-*.h 2260F: util/fdmon-*.c 2261F: block/io.c 2262F: migration/block* 2263F: include/block/aio.h 2264F: include/block/aio-wait.h 2265F: scripts/qemugdb/aio.py 2266F: tests/unit/test-fdmon-epoll.c 2267T: git https://github.com/stefanha/qemu.git block 2268 2269Block SCSI subsystem 2270M: Paolo Bonzini <pbonzini@redhat.com> 2271R: Fam Zheng <fam@euphon.net> 2272L: qemu-block@nongnu.org 2273S: Supported 2274F: include/scsi/* 2275F: scsi/* 2276 2277Block Jobs 2278M: John Snow <jsnow@redhat.com> 2279M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2280L: qemu-block@nongnu.org 2281S: Supported 2282F: blockjob.c 2283F: include/block/blockjob.h 2284F: job.c 2285F: job-qmp.c 2286F: include/qemu/job.h 2287F: block/backup.c 2288F: block/commit.c 2289F: block/stream.c 2290F: block/mirror.c 2291F: qapi/job.json 2292F: block/block-copy.c 2293F: include/block/block-copy.c 2294F: block/backup-top.h 2295F: block/backup-top.c 2296F: include/block/aio_task.h 2297F: block/aio_task.c 2298F: util/qemu-co-shared-resource.c 2299F: include/qemu/co-shared-resource.h 2300T: git https://gitlab.com/jsnow/qemu.git jobs 2301T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs 2302 2303Block QAPI, monitor, command line 2304M: Markus Armbruster <armbru@redhat.com> 2305S: Supported 2306F: blockdev.c 2307F: blockdev-hmp-cmds.c 2308F: block/qapi.c 2309F: qapi/block*.json 2310F: qapi/transaction.json 2311T: git https://repo.or.cz/qemu/armbru.git block-next 2312 2313Dirty Bitmaps 2314M: Eric Blake <eblake@redhat.com> 2315M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2316R: John Snow <jsnow@redhat.com> 2317L: qemu-block@nongnu.org 2318S: Supported 2319F: include/qemu/hbitmap.h 2320F: include/block/dirty-bitmap.h 2321F: block/monitor/bitmap-qmp-cmds.c 2322F: block/dirty-bitmap.c 2323F: block/qcow2-bitmap.c 2324F: migration/block-dirty-bitmap.c 2325F: util/hbitmap.c 2326F: tests/unit/test-hbitmap.c 2327F: docs/interop/bitmaps.rst 2328T: git https://repo.or.cz/qemu/ericb.git bitmaps 2329 2330Character device backends 2331M: Marc-André Lureau <marcandre.lureau@redhat.com> 2332R: Paolo Bonzini <pbonzini@redhat.com> 2333S: Maintained 2334F: chardev/ 2335F: include/chardev/ 2336F: qapi/char.json 2337 2338Character Devices (Braille) 2339M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2340S: Maintained 2341F: chardev/baum.c 2342 2343Command line option argument parsing 2344M: Markus Armbruster <armbru@redhat.com> 2345S: Supported 2346F: include/qemu/option.h 2347F: tests/unit/test-keyval.c 2348F: tests/unit/test-qemu-opts.c 2349F: util/keyval.c 2350F: util/qemu-option.c 2351 2352Coverity model 2353M: Markus Armbruster <armbru@redhat.com> 2354S: Supported 2355F: scripts/coverity-model.c 2356 2357Coverity Scan integration 2358M: Peter Maydell <peter.maydell@linaro.org> 2359S: Maintained 2360F: scripts/coverity-scan/ 2361 2362Device Tree 2363M: Alistair Francis <alistair.francis@wdc.com> 2364R: David Gibson <david@gibson.dropbear.id.au> 2365S: Maintained 2366F: softmmu/device_tree.c 2367F: include/sysemu/device_tree.h 2368 2369Dump 2370S: Supported 2371M: Marc-André Lureau <marcandre.lureau@redhat.com> 2372F: dump/ 2373F: hw/misc/vmcoreinfo.c 2374F: include/hw/misc/vmcoreinfo.h 2375F: include/qemu/win_dump_defs 2376F: include/sysemu/dump-arch.h 2377F: include/sysemu/dump.h 2378F: qapi/dump.json 2379F: scripts/dump-guest-memory.py 2380F: stubs/dump.c 2381 2382Error reporting 2383M: Markus Armbruster <armbru@redhat.com> 2384S: Supported 2385F: include/qapi/error.h 2386F: include/qemu/error-report.h 2387F: qapi/error.json 2388F: util/error.c 2389F: util/qemu-error.c 2390F: scripts/coccinelle/err-bad-newline.cocci 2391F: scripts/coccinelle/error-use-after-free.cocci 2392F: scripts/coccinelle/error_propagate_null.cocci 2393F: scripts/coccinelle/remove_local_err.cocci 2394F: scripts/coccinelle/use-error_fatal.cocci 2395F: scripts/coccinelle/errp-guard.cocci 2396 2397GDB stub 2398M: Alex Bennée <alex.bennee@linaro.org> 2399R: Philippe Mathieu-Daudé <philmd@redhat.com> 2400S: Maintained 2401F: gdbstub* 2402F: include/exec/gdbstub.h 2403F: gdb-xml/ 2404F: tests/tcg/multiarch/gdbstub/ 2405 2406Memory API 2407M: Paolo Bonzini <pbonzini@redhat.com> 2408S: Supported 2409F: include/exec/ioport.h 2410F: include/exec/memop.h 2411F: include/exec/memory.h 2412F: include/exec/ram_addr.h 2413F: include/exec/ramblock.h 2414F: softmmu/dma-helpers.c 2415F: softmmu/ioport.c 2416F: softmmu/memory.c 2417F: softmmu/physmem.c 2418F: include/exec/memory-internal.h 2419F: scripts/coccinelle/memory-region-housekeeping.cocci 2420 2421SPICE 2422M: Gerd Hoffmann <kraxel@redhat.com> 2423S: Supported 2424F: include/ui/qemu-spice.h 2425F: include/ui/spice-display.h 2426F: ui/spice-*.c 2427F: audio/spiceaudio.c 2428F: hw/display/qxl* 2429F: qapi/ui.json 2430F: docs/spice-port-fqdn.txt 2431 2432Graphics 2433M: Gerd Hoffmann <kraxel@redhat.com> 2434S: Odd Fixes 2435F: ui/ 2436F: include/ui/ 2437F: qapi/ui.json 2438F: util/drm.c 2439 2440Cocoa graphics 2441M: Peter Maydell <peter.maydell@linaro.org> 2442S: Odd Fixes 2443F: ui/cocoa.m 2444 2445Main loop 2446M: Paolo Bonzini <pbonzini@redhat.com> 2447S: Maintained 2448F: include/exec/gen-icount.h 2449F: include/qemu/main-loop.h 2450F: include/sysemu/runstate.h 2451F: include/sysemu/runstate-action.h 2452F: util/main-loop.c 2453F: util/qemu-timer.c 2454F: softmmu/vl.c 2455F: softmmu/main.c 2456F: softmmu/cpus.c 2457F: softmmu/cpu-throttle.c 2458F: softmmu/cpu-timers.c 2459F: softmmu/icount.c 2460F: softmmu/runstate-action.c 2461F: qapi/run-state.json 2462 2463Read, Copy, Update (RCU) 2464M: Paolo Bonzini <pbonzini@redhat.com> 2465S: Maintained 2466F: include/qemu/rcu*.h 2467F: tests/unit/rcutorture.c 2468F: tests/unit/test-rcu-*.c 2469F: util/rcu.c 2470 2471Human Monitor (HMP) 2472M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2473S: Maintained 2474F: monitor/monitor-internal.h 2475F: monitor/misc.c 2476F: monitor/monitor.c 2477F: monitor/hmp* 2478F: hmp.h 2479F: hmp-commands*.hx 2480F: include/monitor/hmp-target.h 2481F: tests/qtest/test-hmp.c 2482F: include/qemu/qemu-print.h 2483F: util/qemu-print.c 2484 2485Network device backends 2486M: Jason Wang <jasowang@redhat.com> 2487S: Maintained 2488F: net/ 2489F: include/net/ 2490F: qemu-bridge-helper.c 2491T: git https://github.com/jasowang/qemu.git net 2492F: qapi/net.json 2493 2494Netmap network backend 2495M: Luigi Rizzo <rizzo@iet.unipi.it> 2496M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2497M: Vincenzo Maffione <v.maffione@gmail.com> 2498W: http://info.iet.unipi.it/~luigi/netmap/ 2499S: Maintained 2500F: net/netmap.c 2501 2502Host Memory Backends 2503M: Eduardo Habkost <ehabkost@redhat.com> 2504M: Igor Mammedov <imammedo@redhat.com> 2505S: Maintained 2506F: backends/hostmem*.c 2507F: include/sysemu/hostmem.h 2508T: git https://gitlab.com/ehabkost/qemu.git machine-next 2509 2510Cryptodev Backends 2511M: Gonglei <arei.gonglei@huawei.com> 2512S: Maintained 2513F: include/sysemu/cryptodev*.h 2514F: backends/cryptodev*.c 2515 2516Python library 2517M: John Snow <jsnow@redhat.com> 2518M: Cleber Rosa <crosa@redhat.com> 2519R: Eduardo Habkost <ehabkost@redhat.com> 2520S: Maintained 2521F: python/ 2522T: git https://gitlab.com/jsnow/qemu.git python 2523 2524Python scripts 2525M: Eduardo Habkost <ehabkost@redhat.com> 2526M: Cleber Rosa <crosa@redhat.com> 2527S: Odd Fixes 2528F: scripts/*.py 2529F: tests/*.py 2530 2531Benchmark util 2532M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2533S: Maintained 2534F: scripts/simplebench/ 2535T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench 2536 2537Transactions helper 2538M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2539S: Maintained 2540F: include/qemu/transactions.h 2541F: util/transactions.c 2542 2543QAPI 2544M: Markus Armbruster <armbru@redhat.com> 2545M: Michael Roth <michael.roth@amd.com> 2546S: Supported 2547F: qapi/ 2548X: qapi/*.json 2549F: include/qapi/ 2550X: include/qapi/qmp/ 2551F: include/qapi/qmp/dispatch.h 2552F: tests/qapi-schema/ 2553F: tests/unit/test-*-visitor.c 2554F: tests/unit/test-qapi-*.c 2555F: tests/unit/test-qmp-*.c 2556F: tests/unit/test-visitor-serialization.c 2557F: scripts/qapi-gen.py 2558F: scripts/qapi/* 2559F: docs/sphinx/qapidoc.py 2560F: docs/devel/qapi* 2561T: git https://repo.or.cz/qemu/armbru.git qapi-next 2562 2563QAPI Schema 2564M: Eric Blake <eblake@redhat.com> 2565M: Markus Armbruster <armbru@redhat.com> 2566S: Supported 2567F: qapi/*.json 2568T: git https://repo.or.cz/qemu/armbru.git qapi-next 2569 2570QObject 2571M: Markus Armbruster <armbru@redhat.com> 2572S: Supported 2573F: qobject/ 2574F: include/qapi/qmp/ 2575X: include/qapi/qmp/dispatch.h 2576F: scripts/coccinelle/qobject.cocci 2577F: tests/unit/check-qdict.c 2578F: tests/unit/check-qjson.c 2579F: tests/unit/check-qlist.c 2580F: tests/unit/check-qlit.c 2581F: tests/unit/check-qnull.c 2582F: tests/unit/check-qnum.c 2583F: tests/unit/check-qobject.c 2584F: tests/unit/check-qstring.c 2585F: tests/data/qobject/qdict.txt 2586T: git https://repo.or.cz/qemu/armbru.git qapi-next 2587 2588QEMU Guest Agent 2589M: Michael Roth <michael.roth@amd.com> 2590S: Maintained 2591F: qga/ 2592F: docs/interop/qemu-ga.rst 2593F: docs/interop/qemu-ga-ref.rst 2594F: scripts/qemu-guest-agent/ 2595F: tests/unit/test-qga.c 2596T: git https://github.com/mdroth/qemu.git qga 2597 2598QOM 2599M: Paolo Bonzini <pbonzini@redhat.com> 2600R: Daniel P. Berrange <berrange@redhat.com> 2601R: Eduardo Habkost <ehabkost@redhat.com> 2602S: Supported 2603F: docs/qdev-device-use.txt 2604F: hw/core/qdev* 2605F: hw/core/bus.c 2606F: hw/core/sysbus.c 2607F: include/hw/qdev* 2608F: include/monitor/qdev.h 2609F: include/qom/ 2610F: qapi/qom.json 2611F: qapi/qdev.json 2612F: scripts/coccinelle/qom-parent-type.cocci 2613F: softmmu/qdev-monitor.c 2614F: stubs/qdev.c 2615F: qom/ 2616F: tests/unit/check-qom-interface.c 2617F: tests/unit/check-qom-proplist.c 2618F: tests/unit/test-qdev-global-props.c 2619 2620QOM boilerplate conversion script 2621M: Eduardo Habkost <ehabkost@redhat.com> 2622S: Maintained 2623F: scripts/codeconverter/ 2624 2625QMP 2626M: Markus Armbruster <armbru@redhat.com> 2627S: Supported 2628F: monitor/monitor-internal.h 2629F: monitor/qmp* 2630F: monitor/misc.c 2631F: monitor/monitor.c 2632F: qapi/control.json 2633F: qapi/error.json 2634F: qapi/introspect.json 2635F: docs/devel/*qmp-* 2636F: docs/interop/*qmp-* 2637F: scripts/qmp/ 2638F: tests/qtest/qmp-test.c 2639F: tests/qtest/qmp-cmd-test.c 2640T: git https://repo.or.cz/qemu/armbru.git qapi-next 2641 2642qtest 2643M: Thomas Huth <thuth@redhat.com> 2644M: Laurent Vivier <lvivier@redhat.com> 2645R: Paolo Bonzini <pbonzini@redhat.com> 2646S: Maintained 2647F: softmmu/qtest.c 2648F: accel/qtest/ 2649F: tests/qtest/ 2650F: docs/devel/qgraph.rst 2651X: tests/qtest/bios-tables-test* 2652 2653Device Fuzzing 2654M: Alexander Bulekov <alxndr@bu.edu> 2655R: Paolo Bonzini <pbonzini@redhat.com> 2656R: Bandan Das <bsd@redhat.com> 2657R: Stefan Hajnoczi <stefanha@redhat.com> 2658R: Thomas Huth <thuth@redhat.com> 2659S: Maintained 2660F: tests/qtest/fuzz/ 2661F: tests/qtest/fuzz-*test.c 2662F: scripts/oss-fuzz/ 2663F: hw/mem/sparse-mem.c 2664F: docs/devel/fuzzing.rst 2665 2666Register API 2667M: Alistair Francis <alistair@alistair23.me> 2668S: Maintained 2669F: hw/core/register.c 2670F: include/hw/register.h 2671F: include/hw/registerfields.h 2672 2673SLIRP 2674M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2675S: Maintained 2676F: slirp/ 2677F: net/slirp.c 2678F: include/net/slirp.h 2679T: git https://people.debian.org/~sthibault/qemu.git slirp 2680 2681Streams 2682M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2683S: Maintained 2684F: hw/core/stream.c 2685F: include/hw/stream.h 2686 2687Stubs 2688M: Paolo Bonzini <pbonzini@redhat.com> 2689S: Maintained 2690F: stubs/ 2691 2692Tracing 2693M: Stefan Hajnoczi <stefanha@redhat.com> 2694S: Maintained 2695F: trace/ 2696F: trace-events 2697F: docs/qemu-option-trace.rst.inc 2698F: qapi/trace.json 2699F: scripts/tracetool.py 2700F: scripts/tracetool/ 2701F: scripts/qemu-trace-stap* 2702F: docs/tools/qemu-trace-stap.rst 2703F: docs/devel/tracing.rst 2704T: git https://github.com/stefanha/qemu.git tracing 2705 2706TPM 2707M: Stefan Berger <stefanb@linux.ibm.com> 2708S: Maintained 2709F: tpm.c 2710F: stubs/tpm.c 2711F: hw/tpm/* 2712F: include/hw/acpi/tpm.h 2713F: include/sysemu/tpm* 2714F: qapi/tpm.json 2715F: backends/tpm/ 2716F: tests/qtest/*tpm* 2717T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2718 2719Checkpatch 2720S: Odd Fixes 2721F: scripts/checkpatch.pl 2722 2723Migration 2724M: Juan Quintela <quintela@redhat.com> 2725M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2726S: Maintained 2727F: hw/core/vmstate-if.c 2728F: include/hw/vmstate-if.h 2729F: include/migration/ 2730F: migration/ 2731F: scripts/vmstate-static-checker.py 2732F: tests/vmstate-static-checker-data/ 2733F: tests/qtest/migration-test.c 2734F: docs/devel/migration.rst 2735F: qapi/migration.json 2736F: tests/migration/ 2737 2738D-Bus 2739M: Marc-André Lureau <marcandre.lureau@redhat.com> 2740S: Maintained 2741F: backends/dbus-vmstate.c 2742F: tests/dbus-vmstate* 2743F: util/dbus.c 2744F: include/qemu/dbus.h 2745F: docs/interop/dbus.rst 2746F: docs/interop/dbus-vmstate.rst 2747 2748Seccomp 2749M: Eduardo Otubo <otubo@redhat.com> 2750S: Supported 2751F: softmmu/qemu-seccomp.c 2752F: include/sysemu/seccomp.h 2753 2754Cryptography 2755M: Daniel P. Berrange <berrange@redhat.com> 2756S: Maintained 2757F: crypto/ 2758F: include/crypto/ 2759F: qapi/crypto.json 2760F: tests/unit/test-crypto-* 2761F: tests/bench/benchmark-crypto-* 2762F: tests/unit/crypto-tls-* 2763F: tests/unit/pkix_asn1_tab.c 2764F: qemu.sasl 2765 2766Coroutines 2767M: Stefan Hajnoczi <stefanha@redhat.com> 2768M: Kevin Wolf <kwolf@redhat.com> 2769S: Maintained 2770F: util/*coroutine* 2771F: include/qemu/coroutine* 2772F: tests/unit/test-coroutine.c 2773 2774Buffers 2775M: Daniel P. Berrange <berrange@redhat.com> 2776S: Odd Fixes 2777F: util/buffer.c 2778F: include/qemu/buffer.h 2779 2780I/O Channels 2781M: Daniel P. Berrange <berrange@redhat.com> 2782S: Maintained 2783F: io/ 2784F: include/io/ 2785F: tests/unit/test-io-* 2786 2787User authorization 2788M: Daniel P. Berrange <berrange@redhat.com> 2789S: Maintained 2790F: authz/ 2791F: qapi/authz.json 2792F: include/authz/ 2793F: tests/unit/test-authz-* 2794 2795Sockets 2796M: Daniel P. Berrange <berrange@redhat.com> 2797M: Gerd Hoffmann <kraxel@redhat.com> 2798S: Maintained 2799F: include/qemu/sockets.h 2800F: util/qemu-sockets.c 2801F: qapi/sockets.json 2802 2803File monitor 2804M: Daniel P. Berrange <berrange@redhat.com> 2805S: Odd Fixes 2806F: util/filemonitor*.c 2807F: include/qemu/filemonitor.h 2808F: tests/unit/test-util-filemonitor.c 2809 2810Throttling infrastructure 2811M: Alberto Garcia <berto@igalia.com> 2812S: Supported 2813F: block/throttle-groups.c 2814F: include/block/throttle-groups.h 2815F: include/qemu/throttle*.h 2816F: util/throttle.c 2817F: docs/throttle.txt 2818F: tests/unit/test-throttle.c 2819L: qemu-block@nongnu.org 2820 2821UUID 2822M: Fam Zheng <fam@euphon.net> 2823S: Supported 2824F: util/uuid.c 2825F: include/qemu/uuid.h 2826F: tests/unit/test-uuid.c 2827 2828Yank feature 2829M: Lukas Straub <lukasstraub2@web.de> 2830S: Odd fixes 2831F: util/yank.c 2832F: migration/yank_functions* 2833F: tests/unit/test-yank.c 2834F: include/qemu/yank.h 2835F: qapi/yank.json 2836 2837COLO Framework 2838M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2839S: Maintained 2840F: migration/colo* 2841F: include/migration/colo.h 2842F: include/migration/failover.h 2843F: docs/COLO-FT.txt 2844 2845COLO Proxy 2846M: Zhang Chen <chen.zhang@intel.com> 2847M: Li Zhijian <lizhijian@cn.fujitsu.com> 2848S: Supported 2849F: docs/colo-proxy.txt 2850F: net/colo* 2851F: net/filter-rewriter.c 2852F: net/filter-mirror.c 2853 2854Record/replay 2855M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2856R: Paolo Bonzini <pbonzini@redhat.com> 2857W: https://wiki.qemu.org/Features/record-replay 2858S: Supported 2859F: replay/* 2860F: block/blkreplay.c 2861F: net/filter-replay.c 2862F: include/sysemu/replay.h 2863F: docs/replay.txt 2864F: stubs/replay.c 2865F: tests/acceptance/replay_kernel.py 2866F: tests/acceptance/reverse_debugging.py 2867F: qapi/replay.json 2868 2869IOVA Tree 2870M: Peter Xu <peterx@redhat.com> 2871S: Maintained 2872F: include/qemu/iova-tree.h 2873F: util/iova-tree.c 2874 2875elf2dmp 2876M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2877S: Maintained 2878F: contrib/elf2dmp/ 2879 2880I2C and SMBus 2881M: Corey Minyard <cminyard@mvista.com> 2882S: Maintained 2883F: hw/i2c/core.c 2884F: hw/i2c/smbus_slave.c 2885F: hw/i2c/smbus_master.c 2886F: hw/i2c/smbus_eeprom.c 2887F: include/hw/i2c/i2c.h 2888F: include/hw/i2c/smbus_master.h 2889F: include/hw/i2c/smbus_slave.h 2890F: include/hw/i2c/smbus_eeprom.h 2891 2892Firmware schema specifications 2893M: Laszlo Ersek <lersek@redhat.com> 2894M: Philippe Mathieu-Daudé <philmd@redhat.com> 2895R: Daniel P. Berrange <berrange@redhat.com> 2896R: Kashyap Chamarthy <kchamart@redhat.com> 2897S: Maintained 2898F: docs/interop/firmware.json 2899 2900EDK2 Firmware 2901M: Laszlo Ersek <lersek@redhat.com> 2902M: Philippe Mathieu-Daudé <philmd@redhat.com> 2903S: Supported 2904F: pc-bios/descriptors/??-edk2-*.json 2905F: pc-bios/edk2-* 2906F: roms/Makefile.edk2 2907F: roms/edk2 2908F: roms/edk2-* 2909F: tests/data/uefi-boot-images/ 2910F: tests/uefi-test-tools/ 2911F: .gitlab-ci.d/edk2.yml 2912F: .gitlab-ci.d/edk2/ 2913 2914VT-d Emulation 2915M: Michael S. Tsirkin <mst@redhat.com> 2916M: Peter Xu <peterx@redhat.com> 2917R: Jason Wang <jasowang@redhat.com> 2918S: Supported 2919F: hw/i386/intel_iommu.c 2920F: hw/i386/intel_iommu_internal.h 2921F: include/hw/i386/intel_iommu.h 2922 2923OpenSBI Firmware 2924M: Bin Meng <bmeng.cn@gmail.com> 2925S: Supported 2926F: pc-bios/opensbi-* 2927F: .gitlab-ci.d/opensbi.yml 2928F: .gitlab-ci.d/opensbi/ 2929 2930Clock framework 2931M: Luc Michel <luc@lmichel.fr> 2932R: Damien Hedde <damien.hedde@greensocs.com> 2933S: Maintained 2934F: include/hw/clock.h 2935F: include/hw/qdev-clock.h 2936F: hw/core/clock.c 2937F: hw/core/clock-vmstate.c 2938F: hw/core/qdev-clock.c 2939F: docs/devel/clocks.rst 2940 2941Usermode Emulation 2942------------------ 2943Overall usermode emulation 2944M: Riku Voipio <riku.voipio@iki.fi> 2945S: Maintained 2946F: thunk.c 2947F: accel/tcg/user-exec*.c 2948 2949BSD user 2950M: Warner Losh <imp@bsdimp.com> 2951R: Kyle Evans <kevans@freebsd.org> 2952S: Maintained 2953F: bsd-user/ 2954F: default-configs/targets/*-bsd-user.mak 2955T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1 2956 2957Linux user 2958M: Laurent Vivier <laurent@vivier.eu> 2959S: Maintained 2960F: linux-user/ 2961F: default-configs/targets/*linux-user.mak 2962F: scripts/qemu-binfmt-conf.sh 2963F: scripts/update-syscalltbl.sh 2964F: scripts/update-mips-syscall-args.sh 2965F: scripts/gensyscalls.sh 2966 2967Tiny Code Generator (TCG) 2968------------------------- 2969Common TCG code 2970M: Richard Henderson <richard.henderson@linaro.org> 2971S: Maintained 2972F: tcg/ 2973F: include/tcg/ 2974 2975TCG Plugins 2976M: Alex Bennée <alex.bennee@linaro.org> 2977S: Maintained 2978F: docs/devel/tcg-plugins.rst 2979F: plugins/ 2980F: tests/plugin/ 2981F: tests/acceptance/tcg_plugins.py 2982F: contrib/plugins/ 2983 2984AArch64 TCG target 2985M: Richard Henderson <richard.henderson@linaro.org> 2986S: Maintained 2987L: qemu-arm@nongnu.org 2988F: tcg/aarch64/ 2989F: disas/arm-a64.cc 2990F: disas/libvixl/ 2991 2992ARM TCG target 2993M: Andrzej Zaborowski <balrogg@gmail.com> 2994S: Maintained 2995L: qemu-arm@nongnu.org 2996F: tcg/arm/ 2997F: disas/arm.c 2998 2999i386 TCG target 3000M: Richard Henderson <richard.henderson@linaro.org> 3001S: Maintained 3002F: tcg/i386/ 3003F: disas/i386.c 3004 3005MIPS TCG target 3006M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3007R: Aurelien Jarno <aurelien@aurel32.net> 3008R: Huacai Chen <chenhuacai@kernel.org> 3009R: Jiaxun Yang <jiaxun.yang@flygoat.com> 3010R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 3011S: Odd Fixes 3012F: tcg/mips/ 3013 3014PPC TCG target 3015M: Richard Henderson <richard.henderson@linaro.org> 3016S: Odd Fixes 3017F: tcg/ppc/ 3018F: disas/ppc.c 3019 3020RISC-V TCG target 3021M: Palmer Dabbelt <palmer@dabbelt.com> 3022M: Alistair Francis <Alistair.Francis@wdc.com> 3023L: qemu-riscv@nongnu.org 3024S: Maintained 3025F: tcg/riscv/ 3026F: disas/riscv.c 3027 3028S390 TCG target 3029M: Richard Henderson <richard.henderson@linaro.org> 3030S: Maintained 3031F: tcg/s390/ 3032F: disas/s390.c 3033L: qemu-s390x@nongnu.org 3034 3035SPARC TCG target 3036S: Odd Fixes 3037F: tcg/sparc/ 3038F: disas/sparc.c 3039 3040TCI TCG target 3041M: Stefan Weil <sw@weilnetz.de> 3042S: Maintained 3043F: tcg/tci/ 3044F: tcg/tci.c 3045F: disas/tci.c 3046 3047Block drivers 3048------------- 3049VMDK 3050M: Fam Zheng <fam@euphon.net> 3051L: qemu-block@nongnu.org 3052S: Supported 3053F: block/vmdk.c 3054 3055RBD 3056M: Jason Dillaman <dillaman@redhat.com> 3057L: qemu-block@nongnu.org 3058S: Supported 3059F: block/rbd.c 3060 3061VHDX 3062M: Jeff Cody <codyprime@gmail.com> 3063L: qemu-block@nongnu.org 3064S: Supported 3065F: block/vhdx* 3066 3067VDI 3068M: Stefan Weil <sw@weilnetz.de> 3069L: qemu-block@nongnu.org 3070S: Maintained 3071F: block/vdi.c 3072 3073iSCSI 3074M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 3075M: Paolo Bonzini <pbonzini@redhat.com> 3076M: Peter Lieven <pl@kamp.de> 3077L: qemu-block@nongnu.org 3078S: Odd Fixes 3079F: block/iscsi.c 3080F: block/iscsi-opts.c 3081 3082Network Block Device (NBD) 3083M: Eric Blake <eblake@redhat.com> 3084M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 3085L: qemu-block@nongnu.org 3086S: Maintained 3087F: block/nbd* 3088F: nbd/ 3089F: include/block/nbd* 3090F: qemu-nbd.* 3091F: blockdev-nbd.c 3092F: docs/interop/nbd.txt 3093F: docs/tools/qemu-nbd.rst 3094T: git https://repo.or.cz/qemu/ericb.git nbd 3095T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd 3096 3097NFS 3098M: Peter Lieven <pl@kamp.de> 3099L: qemu-block@nongnu.org 3100S: Maintained 3101F: block/nfs.c 3102 3103SSH 3104M: Richard W.M. Jones <rjones@redhat.com> 3105L: qemu-block@nongnu.org 3106S: Supported 3107F: block/ssh.c 3108 3109CURL 3110L: qemu-block@nongnu.org 3111S: Odd Fixes 3112F: block/curl.c 3113 3114GLUSTER 3115L: qemu-block@nongnu.org 3116L: integration@gluster.org 3117S: Odd Fixes 3118F: block/gluster.c 3119 3120Null Block Driver 3121M: Fam Zheng <fam@euphon.net> 3122L: qemu-block@nongnu.org 3123S: Supported 3124F: block/null.c 3125 3126NVMe Block Driver 3127M: Stefan Hajnoczi <stefanha@redhat.com> 3128R: Fam Zheng <fam@euphon.net> 3129L: qemu-block@nongnu.org 3130S: Supported 3131F: block/nvme* 3132F: include/block/nvme.h 3133T: git https://github.com/stefanha/qemu.git block 3134 3135Bootdevice 3136M: Gonglei <arei.gonglei@huawei.com> 3137S: Maintained 3138F: softmmu/bootdevice.c 3139 3140Quorum 3141M: Alberto Garcia <berto@igalia.com> 3142S: Supported 3143F: block/quorum.c 3144L: qemu-block@nongnu.org 3145 3146blklogwrites 3147M: Ari Sundholm <ari@tuxera.com> 3148L: qemu-block@nongnu.org 3149S: Supported 3150F: block/blklogwrites.c 3151 3152blkverify 3153M: Stefan Hajnoczi <stefanha@redhat.com> 3154L: qemu-block@nongnu.org 3155S: Supported 3156F: block/blkverify.c 3157 3158bochs 3159M: Stefan Hajnoczi <stefanha@redhat.com> 3160L: qemu-block@nongnu.org 3161S: Supported 3162F: block/bochs.c 3163 3164cloop 3165M: Stefan Hajnoczi <stefanha@redhat.com> 3166L: qemu-block@nongnu.org 3167S: Supported 3168F: block/cloop.c 3169 3170dmg 3171M: Stefan Hajnoczi <stefanha@redhat.com> 3172L: qemu-block@nongnu.org 3173S: Supported 3174F: block/dmg.c 3175 3176parallels 3177M: Stefan Hajnoczi <stefanha@redhat.com> 3178M: Denis V. Lunev <den@openvz.org> 3179M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 3180L: qemu-block@nongnu.org 3181S: Supported 3182F: block/parallels.c 3183F: block/parallels-ext.c 3184F: docs/interop/parallels.txt 3185T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels 3186 3187qed 3188M: Stefan Hajnoczi <stefanha@redhat.com> 3189L: qemu-block@nongnu.org 3190S: Supported 3191F: block/qed.c 3192 3193raw 3194M: Kevin Wolf <kwolf@redhat.com> 3195L: qemu-block@nongnu.org 3196S: Supported 3197F: block/linux-aio.c 3198F: include/block/raw-aio.h 3199F: block/raw-format.c 3200F: block/file-posix.c 3201F: block/file-win32.c 3202F: block/win32-aio.c 3203 3204Linux io_uring 3205M: Aarushi Mehta <mehta.aaru20@gmail.com> 3206M: Julia Suvorova <jusual@redhat.com> 3207M: Stefan Hajnoczi <stefanha@redhat.com> 3208L: qemu-block@nongnu.org 3209S: Maintained 3210F: block/io_uring.c 3211F: stubs/io_uring.c 3212 3213qcow2 3214M: Kevin Wolf <kwolf@redhat.com> 3215M: Max Reitz <mreitz@redhat.com> 3216L: qemu-block@nongnu.org 3217S: Supported 3218F: block/qcow2* 3219F: docs/interop/qcow2.txt 3220 3221qcow 3222M: Kevin Wolf <kwolf@redhat.com> 3223L: qemu-block@nongnu.org 3224S: Supported 3225F: block/qcow.c 3226 3227blkdebug 3228M: Kevin Wolf <kwolf@redhat.com> 3229M: Max Reitz <mreitz@redhat.com> 3230L: qemu-block@nongnu.org 3231S: Supported 3232F: block/blkdebug.c 3233 3234vpc 3235M: Kevin Wolf <kwolf@redhat.com> 3236L: qemu-block@nongnu.org 3237S: Supported 3238F: block/vpc.c 3239 3240vvfat 3241M: Kevin Wolf <kwolf@redhat.com> 3242L: qemu-block@nongnu.org 3243S: Odd Fixes 3244F: block/vvfat.c 3245 3246Image format fuzzer 3247M: Stefan Hajnoczi <stefanha@redhat.com> 3248L: qemu-block@nongnu.org 3249S: Supported 3250F: tests/image-fuzzer/ 3251 3252Vhost-user block device backend server 3253M: Coiby Xu <Coiby.Xu@gmail.com> 3254S: Maintained 3255F: block/export/vhost-user-blk-server.c 3256F: block/export/vhost-user-blk-server.h 3257F: include/qemu/vhost-user-server.h 3258F: tests/qtest/libqos/vhost-user-blk.c 3259F: tests/qtest/libqos/vhost-user-blk.h 3260F: tests/qtest/vhost-user-blk-test.c 3261F: util/vhost-user-server.c 3262 3263FUSE block device exports 3264M: Max Reitz <mreitz@redhat.com> 3265L: qemu-block@nongnu.org 3266S: Supported 3267F: block/export/fuse.c 3268 3269Replication 3270M: Wen Congyang <wencongyang2@huawei.com> 3271M: Xie Changlong <xiechanglong.d@gmail.com> 3272S: Supported 3273F: replication* 3274F: block/replication.c 3275F: tests/unit/test-replication.c 3276F: docs/block-replication.txt 3277 3278PVRDMA 3279M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3280M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3281S: Maintained 3282F: hw/rdma/* 3283F: hw/rdma/vmw/* 3284F: docs/pvrdma.txt 3285F: contrib/rdmacm-mux/* 3286F: qapi/rdma.json 3287 3288Semihosting 3289M: Alex Bennée <alex.bennee@linaro.org> 3290S: Maintained 3291F: semihosting/ 3292F: include/semihosting/ 3293F: tests/tcg/multiarch/arm-compat-semi/ 3294 3295Multi-process QEMU 3296M: Elena Ufimtseva <elena.ufimtseva@oracle.com> 3297M: Jagannathan Raman <jag.raman@oracle.com> 3298M: John G Johnson <john.g.johnson@oracle.com> 3299S: Maintained 3300F: docs/devel/multi-process.rst 3301F: docs/system/multi-process.rst 3302F: hw/pci-host/remote.c 3303F: include/hw/pci-host/remote.h 3304F: hw/remote/machine.c 3305F: include/hw/remote/machine.h 3306F: hw/remote/mpqemu-link.c 3307F: include/hw/remote/mpqemu-link.h 3308F: hw/remote/message.c 3309F: hw/remote/remote-obj.c 3310F: include/hw/remote/memory.h 3311F: hw/remote/memory.c 3312F: hw/remote/proxy.c 3313F: include/hw/remote/proxy.h 3314F: hw/remote/proxy-memory-listener.c 3315F: include/hw/remote/proxy-memory-listener.h 3316F: hw/remote/iohub.c 3317F: include/hw/remote/iohub.h 3318 3319EBPF: 3320M: Jason Wang <jasowang@redhat.com> 3321R: Andrew Melnychenko <andrew@daynix.com> 3322R: Yuri Benditovich <yuri.benditovich@daynix.com> 3323S: Maintained 3324F: ebpf/* 3325F: tools/ebpf/* 3326 3327Build and test automation 3328------------------------- 3329Build and test automation, general continuous integration 3330M: Alex Bennée <alex.bennee@linaro.org> 3331M: Philippe Mathieu-Daudé <f4bug@amsat.org> 3332M: Thomas Huth <thuth@redhat.com> 3333R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3334R: Willian Rampazzo <willianr@redhat.com> 3335S: Maintained 3336F: .github/lockdown.yml 3337F: .gitlab-ci.yml 3338F: .gitlab-ci.d/ 3339F: .travis.yml 3340F: scripts/ci/ 3341F: tests/docker/ 3342F: tests/vm/ 3343F: scripts/archive-source.sh 3344W: https://gitlab.com/qemu-project/qemu/pipelines 3345W: https://travis-ci.org/qemu/qemu 3346 3347FreeBSD Hosted Continuous Integration 3348M: Ed Maste <emaste@freebsd.org> 3349M: Li-Wen Hsu <lwhsu@freebsd.org> 3350S: Maintained 3351F: .cirrus.yml 3352W: https://cirrus-ci.com/github/qemu/qemu 3353 3354Windows Hosted Continuous Integration 3355M: Yonggang Luo <luoyonggang@gmail.com> 3356S: Maintained 3357F: .cirrus.yml 3358W: https://cirrus-ci.com/github/qemu/qemu 3359 3360Guest Test Compilation Support 3361M: Alex Bennée <alex.bennee@linaro.org> 3362R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3363S: Maintained 3364F: tests/tcg/Makefile 3365F: tests/tcg/Makefile.include 3366 3367Acceptance (Integration) Testing with the Avocado framework 3368W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3369R: Cleber Rosa <crosa@redhat.com> 3370R: Philippe Mathieu-Daudé <philmd@redhat.com> 3371R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3372S: Odd Fixes 3373F: tests/acceptance/ 3374 3375Documentation 3376------------- 3377Build system architecture 3378M: Daniel P. Berrange <berrange@redhat.com> 3379S: Odd Fixes 3380F: docs/devel/build-system.rst 3381 3382GIT Data Mining Config 3383M: Alex Bennée <alex.bennee@linaro.org> 3384S: Odd Fixes 3385F: gitdm.config 3386F: contrib/gitdm/* 3387 3388Incompatible changes 3389R: libvir-list@redhat.com 3390F: docs/system/deprecated.rst 3391 3392Build System 3393------------ 3394GIT submodules 3395M: Daniel P. Berrange <berrange@redhat.com> 3396S: Odd Fixes 3397F: scripts/git-submodule.sh 3398 3399UI translations 3400S: Orphan 3401F: po/*.po 3402 3403Sphinx documentation configuration and build machinery 3404M: Peter Maydell <peter.maydell@linaro.org> 3405S: Maintained 3406F: docs/conf.py 3407F: docs/*/conf.py 3408F: docs/sphinx/ 3409 3410Miscellaneous 3411------------- 3412Performance Tools and Tests 3413M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3414S: Maintained 3415F: scripts/performance/ 3416