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