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