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://gitlab.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://gitlab.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://gitlab.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://gitlab.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://gitlab.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 2168Storage daemon 2169M: Kevin Wolf <kwolf@redhat.com> 2170L: qemu-block@nongnu.org 2171S: Supported 2172F: storage-daemon/ 2173F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2174F: docs/tools/qemu-storage-daemon.rst 2175T: git https://repo.or.cz/qemu/kevin.git block 2176 2177Block I/O path 2178M: Stefan Hajnoczi <stefanha@redhat.com> 2179M: Fam Zheng <fam@euphon.net> 2180L: qemu-block@nongnu.org 2181S: Supported 2182F: util/async.c 2183F: util/aio-*.c 2184F: util/aio-*.h 2185F: util/fdmon-*.c 2186F: block/io.c 2187F: migration/block* 2188F: include/block/aio.h 2189F: include/block/aio-wait.h 2190F: scripts/qemugdb/aio.py 2191F: tests/test-fdmon-epoll.c 2192T: git https://github.com/stefanha/qemu.git block 2193 2194Block SCSI subsystem 2195M: Paolo Bonzini <pbonzini@redhat.com> 2196R: Fam Zheng <fam@euphon.net> 2197L: qemu-block@nongnu.org 2198S: Supported 2199F: include/scsi/* 2200F: scsi/* 2201 2202Block Jobs 2203M: John Snow <jsnow@redhat.com> 2204L: qemu-block@nongnu.org 2205S: Supported 2206F: blockjob.c 2207F: include/block/blockjob.h 2208F: job.c 2209F: job-qmp.c 2210F: include/qemu/job.h 2211F: block/backup.c 2212F: block/commit.c 2213F: block/stream.c 2214F: block/mirror.c 2215F: qapi/job.json 2216T: git https://gitlab.com/jsnow/qemu.git jobs 2217 2218Block QAPI, monitor, command line 2219M: Markus Armbruster <armbru@redhat.com> 2220S: Supported 2221F: blockdev.c 2222F: blockdev-hmp-cmds.c 2223F: block/qapi.c 2224F: qapi/block*.json 2225F: qapi/transaction.json 2226T: git https://repo.or.cz/qemu/armbru.git block-next 2227 2228Dirty Bitmaps 2229M: Eric Blake <eblake@redhat.com> 2230M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2231R: John Snow <jsnow@redhat.com> 2232L: qemu-block@nongnu.org 2233S: Supported 2234F: include/qemu/hbitmap.h 2235F: include/block/dirty-bitmap.h 2236F: block/monitor/bitmap-qmp-cmds.c 2237F: block/dirty-bitmap.c 2238F: block/qcow2-bitmap.c 2239F: migration/block-dirty-bitmap.c 2240F: util/hbitmap.c 2241F: tests/test-hbitmap.c 2242F: docs/interop/bitmaps.rst 2243T: git https://repo.or.cz/qemu/ericb.git bitmaps 2244 2245Character device backends 2246M: Marc-André Lureau <marcandre.lureau@redhat.com> 2247R: Paolo Bonzini <pbonzini@redhat.com> 2248S: Maintained 2249F: chardev/ 2250F: include/chardev/ 2251F: qapi/char.json 2252 2253Character Devices (Braille) 2254M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2255S: Maintained 2256F: chardev/baum.c 2257 2258Command line option argument parsing 2259M: Markus Armbruster <armbru@redhat.com> 2260S: Supported 2261F: include/qemu/option.h 2262F: tests/test-keyval.c 2263F: tests/test-qemu-opts.c 2264F: util/keyval.c 2265F: util/qemu-option.c 2266 2267Coverity model 2268M: Markus Armbruster <armbru@redhat.com> 2269S: Supported 2270F: scripts/coverity-model.c 2271 2272Coverity Scan integration 2273M: Peter Maydell <peter.maydell@linaro.org> 2274S: Maintained 2275F: scripts/coverity-scan/ 2276 2277Device Tree 2278M: Alistair Francis <alistair.francis@wdc.com> 2279R: David Gibson <david@gibson.dropbear.id.au> 2280S: Maintained 2281F: softmmu/device_tree.c 2282F: include/sysemu/device_tree.h 2283 2284Dump 2285S: Supported 2286M: Marc-André Lureau <marcandre.lureau@redhat.com> 2287F: dump/ 2288F: hw/misc/vmcoreinfo.c 2289F: include/hw/misc/vmcoreinfo.h 2290F: include/qemu/win_dump_defs 2291F: include/sysemu/dump-arch.h 2292F: include/sysemu/dump.h 2293F: qapi/dump.json 2294F: scripts/dump-guest-memory.py 2295F: stubs/dump.c 2296 2297Error reporting 2298M: Markus Armbruster <armbru@redhat.com> 2299S: Supported 2300F: include/qapi/error.h 2301F: include/qemu/error-report.h 2302F: qapi/error.json 2303F: util/error.c 2304F: util/qemu-error.c 2305F: scripts/coccinelle/err-bad-newline.cocci 2306F: scripts/coccinelle/error-use-after-free.cocci 2307F: scripts/coccinelle/error_propagate_null.cocci 2308F: scripts/coccinelle/remove_local_err.cocci 2309F: scripts/coccinelle/use-error_fatal.cocci 2310F: scripts/coccinelle/errp-guard.cocci 2311 2312GDB stub 2313M: Alex Bennée <alex.bennee@linaro.org> 2314R: Philippe Mathieu-Daudé <philmd@redhat.com> 2315S: Maintained 2316F: gdbstub* 2317F: gdb-xml/ 2318 2319Memory API 2320M: Paolo Bonzini <pbonzini@redhat.com> 2321S: Supported 2322F: include/exec/ioport.h 2323F: include/exec/memop.h 2324F: include/exec/memory.h 2325F: include/exec/ram_addr.h 2326F: include/exec/ramblock.h 2327F: softmmu/dma-helpers.c 2328F: softmmu/ioport.c 2329F: softmmu/memory.c 2330F: softmmu/physmem.c 2331F: include/exec/memory-internal.h 2332F: scripts/coccinelle/memory-region-housekeeping.cocci 2333 2334SPICE 2335M: Gerd Hoffmann <kraxel@redhat.com> 2336S: Supported 2337F: include/ui/qemu-spice.h 2338F: include/ui/spice-display.h 2339F: ui/spice-*.c 2340F: audio/spiceaudio.c 2341F: hw/display/qxl* 2342F: qapi/ui.json 2343F: docs/spice-port-fqdn.txt 2344 2345Graphics 2346M: Gerd Hoffmann <kraxel@redhat.com> 2347S: Odd Fixes 2348F: ui/ 2349F: include/ui/ 2350F: qapi/ui.json 2351F: util/drm.c 2352 2353Cocoa graphics 2354M: Peter Maydell <peter.maydell@linaro.org> 2355S: Odd Fixes 2356F: ui/cocoa.m 2357 2358Main loop 2359M: Paolo Bonzini <pbonzini@redhat.com> 2360S: Maintained 2361F: include/qemu/main-loop.h 2362F: include/sysemu/runstate.h 2363F: include/sysemu/runstate-action.h 2364F: util/main-loop.c 2365F: util/qemu-timer.c 2366F: softmmu/vl.c 2367F: softmmu/main.c 2368F: softmmu/cpus.c 2369F: softmmu/cpu-throttle.c 2370F: softmmu/cpu-timers.c 2371F: softmmu/icount.c 2372F: softmmu/runstate-action.c 2373F: qapi/run-state.json 2374 2375Read, Copy, Update (RCU) 2376M: Paolo Bonzini <pbonzini@redhat.com> 2377S: Maintained 2378F: include/qemu/rcu*.h 2379F: tests/rcutorture.c 2380F: tests/test-rcu-*.c 2381F: util/rcu.c 2382 2383Human Monitor (HMP) 2384M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2385S: Maintained 2386F: monitor/monitor-internal.h 2387F: monitor/misc.c 2388F: monitor/monitor.c 2389F: monitor/hmp* 2390F: hmp.h 2391F: hmp-commands*.hx 2392F: include/monitor/hmp-target.h 2393F: tests/qtest/test-hmp.c 2394F: include/qemu/qemu-print.h 2395F: util/qemu-print.c 2396 2397Network device backends 2398M: Jason Wang <jasowang@redhat.com> 2399S: Maintained 2400F: net/ 2401F: include/net/ 2402F: qemu-bridge-helper.c 2403T: git https://github.com/jasowang/qemu.git net 2404F: qapi/net.json 2405 2406Netmap network backend 2407M: Luigi Rizzo <rizzo@iet.unipi.it> 2408M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2409M: Vincenzo Maffione <v.maffione@gmail.com> 2410W: http://info.iet.unipi.it/~luigi/netmap/ 2411S: Maintained 2412F: net/netmap.c 2413 2414Host Memory Backends 2415M: Eduardo Habkost <ehabkost@redhat.com> 2416M: Igor Mammedov <imammedo@redhat.com> 2417S: Maintained 2418F: backends/hostmem*.c 2419F: include/sysemu/hostmem.h 2420T: git https://gitlab.com/ehabkost/qemu.git machine-next 2421 2422Cryptodev Backends 2423M: Gonglei <arei.gonglei@huawei.com> 2424S: Maintained 2425F: include/sysemu/cryptodev*.h 2426F: backends/cryptodev*.c 2427 2428Python library 2429M: John Snow <jsnow@redhat.com> 2430M: Cleber Rosa <crosa@redhat.com> 2431R: Eduardo Habkost <ehabkost@redhat.com> 2432S: Maintained 2433F: python/ 2434T: git https://gitlab.com/jsnow/qemu.git python 2435 2436Python scripts 2437M: Eduardo Habkost <ehabkost@redhat.com> 2438M: Cleber Rosa <crosa@redhat.com> 2439S: Odd fixes 2440F: scripts/*.py 2441F: tests/*.py 2442 2443Benchmark util 2444M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2445S: Maintained 2446F: scripts/simplebench/ 2447 2448QAPI 2449M: Markus Armbruster <armbru@redhat.com> 2450M: Michael Roth <michael.roth@amd.com> 2451S: Supported 2452F: qapi/ 2453X: qapi/*.json 2454F: include/qapi/ 2455X: include/qapi/qmp/ 2456F: include/qapi/qmp/dispatch.h 2457F: tests/qapi-schema/ 2458F: tests/test-*-visitor.c 2459F: tests/test-qapi-*.c 2460F: tests/test-qmp-*.c 2461F: tests/test-visitor-serialization.c 2462F: scripts/qapi-gen.py 2463F: scripts/qapi/* 2464F: docs/sphinx/qapidoc.py 2465F: docs/devel/qapi* 2466T: git https://repo.or.cz/qemu/armbru.git qapi-next 2467 2468QAPI Schema 2469M: Eric Blake <eblake@redhat.com> 2470M: Markus Armbruster <armbru@redhat.com> 2471S: Supported 2472F: qapi/*.json 2473T: git https://repo.or.cz/qemu/armbru.git qapi-next 2474 2475QObject 2476M: Markus Armbruster <armbru@redhat.com> 2477S: Supported 2478F: qobject/ 2479F: include/qapi/qmp/ 2480X: include/qapi/qmp/dispatch.h 2481F: scripts/coccinelle/qobject.cocci 2482F: tests/check-qdict.c 2483F: tests/check-qjson.c 2484F: tests/check-qlist.c 2485F: tests/check-qlit.c 2486F: tests/check-qnull.c 2487F: tests/check-qnum.c 2488F: tests/check-qobject.c 2489F: tests/check-qstring.c 2490F: tests/data/qobject/qdict.txt 2491T: git https://repo.or.cz/qemu/armbru.git qapi-next 2492 2493QEMU Guest Agent 2494M: Michael Roth <michael.roth@amd.com> 2495S: Maintained 2496F: qga/ 2497F: docs/interop/qemu-ga.rst 2498F: docs/interop/qemu-ga-ref.rst 2499F: scripts/qemu-guest-agent/ 2500F: tests/test-qga.c 2501T: git https://github.com/mdroth/qemu.git qga 2502 2503QOM 2504M: Paolo Bonzini <pbonzini@redhat.com> 2505R: Daniel P. Berrange <berrange@redhat.com> 2506R: Eduardo Habkost <ehabkost@redhat.com> 2507S: Supported 2508F: docs/qdev-device-use.txt 2509F: hw/core/qdev* 2510F: hw/core/bus.c 2511F: hw/core/sysbus.c 2512F: include/hw/qdev* 2513F: include/monitor/qdev.h 2514F: include/qom/ 2515F: qapi/qom.json 2516F: qapi/qdev.json 2517F: scripts/coccinelle/qom-parent-type.cocci 2518F: softmmu/qdev-monitor.c 2519F: qom/ 2520F: tests/check-qom-interface.c 2521F: tests/check-qom-proplist.c 2522F: tests/test-qdev-global-props.c 2523 2524QOM boilerplate conversion script 2525M: Eduardo Habkost <ehabkost@redhat.com> 2526S: Maintained 2527F: scripts/codeconverter/ 2528 2529QMP 2530M: Markus Armbruster <armbru@redhat.com> 2531S: Supported 2532F: monitor/monitor-internal.h 2533F: monitor/qmp* 2534F: monitor/misc.c 2535F: monitor/monitor.c 2536F: qapi/control.json 2537F: qapi/error.json 2538F: qapi/introspect.json 2539F: docs/devel/*qmp-* 2540F: docs/interop/*qmp-* 2541F: scripts/qmp/ 2542F: tests/qtest/qmp-test.c 2543F: tests/qtest/qmp-cmd-test.c 2544T: git https://repo.or.cz/qemu/armbru.git qapi-next 2545 2546qtest 2547M: Thomas Huth <thuth@redhat.com> 2548M: Laurent Vivier <lvivier@redhat.com> 2549R: Paolo Bonzini <pbonzini@redhat.com> 2550S: Maintained 2551F: softmmu/qtest.c 2552F: accel/qtest/ 2553F: tests/qtest/ 2554X: tests/qtest/bios-tables-test* 2555 2556Device Fuzzing 2557M: Alexander Bulekov <alxndr@bu.edu> 2558R: Paolo Bonzini <pbonzini@redhat.com> 2559R: Bandan Das <bsd@redhat.com> 2560R: Stefan Hajnoczi <stefanha@redhat.com> 2561R: Thomas Huth <thuth@redhat.com> 2562S: Maintained 2563F: tests/qtest/fuzz/ 2564F: scripts/oss-fuzz/ 2565F: docs/devel/fuzzing.rst 2566 2567Register API 2568M: Alistair Francis <alistair@alistair23.me> 2569S: Maintained 2570F: hw/core/register.c 2571F: include/hw/register.h 2572F: include/hw/registerfields.h 2573 2574SLIRP 2575M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2576S: Maintained 2577F: slirp/ 2578F: net/slirp.c 2579F: include/net/slirp.h 2580T: git https://people.debian.org/~sthibault/qemu.git slirp 2581 2582Streams 2583M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2584S: Maintained 2585F: hw/core/stream.c 2586F: include/hw/stream.h 2587 2588Stubs 2589M: Paolo Bonzini <pbonzini@redhat.com> 2590S: Maintained 2591F: stubs/ 2592 2593Tracing 2594M: Stefan Hajnoczi <stefanha@redhat.com> 2595S: Maintained 2596F: trace/ 2597F: trace-events 2598F: docs/qemu-option-trace.rst.inc 2599F: qapi/trace.json 2600F: scripts/tracetool.py 2601F: scripts/tracetool/ 2602F: scripts/qemu-trace-stap* 2603F: docs/interop/qemu-trace-stap.rst 2604F: docs/devel/tracing.txt 2605T: git https://github.com/stefanha/qemu.git tracing 2606 2607TPM 2608M: Stefan Berger <stefanb@linux.ibm.com> 2609S: Maintained 2610F: tpm.c 2611F: stubs/tpm.c 2612F: hw/tpm/* 2613F: include/hw/acpi/tpm.h 2614F: include/sysemu/tpm* 2615F: qapi/tpm.json 2616F: backends/tpm/ 2617F: tests/qtest/*tpm* 2618T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2619 2620Checkpatch 2621S: Odd Fixes 2622F: scripts/checkpatch.pl 2623 2624Migration 2625M: Juan Quintela <quintela@redhat.com> 2626M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2627S: Maintained 2628F: hw/core/vmstate-if.c 2629F: include/hw/vmstate-if.h 2630F: include/migration/ 2631F: migration/ 2632F: scripts/vmstate-static-checker.py 2633F: tests/vmstate-static-checker-data/ 2634F: tests/qtest/migration-test.c 2635F: docs/devel/migration.rst 2636F: qapi/migration.json 2637 2638D-Bus 2639M: Marc-André Lureau <marcandre.lureau@redhat.com> 2640S: Maintained 2641F: backends/dbus-vmstate.c 2642F: tests/dbus-vmstate* 2643F: util/dbus.c 2644F: include/qemu/dbus.h 2645F: docs/interop/dbus.rst 2646F: docs/interop/dbus-vmstate.rst 2647 2648Seccomp 2649M: Eduardo Otubo <otubo@redhat.com> 2650S: Supported 2651F: softmmu/qemu-seccomp.c 2652F: include/sysemu/seccomp.h 2653 2654Cryptography 2655M: Daniel P. Berrange <berrange@redhat.com> 2656S: Maintained 2657F: crypto/ 2658F: include/crypto/ 2659F: qapi/crypto.json 2660F: tests/test-crypto-* 2661F: tests/benchmark-crypto-* 2662F: tests/crypto-tls-* 2663F: tests/pkix_asn1_tab.c 2664F: qemu.sasl 2665 2666Coroutines 2667M: Stefan Hajnoczi <stefanha@redhat.com> 2668M: Kevin Wolf <kwolf@redhat.com> 2669S: Maintained 2670F: util/*coroutine* 2671F: include/qemu/coroutine* 2672F: tests/test-coroutine.c 2673 2674Buffers 2675M: Daniel P. Berrange <berrange@redhat.com> 2676S: Odd fixes 2677F: util/buffer.c 2678F: include/qemu/buffer.h 2679 2680I/O Channels 2681M: Daniel P. Berrange <berrange@redhat.com> 2682S: Maintained 2683F: io/ 2684F: include/io/ 2685F: tests/test-io-* 2686 2687User authorization 2688M: Daniel P. Berrange <berrange@redhat.com> 2689S: Maintained 2690F: authz/ 2691F: qapi/authz.json 2692F: include/authz/ 2693F: tests/test-authz-* 2694 2695Sockets 2696M: Daniel P. Berrange <berrange@redhat.com> 2697M: Gerd Hoffmann <kraxel@redhat.com> 2698S: Maintained 2699F: include/qemu/sockets.h 2700F: util/qemu-sockets.c 2701F: qapi/sockets.json 2702 2703File monitor 2704M: Daniel P. Berrange <berrange@redhat.com> 2705S: Odd fixes 2706F: util/filemonitor*.c 2707F: include/qemu/filemonitor.h 2708F: tests/test-util-filemonitor.c 2709 2710Throttling infrastructure 2711M: Alberto Garcia <berto@igalia.com> 2712S: Supported 2713F: block/throttle-groups.c 2714F: include/block/throttle-groups.h 2715F: include/qemu/throttle*.h 2716F: util/throttle.c 2717F: docs/throttle.txt 2718F: tests/test-throttle.c 2719L: qemu-block@nongnu.org 2720 2721UUID 2722M: Fam Zheng <fam@euphon.net> 2723S: Supported 2724F: util/uuid.c 2725F: include/qemu/uuid.h 2726F: tests/test-uuid.c 2727 2728COLO Framework 2729M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2730S: Maintained 2731F: migration/colo* 2732F: include/migration/colo.h 2733F: include/migration/failover.h 2734F: docs/COLO-FT.txt 2735 2736COLO Proxy 2737M: Zhang Chen <chen.zhang@intel.com> 2738M: Li Zhijian <lizhijian@cn.fujitsu.com> 2739S: Supported 2740F: docs/colo-proxy.txt 2741F: net/colo* 2742F: net/filter-rewriter.c 2743F: net/filter-mirror.c 2744 2745Record/replay 2746M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2747R: Paolo Bonzini <pbonzini@redhat.com> 2748W: https://wiki.qemu.org/Features/record-replay 2749S: Supported 2750F: replay/* 2751F: block/blkreplay.c 2752F: net/filter-replay.c 2753F: include/sysemu/replay.h 2754F: docs/replay.txt 2755F: stubs/replay.c 2756F: tests/acceptance/replay_kernel.py 2757F: tests/acceptance/reverse_debugging.py 2758F: qapi/replay.json 2759 2760IOVA Tree 2761M: Peter Xu <peterx@redhat.com> 2762S: Maintained 2763F: include/qemu/iova-tree.h 2764F: util/iova-tree.c 2765 2766elf2dmp 2767M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2768S: Maintained 2769F: contrib/elf2dmp/ 2770 2771I2C and SMBus 2772M: Corey Minyard <cminyard@mvista.com> 2773S: Maintained 2774F: hw/i2c/core.c 2775F: hw/i2c/smbus_slave.c 2776F: hw/i2c/smbus_master.c 2777F: hw/i2c/smbus_eeprom.c 2778F: include/hw/i2c/i2c.h 2779F: include/hw/i2c/smbus_master.h 2780F: include/hw/i2c/smbus_slave.h 2781F: include/hw/i2c/smbus_eeprom.h 2782 2783Firmware schema specifications 2784M: Laszlo Ersek <lersek@redhat.com> 2785M: Philippe Mathieu-Daudé <philmd@redhat.com> 2786R: Daniel P. Berrange <berrange@redhat.com> 2787R: Kashyap Chamarthy <kchamart@redhat.com> 2788S: Maintained 2789F: docs/interop/firmware.json 2790 2791EDK2 Firmware 2792M: Laszlo Ersek <lersek@redhat.com> 2793M: Philippe Mathieu-Daudé <philmd@redhat.com> 2794S: Supported 2795F: pc-bios/descriptors/??-edk2-*.json 2796F: pc-bios/edk2-* 2797F: roms/Makefile.edk2 2798F: roms/edk2 2799F: roms/edk2-* 2800F: tests/data/uefi-boot-images/ 2801F: tests/uefi-test-tools/ 2802F: .gitlab-ci.d/edk2.yml 2803F: .gitlab-ci.d/edk2/ 2804 2805VT-d Emulation 2806M: Michael S. Tsirkin <mst@redhat.com> 2807M: Peter Xu <peterx@redhat.com> 2808R: Jason Wang <jasowang@redhat.com> 2809S: Supported 2810F: hw/i386/intel_iommu.c 2811F: hw/i386/intel_iommu_internal.h 2812F: include/hw/i386/intel_iommu.h 2813 2814OpenSBI Firmware 2815M: Bin Meng <bmeng.cn@gmail.com> 2816S: Supported 2817F: pc-bios/opensbi-* 2818F: .gitlab-ci.d/opensbi.yml 2819F: .gitlab-ci.d/opensbi/ 2820 2821Usermode Emulation 2822------------------ 2823Overall usermode emulation 2824M: Riku Voipio <riku.voipio@iki.fi> 2825S: Maintained 2826F: thunk.c 2827F: accel/tcg/user-exec*.c 2828 2829BSD user 2830S: Orphan 2831F: bsd-user/ 2832F: default-configs/*-bsd-user.mak 2833 2834Linux user 2835M: Laurent Vivier <laurent@vivier.eu> 2836S: Maintained 2837F: linux-user/ 2838F: default-configs/*-linux-user.mak 2839F: scripts/qemu-binfmt-conf.sh 2840F: scripts/update-syscalltbl.sh 2841F: scripts/update-mips-syscall-args.sh 2842F: scripts/gensyscalls.sh 2843 2844Tiny Code Generator (TCG) 2845------------------------- 2846Common TCG code 2847M: Richard Henderson <richard.henderson@linaro.org> 2848S: Maintained 2849F: tcg/ 2850F: include/tcg/ 2851 2852TCG Plugins 2853M: Alex Bennée <alex.bennee@linaro.org> 2854S: Maintained 2855F: docs/devel/tcg-plugins.rst 2856F: plugins/ 2857F: tests/plugin/ 2858F: contrib/plugins/ 2859 2860AArch64 TCG target 2861M: Richard Henderson <richard.henderson@linaro.org> 2862S: Maintained 2863L: qemu-arm@nongnu.org 2864F: tcg/aarch64/ 2865F: disas/arm-a64.cc 2866F: disas/libvixl/ 2867 2868ARM TCG target 2869M: Andrzej Zaborowski <balrogg@gmail.com> 2870S: Maintained 2871L: qemu-arm@nongnu.org 2872F: tcg/arm/ 2873F: disas/arm.c 2874 2875i386 TCG target 2876M: Richard Henderson <richard.henderson@linaro.org> 2877S: Maintained 2878F: tcg/i386/ 2879F: disas/i386.c 2880 2881MIPS TCG target 2882M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2883R: Aurelien Jarno <aurelien@aurel32.net> 2884R: Huacai Chen <chenhuacai@kernel.org> 2885R: Jiaxun Yang <jiaxun.yang@flygoat.com> 2886R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 2887S: Odd Fixes 2888F: tcg/mips/ 2889 2890PPC TCG target 2891M: Richard Henderson <richard.henderson@linaro.org> 2892S: Odd Fixes 2893F: tcg/ppc/ 2894F: disas/ppc.c 2895 2896RISC-V TCG target 2897M: Palmer Dabbelt <palmer@dabbelt.com> 2898M: Alistair Francis <Alistair.Francis@wdc.com> 2899L: qemu-riscv@nongnu.org 2900S: Maintained 2901F: tcg/riscv/ 2902F: disas/riscv.c 2903 2904S390 TCG target 2905M: Richard Henderson <richard.henderson@linaro.org> 2906S: Maintained 2907F: tcg/s390/ 2908F: disas/s390.c 2909L: qemu-s390x@nongnu.org 2910 2911SPARC TCG target 2912S: Odd Fixes 2913F: tcg/sparc/ 2914F: disas/sparc.c 2915 2916TCI TCG target 2917M: Stefan Weil <sw@weilnetz.de> 2918S: Maintained 2919F: tcg/tci/ 2920F: tcg/tci.c 2921F: disas/tci.c 2922 2923Block drivers 2924------------- 2925VMDK 2926M: Fam Zheng <fam@euphon.net> 2927L: qemu-block@nongnu.org 2928S: Supported 2929F: block/vmdk.c 2930 2931RBD 2932M: Jason Dillaman <dillaman@redhat.com> 2933L: qemu-block@nongnu.org 2934S: Supported 2935F: block/rbd.c 2936 2937Sheepdog 2938M: Liu Yuan <namei.unix@gmail.com> 2939L: qemu-block@nongnu.org 2940S: Odd Fixes 2941F: block/sheepdog.c 2942 2943VHDX 2944M: Jeff Cody <codyprime@gmail.com> 2945L: qemu-block@nongnu.org 2946S: Supported 2947F: block/vhdx* 2948 2949VDI 2950M: Stefan Weil <sw@weilnetz.de> 2951L: qemu-block@nongnu.org 2952S: Maintained 2953F: block/vdi.c 2954 2955iSCSI 2956M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2957M: Paolo Bonzini <pbonzini@redhat.com> 2958M: Peter Lieven <pl@kamp.de> 2959L: qemu-block@nongnu.org 2960S: Odd Fixes 2961F: block/iscsi.c 2962F: block/iscsi-opts.c 2963 2964Network Block Device (NBD) 2965M: Eric Blake <eblake@redhat.com> 2966L: qemu-block@nongnu.org 2967S: Maintained 2968F: block/nbd* 2969F: nbd/ 2970F: include/block/nbd* 2971F: qemu-nbd.* 2972F: blockdev-nbd.c 2973F: docs/interop/nbd.txt 2974F: docs/interop/qemu-nbd.rst 2975T: git https://repo.or.cz/qemu/ericb.git nbd 2976 2977NFS 2978M: Peter Lieven <pl@kamp.de> 2979L: qemu-block@nongnu.org 2980S: Maintained 2981F: block/nfs.c 2982 2983SSH 2984M: Richard W.M. Jones <rjones@redhat.com> 2985L: qemu-block@nongnu.org 2986S: Supported 2987F: block/ssh.c 2988 2989CURL 2990L: qemu-block@nongnu.org 2991S: Odd Fixes 2992F: block/curl.c 2993 2994GLUSTER 2995L: qemu-block@nongnu.org 2996L: integration@gluster.org 2997S: Odd Fixes 2998F: block/gluster.c 2999 3000Null Block Driver 3001M: Fam Zheng <fam@euphon.net> 3002L: qemu-block@nongnu.org 3003S: Supported 3004F: block/null.c 3005 3006NVMe Block Driver 3007M: Stefan Hajnoczi <stefanha@redhat.com> 3008R: Fam Zheng <fam@euphon.net> 3009L: qemu-block@nongnu.org 3010S: Supported 3011F: block/nvme* 3012F: include/block/nvme.h 3013T: git https://github.com/stefanha/qemu.git block 3014 3015Bootdevice 3016M: Gonglei <arei.gonglei@huawei.com> 3017S: Maintained 3018F: softmmu/bootdevice.c 3019 3020Quorum 3021M: Alberto Garcia <berto@igalia.com> 3022S: Supported 3023F: block/quorum.c 3024L: qemu-block@nongnu.org 3025 3026blklogwrites 3027M: Ari Sundholm <ari@tuxera.com> 3028L: qemu-block@nongnu.org 3029S: Supported 3030F: block/blklogwrites.c 3031 3032blkverify 3033M: Stefan Hajnoczi <stefanha@redhat.com> 3034L: qemu-block@nongnu.org 3035S: Supported 3036F: block/blkverify.c 3037 3038bochs 3039M: Stefan Hajnoczi <stefanha@redhat.com> 3040L: qemu-block@nongnu.org 3041S: Supported 3042F: block/bochs.c 3043 3044cloop 3045M: Stefan Hajnoczi <stefanha@redhat.com> 3046L: qemu-block@nongnu.org 3047S: Supported 3048F: block/cloop.c 3049 3050dmg 3051M: Stefan Hajnoczi <stefanha@redhat.com> 3052L: qemu-block@nongnu.org 3053S: Supported 3054F: block/dmg.c 3055 3056parallels 3057M: Stefan Hajnoczi <stefanha@redhat.com> 3058M: Denis V. Lunev <den@openvz.org> 3059L: qemu-block@nongnu.org 3060S: Supported 3061F: block/parallels.c 3062F: docs/interop/parallels.txt 3063 3064qed 3065M: Stefan Hajnoczi <stefanha@redhat.com> 3066L: qemu-block@nongnu.org 3067S: Supported 3068F: block/qed.c 3069 3070raw 3071M: Kevin Wolf <kwolf@redhat.com> 3072L: qemu-block@nongnu.org 3073S: Supported 3074F: block/linux-aio.c 3075F: include/block/raw-aio.h 3076F: block/raw-format.c 3077F: block/file-posix.c 3078F: block/file-win32.c 3079F: block/win32-aio.c 3080 3081Linux io_uring 3082M: Aarushi Mehta <mehta.aaru20@gmail.com> 3083M: Julia Suvorova <jusual@redhat.com> 3084M: Stefan Hajnoczi <stefanha@redhat.com> 3085L: qemu-block@nongnu.org 3086S: Maintained 3087F: block/io_uring.c 3088F: stubs/io_uring.c 3089 3090qcow2 3091M: Kevin Wolf <kwolf@redhat.com> 3092M: Max Reitz <mreitz@redhat.com> 3093L: qemu-block@nongnu.org 3094S: Supported 3095F: block/qcow2* 3096F: docs/interop/qcow2.txt 3097 3098qcow 3099M: Kevin Wolf <kwolf@redhat.com> 3100L: qemu-block@nongnu.org 3101S: Supported 3102F: block/qcow.c 3103 3104blkdebug 3105M: Kevin Wolf <kwolf@redhat.com> 3106M: Max Reitz <mreitz@redhat.com> 3107L: qemu-block@nongnu.org 3108S: Supported 3109F: block/blkdebug.c 3110 3111vpc 3112M: Kevin Wolf <kwolf@redhat.com> 3113L: qemu-block@nongnu.org 3114S: Supported 3115F: block/vpc.c 3116 3117vvfat 3118M: Kevin Wolf <kwolf@redhat.com> 3119L: qemu-block@nongnu.org 3120S: Odd Fixes 3121F: block/vvfat.c 3122 3123Image format fuzzer 3124M: Stefan Hajnoczi <stefanha@redhat.com> 3125L: qemu-block@nongnu.org 3126S: Supported 3127F: tests/image-fuzzer/ 3128 3129Vhost-user block device backend server 3130M: Coiby Xu <Coiby.Xu@gmail.com> 3131S: Maintained 3132F: block/export/vhost-user-blk-server.c 3133F: block/export/vhost-user-blk-server.h 3134F: include/qemu/vhost-user-server.h 3135F: tests/qtest/libqos/vhost-user-blk.c 3136F: util/vhost-user-server.c 3137 3138FUSE block device exports 3139M: Max Reitz <mreitz@redhat.com> 3140L: qemu-block@nongnu.org 3141S: Supported 3142F: block/export/fuse.c 3143 3144Replication 3145M: Wen Congyang <wencongyang2@huawei.com> 3146M: Xie Changlong <xiechanglong.d@gmail.com> 3147S: Supported 3148F: replication* 3149F: block/replication.c 3150F: tests/test-replication.c 3151F: docs/block-replication.txt 3152 3153PVRDMA 3154M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3155M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3156S: Maintained 3157F: hw/rdma/* 3158F: hw/rdma/vmw/* 3159F: docs/pvrdma.txt 3160F: contrib/rdmacm-mux/* 3161F: qapi/rdma.json 3162 3163Semihosting 3164M: Alex Bennée <alex.bennee@linaro.org> 3165S: Maintained 3166F: hw/semihosting/ 3167F: include/hw/semihosting/ 3168 3169Build and test automation 3170------------------------- 3171Build and test automation 3172M: Alex Bennée <alex.bennee@linaro.org> 3173M: Fam Zheng <fam@euphon.net> 3174R: Philippe Mathieu-Daudé <philmd@redhat.com> 3175S: Maintained 3176F: .github/lockdown.yml 3177F: .travis.yml 3178F: scripts/travis/ 3179F: .shippable.yml 3180F: tests/docker/ 3181F: tests/vm/ 3182F: scripts/archive-source.sh 3183W: https://travis-ci.org/qemu/qemu 3184W: https://app.shippable.com/github/qemu/qemu 3185W: http://patchew.org/QEMU/ 3186 3187FreeBSD Hosted Continuous Integration 3188M: Ed Maste <emaste@freebsd.org> 3189M: Li-Wen Hsu <lwhsu@freebsd.org> 3190S: Maintained 3191F: .cirrus.yml 3192W: https://cirrus-ci.com/github/qemu/qemu 3193 3194GitLab Continuous Integration 3195M: Thomas Huth <thuth@redhat.com> 3196M: Philippe Mathieu-Daudé <philmd@redhat.com> 3197M: Alex Bennée <alex.bennee@linaro.org> 3198R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3199S: Maintained 3200F: .gitlab-ci.yml 3201F: .gitlab-ci.d/crossbuilds.yml 3202F: .gitlab-ci.d/*py 3203F: scripts/ci/gitlab-pipeline-status 3204 3205Guest Test Compilation Support 3206M: Alex Bennée <alex.bennee@linaro.org> 3207R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3208S: Maintained 3209F: tests/tcg/Makefile 3210F: tests/tcg/Makefile.include 3211 3212Acceptance (Integration) Testing with the Avocado framework 3213W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3214R: Cleber Rosa <crosa@redhat.com> 3215R: Philippe Mathieu-Daudé <philmd@redhat.com> 3216R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3217S: Odd Fixes 3218F: tests/acceptance/ 3219 3220Documentation 3221------------- 3222Build system architecture 3223M: Daniel P. Berrange <berrange@redhat.com> 3224S: Odd Fixes 3225F: docs/devel/build-system.txt 3226 3227GIT Data Mining Config 3228M: Alex Bennée <alex.bennee@linaro.org> 3229S: Odd Fixes 3230F: gitdm.config 3231F: contrib/gitdm/* 3232 3233Incompatible changes 3234R: libvir-list@redhat.com 3235F: docs/system/deprecated.rst 3236 3237Build System 3238------------ 3239GIT submodules 3240M: Daniel P. Berrange <berrange@redhat.com> 3241S: Odd Fixes 3242F: scripts/git-submodule.sh 3243 3244UI translations 3245S: Orphaned 3246F: po/*.po 3247 3248Sphinx documentation configuration and build machinery 3249M: Peter Maydell <peter.maydell@linaro.org> 3250S: Maintained 3251F: docs/conf.py 3252F: docs/*/conf.py 3253F: docs/sphinx/ 3254 3255Miscellaneous 3256------------- 3257Performance Tools and Tests 3258M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3259S: Maintained 3260F: scripts/performance/ 3261