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