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