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