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