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: Yongbok Kim <yongbok.kim@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: include/hw/ide/ 776F: hw/ide/ 777F: hw/block/block.c 778F: hw/block/cdrom.c 779F: hw/block/hd-geometry.c 780F: tests/ide-test.c 781F: tests/ahci-test.c 782F: tests/libqos/ahci* 783T: git git://github.com/jnsnow/qemu.git ide 784 785Floppy 786M: John Snow <jsnow@redhat.com> 787L: qemu-block@nongnu.org 788S: Supported 789F: hw/block/fdc.c 790F: include/hw/block/fdc.h 791F: tests/fdc-test.c 792T: git git://github.com/jnsnow/qemu.git ide 793 794OMAP 795M: Peter Maydell <peter.maydell@linaro.org> 796S: Maintained 797F: hw/*/omap* 798F: include/hw/arm/omap.h 799 800IPack 801M: Alberto Garcia <berto@igalia.com> 802S: Odd Fixes 803F: hw/char/ipoctal232.c 804F: hw/ipack/ 805 806PCI 807M: Michael S. Tsirkin <mst@redhat.com> 808M: Marcel Apfelbaum <marcel@redhat.com> 809S: Supported 810F: include/hw/pci/* 811F: hw/misc/pci-testdev.c 812F: hw/pci/* 813F: hw/pci-bridge/* 814 815ACPI/SMBIOS 816M: Michael S. Tsirkin <mst@redhat.com> 817M: Igor Mammedov <imammedo@redhat.com> 818S: Supported 819F: include/hw/acpi/* 820F: include/hw/smbios/* 821F: hw/mem/* 822F: hw/acpi/* 823F: hw/smbios/* 824F: hw/i386/acpi-build.[hc] 825F: hw/arm/virt-acpi-build.c 826F: include/hw/arm/virt-acpi-build.h 827 828ppc4xx 829M: Alexander Graf <agraf@suse.de> 830L: qemu-ppc@nongnu.org 831S: Odd Fixes 832F: hw/ppc/ppc4*.c 833F: include/hw/ppc/ppc4xx.h 834 835ppce500 836M: Alexander Graf <agraf@suse.de> 837M: Scott Wood <scottwood@freescale.com> 838L: qemu-ppc@nongnu.org 839S: Supported 840F: hw/ppc/e500* 841F: hw/pci-host/ppce500.c 842F: hw/net/fsl_etsec/ 843 844Character devices 845M: Paolo Bonzini <pbonzini@redhat.com> 846S: Odd Fixes 847F: hw/char/ 848 849Network devices 850M: Jason Wang <jasowang@redhat.com> 851S: Odd Fixes 852F: hw/net/ 853F: tests/virtio-net-test.c 854T: git git://github.com/jasowang/qemu.git net 855 856SCSI 857M: Paolo Bonzini <pbonzini@redhat.com> 858S: Supported 859F: include/hw/scsi/* 860F: hw/scsi/* 861F: tests/virtio-scsi-test.c 862T: git git://github.com/bonzini/qemu.git scsi-next 863 864LSI53C895A 865S: Orphan 866F: hw/scsi/lsi53c895a.c 867 868SSI 869M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 870S: Maintained 871F: hw/ssi/* 872F: hw/block/m25p80.c 873X: hw/ssi/xilinx_* 874 875Xilinx SPI 876M: Alistair Francis <alistair.francis@xilinx.com> 877M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 878S: Maintained 879F: hw/ssi/xilinx_* 880 881USB 882M: Gerd Hoffmann <kraxel@redhat.com> 883S: Maintained 884F: hw/usb/* 885F: tests/usb-*-test.c 886F: docs/usb2.txt 887F: docs/usb-storage.txt 888F: include/hw/usb.h 889F: include/hw/usb/ 890 891USB (serial adapter) 892M: Gerd Hoffmann <kraxel@redhat.com> 893M: Samuel Thibault <samuel.thibault@ens-lyon.org> 894S: Maintained 895F: hw/usb/dev-serial.c 896 897VFIO 898M: Alex Williamson <alex.williamson@redhat.com> 899S: Supported 900F: hw/vfio/* 901F: include/hw/vfio/ 902 903vhost 904M: Michael S. Tsirkin <mst@redhat.com> 905S: Supported 906F: hw/*/*vhost* 907 908virtio 909M: Michael S. Tsirkin <mst@redhat.com> 910S: Supported 911F: hw/*/virtio* 912F: net/vhost-user.c 913F: include/hw/virtio/ 914F: tests/virtio-balloon-test.c 915 916virtio-9p 917M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 918M: Greg Kurz <groug@kaod.org> 919S: Supported 920F: hw/9pfs/ 921F: fsdev/ 922F: tests/virtio-9p-test.c 923T: git git://github.com/kvaneesh/QEMU.git 924T: git git://github.com/gkurz/qemu.git 9p-next 925 926virtio-blk 927M: Stefan Hajnoczi <stefanha@redhat.com> 928L: qemu-block@nongnu.org 929S: Supported 930F: hw/block/virtio-blk.c 931F: hw/block/dataplane/* 932F: tests/virtio-blk-test.c 933T: git git://github.com/stefanha/qemu.git block 934 935virtio-ccw 936M: Cornelia Huck <cornelia.huck@de.ibm.com> 937M: Christian Borntraeger <borntraeger@de.ibm.com> 938S: Supported 939F: hw/s390x/virtio-ccw.[hc] 940T: git git://github.com/cohuck/qemu.git s390-next 941T: git git://github.com/borntraeger/qemu.git s390-next 942 943virtio-input 944M: Gerd Hoffmann <kraxel@redhat.com> 945S: Maintained 946F: hw/input/virtio-input*.c 947F: include/hw/virtio/virtio-input.h 948 949virtio-serial 950M: Amit Shah <amit.shah@redhat.com> 951S: Supported 952F: hw/char/virtio-serial-bus.c 953F: hw/char/virtio-console.c 954F: include/hw/virtio/virtio-serial.h 955F: tests/virtio-console-test.c 956F: tests/virtio-serial-test.c 957 958virtio-rng 959M: Amit Shah <amit.shah@redhat.com> 960S: Supported 961F: hw/virtio/virtio-rng.c 962F: include/hw/virtio/virtio-rng.h 963F: include/sysemu/rng*.h 964F: backends/rng*.c 965F: tests/virtio-rng-test.c 966 967nvme 968M: Keith Busch <keith.busch@intel.com> 969L: qemu-block@nongnu.org 970S: Supported 971F: hw/block/nvme* 972F: tests/nvme-test.c 973 974megasas 975M: Hannes Reinecke <hare@suse.de> 976L: qemu-block@nongnu.org 977S: Supported 978F: hw/scsi/megasas.c 979F: hw/scsi/mfi.h 980 981Network packet abstractions 982M: Dmitry Fleytman <dmitry@daynix.com> 983S: Maintained 984F: include/net/eth.h 985F: net/eth.c 986F: hw/net/net_rx_pkt* 987F: hw/net/net_tx_pkt* 988 989Vmware 990M: Dmitry Fleytman <dmitry@daynix.com> 991S: Maintained 992F: hw/net/vmxnet* 993F: hw/scsi/vmw_pvscsi* 994 995Rocker 996M: Jiri Pirko <jiri@resnulli.us> 997S: Maintained 998F: hw/net/rocker/ 999 1000NVDIMM 1001M: Xiao Guangrong <guangrong.xiao@linux.intel.com> 1002S: Maintained 1003F: hw/acpi/nvdimm.c 1004F: hw/mem/nvdimm.c 1005F: include/hw/mem/nvdimm.h 1006 1007e1000x 1008M: Dmitry Fleytman <dmitry@daynix.com> 1009S: Maintained 1010F: hw/net/e1000x* 1011 1012e1000e 1013M: Dmitry Fleytman <dmitry@daynix.com> 1014S: Maintained 1015F: hw/net/e1000e* 1016 1017Subsystems 1018---------- 1019Audio 1020M: Gerd Hoffmann <kraxel@redhat.com> 1021S: Maintained 1022F: audio/ 1023F: hw/audio/ 1024F: tests/ac97-test.c 1025F: tests/es1370-test.c 1026F: tests/intel-hda-test.c 1027 1028Block layer core 1029M: Kevin Wolf <kwolf@redhat.com> 1030M: Max Reitz <mreitz@redhat.com> 1031L: qemu-block@nongnu.org 1032S: Supported 1033F: block* 1034F: block/ 1035F: hw/block/ 1036F: include/block/ 1037F: qemu-img* 1038F: qemu-io* 1039F: tests/qemu-iotests/ 1040T: git git://repo.or.cz/qemu/kevin.git block 1041 1042Block I/O path 1043M: Stefan Hajnoczi <stefanha@redhat.com> 1044M: Fam Zheng <famz@redhat.com> 1045L: qemu-block@nongnu.org 1046S: Supported 1047F: async.c 1048F: aio-*.c 1049F: block/io.c 1050F: migration/block* 1051F: include/block/aio.h 1052T: git git://github.com/stefanha/qemu.git block 1053 1054Block Jobs 1055M: Jeff Cody <jcody@redhat.com> 1056L: qemu-block@nongnu.org 1057S: Supported 1058F: blockjob.c 1059F: include/block/blockjob.h 1060F: block/backup.c 1061F: block/commit.c 1062F: block/stream.c 1063F: block/mirror.c 1064T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1065 1066Block QAPI, monitor, command line 1067M: Markus Armbruster <armbru@redhat.com> 1068S: Supported 1069F: blockdev.c 1070F: block/qapi.c 1071F: qapi/block*.json 1072T: git git://repo.or.cz/qemu/armbru.git block-next 1073 1074Character device backends 1075M: Paolo Bonzini <pbonzini@redhat.com> 1076S: Maintained 1077F: qemu-char.c 1078F: backends/msmouse.c 1079F: backends/testdev.c 1080 1081Character Devices (Braille) 1082M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1083S: Maintained 1084F: backends/baum.c 1085 1086Coverity model 1087M: Markus Armbruster <armbru@redhat.com> 1088S: Supported 1089F: scripts/coverity-model.c 1090 1091CPU 1092L: qemu-devel@nongnu.org 1093S: Supported 1094F: qom/cpu.c 1095F: include/qom/cpu.h 1096 1097Device Tree 1098M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1099M: Alexander Graf <agraf@suse.de> 1100S: Maintained 1101F: device_tree.c 1102F: include/sysemu/device_tree.h 1103 1104Error reporting 1105M: Markus Armbruster <armbru@redhat.com> 1106S: Supported 1107F: include/qapi/error.h 1108F: include/qemu/error-report.h 1109F: util/error.c 1110F: util/qemu-error.c 1111 1112GDB stub 1113L: qemu-devel@nongnu.org 1114S: Odd Fixes 1115F: gdbstub* 1116F: gdb-xml/ 1117 1118Memory API 1119M: Paolo Bonzini <pbonzini@redhat.com> 1120S: Supported 1121F: include/exec/ioport.h 1122F: ioport.c 1123F: include/exec/memory.h 1124F: include/exec/ram_addr.h 1125F: memory.c 1126F: include/exec/memory-internal.h 1127F: exec.c 1128 1129SPICE 1130M: Gerd Hoffmann <kraxel@redhat.com> 1131S: Supported 1132F: include/ui/qemu-spice.h 1133F: include/ui/spice-display.h 1134F: ui/spice-*.c 1135F: audio/spiceaudio.c 1136F: hw/display/qxl* 1137 1138Graphics 1139M: Gerd Hoffmann <kraxel@redhat.com> 1140S: Odd Fixes 1141F: ui/ 1142F: include/ui/ 1143 1144Cocoa graphics 1145M: Peter Maydell <peter.maydell@linaro.org> 1146S: Odd Fixes 1147F: ui/cocoa.m 1148 1149Main loop 1150M: Paolo Bonzini <pbonzini@redhat.com> 1151S: Maintained 1152F: cpus.c 1153F: main-loop.c 1154F: qemu-timer.c 1155F: vl.c 1156 1157Human Monitor (HMP) 1158M: Luiz Capitulino <lcapitulino@redhat.com> 1159S: Maintained 1160F: monitor.c 1161F: hmp.c 1162F: hmp-commands.hx 1163T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1164 1165Network device backends 1166M: Jason Wang <jasowang@redhat.com> 1167S: Maintained 1168F: net/ 1169F: include/net/ 1170T: git git://github.com/jasowang/qemu.git net 1171 1172Netmap network backend 1173M: Luigi Rizzo <rizzo@iet.unipi.it> 1174M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1175M: Vincenzo Maffione <v.maffione@gmail.com> 1176W: http://info.iet.unipi.it/~luigi/netmap/ 1177S: Maintained 1178F: net/netmap.c 1179 1180Network Block Device (NBD) 1181M: Paolo Bonzini <pbonzini@redhat.com> 1182S: Odd Fixes 1183F: block/nbd* 1184F: nbd/ 1185F: include/block/nbd* 1186F: qemu-nbd.c 1187T: git git://github.com/bonzini/qemu.git nbd-next 1188 1189NUMA 1190M: Eduardo Habkost <ehabkost@redhat.com> 1191S: Maintained 1192F: numa.c 1193F: include/sysemu/numa.h 1194T: git git://github.com/ehabkost/qemu.git numa 1195 1196Host Memory Backends 1197M: Eduardo Habkost <ehabkost@redhat.com> 1198M: Igor Mammedov <imammedo@redhat.com> 1199S: Maintained 1200F: backends/hostmem*.c 1201F: include/sysemu/hostmem.h 1202 1203QAPI 1204M: Markus Armbruster <armbru@redhat.com> 1205M: Michael Roth <mdroth@linux.vnet.ibm.com> 1206S: Supported 1207F: qapi/ 1208X: qapi/*.json 1209F: include/qapi/ 1210X: include/qapi/qmp/ 1211F: include/qapi/qmp/dispatch.h 1212F: tests/qapi-schema/ 1213F: tests/test-*-visitor.c 1214F: tests/test-qmp-*.c 1215F: scripts/qapi* 1216F: docs/qapi* 1217T: git git://repo.or.cz/qemu/armbru.git qapi-next 1218 1219QAPI Schema 1220M: Eric Blake <eblake@redhat.com> 1221M: Markus Armbruster <armbru@redhat.com> 1222S: Supported 1223F: qapi-schema.json 1224F: qapi/*.json 1225T: git git://repo.or.cz/qemu/armbru.git qapi-next 1226 1227QObject 1228M: Luiz Capitulino <lcapitulino@redhat.com> 1229S: Maintained 1230F: qobject/ 1231F: include/qapi/qmp/ 1232X: include/qapi/qmp/dispatch.h 1233F: tests/check-qdict.c 1234F: tests/check-qfloat.c 1235F: tests/check-qint.c 1236F: tests/check-qjson.c 1237F: tests/check-qlist.c 1238F: tests/check-qstring.c 1239T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1240 1241QEMU Guest Agent 1242M: Michael Roth <mdroth@linux.vnet.ibm.com> 1243S: Maintained 1244F: qga/ 1245T: git git://github.com/mdroth/qemu.git qga 1246 1247QOM 1248M: Andreas Färber <afaerber@suse.de> 1249S: Supported 1250T: git git://github.com/afaerber/qemu-cpu.git qom-next 1251F: include/qom/ 1252X: include/qom/cpu.h 1253F: qom/ 1254X: qom/cpu.c 1255F: tests/check-qom-interface.c 1256F: tests/check-qom-proplist.c 1257F: tests/qom-test.c 1258 1259QMP 1260M: Markus Armbruster <armbru@redhat.com> 1261S: Supported 1262F: qmp.c 1263F: monitor.c 1264F: docs/*qmp-* 1265F: scripts/qmp/ 1266T: git git://repo.or.cz/qemu/armbru.git qapi-next 1267 1268Register API 1269M: Alistair Francis <alistair.francis@xilinx.com> 1270S: Maintained 1271F: hw/core/register.c 1272F: include/hw/register.h 1273 1274SLIRP 1275M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1276M: Jan Kiszka <jan.kiszka@siemens.com> 1277S: Maintained 1278F: slirp/ 1279F: net/slirp.c 1280F: include/net/slirp.h 1281T: git git://git.kiszka.org/qemu.git queues/slirp 1282 1283Stubs 1284M: Paolo Bonzini <pbonzini@redhat.com> 1285S: Maintained 1286F: stubs/ 1287 1288Tracing 1289M: Stefan Hajnoczi <stefanha@redhat.com> 1290S: Maintained 1291F: trace/ 1292F: scripts/tracetool.py 1293F: scripts/tracetool/ 1294F: docs/tracing.txt 1295T: git git://github.com/stefanha/qemu.git tracing 1296 1297Checkpatch 1298S: Odd Fixes 1299F: scripts/checkpatch.pl 1300 1301Migration 1302M: Juan Quintela <quintela@redhat.com> 1303M: Amit Shah <amit.shah@redhat.com> 1304S: Maintained 1305F: include/migration/ 1306F: migration/ 1307F: scripts/vmstate-static-checker.py 1308F: tests/vmstate-static-checker-data/ 1309F: docs/migration.txt 1310 1311Seccomp 1312M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1313S: Supported 1314F: qemu-seccomp.c 1315F: include/sysemu/seccomp.h 1316 1317Cryptography 1318M: Daniel P. Berrange <berrange@redhat.com> 1319S: Maintained 1320F: crypto/ 1321F: include/crypto/ 1322F: tests/test-crypto-* 1323 1324Coroutines 1325M: Stefan Hajnoczi <stefanha@redhat.com> 1326M: Kevin Wolf <kwolf@redhat.com> 1327F: util/*coroutine* 1328F: include/qemu/coroutine* 1329F: tests/test-coroutine.c 1330 1331Buffers 1332M: Daniel P. Berrange <berrange@redhat.com> 1333S: Odd fixes 1334F: util/buffer.c 1335F: include/qemu/buffer.h 1336 1337I/O Channels 1338M: Daniel P. Berrange <berrange@redhat.com> 1339S: Maintained 1340F: io/ 1341F: include/io/ 1342F: tests/test-io-* 1343 1344Sockets 1345M: Daniel P. Berrange <berrange@redhat.com> 1346M: Gerd Hoffmann <kraxel@redhat.com> 1347M: Paolo Bonzini <pbonzini@redhat.com> 1348S: Maintained 1349F: include/qemu/sockets.h 1350F: util/qemu-sockets.c 1351 1352Throttling infrastructure 1353M: Alberto Garcia <berto@igalia.com> 1354S: Supported 1355F: block/throttle-groups.c 1356F: include/block/throttle-groups.h 1357F: include/qemu/throttle.h 1358F: util/throttle.c 1359L: qemu-block@nongnu.org 1360 1361UUID 1362M: Fam Zheng <famz@redhat.com> 1363S: Supported 1364F: util/uuid.c 1365F: include/qemu/uuid.h 1366F: tests/test-uuid.c 1367 1368COLO Proxy 1369M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> 1370M: Li Zhijian <lizhijian@cn.fujitsu.com> 1371S: Supported 1372F: docs/colo-proxy.txt 1373F: net/colo* 1374F: net/filter-rewriter.c 1375F: net/filter-mirror.c 1376 1377Usermode Emulation 1378------------------ 1379Overall 1380M: Riku Voipio <riku.voipio@iki.fi> 1381S: Maintained 1382F: thunk.c 1383F: user-exec.c 1384 1385BSD user 1386S: Orphan 1387F: bsd-user/ 1388 1389Linux user 1390M: Riku Voipio <riku.voipio@iki.fi> 1391S: Maintained 1392F: linux-user/ 1393 1394Tiny Code Generator (TCG) 1395------------------------- 1396Common code 1397M: Richard Henderson <rth@twiddle.net> 1398S: Maintained 1399F: tcg/ 1400 1401AArch64 target 1402M: Claudio Fontana <claudio.fontana@huawei.com> 1403M: Claudio Fontana <claudio.fontana@gmail.com> 1404S: Maintained 1405L: qemu-arm@nongnu.org 1406F: tcg/aarch64/ 1407F: disas/arm-a64.cc 1408F: disas/libvixl/ 1409 1410ARM target 1411M: Andrzej Zaborowski <balrogg@gmail.com> 1412S: Maintained 1413L: qemu-arm@nongnu.org 1414F: tcg/arm/ 1415F: disas/arm.c 1416 1417i386 target 1418L: qemu-devel@nongnu.org 1419S: Maintained 1420F: tcg/i386/ 1421F: disas/i386.c 1422 1423IA64 target 1424M: Aurelien Jarno <aurelien@aurel32.net> 1425S: Maintained 1426F: tcg/ia64/ 1427F: disas/ia64.c 1428 1429MIPS target 1430M: Aurelien Jarno <aurelien@aurel32.net> 1431S: Maintained 1432F: tcg/mips/ 1433F: disas/mips.c 1434 1435PPC 1436M: Vassili Karpov (malc) <av1474@comtv.ru> 1437S: Maintained 1438F: tcg/ppc/ 1439F: disas/ppc.c 1440 1441S390 target 1442M: Alexander Graf <agraf@suse.de> 1443M: Richard Henderson <rth@twiddle.net> 1444S: Maintained 1445F: tcg/s390/ 1446F: disas/s390.c 1447 1448SPARC target 1449S: Odd Fixes 1450F: tcg/sparc/ 1451F: disas/sparc.c 1452 1453TCI target 1454M: Stefan Weil <sw@weilnetz.de> 1455S: Maintained 1456F: tcg/tci/ 1457F: tci.c 1458F: disas/tci.c 1459 1460Stable branches 1461--------------- 1462Stable 1.0 1463L: qemu-stable@nongnu.org 1464T: git git://git.qemu-project.org/qemu-stable-1.0.git 1465S: Orphan 1466 1467Stable 0.15 1468L: qemu-stable@nongnu.org 1469T: git git://git.qemu-project.org/qemu-stable-0.15.git 1470S: Orphan 1471 1472Stable 0.14 1473L: qemu-stable@nongnu.org 1474T: git git://git.qemu-project.org/qemu-stable-0.14.git 1475S: Orphan 1476 1477Stable 0.10 1478L: qemu-stable@nongnu.org 1479T: git git://git.qemu-project.org/qemu-stable-0.10.git 1480S: Orphan 1481 1482Block drivers 1483------------- 1484VMDK 1485M: Fam Zheng <famz@redhat.com> 1486L: qemu-block@nongnu.org 1487S: Supported 1488F: block/vmdk.c 1489 1490RBD 1491M: Josh Durgin <jdurgin@redhat.com> 1492M: Jeff Cody <jcody@redhat.com> 1493L: qemu-block@nongnu.org 1494S: Supported 1495F: block/rbd.c 1496T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1497 1498Sheepdog 1499M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1500M: Liu Yuan <namei.unix@gmail.com> 1501M: Jeff Cody <jcody@redhat.com> 1502L: qemu-block@nongnu.org 1503L: sheepdog@lists.wpkg.org 1504S: Supported 1505F: block/sheepdog.c 1506T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1507 1508VHDX 1509M: Jeff Cody <jcody@redhat.com> 1510L: qemu-block@nongnu.org 1511S: Supported 1512F: block/vhdx* 1513T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1514 1515VDI 1516M: Stefan Weil <sw@weilnetz.de> 1517L: qemu-block@nongnu.org 1518S: Maintained 1519F: block/vdi.c 1520 1521iSCSI 1522M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1523M: Paolo Bonzini <pbonzini@redhat.com> 1524M: Peter Lieven <pl@kamp.de> 1525L: qemu-block@nongnu.org 1526S: Supported 1527F: block/iscsi.c 1528 1529NFS 1530M: Jeff Cody <jcody@redhat.com> 1531M: Peter Lieven <pl@kamp.de> 1532L: qemu-block@nongnu.org 1533S: Maintained 1534F: block/nfs.c 1535T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1536 1537SSH 1538M: Richard W.M. Jones <rjones@redhat.com> 1539M: Jeff Cody <jcody@redhat.com> 1540L: qemu-block@nongnu.org 1541S: Supported 1542F: block/ssh.c 1543T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1544 1545ARCHIPELAGO 1546M: Chrysostomos Nanakos <chris@include.gr> 1547M: Jeff Cody <jcody@redhat.com> 1548L: qemu-block@nongnu.org 1549S: Maintained 1550F: block/archipelago.c 1551T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1552 1553CURL 1554M: Jeff Cody <jcody@redhat.com> 1555L: qemu-block@nongnu.org 1556S: Supported 1557F: block/curl.c 1558T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1559 1560GLUSTER 1561M: Jeff Cody <jcody@redhat.com> 1562L: qemu-block@nongnu.org 1563S: Supported 1564F: block/gluster.c 1565T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1566 1567Null Block Driver 1568M: Fam Zheng <famz@redhat.com> 1569L: qemu-block@nongnu.org 1570S: Supported 1571F: block/null.c 1572 1573Bootdevice 1574M: Gonglei <arei.gonglei@huawei.com> 1575S: Maintained 1576F: bootdevice.c 1577 1578Quorum 1579M: Alberto Garcia <berto@igalia.com> 1580S: Supported 1581F: block/quorum.c 1582L: qemu-block@nongnu.org 1583 1584blkverify 1585M: Stefan Hajnoczi <stefanha@redhat.com> 1586L: qemu-block@nongnu.org 1587S: Supported 1588F: block/blkverify.c 1589 1590bochs 1591M: Stefan Hajnoczi <stefanha@redhat.com> 1592L: qemu-block@nongnu.org 1593S: Supported 1594F: block/bochs.c 1595 1596cloop 1597M: Stefan Hajnoczi <stefanha@redhat.com> 1598L: qemu-block@nongnu.org 1599S: Supported 1600F: block/cloop.c 1601 1602dmg 1603M: Stefan Hajnoczi <stefanha@redhat.com> 1604L: qemu-block@nongnu.org 1605S: Supported 1606F: block/dmg.c 1607 1608parallels 1609M: Stefan Hajnoczi <stefanha@redhat.com> 1610M: Denis V. Lunev <den@openvz.org> 1611L: qemu-block@nongnu.org 1612S: Supported 1613F: block/parallels.c 1614F: docs/specs/parallels.txt 1615 1616qed 1617M: Stefan Hajnoczi <stefanha@redhat.com> 1618L: qemu-block@nongnu.org 1619S: Supported 1620F: block/qed.c 1621 1622raw 1623M: Kevin Wolf <kwolf@redhat.com> 1624L: qemu-block@nongnu.org 1625S: Supported 1626F: block/linux-aio.c 1627F: include/block/raw-aio.h 1628F: block/raw-posix.c 1629F: block/raw-win32.c 1630F: block/raw_bsd.c 1631F: block/win32-aio.c 1632 1633qcow2 1634M: Kevin Wolf <kwolf@redhat.com> 1635M: Max Reitz <mreitz@redhat.com> 1636L: qemu-block@nongnu.org 1637S: Supported 1638F: block/qcow2* 1639 1640qcow 1641M: Kevin Wolf <kwolf@redhat.com> 1642L: qemu-block@nongnu.org 1643S: Supported 1644F: block/qcow.c 1645 1646blkdebug 1647M: Kevin Wolf <kwolf@redhat.com> 1648M: Max Reitz <mreitz@redhat.com> 1649L: qemu-block@nongnu.org 1650S: Supported 1651F: block/blkdebug.c 1652 1653vpc 1654M: Kevin Wolf <kwolf@redhat.com> 1655L: qemu-block@nongnu.org 1656S: Supported 1657F: block/vpc.c 1658 1659vvfat 1660M: Kevin Wolf <kwolf@redhat.com> 1661L: qemu-block@nongnu.org 1662S: Supported 1663F: block/vvfat.c 1664 1665Image format fuzzer 1666M: Stefan Hajnoczi <stefanha@redhat.com> 1667L: qemu-block@nongnu.org 1668S: Supported 1669F: tests/image-fuzzer/ 1670 1671Replication 1672M: Wen Congyang <wency@cn.fujitsu.com> 1673M: Changlong Xie <xiecl.fnst@cn.fujitsu.com> 1674S: Supported 1675F: replication* 1676F: block/replication.c 1677F: tests/test-replication.c 1678F: docs/block-replication.txt 1679 1680Build and test automation 1681------------------------- 1682M: Alex Bennée <alex.bennee@linaro.org> 1683L: qemu-devel@nongnu.org 1684S: Supported 1685F: .travis.yml 1686 1687Documentation 1688------------- 1689Build system architecture 1690M: Daniel P. Berrange <berrange@redhat.com> 1691S: Odd Fixes 1692F: docs/build-system.txt 1693 1694Docker testing 1695-------------- 1696Docker based testing framework and cases 1697M: Fam Zheng <famz@redhat.com> 1698S: Maintained 1699F: tests/docker/ 1700