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