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