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: 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 81T: git git://git.corpit.ru/qemu.git trivial-patches 82T: git https://github.com/vivier/qemu.git trivial-patches 83 84Architecture support 85-------------------- 86S390 general architecture support 87M: Cornelia Huck <cohuck@redhat.com> 88S: Supported 89F: default-configs/s390x-softmmu.mak 90F: gdb-xml/s390*.xml 91F: hw/char/sclp*.[hc] 92F: hw/char/terminal3270.c 93F: hw/intc/s390_flic.c 94F: hw/intc/s390_flic_kvm.c 95F: hw/s390x/ 96F: hw/vfio/ap.c 97F: hw/vfio/ccw.c 98F: hw/watchdog/wdt_diag288.c 99F: include/hw/s390x/ 100F: include/hw/watchdog/wdt_diag288.h 101F: pc-bios/s390-ccw/ 102F: pc-bios/s390-ccw.img 103F: target/s390x/ 104F: docs/system/target-s390x.rst 105F: docs/system/s390x/ 106F: tests/migration/s390x/ 107K: ^Subject:.*(?i)s390x? 108T: git https://github.com/cohuck/qemu.git s390-next 109L: qemu-s390x@nongnu.org 110 111Guest CPU cores (TCG) 112--------------------- 113Overall TCG CPUs 114M: Richard Henderson <rth@twiddle.net> 115R: Paolo Bonzini <pbonzini@redhat.com> 116S: Maintained 117F: cpus.c 118F: exec.c 119F: accel/tcg/ 120F: accel/stubs/tcg-stub.c 121F: scripts/decodetree.py 122F: docs/devel/decodetree.rst 123F: include/exec/cpu*.h 124F: include/exec/exec-all.h 125F: include/exec/helper*.h 126F: include/exec/tb-hash.h 127F: include/sysemu/cpus.h 128F: include/sysemu/tcg.h 129 130FPU emulation 131M: Aurelien Jarno <aurelien@aurel32.net> 132M: Peter Maydell <peter.maydell@linaro.org> 133M: Alex Bennée <alex.bennee@linaro.org> 134S: Maintained 135F: fpu/ 136F: include/fpu/ 137F: tests/fp/ 138 139Alpha TCG CPUs 140M: Richard Henderson <rth@twiddle.net> 141S: Maintained 142F: target/alpha/ 143F: tests/tcg/alpha/ 144F: disas/alpha.c 145 146ARM TCG CPUs 147M: Peter Maydell <peter.maydell@linaro.org> 148L: qemu-arm@nongnu.org 149S: Maintained 150F: target/arm/ 151F: tests/tcg/arm/ 152F: tests/tcg/aarch64/ 153F: hw/arm/ 154F: hw/cpu/a*mpcore.c 155F: include/hw/cpu/a*mpcore.h 156F: disas/arm.c 157F: disas/arm-a64.cc 158F: disas/libvixl/ 159F: docs/system/target-arm.rst 160 161ARM SMMU 162M: Eric Auger <eric.auger@redhat.com> 163L: qemu-arm@nongnu.org 164S: Maintained 165F: hw/arm/smmu* 166F: include/hw/arm/smmu* 167 168CRIS TCG CPUs 169M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 170S: Maintained 171F: target/cris/ 172F: hw/cris/ 173F: include/hw/cris/ 174F: tests/tcg/cris/ 175F: disas/cris.c 176 177HPPA (PA-RISC) TCG CPUs 178M: Richard Henderson <rth@twiddle.net> 179S: Maintained 180F: target/hppa/ 181F: hw/hppa/ 182F: disas/hppa.c 183F: hw/net/*i82596* 184F: include/hw/net/lasi_82596.h 185 186LM32 TCG CPUs 187M: Michael Walle <michael@walle.cc> 188S: Maintained 189F: target/lm32/ 190F: disas/lm32.c 191F: hw/lm32/ 192F: hw/*/lm32_* 193F: hw/*/milkymist-* 194F: include/hw/display/milkymist_tmu2.h 195F: include/hw/char/lm32_juart.h 196F: include/hw/lm32/ 197F: tests/tcg/lm32/ 198 199M68K TCG CPUs 200M: Laurent Vivier <laurent@vivier.eu> 201S: Maintained 202F: target/m68k/ 203F: disas/m68k.c 204 205MicroBlaze TCG CPUs 206M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 207S: Maintained 208F: target/microblaze/ 209F: hw/microblaze/ 210F: disas/microblaze.c 211 212MIPS TCG CPUs 213M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 214R: Aurelien Jarno <aurelien@aurel32.net> 215R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 216S: Maintained 217F: target/mips/ 218F: default-configs/*mips* 219F: disas/*mips* 220F: docs/system/cpu-models-mips.rst.inc 221F: hw/intc/mips_gic.c 222F: hw/mips/ 223F: hw/misc/mips_* 224F: hw/timer/mips_gictimer.c 225F: include/hw/intc/mips_gic.h 226F: include/hw/mips/ 227F: include/hw/misc/mips_* 228F: include/hw/timer/mips_gictimer.h 229F: tests/acceptance/linux_ssh_mips_malta.py 230F: tests/acceptance/machine_mips_malta.py 231F: tests/tcg/mips/ 232K: ^Subject:.*(?i)mips 233 234Moxie TCG CPUs 235M: Anthony Green <green@moxielogic.com> 236S: Maintained 237F: target/moxie/ 238F: disas/moxie.c 239F: hw/moxie/ 240F: default-configs/moxie-softmmu.mak 241 242NiosII TCG CPUs 243M: Chris Wulff <crwulff@gmail.com> 244M: Marek Vasut <marex@denx.de> 245S: Maintained 246F: target/nios2/ 247F: hw/nios2/ 248F: hw/intc/nios2_iic.c 249F: disas/nios2.c 250F: default-configs/nios2-softmmu.mak 251 252OpenRISC TCG CPUs 253M: Stafford Horne <shorne@gmail.com> 254S: Odd Fixes 255F: target/openrisc/ 256F: hw/openrisc/ 257F: tests/tcg/openrisc/ 258 259PowerPC TCG CPUs 260M: David Gibson <david@gibson.dropbear.id.au> 261L: qemu-ppc@nongnu.org 262S: Maintained 263F: target/ppc/ 264F: hw/ppc/ 265F: include/hw/ppc/ 266F: disas/ppc.c 267 268RISC-V TCG CPUs 269M: Palmer Dabbelt <palmer@dabbelt.com> 270M: Alistair Francis <Alistair.Francis@wdc.com> 271M: Sagar Karandikar <sagark@eecs.berkeley.edu> 272M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 273L: qemu-riscv@nongnu.org 274S: Supported 275F: target/riscv/ 276F: hw/riscv/ 277F: include/hw/riscv/ 278F: linux-user/host/riscv32/ 279F: linux-user/host/riscv64/ 280 281RENESAS RX CPUs 282M: Yoshinori Sato <ysato@users.sourceforge.jp> 283S: Maintained 284F: target/rx/ 285 286S390 TCG CPUs 287M: Richard Henderson <rth@twiddle.net> 288M: David Hildenbrand <david@redhat.com> 289S: Maintained 290F: target/s390x/ 291F: hw/s390x/ 292F: disas/s390.c 293F: tests/tcg/s390x/ 294L: qemu-s390x@nongnu.org 295 296SH4 TCG CPUs 297M: Aurelien Jarno <aurelien@aurel32.net> 298S: Odd Fixes 299F: target/sh4/ 300F: hw/sh4/ 301F: disas/sh4.c 302F: include/hw/sh4/ 303 304SPARC TCG CPUs 305M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 306M: Artyom Tarasenko <atar4qemu@gmail.com> 307S: Maintained 308F: target/sparc/ 309F: hw/sparc/ 310F: hw/sparc64/ 311F: include/hw/sparc/sparc64.h 312F: disas/sparc.c 313 314UniCore32 TCG CPUs 315M: Guan Xuetao <gxt@mprc.pku.edu.cn> 316S: Maintained 317F: target/unicore32/ 318F: hw/unicore32/ 319F: include/hw/unicore32/ 320 321X86 TCG CPUs 322M: Paolo Bonzini <pbonzini@redhat.com> 323M: Richard Henderson <rth@twiddle.net> 324M: Eduardo Habkost <ehabkost@redhat.com> 325S: Maintained 326F: target/i386/ 327F: tests/tcg/i386/ 328F: tests/tcg/x86_64/ 329F: hw/i386/ 330F: disas/i386.c 331F: docs/system/cpu-models-x86.rst.inc 332T: git https://github.com/ehabkost/qemu.git x86-next 333 334Xtensa TCG CPUs 335M: Max Filippov <jcmvbkbc@gmail.com> 336W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 337S: Maintained 338F: target/xtensa/ 339F: hw/xtensa/ 340F: tests/tcg/xtensa/ 341F: disas/xtensa.c 342F: include/hw/xtensa/xtensa-isa.h 343F: default-configs/xtensa*.mak 344 345TriCore TCG CPUs 346M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 347S: Maintained 348F: target/tricore/ 349F: hw/tricore/ 350F: include/hw/tricore/ 351 352Multiarch Linux User Tests 353M: Alex Bennée <alex.bennee@linaro.org> 354S: Maintained 355F: tests/tcg/multiarch/ 356 357Guest CPU Cores (KVM) 358--------------------- 359Overall KVM CPUs 360M: Paolo Bonzini <pbonzini@redhat.com> 361L: kvm@vger.kernel.org 362S: Supported 363F: */kvm.* 364F: accel/kvm/ 365F: accel/stubs/kvm-stub.c 366F: include/hw/kvm/ 367F: include/sysemu/kvm*.h 368F: scripts/kvm/kvm_flightrecorder 369 370ARM KVM CPUs 371M: Peter Maydell <peter.maydell@linaro.org> 372L: qemu-arm@nongnu.org 373S: Maintained 374F: target/arm/kvm.c 375 376MIPS KVM CPUs 377M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 378S: Odd Fixes 379F: target/mips/kvm.c 380 381PPC KVM CPUs 382M: David Gibson <david@gibson.dropbear.id.au> 383S: Maintained 384F: target/ppc/kvm.c 385 386S390 KVM CPUs 387M: Halil Pasic <pasic@linux.ibm.com> 388M: Cornelia Huck <cohuck@redhat.com> 389M: Christian Borntraeger <borntraeger@de.ibm.com> 390S: Supported 391F: target/s390x/kvm.c 392F: target/s390x/kvm_s390x.h 393F: target/s390x/kvm-stub.c 394F: target/s390x/ioinst.[ch] 395F: target/s390x/machine.c 396F: target/s390x/sigp.c 397F: target/s390x/cpu_features*.[ch] 398F: target/s390x/cpu_models.[ch] 399F: hw/s390x/pv.c 400F: include/hw/s390x/pv.h 401F: hw/intc/s390_flic.c 402F: hw/intc/s390_flic_kvm.c 403F: include/hw/s390x/s390_flic.h 404F: gdb-xml/s390*.xml 405T: git https://github.com/cohuck/qemu.git s390-next 406T: git https://github.com/borntraeger/qemu.git s390-next 407L: qemu-s390x@nongnu.org 408 409X86 KVM CPUs 410M: Paolo Bonzini <pbonzini@redhat.com> 411M: Marcelo Tosatti <mtosatti@redhat.com> 412L: kvm@vger.kernel.org 413S: Supported 414F: target/i386/kvm.c 415F: scripts/kvm/vmxcap 416 417X86 HVF CPUs 418M: Roman Bolshakov <r.bolshakov@yadro.com> 419S: Maintained 420F: accel/stubs/hvf-stub.c 421F: target/i386/hvf/ 422F: include/sysemu/hvf.h 423 424WHPX CPUs 425M: Sunil Muthuswamy <sunilmut@microsoft.com> 426S: Supported 427F: target/i386/whpx-all.c 428F: target/i386/whp-dispatch.h 429F: accel/stubs/whpx-stub.c 430F: include/sysemu/whpx.h 431 432Guest CPU Cores (Xen) 433--------------------- 434X86 Xen CPUs 435M: Stefano Stabellini <sstabellini@kernel.org> 436M: Anthony Perard <anthony.perard@citrix.com> 437M: Paul Durrant <paul@xen.org> 438L: xen-devel@lists.xenproject.org 439S: Supported 440F: */xen* 441F: hw/9pfs/xen-9p* 442F: hw/char/xen_console.c 443F: hw/display/xenfb.c 444F: hw/net/xen_nic.c 445F: hw/usb/xen-usb.c 446F: hw/block/xen* 447F: hw/block/dataplane/xen* 448F: hw/xen/ 449F: hw/xenpv/ 450F: hw/i386/xen/ 451F: hw/pci-host/xen_igd_pt.c 452F: include/hw/block/dataplane/xen* 453F: include/hw/xen/ 454F: include/sysemu/xen-mapcache.h 455 456Guest CPU Cores (HAXM) 457--------------------- 458X86 HAXM CPUs 459M: Wenchao Wang <wenchao.wang@intel.com> 460M: Colin Xu <colin.xu@intel.com> 461L: haxm-team@intel.com 462W: https://github.com/intel/haxm/issues 463S: Maintained 464F: include/sysemu/hax.h 465F: target/i386/hax-* 466 467Hosts 468----- 469LINUX 470M: Michael S. Tsirkin <mst@redhat.com> 471M: Cornelia Huck <cohuck@redhat.com> 472M: Paolo Bonzini <pbonzini@redhat.com> 473S: Maintained 474F: linux-headers/ 475F: scripts/update-linux-headers.sh 476 477POSIX 478M: Paolo Bonzini <pbonzini@redhat.com> 479S: Maintained 480F: os-posix.c 481F: include/sysemu/os-posix.h 482F: util/*posix*.c 483F: include/qemu/*posix*.h 484 485NETBSD 486M: Kamil Rytarowski <kamil@netbsd.org> 487S: Maintained 488K: ^Subject:.*(?i)NetBSD 489 490OPENBSD 491M: Brad Smith <brad@comstyle.com> 492S: Maintained 493K: ^Subject:.*(?i)OpenBSD 494 495W32, W64 496M: Stefan Weil <sw@weilnetz.de> 497S: Maintained 498F: *win32* 499F: */*win32* 500F: include/*/*win32* 501X: qga/*win32* 502F: qemu.nsi 503 504Alpha Machines 505-------------- 506M: Richard Henderson <rth@twiddle.net> 507S: Maintained 508F: hw/alpha/ 509F: hw/isa/smc37c669-superio.c 510F: tests/tcg/alpha/system/ 511 512ARM Machines 513------------ 514Allwinner-a10 515M: Beniamino Galvani <b.galvani@gmail.com> 516M: Peter Maydell <peter.maydell@linaro.org> 517L: qemu-arm@nongnu.org 518S: Odd Fixes 519F: hw/*/allwinner* 520F: include/hw/*/allwinner* 521F: hw/arm/cubieboard.c 522 523Allwinner-h3 524M: Niek Linnenbank <nieklinnenbank@gmail.com> 525L: qemu-arm@nongnu.org 526S: Maintained 527F: hw/*/allwinner-h3* 528F: include/hw/*/allwinner-h3* 529F: hw/arm/orangepi.c 530F: docs/system/orangepi.rst 531 532ARM PrimeCell and CMSDK devices 533M: Peter Maydell <peter.maydell@linaro.org> 534L: qemu-arm@nongnu.org 535S: Maintained 536F: hw/char/pl011.c 537F: include/hw/char/pl011.h 538F: hw/display/pl110* 539F: hw/dma/pl080.c 540F: include/hw/dma/pl080.h 541F: hw/dma/pl330.c 542F: hw/gpio/pl061.c 543F: hw/input/pl050.c 544F: hw/intc/pl190.c 545F: hw/sd/pl181.c 546F: hw/ssi/pl022.c 547F: include/hw/ssi/pl022.h 548F: hw/rtc/pl031.c 549F: include/hw/rtc/pl031.h 550F: include/hw/arm/primecell.h 551F: hw/timer/cmsdk-apb-timer.c 552F: include/hw/timer/cmsdk-apb-timer.h 553F: hw/timer/cmsdk-apb-dualtimer.c 554F: include/hw/timer/cmsdk-apb-dualtimer.h 555F: hw/char/cmsdk-apb-uart.c 556F: include/hw/char/cmsdk-apb-uart.h 557F: hw/watchdog/cmsdk-apb-watchdog.c 558F: include/hw/watchdog/cmsdk-apb-watchdog.h 559F: hw/misc/tz-ppc.c 560F: include/hw/misc/tz-ppc.h 561F: hw/misc/tz-mpc.c 562F: include/hw/misc/tz-mpc.h 563F: hw/misc/tz-msc.c 564F: include/hw/misc/tz-msc.h 565 566ARM cores 567M: Peter Maydell <peter.maydell@linaro.org> 568L: qemu-arm@nongnu.org 569S: Maintained 570F: hw/intc/arm* 571F: hw/intc/gic_internal.h 572F: hw/misc/a9scu.c 573F: hw/misc/arm11scu.c 574F: hw/misc/arm_l2x0.c 575F: hw/timer/a9gtimer* 576F: hw/timer/arm* 577F: include/hw/arm/arm*.h 578F: include/hw/intc/arm* 579F: include/hw/misc/a9scu.h 580F: include/hw/misc/arm11scu.h 581F: include/hw/timer/a9gtimer.h 582F: include/hw/timer/arm_mptimer.h 583F: include/hw/timer/armv7m_systick.h 584F: tests/qtest/test-arm-mptimer.c 585 586Exynos 587M: Igor Mitsyanko <i.mitsyanko@gmail.com> 588M: Peter Maydell <peter.maydell@linaro.org> 589L: qemu-arm@nongnu.org 590S: Odd Fixes 591F: hw/*/exynos* 592F: include/hw/arm/exynos4210.h 593 594Calxeda Highbank 595M: Rob Herring <robh@kernel.org> 596M: Peter Maydell <peter.maydell@linaro.org> 597L: qemu-arm@nongnu.org 598S: Odd Fixes 599F: hw/arm/highbank.c 600F: hw/net/xgmac.c 601 602Canon DIGIC 603M: Antony Pavlov <antonynpavlov@gmail.com> 604M: Peter Maydell <peter.maydell@linaro.org> 605L: qemu-arm@nongnu.org 606S: Odd Fixes 607F: include/hw/arm/digic.h 608F: hw/*/digic* 609F: include/hw/*/digic* 610 611Goldfish RTC 612M: Anup Patel <anup.patel@wdc.com> 613M: Alistair Francis <Alistair.Francis@wdc.com> 614L: qemu-riscv@nongnu.org 615S: Maintained 616F: hw/rtc/goldfish_rtc.c 617F: include/hw/rtc/goldfish_rtc.h 618 619Gumstix 620M: Peter Maydell <peter.maydell@linaro.org> 621R: Philippe Mathieu-Daudé <f4bug@amsat.org> 622L: qemu-arm@nongnu.org 623S: Odd Fixes 624F: hw/arm/gumstix.c 625 626i.MX25 PDK 627M: Peter Maydell <peter.maydell@linaro.org> 628R: Jean-Christophe Dubois <jcd@tribudubois.net> 629L: qemu-arm@nongnu.org 630S: Odd Fixes 631F: hw/arm/fsl-imx25.c 632F: hw/arm/imx25_pdk.c 633F: hw/misc/imx25_ccm.c 634F: include/hw/arm/fsl-imx25.h 635F: include/hw/misc/imx25_ccm.h 636 637i.MX31 (kzm) 638M: Peter Chubb <peter.chubb@nicta.com.au> 639M: Peter Maydell <peter.maydell@linaro.org> 640L: qemu-arm@nongnu.org 641S: Odd Fixes 642F: hw/arm/kzm.c 643F: hw/*/imx_* 644F: hw/*/*imx31* 645F: include/hw/*/imx_* 646F: include/hw/*/*imx31* 647 648Integrator CP 649M: Peter Maydell <peter.maydell@linaro.org> 650L: qemu-arm@nongnu.org 651S: Maintained 652F: hw/arm/integratorcp.c 653F: hw/misc/arm_integrator_debug.c 654F: include/hw/misc/arm_integrator_debug.h 655F: tests/acceptance/machine_arm_integratorcp.py 656F: docs/system/arm/integratorcp.rst 657 658MCIMX6UL EVK / i.MX6ul 659M: Peter Maydell <peter.maydell@linaro.org> 660R: Jean-Christophe Dubois <jcd@tribudubois.net> 661L: qemu-arm@nongnu.org 662S: Odd Fixes 663F: hw/arm/mcimx6ul-evk.c 664F: hw/arm/fsl-imx6ul.c 665F: hw/misc/imx6ul_ccm.c 666F: include/hw/arm/fsl-imx6ul.h 667F: include/hw/misc/imx6ul_ccm.h 668 669MCIMX7D SABRE / i.MX7 670M: Peter Maydell <peter.maydell@linaro.org> 671R: Andrey Smirnov <andrew.smirnov@gmail.com> 672L: qemu-arm@nongnu.org 673S: Odd Fixes 674F: hw/arm/mcimx7d-sabre.c 675F: hw/arm/fsl-imx7.c 676F: hw/misc/imx7_*.c 677F: include/hw/arm/fsl-imx7.h 678F: include/hw/misc/imx7_*.h 679F: hw/pci-host/designware.c 680F: include/hw/pci-host/designware.h 681 682MPS2 683M: Peter Maydell <peter.maydell@linaro.org> 684L: qemu-arm@nongnu.org 685S: Maintained 686F: hw/arm/mps2.c 687F: hw/arm/mps2-tz.c 688F: hw/misc/mps2-*.c 689F: include/hw/misc/mps2-*.h 690F: hw/arm/armsse.c 691F: include/hw/arm/armsse.h 692F: hw/misc/iotkit-secctl.c 693F: include/hw/misc/iotkit-secctl.h 694F: hw/misc/iotkit-sysctl.c 695F: include/hw/misc/iotkit-sysctl.h 696F: hw/misc/iotkit-sysinfo.c 697F: include/hw/misc/iotkit-sysinfo.h 698F: hw/misc/armsse-cpuid.c 699F: include/hw/misc/armsse-cpuid.h 700F: hw/misc/armsse-mhu.c 701F: include/hw/misc/armsse-mhu.h 702 703Musca 704M: Peter Maydell <peter.maydell@linaro.org> 705L: qemu-arm@nongnu.org 706S: Maintained 707F: hw/arm/musca.c 708 709Musicpal 710M: Jan Kiszka <jan.kiszka@web.de> 711M: Peter Maydell <peter.maydell@linaro.org> 712L: qemu-arm@nongnu.org 713S: Odd Fixes 714F: hw/arm/musicpal.c 715F: docs/system/arm/musicpal.rst 716 717nSeries 718M: Andrzej Zaborowski <balrogg@gmail.com> 719M: Peter Maydell <peter.maydell@linaro.org> 720L: qemu-arm@nongnu.org 721S: Odd Fixes 722F: hw/arm/nseries.c 723F: hw/display/blizzard.c 724F: hw/input/lm832x.c 725F: hw/input/tsc2005.c 726F: hw/misc/cbus.c 727F: hw/rtc/twl92230.c 728F: include/hw/display/blizzard.h 729F: include/hw/input/tsc2xxx.h 730F: include/hw/misc/cbus.h 731F: tests/acceptance/machine_arm_n8x0.py 732F: docs/system/arm/nseries.rst 733 734Palm 735M: Andrzej Zaborowski <balrogg@gmail.com> 736M: Peter Maydell <peter.maydell@linaro.org> 737L: qemu-arm@nongnu.org 738S: Odd Fixes 739F: hw/arm/palm.c 740F: hw/input/tsc210x.c 741F: include/hw/input/tsc2xxx.h 742F: docs/system/arm/palm.rst 743 744Raspberry Pi 745M: Peter Maydell <peter.maydell@linaro.org> 746R: Andrew Baumann <Andrew.Baumann@microsoft.com> 747R: Philippe Mathieu-Daudé <f4bug@amsat.org> 748L: qemu-arm@nongnu.org 749S: Odd Fixes 750F: hw/arm/raspi.c 751F: hw/arm/raspi_platform.h 752F: hw/*/bcm283* 753F: include/hw/arm/raspi* 754F: include/hw/*/bcm283* 755 756Real View 757M: Peter Maydell <peter.maydell@linaro.org> 758L: qemu-arm@nongnu.org 759S: Maintained 760F: hw/arm/realview* 761F: hw/cpu/realview_mpcore.c 762F: hw/intc/realview_gic.c 763F: include/hw/intc/realview_gic.h 764F: docs/system/arm/realview.rst 765 766PXA2XX 767M: Andrzej Zaborowski <balrogg@gmail.com> 768M: Peter Maydell <peter.maydell@linaro.org> 769L: qemu-arm@nongnu.org 770S: Odd Fixes 771F: hw/arm/mainstone.c 772F: hw/arm/spitz.c 773F: hw/arm/tosa.c 774F: hw/arm/z2.c 775F: hw/*/pxa2xx* 776F: hw/display/tc6393xb.c 777F: hw/gpio/max7310.c 778F: hw/gpio/zaurus.c 779F: hw/misc/mst_fpga.c 780F: hw/misc/max111x.c 781F: include/hw/arm/pxa.h 782F: include/hw/arm/sharpsl.h 783F: include/hw/display/tc6393xb.h 784F: docs/system/arm/xscale.rst 785 786SABRELITE / i.MX6 787M: Peter Maydell <peter.maydell@linaro.org> 788R: Jean-Christophe Dubois <jcd@tribudubois.net> 789L: qemu-arm@nongnu.org 790S: Odd Fixes 791F: hw/arm/sabrelite.c 792F: hw/arm/fsl-imx6.c 793F: hw/misc/imx6_*.c 794F: hw/ssi/imx_spi.c 795F: hw/usb/imx-usb-phy.c 796F: include/hw/usb/imx-usb-phy.h 797F: include/hw/arm/fsl-imx6.h 798F: include/hw/misc/imx6_*.h 799F: include/hw/ssi/imx_spi.h 800 801SBSA-REF 802M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org> 803M: Peter Maydell <peter.maydell@linaro.org> 804R: Leif Lindholm <leif@nuviainc.com> 805L: qemu-arm@nongnu.org 806S: Maintained 807F: hw/arm/sbsa-ref.c 808 809Sharp SL-5500 (Collie) PDA 810M: Peter Maydell <peter.maydell@linaro.org> 811L: qemu-arm@nongnu.org 812S: Odd Fixes 813F: hw/arm/collie.c 814F: hw/arm/strongarm* 815 816Stellaris 817M: Peter Maydell <peter.maydell@linaro.org> 818L: qemu-arm@nongnu.org 819S: Maintained 820F: hw/*/stellaris* 821F: include/hw/input/gamepad.h 822F: docs/system/arm/stellaris.rst 823 824Versatile Express 825M: Peter Maydell <peter.maydell@linaro.org> 826L: qemu-arm@nongnu.org 827S: Maintained 828F: hw/arm/vexpress.c 829 830Versatile PB 831M: Peter Maydell <peter.maydell@linaro.org> 832L: qemu-arm@nongnu.org 833S: Maintained 834F: hw/*/versatile* 835F: hw/misc/arm_sysctl.c 836F: docs/system/arm/versatile.rst 837 838Virt 839M: Peter Maydell <peter.maydell@linaro.org> 840L: qemu-arm@nongnu.org 841S: Maintained 842F: hw/arm/virt* 843F: include/hw/arm/virt.h 844 845Xilinx Zynq 846M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 847M: Alistair Francis <alistair@alistair23.me> 848M: Peter Maydell <peter.maydell@linaro.org> 849L: qemu-arm@nongnu.org 850S: Maintained 851F: hw/*/xilinx_* 852F: hw/*/cadence_* 853F: hw/misc/zynq* 854F: include/hw/misc/zynq* 855X: hw/ssi/xilinx_* 856 857Xilinx ZynqMP 858M: Alistair Francis <alistair@alistair23.me> 859M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 860M: Peter Maydell <peter.maydell@linaro.org> 861L: qemu-arm@nongnu.org 862S: Maintained 863F: hw/*/xlnx*.c 864F: include/hw/*/xlnx*.h 865F: include/hw/ssi/xilinx_spips.h 866F: hw/display/dpcd.c 867F: include/hw/display/dpcd.h 868 869ARM ACPI Subsystem 870M: Shannon Zhao <shannon.zhaosl@gmail.com> 871L: qemu-arm@nongnu.org 872S: Maintained 873F: hw/arm/virt-acpi-build.c 874 875STM32F205 876M: Alistair Francis <alistair@alistair23.me> 877M: Peter Maydell <peter.maydell@linaro.org> 878L: qemu-arm@nongnu.org 879S: Maintained 880F: hw/arm/stm32f205_soc.c 881F: hw/misc/stm32f2xx_syscfg.c 882F: hw/char/stm32f2xx_usart.c 883F: hw/timer/stm32f2xx_timer.c 884F: hw/adc/* 885F: hw/ssi/stm32f2xx_spi.c 886F: include/hw/*/stm32*.h 887 888STM32F405 889M: Alistair Francis <alistair@alistair23.me> 890M: Peter Maydell <peter.maydell@linaro.org> 891L: qemu-arm@nongnu.org 892S: Maintained 893F: hw/arm/stm32f405_soc.c 894F: hw/misc/stm32f4xx_syscfg.c 895F: hw/misc/stm32f4xx_exti.c 896 897Netduino 2 898M: Alistair Francis <alistair@alistair23.me> 899M: Peter Maydell <peter.maydell@linaro.org> 900L: qemu-arm@nongnu.org 901S: Maintained 902F: hw/arm/netduino2.c 903 904Netduino Plus 2 905M: Alistair Francis <alistair@alistair23.me> 906M: Peter Maydell <peter.maydell@linaro.org> 907L: qemu-arm@nongnu.org 908S: Maintained 909F: hw/arm/netduinoplus2.c 910 911SmartFusion2 912M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 913M: Peter Maydell <peter.maydell@linaro.org> 914L: qemu-arm@nongnu.org 915S: Maintained 916F: hw/arm/msf2-soc.c 917F: hw/misc/msf2-sysreg.c 918F: hw/timer/mss-timer.c 919F: hw/ssi/mss-spi.c 920F: include/hw/arm/msf2-soc.h 921F: include/hw/misc/msf2-sysreg.h 922F: include/hw/timer/mss-timer.h 923F: include/hw/ssi/mss-spi.h 924F: hw/net/msf2-emac.c 925F: include/hw/net/msf2-emac.h 926 927Emcraft M2S-FG484 928M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 929M: Peter Maydell <peter.maydell@linaro.org> 930L: qemu-arm@nongnu.org 931S: Maintained 932F: hw/arm/msf2-som.c 933 934ASPEED BMCs 935M: Cédric Le Goater <clg@kaod.org> 936M: Peter Maydell <peter.maydell@linaro.org> 937R: Andrew Jeffery <andrew@aj.id.au> 938R: Joel Stanley <joel@jms.id.au> 939L: qemu-arm@nongnu.org 940S: Maintained 941F: hw/*/*aspeed* 942F: hw/misc/pca9552.c 943F: include/hw/*/*aspeed* 944F: include/hw/misc/pca9552*.h 945F: hw/net/ftgmac100.c 946F: include/hw/net/ftgmac100.h 947 948NRF51 949M: Joel Stanley <joel@jms.id.au> 950M: Peter Maydell <peter.maydell@linaro.org> 951L: qemu-arm@nongnu.org 952S: Maintained 953F: hw/*/nrf51*.c 954F: hw/*/microbit*.c 955F: include/hw/*/nrf51*.h 956F: include/hw/*/microbit*.h 957F: tests/qtest/microbit-test.c 958 959CRIS Machines 960------------- 961Axis Dev88 962M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 963S: Maintained 964F: hw/cris/axis_dev88.c 965F: hw/*/etraxfs_*.c 966 967HP-PARISC Machines 968------------------ 969HP B160L 970M: Richard Henderson <rth@twiddle.net> 971R: Helge Deller <deller@gmx.de> 972S: Odd Fixes 973F: default-configs/hppa-softmmu.mak 974F: hw/hppa/ 975F: pc-bios/hppa-firmware.img 976 977LM32 Machines 978------------- 979EVR32 and uclinux BSP 980M: Michael Walle <michael@walle.cc> 981S: Maintained 982F: hw/lm32/lm32_boards.c 983 984milkymist 985M: Michael Walle <michael@walle.cc> 986S: Maintained 987F: hw/lm32/milkymist.c 988 989M68K Machines 990------------- 991an5206 992M: Thomas Huth <huth@tuxfamily.org> 993S: Odd Fixes 994F: hw/m68k/an5206.c 995F: hw/m68k/mcf5206.c 996 997mcf5208 998M: Thomas Huth <huth@tuxfamily.org> 999S: Odd Fixes 1000F: hw/m68k/mcf5208.c 1001F: hw/m68k/mcf_intc.c 1002F: hw/char/mcf_uart.c 1003F: hw/net/mcf_fec.c 1004F: include/hw/m68k/mcf*.h 1005 1006NeXTcube 1007M: Thomas Huth <huth@tuxfamily.org> 1008S: Odd Fixes 1009F: hw/m68k/next-*.c 1010F: hw/display/next-fb.c 1011F: include/hw/m68k/next-cube.h 1012 1013q800 1014M: Laurent Vivier <laurent@vivier.eu> 1015S: Maintained 1016F: hw/m68k/q800.c 1017F: hw/misc/mac_via.c 1018F: hw/nubus/* 1019F: hw/display/macfb.c 1020F: hw/block/swim.c 1021F: hw/m68k/bootinfo.h 1022F: include/hw/misc/mac_via.h 1023F: include/hw/nubus/* 1024F: include/hw/display/macfb.h 1025F: include/hw/block/swim.h 1026 1027MicroBlaze Machines 1028------------------- 1029petalogix_s3adsp1800 1030M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1031S: Maintained 1032F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1033F: include/hw/char/xilinx_uartlite.h 1034 1035petalogix_ml605 1036M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1037S: Maintained 1038F: hw/microblaze/petalogix_ml605_mmu.c 1039 1040MIPS Machines 1041------------- 1042Jazz 1043M: Hervé Poussineau <hpoussin@reactos.org> 1044R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1045S: Maintained 1046F: hw/mips/mips_jazz.c 1047F: hw/display/jazz_led.c 1048F: hw/dma/rc4030.c 1049 1050Malta 1051M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 1052M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1053R: Aurelien Jarno <aurelien@aurel32.net> 1054S: Maintained 1055F: hw/isa/piix4.c 1056F: hw/acpi/piix4.c 1057F: hw/mips/mips_malta.c 1058F: hw/mips/gt64xxx_pci.c 1059F: include/hw/southbridge/piix.h 1060F: tests/acceptance/linux_ssh_mips_malta.py 1061F: tests/acceptance/machine_mips_malta.py 1062 1063Mipssim 1064M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 1065R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1066S: Odd Fixes 1067F: hw/mips/mips_mipssim.c 1068F: hw/net/mipsnet.c 1069 1070R4000 1071M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 1072R: Aurelien Jarno <aurelien@aurel32.net> 1073R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1074S: Obsolete 1075F: hw/mips/mips_r4k.c 1076 1077Fulong 2E 1078M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1079M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 1080S: Odd Fixes 1081F: hw/mips/mips_fulong2e.c 1082F: hw/isa/vt82c686.c 1083F: hw/pci-host/bonito.c 1084F: include/hw/isa/vt82c686.h 1085 1086Boston 1087M: Paul Burton <pburton@wavecomp.com> 1088R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 1089S: Maintained 1090F: hw/core/loader-fit.c 1091F: hw/mips/boston.c 1092F: hw/pci-host/xilinx-pcie.c 1093F: include/hw/pci-host/xilinx-pcie.h 1094 1095OpenRISC Machines 1096----------------- 1097or1k-sim 1098M: Jia Liu <proljc@gmail.com> 1099S: Maintained 1100F: hw/openrisc/openrisc_sim.c 1101 1102PowerPC Machines 1103---------------- 1104405 1105M: David Gibson <david@gibson.dropbear.id.au> 1106L: qemu-ppc@nongnu.org 1107S: Odd Fixes 1108F: hw/ppc/ppc405_boards.c 1109 1110Bamboo 1111M: David Gibson <david@gibson.dropbear.id.au> 1112L: qemu-ppc@nongnu.org 1113S: Odd Fixes 1114F: hw/ppc/ppc440_bamboo.c 1115 1116e500 1117M: David Gibson <david@gibson.dropbear.id.au> 1118L: qemu-ppc@nongnu.org 1119S: Odd Fixes 1120F: hw/ppc/e500* 1121F: hw/gpio/mpc8xxx.c 1122F: hw/i2c/mpc_i2c.c 1123F: hw/net/fsl_etsec/ 1124F: hw/pci-host/ppce500.c 1125F: include/hw/ppc/ppc_e500.h 1126F: include/hw/pci-host/ppce500.h 1127F: pc-bios/u-boot.e500 1128 1129mpc8544ds 1130M: David Gibson <david@gibson.dropbear.id.au> 1131L: qemu-ppc@nongnu.org 1132S: Odd Fixes 1133F: hw/ppc/mpc8544ds.c 1134F: hw/ppc/mpc8544_guts.c 1135 1136New World (mac99) 1137M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1138R: David Gibson <david@gibson.dropbear.id.au> 1139L: qemu-ppc@nongnu.org 1140S: Odd Fixes 1141F: hw/ppc/mac_newworld.c 1142F: hw/pci-host/uninorth.c 1143F: hw/pci-bridge/dec.[hc] 1144F: hw/misc/macio/ 1145F: hw/misc/mos6522.c 1146F: hw/nvram/mac_nvram.c 1147F: hw/input/adb* 1148F: include/hw/misc/macio/ 1149F: include/hw/misc/mos6522.h 1150F: include/hw/ppc/mac_dbdma.h 1151F: include/hw/pci-host/uninorth.h 1152F: include/hw/input/adb* 1153F: pc-bios/qemu_vga.ndrv 1154 1155Old World (g3beige) 1156M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1157R: David Gibson <david@gibson.dropbear.id.au> 1158L: qemu-ppc@nongnu.org 1159S: Odd Fixes 1160F: hw/ppc/mac_oldworld.c 1161F: hw/pci-host/grackle.c 1162F: hw/misc/macio/ 1163F: hw/intc/heathrow_pic.c 1164F: hw/input/adb* 1165F: include/hw/intc/heathrow_pic.h 1166F: include/hw/input/adb* 1167F: pc-bios/qemu_vga.ndrv 1168 1169PReP 1170M: Hervé Poussineau <hpoussin@reactos.org> 1171L: qemu-ppc@nongnu.org 1172S: Maintained 1173F: hw/ppc/prep.c 1174F: hw/ppc/prep_systemio.c 1175F: hw/ppc/rs6000_mc.c 1176F: hw/pci-host/prep.[hc] 1177F: hw/isa/i82378.c 1178F: hw/isa/pc87312.c 1179F: hw/dma/i82374.c 1180F: hw/rtc/m48t59-isa.c 1181F: include/hw/isa/pc87312.h 1182F: include/hw/rtc/m48t59.h 1183F: tests/acceptance/ppc_prep_40p.py 1184 1185sPAPR 1186M: David Gibson <david@gibson.dropbear.id.au> 1187L: qemu-ppc@nongnu.org 1188S: Supported 1189F: hw/*/spapr* 1190F: include/hw/*/spapr* 1191F: hw/*/xics* 1192F: include/hw/*/xics* 1193F: pc-bios/slof.bin 1194F: docs/specs/ppc-spapr-hcalls.txt 1195F: docs/specs/ppc-spapr-hotplug.txt 1196F: tests/qtest/spapr* 1197F: tests/qtest/libqos/*spapr* 1198F: tests/qtest/rtas* 1199F: tests/qtest/libqos/rtas* 1200 1201PowerNV (Non-Virtualized) 1202M: Cédric Le Goater <clg@kaod.org> 1203M: David Gibson <david@gibson.dropbear.id.au> 1204L: qemu-ppc@nongnu.org 1205S: Maintained 1206F: hw/ppc/pnv* 1207F: hw/intc/pnv* 1208F: hw/intc/xics_pnv.c 1209F: include/hw/ppc/pnv* 1210F: pc-bios/skiboot.lid 1211F: tests/qtest/pnv* 1212 1213virtex_ml507 1214M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1215L: qemu-ppc@nongnu.org 1216S: Odd Fixes 1217F: hw/ppc/virtex_ml507.c 1218 1219sam460ex 1220M: BALATON Zoltan <balaton@eik.bme.hu> 1221L: qemu-ppc@nongnu.org 1222S: Maintained 1223F: hw/ppc/sam460ex.c 1224F: hw/ppc/ppc440_pcix.c 1225F: hw/display/sm501* 1226F: hw/ide/sii3112.c 1227F: hw/rtc/m41t80.c 1228F: pc-bios/canyonlands.dt[sb] 1229F: pc-bios/u-boot-sam460ex-20100605.bin 1230F: roms/u-boot-sam460ex 1231 1232SH4 Machines 1233------------ 1234R2D 1235M: Magnus Damm <magnus.damm@gmail.com> 1236S: Maintained 1237F: hw/sh4/r2d.c 1238F: hw/intc/sh_intc.c 1239F: hw/timer/sh_timer.c 1240 1241Shix 1242M: Magnus Damm <magnus.damm@gmail.com> 1243S: Odd Fixes 1244F: hw/sh4/shix.c 1245 1246SPARC Machines 1247-------------- 1248Sun4m 1249M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1250S: Maintained 1251F: hw/sparc/sun4m.c 1252F: hw/sparc/sun4m_iommu.c 1253F: hw/display/cg3.c 1254F: hw/display/tcx.c 1255F: hw/dma/sparc32_dma.c 1256F: hw/misc/eccmemctl.c 1257F: hw/*/slavio_*.c 1258F: include/hw/nvram/sun_nvram.h 1259F: include/hw/sparc/sparc32_dma.h 1260F: include/hw/sparc/sun4m_iommu.h 1261F: pc-bios/openbios-sparc32 1262 1263Sun4u 1264M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1265S: Maintained 1266F: hw/sparc64/sun4u.c 1267F: hw/sparc64/sun4u_iommu.c 1268F: include/hw/sparc/sun4u_iommu.h 1269F: hw/pci-host/sabre.c 1270F: include/hw/pci-host/sabre.h 1271F: hw/pci-bridge/simba.c 1272F: include/hw/pci-bridge/simba.h 1273F: pc-bios/openbios-sparc64 1274 1275Sun4v 1276M: Artyom Tarasenko <atar4qemu@gmail.com> 1277S: Maintained 1278F: hw/sparc64/niagara.c 1279F: hw/rtc/sun4v-rtc.c 1280F: include/hw/rtc/sun4v-rtc.h 1281 1282Leon3 1283M: Fabien Chouteau <chouteau@adacore.com> 1284M: KONRAD Frederic <frederic.konrad@adacore.com> 1285S: Maintained 1286F: hw/sparc/leon3.c 1287F: hw/*/grlib* 1288F: include/hw/*/grlib* 1289F: tests/acceptance/machine_sparc_leon3.py 1290 1291S390 Machines 1292------------- 1293S390 Virtio-ccw 1294M: Cornelia Huck <cohuck@redhat.com> 1295M: Halil Pasic <pasic@linux.ibm.com> 1296M: Christian Borntraeger <borntraeger@de.ibm.com> 1297S: Supported 1298F: hw/char/sclp*.[hc] 1299F: hw/char/terminal3270.c 1300F: hw/s390x/ 1301F: include/hw/s390x/ 1302F: hw/watchdog/wdt_diag288.c 1303F: include/hw/watchdog/wdt_diag288.h 1304F: default-configs/s390x-softmmu.mak 1305T: git https://github.com/cohuck/qemu.git s390-next 1306T: git https://github.com/borntraeger/qemu.git s390-next 1307L: qemu-s390x@nongnu.org 1308 1309S390-ccw boot 1310M: Christian Borntraeger <borntraeger@de.ibm.com> 1311M: Thomas Huth <thuth@redhat.com> 1312S: Supported 1313F: hw/s390x/ipl.* 1314F: pc-bios/s390-ccw/ 1315F: pc-bios/s390-ccw.img 1316F: docs/devel/s390-dasd-ipl.rst 1317T: git https://github.com/borntraeger/qemu.git s390-next 1318L: qemu-s390x@nongnu.org 1319 1320S390 PCI 1321M: Matthew Rosato <mjrosato@linux.ibm.com> 1322S: Supported 1323F: hw/s390x/s390-pci* 1324L: qemu-s390x@nongnu.org 1325 1326UniCore32 Machines 1327------------------ 1328PKUnity-3 SoC initramfs-with-busybox 1329M: Guan Xuetao <gxt@mprc.pku.edu.cn> 1330S: Maintained 1331F: hw/*/puv3* 1332F: hw/unicore32/ 1333 1334X86 Machines 1335------------ 1336PC 1337M: Michael S. Tsirkin <mst@redhat.com> 1338M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1339S: Supported 1340F: include/hw/i386/ 1341F: hw/i386/ 1342F: hw/pci-host/i440fx.c 1343F: hw/pci-host/q35.c 1344F: hw/pci-host/pam.c 1345F: include/hw/pci-host/i440fx.h 1346F: include/hw/pci-host/q35.h 1347F: include/hw/pci-host/pam.h 1348F: hw/isa/piix3.c 1349F: hw/isa/lpc_ich9.c 1350F: hw/i2c/smbus_ich9.c 1351F: hw/acpi/piix4.c 1352F: hw/acpi/ich9.c 1353F: include/hw/acpi/ich9.h 1354F: include/hw/southbridge/piix.h 1355F: hw/misc/sga.c 1356F: hw/isa/apm.c 1357F: include/hw/isa/apm.h 1358F: tests/test-x86-cpuid.c 1359F: tests/qtest/test-x86-cpuid-compat.c 1360 1361PC Chipset 1362M: Michael S. Tsirkin <mst@redhat.com> 1363M: Paolo Bonzini <pbonzini@redhat.com> 1364S: Supported 1365F: hw/char/debugcon.c 1366F: hw/char/parallel* 1367F: hw/char/serial* 1368F: hw/dma/i8257* 1369F: hw/i2c/pm_smbus.c 1370F: hw/input/pckbd.c 1371F: hw/intc/apic* 1372F: hw/intc/ioapic* 1373F: hw/intc/i8259* 1374F: hw/isa/isa-superio.c 1375F: hw/misc/debugexit.c 1376F: hw/misc/pc-testdev.c 1377F: hw/timer/hpet* 1378F: hw/timer/i8254* 1379F: hw/rtc/mc146818rtc* 1380F: hw/watchdog/wdt_ib700.c 1381F: hw/watchdog/wdt_i6300esb.c 1382F: include/hw/display/vga.h 1383F: include/hw/char/parallel.h 1384F: include/hw/dma/i8257.h 1385F: include/hw/i2c/pm_smbus.h 1386F: include/hw/input/i8042.h 1387F: include/hw/isa/i8259_internal.h 1388F: include/hw/isa/superio.h 1389F: include/hw/timer/hpet.h 1390F: include/hw/timer/i8254* 1391F: include/hw/rtc/mc146818rtc* 1392 1393microvm 1394M: Sergio Lopez <slp@redhat.com> 1395M: Paolo Bonzini <pbonzini@redhat.com> 1396S: Maintained 1397F: docs/microvm.rst 1398F: hw/i386/microvm.c 1399F: include/hw/i386/microvm.h 1400F: pc-bios/bios-microvm.bin 1401 1402Machine core 1403M: Eduardo Habkost <ehabkost@redhat.com> 1404M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1405S: Supported 1406F: hw/core/cpu.c 1407F: hw/core/machine-qmp-cmds.c 1408F: hw/core/machine.c 1409F: hw/core/null-machine.c 1410F: hw/core/numa.c 1411F: hw/cpu/cluster.c 1412F: qapi/machine.json 1413F: qapi/machine-target.json 1414F: include/hw/boards.h 1415F: include/hw/core/cpu.h 1416F: include/hw/cpu/cluster.h 1417F: include/sysemu/numa.h 1418T: git https://github.com/ehabkost/qemu.git machine-next 1419 1420Xtensa Machines 1421--------------- 1422sim 1423M: Max Filippov <jcmvbkbc@gmail.com> 1424S: Maintained 1425F: hw/xtensa/sim.c 1426 1427virt 1428M: Max Filippov <jcmvbkbc@gmail.com> 1429S: Maintained 1430F: hw/xtensa/virt.c 1431 1432XTFPGA (LX60, LX200, ML605, KC705) 1433M: Max Filippov <jcmvbkbc@gmail.com> 1434S: Maintained 1435F: hw/xtensa/xtfpga.c 1436F: hw/net/opencores_eth.c 1437 1438Devices 1439------- 1440EDU 1441M: Jiri Slaby <jslaby@suse.cz> 1442S: Maintained 1443F: hw/misc/edu.c 1444 1445IDE 1446M: John Snow <jsnow@redhat.com> 1447L: qemu-block@nongnu.org 1448S: Supported 1449F: include/hw/ide.h 1450F: include/hw/ide/ 1451F: hw/ide/ 1452F: hw/block/block.c 1453F: hw/block/cdrom.c 1454F: hw/block/hd-geometry.c 1455F: tests/qtest/ide-test.c 1456F: tests/qtest/ahci-test.c 1457F: tests/qtest/cdrom-test.c 1458F: tests/qtest/libqos/ahci* 1459T: git https://github.com/jnsnow/qemu.git ide 1460 1461IPMI 1462M: Corey Minyard <minyard@acm.org> 1463S: Maintained 1464F: include/hw/ipmi/* 1465F: hw/ipmi/* 1466F: hw/smbios/smbios_type_38.c 1467F: tests/qtest/ipmi* 1468T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1469 1470Floppy 1471M: John Snow <jsnow@redhat.com> 1472L: qemu-block@nongnu.org 1473S: Supported 1474F: hw/block/fdc.c 1475F: include/hw/block/fdc.h 1476F: tests/qtest/fdc-test.c 1477T: git https://github.com/jnsnow/qemu.git ide 1478 1479OMAP 1480M: Peter Maydell <peter.maydell@linaro.org> 1481L: qemu-arm@nongnu.org 1482S: Maintained 1483F: hw/*/omap* 1484F: include/hw/arm/omap.h 1485 1486IPack 1487M: Alberto Garcia <berto@igalia.com> 1488S: Odd Fixes 1489F: hw/char/ipoctal232.c 1490F: hw/ipack/ 1491 1492PCI 1493M: Michael S. Tsirkin <mst@redhat.com> 1494M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1495S: Supported 1496F: include/hw/pci/* 1497F: hw/misc/pci-testdev.c 1498F: hw/pci/* 1499F: hw/pci-bridge/* 1500F: docs/pci* 1501F: docs/specs/*pci* 1502F: default-configs/pci.mak 1503 1504ACPI/SMBIOS 1505M: Michael S. Tsirkin <mst@redhat.com> 1506M: Igor Mammedov <imammedo@redhat.com> 1507S: Supported 1508F: include/hw/acpi/* 1509F: include/hw/firmware/smbios.h 1510F: hw/mem/* 1511F: hw/acpi/* 1512F: hw/smbios/* 1513F: hw/i386/acpi-build.[hc] 1514F: hw/arm/virt-acpi-build.c 1515F: tests/qtest/bios-tables-test.c 1516F: tests/qtest/acpi-utils.[hc] 1517F: tests/data/acpi/ 1518 1519ppc4xx 1520M: David Gibson <david@gibson.dropbear.id.au> 1521L: qemu-ppc@nongnu.org 1522S: Odd Fixes 1523F: hw/ppc/ppc4*.c 1524F: hw/i2c/ppc4xx_i2c.c 1525F: include/hw/ppc/ppc4xx.h 1526F: include/hw/i2c/ppc4xx_i2c.h 1527 1528Character devices 1529M: Marc-André Lureau <marcandre.lureau@redhat.com> 1530R: Paolo Bonzini <pbonzini@redhat.com> 1531S: Odd Fixes 1532F: hw/char/ 1533 1534Network devices 1535M: Jason Wang <jasowang@redhat.com> 1536S: Odd Fixes 1537F: hw/net/ 1538F: include/hw/net/ 1539F: tests/qtest/virtio-net-test.c 1540F: docs/virtio-net-failover.rst 1541T: git https://github.com/jasowang/qemu.git net 1542 1543Parallel NOR Flash devices 1544M: Philippe Mathieu-Daudé <philmd@redhat.com> 1545T: git https://gitlab.com/philmd/qemu.git pflash-next 1546S: Maintained 1547F: hw/block/pflash_cfi*.c 1548F: include/hw/block/flash.h 1549 1550SCSI 1551M: Paolo Bonzini <pbonzini@redhat.com> 1552R: Fam Zheng <fam@euphon.net> 1553S: Supported 1554F: include/hw/scsi/* 1555F: hw/scsi/* 1556F: tests/qtest/virtio-scsi-test.c 1557T: git https://github.com/bonzini/qemu.git scsi-next 1558 1559SSI 1560M: Alistair Francis <alistair@alistair23.me> 1561S: Maintained 1562F: hw/ssi/* 1563F: hw/block/m25p80.c 1564F: include/hw/ssi/ssi.h 1565X: hw/ssi/xilinx_* 1566F: tests/qtest/m25p80-test.c 1567 1568Xilinx SPI 1569M: Alistair Francis <alistair@alistair23.me> 1570S: Maintained 1571F: hw/ssi/xilinx_* 1572 1573SD (Secure Card) 1574M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1575S: Odd Fixes 1576F: include/hw/sd/sd* 1577F: hw/sd/core.c 1578F: hw/sd/sd* 1579F: hw/sd/ssi-sd.c 1580F: tests/qtest/sd* 1581 1582USB 1583M: Gerd Hoffmann <kraxel@redhat.com> 1584S: Maintained 1585F: hw/usb/* 1586F: tests/qtest/usb-*-test.c 1587F: docs/usb2.txt 1588F: docs/usb-storage.txt 1589F: include/hw/usb.h 1590F: include/hw/usb/ 1591F: default-configs/usb.mak 1592 1593USB (serial adapter) 1594M: Gerd Hoffmann <kraxel@redhat.com> 1595M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1596S: Maintained 1597F: hw/usb/dev-serial.c 1598 1599VFIO 1600M: Alex Williamson <alex.williamson@redhat.com> 1601S: Supported 1602F: hw/vfio/* 1603F: include/hw/vfio/ 1604 1605vfio-ccw 1606M: Cornelia Huck <cohuck@redhat.com> 1607M: Eric Farman <farman@linux.ibm.com> 1608S: Supported 1609F: hw/vfio/ccw.c 1610F: hw/s390x/s390-ccw.c 1611F: include/hw/s390x/s390-ccw.h 1612F: include/hw/s390x/vfio-ccw.h 1613T: git https://github.com/cohuck/qemu.git s390-next 1614L: qemu-s390x@nongnu.org 1615 1616vfio-ap 1617M: Christian Borntraeger <borntraeger@de.ibm.com> 1618M: Tony Krowiak <akrowiak@linux.ibm.com> 1619M: Halil Pasic <pasic@linux.ibm.com> 1620M: Pierre Morel <pmorel@linux.ibm.com> 1621S: Supported 1622F: hw/s390x/ap-device.c 1623F: hw/s390x/ap-bridge.c 1624F: include/hw/s390x/ap-device.h 1625F: include/hw/s390x/ap-bridge.h 1626F: hw/vfio/ap.c 1627F: docs/system/s390x/vfio-ap.rst 1628L: qemu-s390x@nongnu.org 1629 1630vhost 1631M: Michael S. Tsirkin <mst@redhat.com> 1632S: Supported 1633F: hw/*/*vhost* 1634F: docs/interop/vhost-user.json 1635F: docs/interop/vhost-user.rst 1636F: contrib/vhost-user-*/ 1637F: backends/vhost-user.c 1638F: include/sysemu/vhost-user-backend.h 1639 1640virtio 1641M: Michael S. Tsirkin <mst@redhat.com> 1642S: Supported 1643F: hw/*/virtio* 1644F: hw/virtio/Makefile.objs 1645F: hw/virtio/trace-events 1646F: net/vhost-user.c 1647F: include/hw/virtio/ 1648 1649virtio-balloon 1650M: Michael S. Tsirkin <mst@redhat.com> 1651M: David Hildenbrand <david@redhat.com> 1652S: Maintained 1653F: hw/virtio/virtio-balloon*.c 1654F: include/hw/virtio/virtio-balloon.h 1655F: balloon.c 1656F: include/sysemu/balloon.h 1657 1658virtio-9p 1659M: Greg Kurz <groug@kaod.org> 1660R: Christian Schoenebeck <qemu_oss@crudebyte.com> 1661S: Odd Fixes 1662F: hw/9pfs/ 1663X: hw/9pfs/xen-9p* 1664F: fsdev/ 1665F: docs/interop/virtfs-proxy-helper.rst 1666F: tests/qtest/virtio-9p-test.c 1667T: git https://github.com/gkurz/qemu.git 9p-next 1668 1669virtio-blk 1670M: Stefan Hajnoczi <stefanha@redhat.com> 1671L: qemu-block@nongnu.org 1672S: Supported 1673F: hw/block/virtio-blk.c 1674F: hw/block/dataplane/* 1675F: tests/qtest/virtio-blk-test.c 1676T: git https://github.com/stefanha/qemu.git block 1677 1678virtio-ccw 1679M: Cornelia Huck <cohuck@redhat.com> 1680M: Halil Pasic <pasic@linux.ibm.com> 1681S: Supported 1682F: hw/s390x/virtio-ccw*.[hc] 1683F: hw/s390x/vhost-vsock-ccw.c 1684T: git https://github.com/cohuck/qemu.git s390-next 1685T: git https://github.com/borntraeger/qemu.git s390-next 1686L: qemu-s390x@nongnu.org 1687 1688virtiofs 1689M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1690M: Stefan Hajnoczi <stefanha@redhat.com> 1691S: Supported 1692F: tools/virtiofsd/* 1693F: hw/virtio/vhost-user-fs* 1694F: include/hw/virtio/vhost-user-fs.h 1695F: docs/interop/virtiofsd.rst 1696 1697virtio-input 1698M: Gerd Hoffmann <kraxel@redhat.com> 1699S: Maintained 1700F: hw/input/vhost-user-input.c 1701F: hw/input/virtio-input*.c 1702F: include/hw/virtio/virtio-input.h 1703F: contrib/vhost-user-input/* 1704 1705virtio-iommu 1706M: Eric Auger <eric.auger@redhat.com> 1707S: Maintained 1708F: hw/virtio/virtio-iommu*.c 1709F: include/hw/virtio/virtio-iommu.h 1710 1711virtio-serial 1712M: Laurent Vivier <lvivier@redhat.com> 1713R: Amit Shah <amit@kernel.org> 1714S: Supported 1715F: hw/char/virtio-serial-bus.c 1716F: hw/char/virtio-console.c 1717F: include/hw/virtio/virtio-serial.h 1718F: tests/qtest/virtio-serial-test.c 1719 1720virtio-rng 1721M: Laurent Vivier <lvivier@redhat.com> 1722R: Amit Shah <amit@kernel.org> 1723S: Supported 1724F: hw/virtio/virtio-rng.c 1725F: include/hw/virtio/virtio-rng.h 1726F: include/sysemu/rng*.h 1727F: backends/rng*.c 1728F: tests/qtest/virtio-rng-test.c 1729 1730virtio-crypto 1731M: Gonglei <arei.gonglei@huawei.com> 1732S: Supported 1733F: hw/virtio/virtio-crypto.c 1734F: hw/virtio/virtio-crypto-pci.c 1735F: include/hw/virtio/virtio-crypto.h 1736 1737nvme 1738M: Keith Busch <keith.busch@intel.com> 1739L: qemu-block@nongnu.org 1740S: Supported 1741F: hw/block/nvme* 1742F: tests/qtest/nvme-test.c 1743 1744megasas 1745M: Hannes Reinecke <hare@suse.com> 1746L: qemu-block@nongnu.org 1747S: Supported 1748F: hw/scsi/megasas.c 1749F: hw/scsi/mfi.h 1750F: tests/qtest/megasas-test.c 1751 1752Network packet abstractions 1753M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1754S: Maintained 1755F: include/net/eth.h 1756F: net/eth.c 1757F: hw/net/net_rx_pkt* 1758F: hw/net/net_tx_pkt* 1759 1760Vmware 1761M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1762S: Maintained 1763F: hw/net/vmxnet* 1764F: hw/scsi/vmw_pvscsi* 1765F: tests/qtest/vmxnet3-test.c 1766 1767Rocker 1768M: Jiri Pirko <jiri@resnulli.us> 1769S: Maintained 1770F: hw/net/rocker/ 1771F: tests/rocker/ 1772F: docs/specs/rocker.txt 1773 1774NVDIMM 1775M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1776S: Maintained 1777F: hw/acpi/nvdimm.c 1778F: hw/mem/nvdimm.c 1779F: include/hw/mem/nvdimm.h 1780F: docs/nvdimm.txt 1781 1782e1000x 1783M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1784S: Maintained 1785F: hw/net/e1000x* 1786 1787e1000e 1788M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1789S: Maintained 1790F: hw/net/e1000e* 1791 1792eepro100 1793M: Stefan Weil <sw@weilnetz.de> 1794S: Maintained 1795F: hw/net/eepro100.c 1796 1797tulip 1798M: Sven Schnelle <svens@stackframe.org> 1799S: Maintained 1800F: hw/net/tulip.c 1801F: hw/net/tulip.h 1802 1803Generic Loader 1804M: Alistair Francis <alistair@alistair23.me> 1805S: Maintained 1806F: hw/core/generic-loader.c 1807F: include/hw/core/generic-loader.h 1808F: docs/generic-loader.txt 1809 1810Intel Hexadecimal Object File Loader 1811M: Su Hang <suhang16@mails.ucas.ac.cn> 1812S: Maintained 1813F: tests/qtest/hexloader-test.c 1814F: tests/data/hex-loader/test.hex 1815 1816CHRP NVRAM 1817M: Thomas Huth <thuth@redhat.com> 1818S: Maintained 1819F: hw/nvram/chrp_nvram.c 1820F: include/hw/nvram/chrp_nvram.h 1821F: tests/qtest/prom-env-test.c 1822 1823VM Generation ID 1824M: Ben Warren <ben@skyportsystems.com> 1825S: Maintained 1826F: hw/acpi/vmgenid.c 1827F: include/hw/acpi/vmgenid.h 1828F: docs/specs/vmgenid.txt 1829F: tests/qtest/vmgenid-test.c 1830F: stubs/vmgenid.c 1831 1832Unimplemented device 1833M: Peter Maydell <peter.maydell@linaro.org> 1834R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1835S: Maintained 1836F: include/hw/misc/unimp.h 1837F: hw/misc/unimp.c 1838 1839Standard VGA 1840M: Gerd Hoffmann <kraxel@redhat.com> 1841S: Maintained 1842F: hw/display/vga* 1843F: hw/display/bochs-display.c 1844F: include/hw/display/vga.h 1845F: include/hw/display/bochs-vbe.h 1846 1847ramfb 1848M: Gerd Hoffmann <kraxel@redhat.com> 1849S: Maintained 1850F: hw/display/ramfb*.c 1851F: include/hw/display/ramfb.h 1852 1853virtio-gpu 1854M: Gerd Hoffmann <kraxel@redhat.com> 1855S: Maintained 1856F: hw/display/virtio-gpu* 1857F: hw/display/virtio-vga.* 1858F: include/hw/virtio/virtio-gpu.h 1859 1860vhost-user-blk 1861M: Raphael Norwitz <raphael.norwitz@nutanix.com> 1862S: Maintained 1863F: contrib/vhost-user-blk/ 1864F: contrib/vhost-user-scsi/ 1865F: hw/block/vhost-user-blk.c 1866F: hw/scsi/vhost-user-scsi.c 1867F: hw/virtio/vhost-user-blk-pci.c 1868F: hw/virtio/vhost-user-scsi-pci.c 1869F: include/hw/virtio/vhost-user-blk.h 1870F: include/hw/virtio/vhost-user-scsi.h 1871 1872vhost-user-gpu 1873M: Marc-André Lureau <marcandre.lureau@redhat.com> 1874M: Gerd Hoffmann <kraxel@redhat.com> 1875S: Maintained 1876F: docs/interop/vhost-user-gpu.rst 1877F: contrib/vhost-user-gpu 1878F: hw/display/vhost-user-* 1879 1880Cirrus VGA 1881M: Gerd Hoffmann <kraxel@redhat.com> 1882S: Odd Fixes 1883W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1884F: hw/display/cirrus* 1885 1886EDID Generator 1887M: Gerd Hoffmann <kraxel@redhat.com> 1888S: Maintained 1889F: hw/display/edid* 1890F: include/hw/display/edid.h 1891F: qemu-edid.c 1892 1893PIIX4 South Bridge (i82371AB) 1894M: Hervé Poussineau <hpoussin@reactos.org> 1895M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1896S: Maintained 1897F: hw/isa/piix4.c 1898F: include/hw/southbridge/piix.h 1899 1900Firmware configuration (fw_cfg) 1901M: Philippe Mathieu-Daudé <philmd@redhat.com> 1902R: Laszlo Ersek <lersek@redhat.com> 1903R: Gerd Hoffmann <kraxel@redhat.com> 1904S: Supported 1905F: docs/specs/fw_cfg.txt 1906F: hw/nvram/fw_cfg.c 1907F: stubs/fw_cfg.c 1908F: include/hw/nvram/fw_cfg.h 1909F: include/standard-headers/linux/qemu_fw_cfg.h 1910F: tests/qtest/libqos/fw_cfg.c 1911F: tests/qtest/fw_cfg-test.c 1912T: git https://github.com/philmd/qemu.git fw_cfg-next 1913 1914XIVE 1915M: David Gibson <david@gibson.dropbear.id.au> 1916M: Cédric Le Goater <clg@kaod.org> 1917L: qemu-ppc@nongnu.org 1918S: Supported 1919F: hw/*/*xive* 1920F: include/hw/*/*xive* 1921F: docs/*/*xive* 1922 1923Subsystems 1924---------- 1925Audio 1926M: Gerd Hoffmann <kraxel@redhat.com> 1927S: Maintained 1928F: audio/ 1929F: hw/audio/ 1930F: include/hw/audio/ 1931F: tests/qtest/ac97-test.c 1932F: tests/qtest/es1370-test.c 1933F: tests/qtest/intel-hda-test.c 1934 1935Block layer core 1936M: Kevin Wolf <kwolf@redhat.com> 1937M: Max Reitz <mreitz@redhat.com> 1938L: qemu-block@nongnu.org 1939S: Supported 1940F: block* 1941F: block/ 1942F: hw/block/ 1943F: include/block/ 1944F: qemu-img* 1945F: docs/interop/qemu-img.rst 1946F: qemu-io* 1947F: tests/qemu-iotests/ 1948F: util/qemu-progress.c 1949F: qobject/block-qdict.c 1950F: tests/check-block-qdict.c 1951T: git https://repo.or.cz/qemu/kevin.git block 1952 1953Block I/O path 1954M: Stefan Hajnoczi <stefanha@redhat.com> 1955M: Fam Zheng <fam@euphon.net> 1956L: qemu-block@nongnu.org 1957S: Supported 1958F: util/async.c 1959F: util/aio-*.c 1960F: util/aio-*.h 1961F: util/fdmon-*.c 1962F: block/io.c 1963F: migration/block* 1964F: include/block/aio.h 1965F: include/block/aio-wait.h 1966F: scripts/qemugdb/aio.py 1967T: git https://github.com/stefanha/qemu.git block 1968 1969Block SCSI subsystem 1970M: Paolo Bonzini <pbonzini@redhat.com> 1971R: Fam Zheng <fam@euphon.net> 1972L: qemu-block@nongnu.org 1973S: Supported 1974F: include/scsi/* 1975F: scsi/* 1976 1977Block Jobs 1978M: John Snow <jsnow@redhat.com> 1979L: qemu-block@nongnu.org 1980S: Supported 1981F: blockjob.c 1982F: include/block/blockjob.h 1983F: job.c 1984F: job-qmp.c 1985F: include/qemu/job.h 1986F: block/backup.c 1987F: block/commit.c 1988F: block/stream.c 1989F: block/mirror.c 1990F: qapi/job.json 1991T: git https://github.com/jnsnow/qemu.git jobs 1992 1993Block QAPI, monitor, command line 1994M: Markus Armbruster <armbru@redhat.com> 1995S: Supported 1996F: blockdev.c 1997F: blockdev-hmp-cmds.c 1998F: block/qapi.c 1999F: qapi/block*.json 2000F: qapi/transaction.json 2001T: git https://repo.or.cz/qemu/armbru.git block-next 2002 2003Dirty Bitmaps 2004M: John Snow <jsnow@redhat.com> 2005R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2006L: qemu-block@nongnu.org 2007S: Supported 2008F: include/qemu/hbitmap.h 2009F: include/block/dirty-bitmap.h 2010F: block/dirty-bitmap.c 2011F: block/qcow2-bitmap.c 2012F: migration/block-dirty-bitmap.c 2013F: util/hbitmap.c 2014F: tests/test-hbitmap.c 2015F: docs/interop/bitmaps.rst 2016T: git https://github.com/jnsnow/qemu.git bitmaps 2017 2018Character device backends 2019M: Marc-André Lureau <marcandre.lureau@redhat.com> 2020R: Paolo Bonzini <pbonzini@redhat.com> 2021S: Maintained 2022F: chardev/ 2023F: include/chardev/ 2024F: qapi/char.json 2025 2026Character Devices (Braille) 2027M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2028S: Maintained 2029F: chardev/baum.c 2030 2031Command line option argument parsing 2032M: Markus Armbruster <armbru@redhat.com> 2033S: Supported 2034F: include/qemu/option.h 2035F: tests/test-keyval.c 2036F: tests/test-qemu-opts.c 2037F: util/keyval.c 2038F: util/qemu-option.c 2039 2040Coverity model 2041M: Markus Armbruster <armbru@redhat.com> 2042S: Supported 2043F: scripts/coverity-model.c 2044 2045Coverity Scan integration 2046M: Peter Maydell <peter.maydell@linaro.org> 2047S: Maintained 2048F: scripts/coverity-scan/ 2049 2050Device Tree 2051M: Alistair Francis <alistair.francis@wdc.com> 2052R: David Gibson <david@gibson.dropbear.id.au> 2053S: Maintained 2054F: device_tree.c 2055F: include/sysemu/device_tree.h 2056 2057Dump 2058S: Supported 2059M: Marc-André Lureau <marcandre.lureau@redhat.com> 2060F: dump/ 2061F: hw/misc/vmcoreinfo.c 2062F: include/hw/misc/vmcoreinfo.h 2063F: include/qemu/win_dump_defs 2064F: include/sysemu/dump-arch.h 2065F: include/sysemu/dump.h 2066F: qapi/dump.json 2067F: scripts/dump-guest-memory.py 2068F: stubs/dump.c 2069 2070Error reporting 2071M: Markus Armbruster <armbru@redhat.com> 2072S: Supported 2073F: include/qapi/error.h 2074F: include/qemu/error-report.h 2075F: qapi/error.json 2076F: util/error.c 2077F: util/qemu-error.c 2078F: scripts/coccinelle/err-bad-newline.cocci 2079F: scripts/coccinelle/error-use-after-free.cocci 2080F: scripts/coccinelle/error_propagate_null.cocci 2081F: scripts/coccinelle/remove_local_err.cocci 2082F: scripts/coccinelle/use-error_fatal.cocci 2083 2084GDB stub 2085M: Alex Bennée <alex.bennee@linaro.org> 2086R: Philippe Mathieu-Daudé <philmd@redhat.com> 2087S: Maintained 2088F: gdbstub* 2089F: gdb-xml/ 2090 2091Memory API 2092M: Paolo Bonzini <pbonzini@redhat.com> 2093S: Supported 2094F: include/exec/ioport.h 2095F: ioport.c 2096F: include/exec/memop.h 2097F: include/exec/memory.h 2098F: include/exec/ram_addr.h 2099F: include/exec/ramblock.h 2100F: memory.c 2101F: include/exec/memory-internal.h 2102F: exec.c 2103F: scripts/coccinelle/memory-region-housekeeping.cocci 2104 2105SPICE 2106M: Gerd Hoffmann <kraxel@redhat.com> 2107S: Supported 2108F: include/ui/qemu-spice.h 2109F: include/ui/spice-display.h 2110F: ui/spice-*.c 2111F: audio/spiceaudio.c 2112F: hw/display/qxl* 2113F: qapi/ui.json 2114F: docs/spice-port-fqdn.txt 2115 2116Graphics 2117M: Gerd Hoffmann <kraxel@redhat.com> 2118S: Odd Fixes 2119F: ui/ 2120F: include/ui/ 2121F: qapi/ui.json 2122F: util/drm.c 2123 2124Cocoa graphics 2125M: Peter Maydell <peter.maydell@linaro.org> 2126S: Odd Fixes 2127F: ui/cocoa.m 2128 2129Main loop 2130M: Paolo Bonzini <pbonzini@redhat.com> 2131S: Maintained 2132F: cpus.c 2133F: include/qemu/main-loop.h 2134F: include/sysemu/runstate.h 2135F: util/main-loop.c 2136F: util/qemu-timer.c 2137F: softmmu/vl.c 2138F: softmmu/main.c 2139F: qapi/run-state.json 2140 2141Human Monitor (HMP) 2142M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2143S: Maintained 2144F: monitor/monitor-internal.h 2145F: monitor/misc.c 2146F: monitor/monitor.c 2147F: monitor/hmp* 2148F: hmp.h 2149F: hmp-commands*.hx 2150F: include/monitor/hmp-target.h 2151F: tests/qtest/test-hmp.c 2152F: include/qemu/qemu-print.h 2153F: util/qemu-print.c 2154 2155Network device backends 2156M: Jason Wang <jasowang@redhat.com> 2157S: Maintained 2158F: net/ 2159F: include/net/ 2160F: qemu-bridge-helper.c 2161T: git https://github.com/jasowang/qemu.git net 2162F: qapi/net.json 2163 2164Netmap network backend 2165M: Luigi Rizzo <rizzo@iet.unipi.it> 2166M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2167M: Vincenzo Maffione <v.maffione@gmail.com> 2168W: http://info.iet.unipi.it/~luigi/netmap/ 2169S: Maintained 2170F: net/netmap.c 2171 2172Host Memory Backends 2173M: Eduardo Habkost <ehabkost@redhat.com> 2174M: Igor Mammedov <imammedo@redhat.com> 2175S: Maintained 2176F: backends/hostmem*.c 2177F: include/sysemu/hostmem.h 2178T: git https://github.com/ehabkost/qemu.git machine-next 2179 2180Cryptodev Backends 2181M: Gonglei <arei.gonglei@huawei.com> 2182S: Maintained 2183F: include/sysemu/cryptodev*.h 2184F: backends/cryptodev*.c 2185 2186Python scripts 2187M: Eduardo Habkost <ehabkost@redhat.com> 2188M: Cleber Rosa <crosa@redhat.com> 2189S: Odd fixes 2190F: python/qemu/*py 2191F: scripts/*.py 2192F: tests/*.py 2193 2194Benchmark util 2195M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2196S: Maintained 2197F: scripts/simplebench/ 2198 2199QAPI 2200M: Markus Armbruster <armbru@redhat.com> 2201M: Michael Roth <mdroth@linux.vnet.ibm.com> 2202S: Supported 2203F: qapi/ 2204X: qapi/*.json 2205F: include/qapi/ 2206X: include/qapi/qmp/ 2207F: include/qapi/qmp/dispatch.h 2208F: tests/qapi-schema/ 2209F: tests/test-*-visitor.c 2210F: tests/test-qapi-*.c 2211F: tests/test-qmp-*.c 2212F: tests/test-visitor-serialization.c 2213F: scripts/qapi-gen.py 2214F: scripts/qapi/* 2215F: docs/devel/qapi* 2216T: git https://repo.or.cz/qemu/armbru.git qapi-next 2217 2218QAPI Schema 2219M: Eric Blake <eblake@redhat.com> 2220M: Markus Armbruster <armbru@redhat.com> 2221S: Supported 2222F: qapi/*.json 2223T: git https://repo.or.cz/qemu/armbru.git qapi-next 2224 2225QObject 2226M: Markus Armbruster <armbru@redhat.com> 2227S: Supported 2228F: qobject/ 2229F: include/qapi/qmp/ 2230X: include/qapi/qmp/dispatch.h 2231F: scripts/coccinelle/qobject.cocci 2232F: tests/check-qdict.c 2233F: tests/check-qjson.c 2234F: tests/check-qlist.c 2235F: tests/check-qlit.c 2236F: tests/check-qnull.c 2237F: tests/check-qnum.c 2238F: tests/check-qobject.c 2239F: tests/check-qstring.c 2240F: tests/data/qobject/qdict.txt 2241T: git https://repo.or.cz/qemu/armbru.git qapi-next 2242 2243QEMU Guest Agent 2244M: Michael Roth <mdroth@linux.vnet.ibm.com> 2245S: Maintained 2246F: qga/ 2247F: docs/interop/qemu-ga.rst 2248F: scripts/qemu-guest-agent/ 2249F: tests/test-qga.c 2250F: docs/interop/qemu-ga-ref.texi 2251T: git https://github.com/mdroth/qemu.git qga 2252 2253QOM 2254M: Paolo Bonzini <pbonzini@redhat.com> 2255R: Daniel P. Berrange <berrange@redhat.com> 2256R: Eduardo Habkost <ehabkost@redhat.com> 2257S: Supported 2258F: docs/qdev-device-use.txt 2259F: hw/core/qdev* 2260F: include/hw/qdev* 2261F: include/monitor/qdev.h 2262F: include/qom/ 2263F: qapi/qom.json 2264F: qapi/qdev.json 2265F: qdev-monitor.c 2266F: qom/ 2267F: tests/check-qom-interface.c 2268F: tests/check-qom-proplist.c 2269F: tests/test-qdev-global-props.c 2270 2271QMP 2272M: Markus Armbruster <armbru@redhat.com> 2273S: Supported 2274F: monitor/monitor-internal.h 2275F: monitor/qmp* 2276F: monitor/misc.c 2277F: monitor/monitor.c 2278F: qapi/error.json 2279F: docs/devel/*qmp-* 2280F: docs/interop/*qmp-* 2281F: scripts/qmp/ 2282F: tests/qtest/qmp-test.c 2283F: tests/qtest/qmp-cmd-test.c 2284T: git https://repo.or.cz/qemu/armbru.git qapi-next 2285 2286qtest 2287M: Thomas Huth <thuth@redhat.com> 2288M: Laurent Vivier <lvivier@redhat.com> 2289R: Paolo Bonzini <pbonzini@redhat.com> 2290S: Maintained 2291F: qtest.c 2292F: accel/qtest.c 2293F: tests/qtest/ 2294 2295Device Fuzzing 2296M: Alexander Bulekov <alxndr@bu.edu> 2297R: Paolo Bonzini <pbonzini@redhat.com> 2298R: Bandan Das <bsd@redhat.com> 2299R: Stefan Hajnoczi <stefanha@redhat.com> 2300S: Maintained 2301F: tests/qtest/fuzz/ 2302 2303Register API 2304M: Alistair Francis <alistair@alistair23.me> 2305S: Maintained 2306F: hw/core/register.c 2307F: include/hw/register.h 2308F: include/hw/registerfields.h 2309 2310SLIRP 2311M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2312S: Maintained 2313F: slirp/ 2314F: net/slirp.c 2315F: include/net/slirp.h 2316T: git https://people.debian.org/~sthibault/qemu.git slirp 2317 2318Stubs 2319M: Paolo Bonzini <pbonzini@redhat.com> 2320S: Maintained 2321F: stubs/ 2322 2323Tracing 2324M: Stefan Hajnoczi <stefanha@redhat.com> 2325S: Maintained 2326F: trace/ 2327F: trace-events 2328F: docs/qemu-option-trace.rst.inc 2329F: scripts/tracetool.py 2330F: scripts/tracetool/ 2331F: scripts/qemu-trace-stap* 2332F: docs/interop/qemu-trace-stap.rst 2333F: docs/devel/tracing.txt 2334T: git https://github.com/stefanha/qemu.git tracing 2335 2336TPM 2337M: Stefan Berger <stefanb@linux.ibm.com> 2338S: Maintained 2339F: tpm.c 2340F: stubs/tpm.c 2341F: hw/tpm/* 2342F: include/hw/acpi/tpm.h 2343F: include/sysemu/tpm* 2344F: qapi/tpm.json 2345F: backends/tpm.c 2346F: tests/qtest/*tpm* 2347T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2348 2349Checkpatch 2350S: Odd Fixes 2351F: scripts/checkpatch.pl 2352 2353Migration 2354M: Juan Quintela <quintela@redhat.com> 2355M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2356S: Maintained 2357F: hw/core/vmstate-if.c 2358F: include/hw/vmstate-if.h 2359F: include/migration/ 2360F: migration/ 2361F: scripts/vmstate-static-checker.py 2362F: tests/vmstate-static-checker-data/ 2363F: tests/qtest/migration-test.c 2364F: docs/devel/migration.rst 2365F: qapi/migration.json 2366 2367D-Bus 2368M: Marc-André Lureau <marcandre.lureau@redhat.com> 2369S: Maintained 2370F: backends/dbus-vmstate.c 2371F: tests/dbus-vmstate* 2372F: util/dbus.c 2373F: include/qemu/dbus.h 2374F: docs/interop/dbus.rst 2375F: docs/interop/dbus-vmstate.rst 2376 2377Seccomp 2378M: Eduardo Otubo <otubo@redhat.com> 2379S: Supported 2380F: qemu-seccomp.c 2381F: include/sysemu/seccomp.h 2382 2383Cryptography 2384M: Daniel P. Berrange <berrange@redhat.com> 2385S: Maintained 2386F: crypto/ 2387F: include/crypto/ 2388F: tests/test-crypto-* 2389F: tests/benchmark-crypto-* 2390F: tests/crypto-tls-* 2391F: tests/pkix_asn1_tab.c 2392F: qemu.sasl 2393 2394Coroutines 2395M: Stefan Hajnoczi <stefanha@redhat.com> 2396M: Kevin Wolf <kwolf@redhat.com> 2397S: Maintained 2398F: util/*coroutine* 2399F: include/qemu/coroutine* 2400F: tests/test-coroutine.c 2401 2402Buffers 2403M: Daniel P. Berrange <berrange@redhat.com> 2404S: Odd fixes 2405F: util/buffer.c 2406F: include/qemu/buffer.h 2407 2408I/O Channels 2409M: Daniel P. Berrange <berrange@redhat.com> 2410S: Maintained 2411F: io/ 2412F: include/io/ 2413F: tests/test-io-* 2414 2415User authorization 2416M: Daniel P. Berrange <berrange@redhat.com> 2417S: Maintained 2418F: authz/ 2419F: qapi/authz.json 2420F: include/authz/ 2421F: tests/test-authz-* 2422 2423Sockets 2424M: Daniel P. Berrange <berrange@redhat.com> 2425M: Gerd Hoffmann <kraxel@redhat.com> 2426S: Maintained 2427F: include/qemu/sockets.h 2428F: util/qemu-sockets.c 2429F: qapi/sockets.json 2430 2431File monitor 2432M: Daniel P. Berrange <berrange@redhat.com> 2433S: Odd fixes 2434F: util/filemonitor*.c 2435F: include/qemu/filemonitor.h 2436F: tests/test-util-filemonitor.c 2437 2438Throttling infrastructure 2439M: Alberto Garcia <berto@igalia.com> 2440S: Supported 2441F: block/throttle-groups.c 2442F: include/block/throttle-groups.h 2443F: include/qemu/throttle*.h 2444F: util/throttle.c 2445F: docs/throttle.txt 2446F: tests/test-throttle.c 2447L: qemu-block@nongnu.org 2448 2449UUID 2450M: Fam Zheng <fam@euphon.net> 2451S: Supported 2452F: util/uuid.c 2453F: include/qemu/uuid.h 2454F: tests/test-uuid.c 2455 2456COLO Framework 2457M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2458S: Maintained 2459F: migration/colo* 2460F: include/migration/colo.h 2461F: include/migration/failover.h 2462F: docs/COLO-FT.txt 2463 2464COLO Proxy 2465M: Zhang Chen <chen.zhang@intel.com> 2466M: Li Zhijian <lizhijian@cn.fujitsu.com> 2467S: Supported 2468F: docs/colo-proxy.txt 2469F: net/colo* 2470F: net/filter-rewriter.c 2471F: net/filter-mirror.c 2472 2473Record/replay 2474M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2475R: Paolo Bonzini <pbonzini@redhat.com> 2476W: https://wiki.qemu.org/Features/record-replay 2477S: Supported 2478F: replay/* 2479F: block/blkreplay.c 2480F: net/filter-replay.c 2481F: include/sysemu/replay.h 2482F: docs/replay.txt 2483F: stubs/replay.c 2484 2485IOVA Tree 2486M: Peter Xu <peterx@redhat.com> 2487S: Maintained 2488F: include/qemu/iova-tree.h 2489F: util/iova-tree.c 2490 2491elf2dmp 2492M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2493S: Maintained 2494F: contrib/elf2dmp/ 2495 2496I2C and SMBus 2497M: Corey Minyard <cminyard@mvista.com> 2498S: Maintained 2499F: hw/i2c/core.c 2500F: hw/i2c/smbus_slave.c 2501F: hw/i2c/smbus_master.c 2502F: hw/i2c/smbus_eeprom.c 2503F: include/hw/i2c/i2c.h 2504F: include/hw/i2c/smbus_master.h 2505F: include/hw/i2c/smbus_slave.h 2506F: include/hw/i2c/smbus_eeprom.h 2507 2508EDK2 Firmware 2509M: Laszlo Ersek <lersek@redhat.com> 2510M: Philippe Mathieu-Daudé <philmd@redhat.com> 2511S: Supported 2512F: pc-bios/descriptors/??-edk2-*.json 2513F: pc-bios/edk2-* 2514F: roms/Makefile.edk2 2515F: roms/edk2 2516F: roms/edk2-* 2517F: tests/data/uefi-boot-images/ 2518F: tests/uefi-test-tools/ 2519F: .gitlab-ci-edk2.yml 2520F: .gitlab-ci.d/edk2/ 2521 2522Usermode Emulation 2523------------------ 2524Overall usermode emulation 2525M: Riku Voipio <riku.voipio@iki.fi> 2526S: Maintained 2527F: thunk.c 2528F: accel/tcg/user-exec*.c 2529 2530BSD user 2531S: Orphan 2532F: bsd-user/ 2533F: default-configs/*-bsd-user.mak 2534 2535Linux user 2536M: Riku Voipio <riku.voipio@iki.fi> 2537R: Laurent Vivier <laurent@vivier.eu> 2538S: Maintained 2539F: linux-user/ 2540F: default-configs/*-linux-user.mak 2541F: scripts/qemu-binfmt-conf.sh 2542F: scripts/update-syscalltbl.sh 2543F: scripts/update-mips-syscall-args.sh 2544F: scripts/gensyscalls.sh 2545 2546Tiny Code Generator (TCG) 2547------------------------- 2548Common TCG code 2549M: Richard Henderson <rth@twiddle.net> 2550S: Maintained 2551F: tcg/ 2552F: include/tcg/ 2553 2554TCG Plugins 2555M: Alex Bennée <alex.bennee@linaro.org> 2556S: Maintained 2557F: docs/devel/tcg-plugins.rst 2558F: plugins/ 2559F: tests/plugin 2560 2561AArch64 TCG target 2562M: Richard Henderson <richard.henderson@linaro.org> 2563S: Maintained 2564L: qemu-arm@nongnu.org 2565F: tcg/aarch64/ 2566F: disas/arm-a64.cc 2567F: disas/libvixl/ 2568 2569ARM TCG target 2570M: Andrzej Zaborowski <balrogg@gmail.com> 2571S: Maintained 2572L: qemu-arm@nongnu.org 2573F: tcg/arm/ 2574F: disas/arm.c 2575 2576i386 TCG target 2577M: Richard Henderson <rth@twiddle.net> 2578S: Maintained 2579F: tcg/i386/ 2580F: disas/i386.c 2581 2582MIPS TCG target 2583M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 2584R: Aurelien Jarno <aurelien@aurel32.net> 2585R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 2586S: Maintained 2587F: tcg/mips/ 2588 2589PPC TCG target 2590M: Richard Henderson <rth@twiddle.net> 2591S: Odd Fixes 2592F: tcg/ppc/ 2593F: disas/ppc.c 2594 2595RISC-V TCG target 2596M: Palmer Dabbelt <palmer@dabbelt.com> 2597M: Alistair Francis <Alistair.Francis@wdc.com> 2598L: qemu-riscv@nongnu.org 2599S: Maintained 2600F: tcg/riscv/ 2601F: disas/riscv.c 2602 2603S390 TCG target 2604M: Richard Henderson <rth@twiddle.net> 2605S: Maintained 2606F: tcg/s390/ 2607F: disas/s390.c 2608L: qemu-s390x@nongnu.org 2609 2610SPARC TCG target 2611S: Odd Fixes 2612F: tcg/sparc/ 2613F: disas/sparc.c 2614 2615TCI TCG target 2616M: Stefan Weil <sw@weilnetz.de> 2617S: Maintained 2618F: tcg/tci/ 2619F: tcg/tci.c 2620F: disas/tci.c 2621 2622Block drivers 2623------------- 2624VMDK 2625M: Fam Zheng <fam@euphon.net> 2626L: qemu-block@nongnu.org 2627S: Supported 2628F: block/vmdk.c 2629 2630RBD 2631M: Jason Dillaman <dillaman@redhat.com> 2632L: qemu-block@nongnu.org 2633S: Supported 2634F: block/rbd.c 2635 2636Sheepdog 2637M: Liu Yuan <namei.unix@gmail.com> 2638L: qemu-block@nongnu.org 2639L: sheepdog@lists.wpkg.org 2640S: Odd Fixes 2641F: block/sheepdog.c 2642 2643VHDX 2644M: Jeff Cody <codyprime@gmail.com> 2645L: qemu-block@nongnu.org 2646S: Supported 2647F: block/vhdx* 2648 2649VDI 2650M: Stefan Weil <sw@weilnetz.de> 2651L: qemu-block@nongnu.org 2652S: Maintained 2653F: block/vdi.c 2654 2655iSCSI 2656M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2657M: Paolo Bonzini <pbonzini@redhat.com> 2658M: Peter Lieven <pl@kamp.de> 2659L: qemu-block@nongnu.org 2660S: Odd Fixes 2661F: block/iscsi.c 2662F: block/iscsi-opts.c 2663 2664Network Block Device (NBD) 2665M: Eric Blake <eblake@redhat.com> 2666L: qemu-block@nongnu.org 2667S: Maintained 2668F: block/nbd* 2669F: nbd/ 2670F: include/block/nbd* 2671F: qemu-nbd.* 2672F: blockdev-nbd.c 2673F: docs/interop/nbd.txt 2674F: docs/interop/qemu-nbd.rst 2675T: git https://repo.or.cz/qemu/ericb.git nbd 2676 2677NFS 2678M: Peter Lieven <pl@kamp.de> 2679L: qemu-block@nongnu.org 2680S: Maintained 2681F: block/nfs.c 2682 2683SSH 2684M: Richard W.M. Jones <rjones@redhat.com> 2685L: qemu-block@nongnu.org 2686S: Supported 2687F: block/ssh.c 2688 2689CURL 2690L: qemu-block@nongnu.org 2691S: Odd Fixes 2692F: block/curl.c 2693 2694GLUSTER 2695L: qemu-block@nongnu.org 2696L: integration@gluster.org 2697S: Odd Fixes 2698F: block/gluster.c 2699 2700Null Block Driver 2701M: Fam Zheng <fam@euphon.net> 2702L: qemu-block@nongnu.org 2703S: Supported 2704F: block/null.c 2705 2706NVMe Block Driver 2707M: Fam Zheng <fam@euphon.net> 2708L: qemu-block@nongnu.org 2709S: Supported 2710F: block/nvme* 2711 2712Bootdevice 2713M: Gonglei <arei.gonglei@huawei.com> 2714S: Maintained 2715F: bootdevice.c 2716 2717Quorum 2718M: Alberto Garcia <berto@igalia.com> 2719S: Supported 2720F: block/quorum.c 2721L: qemu-block@nongnu.org 2722 2723blklogwrites 2724M: Ari Sundholm <ari@tuxera.com> 2725L: qemu-block@nongnu.org 2726S: Supported 2727F: block/blklogwrites.c 2728 2729blkverify 2730M: Stefan Hajnoczi <stefanha@redhat.com> 2731L: qemu-block@nongnu.org 2732S: Supported 2733F: block/blkverify.c 2734 2735bochs 2736M: Stefan Hajnoczi <stefanha@redhat.com> 2737L: qemu-block@nongnu.org 2738S: Supported 2739F: block/bochs.c 2740 2741cloop 2742M: Stefan Hajnoczi <stefanha@redhat.com> 2743L: qemu-block@nongnu.org 2744S: Supported 2745F: block/cloop.c 2746 2747dmg 2748M: Stefan Hajnoczi <stefanha@redhat.com> 2749L: qemu-block@nongnu.org 2750S: Supported 2751F: block/dmg.c 2752 2753parallels 2754M: Stefan Hajnoczi <stefanha@redhat.com> 2755M: Denis V. Lunev <den@openvz.org> 2756L: qemu-block@nongnu.org 2757S: Supported 2758F: block/parallels.c 2759F: docs/interop/parallels.txt 2760 2761qed 2762M: Stefan Hajnoczi <stefanha@redhat.com> 2763L: qemu-block@nongnu.org 2764S: Supported 2765F: block/qed.c 2766 2767raw 2768M: Kevin Wolf <kwolf@redhat.com> 2769L: qemu-block@nongnu.org 2770S: Supported 2771F: block/linux-aio.c 2772F: include/block/raw-aio.h 2773F: block/raw-format.c 2774F: block/file-posix.c 2775F: block/file-win32.c 2776F: block/win32-aio.c 2777 2778Linux io_uring 2779M: Aarushi Mehta <mehta.aaru20@gmail.com> 2780M: Julia Suvorova <jusual@redhat.com> 2781M: Stefan Hajnoczi <stefanha@redhat.com> 2782L: qemu-block@nongnu.org 2783S: Maintained 2784F: block/io_uring.c 2785F: stubs/io_uring.c 2786 2787qcow2 2788M: Kevin Wolf <kwolf@redhat.com> 2789M: Max Reitz <mreitz@redhat.com> 2790L: qemu-block@nongnu.org 2791S: Supported 2792F: block/qcow2* 2793F: docs/interop/qcow2.txt 2794 2795qcow 2796M: Kevin Wolf <kwolf@redhat.com> 2797L: qemu-block@nongnu.org 2798S: Supported 2799F: block/qcow.c 2800 2801blkdebug 2802M: Kevin Wolf <kwolf@redhat.com> 2803M: Max Reitz <mreitz@redhat.com> 2804L: qemu-block@nongnu.org 2805S: Supported 2806F: block/blkdebug.c 2807 2808vpc 2809M: Kevin Wolf <kwolf@redhat.com> 2810L: qemu-block@nongnu.org 2811S: Supported 2812F: block/vpc.c 2813 2814vvfat 2815M: Kevin Wolf <kwolf@redhat.com> 2816L: qemu-block@nongnu.org 2817S: Supported 2818F: block/vvfat.c 2819 2820Image format fuzzer 2821M: Stefan Hajnoczi <stefanha@redhat.com> 2822L: qemu-block@nongnu.org 2823S: Supported 2824F: tests/image-fuzzer/ 2825 2826Replication 2827M: Wen Congyang <wencongyang2@huawei.com> 2828M: Xie Changlong <xiechanglong.d@gmail.com> 2829S: Supported 2830F: replication* 2831F: block/replication.c 2832F: tests/test-replication.c 2833F: docs/block-replication.txt 2834 2835PVRDMA 2836M: Yuval Shaia <yuval.shaia.ml@gmail.com> 2837M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2838S: Maintained 2839F: hw/rdma/* 2840F: hw/rdma/vmw/* 2841F: docs/pvrdma.txt 2842F: contrib/rdmacm-mux/* 2843F: qapi/rdma.json 2844 2845Semihosting 2846M: Alex Bennée <alex.bennee@linaro.org> 2847S: Maintained 2848F: hw/semihosting/ 2849F: include/hw/semihosting/ 2850 2851Build and test automation 2852------------------------- 2853Build and test automation 2854M: Alex Bennée <alex.bennee@linaro.org> 2855M: Fam Zheng <fam@euphon.net> 2856R: Philippe Mathieu-Daudé <philmd@redhat.com> 2857S: Maintained 2858F: .github/lockdown.yml 2859F: .travis.yml 2860F: scripts/travis/ 2861F: .shippable.yml 2862F: tests/docker/ 2863F: tests/vm/ 2864F: scripts/archive-source.sh 2865W: https://travis-ci.org/qemu/qemu 2866W: https://app.shippable.com/github/qemu/qemu 2867W: http://patchew.org/QEMU/ 2868 2869FreeBSD Hosted Continuous Integration 2870M: Ed Maste <emaste@freebsd.org> 2871M: Li-Wen Hsu <lwhsu@freebsd.org> 2872S: Maintained 2873F: .cirrus.yml 2874W: https://cirrus-ci.com/github/qemu/qemu 2875 2876GitLab Continuous Integration 2877M: Thomas Huth <thuth@redhat.com> 2878S: Maintained 2879F: .gitlab-ci.yml 2880 2881Guest Test Compilation Support 2882M: Alex Bennée <alex.bennee@linaro.org> 2883R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2884S: Maintained 2885F: tests/tcg/Makefile 2886F: tests/tcg/Makefile.include 2887 2888Documentation 2889------------- 2890Build system architecture 2891M: Daniel P. Berrange <berrange@redhat.com> 2892S: Odd Fixes 2893F: docs/devel/build-system.txt 2894 2895GIT Data Mining Config 2896M: Alex Bennée <alex.bennee@linaro.org> 2897S: Odd Fixes 2898F: gitdm.config 2899F: contrib/gitdm/* 2900 2901Incompatible changes 2902R: libvir-list@redhat.com 2903F: docs/system/deprecated.rst 2904 2905Build System 2906------------ 2907GIT submodules 2908M: Daniel P. Berrange <berrange@redhat.com> 2909S: Odd Fixes 2910F: scripts/git-submodule.sh 2911 2912UI translations 2913M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 2914F: po/*.po 2915 2916Sphinx documentation configuration and build machinery 2917M: Peter Maydell <peter.maydell@linaro.org> 2918S: Maintained 2919F: docs/conf.py 2920F: docs/*/conf.py 2921