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