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