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