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