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