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 L: Mailing list that is relevant to this area 16 W: Web-page with status/info 17 Q: Patchwork web based patch tracking system site 18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 19 S: Status, one of the following: 20 Supported: Someone is actually paid to look after this. 21 Maintained: Someone actually looks after it. 22 Odd Fixes: It has a maintainer but they don't have time to do 23 much other than throw the odd patch in. See below. 24 Orphan: No current maintainer [but maybe you could take the 25 role as you write your new code]. 26 Obsolete: Old code. Something tagged obsolete generally means 27 it has been replaced by a better system and you 28 should be using that. 29 F: Files and directories with wildcard patterns. 30 A trailing slash includes all files and subdirectory files. 31 F: drivers/net/ all files in and below drivers/net 32 F: drivers/net/* all files in drivers/net, but not below 33 F: */net/* all files in "any top level directory"/net 34 One pattern per line. Multiple F: lines acceptable. 35 X: Files and directories that are NOT maintained, same rules as F: 36 Files exclusions are tested before file matches. 37 Can be useful for excluding a specific subdirectory, for instance: 38 F: net/ 39 X: net/ipv6/ 40 matches all files in and below net excluding net/ipv6/ 41 K: Keyword perl extended regex pattern to match content in a 42 patch or file. For instance: 43 K: of_get_profile 44 matches patches or files that contain "of_get_profile" 45 K: \b(printk|pr_(info|err))\b 46 matches patches or files that contain one or more of the words 47 printk, pr_info or pr_err 48 One regex pattern per line. Multiple K: lines acceptable. 49 50 51General Project Administration 52------------------------------ 53M: Peter Maydell <peter.maydell@linaro.org> 54 55All patches CC here 56L: qemu-devel@nongnu.org 57F: * 58F: */ 59 60Responsible Disclosure, Reporting Security Issues 61------------------------------ 62W: http://wiki.qemu.org/SecurityProcess 63M: Michael S. Tsirkin <mst@redhat.com> 64L: secalert@redhat.com 65 66Guest CPU cores (TCG): 67---------------------- 68Overall 69L: qemu-devel@nongnu.org 70M: Paolo Bonzini <pbonzini@redhat.com> 71M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 72M: Richard Henderson <rth@twiddle.net> 73S: Maintained 74F: cpu-exec.c 75F: cpu-exec-common.c 76F: cpus.c 77F: cputlb.c 78F: exec.c 79F: softmmu_template.h 80F: translate-all.* 81F: translate-common.c 82F: include/exec/cpu*.h 83F: include/exec/exec-all.h 84F: include/exec/helper*.h 85F: include/exec/tb-hash.h 86 87FPU emulation 88M: Aurelien Jarno <aurelien@aurel32.net> 89M: Peter Maydell <peter.maydell@linaro.org> 90S: Odd Fixes 91F: fpu/ 92F: include/fpu/ 93 94Alpha 95M: Richard Henderson <rth@twiddle.net> 96S: Maintained 97F: target-alpha/ 98F: hw/alpha/ 99F: tests/tcg/alpha/ 100F: disas/alpha.c 101 102ARM 103M: Peter Maydell <peter.maydell@linaro.org> 104L: qemu-arm@nongnu.org 105S: Maintained 106F: target-arm/ 107F: hw/arm/ 108F: hw/cpu/a*mpcore.c 109F: disas/arm.c 110F: disas/arm-a64.cc 111F: disas/libvixl/ 112 113CRIS 114M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 115S: Maintained 116F: target-cris/ 117F: hw/cris/ 118F: tests/tcg/cris/ 119F: disas/cris.c 120 121LM32 122M: Michael Walle <michael@walle.cc> 123S: Maintained 124F: target-lm32/ 125F: disas/lm32.c 126F: hw/lm32/ 127F: hw/*/lm32_* 128F: hw/*/milkymist-* 129F: include/hw/char/lm32_juart.h 130F: include/hw/lm32/ 131F: tests/tcg/lm32/ 132 133M68K 134S: Orphan 135F: target-m68k/ 136F: hw/m68k/ 137 138MicroBlaze 139M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 140S: Maintained 141F: target-microblaze/ 142F: hw/microblaze/ 143F: disas/microblaze.c 144 145MIPS 146M: Aurelien Jarno <aurelien@aurel32.net> 147M: Leon Alrae <leon.alrae@imgtec.com> 148S: Maintained 149F: target-mips/ 150F: hw/mips/ 151F: tests/tcg/mips/ 152F: disas/mips.c 153 154Moxie 155M: Anthony Green <green@moxielogic.com> 156S: Maintained 157F: target-moxie/ 158F: disas/moxie.c 159 160OpenRISC 161M: Jia Liu <proljc@gmail.com> 162S: Maintained 163F: target-openrisc/ 164F: hw/openrisc/ 165F: tests/tcg/openrisc/ 166 167PowerPC 168M: Alexander Graf <agraf@suse.de> 169L: qemu-ppc@nongnu.org 170S: Maintained 171F: target-ppc/ 172F: hw/ppc/ 173F: disas/ppc.c 174 175S390 176M: Richard Henderson <rth@twiddle.net> 177M: Alexander Graf <agraf@suse.de> 178S: Maintained 179F: target-s390x/ 180F: hw/s390x/ 181F: disas/s390.c 182 183SH4 184M: Aurelien Jarno <aurelien@aurel32.net> 185S: Odd Fixes 186F: target-sh4/ 187F: hw/sh4/ 188F: disas/sh4.c 189 190SPARC 191M: Blue Swirl <blauwirbel@gmail.com> 192M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 193S: Maintained 194F: target-sparc/ 195F: hw/sparc/ 196F: hw/sparc64/ 197F: disas/sparc.c 198 199UniCore32 200M: Guan Xuetao <gxt@mprc.pku.edu.cn> 201S: Maintained 202F: target-unicore32/ 203F: hw/unicore32/ 204 205X86 206M: Paolo Bonzini <pbonzini@redhat.com> 207M: Richard Henderson <rth@twiddle.net> 208M: Eduardo Habkost <ehabkost@redhat.com> 209S: Maintained 210F: target-i386/ 211F: hw/i386/ 212F: disas/i386.c 213 214Xtensa 215M: Max Filippov <jcmvbkbc@gmail.com> 216W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 217S: Maintained 218F: target-xtensa/ 219F: hw/xtensa/ 220F: tests/tcg/xtensa/ 221 222TriCore 223M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 224S: Maintained 225F: target-tricore/ 226F: hw/tricore/ 227 228Guest CPU Cores (KVM): 229---------------------- 230 231Overall 232M: Paolo Bonzini <pbonzini@redhat.com> 233L: kvm@vger.kernel.org 234S: Supported 235F: kvm-* 236F: */kvm.* 237 238ARM 239M: Peter Maydell <peter.maydell@linaro.org> 240L: qemu-arm@nongnu.org 241S: Maintained 242F: target-arm/kvm.c 243 244MIPS 245M: James Hogan <james.hogan@imgtec.com> 246S: Maintained 247F: target-mips/kvm.c 248 249PPC 250M: Alexander Graf <agraf@suse.de> 251S: Maintained 252F: target-ppc/kvm.c 253 254S390 255M: Christian Borntraeger <borntraeger@de.ibm.com> 256M: Cornelia Huck <cornelia.huck@de.ibm.com> 257M: Alexander Graf <agraf@suse.de> 258S: Maintained 259F: target-s390x/kvm.c 260F: target-s390x/ioinst.[ch] 261F: target-s390x/machine.c 262F: hw/intc/s390_flic.c 263F: hw/intc/s390_flic_kvm.c 264F: include/hw/s390x/s390_flic.h 265F: gdb-xml/s390*.xml 266T: git git://github.com/cohuck/qemu.git s390-next 267T: git git://github.com/borntraeger/qemu.git s390-next 268 269X86 270M: Paolo Bonzini <pbonzini@redhat.com> 271M: Marcelo Tosatti <mtosatti@redhat.com> 272L: kvm@vger.kernel.org 273S: Supported 274F: target-i386/kvm.c 275 276Guest CPU Cores (Xen): 277---------------------- 278 279X86 280M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 281L: xen-devel@lists.xensource.com 282S: Supported 283F: xen-* 284F: */xen* 285F: hw/char/xen_console.c 286F: hw/display/xenfb.c 287F: hw/net/xen_nic.c 288F: hw/block/xen_* 289F: hw/xen/ 290F: hw/xenpv/ 291F: hw/i386/xen/ 292F: include/hw/xen/ 293F: include/sysemu/xen-mapcache.h 294 295Hosts: 296------ 297 298LINUX 299L: qemu-devel@nongnu.org 300S: Maintained 301F: linux-* 302F: linux-headers/ 303 304POSIX 305L: qemu-devel@nongnu.org 306S: Maintained 307F: *posix* 308 309W32, W64 310L: qemu-devel@nongnu.org 311M: Stefan Weil <sw@weilnetz.de> 312S: Maintained 313F: *win32* 314F: qemu.nsi 315 316ARM Machines 317------------ 318Allwinner-a10 319M: Beniamino Galvani <b.galvani@gmail.com> 320L: qemu-arm@nongnu.org 321S: Maintained 322F: hw/*/allwinner* 323F: include/hw/*/allwinner* 324F: hw/arm/cubieboard.c 325 326ARM PrimeCell 327M: Peter Maydell <peter.maydell@linaro.org> 328L: qemu-arm@nongnu.org 329S: Maintained 330F: hw/char/pl011.c 331F: hw/display/pl110* 332F: hw/dma/pl080.c 333F: hw/dma/pl330.c 334F: hw/gpio/pl061.c 335F: hw/input/pl050.c 336F: hw/intc/pl190.c 337F: hw/sd/pl181.c 338F: hw/timer/pl031.c 339F: include/hw/arm/primecell.h 340 341ARM cores 342M: Peter Maydell <peter.maydell@linaro.org> 343L: qemu-arm@nongnu.org 344S: Maintained 345F: hw/intc/arm* 346F: hw/intc/gic_internal.h 347F: hw/misc/a9scu.c 348F: hw/misc/arm11scu.c 349F: hw/timer/a9gtimer* 350F: hw/timer/arm_* 351F: include/hw/arm/arm.h 352F: include/hw/intc/arm* 353F: include/hw/misc/a9scu.h 354F: include/hw/misc/arm11scu.h 355F: include/hw/timer/a9gtimer.h 356F: include/hw/timer/arm_mptimer.h 357 358Exynos 359M: Evgeny Voevodin <e.voevodin@samsung.com> 360M: Maksim Kozlov <m.kozlov@samsung.com> 361M: Igor Mitsyanko <i.mitsyanko@gmail.com> 362M: Dmitry Solodkiy <d.solodkiy@samsung.com> 363L: qemu-arm@nongnu.org 364S: Maintained 365F: hw/*/exynos* 366F: include/hw/arm/exynos4210.h 367 368Calxeda Highbank 369M: Rob Herring <robh@kernel.org> 370L: qemu-arm@nongnu.org 371S: Maintained 372F: hw/arm/highbank.c 373F: hw/net/xgmac.c 374 375Canon DIGIC 376M: Antony Pavlov <antonynpavlov@gmail.com> 377L: qemu-arm@nongnu.org 378S: Maintained 379F: include/hw/arm/digic.h 380F: hw/*/digic* 381 382Gumstix 383L: qemu-devel@nongnu.org 384L: qemu-arm@nongnu.org 385S: Orphan 386F: hw/arm/gumstix.c 387 388i.MX31 389M: Peter Chubb <peter.chubb@nicta.com.au> 390L: qemu-arm@nongnu.org 391S: Odd fixes 392F: hw/*/imx* 393F: hw/arm/kzm.c 394F: include/hw/arm/fsl-imx31.h 395 396Integrator CP 397M: Peter Maydell <peter.maydell@linaro.org> 398L: qemu-arm@nongnu.org 399S: Maintained 400F: hw/arm/integratorcp.c 401 402Musicpal 403M: Jan Kiszka <jan.kiszka@web.de> 404L: qemu-arm@nongnu.org 405S: Maintained 406F: hw/arm/musicpal.c 407 408nSeries 409M: Andrzej Zaborowski <balrogg@gmail.com> 410L: qemu-arm@nongnu.org 411S: Maintained 412F: hw/arm/nseries.c 413 414Palm 415M: Andrzej Zaborowski <balrogg@gmail.com> 416L: qemu-arm@nongnu.org 417S: Maintained 418F: hw/arm/palm.c 419 420Real View 421M: Peter Maydell <peter.maydell@linaro.org> 422L: qemu-arm@nongnu.org 423S: Maintained 424F: hw/arm/realview* 425F: hw/intc/realview_gic.c 426F: include/hw/intc/realview_gic.h 427 428PXA2XX 429M: Andrzej Zaborowski <balrogg@gmail.com> 430L: qemu-arm@nongnu.org 431S: Maintained 432F: hw/arm/mainstone.c 433F: hw/arm/spitz.c 434F: hw/arm/tosa.c 435F: hw/arm/z2.c 436F: hw/*/pxa2xx* 437F: include/hw/arm/pxa.h 438 439Stellaris 440M: Peter Maydell <peter.maydell@linaro.org> 441L: qemu-arm@nongnu.org 442S: Maintained 443F: hw/*/stellaris* 444 445Versatile PB 446M: Peter Maydell <peter.maydell@linaro.org> 447L: qemu-arm@nongnu.org 448S: Maintained 449F: hw/*/versatile* 450 451Xilinx Zynq 452M: Alistair Francis <alistair.francis@xilinx.com> 453M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 454L: qemu-arm@nongnu.org 455S: Maintained 456F: hw/arm/xilinx_zynq.c 457F: hw/misc/zynq_slcr.c 458F: hw/*/cadence_* 459F: hw/ssi/xilinx_spips.c 460 461Xilinx ZynqMP 462M: Alistair Francis <alistair.francis@xilinx.com> 463M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 464L: qemu-arm@nongnu.org 465S: Maintained 466F: hw/arm/xlnx-zynqmp.c 467F: hw/arm/xlnx-ep108.c 468F: include/hw/arm/xlnx-zynqmp.h 469 470ARM ACPI Subsystem 471M: Shannon Zhao <zhaoshenglong@huawei.com> 472M: Shannon Zhao <shannon.zhao@linaro.org> 473L: qemu-arm@nongnu.org 474S: Maintained 475F: hw/arm/virt-acpi-build.c 476F: include/hw/arm/virt-acpi-build.h 477 478CRIS Machines 479------------- 480Axis Dev88 481M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 482S: Maintained 483F: hw/cris/axis_dev88.c 484F: hw/*/etraxfs_*.c 485 486LM32 Machines 487------------- 488EVR32 and uclinux BSP 489M: Michael Walle <michael@walle.cc> 490S: Maintained 491F: hw/lm32/lm32_boards.c 492 493milkymist 494M: Michael Walle <michael@walle.cc> 495S: Maintained 496F: hw/lm32/milkymist.c 497 498M68K Machines 499------------- 500an5206 501S: Orphan 502F: hw/m68k/an5206.c 503 504dummy_m68k 505S: Orphan 506F: hw/m68k/dummy_m68k.c 507 508mcf5208 509S: Orphan 510F: hw/m68k/mcf5208.c 511 512MicroBlaze Machines 513------------------- 514petalogix_s3adsp1800 515M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 516S: Maintained 517F: hw/microblaze/petalogix_s3adsp1800_mmu.c 518 519petalogix_ml605 520M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 521S: Maintained 522F: hw/microblaze/petalogix_ml605_mmu.c 523 524MIPS Machines 525------------- 526Jazz 527M: Hervé Poussineau <hpoussin@reactos.org> 528S: Maintained 529F: hw/mips/mips_jazz.c 530 531Malta 532M: Aurelien Jarno <aurelien@aurel32.net> 533S: Maintained 534F: hw/mips/mips_malta.c 535 536Mipssim 537L: qemu-devel@nongnu.org 538S: Orphan 539F: hw/mips/mips_mipssim.c 540 541R4000 542M: Aurelien Jarno <aurelien@aurel32.net> 543S: Maintained 544F: hw/mips/mips_r4k.c 545 546OpenRISC Machines 547----------------- 548or1k-sim 549M: Jia Liu <proljc@gmail.com> 550S: Maintained 551F: hw/openrisc/openrisc_sim.c 552 553PowerPC Machines 554---------------- 555405 556M: Alexander Graf <agraf@suse.de> 557L: qemu-ppc@nongnu.org 558S: Odd Fixes 559F: hw/ppc/ppc405_boards.c 560 561Bamboo 562M: Alexander Graf <agraf@suse.de> 563L: qemu-ppc@nongnu.org 564S: Odd Fixes 565F: hw/ppc/ppc440_bamboo.c 566 567e500 568M: Alexander Graf <agraf@suse.de> 569M: Scott Wood <scottwood@freescale.com> 570L: qemu-ppc@nongnu.org 571S: Supported 572F: hw/ppc/e500.[hc] 573F: hw/ppc/e500plat.c 574 575mpc8544ds 576M: Alexander Graf <agraf@suse.de> 577M: Scott Wood <scottwood@freescale.com> 578L: qemu-ppc@nongnu.org 579S: Supported 580F: hw/ppc/mpc8544ds.c 581F: hw/ppc/mpc8544_guts.c 582 583New World 584M: Alexander Graf <agraf@suse.de> 585L: qemu-ppc@nongnu.org 586S: Maintained 587F: hw/ppc/mac_newworld.c 588F: hw/pci-host/uninorth.c 589F: hw/pci-bridge/dec.[hc] 590F: hw/misc/macio/ 591 592Old World 593M: Alexander Graf <agraf@suse.de> 594L: qemu-ppc@nongnu.org 595S: Maintained 596F: hw/ppc/mac_oldworld.c 597F: hw/pci-host/grackle.c 598F: hw/misc/macio/ 599 600PReP 601M: Andreas Färber <andreas.faerber@web.de> 602L: qemu-ppc@nongnu.org 603S: Odd Fixes 604F: hw/ppc/prep.c 605F: hw/pci-host/prep.[hc] 606F: hw/isa/pc87312.[hc] 607 608sPAPR 609M: David Gibson <david@gibson.dropbear.id.au> 610M: Alexander Graf <agraf@suse.de> 611L: qemu-ppc@nongnu.org 612S: Supported 613F: hw/*/spapr* 614F: include/hw/*/spapr* 615F: hw/*/xics* 616F: include/hw/*/xics* 617F: pc-bios/spapr-rtas/* 618 619virtex_ml507 620M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 621L: qemu-ppc@nongnu.org 622S: Odd Fixes 623F: hw/ppc/virtex_ml507.c 624 625SH4 Machines 626------------ 627R2D 628M: Magnus Damm <magnus.damm@gmail.com> 629S: Maintained 630F: hw/sh4/r2d.c 631 632Shix 633M: Magnus Damm <magnus.damm@gmail.com> 634S: Orphan 635F: hw/sh4/shix.c 636 637SPARC Machines 638-------------- 639Sun4m 640M: Blue Swirl <blauwirbel@gmail.com> 641M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 642S: Maintained 643F: hw/sparc/sun4m.c 644 645Sun4u 646M: Blue Swirl <blauwirbel@gmail.com> 647M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 648S: Maintained 649F: hw/sparc64/sun4u.c 650 651Leon3 652M: Fabien Chouteau <chouteau@adacore.com> 653S: Maintained 654F: hw/sparc/leon3.c 655F: hw/*/grlib* 656 657S390 Machines 658------------- 659S390 Virtio-ccw 660M: Cornelia Huck <cornelia.huck@de.ibm.com> 661M: Christian Borntraeger <borntraeger@de.ibm.com> 662M: Alexander Graf <agraf@suse.de> 663S: Supported 664F: hw/char/sclp*.[hc] 665F: hw/s390x/ 666F: include/hw/s390x/ 667F: pc-bios/s390-ccw/ 668F: hw/watchdog/wdt_diag288.c 669T: git git://github.com/cohuck/qemu.git s390-next 670T: git git://github.com/borntraeger/qemu.git s390-next 671 672UniCore32 Machines 673------------- 674PKUnity-3 SoC initramfs-with-busybox 675M: Guan Xuetao <gxt@mprc.pku.edu.cn> 676S: Maintained 677F: hw/*/puv3* 678F: hw/unicore32/ 679 680X86 Machines 681------------ 682PC 683M: Michael S. Tsirkin <mst@redhat.com> 684S: Supported 685F: include/hw/i386/ 686F: hw/i386/ 687F: hw/pci-host/piix.c 688F: hw/pci-host/q35.c 689F: hw/pci-host/pam.c 690F: include/hw/pci-host/q35.h 691F: include/hw/pci-host/pam.h 692F: hw/isa/piix4.c 693F: hw/isa/lpc_ich9.c 694F: hw/i2c/smbus_ich9.c 695F: hw/acpi/piix4.c 696F: hw/acpi/ich9.c 697F: include/hw/acpi/ich9.h 698F: include/hw/acpi/piix.h 699F: hw/misc/sga.c 700 701PC Chipset 702M: Michael S. Tsirkin <mst@redhat.com> 703M: Paolo Bonzini <pbonzini@redhat.com> 704S: Support 705F: hw/char/debugcon.c 706F: hw/char/parallel.c 707F: hw/char/serial* 708F: hw/dma/i8257* 709F: hw/i2c/pm_smbus.c 710F: hw/intc/apic* 711F: hw/intc/ioapic* 712F: hw/intc/i8259* 713F: hw/misc/debugexit.c 714F: hw/misc/pc-testdev.c 715F: hw/timer/hpet* 716F: hw/timer/i8254* 717F: hw/timer/mc146818rtc* 718 719 720Xtensa Machines 721--------------- 722sim 723M: Max Filippov <jcmvbkbc@gmail.com> 724S: Maintained 725F: hw/xtensa/sim.c 726 727XTFPGA (LX60, LX200, ML605, KC705) 728M: Max Filippov <jcmvbkbc@gmail.com> 729S: Maintained 730F: hw/xtensa/xtfpga.c 731F: hw/net/opencores_eth.c 732 733Devices 734------- 735EDU 736M: Jiri Slaby <jslaby@suse.cz> 737S: Maintained 738F: hw/misc/edu.c 739 740IDE 741M: John Snow <jsnow@redhat.com> 742L: qemu-block@nongnu.org 743S: Supported 744F: include/hw/ide.h 745F: hw/ide/ 746F: hw/block/block.c 747F: hw/block/cdrom.c 748F: hw/block/hd-geometry.c 749F: tests/ide-test.c 750F: tests/ahci-test.c 751F: tests/libqos/ahci* 752T: git git://github.com/jnsnow/qemu.git ide 753 754Floppy 755M: John Snow <jsnow@redhat.com> 756L: qemu-block@nongnu.org 757S: Supported 758F: hw/block/fdc.c 759F: include/hw/block/fdc.h 760F: tests/fdc-test.c 761T: git git://github.com/jnsnow/qemu.git ide 762 763OMAP 764M: Peter Maydell <peter.maydell@linaro.org> 765S: Maintained 766F: hw/*/omap* 767F: include/hw/arm/omap.h 768 769IPack 770M: Alberto Garcia <berto@igalia.com> 771S: Odd Fixes 772F: hw/char/ipoctal232.c 773F: hw/ipack/ 774 775PCI 776M: Michael S. Tsirkin <mst@redhat.com> 777S: Supported 778F: include/hw/pci/* 779F: hw/misc/pci-testdev.c 780F: hw/pci/* 781F: hw/pci-bridge/* 782 783ACPI/SMBIOS 784M: Michael S. Tsirkin <mst@redhat.com> 785M: Igor Mammedov <imammedo@redhat.com> 786S: Supported 787F: include/hw/acpi/* 788F: include/hw/smbios/* 789F: hw/mem/* 790F: hw/acpi/* 791F: hw/smbios/* 792F: hw/i386/acpi-build.[hc] 793F: hw/i386/*dsl 794F: hw/arm/virt-acpi-build.c 795F: include/hw/arm/virt-acpi-build.h 796F: scripts/acpi*py 797 798ppc4xx 799M: Alexander Graf <agraf@suse.de> 800L: qemu-ppc@nongnu.org 801S: Odd Fixes 802F: hw/ppc/ppc4*.c 803 804ppce500 805M: Alexander Graf <agraf@suse.de> 806M: Scott Wood <scottwood@freescale.com> 807L: qemu-ppc@nongnu.org 808S: Supported 809F: hw/ppc/e500* 810F: hw/pci-host/ppce500.c 811F: hw/net/fsl_etsec/ 812 813Character devices 814M: Paolo Bonzini <pbonzini@redhat.com> 815S: Odd Fixes 816F: hw/char/ 817 818Network devices 819M: Jason Wang <jasowang@redhat.com> 820S: Odd Fixes 821F: hw/net/ 822T: git git://github.com/jasowang/qemu.git net 823 824SCSI 825M: Paolo Bonzini <pbonzini@redhat.com> 826S: Supported 827F: include/hw/scsi* 828F: hw/scsi/* 829T: git git://github.com/bonzini/qemu.git scsi-next 830 831LSI53C895A 832S: Orphan 833F: hw/scsi/lsi53c895a.c 834 835SSI 836M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 837S: Maintained 838F: hw/ssi/* 839F: hw/block/m25p80.c 840X: hw/ssi/xilinx_* 841 842Xilinx SPI 843M: Alistair Francis <alistair.francis@xilinx.com> 844M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 845S: Maintained 846F: hw/ssi/xilinx_* 847 848USB 849M: Gerd Hoffmann <kraxel@redhat.com> 850S: Maintained 851F: hw/usb/* 852F: tests/usb-*-test.c 853F: docs/usb2.txt 854F: docs/usb-storage.txt 855F: include/hw/usb.h 856F: include/hw/usb/ 857 858USB (serial adapter) 859M: Gerd Hoffmann <kraxel@redhat.com> 860M: Samuel Thibault <samuel.thibault@ens-lyon.org> 861S: Maintained 862F: hw/usb/dev-serial.c 863 864VFIO 865M: Alex Williamson <alex.williamson@redhat.com> 866S: Supported 867F: hw/vfio/* 868 869vhost 870M: Michael S. Tsirkin <mst@redhat.com> 871S: Supported 872F: hw/*/*vhost* 873 874virtio 875M: Michael S. Tsirkin <mst@redhat.com> 876S: Supported 877F: hw/*/virtio* 878F: net/vhost-user.c 879 880virtio-9p 881M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 882M: Greg Kurz <gkurz@linux.vnet.ibm.com> 883S: Supported 884F: hw/9pfs/ 885F: fsdev/ 886F: tests/virtio-9p-test.c 887T: git git://github.com/kvaneesh/QEMU.git 888 889virtio-blk 890M: Stefan Hajnoczi <stefanha@redhat.com> 891L: qemu-block@nongnu.org 892S: Supported 893F: hw/block/virtio-blk.c 894F: hw/block/dataplane/* 895F: hw/virtio/dataplane/* 896T: git git://github.com/stefanha/qemu.git block 897 898virtio-ccw 899M: Cornelia Huck <cornelia.huck@de.ibm.com> 900M: Christian Borntraeger <borntraeger@de.ibm.com> 901S: Supported 902F: hw/s390x/virtio-ccw.[hc] 903T: git git://github.com/cohuck/qemu.git s390-next 904T: git git://github.com/borntraeger/qemu.git s390-next 905 906virtio-input 907M: Gerd Hoffmann <kraxel@redhat.com> 908S: Maintained 909F: hw/input/virtio-input*.c 910F: include/hw/virtio/virtio-input.h 911 912virtio-serial 913M: Amit Shah <amit.shah@redhat.com> 914S: Supported 915F: hw/char/virtio-serial-bus.c 916F: hw/char/virtio-console.c 917F: include/hw/virtio/virtio-serial.h 918 919virtio-rng 920M: Amit Shah <amit.shah@redhat.com> 921S: Supported 922F: hw/virtio/virtio-rng.c 923F: include/hw/virtio/virtio-rng.h 924F: include/sysemu/rng*.h 925F: backends/rng*.c 926 927nvme 928M: Keith Busch <keith.busch@intel.com> 929L: qemu-block@nongnu.org 930S: Supported 931F: hw/block/nvme* 932F: tests/nvme-test.c 933 934megasas 935M: Hannes Reinecke <hare@suse.de> 936L: qemu-block@nongnu.org 937S: Supported 938F: hw/scsi/megasas.c 939F: hw/scsi/mfi.h 940 941Xilinx EDK 942M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 943M: Alistair Francis <alistair.francis@xilinx.com> 944M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 945S: Maintained 946F: hw/*/xilinx_* 947F: include/hw/xilinx.h 948 949Vmware 950M: Dmitry Fleytman <dmitry@daynix.com> 951S: Maintained 952F: hw/net/vmxnet* 953F: hw/scsi/vmw_pvscsi* 954 955Rocker 956M: Scott Feldman <sfeldma@gmail.com> 957M: Jiri Pirko <jiri@resnulli.us> 958S: Maintained 959F: hw/net/rocker/ 960 961NVDIMM 962M: Xiao Guangrong <guangrong.xiao@linux.intel.com> 963S: Maintained 964F: hw/acpi/nvdimm.c 965F: hw/mem/nvdimm.c 966F: include/hw/mem/nvdimm.h 967 968Subsystems 969---------- 970Audio 971M: Gerd Hoffmann <kraxel@redhat.com> 972S: Maintained 973F: audio/ 974F: hw/audio/ 975F: tests/ac97-test.c 976F: tests/es1370-test.c 977F: tests/intel-hda-test.c 978 979Block layer core 980M: Kevin Wolf <kwolf@redhat.com> 981L: qemu-block@nongnu.org 982S: Supported 983F: block* 984F: block/ 985F: hw/block/ 986F: include/block/ 987F: qemu-img* 988F: qemu-io* 989F: tests/qemu-iotests/ 990T: git git://repo.or.cz/qemu/kevin.git block 991 992Block I/O path 993M: Stefan Hajnoczi <stefanha@redhat.com> 994L: qemu-block@nongnu.org 995S: Supported 996F: async.c 997F: aio-*.c 998F: block/io.c 999F: migration/block* 1000T: git git://github.com/stefanha/qemu.git block 1001 1002Block Jobs 1003M: Jeff Cody <jcody@redhat.com> 1004L: qemu-block@nongnu.org 1005S: Supported 1006F: blockjob.c 1007F: include/block/blockjob.h 1008F: block/backup.c 1009F: block/commit.c 1010F: block/stream.h 1011F: block/mirror.c 1012T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1013 1014Block QAPI, monitor, command line 1015M: Markus Armbruster <armbru@redhat.com> 1016S: Supported 1017F: blockdev.c 1018F: block/qapi.c 1019F: qapi/block*.json 1020T: git git://repo.or.cz/qemu/armbru.git block-next 1021 1022Character device backends 1023M: Paolo Bonzini <pbonzini@redhat.com> 1024S: Maintained 1025F: qemu-char.c 1026F: backends/msmouse.c 1027F: backends/testdev.c 1028 1029Character Devices (Braille) 1030M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1031S: Maintained 1032F: backends/baum.c 1033 1034Coverity model 1035M: Markus Armbruster <armbru@redhat.com> 1036S: Supported 1037F: scripts/coverity-model.c 1038 1039CPU 1040M: Andreas Färber <afaerber@suse.de> 1041S: Supported 1042F: qom/cpu.c 1043F: include/qom/cpu.h 1044F: target-i386/cpu.c 1045 1046ICC Bus 1047M: Igor Mammedov <imammedo@redhat.com> 1048S: Supported 1049F: include/hw/cpu/icc_bus.h 1050F: hw/cpu/icc_bus.c 1051 1052Device Tree 1053M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1054M: Alexander Graf <agraf@suse.de> 1055S: Maintained 1056F: device_tree.c 1057F: include/sysemu/device_tree.h 1058 1059Error reporting 1060M: Markus Armbruster <armbru@redhat.com> 1061S: Supported 1062F: include/qapi/error.h 1063F: include/qemu/error-report.h 1064F: util/error.c 1065F: util/qemu-error.c 1066 1067GDB stub 1068L: qemu-devel@nongnu.org 1069S: Odd Fixes 1070F: gdbstub* 1071F: gdb-xml/ 1072 1073Memory API 1074M: Paolo Bonzini <pbonzini@redhat.com> 1075S: Supported 1076F: include/exec/ioport.h 1077F: ioport.c 1078F: include/exec/memory.h 1079F: include/exec/ram_addr.h 1080F: memory.c 1081F: include/exec/memory-internal.h 1082F: exec.c 1083 1084SPICE 1085M: Gerd Hoffmann <kraxel@redhat.com> 1086S: Supported 1087F: include/ui/qemu-spice.h 1088F: include/ui/spice-display.h 1089F: ui/spice-*.c 1090F: audio/spiceaudio.c 1091F: hw/display/qxl* 1092 1093Graphics 1094M: Gerd Hoffmann <kraxel@redhat.com> 1095S: Odd Fixes 1096F: ui/ 1097F: include/ui/ 1098 1099Cocoa graphics 1100M: Andreas Färber <andreas.faerber@web.de> 1101M: Peter Maydell <peter.maydell@linaro.org> 1102S: Odd Fixes 1103F: ui/cocoa.m 1104 1105Main loop 1106M: Paolo Bonzini <pbonzini@redhat.com> 1107S: Maintained 1108F: cpus.c 1109F: main-loop.c 1110F: qemu-timer.c 1111F: vl.c 1112 1113Human Monitor (HMP) 1114M: Luiz Capitulino <lcapitulino@redhat.com> 1115S: Maintained 1116F: monitor.c 1117F: hmp.c 1118F: hmp-commands.hx 1119T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1120 1121Network device backends 1122M: Jason Wang <jasowang@redhat.com> 1123S: Maintained 1124F: net/ 1125T: git git://github.com/jasowang/qemu.git net 1126 1127Netmap network backend 1128M: Luigi Rizzo <rizzo@iet.unipi.it> 1129M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1130M: Vincenzo Maffione <v.maffione@gmail.com> 1131W: http://info.iet.unipi.it/~luigi/netmap/ 1132S: Maintained 1133F: net/netmap.c 1134 1135Network Block Device (NBD) 1136M: Paolo Bonzini <pbonzini@redhat.com> 1137S: Odd Fixes 1138F: block/nbd* 1139F: nbd/ 1140F: include/block/nbd* 1141F: qemu-nbd.c 1142T: git git://github.com/bonzini/qemu.git nbd-next 1143 1144NUMA 1145M: Eduardo Habkost <ehabkost@redhat.com> 1146S: Maintained 1147F: numa.c 1148F: include/sysemu/numa.h 1149K: numa|NUMA 1150K: srat|SRAT 1151T: git git://github.com/ehabkost/qemu.git numa 1152 1153QAPI 1154M: Markus Armbruster <armbru@redhat.com> 1155M: Michael Roth <mdroth@linux.vnet.ibm.com> 1156S: Supported 1157F: qapi/ 1158X: qapi/*.json 1159F: include/qapi/ 1160X: include/qapi/qmp/ 1161F: include/qapi/qmp/dispatch.h 1162F: tests/qapi-schema/ 1163F: tests/test-*-visitor.c 1164F: tests/test-qmp-*.c 1165F: scripts/qapi* 1166F: docs/qapi* 1167T: git git://repo.or.cz/qemu/armbru.git qapi-next 1168 1169QAPI Schema 1170M: Eric Blake <eblake@redhat.com> 1171M: Markus Armbruster <armbru@redhat.com> 1172S: Supported 1173F: qapi-schema.json 1174F: qapi/*.json 1175T: git git://repo.or.cz/qemu/armbru.git qapi-next 1176 1177QObject 1178M: Luiz Capitulino <lcapitulino@redhat.com> 1179S: Maintained 1180F: qobject/ 1181F: include/qapi/qmp/ 1182X: include/qapi/qmp/dispatch.h 1183F: tests/check-qdict.c 1184F: tests/check-qfloat.c 1185F: tests/check-qint.c 1186F: tests/check-qjson.c 1187F: tests/check-qlist.c 1188F: tests/check-qstring.c 1189T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1190 1191QEMU Guest Agent 1192M: Michael Roth <mdroth@linux.vnet.ibm.com> 1193S: Maintained 1194F: qga/ 1195T: git git://github.com/mdroth/qemu.git qga 1196 1197QOM 1198M: Andreas Färber <afaerber@suse.de> 1199S: Supported 1200T: git git://github.com/afaerber/qemu-cpu.git qom-next 1201F: include/qom/ 1202X: include/qom/cpu.h 1203F: qom/ 1204X: qom/cpu.c 1205F: tests/check-qom-interface.c 1206F: tests/check-qom-proplist.c 1207F: tests/qom-test.c 1208 1209QMP 1210M: Markus Armbruster <armbru@redhat.com> 1211S: Supported 1212F: qmp.c 1213F: monitor.c 1214F: qmp-commands.hx 1215F: docs/*qmp-* 1216F: scripts/qmp/ 1217T: git git://repo.or.cz/qemu/armbru.git qapi-next 1218 1219SLIRP 1220M: Jan Kiszka <jan.kiszka@siemens.com> 1221S: Maintained 1222F: slirp/ 1223F: net/slirp.c 1224T: git git://git.kiszka.org/qemu.git queues/slirp 1225 1226Tracing 1227M: Stefan Hajnoczi <stefanha@redhat.com> 1228S: Maintained 1229F: trace/ 1230F: scripts/tracetool.py 1231F: scripts/tracetool/ 1232F: docs/tracing.txt 1233T: git git://github.com/stefanha/qemu.git tracing 1234 1235Checkpatch 1236M: Blue Swirl <blauwirbel@gmail.com> 1237S: Odd Fixes 1238F: scripts/checkpatch.pl 1239 1240Migration 1241M: Juan Quintela <quintela@redhat.com> 1242M: Amit Shah <amit.shah@redhat.com> 1243S: Maintained 1244F: include/migration/ 1245F: migration/ 1246F: scripts/vmstate-static-checker.py 1247F: tests/vmstate-static-checker-data/ 1248F: docs/migration.txt 1249 1250Seccomp 1251M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1252S: Supported 1253F: qemu-seccomp.c 1254F: include/sysemu/seccomp.h 1255 1256Cryptography 1257M: Daniel P. Berrange <berrange@redhat.com> 1258S: Maintained 1259F: crypto/ 1260F: include/crypto/ 1261F: tests/test-crypto-* 1262 1263Coroutines 1264M: Stefan Hajnoczi <stefanha@redhat.com> 1265M: Kevin Wolf <kwolf@redhat.com> 1266F: util/*coroutine* 1267F: include/qemu/coroutine* 1268F: tests/test-coroutine.c 1269 1270Buffers 1271M: Daniel P. Berrange <berrange@redhat.com> 1272S: Odd fixes 1273F: util/buffer.c 1274F: include/qemu/buffer.h 1275 1276I/O Channels 1277M: Daniel P. Berrange <berrange@redhat.com> 1278S: Maintained 1279F: io/ 1280F: include/io/ 1281F: tests/test-io-* 1282 1283Sockets 1284M: Daniel P. Berrange <berrange@redhat.com> 1285M: Gerd Hoffmann <kraxel@redhat.com> 1286M: Paolo Bonzini <pbonzini@redhat.com> 1287S: Maintained 1288F: include/qemu/sockets.h 1289F: util/qemu-sockets.c 1290 1291Throttling infrastructure 1292M: Alberto Garcia <berto@igalia.com> 1293S: Supported 1294F: block/throttle-groups.c 1295F: include/block/throttle-groups.h 1296F: include/qemu/throttle.h 1297F: util/throttle.c 1298L: qemu-block@nongnu.org 1299 1300Usermode Emulation 1301------------------ 1302Overall 1303M: Riku Voipio <riku.voipio@iki.fi> 1304S: Maintained 1305F: thunk.c 1306F: user-exec.c 1307 1308BSD user 1309M: Blue Swirl <blauwirbel@gmail.com> 1310S: Maintained 1311F: bsd-user/ 1312 1313Linux user 1314M: Riku Voipio <riku.voipio@iki.fi> 1315S: Maintained 1316F: linux-user/ 1317 1318Tiny Code Generator (TCG) 1319------------------------- 1320Common code 1321M: Richard Henderson <rth@twiddle.net> 1322S: Maintained 1323F: tcg/ 1324 1325AArch64 target 1326M: Claudio Fontana <claudio.fontana@huawei.com> 1327M: Claudio Fontana <claudio.fontana@gmail.com> 1328S: Maintained 1329L: qemu-arm@nongnu.org 1330F: tcg/aarch64/ 1331F: disas/arm-a64.cc 1332F: disas/libvixl/ 1333 1334ARM target 1335M: Andrzej Zaborowski <balrogg@gmail.com> 1336S: Maintained 1337L: qemu-arm@nongnu.org 1338F: tcg/arm/ 1339F: disas/arm.c 1340 1341i386 target 1342L: qemu-devel@nongnu.org 1343S: Maintained 1344F: tcg/i386/ 1345F: disas/i386.c 1346 1347IA64 target 1348M: Aurelien Jarno <aurelien@aurel32.net> 1349S: Maintained 1350F: tcg/ia64/ 1351F: disas/ia64.c 1352 1353MIPS target 1354M: Aurelien Jarno <aurelien@aurel32.net> 1355S: Maintained 1356F: tcg/mips/ 1357F: disas/mips.c 1358 1359PPC 1360M: Vassili Karpov (malc) <av1474@comtv.ru> 1361S: Maintained 1362F: tcg/ppc/ 1363F: disas/ppc.c 1364 1365S390 target 1366M: Alexander Graf <agraf@suse.de> 1367M: Richard Henderson <rth@twiddle.net> 1368S: Maintained 1369F: tcg/s390/ 1370F: disas/s390.c 1371 1372SPARC target 1373M: Blue Swirl <blauwirbel@gmail.com> 1374S: Maintained 1375F: tcg/sparc/ 1376F: disas/sparc.c 1377 1378TCI target 1379M: Stefan Weil <sw@weilnetz.de> 1380S: Maintained 1381F: tcg/tci/ 1382F: tci.c 1383F: disas/tci.c 1384 1385Stable branches 1386--------------- 1387Stable 1.0 1388L: qemu-stable@nongnu.org 1389T: git git://git.qemu-project.org/qemu-stable-1.0.git 1390S: Orphan 1391 1392Stable 0.15 1393L: qemu-stable@nongnu.org 1394M: Andreas Färber <afaerber@suse.de> 1395T: git git://git.qemu-project.org/qemu-stable-0.15.git 1396S: Supported 1397 1398Stable 0.14 1399L: qemu-stable@nongnu.org 1400T: git git://git.qemu-project.org/qemu-stable-0.14.git 1401S: Orphan 1402 1403Stable 0.10 1404L: qemu-stable@nongnu.org 1405T: git git://git.qemu-project.org/qemu-stable-0.10.git 1406S: Orphan 1407 1408Block drivers 1409------------- 1410VMDK 1411M: Fam Zheng <famz@redhat.com> 1412L: qemu-block@nongnu.org 1413S: Supported 1414F: block/vmdk.c 1415 1416RBD 1417M: Josh Durgin <jdurgin@redhat.com> 1418M: Jeff Cody <jcody@redhat.com> 1419L: qemu-block@nongnu.org 1420S: Supported 1421F: block/rbd.c 1422T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1423 1424Sheepdog 1425M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1426M: Liu Yuan <namei.unix@gmail.com> 1427M: Jeff Cody <jcody@redhat.com> 1428L: qemu-block@nongnu.org 1429L: sheepdog@lists.wpkg.org 1430S: Supported 1431F: block/sheepdog.c 1432T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1433 1434VHDX 1435M: Jeff Cody <jcody@redhat.com> 1436L: qemu-block@nongnu.org 1437S: Supported 1438F: block/vhdx* 1439T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1440 1441VDI 1442M: Stefan Weil <sw@weilnetz.de> 1443L: qemu-block@nongnu.org 1444S: Maintained 1445F: block/vdi.c 1446 1447iSCSI 1448M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1449M: Paolo Bonzini <pbonzini@redhat.com> 1450M: Peter Lieven <pl@kamp.de> 1451L: qemu-block@nongnu.org 1452S: Supported 1453F: block/iscsi.c 1454 1455NFS 1456M: Jeff Cody <jcody@redhat.com> 1457M: Peter Lieven <pl@kamp.de> 1458L: qemu-block@nongnu.org 1459S: Maintained 1460F: block/nfs.c 1461T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1462 1463SSH 1464M: Richard W.M. Jones <rjones@redhat.com> 1465M: Jeff Cody <jcody@redhat.com> 1466L: qemu-block@nongnu.org 1467S: Supported 1468F: block/ssh.c 1469T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1470 1471ARCHIPELAGO 1472M: Chrysostomos Nanakos <chris@include.gr> 1473M: Jeff Cody <jcody@redhat.com> 1474L: qemu-block@nongnu.org 1475S: Maintained 1476F: block/archipelago.c 1477T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1478 1479CURL 1480M: Jeff Cody <jcody@redhat.com> 1481L: qemu-block@nongnu.org 1482S: Supported 1483F: block/curl.c 1484T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1485 1486GLUSTER 1487M: Jeff Cody <jcody@redhat.com> 1488L: qemu-block@nongnu.org 1489S: Supported 1490F: block/gluster.c 1491T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1492 1493Null Block Driver 1494M: Fam Zheng <famz@redhat.com> 1495L: qemu-block@nongnu.org 1496S: Supported 1497F: block/null.c 1498 1499Bootdevice 1500M: Gonglei <arei.gonglei@huawei.com> 1501S: Maintained 1502F: bootdevice.c 1503 1504Quorum 1505M: Alberto Garcia <berto@igalia.com> 1506S: Supported 1507F: block/quorum.c 1508L: qemu-block@nongnu.org 1509 1510blkverify 1511M: Stefan Hajnoczi <stefanha@redhat.com> 1512L: qemu-block@nongnu.org 1513S: Supported 1514F: block/blkverify.c 1515 1516bochs 1517M: Stefan Hajnoczi <stefanha@redhat.com> 1518L: qemu-block@nongnu.org 1519S: Supported 1520F: block/bochs.c 1521 1522cloop 1523M: Stefan Hajnoczi <stefanha@redhat.com> 1524L: qemu-block@nongnu.org 1525S: Supported 1526F: block/cloop.c 1527 1528dmg 1529M: Stefan Hajnoczi <stefanha@redhat.com> 1530L: qemu-block@nongnu.org 1531S: Supported 1532F: block/dmg.c 1533 1534parallels 1535M: Stefan Hajnoczi <stefanha@redhat.com> 1536M: Denis V. Lunev <den@openvz.org> 1537L: qemu-block@nongnu.org 1538S: Supported 1539F: block/parallels.c 1540F: docs/specs/parallels.txt 1541 1542qed 1543M: Stefan Hajnoczi <stefanha@redhat.com> 1544L: qemu-block@nongnu.org 1545S: Supported 1546F: block/qed.c 1547 1548raw 1549M: Kevin Wolf <kwolf@redhat.com> 1550L: qemu-block@nongnu.org 1551S: Supported 1552F: block/linux-aio.c 1553F: block/raw-aio.h 1554F: block/raw-posix.c 1555F: block/raw-win32.c 1556F: block/raw_bsd.c 1557F: block/win32-aio.c 1558 1559qcow2 1560M: Kevin Wolf <kwolf@redhat.com> 1561L: qemu-block@nongnu.org 1562S: Supported 1563F: block/qcow2* 1564 1565qcow 1566M: Kevin Wolf <kwolf@redhat.com> 1567L: qemu-block@nongnu.org 1568S: Supported 1569F: block/qcow.c 1570 1571blkdebug 1572M: Kevin Wolf <kwolf@redhat.com> 1573L: qemu-block@nongnu.org 1574S: Supported 1575F: block/blkdebug.c 1576 1577vpc 1578M: Kevin Wolf <kwolf@redhat.com> 1579L: qemu-block@nongnu.org 1580S: Supported 1581F: block/vpc.c 1582 1583vvfat 1584M: Kevin Wolf <kwolf@redhat.com> 1585L: qemu-block@nongnu.org 1586S: Supported 1587F: block/vvfat.c 1588 1589Image format fuzzer 1590M: Stefan Hajnoczi <stefanha@redhat.com> 1591L: qemu-block@nongnu.org 1592S: Supported 1593F: tests/image-fuzzer/ 1594 1595Build and test automation 1596------------------------- 1597M: Alex Bennée <alex.bennee@linaro.org> 1598L: qemu-devel@nongnu.org 1599S: Supported 1600F: .travis.yml 1601 1602Documentation 1603------------- 1604Build system architecture 1605M: Daniel P. Berrange <berrange@redhat.com> 1606S: Odd Fixes 1607F: docs/build-system.txt 1608