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