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: util/cacheinfo.c 123F: util/cacheflush.c 124F: scripts/decodetree.py 125F: docs/devel/decodetree.rst 126F: include/exec/cpu*.h 127F: include/exec/exec-all.h 128F: include/exec/helper*.h 129F: include/exec/tb-hash.h 130F: include/sysemu/cpus.h 131F: include/sysemu/tcg.h 132 133FPU emulation 134M: Aurelien Jarno <aurelien@aurel32.net> 135M: Peter Maydell <peter.maydell@linaro.org> 136M: Alex Bennée <alex.bennee@linaro.org> 137S: Maintained 138F: fpu/ 139F: include/fpu/ 140F: tests/fp/ 141 142Alpha TCG CPUs 143M: Richard Henderson <richard.henderson@linaro.org> 144S: Maintained 145F: target/alpha/ 146F: tests/tcg/alpha/ 147F: disas/alpha.c 148 149ARM TCG CPUs 150M: Peter Maydell <peter.maydell@linaro.org> 151L: qemu-arm@nongnu.org 152S: Maintained 153F: target/arm/ 154F: tests/tcg/arm/ 155F: tests/tcg/aarch64/ 156F: hw/arm/ 157F: hw/cpu/a*mpcore.c 158F: include/hw/cpu/a*mpcore.h 159F: disas/arm.c 160F: disas/arm-a64.cc 161F: disas/libvixl/ 162F: docs/system/target-arm.rst 163F: docs/system/arm/cpu-features.rst 164 165ARM SMMU 166M: Eric Auger <eric.auger@redhat.com> 167L: qemu-arm@nongnu.org 168S: Maintained 169F: hw/arm/smmu* 170F: include/hw/arm/smmu* 171 172AVR TCG CPUs 173M: Michael Rolnik <mrolnik@gmail.com> 174R: Sarah Harris <S.E.Harris@kent.ac.uk> 175S: Maintained 176F: docs/system/target-avr.rst 177F: gdb-xml/avr-cpu.xml 178F: target/avr/ 179F: tests/acceptance/machine_avr6.py 180 181CRIS TCG CPUs 182M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 183S: Maintained 184F: target/cris/ 185F: hw/cris/ 186F: include/hw/cris/ 187F: tests/tcg/cris/ 188F: disas/cris.c 189 190HPPA (PA-RISC) TCG CPUs 191M: Richard Henderson <richard.henderson@linaro.org> 192S: Maintained 193F: target/hppa/ 194F: hw/hppa/ 195F: disas/hppa.c 196F: hw/net/*i82596* 197F: include/hw/net/lasi_82596.h 198 199LM32 TCG CPUs 200R: Michael Walle <michael@walle.cc> 201S: Orphan 202F: target/lm32/ 203F: disas/lm32.c 204F: hw/lm32/ 205F: hw/*/lm32_* 206F: hw/*/milkymist-* 207F: include/hw/display/milkymist_tmu2.h 208F: include/hw/char/lm32_juart.h 209F: include/hw/lm32/ 210F: tests/tcg/lm32/ 211 212M68K TCG CPUs 213M: Laurent Vivier <laurent@vivier.eu> 214S: Maintained 215F: target/m68k/ 216F: disas/m68k.c 217 218MicroBlaze TCG CPUs 219M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 220S: Maintained 221F: target/microblaze/ 222F: hw/microblaze/ 223F: disas/microblaze.c 224 225MIPS TCG CPUs 226M: Philippe Mathieu-Daudé <f4bug@amsat.org> 227R: Aurelien Jarno <aurelien@aurel32.net> 228R: Jiaxun Yang <jiaxun.yang@flygoat.com> 229R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 230S: Odd Fixes 231F: target/mips/ 232F: default-configs/*mips* 233F: disas/mips.c 234F: docs/system/cpu-models-mips.rst.inc 235F: hw/intc/mips_gic.c 236F: hw/mips/ 237F: hw/misc/mips_* 238F: hw/timer/mips_gictimer.c 239F: include/hw/intc/mips_gic.h 240F: include/hw/mips/ 241F: include/hw/misc/mips_* 242F: include/hw/timer/mips_gictimer.h 243F: tests/tcg/mips/ 244K: ^Subject:.*(?i)mips 245 246MIPS TCG CPUs (nanoMIPS ISA) 247S: Orphan 248F: disas/nanomips.* 249 250Moxie TCG CPUs 251M: Anthony Green <green@moxielogic.com> 252S: Maintained 253F: target/moxie/ 254F: disas/moxie.c 255F: hw/moxie/ 256F: default-configs/moxie-softmmu.mak 257 258NiosII TCG CPUs 259M: Chris Wulff <crwulff@gmail.com> 260M: Marek Vasut <marex@denx.de> 261S: Maintained 262F: target/nios2/ 263F: hw/nios2/ 264F: disas/nios2.c 265F: default-configs/nios2-softmmu.mak 266 267OpenRISC TCG CPUs 268M: Stafford Horne <shorne@gmail.com> 269S: Odd Fixes 270F: target/openrisc/ 271F: hw/openrisc/ 272F: tests/tcg/openrisc/ 273 274PowerPC TCG CPUs 275M: David Gibson <david@gibson.dropbear.id.au> 276M: Greg Kurz <groug@kaod.org> 277L: qemu-ppc@nongnu.org 278S: Maintained 279F: target/ppc/ 280F: hw/ppc/ 281F: include/hw/ppc/ 282F: disas/ppc.c 283 284RISC-V TCG CPUs 285M: Palmer Dabbelt <palmer@dabbelt.com> 286M: Alistair Francis <Alistair.Francis@wdc.com> 287M: Sagar Karandikar <sagark@eecs.berkeley.edu> 288M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 289L: qemu-riscv@nongnu.org 290S: Supported 291F: target/riscv/ 292F: hw/riscv/ 293F: include/hw/riscv/ 294F: linux-user/host/riscv32/ 295F: linux-user/host/riscv64/ 296 297RENESAS RX CPUs 298M: Yoshinori Sato <ysato@users.sourceforge.jp> 299S: Odd Fixes 300F: target/rx/ 301 302S390 TCG CPUs 303M: Richard Henderson <richard.henderson@linaro.org> 304M: David Hildenbrand <david@redhat.com> 305S: Maintained 306F: target/s390x/ 307F: hw/s390x/ 308F: disas/s390.c 309F: tests/tcg/s390x/ 310L: qemu-s390x@nongnu.org 311 312SH4 TCG CPUs 313M: Yoshinori Sato <ysato@users.sourceforge.jp> 314S: Odd Fixes 315F: target/sh4/ 316F: hw/sh4/ 317F: disas/sh4.c 318F: include/hw/sh4/ 319 320SPARC TCG CPUs 321M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 322M: Artyom Tarasenko <atar4qemu@gmail.com> 323S: Maintained 324F: target/sparc/ 325F: hw/sparc/ 326F: hw/sparc64/ 327F: include/hw/sparc/sparc64.h 328F: disas/sparc.c 329 330UniCore32 TCG CPUs 331M: Guan Xuetao <gxt@mprc.pku.edu.cn> 332S: Maintained 333F: target/unicore32/ 334F: hw/unicore32/ 335F: include/hw/unicore32/ 336 337X86 TCG CPUs 338M: Paolo Bonzini <pbonzini@redhat.com> 339M: Richard Henderson <richard.henderson@linaro.org> 340M: Eduardo Habkost <ehabkost@redhat.com> 341S: Maintained 342F: target/i386/ 343F: tests/tcg/i386/ 344F: tests/tcg/x86_64/ 345F: hw/i386/ 346F: disas/i386.c 347F: docs/system/cpu-models-x86.rst.inc 348T: git https://gitlab.com/ehabkost/qemu.git x86-next 349 350Xtensa TCG CPUs 351M: Max Filippov <jcmvbkbc@gmail.com> 352W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 353S: Maintained 354F: target/xtensa/ 355F: hw/xtensa/ 356F: tests/tcg/xtensa/ 357F: disas/xtensa.c 358F: include/hw/xtensa/xtensa-isa.h 359F: default-configs/xtensa*.mak 360 361TriCore TCG CPUs 362M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 363S: Maintained 364F: target/tricore/ 365F: hw/tricore/ 366F: include/hw/tricore/ 367 368Multiarch Linux User Tests 369M: Alex Bennée <alex.bennee@linaro.org> 370S: Maintained 371F: tests/tcg/multiarch/ 372 373Guest CPU Cores (KVM) 374--------------------- 375Overall KVM CPUs 376M: Paolo Bonzini <pbonzini@redhat.com> 377L: kvm@vger.kernel.org 378S: Supported 379F: */*/kvm* 380F: accel/kvm/ 381F: accel/stubs/kvm-stub.c 382F: include/hw/kvm/ 383F: include/sysemu/kvm*.h 384F: scripts/kvm/kvm_flightrecorder 385 386ARM KVM CPUs 387M: Peter Maydell <peter.maydell@linaro.org> 388L: qemu-arm@nongnu.org 389S: Maintained 390F: target/arm/kvm.c 391 392MIPS KVM CPUs 393M: Huacai Chen <chenhuacai@kernel.org> 394S: Odd Fixes 395F: target/mips/kvm.c 396 397PPC KVM CPUs 398M: David Gibson <david@gibson.dropbear.id.au> 399M: Greg Kurz <groug@kaod.org> 400S: Maintained 401F: target/ppc/kvm.c 402 403S390 KVM CPUs 404M: Halil Pasic <pasic@linux.ibm.com> 405M: Cornelia Huck <cohuck@redhat.com> 406M: Christian Borntraeger <borntraeger@de.ibm.com> 407S: Supported 408F: target/s390x/kvm.c 409F: target/s390x/kvm_s390x.h 410F: target/s390x/kvm-stub.c 411F: target/s390x/ioinst.[ch] 412F: target/s390x/machine.c 413F: target/s390x/sigp.c 414F: target/s390x/cpu_features*.[ch] 415F: target/s390x/cpu_models.[ch] 416F: hw/s390x/pv.c 417F: include/hw/s390x/pv.h 418F: hw/intc/s390_flic.c 419F: hw/intc/s390_flic_kvm.c 420F: include/hw/s390x/s390_flic.h 421F: gdb-xml/s390*.xml 422T: git https://gitlab.com/cohuck/qemu.git s390-next 423T: git https://github.com/borntraeger/qemu.git s390-next 424L: qemu-s390x@nongnu.org 425 426X86 KVM CPUs 427M: Paolo Bonzini <pbonzini@redhat.com> 428M: Marcelo Tosatti <mtosatti@redhat.com> 429L: kvm@vger.kernel.org 430S: Supported 431F: target/i386/kvm/ 432F: scripts/kvm/vmxcap 433 434Guest CPU Cores (other accelerators) 435------------------------------------ 436Overall 437M: Richard Henderson <richard.henderson@linaro.org> 438R: Paolo Bonzini <pbonzini@redhat.com> 439S: Maintained 440F: include/sysemu/accel.h 441F: accel/accel.c 442F: accel/Makefile.objs 443F: accel/stubs/Makefile.objs 444 445X86 HVF CPUs 446M: Cameron Esfahani <dirty@apple.com> 447M: Roman Bolshakov <r.bolshakov@yadro.com> 448W: https://wiki.qemu.org/Features/HVF 449S: Maintained 450F: target/i386/hvf/ 451F: include/sysemu/hvf.h 452 453WHPX CPUs 454M: Sunil Muthuswamy <sunilmut@microsoft.com> 455S: Supported 456F: target/i386/whpx/ 457F: include/sysemu/whpx.h 458 459Guest CPU Cores (Xen) 460--------------------- 461X86 Xen CPUs 462M: Stefano Stabellini <sstabellini@kernel.org> 463M: Anthony Perard <anthony.perard@citrix.com> 464M: Paul Durrant <paul@xen.org> 465L: xen-devel@lists.xenproject.org 466S: Supported 467F: */xen* 468F: accel/xen/* 469F: hw/9pfs/xen-9p* 470F: hw/char/xen_console.c 471F: hw/display/xenfb.c 472F: hw/net/xen_nic.c 473F: hw/usb/xen-usb.c 474F: hw/block/xen* 475F: hw/block/dataplane/xen* 476F: hw/xen/ 477F: hw/xenpv/ 478F: hw/i386/xen/ 479F: hw/pci-host/xen_igd_pt.c 480F: include/hw/block/dataplane/xen* 481F: include/hw/xen/ 482F: include/sysemu/xen.h 483F: include/sysemu/xen-mapcache.h 484F: stubs/xen-hw-stub.c 485 486Guest CPU Cores (HAXM) 487--------------------- 488X86 HAXM CPUs 489M: Wenchao Wang <wenchao.wang@intel.com> 490M: Colin Xu <colin.xu@intel.com> 491L: haxm-team@intel.com 492W: https://github.com/intel/haxm/issues 493S: Maintained 494F: accel/stubs/hax-stub.c 495F: include/sysemu/hax.h 496F: target/i386/hax/ 497 498Hosts 499----- 500LINUX 501M: Michael S. Tsirkin <mst@redhat.com> 502M: Cornelia Huck <cohuck@redhat.com> 503M: Paolo Bonzini <pbonzini@redhat.com> 504S: Maintained 505F: linux-headers/ 506F: scripts/update-linux-headers.sh 507 508POSIX 509M: Paolo Bonzini <pbonzini@redhat.com> 510S: Maintained 511F: os-posix.c 512F: include/sysemu/os-posix.h 513F: util/*posix*.c 514F: include/qemu/*posix*.h 515 516NETBSD 517M: Kamil Rytarowski <kamil@netbsd.org> 518S: Maintained 519K: ^Subject:.*(?i)NetBSD 520 521OPENBSD 522M: Brad Smith <brad@comstyle.com> 523S: Maintained 524K: ^Subject:.*(?i)OpenBSD 525 526W32, W64 527M: Stefan Weil <sw@weilnetz.de> 528S: Maintained 529F: *win32* 530F: */*win32* 531F: include/*/*win32* 532X: qga/*win32* 533F: qemu.nsi 534 535Alpha Machines 536-------------- 537M: Richard Henderson <richard.henderson@linaro.org> 538S: Maintained 539F: hw/alpha/ 540F: hw/isa/smc37c669-superio.c 541F: tests/tcg/alpha/system/ 542 543ARM Machines 544------------ 545Allwinner-a10 546M: Beniamino Galvani <b.galvani@gmail.com> 547M: Peter Maydell <peter.maydell@linaro.org> 548L: qemu-arm@nongnu.org 549S: Odd Fixes 550F: hw/*/allwinner* 551F: include/hw/*/allwinner* 552F: hw/arm/cubieboard.c 553 554Allwinner-h3 555M: Niek Linnenbank <nieklinnenbank@gmail.com> 556L: qemu-arm@nongnu.org 557S: Maintained 558F: hw/*/allwinner-h3* 559F: include/hw/*/allwinner-h3* 560F: hw/arm/orangepi.c 561F: docs/system/arm/orangepi.rst 562 563ARM PrimeCell and CMSDK devices 564M: Peter Maydell <peter.maydell@linaro.org> 565L: qemu-arm@nongnu.org 566S: Maintained 567F: hw/char/pl011.c 568F: include/hw/char/pl011.h 569F: hw/display/pl110* 570F: hw/dma/pl080.c 571F: include/hw/dma/pl080.h 572F: hw/dma/pl330.c 573F: hw/gpio/pl061.c 574F: hw/input/pl050.c 575F: hw/intc/pl190.c 576F: hw/sd/pl181.c 577F: hw/ssi/pl022.c 578F: include/hw/ssi/pl022.h 579F: hw/rtc/pl031.c 580F: include/hw/rtc/pl031.h 581F: include/hw/arm/primecell.h 582F: hw/timer/cmsdk-apb-timer.c 583F: include/hw/timer/cmsdk-apb-timer.h 584F: tests/qtest/cmsdk-apb-timer-test.c 585F: hw/timer/cmsdk-apb-dualtimer.c 586F: include/hw/timer/cmsdk-apb-dualtimer.h 587F: tests/qtest/cmsdk-apb-dualtimer-test.c 588F: hw/char/cmsdk-apb-uart.c 589F: include/hw/char/cmsdk-apb-uart.h 590F: hw/watchdog/cmsdk-apb-watchdog.c 591F: include/hw/watchdog/cmsdk-apb-watchdog.h 592F: tests/qtest/cmsdk-apb-watchdog-test.c 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: Orphan 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 1167F: hw/mips/loongson3_bootp.c 1168F: hw/mips/loongson3_bootp.h 1169F: hw/mips/loongson3_virt.c 1170 1171Boston 1172M: Paul Burton <paulburton@kernel.org> 1173R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1174S: Odd Fixes 1175F: hw/core/loader-fit.c 1176F: hw/mips/boston.c 1177F: hw/pci-host/xilinx-pcie.c 1178F: include/hw/pci-host/xilinx-pcie.h 1179 1180OpenRISC Machines 1181----------------- 1182or1k-sim 1183M: Jia Liu <proljc@gmail.com> 1184S: Maintained 1185F: hw/openrisc/openrisc_sim.c 1186 1187PowerPC Machines 1188---------------- 1189405 1190M: David Gibson <david@gibson.dropbear.id.au> 1191M: Greg Kurz <groug@kaod.org> 1192L: qemu-ppc@nongnu.org 1193S: Odd Fixes 1194F: hw/ppc/ppc405_boards.c 1195 1196Bamboo 1197M: David Gibson <david@gibson.dropbear.id.au> 1198M: Greg Kurz <groug@kaod.org> 1199L: qemu-ppc@nongnu.org 1200S: Odd Fixes 1201F: hw/ppc/ppc440_bamboo.c 1202 1203e500 1204M: David Gibson <david@gibson.dropbear.id.au> 1205M: Greg Kurz <groug@kaod.org> 1206L: qemu-ppc@nongnu.org 1207S: Odd Fixes 1208F: hw/ppc/e500* 1209F: hw/gpio/mpc8xxx.c 1210F: hw/i2c/mpc_i2c.c 1211F: hw/net/fsl_etsec/ 1212F: hw/pci-host/ppce500.c 1213F: include/hw/ppc/ppc_e500.h 1214F: include/hw/pci-host/ppce500.h 1215F: pc-bios/u-boot.e500 1216 1217mpc8544ds 1218M: David Gibson <david@gibson.dropbear.id.au> 1219M: Greg Kurz <groug@kaod.org> 1220L: qemu-ppc@nongnu.org 1221S: Odd Fixes 1222F: hw/ppc/mpc8544ds.c 1223F: hw/ppc/mpc8544_guts.c 1224 1225New World (mac99) 1226M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1227R: David Gibson <david@gibson.dropbear.id.au> 1228R: Greg Kurz <groug@kaod.org> 1229L: qemu-ppc@nongnu.org 1230S: Odd Fixes 1231F: hw/ppc/mac_newworld.c 1232F: hw/pci-host/uninorth.c 1233F: hw/pci-bridge/dec.[hc] 1234F: hw/misc/macio/ 1235F: hw/misc/mos6522.c 1236F: hw/nvram/mac_nvram.c 1237F: hw/input/adb* 1238F: include/hw/misc/macio/ 1239F: include/hw/misc/mos6522.h 1240F: include/hw/ppc/mac_dbdma.h 1241F: include/hw/pci-host/uninorth.h 1242F: include/hw/input/adb* 1243F: pc-bios/qemu_vga.ndrv 1244 1245Old World (g3beige) 1246M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1247R: David Gibson <david@gibson.dropbear.id.au> 1248R: Greg Kurz <groug@kaod.org> 1249L: qemu-ppc@nongnu.org 1250S: Odd Fixes 1251F: hw/ppc/mac_oldworld.c 1252F: hw/pci-host/grackle.c 1253F: hw/misc/macio/ 1254F: hw/intc/heathrow_pic.c 1255F: hw/input/adb* 1256F: include/hw/intc/heathrow_pic.h 1257F: include/hw/input/adb* 1258F: pc-bios/qemu_vga.ndrv 1259 1260PReP 1261M: Hervé Poussineau <hpoussin@reactos.org> 1262R: David Gibson <david@gibson.dropbear.id.au> 1263R: Greg Kurz <groug@kaod.org> 1264L: qemu-ppc@nongnu.org 1265S: Maintained 1266F: hw/ppc/prep.c 1267F: hw/ppc/prep_systemio.c 1268F: hw/ppc/rs6000_mc.c 1269F: hw/pci-host/prep.[hc] 1270F: hw/isa/i82378.c 1271F: hw/isa/pc87312.c 1272F: hw/dma/i82374.c 1273F: hw/rtc/m48t59-isa.c 1274F: include/hw/isa/pc87312.h 1275F: include/hw/rtc/m48t59.h 1276F: tests/acceptance/ppc_prep_40p.py 1277 1278sPAPR 1279M: David Gibson <david@gibson.dropbear.id.au> 1280M: Greg Kurz <groug@kaod.org> 1281L: qemu-ppc@nongnu.org 1282S: Supported 1283F: hw/*/spapr* 1284F: include/hw/*/spapr* 1285F: hw/*/xics* 1286F: include/hw/*/xics* 1287F: pc-bios/slof.bin 1288F: docs/specs/ppc-spapr-hcalls.txt 1289F: docs/specs/ppc-spapr-hotplug.txt 1290F: tests/qtest/spapr* 1291F: tests/qtest/libqos/*spapr* 1292F: tests/qtest/rtas* 1293F: tests/qtest/libqos/rtas* 1294 1295PowerNV (Non-Virtualized) 1296M: Cédric Le Goater <clg@kaod.org> 1297M: David Gibson <david@gibson.dropbear.id.au> 1298M: Greg Kurz <groug@kaod.org> 1299L: qemu-ppc@nongnu.org 1300S: Maintained 1301F: hw/ppc/pnv* 1302F: hw/intc/pnv* 1303F: hw/intc/xics_pnv.c 1304F: hw/pci-host/pnv* 1305F: include/hw/ppc/pnv* 1306F: include/hw/pci-host/pnv* 1307F: pc-bios/skiboot.lid 1308F: tests/qtest/pnv* 1309 1310virtex_ml507 1311M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1312L: qemu-ppc@nongnu.org 1313S: Odd Fixes 1314F: hw/ppc/virtex_ml507.c 1315 1316sam460ex 1317M: BALATON Zoltan <balaton@eik.bme.hu> 1318R: David Gibson <david@gibson.dropbear.id.au> 1319R: Greg Kurz <groug@kaod.org> 1320L: qemu-ppc@nongnu.org 1321S: Maintained 1322F: hw/ppc/sam460ex.c 1323F: hw/ppc/ppc440_pcix.c 1324F: hw/display/sm501* 1325F: hw/ide/sii3112.c 1326F: hw/rtc/m41t80.c 1327F: pc-bios/canyonlands.dt[sb] 1328F: pc-bios/u-boot-sam460ex-20100605.bin 1329F: roms/u-boot-sam460ex 1330 1331RISC-V Machines 1332--------------- 1333OpenTitan 1334M: Alistair Francis <Alistair.Francis@wdc.com> 1335L: qemu-riscv@nongnu.org 1336S: Supported 1337F: hw/riscv/opentitan.c 1338F: hw/char/ibex_uart.c 1339F: hw/intc/ibex_plic.c 1340F: include/hw/riscv/opentitan.h 1341F: include/hw/char/ibex_uart.h 1342F: include/hw/intc/ibex_plic.h 1343 1344Microchip PolarFire SoC Icicle Kit 1345M: Bin Meng <bin.meng@windriver.com> 1346L: qemu-riscv@nongnu.org 1347S: Supported 1348F: hw/riscv/microchip_pfsoc.c 1349F: hw/char/mchp_pfsoc_mmuart.c 1350F: hw/misc/mchp_pfsoc_dmc.c 1351F: hw/misc/mchp_pfsoc_ioscb.c 1352F: hw/misc/mchp_pfsoc_sysreg.c 1353F: include/hw/riscv/microchip_pfsoc.h 1354F: include/hw/char/mchp_pfsoc_mmuart.h 1355F: include/hw/misc/mchp_pfsoc_dmc.h 1356F: include/hw/misc/mchp_pfsoc_ioscb.h 1357F: include/hw/misc/mchp_pfsoc_sysreg.h 1358 1359RX Machines 1360----------- 1361rx-gdbsim 1362M: Yoshinori Sato <ysato@users.sourceforge.jp> 1363S: Odd Fixes 1364F: docs/system/target-rx.rst 1365F: hw/rx/rx-gdbsim.c 1366F: tests/acceptance/machine_rx_gdbsim.py 1367 1368SH4 Machines 1369------------ 1370R2D 1371M: Yoshinori Sato <ysato@users.sourceforge.jp> 1372R: Magnus Damm <magnus.damm@gmail.com> 1373S: Odd Fixes 1374F: hw/sh4/r2d.c 1375F: hw/intc/sh_intc.c 1376F: include/hw/sh4/sh_intc.h 1377 1378Shix 1379M: Yoshinori Sato <ysato@users.sourceforge.jp> 1380R: Magnus Damm <magnus.damm@gmail.com> 1381S: Odd Fixes 1382F: hw/sh4/shix.c 1383F: hw/intc/sh_intc.c 1384F: include/hw/sh4/sh_intc.h 1385 1386SPARC Machines 1387-------------- 1388Sun4m 1389M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1390S: Maintained 1391F: hw/sparc/sun4m.c 1392F: hw/sparc/sun4m_iommu.c 1393F: hw/display/cg3.c 1394F: hw/display/tcx.c 1395F: hw/dma/sparc32_dma.c 1396F: hw/misc/eccmemctl.c 1397F: hw/*/slavio_*.c 1398F: include/hw/nvram/sun_nvram.h 1399F: include/hw/sparc/sparc32_dma.h 1400F: include/hw/sparc/sun4m_iommu.h 1401F: pc-bios/openbios-sparc32 1402 1403Sun4u 1404M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1405S: Maintained 1406F: hw/sparc64/sun4u.c 1407F: hw/sparc64/sun4u_iommu.c 1408F: include/hw/sparc/sun4u_iommu.h 1409F: hw/pci-host/sabre.c 1410F: include/hw/pci-host/sabre.h 1411F: hw/pci-bridge/simba.c 1412F: include/hw/pci-bridge/simba.h 1413F: pc-bios/openbios-sparc64 1414F: tests/acceptance/machine_sparc64_sun4u.py 1415 1416Sun4v 1417M: Artyom Tarasenko <atar4qemu@gmail.com> 1418S: Maintained 1419F: hw/sparc64/niagara.c 1420F: hw/rtc/sun4v-rtc.c 1421F: include/hw/rtc/sun4v-rtc.h 1422 1423Leon3 1424M: Fabien Chouteau <chouteau@adacore.com> 1425M: KONRAD Frederic <frederic.konrad@adacore.com> 1426S: Maintained 1427F: hw/sparc/leon3.c 1428F: hw/*/grlib* 1429F: include/hw/*/grlib* 1430F: tests/acceptance/machine_sparc_leon3.py 1431 1432S390 Machines 1433------------- 1434S390 Virtio-ccw 1435M: Cornelia Huck <cohuck@redhat.com> 1436M: Halil Pasic <pasic@linux.ibm.com> 1437M: Christian Borntraeger <borntraeger@de.ibm.com> 1438S: Supported 1439F: hw/char/sclp*.[hc] 1440F: hw/char/terminal3270.c 1441F: hw/s390x/ 1442F: include/hw/s390x/ 1443F: hw/watchdog/wdt_diag288.c 1444F: include/hw/watchdog/wdt_diag288.h 1445F: default-configs/s390x-softmmu.mak 1446F: tests/acceptance/machine_s390_ccw_virtio.py 1447T: git https://gitlab.com/cohuck/qemu.git s390-next 1448T: git https://github.com/borntraeger/qemu.git s390-next 1449L: qemu-s390x@nongnu.org 1450 1451S390-ccw boot 1452M: Christian Borntraeger <borntraeger@de.ibm.com> 1453M: Thomas Huth <thuth@redhat.com> 1454S: Supported 1455F: hw/s390x/ipl.* 1456F: pc-bios/s390-ccw/ 1457F: pc-bios/s390-ccw.img 1458F: docs/devel/s390-dasd-ipl.rst 1459T: git https://github.com/borntraeger/qemu.git s390-next 1460L: qemu-s390x@nongnu.org 1461 1462S390 PCI 1463M: Matthew Rosato <mjrosato@linux.ibm.com> 1464S: Supported 1465F: hw/s390x/s390-pci* 1466F: include/hw/s390x/s390-pci* 1467L: qemu-s390x@nongnu.org 1468 1469UniCore32 Machines 1470------------------ 1471PKUnity-3 SoC initramfs-with-busybox 1472M: Guan Xuetao <gxt@mprc.pku.edu.cn> 1473S: Maintained 1474F: hw/*/puv3* 1475F: hw/unicore32/ 1476 1477X86 Machines 1478------------ 1479PC 1480M: Michael S. Tsirkin <mst@redhat.com> 1481M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1482S: Supported 1483F: include/hw/i386/ 1484F: hw/i386/ 1485F: hw/pci-host/i440fx.c 1486F: hw/pci-host/q35.c 1487F: hw/pci-host/pam.c 1488F: include/hw/pci-host/i440fx.h 1489F: include/hw/pci-host/q35.h 1490F: include/hw/pci-host/pam.h 1491F: hw/isa/piix3.c 1492F: hw/isa/lpc_ich9.c 1493F: hw/i2c/smbus_ich9.c 1494F: hw/acpi/piix4.c 1495F: hw/acpi/ich9.c 1496F: include/hw/acpi/ich9.h 1497F: include/hw/southbridge/piix.h 1498F: hw/misc/sga.c 1499F: hw/isa/apm.c 1500F: include/hw/isa/apm.h 1501F: tests/test-x86-cpuid.c 1502F: tests/qtest/test-x86-cpuid-compat.c 1503 1504PC Chipset 1505M: Michael S. Tsirkin <mst@redhat.com> 1506M: Paolo Bonzini <pbonzini@redhat.com> 1507S: Supported 1508F: hw/char/debugcon.c 1509F: hw/char/parallel* 1510F: hw/char/serial* 1511F: hw/dma/i8257* 1512F: hw/i2c/pm_smbus.c 1513F: hw/input/pckbd.c 1514F: hw/intc/apic* 1515F: hw/intc/ioapic* 1516F: hw/intc/i8259* 1517F: hw/isa/isa-superio.c 1518F: hw/misc/debugexit.c 1519F: hw/misc/pc-testdev.c 1520F: hw/timer/hpet* 1521F: hw/timer/i8254* 1522F: hw/rtc/mc146818rtc* 1523F: hw/watchdog/wdt_ib700.c 1524F: hw/watchdog/wdt_i6300esb.c 1525F: include/hw/display/vga.h 1526F: include/hw/char/parallel.h 1527F: include/hw/dma/i8257.h 1528F: include/hw/i2c/pm_smbus.h 1529F: include/hw/input/i8042.h 1530F: include/hw/isa/i8259_internal.h 1531F: include/hw/isa/superio.h 1532F: include/hw/timer/hpet.h 1533F: include/hw/timer/i8254* 1534F: include/hw/rtc/mc146818rtc* 1535 1536microvm 1537M: Sergio Lopez <slp@redhat.com> 1538M: Paolo Bonzini <pbonzini@redhat.com> 1539S: Maintained 1540F: docs/microvm.rst 1541F: hw/i386/microvm.c 1542F: include/hw/i386/microvm.h 1543F: pc-bios/bios-microvm.bin 1544 1545Machine core 1546M: Eduardo Habkost <ehabkost@redhat.com> 1547M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1548S: Supported 1549F: cpu.c 1550F: hw/core/cpu.c 1551F: hw/core/machine-qmp-cmds.c 1552F: hw/core/machine.c 1553F: hw/core/null-machine.c 1554F: hw/core/numa.c 1555F: hw/cpu/cluster.c 1556F: qapi/machine.json 1557F: qapi/machine-target.json 1558F: include/hw/boards.h 1559F: include/hw/core/cpu.h 1560F: include/hw/cpu/cluster.h 1561F: include/sysemu/numa.h 1562T: git https://gitlab.com/ehabkost/qemu.git machine-next 1563 1564Xtensa Machines 1565--------------- 1566sim 1567M: Max Filippov <jcmvbkbc@gmail.com> 1568S: Maintained 1569F: hw/xtensa/sim.c 1570 1571virt 1572M: Max Filippov <jcmvbkbc@gmail.com> 1573S: Maintained 1574F: hw/xtensa/virt.c 1575 1576XTFPGA (LX60, LX200, ML605, KC705) 1577M: Max Filippov <jcmvbkbc@gmail.com> 1578S: Maintained 1579F: hw/xtensa/xtfpga.c 1580F: hw/net/opencores_eth.c 1581 1582Devices 1583------- 1584Xilinx CAN 1585M: Vikram Garhwal <fnu.vikram@xilinx.com> 1586M: Francisco Iglesias <francisco.iglesias@xilinx.com> 1587S: Maintained 1588F: hw/net/can/xlnx-* 1589F: include/hw/net/xlnx-* 1590F: tests/qtest/xlnx-can-test* 1591 1592EDU 1593M: Jiri Slaby <jslaby@suse.cz> 1594S: Maintained 1595F: hw/misc/edu.c 1596 1597IDE 1598M: John Snow <jsnow@redhat.com> 1599L: qemu-block@nongnu.org 1600S: Supported 1601F: include/hw/ide.h 1602F: include/hw/ide/ 1603F: hw/ide/ 1604F: hw/block/block.c 1605F: hw/block/cdrom.c 1606F: hw/block/hd-geometry.c 1607F: tests/qtest/ide-test.c 1608F: tests/qtest/ahci-test.c 1609F: tests/qtest/cdrom-test.c 1610F: tests/qtest/libqos/ahci* 1611T: git https://gitlab.com/jsnow/qemu.git ide 1612 1613IPMI 1614M: Corey Minyard <minyard@acm.org> 1615S: Maintained 1616F: include/hw/ipmi/* 1617F: hw/ipmi/* 1618F: hw/smbios/smbios_type_38.c 1619F: tests/qtest/ipmi* 1620T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1621 1622Floppy 1623M: John Snow <jsnow@redhat.com> 1624L: qemu-block@nongnu.org 1625S: Supported 1626F: hw/block/fdc.c 1627F: include/hw/block/fdc.h 1628F: tests/qtest/fdc-test.c 1629T: git https://gitlab.com/jsnow/qemu.git ide 1630 1631OMAP 1632M: Peter Maydell <peter.maydell@linaro.org> 1633L: qemu-arm@nongnu.org 1634S: Maintained 1635F: hw/*/omap* 1636F: include/hw/arm/omap.h 1637F: docs/system/arm/sx1.rst 1638 1639IPack 1640M: Alberto Garcia <berto@igalia.com> 1641S: Odd Fixes 1642F: hw/char/ipoctal232.c 1643F: hw/ipack/ 1644 1645PCI 1646M: Michael S. Tsirkin <mst@redhat.com> 1647M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1648S: Supported 1649F: include/hw/pci/* 1650F: hw/misc/pci-testdev.c 1651F: hw/pci/* 1652F: hw/pci-bridge/* 1653F: qapi/pci.json 1654F: docs/pci* 1655F: docs/specs/*pci* 1656F: default-configs/pci.mak 1657 1658ACPI/SMBIOS 1659M: Michael S. Tsirkin <mst@redhat.com> 1660M: Igor Mammedov <imammedo@redhat.com> 1661S: Supported 1662F: include/hw/acpi/* 1663F: include/hw/firmware/smbios.h 1664F: hw/mem/* 1665F: hw/acpi/* 1666F: hw/smbios/* 1667F: hw/i386/acpi-build.[hc] 1668F: hw/arm/virt-acpi-build.c 1669F: qapi/acpi.json 1670F: tests/qtest/bios-tables-test* 1671F: tests/qtest/acpi-utils.[hc] 1672F: tests/data/acpi/ 1673 1674ACPI/HEST/GHES 1675R: Dongjiu Geng <gengdongjiu@huawei.com> 1676R: Xiang Zheng <zhengxiang9@huawei.com> 1677L: qemu-arm@nongnu.org 1678S: Maintained 1679F: hw/acpi/ghes.c 1680F: include/hw/acpi/ghes.h 1681F: docs/specs/acpi_hest_ghes.rst 1682 1683ppc4xx 1684M: David Gibson <david@gibson.dropbear.id.au> 1685L: qemu-ppc@nongnu.org 1686S: Odd Fixes 1687F: hw/ppc/ppc4*.c 1688F: hw/i2c/ppc4xx_i2c.c 1689F: include/hw/ppc/ppc4xx.h 1690F: include/hw/i2c/ppc4xx_i2c.h 1691F: hw/intc/ppc-uic.c 1692F: include/hw/intc/ppc-uic.h 1693 1694Character devices 1695M: Marc-André Lureau <marcandre.lureau@redhat.com> 1696R: Paolo Bonzini <pbonzini@redhat.com> 1697S: Odd Fixes 1698F: hw/char/ 1699 1700Network devices 1701M: Jason Wang <jasowang@redhat.com> 1702S: Odd Fixes 1703F: hw/net/ 1704F: include/hw/net/ 1705F: tests/qtest/virtio-net-test.c 1706F: docs/virtio-net-failover.rst 1707T: git https://github.com/jasowang/qemu.git net 1708 1709Parallel NOR Flash devices 1710M: Philippe Mathieu-Daudé <philmd@redhat.com> 1711T: git https://gitlab.com/philmd/qemu.git pflash-next 1712S: Maintained 1713F: hw/block/pflash_cfi*.c 1714F: include/hw/block/flash.h 1715 1716SCSI 1717M: Paolo Bonzini <pbonzini@redhat.com> 1718R: Fam Zheng <fam@euphon.net> 1719S: Supported 1720F: include/hw/scsi/* 1721F: hw/scsi/* 1722F: tests/qtest/virtio-scsi-test.c 1723T: git https://github.com/bonzini/qemu.git scsi-next 1724 1725SSI 1726M: Alistair Francis <alistair@alistair23.me> 1727S: Maintained 1728F: hw/ssi/* 1729F: hw/block/m25p80.c 1730F: include/hw/ssi/ssi.h 1731X: hw/ssi/xilinx_* 1732F: tests/qtest/m25p80-test.c 1733 1734Xilinx SPI 1735M: Alistair Francis <alistair@alistair23.me> 1736S: Maintained 1737F: hw/ssi/xilinx_* 1738 1739SD (Secure Card) 1740M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1741L: qemu-block@nongnu.org 1742S: Odd Fixes 1743F: include/hw/sd/sd* 1744F: hw/sd/core.c 1745F: hw/sd/sd* 1746F: hw/sd/ssi-sd.c 1747F: tests/qtest/sd* 1748 1749USB 1750M: Gerd Hoffmann <kraxel@redhat.com> 1751S: Maintained 1752F: hw/usb/* 1753F: tests/qtest/usb-*-test.c 1754F: docs/usb2.txt 1755F: docs/usb-storage.txt 1756F: include/hw/usb.h 1757F: include/hw/usb/ 1758F: default-configs/usb.mak 1759 1760USB (serial adapter) 1761M: Gerd Hoffmann <kraxel@redhat.com> 1762M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1763S: Maintained 1764F: hw/usb/dev-serial.c 1765 1766VFIO 1767M: Alex Williamson <alex.williamson@redhat.com> 1768S: Supported 1769F: hw/vfio/* 1770F: include/hw/vfio/ 1771 1772vfio-ccw 1773M: Cornelia Huck <cohuck@redhat.com> 1774M: Eric Farman <farman@linux.ibm.com> 1775S: Supported 1776F: hw/vfio/ccw.c 1777F: hw/s390x/s390-ccw.c 1778F: include/hw/s390x/s390-ccw.h 1779F: include/hw/s390x/vfio-ccw.h 1780T: git https://gitlab.com/cohuck/qemu.git s390-next 1781L: qemu-s390x@nongnu.org 1782 1783vfio-ap 1784M: Christian Borntraeger <borntraeger@de.ibm.com> 1785M: Tony Krowiak <akrowiak@linux.ibm.com> 1786M: Halil Pasic <pasic@linux.ibm.com> 1787M: Pierre Morel <pmorel@linux.ibm.com> 1788S: Supported 1789F: hw/s390x/ap-device.c 1790F: hw/s390x/ap-bridge.c 1791F: include/hw/s390x/ap-device.h 1792F: include/hw/s390x/ap-bridge.h 1793F: hw/vfio/ap.c 1794F: docs/system/s390x/vfio-ap.rst 1795L: qemu-s390x@nongnu.org 1796 1797vhost 1798M: Michael S. Tsirkin <mst@redhat.com> 1799S: Supported 1800F: hw/*/*vhost* 1801F: docs/interop/vhost-user.json 1802F: docs/interop/vhost-user.rst 1803F: contrib/vhost-user-*/ 1804F: backends/vhost-user.c 1805F: include/sysemu/vhost-user-backend.h 1806 1807virtio 1808M: Michael S. Tsirkin <mst@redhat.com> 1809S: Supported 1810F: hw/*/virtio* 1811F: hw/virtio/Makefile.objs 1812F: hw/virtio/trace-events 1813F: net/vhost-user.c 1814F: include/hw/virtio/ 1815 1816virtio-balloon 1817M: Michael S. Tsirkin <mst@redhat.com> 1818M: David Hildenbrand <david@redhat.com> 1819S: Maintained 1820F: hw/virtio/virtio-balloon*.c 1821F: include/hw/virtio/virtio-balloon.h 1822F: softmmu/balloon.c 1823F: include/sysemu/balloon.h 1824 1825virtio-9p 1826M: Greg Kurz <groug@kaod.org> 1827M: Christian Schoenebeck <qemu_oss@crudebyte.com> 1828S: Odd Fixes 1829F: hw/9pfs/ 1830X: hw/9pfs/xen-9p* 1831F: fsdev/ 1832F: docs/interop/virtfs-proxy-helper.rst 1833F: tests/qtest/virtio-9p-test.c 1834T: git https://gitlab.com/gkurz/qemu.git 9p-next 1835 1836virtio-blk 1837M: Stefan Hajnoczi <stefanha@redhat.com> 1838L: qemu-block@nongnu.org 1839S: Supported 1840F: hw/block/virtio-blk.c 1841F: hw/block/dataplane/* 1842F: tests/qtest/virtio-blk-test.c 1843T: git https://github.com/stefanha/qemu.git block 1844 1845virtio-ccw 1846M: Cornelia Huck <cohuck@redhat.com> 1847M: Halil Pasic <pasic@linux.ibm.com> 1848S: Supported 1849F: hw/s390x/virtio-ccw*.[hc] 1850F: hw/s390x/vhost-vsock-ccw.c 1851T: git https://gitlab.com/cohuck/qemu.git s390-next 1852T: git https://github.com/borntraeger/qemu.git s390-next 1853L: qemu-s390x@nongnu.org 1854 1855virtiofs 1856M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1857M: Stefan Hajnoczi <stefanha@redhat.com> 1858S: Supported 1859F: tools/virtiofsd/* 1860F: hw/virtio/vhost-user-fs* 1861F: include/hw/virtio/vhost-user-fs.h 1862F: docs/interop/virtiofsd.rst 1863 1864virtio-input 1865M: Gerd Hoffmann <kraxel@redhat.com> 1866S: Maintained 1867F: hw/input/vhost-user-input.c 1868F: hw/input/virtio-input*.c 1869F: include/hw/virtio/virtio-input.h 1870F: contrib/vhost-user-input/* 1871 1872virtio-iommu 1873M: Eric Auger <eric.auger@redhat.com> 1874S: Maintained 1875F: hw/virtio/virtio-iommu*.c 1876F: include/hw/virtio/virtio-iommu.h 1877 1878virtio-serial 1879M: Laurent Vivier <lvivier@redhat.com> 1880R: Amit Shah <amit@kernel.org> 1881S: Supported 1882F: hw/char/virtio-serial-bus.c 1883F: hw/char/virtio-console.c 1884F: include/hw/virtio/virtio-serial.h 1885F: tests/qtest/virtio-serial-test.c 1886 1887virtio-rng 1888M: Laurent Vivier <lvivier@redhat.com> 1889R: Amit Shah <amit@kernel.org> 1890S: Supported 1891F: hw/virtio/virtio-rng.c 1892F: include/hw/virtio/virtio-rng.h 1893F: include/sysemu/rng*.h 1894F: backends/rng*.c 1895F: tests/qtest/virtio-rng-test.c 1896 1897virtio-crypto 1898M: Gonglei <arei.gonglei@huawei.com> 1899S: Supported 1900F: hw/virtio/virtio-crypto.c 1901F: hw/virtio/virtio-crypto-pci.c 1902F: include/hw/virtio/virtio-crypto.h 1903 1904virtio-mem 1905M: David Hildenbrand <david@redhat.com> 1906S: Supported 1907W: https://virtio-mem.gitlab.io/ 1908F: hw/virtio/virtio-mem.c 1909F: hw/virtio/virtio-mem-pci.h 1910F: hw/virtio/virtio-mem-pci.c 1911F: include/hw/virtio/virtio-mem.h 1912 1913nvme 1914M: Keith Busch <kbusch@kernel.org> 1915M: Klaus Jensen <its@irrelevant.dk> 1916L: qemu-block@nongnu.org 1917S: Supported 1918F: hw/block/nvme* 1919F: include/block/nvme.h 1920F: tests/qtest/nvme-test.c 1921F: docs/specs/nvme.txt 1922T: git git://git.infradead.org/qemu-nvme.git nvme-next 1923 1924megasas 1925M: Hannes Reinecke <hare@suse.com> 1926L: qemu-block@nongnu.org 1927S: Supported 1928F: hw/scsi/megasas.c 1929F: hw/scsi/mfi.h 1930F: tests/qtest/megasas-test.c 1931 1932Network packet abstractions 1933M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1934S: Maintained 1935F: include/net/eth.h 1936F: net/eth.c 1937F: hw/net/net_rx_pkt* 1938F: hw/net/net_tx_pkt* 1939 1940Vmware 1941M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1942S: Maintained 1943F: hw/net/vmxnet* 1944F: hw/scsi/vmw_pvscsi* 1945F: tests/qtest/vmxnet3-test.c 1946 1947Rocker 1948M: Jiri Pirko <jiri@resnulli.us> 1949S: Maintained 1950F: hw/net/rocker/ 1951F: qapi/rocker.json 1952F: tests/rocker/ 1953F: docs/specs/rocker.txt 1954 1955NVDIMM 1956M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1957S: Maintained 1958F: hw/acpi/nvdimm.c 1959F: hw/mem/nvdimm.c 1960F: include/hw/mem/nvdimm.h 1961F: docs/nvdimm.txt 1962 1963e1000x 1964M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1965S: Maintained 1966F: hw/net/e1000x* 1967 1968e1000e 1969M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1970S: Maintained 1971F: hw/net/e1000e* 1972 1973eepro100 1974M: Stefan Weil <sw@weilnetz.de> 1975S: Maintained 1976F: hw/net/eepro100.c 1977 1978tulip 1979M: Sven Schnelle <svens@stackframe.org> 1980S: Maintained 1981F: hw/net/tulip.c 1982F: hw/net/tulip.h 1983 1984Generic Loader 1985M: Alistair Francis <alistair@alistair23.me> 1986S: Maintained 1987F: hw/core/generic-loader.c 1988F: include/hw/core/generic-loader.h 1989F: docs/generic-loader.txt 1990 1991Intel Hexadecimal Object File Loader 1992M: Su Hang <suhang16@mails.ucas.ac.cn> 1993S: Maintained 1994F: tests/qtest/hexloader-test.c 1995F: tests/data/hex-loader/test.hex 1996 1997CHRP NVRAM 1998M: Thomas Huth <thuth@redhat.com> 1999S: Maintained 2000F: hw/nvram/chrp_nvram.c 2001F: include/hw/nvram/chrp_nvram.h 2002F: tests/qtest/prom-env-test.c 2003 2004VM Generation ID 2005S: Orphan 2006F: hw/acpi/vmgenid.c 2007F: include/hw/acpi/vmgenid.h 2008F: docs/specs/vmgenid.txt 2009F: tests/qtest/vmgenid-test.c 2010F: stubs/vmgenid.c 2011 2012LED 2013M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2014S: Maintained 2015F: include/hw/misc/led.h 2016F: hw/misc/led.c 2017 2018Unimplemented device 2019M: Peter Maydell <peter.maydell@linaro.org> 2020R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2021S: Maintained 2022F: include/hw/misc/unimp.h 2023F: hw/misc/unimp.c 2024 2025Empty slot 2026M: Artyom Tarasenko <atar4qemu@gmail.com> 2027R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2028S: Maintained 2029F: include/hw/misc/empty_slot.h 2030F: hw/misc/empty_slot.c 2031 2032Standard VGA 2033M: Gerd Hoffmann <kraxel@redhat.com> 2034S: Maintained 2035F: hw/display/vga* 2036F: hw/display/bochs-display.c 2037F: include/hw/display/vga.h 2038F: include/hw/display/bochs-vbe.h 2039 2040ramfb 2041M: Gerd Hoffmann <kraxel@redhat.com> 2042S: Maintained 2043F: hw/display/ramfb*.c 2044F: include/hw/display/ramfb.h 2045 2046virtio-gpu 2047M: Gerd Hoffmann <kraxel@redhat.com> 2048S: Maintained 2049F: hw/display/virtio-gpu* 2050F: hw/display/virtio-vga.* 2051F: include/hw/virtio/virtio-gpu.h 2052 2053vhost-user-blk 2054M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2055S: Maintained 2056F: contrib/vhost-user-blk/ 2057F: contrib/vhost-user-scsi/ 2058F: hw/block/vhost-user-blk.c 2059F: hw/scsi/vhost-user-scsi.c 2060F: hw/virtio/vhost-user-blk-pci.c 2061F: hw/virtio/vhost-user-scsi-pci.c 2062F: include/hw/virtio/vhost-user-blk.h 2063F: include/hw/virtio/vhost-user-scsi.h 2064 2065vhost-user-gpu 2066M: Marc-André Lureau <marcandre.lureau@redhat.com> 2067M: Gerd Hoffmann <kraxel@redhat.com> 2068S: Maintained 2069F: docs/interop/vhost-user-gpu.rst 2070F: contrib/vhost-user-gpu 2071F: hw/display/vhost-user-* 2072 2073Cirrus VGA 2074M: Gerd Hoffmann <kraxel@redhat.com> 2075S: Odd Fixes 2076W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2077F: hw/display/cirrus* 2078 2079EDID Generator 2080M: Gerd Hoffmann <kraxel@redhat.com> 2081S: Maintained 2082F: hw/display/edid* 2083F: include/hw/display/edid.h 2084F: qemu-edid.c 2085 2086PIIX4 South Bridge (i82371AB) 2087M: Hervé Poussineau <hpoussin@reactos.org> 2088M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2089S: Maintained 2090F: hw/isa/piix4.c 2091F: include/hw/southbridge/piix.h 2092 2093Firmware configuration (fw_cfg) 2094M: Philippe Mathieu-Daudé <philmd@redhat.com> 2095R: Laszlo Ersek <lersek@redhat.com> 2096R: Gerd Hoffmann <kraxel@redhat.com> 2097S: Supported 2098F: docs/specs/fw_cfg.txt 2099F: hw/nvram/fw_cfg*.c 2100F: stubs/fw_cfg.c 2101F: include/hw/nvram/fw_cfg.h 2102F: include/standard-headers/linux/qemu_fw_cfg.h 2103F: tests/qtest/libqos/fw_cfg.c 2104F: tests/qtest/fw_cfg-test.c 2105T: git https://github.com/philmd/qemu.git fw_cfg-next 2106 2107XIVE 2108M: Cédric Le Goater <clg@kaod.org> 2109R: David Gibson <david@gibson.dropbear.id.au> 2110R: Greg Kurz <groug@kaod.org> 2111L: qemu-ppc@nongnu.org 2112S: Supported 2113F: hw/*/*xive* 2114F: include/hw/*/*xive* 2115F: docs/*/*xive* 2116 2117Renesas peripherals 2118M: Yoshinori Sato <ysato@users.sourceforge.jp> 2119R: Magnus Damm <magnus.damm@gmail.com> 2120S: Odd Fixes 2121F: hw/char/renesas_sci.c 2122F: hw/char/sh_serial.c 2123F: hw/timer/renesas_*.c 2124F: hw/timer/sh_timer.c 2125F: include/hw/char/renesas_sci.h 2126F: include/hw/sh4/sh.h 2127F: include/hw/timer/renesas_*.h 2128 2129Renesas RX peripherals 2130M: Yoshinori Sato <ysato@users.sourceforge.jp> 2131S: Odd Fixes 2132F: hw/intc/rx_icu.c 2133F: hw/rx/ 2134F: include/hw/intc/rx_icu.h 2135F: include/hw/rx/ 2136 2137CAN bus subsystem and hardware 2138M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2139M: Vikram Garhwal <fnu.vikram@xilinx.com> 2140S: Maintained 2141W: https://canbus.pages.fel.cvut.cz/ 2142F: net/can/* 2143F: hw/net/can/* 2144F: include/net/can_*.h 2145 2146Subsystems 2147---------- 2148Audio 2149M: Gerd Hoffmann <kraxel@redhat.com> 2150S: Maintained 2151F: audio/ 2152F: hw/audio/ 2153F: include/hw/audio/ 2154F: qapi/audio.json 2155F: tests/qtest/ac97-test.c 2156F: tests/qtest/es1370-test.c 2157F: tests/qtest/intel-hda-test.c 2158 2159Block layer core 2160M: Kevin Wolf <kwolf@redhat.com> 2161M: Max Reitz <mreitz@redhat.com> 2162L: qemu-block@nongnu.org 2163S: Supported 2164F: block* 2165F: block/ 2166F: hw/block/ 2167F: include/block/ 2168F: qemu-img* 2169F: docs/interop/qemu-img.rst 2170F: qemu-io* 2171F: tests/qemu-iotests/ 2172F: util/qemu-progress.c 2173F: qobject/block-qdict.c 2174F: tests/check-block-qdict.c 2175T: git https://repo.or.cz/qemu/kevin.git block 2176 2177Storage daemon 2178M: Kevin Wolf <kwolf@redhat.com> 2179L: qemu-block@nongnu.org 2180S: Supported 2181F: storage-daemon/ 2182F: docs/interop/qemu-storage-daemon-qmp-ref.rst 2183F: docs/tools/qemu-storage-daemon.rst 2184T: git https://repo.or.cz/qemu/kevin.git block 2185 2186Block I/O path 2187M: Stefan Hajnoczi <stefanha@redhat.com> 2188M: Fam Zheng <fam@euphon.net> 2189L: qemu-block@nongnu.org 2190S: Supported 2191F: util/async.c 2192F: util/aio-*.c 2193F: util/aio-*.h 2194F: util/fdmon-*.c 2195F: block/io.c 2196F: migration/block* 2197F: include/block/aio.h 2198F: include/block/aio-wait.h 2199F: scripts/qemugdb/aio.py 2200F: tests/test-fdmon-epoll.c 2201T: git https://github.com/stefanha/qemu.git block 2202 2203Block SCSI subsystem 2204M: Paolo Bonzini <pbonzini@redhat.com> 2205R: Fam Zheng <fam@euphon.net> 2206L: qemu-block@nongnu.org 2207S: Supported 2208F: include/scsi/* 2209F: scsi/* 2210 2211Block Jobs 2212M: John Snow <jsnow@redhat.com> 2213L: qemu-block@nongnu.org 2214S: Supported 2215F: blockjob.c 2216F: include/block/blockjob.h 2217F: job.c 2218F: job-qmp.c 2219F: include/qemu/job.h 2220F: block/backup.c 2221F: block/commit.c 2222F: block/stream.c 2223F: block/mirror.c 2224F: qapi/job.json 2225T: git https://gitlab.com/jsnow/qemu.git jobs 2226 2227Block QAPI, monitor, command line 2228M: Markus Armbruster <armbru@redhat.com> 2229S: Supported 2230F: blockdev.c 2231F: blockdev-hmp-cmds.c 2232F: block/qapi.c 2233F: qapi/block*.json 2234F: qapi/transaction.json 2235T: git https://repo.or.cz/qemu/armbru.git block-next 2236 2237Dirty Bitmaps 2238M: Eric Blake <eblake@redhat.com> 2239M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2240R: John Snow <jsnow@redhat.com> 2241L: qemu-block@nongnu.org 2242S: Supported 2243F: include/qemu/hbitmap.h 2244F: include/block/dirty-bitmap.h 2245F: block/monitor/bitmap-qmp-cmds.c 2246F: block/dirty-bitmap.c 2247F: block/qcow2-bitmap.c 2248F: migration/block-dirty-bitmap.c 2249F: util/hbitmap.c 2250F: tests/test-hbitmap.c 2251F: docs/interop/bitmaps.rst 2252T: git https://repo.or.cz/qemu/ericb.git bitmaps 2253 2254Character device backends 2255M: Marc-André Lureau <marcandre.lureau@redhat.com> 2256R: Paolo Bonzini <pbonzini@redhat.com> 2257S: Maintained 2258F: chardev/ 2259F: include/chardev/ 2260F: qapi/char.json 2261 2262Character Devices (Braille) 2263M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2264S: Maintained 2265F: chardev/baum.c 2266 2267Command line option argument parsing 2268M: Markus Armbruster <armbru@redhat.com> 2269S: Supported 2270F: include/qemu/option.h 2271F: tests/test-keyval.c 2272F: tests/test-qemu-opts.c 2273F: util/keyval.c 2274F: util/qemu-option.c 2275 2276Coverity model 2277M: Markus Armbruster <armbru@redhat.com> 2278S: Supported 2279F: scripts/coverity-model.c 2280 2281Coverity Scan integration 2282M: Peter Maydell <peter.maydell@linaro.org> 2283S: Maintained 2284F: scripts/coverity-scan/ 2285 2286Device Tree 2287M: Alistair Francis <alistair.francis@wdc.com> 2288R: David Gibson <david@gibson.dropbear.id.au> 2289S: Maintained 2290F: softmmu/device_tree.c 2291F: include/sysemu/device_tree.h 2292 2293Dump 2294S: Supported 2295M: Marc-André Lureau <marcandre.lureau@redhat.com> 2296F: dump/ 2297F: hw/misc/vmcoreinfo.c 2298F: include/hw/misc/vmcoreinfo.h 2299F: include/qemu/win_dump_defs 2300F: include/sysemu/dump-arch.h 2301F: include/sysemu/dump.h 2302F: qapi/dump.json 2303F: scripts/dump-guest-memory.py 2304F: stubs/dump.c 2305 2306Error reporting 2307M: Markus Armbruster <armbru@redhat.com> 2308S: Supported 2309F: include/qapi/error.h 2310F: include/qemu/error-report.h 2311F: qapi/error.json 2312F: util/error.c 2313F: util/qemu-error.c 2314F: scripts/coccinelle/err-bad-newline.cocci 2315F: scripts/coccinelle/error-use-after-free.cocci 2316F: scripts/coccinelle/error_propagate_null.cocci 2317F: scripts/coccinelle/remove_local_err.cocci 2318F: scripts/coccinelle/use-error_fatal.cocci 2319F: scripts/coccinelle/errp-guard.cocci 2320 2321GDB stub 2322M: Alex Bennée <alex.bennee@linaro.org> 2323R: Philippe Mathieu-Daudé <philmd@redhat.com> 2324S: Maintained 2325F: gdbstub* 2326F: gdb-xml/ 2327F: tests/tcg/multiarch/gdbstub/ 2328 2329Memory API 2330M: Paolo Bonzini <pbonzini@redhat.com> 2331S: Supported 2332F: include/exec/ioport.h 2333F: include/exec/memop.h 2334F: include/exec/memory.h 2335F: include/exec/ram_addr.h 2336F: include/exec/ramblock.h 2337F: softmmu/dma-helpers.c 2338F: softmmu/ioport.c 2339F: softmmu/memory.c 2340F: softmmu/physmem.c 2341F: include/exec/memory-internal.h 2342F: scripts/coccinelle/memory-region-housekeeping.cocci 2343 2344SPICE 2345M: Gerd Hoffmann <kraxel@redhat.com> 2346S: Supported 2347F: include/ui/qemu-spice.h 2348F: include/ui/spice-display.h 2349F: ui/spice-*.c 2350F: audio/spiceaudio.c 2351F: hw/display/qxl* 2352F: qapi/ui.json 2353F: docs/spice-port-fqdn.txt 2354 2355Graphics 2356M: Gerd Hoffmann <kraxel@redhat.com> 2357S: Odd Fixes 2358F: ui/ 2359F: include/ui/ 2360F: qapi/ui.json 2361F: util/drm.c 2362 2363Cocoa graphics 2364M: Peter Maydell <peter.maydell@linaro.org> 2365S: Odd Fixes 2366F: ui/cocoa.m 2367 2368Main loop 2369M: Paolo Bonzini <pbonzini@redhat.com> 2370S: Maintained 2371F: include/qemu/main-loop.h 2372F: include/sysemu/runstate.h 2373F: include/sysemu/runstate-action.h 2374F: util/main-loop.c 2375F: util/qemu-timer.c 2376F: softmmu/vl.c 2377F: softmmu/main.c 2378F: softmmu/cpus.c 2379F: softmmu/cpu-throttle.c 2380F: softmmu/cpu-timers.c 2381F: softmmu/icount.c 2382F: softmmu/runstate-action.c 2383F: qapi/run-state.json 2384 2385Read, Copy, Update (RCU) 2386M: Paolo Bonzini <pbonzini@redhat.com> 2387S: Maintained 2388F: include/qemu/rcu*.h 2389F: tests/rcutorture.c 2390F: tests/test-rcu-*.c 2391F: util/rcu.c 2392 2393Human Monitor (HMP) 2394M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2395S: Maintained 2396F: monitor/monitor-internal.h 2397F: monitor/misc.c 2398F: monitor/monitor.c 2399F: monitor/hmp* 2400F: hmp.h 2401F: hmp-commands*.hx 2402F: include/monitor/hmp-target.h 2403F: tests/qtest/test-hmp.c 2404F: include/qemu/qemu-print.h 2405F: util/qemu-print.c 2406 2407Network device backends 2408M: Jason Wang <jasowang@redhat.com> 2409S: Maintained 2410F: net/ 2411F: include/net/ 2412F: qemu-bridge-helper.c 2413T: git https://github.com/jasowang/qemu.git net 2414F: qapi/net.json 2415 2416Netmap network backend 2417M: Luigi Rizzo <rizzo@iet.unipi.it> 2418M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2419M: Vincenzo Maffione <v.maffione@gmail.com> 2420W: http://info.iet.unipi.it/~luigi/netmap/ 2421S: Maintained 2422F: net/netmap.c 2423 2424Host Memory Backends 2425M: Eduardo Habkost <ehabkost@redhat.com> 2426M: Igor Mammedov <imammedo@redhat.com> 2427S: Maintained 2428F: backends/hostmem*.c 2429F: include/sysemu/hostmem.h 2430T: git https://gitlab.com/ehabkost/qemu.git machine-next 2431 2432Cryptodev Backends 2433M: Gonglei <arei.gonglei@huawei.com> 2434S: Maintained 2435F: include/sysemu/cryptodev*.h 2436F: backends/cryptodev*.c 2437 2438Python library 2439M: John Snow <jsnow@redhat.com> 2440M: Cleber Rosa <crosa@redhat.com> 2441R: Eduardo Habkost <ehabkost@redhat.com> 2442S: Maintained 2443F: python/ 2444T: git https://gitlab.com/jsnow/qemu.git python 2445 2446Python scripts 2447M: Eduardo Habkost <ehabkost@redhat.com> 2448M: Cleber Rosa <crosa@redhat.com> 2449S: Odd Fixes 2450F: scripts/*.py 2451F: tests/*.py 2452 2453Benchmark util 2454M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2455S: Maintained 2456F: scripts/simplebench/ 2457 2458QAPI 2459M: Markus Armbruster <armbru@redhat.com> 2460M: Michael Roth <michael.roth@amd.com> 2461S: Supported 2462F: qapi/ 2463X: qapi/*.json 2464F: include/qapi/ 2465X: include/qapi/qmp/ 2466F: include/qapi/qmp/dispatch.h 2467F: tests/qapi-schema/ 2468F: tests/test-*-visitor.c 2469F: tests/test-qapi-*.c 2470F: tests/test-qmp-*.c 2471F: tests/test-visitor-serialization.c 2472F: scripts/qapi-gen.py 2473F: scripts/qapi/* 2474F: docs/sphinx/qapidoc.py 2475F: docs/devel/qapi* 2476T: git https://repo.or.cz/qemu/armbru.git qapi-next 2477 2478QAPI Schema 2479M: Eric Blake <eblake@redhat.com> 2480M: Markus Armbruster <armbru@redhat.com> 2481S: Supported 2482F: qapi/*.json 2483T: git https://repo.or.cz/qemu/armbru.git qapi-next 2484 2485QObject 2486M: Markus Armbruster <armbru@redhat.com> 2487S: Supported 2488F: qobject/ 2489F: include/qapi/qmp/ 2490X: include/qapi/qmp/dispatch.h 2491F: scripts/coccinelle/qobject.cocci 2492F: tests/check-qdict.c 2493F: tests/check-qjson.c 2494F: tests/check-qlist.c 2495F: tests/check-qlit.c 2496F: tests/check-qnull.c 2497F: tests/check-qnum.c 2498F: tests/check-qobject.c 2499F: tests/check-qstring.c 2500F: tests/data/qobject/qdict.txt 2501T: git https://repo.or.cz/qemu/armbru.git qapi-next 2502 2503QEMU Guest Agent 2504M: Michael Roth <michael.roth@amd.com> 2505S: Maintained 2506F: qga/ 2507F: docs/interop/qemu-ga.rst 2508F: docs/interop/qemu-ga-ref.rst 2509F: scripts/qemu-guest-agent/ 2510F: tests/test-qga.c 2511T: git https://github.com/mdroth/qemu.git qga 2512 2513QOM 2514M: Paolo Bonzini <pbonzini@redhat.com> 2515R: Daniel P. Berrange <berrange@redhat.com> 2516R: Eduardo Habkost <ehabkost@redhat.com> 2517S: Supported 2518F: docs/qdev-device-use.txt 2519F: hw/core/qdev* 2520F: hw/core/bus.c 2521F: hw/core/sysbus.c 2522F: include/hw/qdev* 2523F: include/monitor/qdev.h 2524F: include/qom/ 2525F: qapi/qom.json 2526F: qapi/qdev.json 2527F: scripts/coccinelle/qom-parent-type.cocci 2528F: softmmu/qdev-monitor.c 2529F: qom/ 2530F: tests/check-qom-interface.c 2531F: tests/check-qom-proplist.c 2532F: tests/test-qdev-global-props.c 2533 2534QOM boilerplate conversion script 2535M: Eduardo Habkost <ehabkost@redhat.com> 2536S: Maintained 2537F: scripts/codeconverter/ 2538 2539QMP 2540M: Markus Armbruster <armbru@redhat.com> 2541S: Supported 2542F: monitor/monitor-internal.h 2543F: monitor/qmp* 2544F: monitor/misc.c 2545F: monitor/monitor.c 2546F: qapi/control.json 2547F: qapi/error.json 2548F: qapi/introspect.json 2549F: docs/devel/*qmp-* 2550F: docs/interop/*qmp-* 2551F: scripts/qmp/ 2552F: tests/qtest/qmp-test.c 2553F: tests/qtest/qmp-cmd-test.c 2554T: git https://repo.or.cz/qemu/armbru.git qapi-next 2555 2556qtest 2557M: Thomas Huth <thuth@redhat.com> 2558M: Laurent Vivier <lvivier@redhat.com> 2559R: Paolo Bonzini <pbonzini@redhat.com> 2560S: Maintained 2561F: softmmu/qtest.c 2562F: accel/qtest/ 2563F: tests/qtest/ 2564X: tests/qtest/bios-tables-test* 2565 2566Device Fuzzing 2567M: Alexander Bulekov <alxndr@bu.edu> 2568R: Paolo Bonzini <pbonzini@redhat.com> 2569R: Bandan Das <bsd@redhat.com> 2570R: Stefan Hajnoczi <stefanha@redhat.com> 2571R: Thomas Huth <thuth@redhat.com> 2572S: Maintained 2573F: tests/qtest/fuzz/ 2574F: scripts/oss-fuzz/ 2575F: docs/devel/fuzzing.rst 2576 2577Register API 2578M: Alistair Francis <alistair@alistair23.me> 2579S: Maintained 2580F: hw/core/register.c 2581F: include/hw/register.h 2582F: include/hw/registerfields.h 2583 2584SLIRP 2585M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2586S: Maintained 2587F: slirp/ 2588F: net/slirp.c 2589F: include/net/slirp.h 2590T: git https://people.debian.org/~sthibault/qemu.git slirp 2591 2592Streams 2593M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2594S: Maintained 2595F: hw/core/stream.c 2596F: include/hw/stream.h 2597 2598Stubs 2599M: Paolo Bonzini <pbonzini@redhat.com> 2600S: Maintained 2601F: stubs/ 2602 2603Tracing 2604M: Stefan Hajnoczi <stefanha@redhat.com> 2605S: Maintained 2606F: trace/ 2607F: trace-events 2608F: docs/qemu-option-trace.rst.inc 2609F: qapi/trace.json 2610F: scripts/tracetool.py 2611F: scripts/tracetool/ 2612F: scripts/qemu-trace-stap* 2613F: docs/interop/qemu-trace-stap.rst 2614F: docs/devel/tracing.txt 2615T: git https://github.com/stefanha/qemu.git tracing 2616 2617TPM 2618M: Stefan Berger <stefanb@linux.ibm.com> 2619S: Maintained 2620F: tpm.c 2621F: stubs/tpm.c 2622F: hw/tpm/* 2623F: include/hw/acpi/tpm.h 2624F: include/sysemu/tpm* 2625F: qapi/tpm.json 2626F: backends/tpm/ 2627F: tests/qtest/*tpm* 2628T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2629 2630Checkpatch 2631S: Odd Fixes 2632F: scripts/checkpatch.pl 2633 2634Migration 2635M: Juan Quintela <quintela@redhat.com> 2636M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2637S: Maintained 2638F: hw/core/vmstate-if.c 2639F: include/hw/vmstate-if.h 2640F: include/migration/ 2641F: migration/ 2642F: scripts/vmstate-static-checker.py 2643F: tests/vmstate-static-checker-data/ 2644F: tests/qtest/migration-test.c 2645F: docs/devel/migration.rst 2646F: qapi/migration.json 2647 2648D-Bus 2649M: Marc-André Lureau <marcandre.lureau@redhat.com> 2650S: Maintained 2651F: backends/dbus-vmstate.c 2652F: tests/dbus-vmstate* 2653F: util/dbus.c 2654F: include/qemu/dbus.h 2655F: docs/interop/dbus.rst 2656F: docs/interop/dbus-vmstate.rst 2657 2658Seccomp 2659M: Eduardo Otubo <otubo@redhat.com> 2660S: Supported 2661F: softmmu/qemu-seccomp.c 2662F: include/sysemu/seccomp.h 2663 2664Cryptography 2665M: Daniel P. Berrange <berrange@redhat.com> 2666S: Maintained 2667F: crypto/ 2668F: include/crypto/ 2669F: qapi/crypto.json 2670F: tests/test-crypto-* 2671F: tests/benchmark-crypto-* 2672F: tests/crypto-tls-* 2673F: tests/pkix_asn1_tab.c 2674F: qemu.sasl 2675 2676Coroutines 2677M: Stefan Hajnoczi <stefanha@redhat.com> 2678M: Kevin Wolf <kwolf@redhat.com> 2679S: Maintained 2680F: util/*coroutine* 2681F: include/qemu/coroutine* 2682F: tests/test-coroutine.c 2683 2684Buffers 2685M: Daniel P. Berrange <berrange@redhat.com> 2686S: Odd Fixes 2687F: util/buffer.c 2688F: include/qemu/buffer.h 2689 2690I/O Channels 2691M: Daniel P. Berrange <berrange@redhat.com> 2692S: Maintained 2693F: io/ 2694F: include/io/ 2695F: tests/test-io-* 2696 2697User authorization 2698M: Daniel P. Berrange <berrange@redhat.com> 2699S: Maintained 2700F: authz/ 2701F: qapi/authz.json 2702F: include/authz/ 2703F: tests/test-authz-* 2704 2705Sockets 2706M: Daniel P. Berrange <berrange@redhat.com> 2707M: Gerd Hoffmann <kraxel@redhat.com> 2708S: Maintained 2709F: include/qemu/sockets.h 2710F: util/qemu-sockets.c 2711F: qapi/sockets.json 2712 2713File monitor 2714M: Daniel P. Berrange <berrange@redhat.com> 2715S: Odd Fixes 2716F: util/filemonitor*.c 2717F: include/qemu/filemonitor.h 2718F: tests/test-util-filemonitor.c 2719 2720Throttling infrastructure 2721M: Alberto Garcia <berto@igalia.com> 2722S: Supported 2723F: block/throttle-groups.c 2724F: include/block/throttle-groups.h 2725F: include/qemu/throttle*.h 2726F: util/throttle.c 2727F: docs/throttle.txt 2728F: tests/test-throttle.c 2729L: qemu-block@nongnu.org 2730 2731UUID 2732M: Fam Zheng <fam@euphon.net> 2733S: Supported 2734F: util/uuid.c 2735F: include/qemu/uuid.h 2736F: tests/test-uuid.c 2737 2738Yank feature 2739M: Lukas Straub <lukasstraub2@web.de> 2740S: Odd fixes 2741F: util/yank.c 2742F: stubs/yank.c 2743F: include/qemu/yank.h 2744F: qapi/yank.json 2745 2746COLO Framework 2747M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2748S: Maintained 2749F: migration/colo* 2750F: include/migration/colo.h 2751F: include/migration/failover.h 2752F: docs/COLO-FT.txt 2753 2754COLO Proxy 2755M: Zhang Chen <chen.zhang@intel.com> 2756M: Li Zhijian <lizhijian@cn.fujitsu.com> 2757S: Supported 2758F: docs/colo-proxy.txt 2759F: net/colo* 2760F: net/filter-rewriter.c 2761F: net/filter-mirror.c 2762 2763Record/replay 2764M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2765R: Paolo Bonzini <pbonzini@redhat.com> 2766W: https://wiki.qemu.org/Features/record-replay 2767S: Supported 2768F: replay/* 2769F: block/blkreplay.c 2770F: net/filter-replay.c 2771F: include/sysemu/replay.h 2772F: docs/replay.txt 2773F: stubs/replay.c 2774F: tests/acceptance/replay_kernel.py 2775F: tests/acceptance/reverse_debugging.py 2776F: qapi/replay.json 2777 2778IOVA Tree 2779M: Peter Xu <peterx@redhat.com> 2780S: Maintained 2781F: include/qemu/iova-tree.h 2782F: util/iova-tree.c 2783 2784elf2dmp 2785M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2786S: Maintained 2787F: contrib/elf2dmp/ 2788 2789I2C and SMBus 2790M: Corey Minyard <cminyard@mvista.com> 2791S: Maintained 2792F: hw/i2c/core.c 2793F: hw/i2c/smbus_slave.c 2794F: hw/i2c/smbus_master.c 2795F: hw/i2c/smbus_eeprom.c 2796F: include/hw/i2c/i2c.h 2797F: include/hw/i2c/smbus_master.h 2798F: include/hw/i2c/smbus_slave.h 2799F: include/hw/i2c/smbus_eeprom.h 2800 2801Firmware schema specifications 2802M: Laszlo Ersek <lersek@redhat.com> 2803M: Philippe Mathieu-Daudé <philmd@redhat.com> 2804R: Daniel P. Berrange <berrange@redhat.com> 2805R: Kashyap Chamarthy <kchamart@redhat.com> 2806S: Maintained 2807F: docs/interop/firmware.json 2808 2809EDK2 Firmware 2810M: Laszlo Ersek <lersek@redhat.com> 2811M: Philippe Mathieu-Daudé <philmd@redhat.com> 2812S: Supported 2813F: pc-bios/descriptors/??-edk2-*.json 2814F: pc-bios/edk2-* 2815F: roms/Makefile.edk2 2816F: roms/edk2 2817F: roms/edk2-* 2818F: tests/data/uefi-boot-images/ 2819F: tests/uefi-test-tools/ 2820F: .gitlab-ci.d/edk2.yml 2821F: .gitlab-ci.d/edk2/ 2822 2823VT-d Emulation 2824M: Michael S. Tsirkin <mst@redhat.com> 2825M: Peter Xu <peterx@redhat.com> 2826R: Jason Wang <jasowang@redhat.com> 2827S: Supported 2828F: hw/i386/intel_iommu.c 2829F: hw/i386/intel_iommu_internal.h 2830F: include/hw/i386/intel_iommu.h 2831 2832OpenSBI Firmware 2833M: Bin Meng <bmeng.cn@gmail.com> 2834S: Supported 2835F: pc-bios/opensbi-* 2836F: .gitlab-ci.d/opensbi.yml 2837F: .gitlab-ci.d/opensbi/ 2838 2839Usermode Emulation 2840------------------ 2841Overall usermode emulation 2842M: Riku Voipio <riku.voipio@iki.fi> 2843S: Maintained 2844F: thunk.c 2845F: accel/tcg/user-exec*.c 2846 2847BSD user 2848S: Orphan 2849F: bsd-user/ 2850F: default-configs/*-bsd-user.mak 2851 2852Linux user 2853M: Laurent Vivier <laurent@vivier.eu> 2854S: Maintained 2855F: linux-user/ 2856F: default-configs/*-linux-user.mak 2857F: scripts/qemu-binfmt-conf.sh 2858F: scripts/update-syscalltbl.sh 2859F: scripts/update-mips-syscall-args.sh 2860F: scripts/gensyscalls.sh 2861 2862Tiny Code Generator (TCG) 2863------------------------- 2864Common TCG code 2865M: Richard Henderson <richard.henderson@linaro.org> 2866S: Maintained 2867F: tcg/ 2868F: include/tcg/ 2869 2870TCG Plugins 2871M: Alex Bennée <alex.bennee@linaro.org> 2872S: Maintained 2873F: docs/devel/tcg-plugins.rst 2874F: plugins/ 2875F: tests/plugin/ 2876F: contrib/plugins/ 2877 2878AArch64 TCG target 2879M: Richard Henderson <richard.henderson@linaro.org> 2880S: Maintained 2881L: qemu-arm@nongnu.org 2882F: tcg/aarch64/ 2883F: disas/arm-a64.cc 2884F: disas/libvixl/ 2885 2886ARM TCG target 2887M: Andrzej Zaborowski <balrogg@gmail.com> 2888S: Maintained 2889L: qemu-arm@nongnu.org 2890F: tcg/arm/ 2891F: disas/arm.c 2892 2893i386 TCG target 2894M: Richard Henderson <richard.henderson@linaro.org> 2895S: Maintained 2896F: tcg/i386/ 2897F: disas/i386.c 2898 2899MIPS TCG target 2900M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2901R: Aurelien Jarno <aurelien@aurel32.net> 2902R: Huacai Chen <chenhuacai@kernel.org> 2903R: Jiaxun Yang <jiaxun.yang@flygoat.com> 2904R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 2905S: Odd Fixes 2906F: tcg/mips/ 2907 2908PPC TCG target 2909M: Richard Henderson <richard.henderson@linaro.org> 2910S: Odd Fixes 2911F: tcg/ppc/ 2912F: disas/ppc.c 2913 2914RISC-V TCG target 2915M: Palmer Dabbelt <palmer@dabbelt.com> 2916M: Alistair Francis <Alistair.Francis@wdc.com> 2917L: qemu-riscv@nongnu.org 2918S: Maintained 2919F: tcg/riscv/ 2920F: disas/riscv.c 2921 2922S390 TCG target 2923M: Richard Henderson <richard.henderson@linaro.org> 2924S: Maintained 2925F: tcg/s390/ 2926F: disas/s390.c 2927L: qemu-s390x@nongnu.org 2928 2929SPARC TCG target 2930S: Odd Fixes 2931F: tcg/sparc/ 2932F: disas/sparc.c 2933 2934TCI TCG target 2935M: Stefan Weil <sw@weilnetz.de> 2936S: Maintained 2937F: tcg/tci/ 2938F: tcg/tci.c 2939F: disas/tci.c 2940 2941Block drivers 2942------------- 2943VMDK 2944M: Fam Zheng <fam@euphon.net> 2945L: qemu-block@nongnu.org 2946S: Supported 2947F: block/vmdk.c 2948 2949RBD 2950M: Jason Dillaman <dillaman@redhat.com> 2951L: qemu-block@nongnu.org 2952S: Supported 2953F: block/rbd.c 2954 2955Sheepdog 2956M: Liu Yuan <namei.unix@gmail.com> 2957L: qemu-block@nongnu.org 2958S: Odd Fixes 2959F: block/sheepdog.c 2960 2961VHDX 2962M: Jeff Cody <codyprime@gmail.com> 2963L: qemu-block@nongnu.org 2964S: Supported 2965F: block/vhdx* 2966 2967VDI 2968M: Stefan Weil <sw@weilnetz.de> 2969L: qemu-block@nongnu.org 2970S: Maintained 2971F: block/vdi.c 2972 2973iSCSI 2974M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2975M: Paolo Bonzini <pbonzini@redhat.com> 2976M: Peter Lieven <pl@kamp.de> 2977L: qemu-block@nongnu.org 2978S: Odd Fixes 2979F: block/iscsi.c 2980F: block/iscsi-opts.c 2981 2982Network Block Device (NBD) 2983M: Eric Blake <eblake@redhat.com> 2984L: qemu-block@nongnu.org 2985S: Maintained 2986F: block/nbd* 2987F: nbd/ 2988F: include/block/nbd* 2989F: qemu-nbd.* 2990F: blockdev-nbd.c 2991F: docs/interop/nbd.txt 2992F: docs/interop/qemu-nbd.rst 2993T: git https://repo.or.cz/qemu/ericb.git nbd 2994 2995NFS 2996M: Peter Lieven <pl@kamp.de> 2997L: qemu-block@nongnu.org 2998S: Maintained 2999F: block/nfs.c 3000 3001SSH 3002M: Richard W.M. Jones <rjones@redhat.com> 3003L: qemu-block@nongnu.org 3004S: Supported 3005F: block/ssh.c 3006 3007CURL 3008L: qemu-block@nongnu.org 3009S: Odd Fixes 3010F: block/curl.c 3011 3012GLUSTER 3013L: qemu-block@nongnu.org 3014L: integration@gluster.org 3015S: Odd Fixes 3016F: block/gluster.c 3017 3018Null Block Driver 3019M: Fam Zheng <fam@euphon.net> 3020L: qemu-block@nongnu.org 3021S: Supported 3022F: block/null.c 3023 3024NVMe Block Driver 3025M: Stefan Hajnoczi <stefanha@redhat.com> 3026R: Fam Zheng <fam@euphon.net> 3027L: qemu-block@nongnu.org 3028S: Supported 3029F: block/nvme* 3030F: include/block/nvme.h 3031T: git https://github.com/stefanha/qemu.git block 3032 3033Bootdevice 3034M: Gonglei <arei.gonglei@huawei.com> 3035S: Maintained 3036F: softmmu/bootdevice.c 3037 3038Quorum 3039M: Alberto Garcia <berto@igalia.com> 3040S: Supported 3041F: block/quorum.c 3042L: qemu-block@nongnu.org 3043 3044blklogwrites 3045M: Ari Sundholm <ari@tuxera.com> 3046L: qemu-block@nongnu.org 3047S: Supported 3048F: block/blklogwrites.c 3049 3050blkverify 3051M: Stefan Hajnoczi <stefanha@redhat.com> 3052L: qemu-block@nongnu.org 3053S: Supported 3054F: block/blkverify.c 3055 3056bochs 3057M: Stefan Hajnoczi <stefanha@redhat.com> 3058L: qemu-block@nongnu.org 3059S: Supported 3060F: block/bochs.c 3061 3062cloop 3063M: Stefan Hajnoczi <stefanha@redhat.com> 3064L: qemu-block@nongnu.org 3065S: Supported 3066F: block/cloop.c 3067 3068dmg 3069M: Stefan Hajnoczi <stefanha@redhat.com> 3070L: qemu-block@nongnu.org 3071S: Supported 3072F: block/dmg.c 3073 3074parallels 3075M: Stefan Hajnoczi <stefanha@redhat.com> 3076M: Denis V. Lunev <den@openvz.org> 3077L: qemu-block@nongnu.org 3078S: Supported 3079F: block/parallels.c 3080F: docs/interop/parallels.txt 3081 3082qed 3083M: Stefan Hajnoczi <stefanha@redhat.com> 3084L: qemu-block@nongnu.org 3085S: Supported 3086F: block/qed.c 3087 3088raw 3089M: Kevin Wolf <kwolf@redhat.com> 3090L: qemu-block@nongnu.org 3091S: Supported 3092F: block/linux-aio.c 3093F: include/block/raw-aio.h 3094F: block/raw-format.c 3095F: block/file-posix.c 3096F: block/file-win32.c 3097F: block/win32-aio.c 3098 3099Linux io_uring 3100M: Aarushi Mehta <mehta.aaru20@gmail.com> 3101M: Julia Suvorova <jusual@redhat.com> 3102M: Stefan Hajnoczi <stefanha@redhat.com> 3103L: qemu-block@nongnu.org 3104S: Maintained 3105F: block/io_uring.c 3106F: stubs/io_uring.c 3107 3108qcow2 3109M: Kevin Wolf <kwolf@redhat.com> 3110M: Max Reitz <mreitz@redhat.com> 3111L: qemu-block@nongnu.org 3112S: Supported 3113F: block/qcow2* 3114F: docs/interop/qcow2.txt 3115 3116qcow 3117M: Kevin Wolf <kwolf@redhat.com> 3118L: qemu-block@nongnu.org 3119S: Supported 3120F: block/qcow.c 3121 3122blkdebug 3123M: Kevin Wolf <kwolf@redhat.com> 3124M: Max Reitz <mreitz@redhat.com> 3125L: qemu-block@nongnu.org 3126S: Supported 3127F: block/blkdebug.c 3128 3129vpc 3130M: Kevin Wolf <kwolf@redhat.com> 3131L: qemu-block@nongnu.org 3132S: Supported 3133F: block/vpc.c 3134 3135vvfat 3136M: Kevin Wolf <kwolf@redhat.com> 3137L: qemu-block@nongnu.org 3138S: Odd Fixes 3139F: block/vvfat.c 3140 3141Image format fuzzer 3142M: Stefan Hajnoczi <stefanha@redhat.com> 3143L: qemu-block@nongnu.org 3144S: Supported 3145F: tests/image-fuzzer/ 3146 3147Vhost-user block device backend server 3148M: Coiby Xu <Coiby.Xu@gmail.com> 3149S: Maintained 3150F: block/export/vhost-user-blk-server.c 3151F: block/export/vhost-user-blk-server.h 3152F: include/qemu/vhost-user-server.h 3153F: tests/qtest/libqos/vhost-user-blk.c 3154F: util/vhost-user-server.c 3155 3156FUSE block device exports 3157M: Max Reitz <mreitz@redhat.com> 3158L: qemu-block@nongnu.org 3159S: Supported 3160F: block/export/fuse.c 3161 3162Replication 3163M: Wen Congyang <wencongyang2@huawei.com> 3164M: Xie Changlong <xiechanglong.d@gmail.com> 3165S: Supported 3166F: replication* 3167F: block/replication.c 3168F: tests/test-replication.c 3169F: docs/block-replication.txt 3170 3171PVRDMA 3172M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3173M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3174S: Maintained 3175F: hw/rdma/* 3176F: hw/rdma/vmw/* 3177F: docs/pvrdma.txt 3178F: contrib/rdmacm-mux/* 3179F: qapi/rdma.json 3180 3181Semihosting 3182M: Alex Bennée <alex.bennee@linaro.org> 3183S: Maintained 3184F: hw/semihosting/ 3185F: include/hw/semihosting/ 3186 3187Build and test automation 3188------------------------- 3189Build and test automation 3190M: Alex Bennée <alex.bennee@linaro.org> 3191M: Fam Zheng <fam@euphon.net> 3192R: Philippe Mathieu-Daudé <philmd@redhat.com> 3193S: Maintained 3194F: .github/lockdown.yml 3195F: .travis.yml 3196F: scripts/travis/ 3197F: .shippable.yml 3198F: tests/docker/ 3199F: tests/vm/ 3200F: scripts/archive-source.sh 3201W: https://travis-ci.org/qemu/qemu 3202W: https://app.shippable.com/github/qemu/qemu 3203W: http://patchew.org/QEMU/ 3204 3205FreeBSD Hosted Continuous Integration 3206M: Ed Maste <emaste@freebsd.org> 3207M: Li-Wen Hsu <lwhsu@freebsd.org> 3208S: Maintained 3209F: .cirrus.yml 3210W: https://cirrus-ci.com/github/qemu/qemu 3211 3212Windows Hosted Continuous Integration 3213M: Yonggang Luo <luoyonggang@gmail.com> 3214S: Maintained 3215F: .cirrus.yml 3216W: https://cirrus-ci.com/github/qemu/qemu 3217 3218GitLab Continuous Integration 3219M: Thomas Huth <thuth@redhat.com> 3220M: Philippe Mathieu-Daudé <philmd@redhat.com> 3221M: Alex Bennée <alex.bennee@linaro.org> 3222R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3223S: Maintained 3224F: .gitlab-ci.yml 3225F: .gitlab-ci.d/crossbuilds.yml 3226F: .gitlab-ci.d/*py 3227F: scripts/ci/gitlab-pipeline-status 3228 3229Guest Test Compilation Support 3230M: Alex Bennée <alex.bennee@linaro.org> 3231R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3232S: Maintained 3233F: tests/tcg/Makefile 3234F: tests/tcg/Makefile.include 3235 3236Acceptance (Integration) Testing with the Avocado framework 3237W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3238R: Cleber Rosa <crosa@redhat.com> 3239R: Philippe Mathieu-Daudé <philmd@redhat.com> 3240R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3241S: Odd Fixes 3242F: tests/acceptance/ 3243 3244Documentation 3245------------- 3246Build system architecture 3247M: Daniel P. Berrange <berrange@redhat.com> 3248S: Odd Fixes 3249F: docs/devel/build-system.txt 3250 3251GIT Data Mining Config 3252M: Alex Bennée <alex.bennee@linaro.org> 3253S: Odd Fixes 3254F: gitdm.config 3255F: contrib/gitdm/* 3256 3257Incompatible changes 3258R: libvir-list@redhat.com 3259F: docs/system/deprecated.rst 3260 3261Build System 3262------------ 3263GIT submodules 3264M: Daniel P. Berrange <berrange@redhat.com> 3265S: Odd Fixes 3266F: scripts/git-submodule.sh 3267 3268UI translations 3269S: Orphan 3270F: po/*.po 3271 3272Sphinx documentation configuration and build machinery 3273M: Peter Maydell <peter.maydell@linaro.org> 3274S: Maintained 3275F: docs/conf.py 3276F: docs/*/conf.py 3277F: docs/sphinx/ 3278 3279Miscellaneous 3280------------- 3281Performance Tools and Tests 3282M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3283S: Maintained 3284F: scripts/performance/ 3285