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