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 R: Designated reviewer: FullName <address@domain> 16 These reviewers should be CCed on patches. 17 L: Mailing list that is relevant to this area 18 W: Web-page with status/info 19 Q: Patchwork web based patch tracking system site 20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 21 S: Status, one of the following: 22 Supported: Someone is actually paid to look after this. 23 Maintained: Someone actually looks after it. 24 Odd Fixes: It has a maintainer but they don't have time to do 25 much other than throw the odd patch in. See below. 26 Orphan: No current maintainer [but maybe you could take the 27 role as you write your new code]. 28 Obsolete: Old code. Something tagged obsolete generally means 29 it has been replaced by a better system and you 30 should be using that. 31 F: Files and directories with wildcard patterns. 32 A trailing slash includes all files and subdirectory files. 33 F: drivers/net/ all files in and below drivers/net 34 F: drivers/net/* all files in drivers/net, but not below 35 F: */net/* all files in "any top level directory"/net 36 One pattern per line. Multiple F: lines acceptable. 37 X: Files and directories that are NOT maintained, same rules as F: 38 Files exclusions are tested before file matches. 39 Can be useful for excluding a specific subdirectory, for instance: 40 F: net/ 41 X: net/ipv6/ 42 matches all files in and below net excluding net/ipv6/ 43 K: Keyword perl extended regex pattern to match content in a 44 patch or file. For instance: 45 K: of_get_profile 46 matches patches or files that contain "of_get_profile" 47 K: \b(printk|pr_(info|err))\b 48 matches patches or files that contain one or more of the words 49 printk, pr_info or pr_err 50 One regex pattern per line. Multiple K: lines acceptable. 51 52 53General Project Administration 54------------------------------ 55M: Peter Maydell <peter.maydell@linaro.org> 56 57All patches CC here 58L: qemu-devel@nongnu.org 59F: * 60F: */ 61 62Responsible Disclosure, Reporting Security Issues 63------------------------------ 64W: https://wiki.qemu.org/SecurityProcess 65M: Michael S. Tsirkin <mst@redhat.com> 66L: secalert@redhat.com 67 68Trivial patches 69--------------- 70Trivial patches 71M: Michael Tokarev <mjt@tls.msk.ru> 72M: Laurent Vivier <laurent@vivier.eu> 73S: Maintained 74L: qemu-trivial@nongnu.org 75K: ^Subject:.*(?i)trivial 76T: git git://git.corpit.ru/qemu.git trivial-patches 77T: git git://github.com/vivier/qemu.git trivial-patches 78 79Architecture support 80-------------------- 81S390 82M: Cornelia Huck <cohuck@redhat.com> 83S: Supported 84F: default-configs/s390x-softmmu.mak 85F: gdb-xml/s390*.xml 86F: hw/char/sclp*.[hc] 87F: hw/char/terminal3270.c 88F: hw/intc/s390_flic.c 89F: hw/intc/s390_flic_kvm.c 90F: hw/s390x/ 91F: hw/vfio/ap.c 92F: hw/vfio/ccw.c 93F: hw/watchdog/wdt_diag288.c 94F: include/hw/s390x/ 95F: include/hw/watchdog/wdt_diag288.h 96F: pc-bios/s390-ccw/ 97F: pc-bios/s390-ccw.img 98F: target/s390x/ 99F: docs/vfio-ap.txt 100K: ^Subject:.*(?i)s390x? 101T: git git://github.com/cohuck/qemu.git s390-next 102L: qemu-s390x@nongnu.org 103 104Guest CPU cores (TCG): 105---------------------- 106Overall 107L: qemu-devel@nongnu.org 108M: Paolo Bonzini <pbonzini@redhat.com> 109M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 110M: Richard Henderson <rth@twiddle.net> 111S: Maintained 112F: cpus.c 113F: exec.c 114F: accel/tcg/ 115F: include/exec/cpu*.h 116F: include/exec/exec-all.h 117F: include/exec/helper*.h 118F: include/exec/tb-hash.h 119F: include/sysemu/cpus.h 120 121FPU emulation 122M: Aurelien Jarno <aurelien@aurel32.net> 123M: Peter Maydell <peter.maydell@linaro.org> 124S: Odd Fixes 125F: fpu/ 126F: include/fpu/ 127 128Alpha 129M: Richard Henderson <rth@twiddle.net> 130S: Maintained 131F: target/alpha/ 132F: tests/tcg/alpha/ 133F: disas/alpha.c 134 135ARM 136M: Peter Maydell <peter.maydell@linaro.org> 137L: qemu-arm@nongnu.org 138S: Maintained 139F: target/arm/ 140F: tests/tcg/arm/ 141F: tests/tcg/aarch64/ 142F: hw/arm/ 143F: hw/cpu/a*mpcore.c 144F: include/hw/cpu/a*mpcore.h 145F: disas/arm.c 146F: disas/arm-a64.cc 147F: disas/libvixl/ 148 149CRIS 150M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 151S: Maintained 152F: target/cris/ 153F: hw/cris/ 154F: include/hw/cris/ 155F: tests/tcg/cris/ 156F: disas/cris.c 157 158HPPA (PA-RISC) 159M: Richard Henderson <rth@twiddle.net> 160S: Maintained 161F: target/hppa/ 162F: hw/hppa/ 163F: disas/hppa.c 164 165LM32 166M: Michael Walle <michael@walle.cc> 167S: Maintained 168F: target/lm32/ 169F: disas/lm32.c 170F: hw/lm32/ 171F: hw/*/lm32_* 172F: hw/*/milkymist-* 173F: include/hw/char/lm32_juart.h 174F: include/hw/lm32/ 175F: tests/tcg/lm32/ 176 177M68K 178M: Laurent Vivier <laurent@vivier.eu> 179S: Maintained 180F: target/m68k/ 181F: disas/m68k.c 182 183MicroBlaze 184M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 185S: Maintained 186F: target/microblaze/ 187F: hw/microblaze/ 188F: disas/microblaze.c 189 190MIPS 191M: Aurelien Jarno <aurelien@aurel32.net> 192M: Aleksandar Markovic <amarkovic@wavecomp.com> 193S: Maintained 194F: target/mips/ 195F: hw/mips/ 196F: hw/misc/mips_* 197F: hw/intc/mips_gic.c 198F: hw/timer/mips_gictimer.c 199F: include/hw/mips/ 200F: include/hw/misc/mips_* 201F: include/hw/intc/mips_gic.h 202F: include/hw/timer/mips_gictimer.h 203F: tests/tcg/mips/ 204F: disas/mips.c 205F: disas/nanomips.h 206F: disas/nanomips.cpp 207 208Moxie 209M: Anthony Green <green@moxielogic.com> 210S: Maintained 211F: target/moxie/ 212F: disas/moxie.c 213F: hw/moxie/ 214F: default-configs/moxie-softmmu.mak 215 216NiosII 217M: Chris Wulff <crwulff@gmail.com> 218M: Marek Vasut <marex@denx.de> 219S: Maintained 220F: target/nios2/ 221F: hw/nios2/ 222F: disas/nios2.c 223 224OpenRISC 225M: Stafford Horne <shorne@gmail.com> 226S: Odd Fixes 227F: target/openrisc/ 228F: hw/openrisc/ 229F: tests/tcg/openrisc/ 230 231PowerPC 232M: David Gibson <david@gibson.dropbear.id.au> 233M: Alexander Graf <agraf@suse.de> 234L: qemu-ppc@nongnu.org 235S: Maintained 236F: target/ppc/ 237F: hw/ppc/ 238F: include/hw/ppc/ 239F: disas/ppc.c 240 241RISC-V 242M: Michael Clark <mjc@sifive.com> 243M: Palmer Dabbelt <palmer@sifive.com> 244M: Sagar Karandikar <sagark@eecs.berkeley.edu> 245M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 246S: Maintained 247F: target/riscv/ 248F: hw/riscv/ 249F: include/hw/riscv/ 250F: disas/riscv.c 251 252S390 253M: Richard Henderson <rth@twiddle.net> 254M: Alexander Graf <agraf@suse.de> 255M: David Hildenbrand <david@redhat.com> 256S: Maintained 257F: target/s390x/ 258F: hw/s390x/ 259F: disas/s390.c 260F: tests/tcg/s390x/ 261L: qemu-s390x@nongnu.org 262 263SH4 264M: Aurelien Jarno <aurelien@aurel32.net> 265S: Odd Fixes 266F: target/sh4/ 267F: hw/sh4/ 268F: disas/sh4.c 269F: include/hw/sh4/ 270 271SPARC 272M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 273M: Artyom Tarasenko <atar4qemu@gmail.com> 274S: Maintained 275F: target/sparc/ 276F: hw/sparc/ 277F: hw/sparc64/ 278F: disas/sparc.c 279 280UniCore32 281M: Guan Xuetao <gxt@mprc.pku.edu.cn> 282S: Maintained 283F: target/unicore32/ 284F: hw/unicore32/ 285F: include/hw/unicore32/ 286 287X86 288M: Paolo Bonzini <pbonzini@redhat.com> 289M: Richard Henderson <rth@twiddle.net> 290M: Eduardo Habkost <ehabkost@redhat.com> 291S: Maintained 292F: target/i386/ 293F: tests/tcg/i386/ 294F: tests/tcg/x86_64/ 295F: hw/i386/ 296F: disas/i386.c 297F: docs/qemu-cpu-models.texi 298T: git git://github.com/ehabkost/qemu.git x86-next 299 300Xtensa 301M: Max Filippov <jcmvbkbc@gmail.com> 302W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 303S: Maintained 304F: target/xtensa/ 305F: hw/xtensa/ 306F: tests/tcg/xtensa/ 307F: disas/xtensa.c 308 309TriCore 310M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 311S: Maintained 312F: target/tricore/ 313F: hw/tricore/ 314F: include/hw/tricore/ 315 316Multiarch Linux User Tests 317M: Alex Bennée <alex.bennee@linaro.org> 318F: tests/tcg/multiarch/ 319 320Guest CPU Cores (KVM): 321---------------------- 322 323Overall 324M: Paolo Bonzini <pbonzini@redhat.com> 325L: kvm@vger.kernel.org 326S: Supported 327F: */kvm.* 328F: accel/kvm/ 329F: include/sysemu/kvm*.h 330 331ARM 332M: Peter Maydell <peter.maydell@linaro.org> 333L: qemu-arm@nongnu.org 334S: Maintained 335F: target/arm/kvm.c 336 337MIPS 338M: James Hogan <jhogan@kernel.org> 339S: Maintained 340F: target/mips/kvm.c 341 342PPC 343M: Alexander Graf <agraf@suse.de> 344S: Maintained 345F: target/ppc/kvm.c 346 347S390 348M: Christian Borntraeger <borntraeger@de.ibm.com> 349M: Cornelia Huck <cohuck@redhat.com> 350M: Alexander Graf <agraf@suse.de> 351S: Maintained 352F: target/s390x/kvm.c 353F: target/s390x/kvm_s390x.h 354F: target/s390x/kvm-stub.c 355F: target/s390x/ioinst.[ch] 356F: target/s390x/machine.c 357F: target/s390x/sigp.c 358F: hw/intc/s390_flic.c 359F: hw/intc/s390_flic_kvm.c 360F: include/hw/s390x/s390_flic.h 361F: gdb-xml/s390*.xml 362T: git git://github.com/cohuck/qemu.git s390-next 363T: git git://github.com/borntraeger/qemu.git s390-next 364L: qemu-s390x@nongnu.org 365 366X86 367M: Paolo Bonzini <pbonzini@redhat.com> 368M: Marcelo Tosatti <mtosatti@redhat.com> 369L: kvm@vger.kernel.org 370S: Supported 371F: target/i386/kvm.c 372 373Guest CPU Cores (Xen): 374---------------------- 375 376X86 377M: Stefano Stabellini <sstabellini@kernel.org> 378M: Anthony Perard <anthony.perard@citrix.com> 379L: xen-devel@lists.xenproject.org 380S: Supported 381F: */xen* 382F: hw/9pfs/xen-9p-backend.c 383F: hw/char/xen_console.c 384F: hw/display/xenfb.c 385F: hw/net/xen_nic.c 386F: hw/block/xen_* 387F: hw/xen/ 388F: hw/xenpv/ 389F: hw/i386/xen/ 390F: include/hw/xen/ 391F: include/sysemu/xen-mapcache.h 392 393Hosts: 394------ 395 396LINUX 397L: qemu-devel@nongnu.org 398S: Maintained 399F: linux-* 400F: linux-headers/ 401 402POSIX 403L: qemu-devel@nongnu.org 404S: Maintained 405F: *posix* 406 407NETBSD 408L: qemu-devel@nongnu.org 409M: Kamil Rytarowski <kamil@netbsd.org> 410S: Maintained 411K: ^Subject:.*(?i)NetBSD 412 413OPENBSD 414L: qemu-devel@nongnu.org 415M: Brad Smith <brad@comstyle.com> 416S: Maintained 417K: ^Subject:.*(?i)OpenBSD 418 419W32, W64 420L: qemu-devel@nongnu.org 421M: Stefan Weil <sw@weilnetz.de> 422S: Maintained 423F: *win32* 424F: */*win32* 425F: include/*/*win32* 426X: qga/*win32* 427F: qemu.nsi 428 429Alpha Machines 430M: Richard Henderson <rth@twiddle.net> 431S: Maintained 432F: hw/alpha/ 433F: hw/isa/smc37c669-superio.c 434 435ARM Machines 436------------ 437Allwinner-a10 438M: Beniamino Galvani <b.galvani@gmail.com> 439L: qemu-arm@nongnu.org 440S: Maintained 441F: hw/*/allwinner* 442F: include/hw/*/allwinner* 443F: hw/arm/cubieboard.c 444 445ARM PrimeCell and CMSDK devices 446M: Peter Maydell <peter.maydell@linaro.org> 447L: qemu-arm@nongnu.org 448S: Maintained 449F: hw/char/pl011.c 450F: include/hw/char/pl011.h 451F: hw/display/pl110* 452F: hw/dma/pl080.c 453F: include/hw/dma/pl080.h 454F: hw/dma/pl330.c 455F: hw/gpio/pl061.c 456F: hw/input/pl050.c 457F: hw/intc/pl190.c 458F: hw/sd/pl181.c 459F: hw/ssi/pl022.c 460F: include/hw/ssi/pl022.h 461F: hw/timer/pl031.c 462F: include/hw/arm/primecell.h 463F: hw/timer/cmsdk-apb-timer.c 464F: include/hw/timer/cmsdk-apb-timer.h 465F: hw/timer/cmsdk-apb-dualtimer.c 466F: include/hw/timer/cmsdk-apb-dualtimer.h 467F: hw/char/cmsdk-apb-uart.c 468F: include/hw/char/cmsdk-apb-uart.h 469F: hw/watchdog/cmsdk-apb-watchdog.c 470F: include/hw/watchdog/cmsdk-apb-watchdog.h 471F: hw/misc/tz-ppc.c 472F: include/hw/misc/tz-ppc.h 473F: hw/misc/tz-mpc.c 474F: include/hw/misc/tz-mpc.h 475F: hw/misc/tz-msc.c 476F: include/hw/misc/tz-msc.h 477 478ARM cores 479M: Peter Maydell <peter.maydell@linaro.org> 480L: qemu-arm@nongnu.org 481S: Maintained 482F: hw/intc/arm* 483F: hw/intc/gic_internal.h 484F: hw/misc/a9scu.c 485F: hw/misc/arm11scu.c 486F: hw/timer/a9gtimer* 487F: hw/timer/arm* 488F: include/hw/arm/arm*.h 489F: include/hw/intc/arm* 490F: include/hw/misc/a9scu.h 491F: include/hw/misc/arm11scu.h 492F: include/hw/timer/a9gtimer.h 493F: include/hw/timer/arm_mptimer.h 494F: include/hw/timer/armv7m_systick.h 495F: tests/test-arm-mptimer.c 496 497Exynos 498M: Igor Mitsyanko <i.mitsyanko@gmail.com> 499L: qemu-arm@nongnu.org 500S: Maintained 501F: hw/*/exynos* 502F: include/hw/arm/exynos4210.h 503 504Calxeda Highbank 505M: Rob Herring <robh@kernel.org> 506L: qemu-arm@nongnu.org 507S: Maintained 508F: hw/arm/highbank.c 509F: hw/net/xgmac.c 510 511Canon DIGIC 512M: Antony Pavlov <antonynpavlov@gmail.com> 513L: qemu-arm@nongnu.org 514S: Maintained 515F: include/hw/arm/digic.h 516F: hw/*/digic* 517 518Gumstix 519M: Philippe Mathieu-Daudé <f4bug@amsat.org> 520L: qemu-devel@nongnu.org 521L: qemu-arm@nongnu.org 522S: Odd Fixes 523F: hw/arm/gumstix.c 524 525i.MX31 526M: Peter Chubb <peter.chubb@nicta.com.au> 527L: qemu-arm@nongnu.org 528S: Odd fixes 529F: hw/*/imx* 530F: include/hw/*/imx* 531F: hw/arm/kzm.c 532F: include/hw/arm/fsl-imx31.h 533 534Integrator CP 535M: Peter Maydell <peter.maydell@linaro.org> 536L: qemu-arm@nongnu.org 537S: Maintained 538F: hw/arm/integratorcp.c 539F: hw/misc/arm_integrator_debug.c 540 541MPS2 542M: Peter Maydell <peter.maydell@linaro.org> 543L: qemu-arm@nongnu.org 544S: Maintained 545F: hw/arm/mps2.c 546F: hw/arm/mps2-tz.c 547F: hw/misc/mps2-*.c 548F: include/hw/misc/mps2-*.h 549F: hw/arm/iotkit.c 550F: include/hw/arm/iotkit.h 551F: hw/misc/iotkit-sysctl.c 552F: include/hw/misc/iotkit-sysctl.h 553F: hw/misc/iotkit-sysinfo.c 554F: include/hw/misc/iotkit-sysinfo.h 555 556Musicpal 557M: Jan Kiszka <jan.kiszka@web.de> 558L: qemu-arm@nongnu.org 559S: Maintained 560F: hw/arm/musicpal.c 561 562nSeries 563M: Andrzej Zaborowski <balrogg@gmail.com> 564L: qemu-arm@nongnu.org 565S: Maintained 566F: hw/arm/nseries.c 567 568Palm 569M: Andrzej Zaborowski <balrogg@gmail.com> 570L: qemu-arm@nongnu.org 571S: Maintained 572F: hw/arm/palm.c 573 574Real View 575M: Peter Maydell <peter.maydell@linaro.org> 576L: qemu-arm@nongnu.org 577S: Maintained 578F: hw/arm/realview* 579F: hw/cpu/realview_mpcore.c 580F: hw/intc/realview_gic.c 581F: include/hw/intc/realview_gic.h 582 583PXA2XX 584M: Andrzej Zaborowski <balrogg@gmail.com> 585L: qemu-arm@nongnu.org 586S: Maintained 587F: hw/arm/mainstone.c 588F: hw/arm/spitz.c 589F: hw/arm/tosa.c 590F: hw/arm/z2.c 591F: hw/*/pxa2xx* 592F: hw/misc/mst_fpga.c 593F: include/hw/arm/pxa.h 594 595Stellaris 596M: Peter Maydell <peter.maydell@linaro.org> 597L: qemu-arm@nongnu.org 598S: Maintained 599F: hw/*/stellaris* 600 601Versatile PB 602M: Peter Maydell <peter.maydell@linaro.org> 603L: qemu-arm@nongnu.org 604S: Maintained 605F: hw/*/versatile* 606F: hw/misc/arm_sysctl.c 607 608Xilinx Zynq 609M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 610M: Alistair Francis <alistair@alistair23.me> 611L: qemu-arm@nongnu.org 612S: Maintained 613F: hw/*/xilinx_* 614F: hw/*/cadence_* 615F: hw/misc/zynq* 616F: include/hw/misc/zynq* 617X: hw/ssi/xilinx_* 618 619Xilinx ZynqMP 620M: Alistair Francis <alistair@alistair23.me> 621M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 622L: qemu-arm@nongnu.org 623S: Maintained 624F: hw/*/xlnx*.c 625F: include/hw/*/xlnx*.h 626 627ARM ACPI Subsystem 628M: Shannon Zhao <zhaoshenglong@huawei.com> 629M: Shannon Zhao <shannon.zhaosl@gmail.com> 630L: qemu-arm@nongnu.org 631S: Maintained 632F: hw/arm/virt-acpi-build.c 633 634STM32F205 635M: Alistair Francis <alistair@alistair23.me> 636S: Maintained 637F: hw/arm/stm32f205_soc.c 638F: hw/misc/stm32f2xx_syscfg.c 639F: hw/char/stm32f2xx_usart.c 640F: hw/timer/stm32f2xx_timer.c 641F: hw/adc/* 642F: hw/ssi/stm32f2xx_spi.c 643F: include/hw/*/stm32*.h 644 645Netduino 2 646M: Alistair Francis <alistair@alistair23.me> 647S: Maintained 648F: hw/arm/netduino2.c 649 650SmartFusion2 651M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 652S: Maintained 653F: hw/arm/msf2-soc.c 654F: hw/misc/msf2-sysreg.c 655F: hw/timer/mss-timer.c 656F: hw/ssi/mss-spi.c 657F: include/hw/arm/msf2-soc.h 658F: include/hw/misc/msf2-sysreg.h 659F: include/hw/timer/mss-timer.h 660F: include/hw/ssi/mss-spi.h 661 662Emcraft M2S-FG484 663M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 664S: Maintained 665F: hw/arm/msf2-som.c 666 667ASPEED BMCs 668M: Cédric Le Goater <clg@kaod.org> 669R: Andrew Jeffery <andrew@aj.id.au> 670R: Joel Stanley <joel@jms.id.au> 671L: qemu-arm@nongnu.org 672S: Maintained 673F: hw/*/*aspeed* 674F: include/hw/*/*aspeed* 675F: hw/net/ftgmac100.c 676F: include/hw/net/ftgmac100.h 677 678NRF51 679M: Joel Stanley <joel@jms.id.au> 680L: qemu-arm@nongnu.org 681S: Maintained 682F: hw/arm/nrf51_soc.c 683F: hw/arm/microbit.c 684F: include/hw/arm/nrf51_soc.h 685 686CRIS Machines 687------------- 688Axis Dev88 689M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 690S: Maintained 691F: hw/cris/axis_dev88.c 692F: hw/*/etraxfs_*.c 693 694LM32 Machines 695------------- 696EVR32 and uclinux BSP 697M: Michael Walle <michael@walle.cc> 698S: Maintained 699F: hw/lm32/lm32_boards.c 700 701milkymist 702M: Michael Walle <michael@walle.cc> 703S: Maintained 704F: hw/lm32/milkymist.c 705 706M68K Machines 707------------- 708an5206 709M: Thomas Huth <huth@tuxfamily.org> 710S: Odd Fixes 711F: hw/m68k/an5206.c 712F: hw/m68k/mcf5206.c 713 714mcf5208 715M: Thomas Huth <huth@tuxfamily.org> 716S: Odd Fixes 717F: hw/m68k/mcf5208.c 718F: hw/m68k/mcf_intc.c 719F: hw/char/mcf_uart.c 720F: hw/net/mcf_fec.c 721F: include/hw/m68k/mcf*.h 722 723MicroBlaze Machines 724------------------- 725petalogix_s3adsp1800 726M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 727S: Maintained 728F: hw/microblaze/petalogix_s3adsp1800_mmu.c 729 730petalogix_ml605 731M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 732S: Maintained 733F: hw/microblaze/petalogix_ml605_mmu.c 734 735MIPS Machines 736------------- 737Jazz 738M: Hervé Poussineau <hpoussin@reactos.org> 739S: Maintained 740F: hw/mips/mips_jazz.c 741 742Malta 743M: Aurelien Jarno <aurelien@aurel32.net> 744S: Maintained 745F: hw/mips/mips_malta.c 746 747Mipssim 748M: Aleksandar Markovic <amarkovic@wavecomp.com> 749S: Odd Fixes 750F: hw/mips/mips_mipssim.c 751F: hw/net/mipsnet.c 752 753R4000 754M: Aurelien Jarno <aurelien@aurel32.net> 755S: Maintained 756F: hw/mips/mips_r4k.c 757 758Fulong 2E 759M: Aleksandar Markovic <amarkovic@wavecomp.com> 760S: Odd Fixes 761F: hw/mips/mips_fulong2e.c 762F: hw/isa/vt82c686.c 763 764F: include/hw/isa/vt82c686.h 765 766Boston 767M: Paul Burton <pburton@wavecomp.com> 768S: Maintained 769F: hw/core/loader-fit.c 770F: hw/mips/boston.c 771F: hw/pci-host/xilinx-pcie.c 772 773OpenRISC Machines 774----------------- 775or1k-sim 776M: Jia Liu <proljc@gmail.com> 777S: Maintained 778F: hw/openrisc/openrisc_sim.c 779 780PowerPC Machines 781---------------- 782405 783M: Alexander Graf <agraf@suse.de> 784L: qemu-ppc@nongnu.org 785S: Odd Fixes 786F: hw/ppc/ppc405_boards.c 787 788Bamboo 789M: Alexander Graf <agraf@suse.de> 790L: qemu-ppc@nongnu.org 791S: Odd Fixes 792F: hw/ppc/ppc440_bamboo.c 793 794e500 795M: Alexander Graf <agraf@suse.de> 796L: qemu-ppc@nongnu.org 797S: Supported 798F: hw/ppc/e500.[hc] 799F: hw/ppc/e500plat.c 800F: include/hw/ppc/ppc_e500.h 801F: include/hw/pci-host/ppce500.h 802F: pc-bios/u-boot.e500 803 804mpc8544ds 805M: Alexander Graf <agraf@suse.de> 806L: qemu-ppc@nongnu.org 807S: Supported 808F: hw/ppc/mpc8544ds.c 809F: hw/ppc/mpc8544_guts.c 810 811New World 812M: Alexander Graf <agraf@suse.de> 813L: qemu-ppc@nongnu.org 814S: Maintained 815F: hw/ppc/mac_newworld.c 816F: hw/pci-host/uninorth.c 817F: hw/pci-bridge/dec.[hc] 818F: hw/misc/macio/ 819F: hw/misc/mos6522.c 820F: hw/nvram/mac_nvram.c 821F: include/hw/misc/macio/ 822F: include/hw/misc/mos6522.h 823F: include/hw/ppc/mac_dbdma.h 824 825Old World 826M: Alexander Graf <agraf@suse.de> 827L: qemu-ppc@nongnu.org 828S: Maintained 829F: hw/ppc/mac_oldworld.c 830F: hw/pci-host/grackle.c 831F: hw/misc/macio/ 832F: hw/intc/heathrow_pic.c 833 834PReP 835M: Hervé Poussineau <hpoussin@reactos.org> 836L: qemu-devel@nongnu.org 837L: qemu-ppc@nongnu.org 838S: Maintained 839F: hw/ppc/prep.c 840F: hw/ppc/prep_systemio.c 841F: hw/ppc/rs6000_mc.c 842F: hw/pci-host/prep.[hc] 843F: hw/isa/i82378.c 844F: hw/isa/pc87312.c 845F: hw/dma/i82374.c 846F: hw/timer/m48t59-isa.c 847F: include/hw/isa/pc87312.h 848F: include/hw/timer/m48t59.h 849F: pc-bios/ppc_rom.bin 850 851sPAPR 852M: David Gibson <david@gibson.dropbear.id.au> 853M: Alexander Graf <agraf@suse.de> 854L: qemu-ppc@nongnu.org 855S: Supported 856F: hw/*/spapr* 857F: include/hw/*/spapr* 858F: hw/*/xics* 859F: include/hw/*/xics* 860F: pc-bios/spapr-rtas/* 861F: pc-bios/spapr-rtas.bin 862F: pc-bios/slof.bin 863F: pc-bios/skiboot.lid 864F: docs/specs/ppc-spapr-hcalls.txt 865F: docs/specs/ppc-spapr-hotplug.txt 866F: tests/spapr* 867F: tests/libqos/*spapr* 868F: tests/rtas* 869F: tests/libqos/rtas* 870 871virtex_ml507 872M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 873L: qemu-ppc@nongnu.org 874S: Odd Fixes 875F: hw/ppc/virtex_ml507.c 876 877sam460ex 878M: BALATON Zoltan <balaton@eik.bme.hu> 879L: qemu-ppc@nongnu.org 880S: Maintained 881F: hw/ide/sii3112.c 882F: hw/timer/m41t80.c 883 884SH4 Machines 885------------ 886R2D 887M: Magnus Damm <magnus.damm@gmail.com> 888S: Maintained 889F: hw/sh4/r2d.c 890F: hw/intc/sh_intc.c 891F: hw/timer/sh_timer.c 892 893Shix 894M: Magnus Damm <magnus.damm@gmail.com> 895S: Odd Fixes 896F: hw/sh4/shix.c 897 898SPARC Machines 899-------------- 900Sun4m 901M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 902S: Maintained 903F: hw/sparc/sun4m.c 904F: hw/sparc/sun4m_iommu.c 905F: hw/dma/sparc32_dma.c 906F: hw/misc/eccmemctl.c 907F: hw/misc/slavio_misc.c 908F: include/hw/sparc/sparc32_dma.h 909F: pc-bios/openbios-sparc32 910 911Sun4u 912M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 913S: Maintained 914F: hw/sparc64/sun4u.c 915F: pc-bios/openbios-sparc64 916 917Sun4v 918M: Artyom Tarasenko <atar4qemu@gmail.com> 919S: Maintained 920F: hw/sparc64/niagara.c 921F: hw/timer/sun4v-rtc.c 922F: include/hw/timer/sun4v-rtc.h 923 924Leon3 925M: Fabien Chouteau <chouteau@adacore.com> 926S: Maintained 927F: hw/sparc/leon3.c 928F: hw/*/grlib* 929F: include/hw/sparc/grlib.h 930 931S390 Machines 932------------- 933S390 Virtio-ccw 934M: Cornelia Huck <cohuck@redhat.com> 935M: Christian Borntraeger <borntraeger@de.ibm.com> 936M: Alexander Graf <agraf@suse.de> 937S: Supported 938F: hw/char/sclp*.[hc] 939F: hw/char/terminal3270.c 940F: hw/s390x/ 941F: include/hw/s390x/ 942F: hw/watchdog/wdt_diag288.c 943F: include/hw/watchdog/wdt_diag288.h 944F: default-configs/s390x-softmmu.mak 945T: git git://github.com/cohuck/qemu.git s390-next 946T: git git://github.com/borntraeger/qemu.git s390-next 947L: qemu-s390x@nongnu.org 948 949S390-ccw Bios 950M: Christian Borntraeger <borntraeger@de.ibm.com> 951M: Thomas Huth <thuth@redhat.com> 952S: Supported 953F: pc-bios/s390-ccw/ 954F: pc-bios/s390-ccw.img 955T: git git://github.com/borntraeger/qemu.git s390-next 956L: qemu-s390x@nongnu.org 957 958UniCore32 Machines 959------------- 960PKUnity-3 SoC initramfs-with-busybox 961M: Guan Xuetao <gxt@mprc.pku.edu.cn> 962S: Maintained 963F: hw/*/puv3* 964F: hw/unicore32/ 965 966X86 Machines 967------------ 968PC 969M: Michael S. Tsirkin <mst@redhat.com> 970M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 971S: Supported 972F: include/hw/i386/ 973F: hw/i386/ 974F: hw/pci-host/piix.c 975F: hw/pci-host/q35.c 976F: hw/pci-host/pam.c 977F: include/hw/pci-host/q35.h 978F: include/hw/pci-host/pam.h 979F: hw/isa/piix4.c 980F: hw/isa/lpc_ich9.c 981F: hw/i2c/smbus_ich9.c 982F: hw/acpi/piix4.c 983F: hw/acpi/ich9.c 984F: include/hw/acpi/ich9.h 985F: include/hw/acpi/piix4.h 986F: hw/misc/sga.c 987 988PC Chipset 989M: Michael S. Tsirkin <mst@redhat.com> 990M: Paolo Bonzini <pbonzini@redhat.com> 991S: Supported 992F: hw/char/debugcon.c 993F: hw/char/parallel* 994F: hw/char/serial* 995F: hw/dma/i8257* 996F: hw/i2c/pm_smbus.c 997F: hw/input/pckbd.c 998F: hw/intc/apic* 999F: hw/intc/ioapic* 1000F: hw/intc/i8259* 1001F: hw/isa/isa-superio.c 1002F: hw/misc/debugexit.c 1003F: hw/misc/pc-testdev.c 1004F: hw/timer/hpet* 1005F: hw/timer/i8254* 1006F: hw/timer/mc146818rtc* 1007F: hw/watchdog/wdt_ib700.c 1008F: include/hw/display/vga.h 1009F: include/hw/char/parallel.h 1010F: include/hw/dma/i8257.h 1011F: include/hw/i2c/pm_smbus.h 1012F: include/hw/input/i8042.h 1013F: include/hw/isa/superio.h 1014F: include/hw/timer/hpet.h 1015F: include/hw/timer/i8254* 1016F: include/hw/timer/mc146818rtc* 1017 1018Machine core 1019M: Eduardo Habkost <ehabkost@redhat.com> 1020M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1021S: Supported 1022F: hw/core/machine.c 1023F: hw/core/null-machine.c 1024F: include/hw/boards.h 1025T: git git://github.com/ehabkost/qemu.git machine-next 1026 1027Xtensa Machines 1028--------------- 1029sim 1030M: Max Filippov <jcmvbkbc@gmail.com> 1031S: Maintained 1032F: hw/xtensa/sim.c 1033 1034XTFPGA (LX60, LX200, ML605, KC705) 1035M: Max Filippov <jcmvbkbc@gmail.com> 1036S: Maintained 1037F: hw/xtensa/xtfpga.c 1038F: hw/net/opencores_eth.c 1039 1040Devices 1041------- 1042EDU 1043M: Jiri Slaby <jslaby@suse.cz> 1044S: Maintained 1045F: hw/misc/edu.c 1046 1047IDE 1048M: John Snow <jsnow@redhat.com> 1049L: qemu-block@nongnu.org 1050S: Supported 1051F: include/hw/ide.h 1052F: include/hw/ide/ 1053F: hw/ide/ 1054F: hw/block/block.c 1055F: hw/block/cdrom.c 1056F: hw/block/hd-geometry.c 1057F: tests/ide-test.c 1058F: tests/ahci-test.c 1059F: tests/cdrom-test.c 1060F: tests/libqos/ahci* 1061T: git git://github.com/jnsnow/qemu.git ide 1062 1063IPMI 1064M: Corey Minyard <minyard@acm.org> 1065S: Maintained 1066F: include/hw/ipmi/* 1067F: hw/ipmi/* 1068F: hw/smbios/smbios_type_38.c 1069F: tests/ipmi* 1070T: git git://github.com/cminyard/qemu.git master-ipmi-rebase 1071 1072Floppy 1073M: John Snow <jsnow@redhat.com> 1074L: qemu-block@nongnu.org 1075S: Supported 1076F: hw/block/fdc.c 1077F: include/hw/block/fdc.h 1078F: tests/fdc-test.c 1079T: git git://github.com/jnsnow/qemu.git ide 1080 1081OMAP 1082M: Peter Maydell <peter.maydell@linaro.org> 1083S: Maintained 1084F: hw/*/omap* 1085F: include/hw/arm/omap.h 1086 1087IPack 1088M: Alberto Garcia <berto@igalia.com> 1089S: Odd Fixes 1090F: hw/char/ipoctal232.c 1091F: hw/ipack/ 1092 1093PCI 1094M: Michael S. Tsirkin <mst@redhat.com> 1095M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1096S: Supported 1097F: include/hw/pci/* 1098F: hw/misc/pci-testdev.c 1099F: hw/pci/* 1100F: hw/pci-bridge/* 1101F: docs/pci* 1102F: docs/specs/*pci* 1103F: default-configs/pci.mak 1104 1105ACPI/SMBIOS 1106M: Michael S. Tsirkin <mst@redhat.com> 1107M: Igor Mammedov <imammedo@redhat.com> 1108S: Supported 1109F: include/hw/acpi/* 1110F: include/hw/smbios/* 1111F: hw/mem/* 1112F: hw/acpi/* 1113F: hw/smbios/* 1114F: hw/i386/acpi-build.[hc] 1115F: hw/arm/virt-acpi-build.c 1116F: tests/bios-tables-test.c 1117F: tests/acpi-utils.[hc] 1118 1119ppc4xx 1120M: Alexander Graf <agraf@suse.de> 1121L: qemu-ppc@nongnu.org 1122S: Odd Fixes 1123F: hw/ppc/ppc4*.c 1124F: hw/i2c/ppc4xx_i2c.c 1125F: include/hw/ppc/ppc4xx.h 1126F: include/hw/i2c/ppc4xx_i2c.h 1127 1128ppce500 1129M: Alexander Graf <agraf@suse.de> 1130L: qemu-ppc@nongnu.org 1131S: Supported 1132F: hw/ppc/e500* 1133F: hw/pci-host/ppce500.c 1134F: hw/net/fsl_etsec/ 1135 1136Character devices 1137M: Paolo Bonzini <pbonzini@redhat.com> 1138S: Odd Fixes 1139F: hw/char/ 1140 1141Network devices 1142M: Jason Wang <jasowang@redhat.com> 1143S: Odd Fixes 1144F: hw/net/ 1145F: include/hw/net/ 1146F: tests/virtio-net-test.c 1147T: git git://github.com/jasowang/qemu.git net 1148 1149SCSI 1150M: Paolo Bonzini <pbonzini@redhat.com> 1151R: Fam Zheng <famz@redhat.com> 1152S: Supported 1153F: include/hw/scsi/* 1154F: hw/scsi/* 1155F: tests/virtio-scsi-test.c 1156T: git git://github.com/bonzini/qemu.git scsi-next 1157 1158SSI 1159M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1160M: Alistair Francis <alistair@alistair23.me> 1161S: Maintained 1162F: hw/ssi/* 1163F: hw/block/m25p80.c 1164F: include/hw/ssi/ssi.h 1165X: hw/ssi/xilinx_* 1166F: tests/m25p80-test.c 1167 1168Xilinx SPI 1169M: Alistair Francis <alistair@alistair23.me> 1170M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1171S: Maintained 1172F: hw/ssi/xilinx_* 1173 1174SD (Secure Card) 1175M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1176S: Odd Fixes 1177F: include/hw/sd/sd* 1178F: hw/sd/core.c 1179F: hw/sd/sd* 1180F: tests/sd* 1181 1182USB 1183M: Gerd Hoffmann <kraxel@redhat.com> 1184S: Maintained 1185F: hw/usb/* 1186F: tests/usb-*-test.c 1187F: docs/usb2.txt 1188F: docs/usb-storage.txt 1189F: include/hw/usb.h 1190F: include/hw/usb/ 1191F: default-configs/usb.mak 1192 1193USB (serial adapter) 1194M: Gerd Hoffmann <kraxel@redhat.com> 1195M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1196S: Maintained 1197F: hw/usb/dev-serial.c 1198 1199VFIO 1200M: Alex Williamson <alex.williamson@redhat.com> 1201S: Supported 1202F: hw/vfio/* 1203F: include/hw/vfio/ 1204 1205vfio-ccw 1206M: Cornelia Huck <cohuck@redhat.com> 1207S: Supported 1208F: hw/vfio/ccw.c 1209F: hw/s390x/s390-ccw.c 1210F: include/hw/s390x/s390-ccw.h 1211T: git git://github.com/cohuck/qemu.git s390-next 1212L: qemu-s390x@nongnu.org 1213 1214vfio-ap 1215M: Christian Borntraeger <borntraeger@de.ibm.com> 1216M: Tony Krowiak <akrowiak@linux.ibm.com> 1217M: Halil Pasic <pasic@linux.ibm.com> 1218M: Pierre Morel <pmorel@linux.ibm.com> 1219S: Supported 1220F: hw/s390x/ap-device.c 1221F: hw/s390x/ap-bridge.c 1222F: include/hw/s390x/ap-device.h 1223F: include/hw/s390x/ap-bridge.h 1224F: hw/vfio/ap.c 1225F: docs/vfio-ap.txt 1226L: qemu-s390x@nongnu.org 1227 1228vhost 1229M: Michael S. Tsirkin <mst@redhat.com> 1230S: Supported 1231F: hw/*/*vhost* 1232F: docs/interop/vhost-user.txt 1233 1234virtio 1235M: Michael S. Tsirkin <mst@redhat.com> 1236S: Supported 1237F: hw/*/virtio* 1238F: hw/virtio/Makefile.objs 1239F: hw/virtio/trace-events 1240F: net/vhost-user.c 1241F: include/hw/virtio/ 1242F: tests/virtio-balloon-test.c 1243 1244virtio-9p 1245M: Greg Kurz <groug@kaod.org> 1246S: Supported 1247F: hw/9pfs/ 1248F: fsdev/ 1249F: tests/virtio-9p-test.c 1250T: git git://github.com/gkurz/qemu.git 9p-next 1251 1252virtio-blk 1253M: Stefan Hajnoczi <stefanha@redhat.com> 1254L: qemu-block@nongnu.org 1255S: Supported 1256F: hw/block/virtio-blk.c 1257F: hw/block/dataplane/* 1258F: tests/virtio-blk-test.c 1259T: git git://github.com/stefanha/qemu.git block 1260 1261virtio-ccw 1262M: Cornelia Huck <cohuck@redhat.com> 1263M: Christian Borntraeger <borntraeger@de.ibm.com> 1264S: Supported 1265F: hw/s390x/virtio-ccw*.[hc] 1266F: hw/s390x/vhost-vsock-ccw.c 1267T: git git://github.com/cohuck/qemu.git s390-next 1268T: git git://github.com/borntraeger/qemu.git s390-next 1269L: qemu-s390x@nongnu.org 1270 1271virtio-input 1272M: Gerd Hoffmann <kraxel@redhat.com> 1273S: Maintained 1274F: hw/input/virtio-input*.c 1275F: include/hw/virtio/virtio-input.h 1276 1277virtio-serial 1278M: Amit Shah <amit@kernel.org> 1279S: Supported 1280F: hw/char/virtio-serial-bus.c 1281F: hw/char/virtio-console.c 1282F: include/hw/virtio/virtio-serial.h 1283F: tests/virtio-console-test.c 1284F: tests/virtio-serial-test.c 1285 1286virtio-rng 1287M: Amit Shah <amit@kernel.org> 1288S: Supported 1289F: hw/virtio/virtio-rng.c 1290F: include/hw/virtio/virtio-rng.h 1291F: include/sysemu/rng*.h 1292F: backends/rng*.c 1293F: tests/virtio-rng-test.c 1294 1295virtio-crypto 1296M: Gonglei <arei.gonglei@huawei.com> 1297S: Supported 1298F: hw/virtio/virtio-crypto.c 1299F: hw/virtio/virtio-crypto-pci.c 1300F: include/hw/virtio/virtio-crypto.h 1301 1302nvme 1303M: Keith Busch <keith.busch@intel.com> 1304L: qemu-block@nongnu.org 1305S: Supported 1306F: hw/block/nvme* 1307F: tests/nvme-test.c 1308 1309megasas 1310M: Hannes Reinecke <hare@suse.com> 1311L: qemu-block@nongnu.org 1312S: Supported 1313F: hw/scsi/megasas.c 1314F: hw/scsi/mfi.h 1315F: tests/megasas-test.c 1316 1317Network packet abstractions 1318M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1319S: Maintained 1320F: include/net/eth.h 1321F: net/eth.c 1322F: hw/net/net_rx_pkt* 1323F: hw/net/net_tx_pkt* 1324 1325Vmware 1326M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1327S: Maintained 1328F: hw/net/vmxnet* 1329F: hw/scsi/vmw_pvscsi* 1330F: tests/vmxnet3-test.c 1331 1332Rocker 1333M: Jiri Pirko <jiri@resnulli.us> 1334S: Maintained 1335F: hw/net/rocker/ 1336F: tests/rocker/ 1337F: docs/specs/rocker.txt 1338 1339NVDIMM 1340M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1341S: Maintained 1342F: hw/acpi/nvdimm.c 1343F: hw/mem/nvdimm.c 1344F: include/hw/mem/nvdimm.h 1345 1346e1000x 1347M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1348S: Maintained 1349F: hw/net/e1000x* 1350 1351e1000e 1352M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1353S: Maintained 1354F: hw/net/e1000e* 1355 1356eepro100 1357M: Stefan Weil <sw@weilnetz.de> 1358S: Maintained 1359F: hw/net/eepro100.c 1360 1361Generic Loader 1362M: Alistair Francis <alistair@alistair23.me> 1363S: Maintained 1364F: hw/core/generic-loader.c 1365F: include/hw/core/generic-loader.h 1366F: docs/generic-loader.txt 1367 1368Intel Hexadecimal Object File Loader 1369M: Su Hang <suhang16@mails.ucas.ac.cn> 1370S: Maintained 1371F: tests/hexloader-test.c 1372F: tests/hex-loader-check-data/test.hex 1373 1374CHRP NVRAM 1375M: Thomas Huth <thuth@redhat.com> 1376S: Maintained 1377F: hw/nvram/chrp_nvram.c 1378F: include/hw/nvram/chrp_nvram.h 1379F: tests/prom-env-test.c 1380 1381VM Generation ID 1382M: Ben Warren <ben@skyportsystems.com> 1383S: Maintained 1384F: hw/acpi/vmgenid.c 1385F: include/hw/acpi/vmgenid.h 1386F: docs/specs/vmgenid.txt 1387F: tests/vmgenid-test.c 1388F: stubs/vmgenid.c 1389 1390Unimplemented device 1391M: Peter Maydell <peter.maydell@linaro.org> 1392R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1393S: Maintained 1394F: include/hw/misc/unimp.h 1395F: hw/misc/unimp.c 1396 1397Standard VGA 1398M: Gerd Hoffmann <kraxel@redhat.com> 1399S: Maintained 1400F: hw/display/vga* 1401F: hw/display/bochs-display.c 1402F: include/hw/display/vga.h 1403F: include/hw/display/bochs-vbe.h 1404 1405ramfb 1406M: Gerd Hoffmann <kraxel@redhat.com> 1407S: Maintained 1408F: hw/display/ramfb*.c 1409F: include/hw/display/ramfb.h 1410 1411virtio-gpu 1412M: Gerd Hoffmann <kraxel@redhat.com> 1413S: Maintained 1414F: hw/display/virtio-gpu* 1415F: hw/display/virtio-vga.c 1416F: include/hw/virtio/virtio-gpu.h 1417 1418Cirrus VGA 1419M: Gerd Hoffmann <kraxel@redhat.com> 1420S: Odd Fixes 1421W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1422F: hw/display/cirrus* 1423 1424EDID Generator 1425M: Gerd Hoffmann <kraxel@redhat.com> 1426S: Maintained 1427F: hw/display/edid* 1428F: include/hw/display/edid.h 1429F: qemu-edid.c 1430 1431Subsystems 1432---------- 1433Audio 1434M: Gerd Hoffmann <kraxel@redhat.com> 1435S: Maintained 1436F: audio/ 1437F: hw/audio/ 1438F: include/hw/audio/ 1439F: tests/ac97-test.c 1440F: tests/es1370-test.c 1441F: tests/intel-hda-test.c 1442 1443Block layer core 1444M: Kevin Wolf <kwolf@redhat.com> 1445M: Max Reitz <mreitz@redhat.com> 1446L: qemu-block@nongnu.org 1447S: Supported 1448F: block* 1449F: block/ 1450F: hw/block/ 1451F: include/block/ 1452F: qemu-img* 1453F: qemu-io* 1454F: tests/qemu-iotests/ 1455F: util/qemu-progress.c 1456F: qobject/block-qdict.c 1457F: tests/check-block-qdict.c 1458T: git git://repo.or.cz/qemu/kevin.git block 1459 1460Block I/O path 1461M: Stefan Hajnoczi <stefanha@redhat.com> 1462M: Fam Zheng <famz@redhat.com> 1463L: qemu-block@nongnu.org 1464S: Supported 1465F: util/async.c 1466F: util/aio-*.c 1467F: block/io.c 1468F: migration/block* 1469F: include/block/aio.h 1470F: include/block/aio-wait.h 1471F: scripts/qemugdb/aio.py 1472T: git git://github.com/stefanha/qemu.git block 1473 1474Block SCSI subsystem 1475M: Paolo Bonzini <pbonzini@redhat.com> 1476R: Fam Zheng <famz@redhat.com> 1477L: qemu-block@nongnu.org 1478S: Supported 1479F: include/scsi/* 1480F: scsi/* 1481 1482Block Jobs 1483M: Jeff Cody <jcody@redhat.com> 1484L: qemu-block@nongnu.org 1485S: Supported 1486F: blockjob.c 1487F: include/block/blockjob.h 1488F: job.c 1489F: job-qmp.c 1490F: include/qemu/job.h 1491F: block/backup.c 1492F: block/commit.c 1493F: block/stream.c 1494F: block/mirror.c 1495F: qapi/job.json 1496T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1497 1498Block QAPI, monitor, command line 1499M: Markus Armbruster <armbru@redhat.com> 1500S: Supported 1501F: blockdev.c 1502F: block/qapi.c 1503F: qapi/block*.json 1504F: qapi/transaction.json 1505T: git git://repo.or.cz/qemu/armbru.git block-next 1506 1507Dirty Bitmaps 1508M: Fam Zheng <famz@redhat.com> 1509M: John Snow <jsnow@redhat.com> 1510L: qemu-block@nongnu.org 1511S: Supported 1512F: util/hbitmap.c 1513F: block/dirty-bitmap.c 1514F: include/qemu/hbitmap.h 1515F: include/block/dirty-bitmap.h 1516F: tests/test-hbitmap.c 1517F: docs/interop/bitmaps.rst 1518T: git git://github.com/famz/qemu.git bitmaps 1519T: git git://github.com/jnsnow/qemu.git bitmaps 1520 1521Character device backends 1522M: Paolo Bonzini <pbonzini@redhat.com> 1523M: Marc-André Lureau <marcandre.lureau@redhat.com> 1524S: Maintained 1525F: chardev/ 1526F: include/chardev/ 1527F: qapi/char.json 1528 1529Character Devices (Braille) 1530M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1531S: Maintained 1532F: chardev/baum.c 1533 1534Command line option argument parsing 1535M: Markus Armbruster <armbru@redhat.com> 1536S: Supported 1537F: include/qemu/option.h 1538F: tests/test-keyval.c 1539F: tests/test-qemu-opts.c 1540F: util/keyval.c 1541F: util/qemu-option.c 1542 1543Coverity model 1544M: Markus Armbruster <armbru@redhat.com> 1545S: Supported 1546F: scripts/coverity-model.c 1547 1548CPU 1549L: qemu-devel@nongnu.org 1550S: Supported 1551F: qom/cpu.c 1552F: include/qom/cpu.h 1553 1554Device Tree 1555M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1556M: Alexander Graf <agraf@suse.de> 1557S: Maintained 1558F: device_tree.c 1559F: include/sysemu/device_tree.h 1560 1561Dump 1562S: Supported 1563M: Marc-André Lureau <marcandre.lureau@redhat.com> 1564F: dump.c 1565F: hw/misc/vmcoreinfo.c 1566F: include/hw/misc/vmcoreinfo.h 1567F: include/sysemu/dump-arch.h 1568F: include/sysemu/dump.h 1569F: scripts/dump-guest-memory.py 1570F: stubs/dump.c 1571 1572Error reporting 1573M: Markus Armbruster <armbru@redhat.com> 1574S: Supported 1575F: include/qapi/error.h 1576F: include/qemu/error-report.h 1577F: util/error.c 1578F: util/qemu-error.c 1579 1580GDB stub 1581L: qemu-devel@nongnu.org 1582S: Odd Fixes 1583F: gdbstub* 1584F: gdb-xml/ 1585 1586Memory API 1587M: Paolo Bonzini <pbonzini@redhat.com> 1588S: Supported 1589F: include/exec/ioport.h 1590F: ioport.c 1591F: include/exec/memory.h 1592F: include/exec/ram_addr.h 1593F: memory.c 1594F: include/exec/memory-internal.h 1595F: exec.c 1596 1597SPICE 1598M: Gerd Hoffmann <kraxel@redhat.com> 1599S: Supported 1600F: include/ui/qemu-spice.h 1601F: include/ui/spice-display.h 1602F: ui/spice-*.c 1603F: audio/spiceaudio.c 1604F: hw/display/qxl* 1605F: qapi/ui.json 1606 1607Graphics 1608M: Gerd Hoffmann <kraxel@redhat.com> 1609S: Odd Fixes 1610F: ui/ 1611F: include/ui/ 1612F: qapi/ui.json 1613F: util/drm.c 1614 1615Cocoa graphics 1616M: Peter Maydell <peter.maydell@linaro.org> 1617S: Odd Fixes 1618F: ui/cocoa.m 1619 1620Main loop 1621M: Paolo Bonzini <pbonzini@redhat.com> 1622S: Maintained 1623F: cpus.c 1624F: util/main-loop.c 1625F: util/qemu-timer.c 1626F: vl.c 1627F: qapi/run-state.json 1628 1629Human Monitor (HMP) 1630M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1631S: Maintained 1632F: monitor.c 1633F: hmp.[ch] 1634F: hmp-commands*.hx 1635F: include/monitor/hmp-target.h 1636F: tests/test-hmp.c 1637 1638Network device backends 1639M: Jason Wang <jasowang@redhat.com> 1640S: Maintained 1641F: net/ 1642F: include/net/ 1643T: git git://github.com/jasowang/qemu.git net 1644F: qapi/net.json 1645 1646Netmap network backend 1647M: Luigi Rizzo <rizzo@iet.unipi.it> 1648M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1649M: Vincenzo Maffione <v.maffione@gmail.com> 1650W: http://info.iet.unipi.it/~luigi/netmap/ 1651S: Maintained 1652F: net/netmap.c 1653 1654NUMA 1655M: Eduardo Habkost <ehabkost@redhat.com> 1656S: Maintained 1657F: numa.c 1658F: include/sysemu/numa.h 1659T: git git://github.com/ehabkost/qemu.git machine-next 1660 1661Host Memory Backends 1662M: Eduardo Habkost <ehabkost@redhat.com> 1663M: Igor Mammedov <imammedo@redhat.com> 1664S: Maintained 1665F: backends/hostmem*.c 1666F: include/sysemu/hostmem.h 1667T: git git://github.com/ehabkost/qemu.git machine-next 1668 1669Cryptodev Backends 1670M: Gonglei <arei.gonglei@huawei.com> 1671S: Maintained 1672F: include/sysemu/cryptodev*.h 1673F: backends/cryptodev*.c 1674 1675Python scripts 1676M: Eduardo Habkost <ehabkost@redhat.com> 1677M: Cleber Rosa <crosa@redhat.com> 1678S: Odd fixes 1679F: scripts/qmp/* 1680F: scripts/*.py 1681F: tests/*.py 1682 1683QAPI 1684M: Markus Armbruster <armbru@redhat.com> 1685M: Michael Roth <mdroth@linux.vnet.ibm.com> 1686S: Supported 1687F: qapi/ 1688X: qapi/*.json 1689F: include/qapi/ 1690X: include/qapi/qmp/ 1691F: include/qapi/qmp/dispatch.h 1692F: tests/qapi-schema/ 1693F: tests/test-*-visitor.c 1694F: tests/test-qapi-*.c 1695F: tests/test-qmp-*.c 1696F: tests/test-visitor-serialization.c 1697F: scripts/qapi-gen.py 1698F: scripts/qapi/* 1699F: docs/devel/qapi* 1700T: git git://repo.or.cz/qemu/armbru.git qapi-next 1701 1702QAPI Schema 1703M: Eric Blake <eblake@redhat.com> 1704M: Markus Armbruster <armbru@redhat.com> 1705S: Supported 1706F: qapi/*.json 1707T: git git://repo.or.cz/qemu/armbru.git qapi-next 1708 1709QObject 1710M: Markus Armbruster <armbru@redhat.com> 1711S: Supported 1712F: qobject/ 1713F: include/qapi/qmp/ 1714X: include/qapi/qmp/dispatch.h 1715F: scripts/coccinelle/qobject.cocci 1716F: tests/check-qdict.c 1717F: tests/check-qnum.c 1718F: tests/check-qjson.c 1719F: tests/check-qlist.c 1720F: tests/check-qstring.c 1721T: git git://repo.or.cz/qemu/armbru.git qapi-next 1722 1723QEMU Guest Agent 1724M: Michael Roth <mdroth@linux.vnet.ibm.com> 1725S: Maintained 1726F: qga/ 1727F: qemu-ga.texi 1728F: scripts/qemu-guest-agent/ 1729F: tests/test-qga.c 1730F: docs/interop/qemu-ga-ref.texi 1731T: git git://github.com/mdroth/qemu.git qga 1732 1733QOM 1734M: Andreas Färber <afaerber@suse.de> 1735S: Supported 1736T: git git://github.com/afaerber/qemu-cpu.git qom-next 1737F: include/qom/ 1738X: include/qom/cpu.h 1739F: qom/ 1740X: qom/cpu.c 1741F: tests/check-qom-interface.c 1742F: tests/check-qom-proplist.c 1743 1744QMP 1745M: Markus Armbruster <armbru@redhat.com> 1746S: Supported 1747F: qmp.c 1748F: monitor.c 1749F: docs/devel/*qmp-* 1750F: scripts/qmp/ 1751F: tests/qmp-test.c 1752F: tests/qmp-cmd-test.c 1753T: git git://repo.or.cz/qemu/armbru.git qapi-next 1754 1755qtest 1756M: Paolo Bonzini <pbonzini@redhat.com> 1757M: Thomas Huth <thuth@redhat.com> 1758M: Laurent Vivier <lvivier@redhat.com> 1759S: Maintained 1760F: qtest.c 1761F: tests/libqtest.* 1762F: tests/libqos/ 1763F: tests/*-test.c 1764 1765Register API 1766M: Alistair Francis <alistair@alistair23.me> 1767S: Maintained 1768F: hw/core/register.c 1769F: include/hw/register.h 1770F: include/hw/registerfields.h 1771 1772SLIRP 1773M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1774M: Jan Kiszka <jan.kiszka@siemens.com> 1775S: Maintained 1776F: slirp/ 1777F: net/slirp.c 1778F: include/net/slirp.h 1779T: git https://people.debian.org/~sthibault/qemu.git slirp 1780T: git git://git.kiszka.org/qemu.git queues/slirp 1781 1782Stubs 1783M: Paolo Bonzini <pbonzini@redhat.com> 1784S: Maintained 1785F: stubs/ 1786 1787Tracing 1788M: Stefan Hajnoczi <stefanha@redhat.com> 1789S: Maintained 1790F: trace/ 1791F: trace-events 1792F: qemu-option-trace.texi 1793F: scripts/tracetool.py 1794F: scripts/tracetool/ 1795F: docs/devel/tracing.txt 1796T: git git://github.com/stefanha/qemu.git tracing 1797 1798TPM 1799M: Stefan Berger <stefanb@linux.vnet.ibm.com> 1800S: Maintained 1801F: tpm.c 1802F: stubs/tpm.c 1803F: hw/tpm/* 1804F: include/hw/acpi/tpm.h 1805F: include/sysemu/tpm* 1806F: qapi/tpm.json 1807F: backends/tpm.c 1808F: tests/*tpm* 1809T: git git://github.com/stefanberger/qemu-tpm.git tpm-next 1810 1811Checkpatch 1812S: Odd Fixes 1813F: scripts/checkpatch.pl 1814 1815Migration 1816M: Juan Quintela <quintela@redhat.com> 1817M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1818S: Maintained 1819F: include/migration/ 1820F: migration/ 1821F: scripts/vmstate-static-checker.py 1822F: tests/vmstate-static-checker-data/ 1823F: tests/migration-test.c 1824F: docs/devel/migration.rst 1825F: qapi/migration.json 1826 1827Seccomp 1828M: Eduardo Otubo <otubo@redhat.com> 1829S: Supported 1830F: qemu-seccomp.c 1831F: include/sysemu/seccomp.h 1832 1833Cryptography 1834M: Daniel P. Berrange <berrange@redhat.com> 1835S: Maintained 1836F: crypto/ 1837F: include/crypto/ 1838F: tests/test-crypto-* 1839F: tests/benchmark-crypto-* 1840F: qemu.sasl 1841 1842Coroutines 1843M: Stefan Hajnoczi <stefanha@redhat.com> 1844M: Kevin Wolf <kwolf@redhat.com> 1845F: util/*coroutine* 1846F: include/qemu/coroutine* 1847F: tests/test-coroutine.c 1848 1849Buffers 1850M: Daniel P. Berrange <berrange@redhat.com> 1851S: Odd fixes 1852F: util/buffer.c 1853F: include/qemu/buffer.h 1854 1855I/O Channels 1856M: Daniel P. Berrange <berrange@redhat.com> 1857S: Maintained 1858F: io/ 1859F: include/io/ 1860F: tests/test-io-* 1861 1862Sockets 1863M: Daniel P. Berrange <berrange@redhat.com> 1864M: Gerd Hoffmann <kraxel@redhat.com> 1865M: Paolo Bonzini <pbonzini@redhat.com> 1866S: Maintained 1867F: include/qemu/sockets.h 1868F: util/qemu-sockets.c 1869F: qapi/sockets.json 1870 1871Throttling infrastructure 1872M: Alberto Garcia <berto@igalia.com> 1873S: Supported 1874F: block/throttle-groups.c 1875F: include/block/throttle-groups.h 1876F: include/qemu/throttle*.h 1877F: util/throttle.c 1878F: docs/throttle.txt 1879F: tests/test-throttle.c 1880L: qemu-block@nongnu.org 1881 1882UUID 1883M: Fam Zheng <famz@redhat.com> 1884S: Supported 1885F: util/uuid.c 1886F: include/qemu/uuid.h 1887F: tests/test-uuid.c 1888 1889COLO Framework 1890M: zhanghailiang <zhang.zhanghailiang@huawei.com> 1891S: Maintained 1892F: migration/colo* 1893F: include/migration/colo.h 1894F: include/migration/failover.h 1895F: docs/COLO-FT.txt 1896 1897COLO Proxy 1898M: Zhang Chen <zhangckid@gmail.com> 1899M: Li Zhijian <lizhijian@cn.fujitsu.com> 1900S: Supported 1901F: docs/colo-proxy.txt 1902F: net/colo* 1903F: net/filter-rewriter.c 1904F: net/filter-mirror.c 1905 1906Record/replay 1907M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 1908R: Paolo Bonzini <pbonzini@redhat.com> 1909W: https://wiki.qemu.org/Features/record-replay 1910S: Supported 1911F: replay/* 1912F: block/blkreplay.c 1913F: net/filter-replay.c 1914F: include/sysemu/replay.h 1915F: docs/replay.txt 1916F: stubs/replay.c 1917 1918IOVA Tree 1919M: Peter Xu <peterx@redhat.com> 1920S: Maintained 1921F: include/qemu/iova-tree.h 1922F: util/iova-tree.c 1923 1924elf2dmp 1925M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 1926S: Maintained 1927F: contrib/elf2dmp/ 1928 1929Usermode Emulation 1930------------------ 1931Overall 1932M: Riku Voipio <riku.voipio@iki.fi> 1933S: Maintained 1934F: thunk.c 1935F: accel/tcg/user-exec*.c 1936 1937BSD user 1938S: Orphan 1939F: bsd-user/ 1940F: default-configs/*-bsd-user.mak 1941 1942Linux user 1943M: Riku Voipio <riku.voipio@iki.fi> 1944R: Laurent Vivier <laurent@vivier.eu> 1945S: Maintained 1946F: linux-user/ 1947F: default-configs/*-linux-user.mak 1948F: scripts/qemu-binfmt-conf.sh 1949 1950Tiny Code Generator (TCG) 1951------------------------- 1952Common code 1953M: Richard Henderson <rth@twiddle.net> 1954S: Maintained 1955F: tcg/ 1956 1957AArch64 target 1958M: Claudio Fontana <claudio.fontana@huawei.com> 1959M: Claudio Fontana <claudio.fontana@gmail.com> 1960S: Maintained 1961L: qemu-arm@nongnu.org 1962F: tcg/aarch64/ 1963F: disas/arm-a64.cc 1964F: disas/libvixl/ 1965 1966ARM target 1967M: Andrzej Zaborowski <balrogg@gmail.com> 1968S: Maintained 1969L: qemu-arm@nongnu.org 1970F: tcg/arm/ 1971F: disas/arm.c 1972 1973i386 target 1974L: qemu-devel@nongnu.org 1975S: Maintained 1976F: tcg/i386/ 1977F: disas/i386.c 1978 1979MIPS target 1980M: Aurelien Jarno <aurelien@aurel32.net> 1981S: Maintained 1982F: tcg/mips/ 1983F: disas/mips.c 1984 1985PPC 1986M: Richard Henderson <rth@twiddle.net> 1987S: Odd Fixes 1988F: tcg/ppc/ 1989F: disas/ppc.c 1990 1991S390 target 1992M: Alexander Graf <agraf@suse.de> 1993M: Richard Henderson <rth@twiddle.net> 1994S: Maintained 1995F: tcg/s390/ 1996F: disas/s390.c 1997L: qemu-s390x@nongnu.org 1998 1999SPARC target 2000S: Odd Fixes 2001F: tcg/sparc/ 2002F: disas/sparc.c 2003 2004TCI target 2005M: Stefan Weil <sw@weilnetz.de> 2006S: Maintained 2007F: tcg/tci/ 2008F: tcg/tci.c 2009F: disas/tci.c 2010 2011Block drivers 2012------------- 2013VMDK 2014M: Fam Zheng <famz@redhat.com> 2015L: qemu-block@nongnu.org 2016S: Supported 2017F: block/vmdk.c 2018 2019RBD 2020M: Josh Durgin <jdurgin@redhat.com> 2021M: Jeff Cody <jcody@redhat.com> 2022L: qemu-block@nongnu.org 2023S: Supported 2024F: block/rbd.c 2025T: git git://github.com/codyprime/qemu-kvm-jtc.git block 2026 2027Sheepdog 2028M: Liu Yuan <namei.unix@gmail.com> 2029M: Jeff Cody <jcody@redhat.com> 2030L: qemu-block@nongnu.org 2031L: sheepdog@lists.wpkg.org 2032S: Supported 2033F: block/sheepdog.c 2034T: git git://github.com/codyprime/qemu-kvm-jtc.git block 2035 2036VHDX 2037M: Jeff Cody <jcody@redhat.com> 2038L: qemu-block@nongnu.org 2039S: Supported 2040F: block/vhdx* 2041T: git git://github.com/codyprime/qemu-kvm-jtc.git block 2042 2043VDI 2044M: Stefan Weil <sw@weilnetz.de> 2045L: qemu-block@nongnu.org 2046S: Maintained 2047F: block/vdi.c 2048 2049iSCSI 2050M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2051M: Paolo Bonzini <pbonzini@redhat.com> 2052M: Peter Lieven <pl@kamp.de> 2053L: qemu-block@nongnu.org 2054S: Supported 2055F: block/iscsi.c 2056F: block/iscsi-opts.c 2057 2058Network Block Device (NBD) 2059M: Eric Blake <eblake@redhat.com> 2060M: Paolo Bonzini <pbonzini@redhat.com> 2061L: qemu-block@nongnu.org 2062S: Maintained 2063F: block/nbd* 2064F: nbd/ 2065F: include/block/nbd* 2066F: qemu-nbd.* 2067F: blockdev-nbd.c 2068F: docs/interop/nbd.txt 2069T: git git://repo.or.cz/qemu/ericb.git nbd 2070 2071NFS 2072M: Jeff Cody <jcody@redhat.com> 2073M: Peter Lieven <pl@kamp.de> 2074L: qemu-block@nongnu.org 2075S: Maintained 2076F: block/nfs.c 2077T: git git://github.com/codyprime/qemu-kvm-jtc.git block 2078 2079SSH 2080M: Richard W.M. Jones <rjones@redhat.com> 2081M: Jeff Cody <jcody@redhat.com> 2082L: qemu-block@nongnu.org 2083S: Supported 2084F: block/ssh.c 2085T: git git://github.com/codyprime/qemu-kvm-jtc.git block 2086 2087CURL 2088M: Jeff Cody <jcody@redhat.com> 2089L: qemu-block@nongnu.org 2090S: Supported 2091F: block/curl.c 2092T: git git://github.com/codyprime/qemu-kvm-jtc.git block 2093 2094GLUSTER 2095M: Jeff Cody <jcody@redhat.com> 2096L: qemu-block@nongnu.org 2097S: Supported 2098F: block/gluster.c 2099T: git git://github.com/codyprime/qemu-kvm-jtc.git block 2100 2101Null Block Driver 2102M: Fam Zheng <famz@redhat.com> 2103L: qemu-block@nongnu.org 2104S: Supported 2105F: block/null.c 2106 2107NVMe Block Driver 2108M: Fam Zheng <famz@redhat.com> 2109L: qemu-block@nongnu.org 2110S: Supported 2111F: block/nvme* 2112 2113Bootdevice 2114M: Gonglei <arei.gonglei@huawei.com> 2115S: Maintained 2116F: bootdevice.c 2117 2118Quorum 2119M: Alberto Garcia <berto@igalia.com> 2120S: Supported 2121F: block/quorum.c 2122L: qemu-block@nongnu.org 2123 2124blklogwrites 2125M: Ari Sundholm <ari@tuxera.com> 2126L: qemu-block@nongnu.org 2127S: Supported 2128F: block/blklogwrites.c 2129 2130blkverify 2131M: Stefan Hajnoczi <stefanha@redhat.com> 2132L: qemu-block@nongnu.org 2133S: Supported 2134F: block/blkverify.c 2135 2136bochs 2137M: Stefan Hajnoczi <stefanha@redhat.com> 2138L: qemu-block@nongnu.org 2139S: Supported 2140F: block/bochs.c 2141 2142cloop 2143M: Stefan Hajnoczi <stefanha@redhat.com> 2144L: qemu-block@nongnu.org 2145S: Supported 2146F: block/cloop.c 2147 2148dmg 2149M: Stefan Hajnoczi <stefanha@redhat.com> 2150L: qemu-block@nongnu.org 2151S: Supported 2152F: block/dmg.c 2153 2154parallels 2155M: Stefan Hajnoczi <stefanha@redhat.com> 2156M: Denis V. Lunev <den@openvz.org> 2157L: qemu-block@nongnu.org 2158S: Supported 2159F: block/parallels.c 2160F: docs/interop/parallels.txt 2161 2162qed 2163M: Stefan Hajnoczi <stefanha@redhat.com> 2164L: qemu-block@nongnu.org 2165S: Supported 2166F: block/qed.c 2167 2168raw 2169M: Kevin Wolf <kwolf@redhat.com> 2170L: qemu-block@nongnu.org 2171S: Supported 2172F: block/linux-aio.c 2173F: include/block/raw-aio.h 2174F: block/raw-format.c 2175F: block/file-posix.c 2176F: block/file-win32.c 2177F: block/win32-aio.c 2178 2179qcow2 2180M: Kevin Wolf <kwolf@redhat.com> 2181M: Max Reitz <mreitz@redhat.com> 2182L: qemu-block@nongnu.org 2183S: Supported 2184F: block/qcow2* 2185F: docs/interop/qcow2.txt 2186 2187qcow 2188M: Kevin Wolf <kwolf@redhat.com> 2189L: qemu-block@nongnu.org 2190S: Supported 2191F: block/qcow.c 2192 2193blkdebug 2194M: Kevin Wolf <kwolf@redhat.com> 2195M: Max Reitz <mreitz@redhat.com> 2196L: qemu-block@nongnu.org 2197S: Supported 2198F: block/blkdebug.c 2199 2200vpc 2201M: Kevin Wolf <kwolf@redhat.com> 2202L: qemu-block@nongnu.org 2203S: Supported 2204F: block/vpc.c 2205 2206vvfat 2207M: Kevin Wolf <kwolf@redhat.com> 2208L: qemu-block@nongnu.org 2209S: Supported 2210F: block/vvfat.c 2211 2212Image format fuzzer 2213M: Stefan Hajnoczi <stefanha@redhat.com> 2214L: qemu-block@nongnu.org 2215S: Supported 2216F: tests/image-fuzzer/ 2217 2218Replication 2219M: Wen Congyang <wencongyang2@huawei.com> 2220M: Xie Changlong <xiechanglong.d@gmail.com> 2221S: Supported 2222F: replication* 2223F: block/replication.c 2224F: tests/test-replication.c 2225F: docs/block-replication.txt 2226 2227PVRDMA 2228M: Yuval Shaia <yuval.shaia@oracle.com> 2229M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2230S: Maintained 2231F: hw/rdma/* 2232F: hw/rdma/vmw/* 2233F: docs/pvrdma.txt 2234 2235Build and test automation 2236------------------------- 2237Build and test automation 2238M: Alex Bennée <alex.bennee@linaro.org> 2239M: Fam Zheng <famz@redhat.com> 2240R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2241L: qemu-devel@nongnu.org 2242S: Maintained 2243F: .travis.yml 2244F: scripts/travis/ 2245F: .shippable.yml 2246F: tests/docker/ 2247F: tests/vm/ 2248W: https://travis-ci.org/qemu/qemu 2249W: https://app.shippable.com/github/qemu/qemu 2250W: http://patchew.org/QEMU/ 2251 2252Guest Test Compilation Support 2253M: Alex Bennée <alex.bennee@linaro.org> 2254R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2255F: tests/tcg/Makefile 2256F: tests/tcg/Makefile.include 2257L: qemu-devel@nongnu.org 2258 2259Documentation 2260------------- 2261Build system architecture 2262M: Daniel P. Berrange <berrange@redhat.com> 2263S: Odd Fixes 2264F: docs/devel/build-system.txt 2265 2266Incompatible changes 2267R: libvir-list@redhat.com 2268F: qemu-deprecated.texi 2269 2270Build System 2271------------ 2272GIT submodules 2273M: Daniel P. Berrange <berrange@redhat.com> 2274S: Odd Fixes 2275F: scripts/git-submodule.sh 2276