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