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