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