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