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