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