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