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