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