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 187R: Michael Walle <michael@walle.cc> 188S: Orphan 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 980R: Michael Walle <michael@walle.cc> 981S: Orphan 982F: hw/lm32/lm32_boards.c 983 984milkymist 985R: Michael Walle <michael@walle.cc> 986S: Orphan 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 1519ACPI/HEST/GHES 1520R: Dongjiu Geng <gengdongjiu@huawei.com> 1521R: Xiang Zheng <zhengxiang9@huawei.com> 1522L: qemu-arm@nongnu.org 1523S: Maintained 1524F: hw/acpi/ghes.c 1525F: include/hw/acpi/ghes.h 1526F: docs/specs/acpi_hest_ghes.rst 1527 1528ppc4xx 1529M: David Gibson <david@gibson.dropbear.id.au> 1530L: qemu-ppc@nongnu.org 1531S: Odd Fixes 1532F: hw/ppc/ppc4*.c 1533F: hw/i2c/ppc4xx_i2c.c 1534F: include/hw/ppc/ppc4xx.h 1535F: include/hw/i2c/ppc4xx_i2c.h 1536 1537Character devices 1538M: Marc-André Lureau <marcandre.lureau@redhat.com> 1539R: Paolo Bonzini <pbonzini@redhat.com> 1540S: Odd Fixes 1541F: hw/char/ 1542 1543Network devices 1544M: Jason Wang <jasowang@redhat.com> 1545S: Odd Fixes 1546F: hw/net/ 1547F: include/hw/net/ 1548F: tests/qtest/virtio-net-test.c 1549F: docs/virtio-net-failover.rst 1550T: git https://github.com/jasowang/qemu.git net 1551 1552Parallel NOR Flash devices 1553M: Philippe Mathieu-Daudé <philmd@redhat.com> 1554T: git https://gitlab.com/philmd/qemu.git pflash-next 1555S: Maintained 1556F: hw/block/pflash_cfi*.c 1557F: include/hw/block/flash.h 1558 1559SCSI 1560M: Paolo Bonzini <pbonzini@redhat.com> 1561R: Fam Zheng <fam@euphon.net> 1562S: Supported 1563F: include/hw/scsi/* 1564F: hw/scsi/* 1565F: tests/qtest/virtio-scsi-test.c 1566T: git https://github.com/bonzini/qemu.git scsi-next 1567 1568SSI 1569M: Alistair Francis <alistair@alistair23.me> 1570S: Maintained 1571F: hw/ssi/* 1572F: hw/block/m25p80.c 1573F: include/hw/ssi/ssi.h 1574X: hw/ssi/xilinx_* 1575F: tests/qtest/m25p80-test.c 1576 1577Xilinx SPI 1578M: Alistair Francis <alistair@alistair23.me> 1579S: Maintained 1580F: hw/ssi/xilinx_* 1581 1582SD (Secure Card) 1583M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1584S: Odd Fixes 1585F: include/hw/sd/sd* 1586F: hw/sd/core.c 1587F: hw/sd/sd* 1588F: hw/sd/ssi-sd.c 1589F: tests/qtest/sd* 1590 1591USB 1592M: Gerd Hoffmann <kraxel@redhat.com> 1593S: Maintained 1594F: hw/usb/* 1595F: tests/qtest/usb-*-test.c 1596F: docs/usb2.txt 1597F: docs/usb-storage.txt 1598F: include/hw/usb.h 1599F: include/hw/usb/ 1600F: default-configs/usb.mak 1601 1602USB (serial adapter) 1603M: Gerd Hoffmann <kraxel@redhat.com> 1604M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1605S: Maintained 1606F: hw/usb/dev-serial.c 1607 1608VFIO 1609M: Alex Williamson <alex.williamson@redhat.com> 1610S: Supported 1611F: hw/vfio/* 1612F: include/hw/vfio/ 1613 1614vfio-ccw 1615M: Cornelia Huck <cohuck@redhat.com> 1616M: Eric Farman <farman@linux.ibm.com> 1617S: Supported 1618F: hw/vfio/ccw.c 1619F: hw/s390x/s390-ccw.c 1620F: include/hw/s390x/s390-ccw.h 1621F: include/hw/s390x/vfio-ccw.h 1622T: git https://github.com/cohuck/qemu.git s390-next 1623L: qemu-s390x@nongnu.org 1624 1625vfio-ap 1626M: Christian Borntraeger <borntraeger@de.ibm.com> 1627M: Tony Krowiak <akrowiak@linux.ibm.com> 1628M: Halil Pasic <pasic@linux.ibm.com> 1629M: Pierre Morel <pmorel@linux.ibm.com> 1630S: Supported 1631F: hw/s390x/ap-device.c 1632F: hw/s390x/ap-bridge.c 1633F: include/hw/s390x/ap-device.h 1634F: include/hw/s390x/ap-bridge.h 1635F: hw/vfio/ap.c 1636F: docs/system/s390x/vfio-ap.rst 1637L: qemu-s390x@nongnu.org 1638 1639vhost 1640M: Michael S. Tsirkin <mst@redhat.com> 1641S: Supported 1642F: hw/*/*vhost* 1643F: docs/interop/vhost-user.json 1644F: docs/interop/vhost-user.rst 1645F: contrib/vhost-user-*/ 1646F: backends/vhost-user.c 1647F: include/sysemu/vhost-user-backend.h 1648 1649virtio 1650M: Michael S. Tsirkin <mst@redhat.com> 1651S: Supported 1652F: hw/*/virtio* 1653F: hw/virtio/Makefile.objs 1654F: hw/virtio/trace-events 1655F: net/vhost-user.c 1656F: include/hw/virtio/ 1657 1658virtio-balloon 1659M: Michael S. Tsirkin <mst@redhat.com> 1660M: David Hildenbrand <david@redhat.com> 1661S: Maintained 1662F: hw/virtio/virtio-balloon*.c 1663F: include/hw/virtio/virtio-balloon.h 1664F: balloon.c 1665F: include/sysemu/balloon.h 1666 1667virtio-9p 1668M: Greg Kurz <groug@kaod.org> 1669M: Christian Schoenebeck <qemu_oss@crudebyte.com> 1670S: Odd Fixes 1671F: hw/9pfs/ 1672X: hw/9pfs/xen-9p* 1673F: fsdev/ 1674F: docs/interop/virtfs-proxy-helper.rst 1675F: tests/qtest/virtio-9p-test.c 1676T: git https://github.com/gkurz/qemu.git 9p-next 1677 1678virtio-blk 1679M: Stefan Hajnoczi <stefanha@redhat.com> 1680L: qemu-block@nongnu.org 1681S: Supported 1682F: hw/block/virtio-blk.c 1683F: hw/block/dataplane/* 1684F: tests/qtest/virtio-blk-test.c 1685T: git https://github.com/stefanha/qemu.git block 1686 1687virtio-ccw 1688M: Cornelia Huck <cohuck@redhat.com> 1689M: Halil Pasic <pasic@linux.ibm.com> 1690S: Supported 1691F: hw/s390x/virtio-ccw*.[hc] 1692F: hw/s390x/vhost-vsock-ccw.c 1693T: git https://github.com/cohuck/qemu.git s390-next 1694T: git https://github.com/borntraeger/qemu.git s390-next 1695L: qemu-s390x@nongnu.org 1696 1697virtiofs 1698M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1699M: Stefan Hajnoczi <stefanha@redhat.com> 1700S: Supported 1701F: tools/virtiofsd/* 1702F: hw/virtio/vhost-user-fs* 1703F: include/hw/virtio/vhost-user-fs.h 1704F: docs/interop/virtiofsd.rst 1705 1706virtio-input 1707M: Gerd Hoffmann <kraxel@redhat.com> 1708S: Maintained 1709F: hw/input/vhost-user-input.c 1710F: hw/input/virtio-input*.c 1711F: include/hw/virtio/virtio-input.h 1712F: contrib/vhost-user-input/* 1713 1714virtio-iommu 1715M: Eric Auger <eric.auger@redhat.com> 1716S: Maintained 1717F: hw/virtio/virtio-iommu*.c 1718F: include/hw/virtio/virtio-iommu.h 1719 1720virtio-serial 1721M: Laurent Vivier <lvivier@redhat.com> 1722R: Amit Shah <amit@kernel.org> 1723S: Supported 1724F: hw/char/virtio-serial-bus.c 1725F: hw/char/virtio-console.c 1726F: include/hw/virtio/virtio-serial.h 1727F: tests/qtest/virtio-serial-test.c 1728 1729virtio-rng 1730M: Laurent Vivier <lvivier@redhat.com> 1731R: Amit Shah <amit@kernel.org> 1732S: Supported 1733F: hw/virtio/virtio-rng.c 1734F: include/hw/virtio/virtio-rng.h 1735F: include/sysemu/rng*.h 1736F: backends/rng*.c 1737F: tests/qtest/virtio-rng-test.c 1738 1739virtio-crypto 1740M: Gonglei <arei.gonglei@huawei.com> 1741S: Supported 1742F: hw/virtio/virtio-crypto.c 1743F: hw/virtio/virtio-crypto-pci.c 1744F: include/hw/virtio/virtio-crypto.h 1745 1746nvme 1747M: Keith Busch <kbusch@kernel.org> 1748L: qemu-block@nongnu.org 1749S: Supported 1750F: hw/block/nvme* 1751F: tests/qtest/nvme-test.c 1752 1753megasas 1754M: Hannes Reinecke <hare@suse.com> 1755L: qemu-block@nongnu.org 1756S: Supported 1757F: hw/scsi/megasas.c 1758F: hw/scsi/mfi.h 1759F: tests/qtest/megasas-test.c 1760 1761Network packet abstractions 1762M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1763S: Maintained 1764F: include/net/eth.h 1765F: net/eth.c 1766F: hw/net/net_rx_pkt* 1767F: hw/net/net_tx_pkt* 1768 1769Vmware 1770M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1771S: Maintained 1772F: hw/net/vmxnet* 1773F: hw/scsi/vmw_pvscsi* 1774F: tests/qtest/vmxnet3-test.c 1775 1776Rocker 1777M: Jiri Pirko <jiri@resnulli.us> 1778S: Maintained 1779F: hw/net/rocker/ 1780F: tests/rocker/ 1781F: docs/specs/rocker.txt 1782 1783NVDIMM 1784M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1785S: Maintained 1786F: hw/acpi/nvdimm.c 1787F: hw/mem/nvdimm.c 1788F: include/hw/mem/nvdimm.h 1789F: docs/nvdimm.txt 1790 1791e1000x 1792M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1793S: Maintained 1794F: hw/net/e1000x* 1795 1796e1000e 1797M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1798S: Maintained 1799F: hw/net/e1000e* 1800 1801eepro100 1802M: Stefan Weil <sw@weilnetz.de> 1803S: Maintained 1804F: hw/net/eepro100.c 1805 1806tulip 1807M: Sven Schnelle <svens@stackframe.org> 1808S: Maintained 1809F: hw/net/tulip.c 1810F: hw/net/tulip.h 1811 1812Generic Loader 1813M: Alistair Francis <alistair@alistair23.me> 1814S: Maintained 1815F: hw/core/generic-loader.c 1816F: include/hw/core/generic-loader.h 1817F: docs/generic-loader.txt 1818 1819Intel Hexadecimal Object File Loader 1820M: Su Hang <suhang16@mails.ucas.ac.cn> 1821S: Maintained 1822F: tests/qtest/hexloader-test.c 1823F: tests/data/hex-loader/test.hex 1824 1825CHRP NVRAM 1826M: Thomas Huth <thuth@redhat.com> 1827S: Maintained 1828F: hw/nvram/chrp_nvram.c 1829F: include/hw/nvram/chrp_nvram.h 1830F: tests/qtest/prom-env-test.c 1831 1832VM Generation ID 1833M: Ben Warren <ben@skyportsystems.com> 1834S: Maintained 1835F: hw/acpi/vmgenid.c 1836F: include/hw/acpi/vmgenid.h 1837F: docs/specs/vmgenid.txt 1838F: tests/qtest/vmgenid-test.c 1839F: stubs/vmgenid.c 1840 1841Unimplemented device 1842M: Peter Maydell <peter.maydell@linaro.org> 1843R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1844S: Maintained 1845F: include/hw/misc/unimp.h 1846F: hw/misc/unimp.c 1847 1848Standard VGA 1849M: Gerd Hoffmann <kraxel@redhat.com> 1850S: Maintained 1851F: hw/display/vga* 1852F: hw/display/bochs-display.c 1853F: include/hw/display/vga.h 1854F: include/hw/display/bochs-vbe.h 1855 1856ramfb 1857M: Gerd Hoffmann <kraxel@redhat.com> 1858S: Maintained 1859F: hw/display/ramfb*.c 1860F: include/hw/display/ramfb.h 1861 1862virtio-gpu 1863M: Gerd Hoffmann <kraxel@redhat.com> 1864S: Maintained 1865F: hw/display/virtio-gpu* 1866F: hw/display/virtio-vga.* 1867F: include/hw/virtio/virtio-gpu.h 1868 1869vhost-user-blk 1870M: Raphael Norwitz <raphael.norwitz@nutanix.com> 1871S: Maintained 1872F: contrib/vhost-user-blk/ 1873F: contrib/vhost-user-scsi/ 1874F: hw/block/vhost-user-blk.c 1875F: hw/scsi/vhost-user-scsi.c 1876F: hw/virtio/vhost-user-blk-pci.c 1877F: hw/virtio/vhost-user-scsi-pci.c 1878F: include/hw/virtio/vhost-user-blk.h 1879F: include/hw/virtio/vhost-user-scsi.h 1880 1881vhost-user-gpu 1882M: Marc-André Lureau <marcandre.lureau@redhat.com> 1883M: Gerd Hoffmann <kraxel@redhat.com> 1884S: Maintained 1885F: docs/interop/vhost-user-gpu.rst 1886F: contrib/vhost-user-gpu 1887F: hw/display/vhost-user-* 1888 1889Cirrus VGA 1890M: Gerd Hoffmann <kraxel@redhat.com> 1891S: Odd Fixes 1892W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1893F: hw/display/cirrus* 1894 1895EDID Generator 1896M: Gerd Hoffmann <kraxel@redhat.com> 1897S: Maintained 1898F: hw/display/edid* 1899F: include/hw/display/edid.h 1900F: qemu-edid.c 1901 1902PIIX4 South Bridge (i82371AB) 1903M: Hervé Poussineau <hpoussin@reactos.org> 1904M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1905S: Maintained 1906F: hw/isa/piix4.c 1907F: include/hw/southbridge/piix.h 1908 1909Firmware configuration (fw_cfg) 1910M: Philippe Mathieu-Daudé <philmd@redhat.com> 1911R: Laszlo Ersek <lersek@redhat.com> 1912R: Gerd Hoffmann <kraxel@redhat.com> 1913S: Supported 1914F: docs/specs/fw_cfg.txt 1915F: hw/nvram/fw_cfg.c 1916F: stubs/fw_cfg.c 1917F: include/hw/nvram/fw_cfg.h 1918F: include/standard-headers/linux/qemu_fw_cfg.h 1919F: tests/qtest/libqos/fw_cfg.c 1920F: tests/qtest/fw_cfg-test.c 1921T: git https://github.com/philmd/qemu.git fw_cfg-next 1922 1923XIVE 1924M: David Gibson <david@gibson.dropbear.id.au> 1925M: Cédric Le Goater <clg@kaod.org> 1926L: qemu-ppc@nongnu.org 1927S: Supported 1928F: hw/*/*xive* 1929F: include/hw/*/*xive* 1930F: docs/*/*xive* 1931 1932Subsystems 1933---------- 1934Audio 1935M: Gerd Hoffmann <kraxel@redhat.com> 1936S: Maintained 1937F: audio/ 1938F: hw/audio/ 1939F: include/hw/audio/ 1940F: tests/qtest/ac97-test.c 1941F: tests/qtest/es1370-test.c 1942F: tests/qtest/intel-hda-test.c 1943 1944Block layer core 1945M: Kevin Wolf <kwolf@redhat.com> 1946M: Max Reitz <mreitz@redhat.com> 1947L: qemu-block@nongnu.org 1948S: Supported 1949F: block* 1950F: block/ 1951F: hw/block/ 1952F: include/block/ 1953F: qemu-img* 1954F: docs/interop/qemu-img.rst 1955F: qemu-io* 1956F: tests/qemu-iotests/ 1957F: util/qemu-progress.c 1958F: qobject/block-qdict.c 1959F: tests/check-block-qdict.c 1960T: git https://repo.or.cz/qemu/kevin.git block 1961 1962Block I/O path 1963M: Stefan Hajnoczi <stefanha@redhat.com> 1964M: Fam Zheng <fam@euphon.net> 1965L: qemu-block@nongnu.org 1966S: Supported 1967F: util/async.c 1968F: util/aio-*.c 1969F: util/aio-*.h 1970F: util/fdmon-*.c 1971F: block/io.c 1972F: migration/block* 1973F: include/block/aio.h 1974F: include/block/aio-wait.h 1975F: scripts/qemugdb/aio.py 1976T: git https://github.com/stefanha/qemu.git block 1977 1978Block SCSI subsystem 1979M: Paolo Bonzini <pbonzini@redhat.com> 1980R: Fam Zheng <fam@euphon.net> 1981L: qemu-block@nongnu.org 1982S: Supported 1983F: include/scsi/* 1984F: scsi/* 1985 1986Block Jobs 1987M: John Snow <jsnow@redhat.com> 1988L: qemu-block@nongnu.org 1989S: Supported 1990F: blockjob.c 1991F: include/block/blockjob.h 1992F: job.c 1993F: job-qmp.c 1994F: include/qemu/job.h 1995F: block/backup.c 1996F: block/commit.c 1997F: block/stream.c 1998F: block/mirror.c 1999F: qapi/job.json 2000T: git https://github.com/jnsnow/qemu.git jobs 2001 2002Block QAPI, monitor, command line 2003M: Markus Armbruster <armbru@redhat.com> 2004S: Supported 2005F: blockdev.c 2006F: blockdev-hmp-cmds.c 2007F: block/qapi.c 2008F: qapi/block*.json 2009F: qapi/transaction.json 2010T: git https://repo.or.cz/qemu/armbru.git block-next 2011 2012Dirty Bitmaps 2013M: John Snow <jsnow@redhat.com> 2014R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2015L: qemu-block@nongnu.org 2016S: Supported 2017F: include/qemu/hbitmap.h 2018F: include/block/dirty-bitmap.h 2019F: block/dirty-bitmap.c 2020F: block/qcow2-bitmap.c 2021F: migration/block-dirty-bitmap.c 2022F: util/hbitmap.c 2023F: tests/test-hbitmap.c 2024F: docs/interop/bitmaps.rst 2025T: git https://github.com/jnsnow/qemu.git bitmaps 2026 2027Character device backends 2028M: Marc-André Lureau <marcandre.lureau@redhat.com> 2029R: Paolo Bonzini <pbonzini@redhat.com> 2030S: Maintained 2031F: chardev/ 2032F: include/chardev/ 2033F: qapi/char.json 2034 2035Character Devices (Braille) 2036M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2037S: Maintained 2038F: chardev/baum.c 2039 2040Command line option argument parsing 2041M: Markus Armbruster <armbru@redhat.com> 2042S: Supported 2043F: include/qemu/option.h 2044F: tests/test-keyval.c 2045F: tests/test-qemu-opts.c 2046F: util/keyval.c 2047F: util/qemu-option.c 2048 2049Coverity model 2050M: Markus Armbruster <armbru@redhat.com> 2051S: Supported 2052F: scripts/coverity-model.c 2053 2054Coverity Scan integration 2055M: Peter Maydell <peter.maydell@linaro.org> 2056S: Maintained 2057F: scripts/coverity-scan/ 2058 2059Device Tree 2060M: Alistair Francis <alistair.francis@wdc.com> 2061R: David Gibson <david@gibson.dropbear.id.au> 2062S: Maintained 2063F: device_tree.c 2064F: include/sysemu/device_tree.h 2065 2066Dump 2067S: Supported 2068M: Marc-André Lureau <marcandre.lureau@redhat.com> 2069F: dump/ 2070F: hw/misc/vmcoreinfo.c 2071F: include/hw/misc/vmcoreinfo.h 2072F: include/qemu/win_dump_defs 2073F: include/sysemu/dump-arch.h 2074F: include/sysemu/dump.h 2075F: qapi/dump.json 2076F: scripts/dump-guest-memory.py 2077F: stubs/dump.c 2078 2079Error reporting 2080M: Markus Armbruster <armbru@redhat.com> 2081S: Supported 2082F: include/qapi/error.h 2083F: include/qemu/error-report.h 2084F: qapi/error.json 2085F: util/error.c 2086F: util/qemu-error.c 2087F: scripts/coccinelle/err-bad-newline.cocci 2088F: scripts/coccinelle/error-use-after-free.cocci 2089F: scripts/coccinelle/error_propagate_null.cocci 2090F: scripts/coccinelle/remove_local_err.cocci 2091F: scripts/coccinelle/use-error_fatal.cocci 2092 2093GDB stub 2094M: Alex Bennée <alex.bennee@linaro.org> 2095R: Philippe Mathieu-Daudé <philmd@redhat.com> 2096S: Maintained 2097F: gdbstub* 2098F: gdb-xml/ 2099 2100Memory API 2101M: Paolo Bonzini <pbonzini@redhat.com> 2102S: Supported 2103F: include/exec/ioport.h 2104F: ioport.c 2105F: include/exec/memop.h 2106F: include/exec/memory.h 2107F: include/exec/ram_addr.h 2108F: include/exec/ramblock.h 2109F: memory.c 2110F: include/exec/memory-internal.h 2111F: exec.c 2112F: scripts/coccinelle/memory-region-housekeeping.cocci 2113 2114SPICE 2115M: Gerd Hoffmann <kraxel@redhat.com> 2116S: Supported 2117F: include/ui/qemu-spice.h 2118F: include/ui/spice-display.h 2119F: ui/spice-*.c 2120F: audio/spiceaudio.c 2121F: hw/display/qxl* 2122F: qapi/ui.json 2123F: docs/spice-port-fqdn.txt 2124 2125Graphics 2126M: Gerd Hoffmann <kraxel@redhat.com> 2127S: Odd Fixes 2128F: ui/ 2129F: include/ui/ 2130F: qapi/ui.json 2131F: util/drm.c 2132 2133Cocoa graphics 2134M: Peter Maydell <peter.maydell@linaro.org> 2135S: Odd Fixes 2136F: ui/cocoa.m 2137 2138Main loop 2139M: Paolo Bonzini <pbonzini@redhat.com> 2140S: Maintained 2141F: cpus.c 2142F: include/qemu/main-loop.h 2143F: include/sysemu/runstate.h 2144F: util/main-loop.c 2145F: util/qemu-timer.c 2146F: softmmu/vl.c 2147F: softmmu/main.c 2148F: qapi/run-state.json 2149 2150Human Monitor (HMP) 2151M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2152S: Maintained 2153F: monitor/monitor-internal.h 2154F: monitor/misc.c 2155F: monitor/monitor.c 2156F: monitor/hmp* 2157F: hmp.h 2158F: hmp-commands*.hx 2159F: include/monitor/hmp-target.h 2160F: tests/qtest/test-hmp.c 2161F: include/qemu/qemu-print.h 2162F: util/qemu-print.c 2163 2164Network device backends 2165M: Jason Wang <jasowang@redhat.com> 2166S: Maintained 2167F: net/ 2168F: include/net/ 2169F: qemu-bridge-helper.c 2170T: git https://github.com/jasowang/qemu.git net 2171F: qapi/net.json 2172 2173Netmap network backend 2174M: Luigi Rizzo <rizzo@iet.unipi.it> 2175M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2176M: Vincenzo Maffione <v.maffione@gmail.com> 2177W: http://info.iet.unipi.it/~luigi/netmap/ 2178S: Maintained 2179F: net/netmap.c 2180 2181Host Memory Backends 2182M: Eduardo Habkost <ehabkost@redhat.com> 2183M: Igor Mammedov <imammedo@redhat.com> 2184S: Maintained 2185F: backends/hostmem*.c 2186F: include/sysemu/hostmem.h 2187T: git https://github.com/ehabkost/qemu.git machine-next 2188 2189Cryptodev Backends 2190M: Gonglei <arei.gonglei@huawei.com> 2191S: Maintained 2192F: include/sysemu/cryptodev*.h 2193F: backends/cryptodev*.c 2194 2195Python scripts 2196M: Eduardo Habkost <ehabkost@redhat.com> 2197M: Cleber Rosa <crosa@redhat.com> 2198S: Odd fixes 2199F: python/qemu/*py 2200F: scripts/*.py 2201F: tests/*.py 2202 2203Benchmark util 2204M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2205S: Maintained 2206F: scripts/simplebench/ 2207 2208QAPI 2209M: Markus Armbruster <armbru@redhat.com> 2210M: Michael Roth <mdroth@linux.vnet.ibm.com> 2211S: Supported 2212F: qapi/ 2213X: qapi/*.json 2214F: include/qapi/ 2215X: include/qapi/qmp/ 2216F: include/qapi/qmp/dispatch.h 2217F: tests/qapi-schema/ 2218F: tests/test-*-visitor.c 2219F: tests/test-qapi-*.c 2220F: tests/test-qmp-*.c 2221F: tests/test-visitor-serialization.c 2222F: scripts/qapi-gen.py 2223F: scripts/qapi/* 2224F: docs/devel/qapi* 2225T: git https://repo.or.cz/qemu/armbru.git qapi-next 2226 2227QAPI Schema 2228M: Eric Blake <eblake@redhat.com> 2229M: Markus Armbruster <armbru@redhat.com> 2230S: Supported 2231F: qapi/*.json 2232T: git https://repo.or.cz/qemu/armbru.git qapi-next 2233 2234QObject 2235M: Markus Armbruster <armbru@redhat.com> 2236S: Supported 2237F: qobject/ 2238F: include/qapi/qmp/ 2239X: include/qapi/qmp/dispatch.h 2240F: scripts/coccinelle/qobject.cocci 2241F: tests/check-qdict.c 2242F: tests/check-qjson.c 2243F: tests/check-qlist.c 2244F: tests/check-qlit.c 2245F: tests/check-qnull.c 2246F: tests/check-qnum.c 2247F: tests/check-qobject.c 2248F: tests/check-qstring.c 2249F: tests/data/qobject/qdict.txt 2250T: git https://repo.or.cz/qemu/armbru.git qapi-next 2251 2252QEMU Guest Agent 2253M: Michael Roth <mdroth@linux.vnet.ibm.com> 2254S: Maintained 2255F: qga/ 2256F: docs/interop/qemu-ga.rst 2257F: scripts/qemu-guest-agent/ 2258F: tests/test-qga.c 2259F: docs/interop/qemu-ga-ref.texi 2260T: git https://github.com/mdroth/qemu.git qga 2261 2262QOM 2263M: Paolo Bonzini <pbonzini@redhat.com> 2264R: Daniel P. Berrange <berrange@redhat.com> 2265R: Eduardo Habkost <ehabkost@redhat.com> 2266S: Supported 2267F: docs/qdev-device-use.txt 2268F: hw/core/qdev* 2269F: include/hw/qdev* 2270F: include/monitor/qdev.h 2271F: include/qom/ 2272F: qapi/qom.json 2273F: qapi/qdev.json 2274F: qdev-monitor.c 2275F: qom/ 2276F: tests/check-qom-interface.c 2277F: tests/check-qom-proplist.c 2278F: tests/test-qdev-global-props.c 2279 2280QMP 2281M: Markus Armbruster <armbru@redhat.com> 2282S: Supported 2283F: monitor/monitor-internal.h 2284F: monitor/qmp* 2285F: monitor/misc.c 2286F: monitor/monitor.c 2287F: qapi/error.json 2288F: docs/devel/*qmp-* 2289F: docs/interop/*qmp-* 2290F: scripts/qmp/ 2291F: tests/qtest/qmp-test.c 2292F: tests/qtest/qmp-cmd-test.c 2293T: git https://repo.or.cz/qemu/armbru.git qapi-next 2294 2295qtest 2296M: Thomas Huth <thuth@redhat.com> 2297M: Laurent Vivier <lvivier@redhat.com> 2298R: Paolo Bonzini <pbonzini@redhat.com> 2299S: Maintained 2300F: qtest.c 2301F: accel/qtest.c 2302F: tests/qtest/ 2303 2304Device Fuzzing 2305M: Alexander Bulekov <alxndr@bu.edu> 2306R: Paolo Bonzini <pbonzini@redhat.com> 2307R: Bandan Das <bsd@redhat.com> 2308R: Stefan Hajnoczi <stefanha@redhat.com> 2309S: Maintained 2310F: tests/qtest/fuzz/ 2311 2312Register API 2313M: Alistair Francis <alistair@alistair23.me> 2314S: Maintained 2315F: hw/core/register.c 2316F: include/hw/register.h 2317F: include/hw/registerfields.h 2318 2319SLIRP 2320M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2321S: Maintained 2322F: slirp/ 2323F: net/slirp.c 2324F: include/net/slirp.h 2325T: git https://people.debian.org/~sthibault/qemu.git slirp 2326 2327Streams 2328M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2329S: Maintained 2330F: hw/core/stream.c 2331F: include/hw/stream.h 2332 2333Stubs 2334M: Paolo Bonzini <pbonzini@redhat.com> 2335S: Maintained 2336F: stubs/ 2337 2338Tracing 2339M: Stefan Hajnoczi <stefanha@redhat.com> 2340S: Maintained 2341F: trace/ 2342F: trace-events 2343F: docs/qemu-option-trace.rst.inc 2344F: scripts/tracetool.py 2345F: scripts/tracetool/ 2346F: scripts/qemu-trace-stap* 2347F: docs/interop/qemu-trace-stap.rst 2348F: docs/devel/tracing.txt 2349T: git https://github.com/stefanha/qemu.git tracing 2350 2351TPM 2352M: Stefan Berger <stefanb@linux.ibm.com> 2353S: Maintained 2354F: tpm.c 2355F: stubs/tpm.c 2356F: hw/tpm/* 2357F: include/hw/acpi/tpm.h 2358F: include/sysemu/tpm* 2359F: qapi/tpm.json 2360F: backends/tpm.c 2361F: tests/qtest/*tpm* 2362T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2363 2364Checkpatch 2365S: Odd Fixes 2366F: scripts/checkpatch.pl 2367 2368Migration 2369M: Juan Quintela <quintela@redhat.com> 2370M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2371S: Maintained 2372F: hw/core/vmstate-if.c 2373F: include/hw/vmstate-if.h 2374F: include/migration/ 2375F: migration/ 2376F: scripts/vmstate-static-checker.py 2377F: tests/vmstate-static-checker-data/ 2378F: tests/qtest/migration-test.c 2379F: docs/devel/migration.rst 2380F: qapi/migration.json 2381 2382D-Bus 2383M: Marc-André Lureau <marcandre.lureau@redhat.com> 2384S: Maintained 2385F: backends/dbus-vmstate.c 2386F: tests/dbus-vmstate* 2387F: util/dbus.c 2388F: include/qemu/dbus.h 2389F: docs/interop/dbus.rst 2390F: docs/interop/dbus-vmstate.rst 2391 2392Seccomp 2393M: Eduardo Otubo <otubo@redhat.com> 2394S: Supported 2395F: qemu-seccomp.c 2396F: include/sysemu/seccomp.h 2397 2398Cryptography 2399M: Daniel P. Berrange <berrange@redhat.com> 2400S: Maintained 2401F: crypto/ 2402F: include/crypto/ 2403F: tests/test-crypto-* 2404F: tests/benchmark-crypto-* 2405F: tests/crypto-tls-* 2406F: tests/pkix_asn1_tab.c 2407F: qemu.sasl 2408 2409Coroutines 2410M: Stefan Hajnoczi <stefanha@redhat.com> 2411M: Kevin Wolf <kwolf@redhat.com> 2412S: Maintained 2413F: util/*coroutine* 2414F: include/qemu/coroutine* 2415F: tests/test-coroutine.c 2416 2417Buffers 2418M: Daniel P. Berrange <berrange@redhat.com> 2419S: Odd fixes 2420F: util/buffer.c 2421F: include/qemu/buffer.h 2422 2423I/O Channels 2424M: Daniel P. Berrange <berrange@redhat.com> 2425S: Maintained 2426F: io/ 2427F: include/io/ 2428F: tests/test-io-* 2429 2430User authorization 2431M: Daniel P. Berrange <berrange@redhat.com> 2432S: Maintained 2433F: authz/ 2434F: qapi/authz.json 2435F: include/authz/ 2436F: tests/test-authz-* 2437 2438Sockets 2439M: Daniel P. Berrange <berrange@redhat.com> 2440M: Gerd Hoffmann <kraxel@redhat.com> 2441S: Maintained 2442F: include/qemu/sockets.h 2443F: util/qemu-sockets.c 2444F: qapi/sockets.json 2445 2446File monitor 2447M: Daniel P. Berrange <berrange@redhat.com> 2448S: Odd fixes 2449F: util/filemonitor*.c 2450F: include/qemu/filemonitor.h 2451F: tests/test-util-filemonitor.c 2452 2453Throttling infrastructure 2454M: Alberto Garcia <berto@igalia.com> 2455S: Supported 2456F: block/throttle-groups.c 2457F: include/block/throttle-groups.h 2458F: include/qemu/throttle*.h 2459F: util/throttle.c 2460F: docs/throttle.txt 2461F: tests/test-throttle.c 2462L: qemu-block@nongnu.org 2463 2464UUID 2465M: Fam Zheng <fam@euphon.net> 2466S: Supported 2467F: util/uuid.c 2468F: include/qemu/uuid.h 2469F: tests/test-uuid.c 2470 2471COLO Framework 2472M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2473S: Maintained 2474F: migration/colo* 2475F: include/migration/colo.h 2476F: include/migration/failover.h 2477F: docs/COLO-FT.txt 2478 2479COLO Proxy 2480M: Zhang Chen <chen.zhang@intel.com> 2481M: Li Zhijian <lizhijian@cn.fujitsu.com> 2482S: Supported 2483F: docs/colo-proxy.txt 2484F: net/colo* 2485F: net/filter-rewriter.c 2486F: net/filter-mirror.c 2487 2488Record/replay 2489M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2490R: Paolo Bonzini <pbonzini@redhat.com> 2491W: https://wiki.qemu.org/Features/record-replay 2492S: Supported 2493F: replay/* 2494F: block/blkreplay.c 2495F: net/filter-replay.c 2496F: include/sysemu/replay.h 2497F: docs/replay.txt 2498F: stubs/replay.c 2499 2500IOVA Tree 2501M: Peter Xu <peterx@redhat.com> 2502S: Maintained 2503F: include/qemu/iova-tree.h 2504F: util/iova-tree.c 2505 2506elf2dmp 2507M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2508S: Maintained 2509F: contrib/elf2dmp/ 2510 2511I2C and SMBus 2512M: Corey Minyard <cminyard@mvista.com> 2513S: Maintained 2514F: hw/i2c/core.c 2515F: hw/i2c/smbus_slave.c 2516F: hw/i2c/smbus_master.c 2517F: hw/i2c/smbus_eeprom.c 2518F: include/hw/i2c/i2c.h 2519F: include/hw/i2c/smbus_master.h 2520F: include/hw/i2c/smbus_slave.h 2521F: include/hw/i2c/smbus_eeprom.h 2522 2523EDK2 Firmware 2524M: Laszlo Ersek <lersek@redhat.com> 2525M: Philippe Mathieu-Daudé <philmd@redhat.com> 2526S: Supported 2527F: pc-bios/descriptors/??-edk2-*.json 2528F: pc-bios/edk2-* 2529F: roms/Makefile.edk2 2530F: roms/edk2 2531F: roms/edk2-* 2532F: tests/data/uefi-boot-images/ 2533F: tests/uefi-test-tools/ 2534F: .gitlab-ci-edk2.yml 2535F: .gitlab-ci.d/edk2/ 2536 2537Usermode Emulation 2538------------------ 2539Overall usermode emulation 2540M: Riku Voipio <riku.voipio@iki.fi> 2541S: Maintained 2542F: thunk.c 2543F: accel/tcg/user-exec*.c 2544 2545BSD user 2546S: Orphan 2547F: bsd-user/ 2548F: default-configs/*-bsd-user.mak 2549 2550Linux user 2551M: Riku Voipio <riku.voipio@iki.fi> 2552R: Laurent Vivier <laurent@vivier.eu> 2553S: Maintained 2554F: linux-user/ 2555F: default-configs/*-linux-user.mak 2556F: scripts/qemu-binfmt-conf.sh 2557F: scripts/update-syscalltbl.sh 2558F: scripts/update-mips-syscall-args.sh 2559F: scripts/gensyscalls.sh 2560 2561Tiny Code Generator (TCG) 2562------------------------- 2563Common TCG code 2564M: Richard Henderson <rth@twiddle.net> 2565S: Maintained 2566F: tcg/ 2567F: include/tcg/ 2568 2569TCG Plugins 2570M: Alex Bennée <alex.bennee@linaro.org> 2571S: Maintained 2572F: docs/devel/tcg-plugins.rst 2573F: plugins/ 2574F: tests/plugin 2575 2576AArch64 TCG target 2577M: Richard Henderson <richard.henderson@linaro.org> 2578S: Maintained 2579L: qemu-arm@nongnu.org 2580F: tcg/aarch64/ 2581F: disas/arm-a64.cc 2582F: disas/libvixl/ 2583 2584ARM TCG target 2585M: Andrzej Zaborowski <balrogg@gmail.com> 2586S: Maintained 2587L: qemu-arm@nongnu.org 2588F: tcg/arm/ 2589F: disas/arm.c 2590 2591i386 TCG target 2592M: Richard Henderson <rth@twiddle.net> 2593S: Maintained 2594F: tcg/i386/ 2595F: disas/i386.c 2596 2597MIPS TCG target 2598M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 2599R: Aurelien Jarno <aurelien@aurel32.net> 2600R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> 2601S: Maintained 2602F: tcg/mips/ 2603 2604PPC TCG target 2605M: Richard Henderson <rth@twiddle.net> 2606S: Odd Fixes 2607F: tcg/ppc/ 2608F: disas/ppc.c 2609 2610RISC-V TCG target 2611M: Palmer Dabbelt <palmer@dabbelt.com> 2612M: Alistair Francis <Alistair.Francis@wdc.com> 2613L: qemu-riscv@nongnu.org 2614S: Maintained 2615F: tcg/riscv/ 2616F: disas/riscv.c 2617 2618S390 TCG target 2619M: Richard Henderson <rth@twiddle.net> 2620S: Maintained 2621F: tcg/s390/ 2622F: disas/s390.c 2623L: qemu-s390x@nongnu.org 2624 2625SPARC TCG target 2626S: Odd Fixes 2627F: tcg/sparc/ 2628F: disas/sparc.c 2629 2630TCI TCG target 2631M: Stefan Weil <sw@weilnetz.de> 2632S: Maintained 2633F: tcg/tci/ 2634F: tcg/tci.c 2635F: disas/tci.c 2636 2637Block drivers 2638------------- 2639VMDK 2640M: Fam Zheng <fam@euphon.net> 2641L: qemu-block@nongnu.org 2642S: Supported 2643F: block/vmdk.c 2644 2645RBD 2646M: Jason Dillaman <dillaman@redhat.com> 2647L: qemu-block@nongnu.org 2648S: Supported 2649F: block/rbd.c 2650 2651Sheepdog 2652M: Liu Yuan <namei.unix@gmail.com> 2653L: qemu-block@nongnu.org 2654L: sheepdog@lists.wpkg.org 2655S: Odd Fixes 2656F: block/sheepdog.c 2657 2658VHDX 2659M: Jeff Cody <codyprime@gmail.com> 2660L: qemu-block@nongnu.org 2661S: Supported 2662F: block/vhdx* 2663 2664VDI 2665M: Stefan Weil <sw@weilnetz.de> 2666L: qemu-block@nongnu.org 2667S: Maintained 2668F: block/vdi.c 2669 2670iSCSI 2671M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2672M: Paolo Bonzini <pbonzini@redhat.com> 2673M: Peter Lieven <pl@kamp.de> 2674L: qemu-block@nongnu.org 2675S: Odd Fixes 2676F: block/iscsi.c 2677F: block/iscsi-opts.c 2678 2679Network Block Device (NBD) 2680M: Eric Blake <eblake@redhat.com> 2681L: qemu-block@nongnu.org 2682S: Maintained 2683F: block/nbd* 2684F: nbd/ 2685F: include/block/nbd* 2686F: qemu-nbd.* 2687F: blockdev-nbd.c 2688F: docs/interop/nbd.txt 2689F: docs/interop/qemu-nbd.rst 2690T: git https://repo.or.cz/qemu/ericb.git nbd 2691 2692NFS 2693M: Peter Lieven <pl@kamp.de> 2694L: qemu-block@nongnu.org 2695S: Maintained 2696F: block/nfs.c 2697 2698SSH 2699M: Richard W.M. Jones <rjones@redhat.com> 2700L: qemu-block@nongnu.org 2701S: Supported 2702F: block/ssh.c 2703 2704CURL 2705L: qemu-block@nongnu.org 2706S: Odd Fixes 2707F: block/curl.c 2708 2709GLUSTER 2710L: qemu-block@nongnu.org 2711L: integration@gluster.org 2712S: Odd Fixes 2713F: block/gluster.c 2714 2715Null Block Driver 2716M: Fam Zheng <fam@euphon.net> 2717L: qemu-block@nongnu.org 2718S: Supported 2719F: block/null.c 2720 2721NVMe Block Driver 2722M: Fam Zheng <fam@euphon.net> 2723L: qemu-block@nongnu.org 2724S: Supported 2725F: block/nvme* 2726 2727Bootdevice 2728M: Gonglei <arei.gonglei@huawei.com> 2729S: Maintained 2730F: bootdevice.c 2731 2732Quorum 2733M: Alberto Garcia <berto@igalia.com> 2734S: Supported 2735F: block/quorum.c 2736L: qemu-block@nongnu.org 2737 2738blklogwrites 2739M: Ari Sundholm <ari@tuxera.com> 2740L: qemu-block@nongnu.org 2741S: Supported 2742F: block/blklogwrites.c 2743 2744blkverify 2745M: Stefan Hajnoczi <stefanha@redhat.com> 2746L: qemu-block@nongnu.org 2747S: Supported 2748F: block/blkverify.c 2749 2750bochs 2751M: Stefan Hajnoczi <stefanha@redhat.com> 2752L: qemu-block@nongnu.org 2753S: Supported 2754F: block/bochs.c 2755 2756cloop 2757M: Stefan Hajnoczi <stefanha@redhat.com> 2758L: qemu-block@nongnu.org 2759S: Supported 2760F: block/cloop.c 2761 2762dmg 2763M: Stefan Hajnoczi <stefanha@redhat.com> 2764L: qemu-block@nongnu.org 2765S: Supported 2766F: block/dmg.c 2767 2768parallels 2769M: Stefan Hajnoczi <stefanha@redhat.com> 2770M: Denis V. Lunev <den@openvz.org> 2771L: qemu-block@nongnu.org 2772S: Supported 2773F: block/parallels.c 2774F: docs/interop/parallels.txt 2775 2776qed 2777M: Stefan Hajnoczi <stefanha@redhat.com> 2778L: qemu-block@nongnu.org 2779S: Supported 2780F: block/qed.c 2781 2782raw 2783M: Kevin Wolf <kwolf@redhat.com> 2784L: qemu-block@nongnu.org 2785S: Supported 2786F: block/linux-aio.c 2787F: include/block/raw-aio.h 2788F: block/raw-format.c 2789F: block/file-posix.c 2790F: block/file-win32.c 2791F: block/win32-aio.c 2792 2793Linux io_uring 2794M: Aarushi Mehta <mehta.aaru20@gmail.com> 2795M: Julia Suvorova <jusual@redhat.com> 2796M: Stefan Hajnoczi <stefanha@redhat.com> 2797L: qemu-block@nongnu.org 2798S: Maintained 2799F: block/io_uring.c 2800F: stubs/io_uring.c 2801 2802qcow2 2803M: Kevin Wolf <kwolf@redhat.com> 2804M: Max Reitz <mreitz@redhat.com> 2805L: qemu-block@nongnu.org 2806S: Supported 2807F: block/qcow2* 2808F: docs/interop/qcow2.txt 2809 2810qcow 2811M: Kevin Wolf <kwolf@redhat.com> 2812L: qemu-block@nongnu.org 2813S: Supported 2814F: block/qcow.c 2815 2816blkdebug 2817M: Kevin Wolf <kwolf@redhat.com> 2818M: Max Reitz <mreitz@redhat.com> 2819L: qemu-block@nongnu.org 2820S: Supported 2821F: block/blkdebug.c 2822 2823vpc 2824M: Kevin Wolf <kwolf@redhat.com> 2825L: qemu-block@nongnu.org 2826S: Supported 2827F: block/vpc.c 2828 2829vvfat 2830M: Kevin Wolf <kwolf@redhat.com> 2831L: qemu-block@nongnu.org 2832S: Supported 2833F: block/vvfat.c 2834 2835Image format fuzzer 2836M: Stefan Hajnoczi <stefanha@redhat.com> 2837L: qemu-block@nongnu.org 2838S: Supported 2839F: tests/image-fuzzer/ 2840 2841Replication 2842M: Wen Congyang <wencongyang2@huawei.com> 2843M: Xie Changlong <xiechanglong.d@gmail.com> 2844S: Supported 2845F: replication* 2846F: block/replication.c 2847F: tests/test-replication.c 2848F: docs/block-replication.txt 2849 2850PVRDMA 2851M: Yuval Shaia <yuval.shaia.ml@gmail.com> 2852M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2853S: Maintained 2854F: hw/rdma/* 2855F: hw/rdma/vmw/* 2856F: docs/pvrdma.txt 2857F: contrib/rdmacm-mux/* 2858F: qapi/rdma.json 2859 2860Semihosting 2861M: Alex Bennée <alex.bennee@linaro.org> 2862S: Maintained 2863F: hw/semihosting/ 2864F: include/hw/semihosting/ 2865 2866Build and test automation 2867------------------------- 2868Build and test automation 2869M: Alex Bennée <alex.bennee@linaro.org> 2870M: Fam Zheng <fam@euphon.net> 2871R: Philippe Mathieu-Daudé <philmd@redhat.com> 2872S: Maintained 2873F: .github/lockdown.yml 2874F: .travis.yml 2875F: scripts/travis/ 2876F: .shippable.yml 2877F: tests/docker/ 2878F: tests/vm/ 2879F: scripts/archive-source.sh 2880W: https://travis-ci.org/qemu/qemu 2881W: https://app.shippable.com/github/qemu/qemu 2882W: http://patchew.org/QEMU/ 2883 2884FreeBSD Hosted Continuous Integration 2885M: Ed Maste <emaste@freebsd.org> 2886M: Li-Wen Hsu <lwhsu@freebsd.org> 2887S: Maintained 2888F: .cirrus.yml 2889W: https://cirrus-ci.com/github/qemu/qemu 2890 2891GitLab Continuous Integration 2892M: Thomas Huth <thuth@redhat.com> 2893S: Maintained 2894F: .gitlab-ci.yml 2895 2896Guest Test Compilation Support 2897M: Alex Bennée <alex.bennee@linaro.org> 2898R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2899S: Maintained 2900F: tests/tcg/Makefile 2901F: tests/tcg/Makefile.include 2902 2903Documentation 2904------------- 2905Build system architecture 2906M: Daniel P. Berrange <berrange@redhat.com> 2907S: Odd Fixes 2908F: docs/devel/build-system.txt 2909 2910GIT Data Mining Config 2911M: Alex Bennée <alex.bennee@linaro.org> 2912S: Odd Fixes 2913F: gitdm.config 2914F: contrib/gitdm/* 2915 2916Incompatible changes 2917R: libvir-list@redhat.com 2918F: docs/system/deprecated.rst 2919 2920Build System 2921------------ 2922GIT submodules 2923M: Daniel P. Berrange <berrange@redhat.com> 2924S: Odd Fixes 2925F: scripts/git-submodule.sh 2926 2927UI translations 2928M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> 2929F: po/*.po 2930 2931Sphinx documentation configuration and build machinery 2932M: Peter Maydell <peter.maydell@linaro.org> 2933S: Maintained 2934F: docs/conf.py 2935F: docs/*/conf.py 2936