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