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: include/hw/riscv/microchip_pfsoc.h 1331F: include/hw/char/mchp_pfsoc_mmuart.h 1332 1333RX Machines 1334----------- 1335rx-gdbsim 1336M: Yoshinori Sato <ysato@users.sourceforge.jp> 1337S: Maintained 1338F: docs/system/target-rx.rst 1339F: hw/rx/rx-gdbsim.c 1340F: tests/acceptance/machine_rx_gdbsim.py 1341 1342SH4 Machines 1343------------ 1344R2D 1345M: Yoshinori Sato <ysato@users.sourceforge.jp> 1346R: Magnus Damm <magnus.damm@gmail.com> 1347S: Maintained 1348F: hw/sh4/r2d.c 1349F: hw/intc/sh_intc.c 1350F: include/hw/sh4/sh_intc.h 1351 1352Shix 1353M: Yoshinori Sato <ysato@users.sourceforge.jp> 1354R: Magnus Damm <magnus.damm@gmail.com> 1355S: Odd Fixes 1356F: hw/sh4/shix.c 1357F: hw/intc/sh_intc.c 1358F: include/hw/sh4/sh_intc.h 1359 1360SPARC Machines 1361-------------- 1362Sun4m 1363M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1364S: Maintained 1365F: hw/sparc/sun4m.c 1366F: hw/sparc/sun4m_iommu.c 1367F: hw/display/cg3.c 1368F: hw/display/tcx.c 1369F: hw/dma/sparc32_dma.c 1370F: hw/misc/eccmemctl.c 1371F: hw/*/slavio_*.c 1372F: include/hw/nvram/sun_nvram.h 1373F: include/hw/sparc/sparc32_dma.h 1374F: include/hw/sparc/sun4m_iommu.h 1375F: pc-bios/openbios-sparc32 1376 1377Sun4u 1378M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1379S: Maintained 1380F: hw/sparc64/sun4u.c 1381F: hw/sparc64/sun4u_iommu.c 1382F: include/hw/sparc/sun4u_iommu.h 1383F: hw/pci-host/sabre.c 1384F: include/hw/pci-host/sabre.h 1385F: hw/pci-bridge/simba.c 1386F: include/hw/pci-bridge/simba.h 1387F: pc-bios/openbios-sparc64 1388F: tests/acceptance/machine_sparc64_sun4u.py 1389 1390Sun4v 1391M: Artyom Tarasenko <atar4qemu@gmail.com> 1392S: Maintained 1393F: hw/sparc64/niagara.c 1394F: hw/rtc/sun4v-rtc.c 1395F: include/hw/rtc/sun4v-rtc.h 1396 1397Leon3 1398M: Fabien Chouteau <chouteau@adacore.com> 1399M: KONRAD Frederic <frederic.konrad@adacore.com> 1400S: Maintained 1401F: hw/sparc/leon3.c 1402F: hw/*/grlib* 1403F: include/hw/*/grlib* 1404F: tests/acceptance/machine_sparc_leon3.py 1405 1406S390 Machines 1407------------- 1408S390 Virtio-ccw 1409M: Cornelia Huck <cohuck@redhat.com> 1410M: Halil Pasic <pasic@linux.ibm.com> 1411M: Christian Borntraeger <borntraeger@de.ibm.com> 1412S: Supported 1413F: hw/char/sclp*.[hc] 1414F: hw/char/terminal3270.c 1415F: hw/s390x/ 1416F: include/hw/s390x/ 1417F: hw/watchdog/wdt_diag288.c 1418F: include/hw/watchdog/wdt_diag288.h 1419F: default-configs/s390x-softmmu.mak 1420T: git https://github.com/cohuck/qemu.git s390-next 1421T: git https://github.com/borntraeger/qemu.git s390-next 1422L: qemu-s390x@nongnu.org 1423 1424S390-ccw boot 1425M: Christian Borntraeger <borntraeger@de.ibm.com> 1426M: Thomas Huth <thuth@redhat.com> 1427S: Supported 1428F: hw/s390x/ipl.* 1429F: pc-bios/s390-ccw/ 1430F: pc-bios/s390-ccw.img 1431F: docs/devel/s390-dasd-ipl.rst 1432T: git https://github.com/borntraeger/qemu.git s390-next 1433L: qemu-s390x@nongnu.org 1434 1435S390 PCI 1436M: Matthew Rosato <mjrosato@linux.ibm.com> 1437S: Supported 1438F: hw/s390x/s390-pci* 1439F: include/hw/s390x/s390-pci* 1440L: qemu-s390x@nongnu.org 1441 1442UniCore32 Machines 1443------------------ 1444PKUnity-3 SoC initramfs-with-busybox 1445M: Guan Xuetao <gxt@mprc.pku.edu.cn> 1446S: Maintained 1447F: hw/*/puv3* 1448F: hw/unicore32/ 1449 1450X86 Machines 1451------------ 1452PC 1453M: Michael S. Tsirkin <mst@redhat.com> 1454M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1455S: Supported 1456F: include/hw/i386/ 1457F: hw/i386/ 1458F: hw/pci-host/i440fx.c 1459F: hw/pci-host/q35.c 1460F: hw/pci-host/pam.c 1461F: include/hw/pci-host/i440fx.h 1462F: include/hw/pci-host/q35.h 1463F: include/hw/pci-host/pam.h 1464F: hw/isa/piix3.c 1465F: hw/isa/lpc_ich9.c 1466F: hw/i2c/smbus_ich9.c 1467F: hw/acpi/piix4.c 1468F: hw/acpi/ich9.c 1469F: include/hw/acpi/ich9.h 1470F: include/hw/southbridge/piix.h 1471F: hw/misc/sga.c 1472F: hw/isa/apm.c 1473F: include/hw/isa/apm.h 1474F: tests/test-x86-cpuid.c 1475F: tests/qtest/test-x86-cpuid-compat.c 1476 1477PC Chipset 1478M: Michael S. Tsirkin <mst@redhat.com> 1479M: Paolo Bonzini <pbonzini@redhat.com> 1480S: Supported 1481F: hw/char/debugcon.c 1482F: hw/char/parallel* 1483F: hw/char/serial* 1484F: hw/dma/i8257* 1485F: hw/i2c/pm_smbus.c 1486F: hw/input/pckbd.c 1487F: hw/intc/apic* 1488F: hw/intc/ioapic* 1489F: hw/intc/i8259* 1490F: hw/isa/isa-superio.c 1491F: hw/misc/debugexit.c 1492F: hw/misc/pc-testdev.c 1493F: hw/timer/hpet* 1494F: hw/timer/i8254* 1495F: hw/rtc/mc146818rtc* 1496F: hw/watchdog/wdt_ib700.c 1497F: hw/watchdog/wdt_i6300esb.c 1498F: include/hw/display/vga.h 1499F: include/hw/char/parallel.h 1500F: include/hw/dma/i8257.h 1501F: include/hw/i2c/pm_smbus.h 1502F: include/hw/input/i8042.h 1503F: include/hw/isa/i8259_internal.h 1504F: include/hw/isa/superio.h 1505F: include/hw/timer/hpet.h 1506F: include/hw/timer/i8254* 1507F: include/hw/rtc/mc146818rtc* 1508 1509microvm 1510M: Sergio Lopez <slp@redhat.com> 1511M: Paolo Bonzini <pbonzini@redhat.com> 1512S: Maintained 1513F: docs/microvm.rst 1514F: hw/i386/microvm.c 1515F: include/hw/i386/microvm.h 1516F: pc-bios/bios-microvm.bin 1517 1518Machine core 1519M: Eduardo Habkost <ehabkost@redhat.com> 1520M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1521S: Supported 1522F: cpu.c 1523F: hw/core/cpu.c 1524F: hw/core/machine-qmp-cmds.c 1525F: hw/core/machine.c 1526F: hw/core/null-machine.c 1527F: hw/core/numa.c 1528F: hw/cpu/cluster.c 1529F: qapi/machine.json 1530F: qapi/machine-target.json 1531F: include/hw/boards.h 1532F: include/hw/core/cpu.h 1533F: include/hw/cpu/cluster.h 1534F: include/sysemu/numa.h 1535T: git https://github.com/ehabkost/qemu.git machine-next 1536 1537Xtensa Machines 1538--------------- 1539sim 1540M: Max Filippov <jcmvbkbc@gmail.com> 1541S: Maintained 1542F: hw/xtensa/sim.c 1543 1544virt 1545M: Max Filippov <jcmvbkbc@gmail.com> 1546S: Maintained 1547F: hw/xtensa/virt.c 1548 1549XTFPGA (LX60, LX200, ML605, KC705) 1550M: Max Filippov <jcmvbkbc@gmail.com> 1551S: Maintained 1552F: hw/xtensa/xtfpga.c 1553F: hw/net/opencores_eth.c 1554 1555Devices 1556------- 1557EDU 1558M: Jiri Slaby <jslaby@suse.cz> 1559S: Maintained 1560F: hw/misc/edu.c 1561 1562IDE 1563M: John Snow <jsnow@redhat.com> 1564L: qemu-block@nongnu.org 1565S: Supported 1566F: include/hw/ide.h 1567F: include/hw/ide/ 1568F: hw/ide/ 1569F: hw/block/block.c 1570F: hw/block/cdrom.c 1571F: hw/block/hd-geometry.c 1572F: tests/qtest/ide-test.c 1573F: tests/qtest/ahci-test.c 1574F: tests/qtest/cdrom-test.c 1575F: tests/qtest/libqos/ahci* 1576T: git https://gitlab.com/jsnow/qemu.git ide 1577 1578IPMI 1579M: Corey Minyard <minyard@acm.org> 1580S: Maintained 1581F: include/hw/ipmi/* 1582F: hw/ipmi/* 1583F: hw/smbios/smbios_type_38.c 1584F: tests/qtest/ipmi* 1585T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1586 1587Floppy 1588M: John Snow <jsnow@redhat.com> 1589L: qemu-block@nongnu.org 1590S: Supported 1591F: hw/block/fdc.c 1592F: include/hw/block/fdc.h 1593F: tests/qtest/fdc-test.c 1594T: git https://gitlab.com/jsnow/qemu.git ide 1595 1596OMAP 1597M: Peter Maydell <peter.maydell@linaro.org> 1598L: qemu-arm@nongnu.org 1599S: Maintained 1600F: hw/*/omap* 1601F: include/hw/arm/omap.h 1602 1603IPack 1604M: Alberto Garcia <berto@igalia.com> 1605S: Odd Fixes 1606F: hw/char/ipoctal232.c 1607F: hw/ipack/ 1608 1609PCI 1610M: Michael S. Tsirkin <mst@redhat.com> 1611M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1612S: Supported 1613F: include/hw/pci/* 1614F: hw/misc/pci-testdev.c 1615F: hw/pci/* 1616F: hw/pci-bridge/* 1617F: qapi/pci.json 1618F: docs/pci* 1619F: docs/specs/*pci* 1620F: default-configs/pci.mak 1621 1622ACPI/SMBIOS 1623M: Michael S. Tsirkin <mst@redhat.com> 1624M: Igor Mammedov <imammedo@redhat.com> 1625S: Supported 1626F: include/hw/acpi/* 1627F: include/hw/firmware/smbios.h 1628F: hw/mem/* 1629F: hw/acpi/* 1630F: hw/smbios/* 1631F: hw/i386/acpi-build.[hc] 1632F: hw/arm/virt-acpi-build.c 1633F: qapi/acpi.json 1634F: tests/qtest/bios-tables-test* 1635F: tests/qtest/acpi-utils.[hc] 1636F: tests/data/acpi/ 1637 1638ACPI/HEST/GHES 1639R: Dongjiu Geng <gengdongjiu@huawei.com> 1640R: Xiang Zheng <zhengxiang9@huawei.com> 1641L: qemu-arm@nongnu.org 1642S: Maintained 1643F: hw/acpi/ghes.c 1644F: include/hw/acpi/ghes.h 1645F: docs/specs/acpi_hest_ghes.rst 1646 1647ppc4xx 1648M: David Gibson <david@gibson.dropbear.id.au> 1649L: qemu-ppc@nongnu.org 1650S: Odd Fixes 1651F: hw/ppc/ppc4*.c 1652F: hw/i2c/ppc4xx_i2c.c 1653F: include/hw/ppc/ppc4xx.h 1654F: include/hw/i2c/ppc4xx_i2c.h 1655 1656Character devices 1657M: Marc-André Lureau <marcandre.lureau@redhat.com> 1658R: Paolo Bonzini <pbonzini@redhat.com> 1659S: Odd Fixes 1660F: hw/char/ 1661 1662Network devices 1663M: Jason Wang <jasowang@redhat.com> 1664S: Odd Fixes 1665F: hw/net/ 1666F: include/hw/net/ 1667F: tests/qtest/virtio-net-test.c 1668F: docs/virtio-net-failover.rst 1669T: git https://github.com/jasowang/qemu.git net 1670 1671Parallel NOR Flash devices 1672M: Philippe Mathieu-Daudé <philmd@redhat.com> 1673T: git https://gitlab.com/philmd/qemu.git pflash-next 1674S: Maintained 1675F: hw/block/pflash_cfi*.c 1676F: include/hw/block/flash.h 1677 1678SCSI 1679M: Paolo Bonzini <pbonzini@redhat.com> 1680R: Fam Zheng <fam@euphon.net> 1681S: Supported 1682F: include/hw/scsi/* 1683F: hw/scsi/* 1684F: tests/qtest/virtio-scsi-test.c 1685T: git https://github.com/bonzini/qemu.git scsi-next 1686 1687SSI 1688M: Alistair Francis <alistair@alistair23.me> 1689S: Maintained 1690F: hw/ssi/* 1691F: hw/block/m25p80.c 1692F: include/hw/ssi/ssi.h 1693X: hw/ssi/xilinx_* 1694F: tests/qtest/m25p80-test.c 1695 1696Xilinx SPI 1697M: Alistair Francis <alistair@alistair23.me> 1698S: Maintained 1699F: hw/ssi/xilinx_* 1700 1701SD (Secure Card) 1702M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1703L: qemu-block@nongnu.org 1704S: Odd Fixes 1705F: include/hw/sd/sd* 1706F: hw/sd/core.c 1707F: hw/sd/sd* 1708F: hw/sd/ssi-sd.c 1709F: tests/qtest/sd* 1710 1711USB 1712M: Gerd Hoffmann <kraxel@redhat.com> 1713S: Maintained 1714F: hw/usb/* 1715F: tests/qtest/usb-*-test.c 1716F: docs/usb2.txt 1717F: docs/usb-storage.txt 1718F: include/hw/usb.h 1719F: include/hw/usb/ 1720F: default-configs/usb.mak 1721 1722USB (serial adapter) 1723M: Gerd Hoffmann <kraxel@redhat.com> 1724M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1725S: Maintained 1726F: hw/usb/dev-serial.c 1727 1728VFIO 1729M: Alex Williamson <alex.williamson@redhat.com> 1730S: Supported 1731F: hw/vfio/* 1732F: include/hw/vfio/ 1733 1734vfio-ccw 1735M: Cornelia Huck <cohuck@redhat.com> 1736M: Eric Farman <farman@linux.ibm.com> 1737S: Supported 1738F: hw/vfio/ccw.c 1739F: hw/s390x/s390-ccw.c 1740F: include/hw/s390x/s390-ccw.h 1741F: include/hw/s390x/vfio-ccw.h 1742T: git https://github.com/cohuck/qemu.git s390-next 1743L: qemu-s390x@nongnu.org 1744 1745vfio-ap 1746M: Christian Borntraeger <borntraeger@de.ibm.com> 1747M: Tony Krowiak <akrowiak@linux.ibm.com> 1748M: Halil Pasic <pasic@linux.ibm.com> 1749M: Pierre Morel <pmorel@linux.ibm.com> 1750S: Supported 1751F: hw/s390x/ap-device.c 1752F: hw/s390x/ap-bridge.c 1753F: include/hw/s390x/ap-device.h 1754F: include/hw/s390x/ap-bridge.h 1755F: hw/vfio/ap.c 1756F: docs/system/s390x/vfio-ap.rst 1757L: qemu-s390x@nongnu.org 1758 1759vhost 1760M: Michael S. Tsirkin <mst@redhat.com> 1761S: Supported 1762F: hw/*/*vhost* 1763F: docs/interop/vhost-user.json 1764F: docs/interop/vhost-user.rst 1765F: contrib/vhost-user-*/ 1766F: backends/vhost-user.c 1767F: include/sysemu/vhost-user-backend.h 1768 1769virtio 1770M: Michael S. Tsirkin <mst@redhat.com> 1771S: Supported 1772F: hw/*/virtio* 1773F: hw/virtio/Makefile.objs 1774F: hw/virtio/trace-events 1775F: net/vhost-user.c 1776F: include/hw/virtio/ 1777 1778virtio-balloon 1779M: Michael S. Tsirkin <mst@redhat.com> 1780M: David Hildenbrand <david@redhat.com> 1781S: Maintained 1782F: hw/virtio/virtio-balloon*.c 1783F: include/hw/virtio/virtio-balloon.h 1784F: softmmu/balloon.c 1785F: include/sysemu/balloon.h 1786 1787virtio-9p 1788M: Greg Kurz <groug@kaod.org> 1789M: Christian Schoenebeck <qemu_oss@crudebyte.com> 1790S: Odd Fixes 1791F: hw/9pfs/ 1792X: hw/9pfs/xen-9p* 1793F: fsdev/ 1794F: docs/interop/virtfs-proxy-helper.rst 1795F: tests/qtest/virtio-9p-test.c 1796T: git https://github.com/gkurz/qemu.git 9p-next 1797 1798virtio-blk 1799M: Stefan Hajnoczi <stefanha@redhat.com> 1800L: qemu-block@nongnu.org 1801S: Supported 1802F: hw/block/virtio-blk.c 1803F: hw/block/dataplane/* 1804F: tests/qtest/virtio-blk-test.c 1805T: git https://github.com/stefanha/qemu.git block 1806 1807virtio-ccw 1808M: Cornelia Huck <cohuck@redhat.com> 1809M: Halil Pasic <pasic@linux.ibm.com> 1810S: Supported 1811F: hw/s390x/virtio-ccw*.[hc] 1812F: hw/s390x/vhost-vsock-ccw.c 1813T: git https://github.com/cohuck/qemu.git s390-next 1814T: git https://github.com/borntraeger/qemu.git s390-next 1815L: qemu-s390x@nongnu.org 1816 1817virtiofs 1818M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1819M: Stefan Hajnoczi <stefanha@redhat.com> 1820S: Supported 1821F: tools/virtiofsd/* 1822F: hw/virtio/vhost-user-fs* 1823F: include/hw/virtio/vhost-user-fs.h 1824F: docs/interop/virtiofsd.rst 1825 1826virtio-input 1827M: Gerd Hoffmann <kraxel@redhat.com> 1828S: Maintained 1829F: hw/input/vhost-user-input.c 1830F: hw/input/virtio-input*.c 1831F: include/hw/virtio/virtio-input.h 1832F: contrib/vhost-user-input/* 1833 1834virtio-iommu 1835M: Eric Auger <eric.auger@redhat.com> 1836S: Maintained 1837F: hw/virtio/virtio-iommu*.c 1838F: include/hw/virtio/virtio-iommu.h 1839 1840virtio-serial 1841M: Laurent Vivier <lvivier@redhat.com> 1842R: Amit Shah <amit@kernel.org> 1843S: Supported 1844F: hw/char/virtio-serial-bus.c 1845F: hw/char/virtio-console.c 1846F: include/hw/virtio/virtio-serial.h 1847F: tests/qtest/virtio-serial-test.c 1848 1849virtio-rng 1850M: Laurent Vivier <lvivier@redhat.com> 1851R: Amit Shah <amit@kernel.org> 1852S: Supported 1853F: hw/virtio/virtio-rng.c 1854F: include/hw/virtio/virtio-rng.h 1855F: include/sysemu/rng*.h 1856F: backends/rng*.c 1857F: tests/qtest/virtio-rng-test.c 1858 1859virtio-crypto 1860M: Gonglei <arei.gonglei@huawei.com> 1861S: Supported 1862F: hw/virtio/virtio-crypto.c 1863F: hw/virtio/virtio-crypto-pci.c 1864F: include/hw/virtio/virtio-crypto.h 1865 1866virtio-mem 1867M: David Hildenbrand <david@redhat.com> 1868S: Supported 1869W: https://virtio-mem.gitlab.io/ 1870F: hw/virtio/virtio-mem.c 1871F: hw/virtio/virtio-mem-pci.h 1872F: hw/virtio/virtio-mem-pci.c 1873F: include/hw/virtio/virtio-mem.h 1874 1875nvme 1876M: Keith Busch <kbusch@kernel.org> 1877M: Klaus Jensen <its@irrelevant.dk> 1878L: qemu-block@nongnu.org 1879S: Supported 1880F: hw/block/nvme* 1881F: tests/qtest/nvme-test.c 1882T: git git://git.infradead.org/qemu-nvme.git nvme-next 1883 1884megasas 1885M: Hannes Reinecke <hare@suse.com> 1886L: qemu-block@nongnu.org 1887S: Supported 1888F: hw/scsi/megasas.c 1889F: hw/scsi/mfi.h 1890F: tests/qtest/megasas-test.c 1891 1892Network packet abstractions 1893M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1894S: Maintained 1895F: include/net/eth.h 1896F: net/eth.c 1897F: hw/net/net_rx_pkt* 1898F: hw/net/net_tx_pkt* 1899 1900Vmware 1901M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1902S: Maintained 1903F: hw/net/vmxnet* 1904F: hw/scsi/vmw_pvscsi* 1905F: tests/qtest/vmxnet3-test.c 1906 1907Rocker 1908M: Jiri Pirko <jiri@resnulli.us> 1909S: Maintained 1910F: hw/net/rocker/ 1911F: tests/rocker/ 1912F: docs/specs/rocker.txt 1913 1914NVDIMM 1915M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1916S: Maintained 1917F: hw/acpi/nvdimm.c 1918F: hw/mem/nvdimm.c 1919F: include/hw/mem/nvdimm.h 1920F: docs/nvdimm.txt 1921 1922e1000x 1923M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1924S: Maintained 1925F: hw/net/e1000x* 1926 1927e1000e 1928M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1929S: Maintained 1930F: hw/net/e1000e* 1931 1932eepro100 1933M: Stefan Weil <sw@weilnetz.de> 1934S: Maintained 1935F: hw/net/eepro100.c 1936 1937tulip 1938M: Sven Schnelle <svens@stackframe.org> 1939S: Maintained 1940F: hw/net/tulip.c 1941F: hw/net/tulip.h 1942 1943Generic Loader 1944M: Alistair Francis <alistair@alistair23.me> 1945S: Maintained 1946F: hw/core/generic-loader.c 1947F: include/hw/core/generic-loader.h 1948F: docs/generic-loader.txt 1949 1950Intel Hexadecimal Object File Loader 1951M: Su Hang <suhang16@mails.ucas.ac.cn> 1952S: Maintained 1953F: tests/qtest/hexloader-test.c 1954F: tests/data/hex-loader/test.hex 1955 1956CHRP NVRAM 1957M: Thomas Huth <thuth@redhat.com> 1958S: Maintained 1959F: hw/nvram/chrp_nvram.c 1960F: include/hw/nvram/chrp_nvram.h 1961F: tests/qtest/prom-env-test.c 1962 1963VM Generation ID 1964M: Ben Warren <ben@skyportsystems.com> 1965S: Maintained 1966F: hw/acpi/vmgenid.c 1967F: include/hw/acpi/vmgenid.h 1968F: docs/specs/vmgenid.txt 1969F: tests/qtest/vmgenid-test.c 1970F: stubs/vmgenid.c 1971 1972LED 1973M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1974S: Maintained 1975F: include/hw/misc/led.h 1976F: hw/misc/led.c 1977 1978Unimplemented device 1979M: Peter Maydell <peter.maydell@linaro.org> 1980R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1981S: Maintained 1982F: include/hw/misc/unimp.h 1983F: hw/misc/unimp.c 1984 1985Empty slot 1986M: Artyom Tarasenko <atar4qemu@gmail.com> 1987R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1988S: Maintained 1989F: include/hw/misc/empty_slot.h 1990F: hw/misc/empty_slot.c 1991 1992Standard VGA 1993M: Gerd Hoffmann <kraxel@redhat.com> 1994S: Maintained 1995F: hw/display/vga* 1996F: hw/display/bochs-display.c 1997F: include/hw/display/vga.h 1998F: include/hw/display/bochs-vbe.h 1999 2000ramfb 2001M: Gerd Hoffmann <kraxel@redhat.com> 2002S: Maintained 2003F: hw/display/ramfb*.c 2004F: include/hw/display/ramfb.h 2005 2006virtio-gpu 2007M: Gerd Hoffmann <kraxel@redhat.com> 2008S: Maintained 2009F: hw/display/virtio-gpu* 2010F: hw/display/virtio-vga.* 2011F: include/hw/virtio/virtio-gpu.h 2012 2013vhost-user-blk 2014M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2015S: Maintained 2016F: contrib/vhost-user-blk/ 2017F: contrib/vhost-user-scsi/ 2018F: hw/block/vhost-user-blk.c 2019F: hw/scsi/vhost-user-scsi.c 2020F: hw/virtio/vhost-user-blk-pci.c 2021F: hw/virtio/vhost-user-scsi-pci.c 2022F: include/hw/virtio/vhost-user-blk.h 2023F: include/hw/virtio/vhost-user-scsi.h 2024 2025vhost-user-gpu 2026M: Marc-André Lureau <marcandre.lureau@redhat.com> 2027M: Gerd Hoffmann <kraxel@redhat.com> 2028S: Maintained 2029F: docs/interop/vhost-user-gpu.rst 2030F: contrib/vhost-user-gpu 2031F: hw/display/vhost-user-* 2032 2033Cirrus VGA 2034M: Gerd Hoffmann <kraxel@redhat.com> 2035S: Odd Fixes 2036W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2037F: hw/display/cirrus* 2038 2039EDID Generator 2040M: Gerd Hoffmann <kraxel@redhat.com> 2041S: Maintained 2042F: hw/display/edid* 2043F: include/hw/display/edid.h 2044F: qemu-edid.c 2045 2046PIIX4 South Bridge (i82371AB) 2047M: Hervé Poussineau <hpoussin@reactos.org> 2048M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2049S: Maintained 2050F: hw/isa/piix4.c 2051F: include/hw/southbridge/piix.h 2052 2053Firmware configuration (fw_cfg) 2054M: Philippe Mathieu-Daudé <philmd@redhat.com> 2055R: Laszlo Ersek <lersek@redhat.com> 2056R: Gerd Hoffmann <kraxel@redhat.com> 2057S: Supported 2058F: docs/specs/fw_cfg.txt 2059F: hw/nvram/fw_cfg*.c 2060F: stubs/fw_cfg.c 2061F: include/hw/nvram/fw_cfg.h 2062F: include/standard-headers/linux/qemu_fw_cfg.h 2063F: tests/qtest/libqos/fw_cfg.c 2064F: tests/qtest/fw_cfg-test.c 2065T: git https://github.com/philmd/qemu.git fw_cfg-next 2066 2067XIVE 2068M: David Gibson <david@gibson.dropbear.id.au> 2069M: Cédric Le Goater <clg@kaod.org> 2070L: qemu-ppc@nongnu.org 2071S: Supported 2072F: hw/*/*xive* 2073F: include/hw/*/*xive* 2074F: docs/*/*xive* 2075 2076Renesas peripherals 2077M: Yoshinori Sato <ysato@users.sourceforge.jp> 2078R: Magnus Damm <magnus.damm@gmail.com> 2079S: Maintained 2080F: hw/char/renesas_sci.c 2081F: hw/char/sh_serial.c 2082F: hw/timer/renesas_*.c 2083F: hw/timer/sh_timer.c 2084F: include/hw/char/renesas_sci.h 2085F: include/hw/sh4/sh.h 2086F: include/hw/timer/renesas_*.h 2087 2088Renesas RX peripherals 2089M: Yoshinori Sato <ysato@users.sourceforge.jp> 2090S: Maintained 2091F: hw/intc/rx_icu.c 2092F: hw/rx/ 2093F: include/hw/intc/rx_icu.h 2094F: include/hw/rx/ 2095 2096CAN bus subsystem and hardware 2097M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2098M: Vikram Garhwal <fnu.vikram@xilinx.com> 2099S: Maintained 2100W: https://canbus.pages.fel.cvut.cz/ 2101F: net/can/* 2102F: hw/net/can/* 2103F: include/net/can_*.h 2104 2105Subsystems 2106---------- 2107Audio 2108M: Gerd Hoffmann <kraxel@redhat.com> 2109S: Maintained 2110F: audio/ 2111F: hw/audio/ 2112F: include/hw/audio/ 2113F: tests/qtest/ac97-test.c 2114F: tests/qtest/es1370-test.c 2115F: tests/qtest/intel-hda-test.c 2116 2117Block layer core 2118M: Kevin Wolf <kwolf@redhat.com> 2119M: Max Reitz <mreitz@redhat.com> 2120L: qemu-block@nongnu.org 2121S: Supported 2122F: block* 2123F: block/ 2124F: hw/block/ 2125F: include/block/ 2126F: qemu-img* 2127F: docs/interop/qemu-img.rst 2128F: qemu-io* 2129F: tests/qemu-iotests/ 2130F: util/qemu-progress.c 2131F: qobject/block-qdict.c 2132F: tests/check-block-qdict.c 2133T: git https://repo.or.cz/qemu/kevin.git block 2134 2135Block I/O path 2136M: Stefan Hajnoczi <stefanha@redhat.com> 2137M: Fam Zheng <fam@euphon.net> 2138L: qemu-block@nongnu.org 2139S: Supported 2140F: util/async.c 2141F: util/aio-*.c 2142F: util/aio-*.h 2143F: util/fdmon-*.c 2144F: block/io.c 2145F: migration/block* 2146F: include/block/aio.h 2147F: include/block/aio-wait.h 2148F: scripts/qemugdb/aio.py 2149F: tests/test-fdmon-epoll.c 2150T: git https://github.com/stefanha/qemu.git block 2151 2152Block SCSI subsystem 2153M: Paolo Bonzini <pbonzini@redhat.com> 2154R: Fam Zheng <fam@euphon.net> 2155L: qemu-block@nongnu.org 2156S: Supported 2157F: include/scsi/* 2158F: scsi/* 2159 2160Block Jobs 2161M: John Snow <jsnow@redhat.com> 2162L: qemu-block@nongnu.org 2163S: Supported 2164F: blockjob.c 2165F: include/block/blockjob.h 2166F: job.c 2167F: job-qmp.c 2168F: include/qemu/job.h 2169F: block/backup.c 2170F: block/commit.c 2171F: block/stream.c 2172F: block/mirror.c 2173F: qapi/job.json 2174T: git https://gitlab.com/jsnow/qemu.git jobs 2175 2176Block QAPI, monitor, command line 2177M: Markus Armbruster <armbru@redhat.com> 2178S: Supported 2179F: blockdev.c 2180F: blockdev-hmp-cmds.c 2181F: block/qapi.c 2182F: qapi/block*.json 2183F: qapi/transaction.json 2184T: git https://repo.or.cz/qemu/armbru.git block-next 2185 2186Dirty Bitmaps 2187M: Eric Blake <eblake@redhat.com> 2188M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2189R: John Snow <jsnow@redhat.com> 2190L: qemu-block@nongnu.org 2191S: Supported 2192F: include/qemu/hbitmap.h 2193F: include/block/dirty-bitmap.h 2194F: block/monitor/bitmap-qmp-cmds.c 2195F: block/dirty-bitmap.c 2196F: block/qcow2-bitmap.c 2197F: migration/block-dirty-bitmap.c 2198F: util/hbitmap.c 2199F: tests/test-hbitmap.c 2200F: docs/interop/bitmaps.rst 2201T: git https://repo.or.cz/qemu/ericb.git bitmaps 2202 2203Character device backends 2204M: Marc-André Lureau <marcandre.lureau@redhat.com> 2205R: Paolo Bonzini <pbonzini@redhat.com> 2206S: Maintained 2207F: chardev/ 2208F: include/chardev/ 2209F: qapi/char.json 2210 2211Character Devices (Braille) 2212M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2213S: Maintained 2214F: chardev/baum.c 2215 2216Command line option argument parsing 2217M: Markus Armbruster <armbru@redhat.com> 2218S: Supported 2219F: include/qemu/option.h 2220F: tests/test-keyval.c 2221F: tests/test-qemu-opts.c 2222F: util/keyval.c 2223F: util/qemu-option.c 2224 2225Coverity model 2226M: Markus Armbruster <armbru@redhat.com> 2227S: Supported 2228F: scripts/coverity-model.c 2229 2230Coverity Scan integration 2231M: Peter Maydell <peter.maydell@linaro.org> 2232S: Maintained 2233F: scripts/coverity-scan/ 2234 2235Device Tree 2236M: Alistair Francis <alistair.francis@wdc.com> 2237R: David Gibson <david@gibson.dropbear.id.au> 2238S: Maintained 2239F: softmmu/device_tree.c 2240F: include/sysemu/device_tree.h 2241 2242Dump 2243S: Supported 2244M: Marc-André Lureau <marcandre.lureau@redhat.com> 2245F: dump/ 2246F: hw/misc/vmcoreinfo.c 2247F: include/hw/misc/vmcoreinfo.h 2248F: include/qemu/win_dump_defs 2249F: include/sysemu/dump-arch.h 2250F: include/sysemu/dump.h 2251F: qapi/dump.json 2252F: scripts/dump-guest-memory.py 2253F: stubs/dump.c 2254 2255Error reporting 2256M: Markus Armbruster <armbru@redhat.com> 2257S: Supported 2258F: include/qapi/error.h 2259F: include/qemu/error-report.h 2260F: qapi/error.json 2261F: util/error.c 2262F: util/qemu-error.c 2263F: scripts/coccinelle/err-bad-newline.cocci 2264F: scripts/coccinelle/error-use-after-free.cocci 2265F: scripts/coccinelle/error_propagate_null.cocci 2266F: scripts/coccinelle/remove_local_err.cocci 2267F: scripts/coccinelle/use-error_fatal.cocci 2268F: scripts/coccinelle/errp-guard.cocci 2269 2270GDB stub 2271M: Alex Bennée <alex.bennee@linaro.org> 2272R: Philippe Mathieu-Daudé <philmd@redhat.com> 2273S: Maintained 2274F: gdbstub* 2275F: gdb-xml/ 2276 2277Memory API 2278M: Paolo Bonzini <pbonzini@redhat.com> 2279S: Supported 2280F: include/exec/ioport.h 2281F: include/exec/memop.h 2282F: include/exec/memory.h 2283F: include/exec/ram_addr.h 2284F: include/exec/ramblock.h 2285F: softmmu/dma-helpers.c 2286F: softmmu/ioport.c 2287F: softmmu/memory.c 2288F: softmmu/physmem.c 2289F: include/exec/memory-internal.h 2290F: scripts/coccinelle/memory-region-housekeeping.cocci 2291 2292SPICE 2293M: Gerd Hoffmann <kraxel@redhat.com> 2294S: Supported 2295F: include/ui/qemu-spice.h 2296F: include/ui/spice-display.h 2297F: ui/spice-*.c 2298F: audio/spiceaudio.c 2299F: hw/display/qxl* 2300F: qapi/ui.json 2301F: docs/spice-port-fqdn.txt 2302 2303Graphics 2304M: Gerd Hoffmann <kraxel@redhat.com> 2305S: Odd Fixes 2306F: ui/ 2307F: include/ui/ 2308F: qapi/ui.json 2309F: util/drm.c 2310 2311Cocoa graphics 2312M: Peter Maydell <peter.maydell@linaro.org> 2313S: Odd Fixes 2314F: ui/cocoa.m 2315 2316Main loop 2317M: Paolo Bonzini <pbonzini@redhat.com> 2318S: Maintained 2319F: include/qemu/main-loop.h 2320F: include/sysemu/runstate.h 2321F: util/main-loop.c 2322F: util/qemu-timer.c 2323F: softmmu/vl.c 2324F: softmmu/main.c 2325F: softmmu/cpus.c 2326F: softmmu/cpu-throttle.c 2327F: softmmu/cpu-timers.c 2328F: softmmu/icount.c 2329F: qapi/run-state.json 2330 2331Read, Copy, Update (RCU) 2332M: Paolo Bonzini <pbonzini@redhat.com> 2333S: Maintained 2334F: include/qemu/rcu*.h 2335F: tests/rcutorture.c 2336F: tests/test-rcu-*.c 2337F: util/rcu.c 2338 2339Human Monitor (HMP) 2340M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2341S: Maintained 2342F: monitor/monitor-internal.h 2343F: monitor/misc.c 2344F: monitor/monitor.c 2345F: monitor/hmp* 2346F: hmp.h 2347F: hmp-commands*.hx 2348F: include/monitor/hmp-target.h 2349F: tests/qtest/test-hmp.c 2350F: include/qemu/qemu-print.h 2351F: util/qemu-print.c 2352 2353Network device backends 2354M: Jason Wang <jasowang@redhat.com> 2355S: Maintained 2356F: net/ 2357F: include/net/ 2358F: qemu-bridge-helper.c 2359T: git https://github.com/jasowang/qemu.git net 2360F: qapi/net.json 2361 2362Netmap network backend 2363M: Luigi Rizzo <rizzo@iet.unipi.it> 2364M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2365M: Vincenzo Maffione <v.maffione@gmail.com> 2366W: http://info.iet.unipi.it/~luigi/netmap/ 2367S: Maintained 2368F: net/netmap.c 2369 2370Host Memory Backends 2371M: Eduardo Habkost <ehabkost@redhat.com> 2372M: Igor Mammedov <imammedo@redhat.com> 2373S: Maintained 2374F: backends/hostmem*.c 2375F: include/sysemu/hostmem.h 2376T: git https://github.com/ehabkost/qemu.git machine-next 2377 2378Cryptodev Backends 2379M: Gonglei <arei.gonglei@huawei.com> 2380S: Maintained 2381F: include/sysemu/cryptodev*.h 2382F: backends/cryptodev*.c 2383 2384Python library 2385M: John Snow <jsnow@redhat.com> 2386M: Cleber Rosa <crosa@redhat.com> 2387R: Eduardo Habkost <ehabkost@redhat.com> 2388S: Maintained 2389F: python/ 2390T: git https://gitlab.com/jsnow/qemu.git python 2391 2392Python scripts 2393M: Eduardo Habkost <ehabkost@redhat.com> 2394M: Cleber Rosa <crosa@redhat.com> 2395S: Odd fixes 2396F: scripts/*.py 2397F: tests/*.py 2398 2399Benchmark util 2400M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2401S: Maintained 2402F: scripts/simplebench/ 2403 2404QAPI 2405M: Markus Armbruster <armbru@redhat.com> 2406M: Michael Roth <mdroth@linux.vnet.ibm.com> 2407S: Supported 2408F: qapi/ 2409X: qapi/*.json 2410F: include/qapi/ 2411X: include/qapi/qmp/ 2412F: include/qapi/qmp/dispatch.h 2413F: tests/qapi-schema/ 2414F: tests/test-*-visitor.c 2415F: tests/test-qapi-*.c 2416F: tests/test-qmp-*.c 2417F: tests/test-visitor-serialization.c 2418F: scripts/qapi-gen.py 2419F: scripts/qapi/* 2420F: docs/sphinx/qapidoc.py 2421F: docs/devel/qapi* 2422T: git https://repo.or.cz/qemu/armbru.git qapi-next 2423 2424QAPI Schema 2425M: Eric Blake <eblake@redhat.com> 2426M: Markus Armbruster <armbru@redhat.com> 2427S: Supported 2428F: qapi/*.json 2429T: git https://repo.or.cz/qemu/armbru.git qapi-next 2430 2431QObject 2432M: Markus Armbruster <armbru@redhat.com> 2433S: Supported 2434F: qobject/ 2435F: include/qapi/qmp/ 2436X: include/qapi/qmp/dispatch.h 2437F: scripts/coccinelle/qobject.cocci 2438F: tests/check-qdict.c 2439F: tests/check-qjson.c 2440F: tests/check-qlist.c 2441F: tests/check-qlit.c 2442F: tests/check-qnull.c 2443F: tests/check-qnum.c 2444F: tests/check-qobject.c 2445F: tests/check-qstring.c 2446F: tests/data/qobject/qdict.txt 2447T: git https://repo.or.cz/qemu/armbru.git qapi-next 2448 2449QEMU Guest Agent 2450M: Michael Roth <mdroth@linux.vnet.ibm.com> 2451S: Maintained 2452F: qga/ 2453F: docs/interop/qemu-ga.rst 2454F: docs/interop/qemu-ga-ref.rst 2455F: scripts/qemu-guest-agent/ 2456F: tests/test-qga.c 2457T: git https://github.com/mdroth/qemu.git qga 2458 2459QOM 2460M: Paolo Bonzini <pbonzini@redhat.com> 2461R: Daniel P. Berrange <berrange@redhat.com> 2462R: Eduardo Habkost <ehabkost@redhat.com> 2463S: Supported 2464F: docs/qdev-device-use.txt 2465F: hw/core/qdev* 2466F: hw/core/bus.c 2467F: hw/core/sysbus.c 2468F: include/hw/qdev* 2469F: include/monitor/qdev.h 2470F: include/qom/ 2471F: qapi/qom.json 2472F: qapi/qdev.json 2473F: scripts/coccinelle/qom-parent-type.cocci 2474F: softmmu/qdev-monitor.c 2475F: qom/ 2476F: tests/check-qom-interface.c 2477F: tests/check-qom-proplist.c 2478F: tests/test-qdev-global-props.c 2479 2480QOM boilerplate conversion script 2481M: Eduardo Habkost <ehabkost@redhat.com> 2482S: Maintained 2483F: scripts/codeconverter/ 2484 2485QMP 2486M: Markus Armbruster <armbru@redhat.com> 2487S: Supported 2488F: monitor/monitor-internal.h 2489F: monitor/qmp* 2490F: monitor/misc.c 2491F: monitor/monitor.c 2492F: qapi/error.json 2493F: docs/devel/*qmp-* 2494F: docs/interop/*qmp-* 2495F: scripts/qmp/ 2496F: tests/qtest/qmp-test.c 2497F: tests/qtest/qmp-cmd-test.c 2498T: git https://repo.or.cz/qemu/armbru.git qapi-next 2499 2500qtest 2501M: Thomas Huth <thuth@redhat.com> 2502M: Laurent Vivier <lvivier@redhat.com> 2503R: Paolo Bonzini <pbonzini@redhat.com> 2504S: Maintained 2505F: softmmu/qtest.c 2506F: accel/qtest/ 2507F: tests/qtest/ 2508X: tests/qtest/bios-tables-test* 2509 2510Device Fuzzing 2511M: Alexander Bulekov <alxndr@bu.edu> 2512R: Paolo Bonzini <pbonzini@redhat.com> 2513R: Bandan Das <bsd@redhat.com> 2514R: Stefan Hajnoczi <stefanha@redhat.com> 2515R: Thomas Huth <thuth@redhat.com> 2516S: Maintained 2517F: tests/qtest/fuzz/ 2518F: scripts/oss-fuzz/ 2519F: docs/devel/fuzzing.txt 2520 2521Register API 2522M: Alistair Francis <alistair@alistair23.me> 2523S: Maintained 2524F: hw/core/register.c 2525F: include/hw/register.h 2526F: include/hw/registerfields.h 2527 2528SLIRP 2529M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2530S: Maintained 2531F: slirp/ 2532F: net/slirp.c 2533F: include/net/slirp.h 2534T: git https://people.debian.org/~sthibault/qemu.git slirp 2535 2536Streams 2537M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2538S: Maintained 2539F: hw/core/stream.c 2540F: include/hw/stream.h 2541 2542Stubs 2543M: Paolo Bonzini <pbonzini@redhat.com> 2544S: Maintained 2545F: stubs/ 2546 2547Tracing 2548M: Stefan Hajnoczi <stefanha@redhat.com> 2549S: Maintained 2550F: trace/ 2551F: trace-events 2552F: docs/qemu-option-trace.rst.inc 2553F: scripts/tracetool.py 2554F: scripts/tracetool/ 2555F: scripts/qemu-trace-stap* 2556F: docs/interop/qemu-trace-stap.rst 2557F: docs/devel/tracing.txt 2558T: git https://github.com/stefanha/qemu.git tracing 2559 2560TPM 2561M: Stefan Berger <stefanb@linux.ibm.com> 2562S: Maintained 2563F: tpm.c 2564F: stubs/tpm.c 2565F: hw/tpm/* 2566F: include/hw/acpi/tpm.h 2567F: include/sysemu/tpm* 2568F: qapi/tpm.json 2569F: backends/tpm/ 2570F: tests/qtest/*tpm* 2571T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2572 2573Checkpatch 2574S: Odd Fixes 2575F: scripts/checkpatch.pl 2576 2577Migration 2578M: Juan Quintela <quintela@redhat.com> 2579M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2580S: Maintained 2581F: hw/core/vmstate-if.c 2582F: include/hw/vmstate-if.h 2583F: include/migration/ 2584F: migration/ 2585F: scripts/vmstate-static-checker.py 2586F: tests/vmstate-static-checker-data/ 2587F: tests/qtest/migration-test.c 2588F: docs/devel/migration.rst 2589F: qapi/migration.json 2590 2591D-Bus 2592M: Marc-André Lureau <marcandre.lureau@redhat.com> 2593S: Maintained 2594F: backends/dbus-vmstate.c 2595F: tests/dbus-vmstate* 2596F: util/dbus.c 2597F: include/qemu/dbus.h 2598F: docs/interop/dbus.rst 2599F: docs/interop/dbus-vmstate.rst 2600 2601Seccomp 2602M: Eduardo Otubo <otubo@redhat.com> 2603S: Supported 2604F: softmmu/qemu-seccomp.c 2605F: include/sysemu/seccomp.h 2606 2607Cryptography 2608M: Daniel P. Berrange <berrange@redhat.com> 2609S: Maintained 2610F: crypto/ 2611F: include/crypto/ 2612F: tests/test-crypto-* 2613F: tests/benchmark-crypto-* 2614F: tests/crypto-tls-* 2615F: tests/pkix_asn1_tab.c 2616F: qemu.sasl 2617 2618Coroutines 2619M: Stefan Hajnoczi <stefanha@redhat.com> 2620M: Kevin Wolf <kwolf@redhat.com> 2621S: Maintained 2622F: util/*coroutine* 2623F: include/qemu/coroutine* 2624F: tests/test-coroutine.c 2625 2626Buffers 2627M: Daniel P. Berrange <berrange@redhat.com> 2628S: Odd fixes 2629F: util/buffer.c 2630F: include/qemu/buffer.h 2631 2632I/O Channels 2633M: Daniel P. Berrange <berrange@redhat.com> 2634S: Maintained 2635F: io/ 2636F: include/io/ 2637F: tests/test-io-* 2638 2639User authorization 2640M: Daniel P. Berrange <berrange@redhat.com> 2641S: Maintained 2642F: authz/ 2643F: qapi/authz.json 2644F: include/authz/ 2645F: tests/test-authz-* 2646 2647Sockets 2648M: Daniel P. Berrange <berrange@redhat.com> 2649M: Gerd Hoffmann <kraxel@redhat.com> 2650S: Maintained 2651F: include/qemu/sockets.h 2652F: util/qemu-sockets.c 2653F: qapi/sockets.json 2654 2655File monitor 2656M: Daniel P. Berrange <berrange@redhat.com> 2657S: Odd fixes 2658F: util/filemonitor*.c 2659F: include/qemu/filemonitor.h 2660F: tests/test-util-filemonitor.c 2661 2662Throttling infrastructure 2663M: Alberto Garcia <berto@igalia.com> 2664S: Supported 2665F: block/throttle-groups.c 2666F: include/block/throttle-groups.h 2667F: include/qemu/throttle*.h 2668F: util/throttle.c 2669F: docs/throttle.txt 2670F: tests/test-throttle.c 2671L: qemu-block@nongnu.org 2672 2673UUID 2674M: Fam Zheng <fam@euphon.net> 2675S: Supported 2676F: util/uuid.c 2677F: include/qemu/uuid.h 2678F: tests/test-uuid.c 2679 2680COLO Framework 2681M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2682S: Maintained 2683F: migration/colo* 2684F: include/migration/colo.h 2685F: include/migration/failover.h 2686F: docs/COLO-FT.txt 2687 2688COLO Proxy 2689M: Zhang Chen <chen.zhang@intel.com> 2690M: Li Zhijian <lizhijian@cn.fujitsu.com> 2691S: Supported 2692F: docs/colo-proxy.txt 2693F: net/colo* 2694F: net/filter-rewriter.c 2695F: net/filter-mirror.c 2696 2697Record/replay 2698M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2699R: Paolo Bonzini <pbonzini@redhat.com> 2700W: https://wiki.qemu.org/Features/record-replay 2701S: Supported 2702F: replay/* 2703F: block/blkreplay.c 2704F: net/filter-replay.c 2705F: include/sysemu/replay.h 2706F: docs/replay.txt 2707F: stubs/replay.c 2708F: tests/acceptance/replay_kernel.py 2709F: tests/acceptance/reverse_debugging.py 2710F: qapi/replay.json 2711 2712IOVA Tree 2713M: Peter Xu <peterx@redhat.com> 2714S: Maintained 2715F: include/qemu/iova-tree.h 2716F: util/iova-tree.c 2717 2718elf2dmp 2719M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2720S: Maintained 2721F: contrib/elf2dmp/ 2722 2723I2C and SMBus 2724M: Corey Minyard <cminyard@mvista.com> 2725S: Maintained 2726F: hw/i2c/core.c 2727F: hw/i2c/smbus_slave.c 2728F: hw/i2c/smbus_master.c 2729F: hw/i2c/smbus_eeprom.c 2730F: include/hw/i2c/i2c.h 2731F: include/hw/i2c/smbus_master.h 2732F: include/hw/i2c/smbus_slave.h 2733F: include/hw/i2c/smbus_eeprom.h 2734 2735Firmware schema specifications 2736M: Laszlo Ersek <lersek@redhat.com> 2737M: Philippe Mathieu-Daudé <philmd@redhat.com> 2738R: Daniel P. Berrange <berrange@redhat.com> 2739R: Kashyap Chamarthy <kchamart@redhat.com> 2740S: Maintained 2741F: docs/interop/firmware.json 2742 2743EDK2 Firmware 2744M: Laszlo Ersek <lersek@redhat.com> 2745M: Philippe Mathieu-Daudé <philmd@redhat.com> 2746S: Supported 2747F: pc-bios/descriptors/??-edk2-*.json 2748F: pc-bios/edk2-* 2749F: roms/Makefile.edk2 2750F: roms/edk2 2751F: roms/edk2-* 2752F: tests/data/uefi-boot-images/ 2753F: tests/uefi-test-tools/ 2754F: .gitlab-ci.d/edk2.yml 2755F: .gitlab-ci.d/edk2/ 2756 2757VT-d Emulation 2758M: Michael S. Tsirkin <mst@redhat.com> 2759M: Peter Xu <peterx@redhat.com> 2760R: Jason Wang <jasowang@redhat.com> 2761S: Supported 2762F: hw/i386/intel_iommu.c 2763F: hw/i386/intel_iommu_internal.h 2764F: include/hw/i386/intel_iommu.h 2765 2766OpenSBI Firmware 2767M: Bin Meng <bmeng.cn@gmail.com> 2768S: Supported 2769F: pc-bios/opensbi-* 2770F: .gitlab-ci.d/opensbi.yml 2771F: .gitlab-ci.d/opensbi/ 2772 2773Usermode Emulation 2774------------------ 2775Overall usermode emulation 2776M: Riku Voipio <riku.voipio@iki.fi> 2777S: Maintained 2778F: thunk.c 2779F: accel/tcg/user-exec*.c 2780 2781BSD user 2782S: Orphan 2783F: bsd-user/ 2784F: default-configs/*-bsd-user.mak 2785 2786Linux user 2787M: Laurent Vivier <laurent@vivier.eu> 2788S: Maintained 2789F: linux-user/ 2790F: default-configs/*-linux-user.mak 2791F: scripts/qemu-binfmt-conf.sh 2792F: scripts/update-syscalltbl.sh 2793F: scripts/update-mips-syscall-args.sh 2794F: scripts/gensyscalls.sh 2795 2796Tiny Code Generator (TCG) 2797------------------------- 2798Common TCG code 2799M: Richard Henderson <rth@twiddle.net> 2800S: Maintained 2801F: tcg/ 2802F: include/tcg/ 2803 2804TCG Plugins 2805M: Alex Bennée <alex.bennee@linaro.org> 2806S: Maintained 2807F: docs/devel/tcg-plugins.rst 2808F: plugins/ 2809F: tests/plugin/ 2810F: contrib/plugins/ 2811 2812AArch64 TCG target 2813M: Richard Henderson <richard.henderson@linaro.org> 2814S: Maintained 2815L: qemu-arm@nongnu.org 2816F: tcg/aarch64/ 2817F: disas/arm-a64.cc 2818F: disas/libvixl/ 2819 2820ARM TCG target 2821M: Andrzej Zaborowski <balrogg@gmail.com> 2822S: Maintained 2823L: qemu-arm@nongnu.org 2824F: tcg/arm/ 2825F: disas/arm.c 2826 2827i386 TCG target 2828M: Richard Henderson <rth@twiddle.net> 2829S: Maintained 2830F: tcg/i386/ 2831F: disas/i386.c 2832 2833MIPS TCG target 2834M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2835R: Aurelien Jarno <aurelien@aurel32.net> 2836R: Huacai Chen <chenhc@lemote.com> 2837R: Jiaxun Yang <jiaxun.yang@flygoat.com> 2838R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 2839S: Odd Fixes 2840F: tcg/mips/ 2841 2842PPC TCG target 2843M: Richard Henderson <rth@twiddle.net> 2844S: Odd Fixes 2845F: tcg/ppc/ 2846F: disas/ppc.c 2847 2848RISC-V TCG target 2849M: Palmer Dabbelt <palmer@dabbelt.com> 2850M: Alistair Francis <Alistair.Francis@wdc.com> 2851L: qemu-riscv@nongnu.org 2852S: Maintained 2853F: tcg/riscv/ 2854F: disas/riscv.c 2855 2856S390 TCG target 2857M: Richard Henderson <rth@twiddle.net> 2858S: Maintained 2859F: tcg/s390/ 2860F: disas/s390.c 2861L: qemu-s390x@nongnu.org 2862 2863SPARC TCG target 2864S: Odd Fixes 2865F: tcg/sparc/ 2866F: disas/sparc.c 2867 2868TCI TCG target 2869M: Stefan Weil <sw@weilnetz.de> 2870S: Maintained 2871F: tcg/tci/ 2872F: tcg/tci.c 2873F: disas/tci.c 2874 2875Block drivers 2876------------- 2877VMDK 2878M: Fam Zheng <fam@euphon.net> 2879L: qemu-block@nongnu.org 2880S: Supported 2881F: block/vmdk.c 2882 2883RBD 2884M: Jason Dillaman <dillaman@redhat.com> 2885L: qemu-block@nongnu.org 2886S: Supported 2887F: block/rbd.c 2888 2889Sheepdog 2890M: Liu Yuan <namei.unix@gmail.com> 2891L: qemu-block@nongnu.org 2892S: Odd Fixes 2893F: block/sheepdog.c 2894 2895VHDX 2896M: Jeff Cody <codyprime@gmail.com> 2897L: qemu-block@nongnu.org 2898S: Supported 2899F: block/vhdx* 2900 2901VDI 2902M: Stefan Weil <sw@weilnetz.de> 2903L: qemu-block@nongnu.org 2904S: Maintained 2905F: block/vdi.c 2906 2907iSCSI 2908M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2909M: Paolo Bonzini <pbonzini@redhat.com> 2910M: Peter Lieven <pl@kamp.de> 2911L: qemu-block@nongnu.org 2912S: Odd Fixes 2913F: block/iscsi.c 2914F: block/iscsi-opts.c 2915 2916Network Block Device (NBD) 2917M: Eric Blake <eblake@redhat.com> 2918L: qemu-block@nongnu.org 2919S: Maintained 2920F: block/nbd* 2921F: nbd/ 2922F: include/block/nbd* 2923F: qemu-nbd.* 2924F: blockdev-nbd.c 2925F: docs/interop/nbd.txt 2926F: docs/interop/qemu-nbd.rst 2927T: git https://repo.or.cz/qemu/ericb.git nbd 2928 2929NFS 2930M: Peter Lieven <pl@kamp.de> 2931L: qemu-block@nongnu.org 2932S: Maintained 2933F: block/nfs.c 2934 2935SSH 2936M: Richard W.M. Jones <rjones@redhat.com> 2937L: qemu-block@nongnu.org 2938S: Supported 2939F: block/ssh.c 2940 2941CURL 2942L: qemu-block@nongnu.org 2943S: Odd Fixes 2944F: block/curl.c 2945 2946GLUSTER 2947L: qemu-block@nongnu.org 2948L: integration@gluster.org 2949S: Odd Fixes 2950F: block/gluster.c 2951 2952Null Block Driver 2953M: Fam Zheng <fam@euphon.net> 2954L: qemu-block@nongnu.org 2955S: Supported 2956F: block/null.c 2957 2958NVMe Block Driver 2959M: Stefan Hajnoczi <stefanha@redhat.com> 2960R: Fam Zheng <fam@euphon.net> 2961L: qemu-block@nongnu.org 2962S: Supported 2963F: block/nvme* 2964T: git https://github.com/stefanha/qemu.git block 2965 2966Bootdevice 2967M: Gonglei <arei.gonglei@huawei.com> 2968S: Maintained 2969F: softmmu/bootdevice.c 2970 2971Quorum 2972M: Alberto Garcia <berto@igalia.com> 2973S: Supported 2974F: block/quorum.c 2975L: qemu-block@nongnu.org 2976 2977blklogwrites 2978M: Ari Sundholm <ari@tuxera.com> 2979L: qemu-block@nongnu.org 2980S: Supported 2981F: block/blklogwrites.c 2982 2983blkverify 2984M: Stefan Hajnoczi <stefanha@redhat.com> 2985L: qemu-block@nongnu.org 2986S: Supported 2987F: block/blkverify.c 2988 2989bochs 2990M: Stefan Hajnoczi <stefanha@redhat.com> 2991L: qemu-block@nongnu.org 2992S: Supported 2993F: block/bochs.c 2994 2995cloop 2996M: Stefan Hajnoczi <stefanha@redhat.com> 2997L: qemu-block@nongnu.org 2998S: Supported 2999F: block/cloop.c 3000 3001dmg 3002M: Stefan Hajnoczi <stefanha@redhat.com> 3003L: qemu-block@nongnu.org 3004S: Supported 3005F: block/dmg.c 3006 3007parallels 3008M: Stefan Hajnoczi <stefanha@redhat.com> 3009M: Denis V. Lunev <den@openvz.org> 3010L: qemu-block@nongnu.org 3011S: Supported 3012F: block/parallels.c 3013F: docs/interop/parallels.txt 3014 3015qed 3016M: Stefan Hajnoczi <stefanha@redhat.com> 3017L: qemu-block@nongnu.org 3018S: Supported 3019F: block/qed.c 3020 3021raw 3022M: Kevin Wolf <kwolf@redhat.com> 3023L: qemu-block@nongnu.org 3024S: Supported 3025F: block/linux-aio.c 3026F: include/block/raw-aio.h 3027F: block/raw-format.c 3028F: block/file-posix.c 3029F: block/file-win32.c 3030F: block/win32-aio.c 3031 3032Linux io_uring 3033M: Aarushi Mehta <mehta.aaru20@gmail.com> 3034M: Julia Suvorova <jusual@redhat.com> 3035M: Stefan Hajnoczi <stefanha@redhat.com> 3036L: qemu-block@nongnu.org 3037S: Maintained 3038F: block/io_uring.c 3039F: stubs/io_uring.c 3040 3041qcow2 3042M: Kevin Wolf <kwolf@redhat.com> 3043M: Max Reitz <mreitz@redhat.com> 3044L: qemu-block@nongnu.org 3045S: Supported 3046F: block/qcow2* 3047F: docs/interop/qcow2.txt 3048 3049qcow 3050M: Kevin Wolf <kwolf@redhat.com> 3051L: qemu-block@nongnu.org 3052S: Supported 3053F: block/qcow.c 3054 3055blkdebug 3056M: Kevin Wolf <kwolf@redhat.com> 3057M: Max Reitz <mreitz@redhat.com> 3058L: qemu-block@nongnu.org 3059S: Supported 3060F: block/blkdebug.c 3061 3062vpc 3063M: Kevin Wolf <kwolf@redhat.com> 3064L: qemu-block@nongnu.org 3065S: Supported 3066F: block/vpc.c 3067 3068vvfat 3069M: Kevin Wolf <kwolf@redhat.com> 3070L: qemu-block@nongnu.org 3071S: Odd Fixes 3072F: block/vvfat.c 3073 3074Image format fuzzer 3075M: Stefan Hajnoczi <stefanha@redhat.com> 3076L: qemu-block@nongnu.org 3077S: Supported 3078F: tests/image-fuzzer/ 3079 3080Vhost-user block device backend server 3081M: Coiby Xu <Coiby.Xu@gmail.com> 3082S: Maintained 3083F: block/export/vhost-user-blk-server.c 3084F: block/export/vhost-user-blk-server.h 3085F: include/qemu/vhost-user-server.h 3086F: tests/qtest/libqos/vhost-user-blk.c 3087F: util/vhost-user-server.c 3088 3089Replication 3090M: Wen Congyang <wencongyang2@huawei.com> 3091M: Xie Changlong <xiechanglong.d@gmail.com> 3092S: Supported 3093F: replication* 3094F: block/replication.c 3095F: tests/test-replication.c 3096F: docs/block-replication.txt 3097 3098PVRDMA 3099M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3100M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3101S: Maintained 3102F: hw/rdma/* 3103F: hw/rdma/vmw/* 3104F: docs/pvrdma.txt 3105F: contrib/rdmacm-mux/* 3106F: qapi/rdma.json 3107 3108Semihosting 3109M: Alex Bennée <alex.bennee@linaro.org> 3110S: Maintained 3111F: hw/semihosting/ 3112F: include/hw/semihosting/ 3113 3114Build and test automation 3115------------------------- 3116Build and test automation 3117M: Alex Bennée <alex.bennee@linaro.org> 3118M: Fam Zheng <fam@euphon.net> 3119R: Philippe Mathieu-Daudé <philmd@redhat.com> 3120S: Maintained 3121F: .github/lockdown.yml 3122F: .travis.yml 3123F: scripts/travis/ 3124F: .shippable.yml 3125F: tests/docker/ 3126F: tests/vm/ 3127F: scripts/archive-source.sh 3128W: https://travis-ci.org/qemu/qemu 3129W: https://app.shippable.com/github/qemu/qemu 3130W: http://patchew.org/QEMU/ 3131 3132FreeBSD Hosted Continuous Integration 3133M: Ed Maste <emaste@freebsd.org> 3134M: Li-Wen Hsu <lwhsu@freebsd.org> 3135S: Maintained 3136F: .cirrus.yml 3137W: https://cirrus-ci.com/github/qemu/qemu 3138 3139GitLab Continuous Integration 3140M: Thomas Huth <thuth@redhat.com> 3141M: Philippe Mathieu-Daudé <philmd@redhat.com> 3142M: Alex Bennée <alex.bennee@linaro.org> 3143R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3144S: Maintained 3145F: .gitlab-ci.yml 3146F: .gitlab-ci.d/crossbuilds.yml 3147F: .gitlab-ci.d/*py 3148 3149Guest Test Compilation Support 3150M: Alex Bennée <alex.bennee@linaro.org> 3151R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3152S: Maintained 3153F: tests/tcg/Makefile 3154F: tests/tcg/Makefile.include 3155 3156Acceptance (Integration) Testing with the Avocado framework 3157W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3158R: Cleber Rosa <crosa@redhat.com> 3159R: Philippe Mathieu-Daudé <philmd@redhat.com> 3160R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3161S: Odd Fixes 3162F: tests/acceptance/ 3163 3164Documentation 3165------------- 3166Build system architecture 3167M: Daniel P. Berrange <berrange@redhat.com> 3168S: Odd Fixes 3169F: docs/devel/build-system.txt 3170 3171GIT Data Mining Config 3172M: Alex Bennée <alex.bennee@linaro.org> 3173S: Odd Fixes 3174F: gitdm.config 3175F: contrib/gitdm/* 3176 3177Incompatible changes 3178R: libvir-list@redhat.com 3179F: docs/system/deprecated.rst 3180 3181Build System 3182------------ 3183GIT submodules 3184M: Daniel P. Berrange <berrange@redhat.com> 3185S: Odd Fixes 3186F: scripts/git-submodule.sh 3187 3188UI translations 3189S: Orphaned 3190F: po/*.po 3191 3192Sphinx documentation configuration and build machinery 3193M: Peter Maydell <peter.maydell@linaro.org> 3194S: Maintained 3195F: docs/conf.py 3196F: docs/*/conf.py 3197F: docs/sphinx/ 3198 3199Miscellaneous 3200------------- 3201Performance Tools and Tests 3202M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3203S: Maintained 3204F: scripts/performance/ 3205