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