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