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