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