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