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: tests/qtest/nvme-test.c 1892F: docs/specs/nvme.txt 1893T: git git://git.infradead.org/qemu-nvme.git nvme-next 1894 1895megasas 1896M: Hannes Reinecke <hare@suse.com> 1897L: qemu-block@nongnu.org 1898S: Supported 1899F: hw/scsi/megasas.c 1900F: hw/scsi/mfi.h 1901F: tests/qtest/megasas-test.c 1902 1903Network packet abstractions 1904M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1905S: Maintained 1906F: include/net/eth.h 1907F: net/eth.c 1908F: hw/net/net_rx_pkt* 1909F: hw/net/net_tx_pkt* 1910 1911Vmware 1912M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1913S: Maintained 1914F: hw/net/vmxnet* 1915F: hw/scsi/vmw_pvscsi* 1916F: tests/qtest/vmxnet3-test.c 1917 1918Rocker 1919M: Jiri Pirko <jiri@resnulli.us> 1920S: Maintained 1921F: hw/net/rocker/ 1922F: qapi/rocker.json 1923F: tests/rocker/ 1924F: docs/specs/rocker.txt 1925 1926NVDIMM 1927M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1928S: Maintained 1929F: hw/acpi/nvdimm.c 1930F: hw/mem/nvdimm.c 1931F: include/hw/mem/nvdimm.h 1932F: docs/nvdimm.txt 1933 1934e1000x 1935M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1936S: Maintained 1937F: hw/net/e1000x* 1938 1939e1000e 1940M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1941S: Maintained 1942F: hw/net/e1000e* 1943 1944eepro100 1945M: Stefan Weil <sw@weilnetz.de> 1946S: Maintained 1947F: hw/net/eepro100.c 1948 1949tulip 1950M: Sven Schnelle <svens@stackframe.org> 1951S: Maintained 1952F: hw/net/tulip.c 1953F: hw/net/tulip.h 1954 1955Generic Loader 1956M: Alistair Francis <alistair@alistair23.me> 1957S: Maintained 1958F: hw/core/generic-loader.c 1959F: include/hw/core/generic-loader.h 1960F: docs/generic-loader.txt 1961 1962Intel Hexadecimal Object File Loader 1963M: Su Hang <suhang16@mails.ucas.ac.cn> 1964S: Maintained 1965F: tests/qtest/hexloader-test.c 1966F: tests/data/hex-loader/test.hex 1967 1968CHRP NVRAM 1969M: Thomas Huth <thuth@redhat.com> 1970S: Maintained 1971F: hw/nvram/chrp_nvram.c 1972F: include/hw/nvram/chrp_nvram.h 1973F: tests/qtest/prom-env-test.c 1974 1975VM Generation ID 1976M: Ben Warren <ben@skyportsystems.com> 1977S: Maintained 1978F: hw/acpi/vmgenid.c 1979F: include/hw/acpi/vmgenid.h 1980F: docs/specs/vmgenid.txt 1981F: tests/qtest/vmgenid-test.c 1982F: stubs/vmgenid.c 1983 1984LED 1985M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1986S: Maintained 1987F: include/hw/misc/led.h 1988F: hw/misc/led.c 1989 1990Unimplemented device 1991M: Peter Maydell <peter.maydell@linaro.org> 1992R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1993S: Maintained 1994F: include/hw/misc/unimp.h 1995F: hw/misc/unimp.c 1996 1997Empty slot 1998M: Artyom Tarasenko <atar4qemu@gmail.com> 1999R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2000S: Maintained 2001F: include/hw/misc/empty_slot.h 2002F: hw/misc/empty_slot.c 2003 2004Standard VGA 2005M: Gerd Hoffmann <kraxel@redhat.com> 2006S: Maintained 2007F: hw/display/vga* 2008F: hw/display/bochs-display.c 2009F: include/hw/display/vga.h 2010F: include/hw/display/bochs-vbe.h 2011 2012ramfb 2013M: Gerd Hoffmann <kraxel@redhat.com> 2014S: Maintained 2015F: hw/display/ramfb*.c 2016F: include/hw/display/ramfb.h 2017 2018virtio-gpu 2019M: Gerd Hoffmann <kraxel@redhat.com> 2020S: Maintained 2021F: hw/display/virtio-gpu* 2022F: hw/display/virtio-vga.* 2023F: include/hw/virtio/virtio-gpu.h 2024 2025vhost-user-blk 2026M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2027S: Maintained 2028F: contrib/vhost-user-blk/ 2029F: contrib/vhost-user-scsi/ 2030F: hw/block/vhost-user-blk.c 2031F: hw/scsi/vhost-user-scsi.c 2032F: hw/virtio/vhost-user-blk-pci.c 2033F: hw/virtio/vhost-user-scsi-pci.c 2034F: include/hw/virtio/vhost-user-blk.h 2035F: include/hw/virtio/vhost-user-scsi.h 2036 2037vhost-user-gpu 2038M: Marc-André Lureau <marcandre.lureau@redhat.com> 2039M: Gerd Hoffmann <kraxel@redhat.com> 2040S: Maintained 2041F: docs/interop/vhost-user-gpu.rst 2042F: contrib/vhost-user-gpu 2043F: hw/display/vhost-user-* 2044 2045Cirrus VGA 2046M: Gerd Hoffmann <kraxel@redhat.com> 2047S: Odd Fixes 2048W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2049F: hw/display/cirrus* 2050 2051EDID Generator 2052M: Gerd Hoffmann <kraxel@redhat.com> 2053S: Maintained 2054F: hw/display/edid* 2055F: include/hw/display/edid.h 2056F: qemu-edid.c 2057 2058PIIX4 South Bridge (i82371AB) 2059M: Hervé Poussineau <hpoussin@reactos.org> 2060M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2061S: Maintained 2062F: hw/isa/piix4.c 2063F: include/hw/southbridge/piix.h 2064 2065Firmware configuration (fw_cfg) 2066M: Philippe Mathieu-Daudé <philmd@redhat.com> 2067R: Laszlo Ersek <lersek@redhat.com> 2068R: Gerd Hoffmann <kraxel@redhat.com> 2069S: Supported 2070F: docs/specs/fw_cfg.txt 2071F: hw/nvram/fw_cfg*.c 2072F: stubs/fw_cfg.c 2073F: include/hw/nvram/fw_cfg.h 2074F: include/standard-headers/linux/qemu_fw_cfg.h 2075F: tests/qtest/libqos/fw_cfg.c 2076F: tests/qtest/fw_cfg-test.c 2077T: git https://github.com/philmd/qemu.git fw_cfg-next 2078 2079XIVE 2080M: David Gibson <david@gibson.dropbear.id.au> 2081M: Cédric Le Goater <clg@kaod.org> 2082L: qemu-ppc@nongnu.org 2083S: Supported 2084F: hw/*/*xive* 2085F: include/hw/*/*xive* 2086F: docs/*/*xive* 2087 2088Renesas peripherals 2089M: Yoshinori Sato <ysato@users.sourceforge.jp> 2090R: Magnus Damm <magnus.damm@gmail.com> 2091S: Odd Fixes 2092F: hw/char/renesas_sci.c 2093F: hw/char/sh_serial.c 2094F: hw/timer/renesas_*.c 2095F: hw/timer/sh_timer.c 2096F: include/hw/char/renesas_sci.h 2097F: include/hw/sh4/sh.h 2098F: include/hw/timer/renesas_*.h 2099 2100Renesas RX peripherals 2101M: Yoshinori Sato <ysato@users.sourceforge.jp> 2102S: Odd Fixes 2103F: hw/intc/rx_icu.c 2104F: hw/rx/ 2105F: include/hw/intc/rx_icu.h 2106F: include/hw/rx/ 2107 2108CAN bus subsystem and hardware 2109M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2110M: Vikram Garhwal <fnu.vikram@xilinx.com> 2111S: Maintained 2112W: https://canbus.pages.fel.cvut.cz/ 2113F: net/can/* 2114F: hw/net/can/* 2115F: include/net/can_*.h 2116 2117Subsystems 2118---------- 2119Audio 2120M: Gerd Hoffmann <kraxel@redhat.com> 2121S: Maintained 2122F: audio/ 2123F: hw/audio/ 2124F: include/hw/audio/ 2125F: qapi/audio.json 2126F: tests/qtest/ac97-test.c 2127F: tests/qtest/es1370-test.c 2128F: tests/qtest/intel-hda-test.c 2129 2130Block layer core 2131M: Kevin Wolf <kwolf@redhat.com> 2132M: Max Reitz <mreitz@redhat.com> 2133L: qemu-block@nongnu.org 2134S: Supported 2135F: block* 2136F: block/ 2137F: hw/block/ 2138F: include/block/ 2139F: qemu-img* 2140F: docs/interop/qemu-img.rst 2141F: qemu-io* 2142F: tests/qemu-iotests/ 2143F: util/qemu-progress.c 2144F: qobject/block-qdict.c 2145F: tests/check-block-qdict.c 2146T: git https://repo.or.cz/qemu/kevin.git block 2147 2148Block I/O path 2149M: Stefan Hajnoczi <stefanha@redhat.com> 2150M: Fam Zheng <fam@euphon.net> 2151L: qemu-block@nongnu.org 2152S: Supported 2153F: util/async.c 2154F: util/aio-*.c 2155F: util/aio-*.h 2156F: util/fdmon-*.c 2157F: block/io.c 2158F: migration/block* 2159F: include/block/aio.h 2160F: include/block/aio-wait.h 2161F: scripts/qemugdb/aio.py 2162F: tests/test-fdmon-epoll.c 2163T: git https://github.com/stefanha/qemu.git block 2164 2165Block SCSI subsystem 2166M: Paolo Bonzini <pbonzini@redhat.com> 2167R: Fam Zheng <fam@euphon.net> 2168L: qemu-block@nongnu.org 2169S: Supported 2170F: include/scsi/* 2171F: scsi/* 2172 2173Block Jobs 2174M: John Snow <jsnow@redhat.com> 2175L: qemu-block@nongnu.org 2176S: Supported 2177F: blockjob.c 2178F: include/block/blockjob.h 2179F: job.c 2180F: job-qmp.c 2181F: include/qemu/job.h 2182F: block/backup.c 2183F: block/commit.c 2184F: block/stream.c 2185F: block/mirror.c 2186F: qapi/job.json 2187T: git https://gitlab.com/jsnow/qemu.git jobs 2188 2189Block QAPI, monitor, command line 2190M: Markus Armbruster <armbru@redhat.com> 2191S: Supported 2192F: blockdev.c 2193F: blockdev-hmp-cmds.c 2194F: block/qapi.c 2195F: qapi/block*.json 2196F: qapi/transaction.json 2197T: git https://repo.or.cz/qemu/armbru.git block-next 2198 2199Dirty Bitmaps 2200M: Eric Blake <eblake@redhat.com> 2201M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2202R: John Snow <jsnow@redhat.com> 2203L: qemu-block@nongnu.org 2204S: Supported 2205F: include/qemu/hbitmap.h 2206F: include/block/dirty-bitmap.h 2207F: block/monitor/bitmap-qmp-cmds.c 2208F: block/dirty-bitmap.c 2209F: block/qcow2-bitmap.c 2210F: migration/block-dirty-bitmap.c 2211F: util/hbitmap.c 2212F: tests/test-hbitmap.c 2213F: docs/interop/bitmaps.rst 2214T: git https://repo.or.cz/qemu/ericb.git bitmaps 2215 2216Character device backends 2217M: Marc-André Lureau <marcandre.lureau@redhat.com> 2218R: Paolo Bonzini <pbonzini@redhat.com> 2219S: Maintained 2220F: chardev/ 2221F: include/chardev/ 2222F: qapi/char.json 2223 2224Character Devices (Braille) 2225M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2226S: Maintained 2227F: chardev/baum.c 2228 2229Command line option argument parsing 2230M: Markus Armbruster <armbru@redhat.com> 2231S: Supported 2232F: include/qemu/option.h 2233F: tests/test-keyval.c 2234F: tests/test-qemu-opts.c 2235F: util/keyval.c 2236F: util/qemu-option.c 2237 2238Coverity model 2239M: Markus Armbruster <armbru@redhat.com> 2240S: Supported 2241F: scripts/coverity-model.c 2242 2243Coverity Scan integration 2244M: Peter Maydell <peter.maydell@linaro.org> 2245S: Maintained 2246F: scripts/coverity-scan/ 2247 2248Device Tree 2249M: Alistair Francis <alistair.francis@wdc.com> 2250R: David Gibson <david@gibson.dropbear.id.au> 2251S: Maintained 2252F: softmmu/device_tree.c 2253F: include/sysemu/device_tree.h 2254 2255Dump 2256S: Supported 2257M: Marc-André Lureau <marcandre.lureau@redhat.com> 2258F: dump/ 2259F: hw/misc/vmcoreinfo.c 2260F: include/hw/misc/vmcoreinfo.h 2261F: include/qemu/win_dump_defs 2262F: include/sysemu/dump-arch.h 2263F: include/sysemu/dump.h 2264F: qapi/dump.json 2265F: scripts/dump-guest-memory.py 2266F: stubs/dump.c 2267 2268Error reporting 2269M: Markus Armbruster <armbru@redhat.com> 2270S: Supported 2271F: include/qapi/error.h 2272F: include/qemu/error-report.h 2273F: qapi/error.json 2274F: util/error.c 2275F: util/qemu-error.c 2276F: scripts/coccinelle/err-bad-newline.cocci 2277F: scripts/coccinelle/error-use-after-free.cocci 2278F: scripts/coccinelle/error_propagate_null.cocci 2279F: scripts/coccinelle/remove_local_err.cocci 2280F: scripts/coccinelle/use-error_fatal.cocci 2281F: scripts/coccinelle/errp-guard.cocci 2282 2283GDB stub 2284M: Alex Bennée <alex.bennee@linaro.org> 2285R: Philippe Mathieu-Daudé <philmd@redhat.com> 2286S: Maintained 2287F: gdbstub* 2288F: gdb-xml/ 2289 2290Memory API 2291M: Paolo Bonzini <pbonzini@redhat.com> 2292S: Supported 2293F: include/exec/ioport.h 2294F: include/exec/memop.h 2295F: include/exec/memory.h 2296F: include/exec/ram_addr.h 2297F: include/exec/ramblock.h 2298F: softmmu/dma-helpers.c 2299F: softmmu/ioport.c 2300F: softmmu/memory.c 2301F: softmmu/physmem.c 2302F: include/exec/memory-internal.h 2303F: scripts/coccinelle/memory-region-housekeeping.cocci 2304 2305SPICE 2306M: Gerd Hoffmann <kraxel@redhat.com> 2307S: Supported 2308F: include/ui/qemu-spice.h 2309F: include/ui/spice-display.h 2310F: ui/spice-*.c 2311F: audio/spiceaudio.c 2312F: hw/display/qxl* 2313F: qapi/ui.json 2314F: docs/spice-port-fqdn.txt 2315 2316Graphics 2317M: Gerd Hoffmann <kraxel@redhat.com> 2318S: Odd Fixes 2319F: ui/ 2320F: include/ui/ 2321F: qapi/ui.json 2322F: util/drm.c 2323 2324Cocoa graphics 2325M: Peter Maydell <peter.maydell@linaro.org> 2326S: Odd Fixes 2327F: ui/cocoa.m 2328 2329Main loop 2330M: Paolo Bonzini <pbonzini@redhat.com> 2331S: Maintained 2332F: include/qemu/main-loop.h 2333F: include/sysemu/runstate.h 2334F: util/main-loop.c 2335F: util/qemu-timer.c 2336F: softmmu/vl.c 2337F: softmmu/main.c 2338F: softmmu/cpus.c 2339F: softmmu/cpu-throttle.c 2340F: softmmu/cpu-timers.c 2341F: softmmu/icount.c 2342F: qapi/run-state.json 2343 2344Read, Copy, Update (RCU) 2345M: Paolo Bonzini <pbonzini@redhat.com> 2346S: Maintained 2347F: include/qemu/rcu*.h 2348F: tests/rcutorture.c 2349F: tests/test-rcu-*.c 2350F: util/rcu.c 2351 2352Human Monitor (HMP) 2353M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2354S: Maintained 2355F: monitor/monitor-internal.h 2356F: monitor/misc.c 2357F: monitor/monitor.c 2358F: monitor/hmp* 2359F: hmp.h 2360F: hmp-commands*.hx 2361F: include/monitor/hmp-target.h 2362F: tests/qtest/test-hmp.c 2363F: include/qemu/qemu-print.h 2364F: util/qemu-print.c 2365 2366Network device backends 2367M: Jason Wang <jasowang@redhat.com> 2368S: Maintained 2369F: net/ 2370F: include/net/ 2371F: qemu-bridge-helper.c 2372T: git https://github.com/jasowang/qemu.git net 2373F: qapi/net.json 2374 2375Netmap network backend 2376M: Luigi Rizzo <rizzo@iet.unipi.it> 2377M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2378M: Vincenzo Maffione <v.maffione@gmail.com> 2379W: http://info.iet.unipi.it/~luigi/netmap/ 2380S: Maintained 2381F: net/netmap.c 2382 2383Host Memory Backends 2384M: Eduardo Habkost <ehabkost@redhat.com> 2385M: Igor Mammedov <imammedo@redhat.com> 2386S: Maintained 2387F: backends/hostmem*.c 2388F: include/sysemu/hostmem.h 2389T: git https://github.com/ehabkost/qemu.git machine-next 2390 2391Cryptodev Backends 2392M: Gonglei <arei.gonglei@huawei.com> 2393S: Maintained 2394F: include/sysemu/cryptodev*.h 2395F: backends/cryptodev*.c 2396 2397Python library 2398M: John Snow <jsnow@redhat.com> 2399M: Cleber Rosa <crosa@redhat.com> 2400R: Eduardo Habkost <ehabkost@redhat.com> 2401S: Maintained 2402F: python/ 2403T: git https://gitlab.com/jsnow/qemu.git python 2404 2405Python scripts 2406M: Eduardo Habkost <ehabkost@redhat.com> 2407M: Cleber Rosa <crosa@redhat.com> 2408S: Odd fixes 2409F: scripts/*.py 2410F: tests/*.py 2411 2412Benchmark util 2413M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2414S: Maintained 2415F: scripts/simplebench/ 2416 2417QAPI 2418M: Markus Armbruster <armbru@redhat.com> 2419M: Michael Roth <mdroth@linux.vnet.ibm.com> 2420S: Supported 2421F: qapi/ 2422X: qapi/*.json 2423F: include/qapi/ 2424X: include/qapi/qmp/ 2425F: include/qapi/qmp/dispatch.h 2426F: tests/qapi-schema/ 2427F: tests/test-*-visitor.c 2428F: tests/test-qapi-*.c 2429F: tests/test-qmp-*.c 2430F: tests/test-visitor-serialization.c 2431F: scripts/qapi-gen.py 2432F: scripts/qapi/* 2433F: docs/sphinx/qapidoc.py 2434F: docs/devel/qapi* 2435T: git https://repo.or.cz/qemu/armbru.git qapi-next 2436 2437QAPI Schema 2438M: Eric Blake <eblake@redhat.com> 2439M: Markus Armbruster <armbru@redhat.com> 2440S: Supported 2441F: qapi/*.json 2442T: git https://repo.or.cz/qemu/armbru.git qapi-next 2443 2444QObject 2445M: Markus Armbruster <armbru@redhat.com> 2446S: Supported 2447F: qobject/ 2448F: include/qapi/qmp/ 2449X: include/qapi/qmp/dispatch.h 2450F: scripts/coccinelle/qobject.cocci 2451F: tests/check-qdict.c 2452F: tests/check-qjson.c 2453F: tests/check-qlist.c 2454F: tests/check-qlit.c 2455F: tests/check-qnull.c 2456F: tests/check-qnum.c 2457F: tests/check-qobject.c 2458F: tests/check-qstring.c 2459F: tests/data/qobject/qdict.txt 2460T: git https://repo.or.cz/qemu/armbru.git qapi-next 2461 2462QEMU Guest Agent 2463M: Michael Roth <mdroth@linux.vnet.ibm.com> 2464S: Maintained 2465F: qga/ 2466F: docs/interop/qemu-ga.rst 2467F: docs/interop/qemu-ga-ref.rst 2468F: scripts/qemu-guest-agent/ 2469F: tests/test-qga.c 2470T: git https://github.com/mdroth/qemu.git qga 2471 2472QOM 2473M: Paolo Bonzini <pbonzini@redhat.com> 2474R: Daniel P. Berrange <berrange@redhat.com> 2475R: Eduardo Habkost <ehabkost@redhat.com> 2476S: Supported 2477F: docs/qdev-device-use.txt 2478F: hw/core/qdev* 2479F: hw/core/bus.c 2480F: hw/core/sysbus.c 2481F: include/hw/qdev* 2482F: include/monitor/qdev.h 2483F: include/qom/ 2484F: qapi/qom.json 2485F: qapi/qdev.json 2486F: scripts/coccinelle/qom-parent-type.cocci 2487F: softmmu/qdev-monitor.c 2488F: qom/ 2489F: tests/check-qom-interface.c 2490F: tests/check-qom-proplist.c 2491F: tests/test-qdev-global-props.c 2492 2493QOM boilerplate conversion script 2494M: Eduardo Habkost <ehabkost@redhat.com> 2495S: Maintained 2496F: scripts/codeconverter/ 2497 2498QMP 2499M: Markus Armbruster <armbru@redhat.com> 2500S: Supported 2501F: monitor/monitor-internal.h 2502F: monitor/qmp* 2503F: monitor/misc.c 2504F: monitor/monitor.c 2505F: qapi/control.json 2506F: qapi/error.json 2507F: qapi/introspect.json 2508F: docs/devel/*qmp-* 2509F: docs/interop/*qmp-* 2510F: scripts/qmp/ 2511F: tests/qtest/qmp-test.c 2512F: tests/qtest/qmp-cmd-test.c 2513T: git https://repo.or.cz/qemu/armbru.git qapi-next 2514 2515qtest 2516M: Thomas Huth <thuth@redhat.com> 2517M: Laurent Vivier <lvivier@redhat.com> 2518R: Paolo Bonzini <pbonzini@redhat.com> 2519S: Maintained 2520F: softmmu/qtest.c 2521F: accel/qtest/ 2522F: tests/qtest/ 2523X: tests/qtest/bios-tables-test* 2524 2525Device Fuzzing 2526M: Alexander Bulekov <alxndr@bu.edu> 2527R: Paolo Bonzini <pbonzini@redhat.com> 2528R: Bandan Das <bsd@redhat.com> 2529R: Stefan Hajnoczi <stefanha@redhat.com> 2530R: Thomas Huth <thuth@redhat.com> 2531S: Maintained 2532F: tests/qtest/fuzz/ 2533F: scripts/oss-fuzz/ 2534F: docs/devel/fuzzing.rst 2535 2536Register API 2537M: Alistair Francis <alistair@alistair23.me> 2538S: Maintained 2539F: hw/core/register.c 2540F: include/hw/register.h 2541F: include/hw/registerfields.h 2542 2543SLIRP 2544M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2545S: Maintained 2546F: slirp/ 2547F: net/slirp.c 2548F: include/net/slirp.h 2549T: git https://people.debian.org/~sthibault/qemu.git slirp 2550 2551Streams 2552M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2553S: Maintained 2554F: hw/core/stream.c 2555F: include/hw/stream.h 2556 2557Stubs 2558M: Paolo Bonzini <pbonzini@redhat.com> 2559S: Maintained 2560F: stubs/ 2561 2562Tracing 2563M: Stefan Hajnoczi <stefanha@redhat.com> 2564S: Maintained 2565F: trace/ 2566F: trace-events 2567F: docs/qemu-option-trace.rst.inc 2568F: qapi/trace.json 2569F: scripts/tracetool.py 2570F: scripts/tracetool/ 2571F: scripts/qemu-trace-stap* 2572F: docs/interop/qemu-trace-stap.rst 2573F: docs/devel/tracing.txt 2574T: git https://github.com/stefanha/qemu.git tracing 2575 2576TPM 2577M: Stefan Berger <stefanb@linux.ibm.com> 2578S: Maintained 2579F: tpm.c 2580F: stubs/tpm.c 2581F: hw/tpm/* 2582F: include/hw/acpi/tpm.h 2583F: include/sysemu/tpm* 2584F: qapi/tpm.json 2585F: backends/tpm/ 2586F: tests/qtest/*tpm* 2587T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2588 2589Checkpatch 2590S: Odd Fixes 2591F: scripts/checkpatch.pl 2592 2593Migration 2594M: Juan Quintela <quintela@redhat.com> 2595M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2596S: Maintained 2597F: hw/core/vmstate-if.c 2598F: include/hw/vmstate-if.h 2599F: include/migration/ 2600F: migration/ 2601F: scripts/vmstate-static-checker.py 2602F: tests/vmstate-static-checker-data/ 2603F: tests/qtest/migration-test.c 2604F: docs/devel/migration.rst 2605F: qapi/migration.json 2606 2607D-Bus 2608M: Marc-André Lureau <marcandre.lureau@redhat.com> 2609S: Maintained 2610F: backends/dbus-vmstate.c 2611F: tests/dbus-vmstate* 2612F: util/dbus.c 2613F: include/qemu/dbus.h 2614F: docs/interop/dbus.rst 2615F: docs/interop/dbus-vmstate.rst 2616 2617Seccomp 2618M: Eduardo Otubo <otubo@redhat.com> 2619S: Supported 2620F: softmmu/qemu-seccomp.c 2621F: include/sysemu/seccomp.h 2622 2623Cryptography 2624M: Daniel P. Berrange <berrange@redhat.com> 2625S: Maintained 2626F: crypto/ 2627F: include/crypto/ 2628F: qapi/crypto.json 2629F: tests/test-crypto-* 2630F: tests/benchmark-crypto-* 2631F: tests/crypto-tls-* 2632F: tests/pkix_asn1_tab.c 2633F: qemu.sasl 2634 2635Coroutines 2636M: Stefan Hajnoczi <stefanha@redhat.com> 2637M: Kevin Wolf <kwolf@redhat.com> 2638S: Maintained 2639F: util/*coroutine* 2640F: include/qemu/coroutine* 2641F: tests/test-coroutine.c 2642 2643Buffers 2644M: Daniel P. Berrange <berrange@redhat.com> 2645S: Odd fixes 2646F: util/buffer.c 2647F: include/qemu/buffer.h 2648 2649I/O Channels 2650M: Daniel P. Berrange <berrange@redhat.com> 2651S: Maintained 2652F: io/ 2653F: include/io/ 2654F: tests/test-io-* 2655 2656User authorization 2657M: Daniel P. Berrange <berrange@redhat.com> 2658S: Maintained 2659F: authz/ 2660F: qapi/authz.json 2661F: include/authz/ 2662F: tests/test-authz-* 2663 2664Sockets 2665M: Daniel P. Berrange <berrange@redhat.com> 2666M: Gerd Hoffmann <kraxel@redhat.com> 2667S: Maintained 2668F: include/qemu/sockets.h 2669F: util/qemu-sockets.c 2670F: qapi/sockets.json 2671 2672File monitor 2673M: Daniel P. Berrange <berrange@redhat.com> 2674S: Odd fixes 2675F: util/filemonitor*.c 2676F: include/qemu/filemonitor.h 2677F: tests/test-util-filemonitor.c 2678 2679Throttling infrastructure 2680M: Alberto Garcia <berto@igalia.com> 2681S: Supported 2682F: block/throttle-groups.c 2683F: include/block/throttle-groups.h 2684F: include/qemu/throttle*.h 2685F: util/throttle.c 2686F: docs/throttle.txt 2687F: tests/test-throttle.c 2688L: qemu-block@nongnu.org 2689 2690UUID 2691M: Fam Zheng <fam@euphon.net> 2692S: Supported 2693F: util/uuid.c 2694F: include/qemu/uuid.h 2695F: tests/test-uuid.c 2696 2697COLO Framework 2698M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2699S: Maintained 2700F: migration/colo* 2701F: include/migration/colo.h 2702F: include/migration/failover.h 2703F: docs/COLO-FT.txt 2704 2705COLO Proxy 2706M: Zhang Chen <chen.zhang@intel.com> 2707M: Li Zhijian <lizhijian@cn.fujitsu.com> 2708S: Supported 2709F: docs/colo-proxy.txt 2710F: net/colo* 2711F: net/filter-rewriter.c 2712F: net/filter-mirror.c 2713 2714Record/replay 2715M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2716R: Paolo Bonzini <pbonzini@redhat.com> 2717W: https://wiki.qemu.org/Features/record-replay 2718S: Supported 2719F: replay/* 2720F: block/blkreplay.c 2721F: net/filter-replay.c 2722F: include/sysemu/replay.h 2723F: docs/replay.txt 2724F: stubs/replay.c 2725F: tests/acceptance/replay_kernel.py 2726F: tests/acceptance/reverse_debugging.py 2727F: qapi/replay.json 2728 2729IOVA Tree 2730M: Peter Xu <peterx@redhat.com> 2731S: Maintained 2732F: include/qemu/iova-tree.h 2733F: util/iova-tree.c 2734 2735elf2dmp 2736M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2737S: Maintained 2738F: contrib/elf2dmp/ 2739 2740I2C and SMBus 2741M: Corey Minyard <cminyard@mvista.com> 2742S: Maintained 2743F: hw/i2c/core.c 2744F: hw/i2c/smbus_slave.c 2745F: hw/i2c/smbus_master.c 2746F: hw/i2c/smbus_eeprom.c 2747F: include/hw/i2c/i2c.h 2748F: include/hw/i2c/smbus_master.h 2749F: include/hw/i2c/smbus_slave.h 2750F: include/hw/i2c/smbus_eeprom.h 2751 2752Firmware schema specifications 2753M: Laszlo Ersek <lersek@redhat.com> 2754M: Philippe Mathieu-Daudé <philmd@redhat.com> 2755R: Daniel P. Berrange <berrange@redhat.com> 2756R: Kashyap Chamarthy <kchamart@redhat.com> 2757S: Maintained 2758F: docs/interop/firmware.json 2759 2760EDK2 Firmware 2761M: Laszlo Ersek <lersek@redhat.com> 2762M: Philippe Mathieu-Daudé <philmd@redhat.com> 2763S: Supported 2764F: pc-bios/descriptors/??-edk2-*.json 2765F: pc-bios/edk2-* 2766F: roms/Makefile.edk2 2767F: roms/edk2 2768F: roms/edk2-* 2769F: tests/data/uefi-boot-images/ 2770F: tests/uefi-test-tools/ 2771F: .gitlab-ci.d/edk2.yml 2772F: .gitlab-ci.d/edk2/ 2773 2774VT-d Emulation 2775M: Michael S. Tsirkin <mst@redhat.com> 2776M: Peter Xu <peterx@redhat.com> 2777R: Jason Wang <jasowang@redhat.com> 2778S: Supported 2779F: hw/i386/intel_iommu.c 2780F: hw/i386/intel_iommu_internal.h 2781F: include/hw/i386/intel_iommu.h 2782 2783OpenSBI Firmware 2784M: Bin Meng <bmeng.cn@gmail.com> 2785S: Supported 2786F: pc-bios/opensbi-* 2787F: .gitlab-ci.d/opensbi.yml 2788F: .gitlab-ci.d/opensbi/ 2789 2790Usermode Emulation 2791------------------ 2792Overall usermode emulation 2793M: Riku Voipio <riku.voipio@iki.fi> 2794S: Maintained 2795F: thunk.c 2796F: accel/tcg/user-exec*.c 2797 2798BSD user 2799S: Orphan 2800F: bsd-user/ 2801F: default-configs/*-bsd-user.mak 2802 2803Linux user 2804M: Laurent Vivier <laurent@vivier.eu> 2805S: Maintained 2806F: linux-user/ 2807F: default-configs/*-linux-user.mak 2808F: scripts/qemu-binfmt-conf.sh 2809F: scripts/update-syscalltbl.sh 2810F: scripts/update-mips-syscall-args.sh 2811F: scripts/gensyscalls.sh 2812 2813Tiny Code Generator (TCG) 2814------------------------- 2815Common TCG code 2816M: Richard Henderson <richard.henderson@linaro.org> 2817S: Maintained 2818F: tcg/ 2819F: include/tcg/ 2820 2821TCG Plugins 2822M: Alex Bennée <alex.bennee@linaro.org> 2823S: Maintained 2824F: docs/devel/tcg-plugins.rst 2825F: plugins/ 2826F: tests/plugin/ 2827F: contrib/plugins/ 2828 2829AArch64 TCG target 2830M: Richard Henderson <richard.henderson@linaro.org> 2831S: Maintained 2832L: qemu-arm@nongnu.org 2833F: tcg/aarch64/ 2834F: disas/arm-a64.cc 2835F: disas/libvixl/ 2836 2837ARM TCG target 2838M: Andrzej Zaborowski <balrogg@gmail.com> 2839S: Maintained 2840L: qemu-arm@nongnu.org 2841F: tcg/arm/ 2842F: disas/arm.c 2843 2844i386 TCG target 2845M: Richard Henderson <richard.henderson@linaro.org> 2846S: Maintained 2847F: tcg/i386/ 2848F: disas/i386.c 2849 2850MIPS TCG target 2851M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2852R: Aurelien Jarno <aurelien@aurel32.net> 2853R: Huacai Chen <chenhc@lemote.com> 2854R: Jiaxun Yang <jiaxun.yang@flygoat.com> 2855R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 2856S: Odd Fixes 2857F: tcg/mips/ 2858 2859PPC TCG target 2860M: Richard Henderson <richard.henderson@linaro.org> 2861S: Odd Fixes 2862F: tcg/ppc/ 2863F: disas/ppc.c 2864 2865RISC-V TCG target 2866M: Palmer Dabbelt <palmer@dabbelt.com> 2867M: Alistair Francis <Alistair.Francis@wdc.com> 2868L: qemu-riscv@nongnu.org 2869S: Maintained 2870F: tcg/riscv/ 2871F: disas/riscv.c 2872 2873S390 TCG target 2874M: Richard Henderson <richard.henderson@linaro.org> 2875S: Maintained 2876F: tcg/s390/ 2877F: disas/s390.c 2878L: qemu-s390x@nongnu.org 2879 2880SPARC TCG target 2881S: Odd Fixes 2882F: tcg/sparc/ 2883F: disas/sparc.c 2884 2885TCI TCG target 2886M: Stefan Weil <sw@weilnetz.de> 2887S: Maintained 2888F: tcg/tci/ 2889F: tcg/tci.c 2890F: disas/tci.c 2891 2892Block drivers 2893------------- 2894VMDK 2895M: Fam Zheng <fam@euphon.net> 2896L: qemu-block@nongnu.org 2897S: Supported 2898F: block/vmdk.c 2899 2900RBD 2901M: Jason Dillaman <dillaman@redhat.com> 2902L: qemu-block@nongnu.org 2903S: Supported 2904F: block/rbd.c 2905 2906Sheepdog 2907M: Liu Yuan <namei.unix@gmail.com> 2908L: qemu-block@nongnu.org 2909S: Odd Fixes 2910F: block/sheepdog.c 2911 2912VHDX 2913M: Jeff Cody <codyprime@gmail.com> 2914L: qemu-block@nongnu.org 2915S: Supported 2916F: block/vhdx* 2917 2918VDI 2919M: Stefan Weil <sw@weilnetz.de> 2920L: qemu-block@nongnu.org 2921S: Maintained 2922F: block/vdi.c 2923 2924iSCSI 2925M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2926M: Paolo Bonzini <pbonzini@redhat.com> 2927M: Peter Lieven <pl@kamp.de> 2928L: qemu-block@nongnu.org 2929S: Odd Fixes 2930F: block/iscsi.c 2931F: block/iscsi-opts.c 2932 2933Network Block Device (NBD) 2934M: Eric Blake <eblake@redhat.com> 2935L: qemu-block@nongnu.org 2936S: Maintained 2937F: block/nbd* 2938F: nbd/ 2939F: include/block/nbd* 2940F: qemu-nbd.* 2941F: blockdev-nbd.c 2942F: docs/interop/nbd.txt 2943F: docs/interop/qemu-nbd.rst 2944T: git https://repo.or.cz/qemu/ericb.git nbd 2945 2946NFS 2947M: Peter Lieven <pl@kamp.de> 2948L: qemu-block@nongnu.org 2949S: Maintained 2950F: block/nfs.c 2951 2952SSH 2953M: Richard W.M. Jones <rjones@redhat.com> 2954L: qemu-block@nongnu.org 2955S: Supported 2956F: block/ssh.c 2957 2958CURL 2959L: qemu-block@nongnu.org 2960S: Odd Fixes 2961F: block/curl.c 2962 2963GLUSTER 2964L: qemu-block@nongnu.org 2965L: integration@gluster.org 2966S: Odd Fixes 2967F: block/gluster.c 2968 2969Null Block Driver 2970M: Fam Zheng <fam@euphon.net> 2971L: qemu-block@nongnu.org 2972S: Supported 2973F: block/null.c 2974 2975NVMe Block Driver 2976M: Stefan Hajnoczi <stefanha@redhat.com> 2977R: Fam Zheng <fam@euphon.net> 2978L: qemu-block@nongnu.org 2979S: Supported 2980F: block/nvme* 2981T: git https://github.com/stefanha/qemu.git block 2982 2983Bootdevice 2984M: Gonglei <arei.gonglei@huawei.com> 2985S: Maintained 2986F: softmmu/bootdevice.c 2987 2988Quorum 2989M: Alberto Garcia <berto@igalia.com> 2990S: Supported 2991F: block/quorum.c 2992L: qemu-block@nongnu.org 2993 2994blklogwrites 2995M: Ari Sundholm <ari@tuxera.com> 2996L: qemu-block@nongnu.org 2997S: Supported 2998F: block/blklogwrites.c 2999 3000blkverify 3001M: Stefan Hajnoczi <stefanha@redhat.com> 3002L: qemu-block@nongnu.org 3003S: Supported 3004F: block/blkverify.c 3005 3006bochs 3007M: Stefan Hajnoczi <stefanha@redhat.com> 3008L: qemu-block@nongnu.org 3009S: Supported 3010F: block/bochs.c 3011 3012cloop 3013M: Stefan Hajnoczi <stefanha@redhat.com> 3014L: qemu-block@nongnu.org 3015S: Supported 3016F: block/cloop.c 3017 3018dmg 3019M: Stefan Hajnoczi <stefanha@redhat.com> 3020L: qemu-block@nongnu.org 3021S: Supported 3022F: block/dmg.c 3023 3024parallels 3025M: Stefan Hajnoczi <stefanha@redhat.com> 3026M: Denis V. Lunev <den@openvz.org> 3027L: qemu-block@nongnu.org 3028S: Supported 3029F: block/parallels.c 3030F: docs/interop/parallels.txt 3031 3032qed 3033M: Stefan Hajnoczi <stefanha@redhat.com> 3034L: qemu-block@nongnu.org 3035S: Supported 3036F: block/qed.c 3037 3038raw 3039M: Kevin Wolf <kwolf@redhat.com> 3040L: qemu-block@nongnu.org 3041S: Supported 3042F: block/linux-aio.c 3043F: include/block/raw-aio.h 3044F: block/raw-format.c 3045F: block/file-posix.c 3046F: block/file-win32.c 3047F: block/win32-aio.c 3048 3049Linux io_uring 3050M: Aarushi Mehta <mehta.aaru20@gmail.com> 3051M: Julia Suvorova <jusual@redhat.com> 3052M: Stefan Hajnoczi <stefanha@redhat.com> 3053L: qemu-block@nongnu.org 3054S: Maintained 3055F: block/io_uring.c 3056F: stubs/io_uring.c 3057 3058qcow2 3059M: Kevin Wolf <kwolf@redhat.com> 3060M: Max Reitz <mreitz@redhat.com> 3061L: qemu-block@nongnu.org 3062S: Supported 3063F: block/qcow2* 3064F: docs/interop/qcow2.txt 3065 3066qcow 3067M: Kevin Wolf <kwolf@redhat.com> 3068L: qemu-block@nongnu.org 3069S: Supported 3070F: block/qcow.c 3071 3072blkdebug 3073M: Kevin Wolf <kwolf@redhat.com> 3074M: Max Reitz <mreitz@redhat.com> 3075L: qemu-block@nongnu.org 3076S: Supported 3077F: block/blkdebug.c 3078 3079vpc 3080M: Kevin Wolf <kwolf@redhat.com> 3081L: qemu-block@nongnu.org 3082S: Supported 3083F: block/vpc.c 3084 3085vvfat 3086M: Kevin Wolf <kwolf@redhat.com> 3087L: qemu-block@nongnu.org 3088S: Odd Fixes 3089F: block/vvfat.c 3090 3091Image format fuzzer 3092M: Stefan Hajnoczi <stefanha@redhat.com> 3093L: qemu-block@nongnu.org 3094S: Supported 3095F: tests/image-fuzzer/ 3096 3097Vhost-user block device backend server 3098M: Coiby Xu <Coiby.Xu@gmail.com> 3099S: Maintained 3100F: block/export/vhost-user-blk-server.c 3101F: block/export/vhost-user-blk-server.h 3102F: include/qemu/vhost-user-server.h 3103F: tests/qtest/libqos/vhost-user-blk.c 3104F: util/vhost-user-server.c 3105 3106Replication 3107M: Wen Congyang <wencongyang2@huawei.com> 3108M: Xie Changlong <xiechanglong.d@gmail.com> 3109S: Supported 3110F: replication* 3111F: block/replication.c 3112F: tests/test-replication.c 3113F: docs/block-replication.txt 3114 3115PVRDMA 3116M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3117M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3118S: Maintained 3119F: hw/rdma/* 3120F: hw/rdma/vmw/* 3121F: docs/pvrdma.txt 3122F: contrib/rdmacm-mux/* 3123F: qapi/rdma.json 3124 3125Semihosting 3126M: Alex Bennée <alex.bennee@linaro.org> 3127S: Maintained 3128F: hw/semihosting/ 3129F: include/hw/semihosting/ 3130 3131Build and test automation 3132------------------------- 3133Build and test automation 3134M: Alex Bennée <alex.bennee@linaro.org> 3135M: Fam Zheng <fam@euphon.net> 3136R: Philippe Mathieu-Daudé <philmd@redhat.com> 3137S: Maintained 3138F: .github/lockdown.yml 3139F: .travis.yml 3140F: scripts/travis/ 3141F: .shippable.yml 3142F: tests/docker/ 3143F: tests/vm/ 3144F: scripts/archive-source.sh 3145W: https://travis-ci.org/qemu/qemu 3146W: https://app.shippable.com/github/qemu/qemu 3147W: http://patchew.org/QEMU/ 3148 3149FreeBSD Hosted Continuous Integration 3150M: Ed Maste <emaste@freebsd.org> 3151M: Li-Wen Hsu <lwhsu@freebsd.org> 3152S: Maintained 3153F: .cirrus.yml 3154W: https://cirrus-ci.com/github/qemu/qemu 3155 3156GitLab Continuous Integration 3157M: Thomas Huth <thuth@redhat.com> 3158M: Philippe Mathieu-Daudé <philmd@redhat.com> 3159M: Alex Bennée <alex.bennee@linaro.org> 3160R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3161S: Maintained 3162F: .gitlab-ci.yml 3163F: .gitlab-ci.d/crossbuilds.yml 3164F: .gitlab-ci.d/*py 3165F: scripts/ci/gitlab-pipeline-status 3166 3167Guest Test Compilation Support 3168M: Alex Bennée <alex.bennee@linaro.org> 3169R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3170S: Maintained 3171F: tests/tcg/Makefile 3172F: tests/tcg/Makefile.include 3173 3174Acceptance (Integration) Testing with the Avocado framework 3175W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3176R: Cleber Rosa <crosa@redhat.com> 3177R: Philippe Mathieu-Daudé <philmd@redhat.com> 3178R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3179S: Odd Fixes 3180F: tests/acceptance/ 3181 3182Documentation 3183------------- 3184Build system architecture 3185M: Daniel P. Berrange <berrange@redhat.com> 3186S: Odd Fixes 3187F: docs/devel/build-system.txt 3188 3189GIT Data Mining Config 3190M: Alex Bennée <alex.bennee@linaro.org> 3191S: Odd Fixes 3192F: gitdm.config 3193F: contrib/gitdm/* 3194 3195Incompatible changes 3196R: libvir-list@redhat.com 3197F: docs/system/deprecated.rst 3198 3199Build System 3200------------ 3201GIT submodules 3202M: Daniel P. Berrange <berrange@redhat.com> 3203S: Odd Fixes 3204F: scripts/git-submodule.sh 3205 3206UI translations 3207S: Orphaned 3208F: po/*.po 3209 3210Sphinx documentation configuration and build machinery 3211M: Peter Maydell <peter.maydell@linaro.org> 3212S: Maintained 3213F: docs/conf.py 3214F: docs/*/conf.py 3215F: docs/sphinx/ 3216 3217Miscellaneous 3218------------- 3219Performance Tools and Tests 3220M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3221S: Maintained 3222F: scripts/performance/ 3223