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