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