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