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