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