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 482STM32F205 483M: Alistair Francis <alistair@alistair23.me> 484S: Maintained 485F: hw/arm/stm32f205_soc.c 486F: hw/misc/stm32f2xx_syscfg.c 487F: hw/char/stm32f2xx_usart.c 488F: hw/timer/stm32f2xx_timer.c 489F: hw/adc/* 490F: hw/ssi/stm32f2xx_spi.c 491 492Netduino 2 493M: Alistair Francis <alistair@alistair23.me> 494S: Maintained 495F: hw/arm/netduino2.c 496 497CRIS Machines 498------------- 499Axis Dev88 500M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 501S: Maintained 502F: hw/cris/axis_dev88.c 503F: hw/*/etraxfs_*.c 504 505LM32 Machines 506------------- 507EVR32 and uclinux BSP 508M: Michael Walle <michael@walle.cc> 509S: Maintained 510F: hw/lm32/lm32_boards.c 511 512milkymist 513M: Michael Walle <michael@walle.cc> 514S: Maintained 515F: hw/lm32/milkymist.c 516 517M68K Machines 518------------- 519an5206 520S: Orphan 521F: hw/m68k/an5206.c 522 523dummy_m68k 524S: Orphan 525F: hw/m68k/dummy_m68k.c 526 527mcf5208 528S: Orphan 529F: hw/m68k/mcf5208.c 530 531MicroBlaze Machines 532------------------- 533petalogix_s3adsp1800 534M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 535S: Maintained 536F: hw/microblaze/petalogix_s3adsp1800_mmu.c 537 538petalogix_ml605 539M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 540S: Maintained 541F: hw/microblaze/petalogix_ml605_mmu.c 542 543MIPS Machines 544------------- 545Jazz 546M: Hervé Poussineau <hpoussin@reactos.org> 547S: Maintained 548F: hw/mips/mips_jazz.c 549 550Malta 551M: Aurelien Jarno <aurelien@aurel32.net> 552S: Maintained 553F: hw/mips/mips_malta.c 554 555Mipssim 556L: qemu-devel@nongnu.org 557S: Orphan 558F: hw/mips/mips_mipssim.c 559 560R4000 561M: Aurelien Jarno <aurelien@aurel32.net> 562S: Maintained 563F: hw/mips/mips_r4k.c 564 565OpenRISC Machines 566----------------- 567or1k-sim 568M: Jia Liu <proljc@gmail.com> 569S: Maintained 570F: hw/openrisc/openrisc_sim.c 571 572PowerPC Machines 573---------------- 574405 575M: Alexander Graf <agraf@suse.de> 576L: qemu-ppc@nongnu.org 577S: Odd Fixes 578F: hw/ppc/ppc405_boards.c 579 580Bamboo 581M: Alexander Graf <agraf@suse.de> 582L: qemu-ppc@nongnu.org 583S: Odd Fixes 584F: hw/ppc/ppc440_bamboo.c 585 586e500 587M: Alexander Graf <agraf@suse.de> 588M: Scott Wood <scottwood@freescale.com> 589L: qemu-ppc@nongnu.org 590S: Supported 591F: hw/ppc/e500.[hc] 592F: hw/ppc/e500plat.c 593F: include/hw/ppc/ppc_e500.h 594F: include/hw/pci-host/ppce500.h 595F: pc-bios/u-boot.e500 596 597mpc8544ds 598M: Alexander Graf <agraf@suse.de> 599M: Scott Wood <scottwood@freescale.com> 600L: qemu-ppc@nongnu.org 601S: Supported 602F: hw/ppc/mpc8544ds.c 603F: hw/ppc/mpc8544_guts.c 604 605New World 606M: Alexander Graf <agraf@suse.de> 607L: qemu-ppc@nongnu.org 608S: Maintained 609F: hw/ppc/mac_newworld.c 610F: hw/pci-host/uninorth.c 611F: hw/pci-bridge/dec.[hc] 612F: hw/misc/macio/ 613F: include/hw/ppc/mac_dbdma.h 614F: hw/nvram/mac_nvram.c 615 616Old World 617M: Alexander Graf <agraf@suse.de> 618L: qemu-ppc@nongnu.org 619S: Maintained 620F: hw/ppc/mac_oldworld.c 621F: hw/pci-host/grackle.c 622F: hw/misc/macio/ 623 624PReP 625L: qemu-devel@nongnu.org 626L: qemu-ppc@nongnu.org 627S: Odd Fixes 628F: hw/ppc/prep.c 629F: hw/pci-host/prep.[hc] 630F: hw/isa/pc87312.[hc] 631 632sPAPR 633M: David Gibson <david@gibson.dropbear.id.au> 634M: Alexander Graf <agraf@suse.de> 635L: qemu-ppc@nongnu.org 636S: Supported 637F: hw/*/spapr* 638F: include/hw/*/spapr* 639F: hw/*/xics* 640F: include/hw/*/xics* 641F: pc-bios/spapr-rtas/* 642F: pc-bios/spapr-rtas.bin 643F: pc-bios/slof.bin 644F: docs/specs/ppc-spapr-hcalls.txt 645F: docs/specs/ppc-spapr-hotplug.txt 646F: tests/spapr* 647F: tests/libqos/*spapr* 648F: tests/rtas* 649F: tests/libqos/rtas* 650 651virtex_ml507 652M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 653L: qemu-ppc@nongnu.org 654S: Odd Fixes 655F: hw/ppc/virtex_ml507.c 656 657SH4 Machines 658------------ 659R2D 660M: Magnus Damm <magnus.damm@gmail.com> 661S: Maintained 662F: hw/sh4/r2d.c 663 664Shix 665M: Magnus Damm <magnus.damm@gmail.com> 666S: Orphan 667F: hw/sh4/shix.c 668 669SPARC Machines 670-------------- 671Sun4m 672M: Blue Swirl <blauwirbel@gmail.com> 673M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 674S: Maintained 675F: hw/sparc/sun4m.c 676 677Sun4u 678M: Blue Swirl <blauwirbel@gmail.com> 679M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 680S: Maintained 681F: hw/sparc64/sun4u.c 682 683Leon3 684M: Fabien Chouteau <chouteau@adacore.com> 685S: Maintained 686F: hw/sparc/leon3.c 687F: hw/*/grlib* 688 689S390 Machines 690------------- 691S390 Virtio-ccw 692M: Cornelia Huck <cornelia.huck@de.ibm.com> 693M: Christian Borntraeger <borntraeger@de.ibm.com> 694M: Alexander Graf <agraf@suse.de> 695S: Supported 696F: hw/char/sclp*.[hc] 697F: hw/s390x/ 698F: include/hw/s390x/ 699F: pc-bios/s390-ccw/ 700F: hw/watchdog/wdt_diag288.c 701F: include/hw/watchdog/wdt_diag288.h 702F: pc-bios/s390-ccw.img 703F: default-configs/s390x-softmmu.mak 704T: git git://github.com/cohuck/qemu.git s390-next 705T: git git://github.com/borntraeger/qemu.git s390-next 706 707UniCore32 Machines 708------------- 709PKUnity-3 SoC initramfs-with-busybox 710M: Guan Xuetao <gxt@mprc.pku.edu.cn> 711S: Maintained 712F: hw/*/puv3* 713F: hw/unicore32/ 714 715X86 Machines 716------------ 717PC 718M: Michael S. Tsirkin <mst@redhat.com> 719S: Supported 720F: include/hw/i386/ 721F: hw/i386/ 722F: hw/pci-host/piix.c 723F: hw/pci-host/q35.c 724F: hw/pci-host/pam.c 725F: include/hw/pci-host/q35.h 726F: include/hw/pci-host/pam.h 727F: hw/isa/piix4.c 728F: hw/isa/lpc_ich9.c 729F: hw/i2c/smbus_ich9.c 730F: hw/acpi/piix4.c 731F: hw/acpi/ich9.c 732F: include/hw/acpi/ich9.h 733F: include/hw/acpi/piix4.h 734F: hw/misc/sga.c 735 736PC Chipset 737M: Michael S. Tsirkin <mst@redhat.com> 738M: Paolo Bonzini <pbonzini@redhat.com> 739S: Support 740F: hw/char/debugcon.c 741F: hw/char/parallel.c 742F: hw/char/serial* 743F: hw/dma/i8257* 744F: hw/i2c/pm_smbus.c 745F: hw/intc/apic* 746F: hw/intc/ioapic* 747F: hw/intc/i8259* 748F: hw/misc/debugexit.c 749F: hw/misc/pc-testdev.c 750F: hw/timer/hpet* 751F: hw/timer/i8254* 752F: hw/timer/mc146818rtc* 753F: include/hw/i2c/pm_smbus.h 754F: include/hw/timer/hpet.h 755F: include/hw/timer/i8254* 756F: include/hw/timer/mc146818rtc* 757 758Machine core 759M: Eduardo Habkost <ehabkost@redhat.com> 760M: Marcel Apfelbaum <marcel@redhat.com> 761S: Supported 762F: hw/core/machine.c 763F: include/hw/boards.h 764 765Xtensa Machines 766--------------- 767sim 768M: Max Filippov <jcmvbkbc@gmail.com> 769S: Maintained 770F: hw/xtensa/sim.c 771 772XTFPGA (LX60, LX200, ML605, KC705) 773M: Max Filippov <jcmvbkbc@gmail.com> 774S: Maintained 775F: hw/xtensa/xtfpga.c 776F: hw/net/opencores_eth.c 777 778Devices 779------- 780EDU 781M: Jiri Slaby <jslaby@suse.cz> 782S: Maintained 783F: hw/misc/edu.c 784 785IDE 786M: John Snow <jsnow@redhat.com> 787L: qemu-block@nongnu.org 788S: Supported 789F: include/hw/ide.h 790F: include/hw/ide/ 791F: hw/ide/ 792F: hw/block/block.c 793F: hw/block/cdrom.c 794F: hw/block/hd-geometry.c 795F: tests/ide-test.c 796F: tests/ahci-test.c 797F: tests/libqos/ahci* 798T: git git://github.com/jnsnow/qemu.git ide 799 800Floppy 801M: John Snow <jsnow@redhat.com> 802L: qemu-block@nongnu.org 803S: Supported 804F: hw/block/fdc.c 805F: include/hw/block/fdc.h 806F: tests/fdc-test.c 807T: git git://github.com/jnsnow/qemu.git ide 808 809OMAP 810M: Peter Maydell <peter.maydell@linaro.org> 811S: Maintained 812F: hw/*/omap* 813F: include/hw/arm/omap.h 814 815IPack 816M: Alberto Garcia <berto@igalia.com> 817S: Odd Fixes 818F: hw/char/ipoctal232.c 819F: hw/ipack/ 820 821PCI 822M: Michael S. Tsirkin <mst@redhat.com> 823M: Marcel Apfelbaum <marcel@redhat.com> 824S: Supported 825F: include/hw/pci/* 826F: hw/misc/pci-testdev.c 827F: hw/pci/* 828F: hw/pci-bridge/* 829 830ACPI/SMBIOS 831M: Michael S. Tsirkin <mst@redhat.com> 832M: Igor Mammedov <imammedo@redhat.com> 833S: Supported 834F: include/hw/acpi/* 835F: include/hw/smbios/* 836F: hw/mem/* 837F: hw/acpi/* 838F: hw/smbios/* 839F: hw/i386/acpi-build.[hc] 840F: hw/arm/virt-acpi-build.c 841F: include/hw/arm/virt-acpi-build.h 842 843ppc4xx 844M: Alexander Graf <agraf@suse.de> 845L: qemu-ppc@nongnu.org 846S: Odd Fixes 847F: hw/ppc/ppc4*.c 848F: include/hw/ppc/ppc4xx.h 849 850ppce500 851M: Alexander Graf <agraf@suse.de> 852M: Scott Wood <scottwood@freescale.com> 853L: qemu-ppc@nongnu.org 854S: Supported 855F: hw/ppc/e500* 856F: hw/pci-host/ppce500.c 857F: hw/net/fsl_etsec/ 858 859Character devices 860M: Paolo Bonzini <pbonzini@redhat.com> 861S: Odd Fixes 862F: hw/char/ 863 864Network devices 865M: Jason Wang <jasowang@redhat.com> 866S: Odd Fixes 867F: hw/net/ 868F: tests/virtio-net-test.c 869T: git git://github.com/jasowang/qemu.git net 870 871SCSI 872M: Paolo Bonzini <pbonzini@redhat.com> 873S: Supported 874F: include/hw/scsi/* 875F: hw/scsi/* 876F: tests/virtio-scsi-test.c 877T: git git://github.com/bonzini/qemu.git scsi-next 878 879LSI53C895A 880S: Orphan 881F: hw/scsi/lsi53c895a.c 882 883SSI 884M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 885S: Maintained 886F: hw/ssi/* 887F: hw/block/m25p80.c 888X: hw/ssi/xilinx_* 889 890Xilinx SPI 891M: Alistair Francis <alistair.francis@xilinx.com> 892M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 893S: Maintained 894F: hw/ssi/xilinx_* 895 896USB 897M: Gerd Hoffmann <kraxel@redhat.com> 898S: Maintained 899F: hw/usb/* 900F: tests/usb-*-test.c 901F: docs/usb2.txt 902F: docs/usb-storage.txt 903F: include/hw/usb.h 904F: include/hw/usb/ 905 906USB (serial adapter) 907M: Gerd Hoffmann <kraxel@redhat.com> 908M: Samuel Thibault <samuel.thibault@ens-lyon.org> 909S: Maintained 910F: hw/usb/dev-serial.c 911 912VFIO 913M: Alex Williamson <alex.williamson@redhat.com> 914S: Supported 915F: hw/vfio/* 916F: include/hw/vfio/ 917 918vhost 919M: Michael S. Tsirkin <mst@redhat.com> 920S: Supported 921F: hw/*/*vhost* 922 923virtio 924M: Michael S. Tsirkin <mst@redhat.com> 925S: Supported 926F: hw/*/virtio* 927F: net/vhost-user.c 928F: include/hw/virtio/ 929F: tests/virtio-balloon-test.c 930 931virtio-9p 932M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 933M: Greg Kurz <groug@kaod.org> 934S: Supported 935F: hw/9pfs/ 936F: fsdev/ 937F: tests/virtio-9p-test.c 938T: git git://github.com/kvaneesh/QEMU.git 939T: git git://github.com/gkurz/qemu.git 9p-next 940 941virtio-blk 942M: Stefan Hajnoczi <stefanha@redhat.com> 943L: qemu-block@nongnu.org 944S: Supported 945F: hw/block/virtio-blk.c 946F: hw/block/dataplane/* 947F: tests/virtio-blk-test.c 948T: git git://github.com/stefanha/qemu.git block 949 950virtio-ccw 951M: Cornelia Huck <cornelia.huck@de.ibm.com> 952M: Christian Borntraeger <borntraeger@de.ibm.com> 953S: Supported 954F: hw/s390x/virtio-ccw.[hc] 955T: git git://github.com/cohuck/qemu.git s390-next 956T: git git://github.com/borntraeger/qemu.git s390-next 957 958virtio-input 959M: Gerd Hoffmann <kraxel@redhat.com> 960S: Maintained 961F: hw/input/virtio-input*.c 962F: include/hw/virtio/virtio-input.h 963 964virtio-serial 965M: Amit Shah <amit.shah@redhat.com> 966S: Supported 967F: hw/char/virtio-serial-bus.c 968F: hw/char/virtio-console.c 969F: include/hw/virtio/virtio-serial.h 970F: tests/virtio-console-test.c 971F: tests/virtio-serial-test.c 972 973virtio-rng 974M: Amit Shah <amit.shah@redhat.com> 975S: Supported 976F: hw/virtio/virtio-rng.c 977F: include/hw/virtio/virtio-rng.h 978F: include/sysemu/rng*.h 979F: backends/rng*.c 980F: tests/virtio-rng-test.c 981 982nvme 983M: Keith Busch <keith.busch@intel.com> 984L: qemu-block@nongnu.org 985S: Supported 986F: hw/block/nvme* 987F: tests/nvme-test.c 988 989megasas 990M: Hannes Reinecke <hare@suse.de> 991L: qemu-block@nongnu.org 992S: Supported 993F: hw/scsi/megasas.c 994F: hw/scsi/mfi.h 995 996Network packet abstractions 997M: Dmitry Fleytman <dmitry@daynix.com> 998S: Maintained 999F: include/net/eth.h 1000F: net/eth.c 1001F: hw/net/net_rx_pkt* 1002F: hw/net/net_tx_pkt* 1003 1004Vmware 1005M: Dmitry Fleytman <dmitry@daynix.com> 1006S: Maintained 1007F: hw/net/vmxnet* 1008F: hw/scsi/vmw_pvscsi* 1009 1010Rocker 1011M: Jiri Pirko <jiri@resnulli.us> 1012S: Maintained 1013F: hw/net/rocker/ 1014 1015NVDIMM 1016M: Xiao Guangrong <guangrong.xiao@linux.intel.com> 1017S: Maintained 1018F: hw/acpi/nvdimm.c 1019F: hw/mem/nvdimm.c 1020F: include/hw/mem/nvdimm.h 1021 1022e1000x 1023M: Dmitry Fleytman <dmitry@daynix.com> 1024S: Maintained 1025F: hw/net/e1000x* 1026 1027e1000e 1028M: Dmitry Fleytman <dmitry@daynix.com> 1029S: Maintained 1030F: hw/net/e1000e* 1031 1032Subsystems 1033---------- 1034Audio 1035M: Gerd Hoffmann <kraxel@redhat.com> 1036S: Maintained 1037F: audio/ 1038F: hw/audio/ 1039F: tests/ac97-test.c 1040F: tests/es1370-test.c 1041F: tests/intel-hda-test.c 1042 1043Block layer core 1044M: Kevin Wolf <kwolf@redhat.com> 1045M: Max Reitz <mreitz@redhat.com> 1046L: qemu-block@nongnu.org 1047S: Supported 1048F: block* 1049F: block/ 1050F: hw/block/ 1051F: include/block/ 1052F: qemu-img* 1053F: qemu-io* 1054F: tests/qemu-iotests/ 1055T: git git://repo.or.cz/qemu/kevin.git block 1056 1057Block I/O path 1058M: Stefan Hajnoczi <stefanha@redhat.com> 1059M: Fam Zheng <famz@redhat.com> 1060L: qemu-block@nongnu.org 1061S: Supported 1062F: async.c 1063F: aio-*.c 1064F: block/io.c 1065F: migration/block* 1066F: include/block/aio.h 1067T: git git://github.com/stefanha/qemu.git block 1068 1069Block Jobs 1070M: Jeff Cody <jcody@redhat.com> 1071L: qemu-block@nongnu.org 1072S: Supported 1073F: blockjob.c 1074F: include/block/blockjob.h 1075F: block/backup.c 1076F: block/commit.c 1077F: block/stream.c 1078F: block/mirror.c 1079T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1080 1081Block QAPI, monitor, command line 1082M: Markus Armbruster <armbru@redhat.com> 1083S: Supported 1084F: blockdev.c 1085F: block/qapi.c 1086F: qapi/block*.json 1087T: git git://repo.or.cz/qemu/armbru.git block-next 1088 1089Character device backends 1090M: Paolo Bonzini <pbonzini@redhat.com> 1091S: Maintained 1092F: qemu-char.c 1093F: backends/msmouse.c 1094F: backends/testdev.c 1095 1096Character Devices (Braille) 1097M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1098S: Maintained 1099F: backends/baum.c 1100 1101Coverity model 1102M: Markus Armbruster <armbru@redhat.com> 1103S: Supported 1104F: scripts/coverity-model.c 1105 1106CPU 1107L: qemu-devel@nongnu.org 1108S: Supported 1109F: qom/cpu.c 1110F: include/qom/cpu.h 1111 1112Device Tree 1113M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1114M: Alexander Graf <agraf@suse.de> 1115S: Maintained 1116F: device_tree.c 1117F: include/sysemu/device_tree.h 1118 1119Error reporting 1120M: Markus Armbruster <armbru@redhat.com> 1121S: Supported 1122F: include/qapi/error.h 1123F: include/qemu/error-report.h 1124F: util/error.c 1125F: util/qemu-error.c 1126 1127GDB stub 1128L: qemu-devel@nongnu.org 1129S: Odd Fixes 1130F: gdbstub* 1131F: gdb-xml/ 1132 1133Memory API 1134M: Paolo Bonzini <pbonzini@redhat.com> 1135S: Supported 1136F: include/exec/ioport.h 1137F: ioport.c 1138F: include/exec/memory.h 1139F: include/exec/ram_addr.h 1140F: memory.c 1141F: include/exec/memory-internal.h 1142F: exec.c 1143 1144SPICE 1145M: Gerd Hoffmann <kraxel@redhat.com> 1146S: Supported 1147F: include/ui/qemu-spice.h 1148F: include/ui/spice-display.h 1149F: ui/spice-*.c 1150F: audio/spiceaudio.c 1151F: hw/display/qxl* 1152 1153Graphics 1154M: Gerd Hoffmann <kraxel@redhat.com> 1155S: Odd Fixes 1156F: ui/ 1157F: include/ui/ 1158 1159Cocoa graphics 1160M: Peter Maydell <peter.maydell@linaro.org> 1161S: Odd Fixes 1162F: ui/cocoa.m 1163 1164Main loop 1165M: Paolo Bonzini <pbonzini@redhat.com> 1166S: Maintained 1167F: cpus.c 1168F: main-loop.c 1169F: qemu-timer.c 1170F: vl.c 1171 1172Human Monitor (HMP) 1173M: Luiz Capitulino <lcapitulino@redhat.com> 1174S: Maintained 1175F: monitor.c 1176F: hmp.c 1177F: hmp-commands.hx 1178T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1179 1180Network device backends 1181M: Jason Wang <jasowang@redhat.com> 1182S: Maintained 1183F: net/ 1184F: include/net/ 1185T: git git://github.com/jasowang/qemu.git net 1186 1187Netmap network backend 1188M: Luigi Rizzo <rizzo@iet.unipi.it> 1189M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1190M: Vincenzo Maffione <v.maffione@gmail.com> 1191W: http://info.iet.unipi.it/~luigi/netmap/ 1192S: Maintained 1193F: net/netmap.c 1194 1195Network Block Device (NBD) 1196M: Paolo Bonzini <pbonzini@redhat.com> 1197S: Odd Fixes 1198F: block/nbd* 1199F: nbd/ 1200F: include/block/nbd* 1201F: qemu-nbd.c 1202T: git git://github.com/bonzini/qemu.git nbd-next 1203 1204NUMA 1205M: Eduardo Habkost <ehabkost@redhat.com> 1206S: Maintained 1207F: numa.c 1208F: include/sysemu/numa.h 1209T: git git://github.com/ehabkost/qemu.git numa 1210 1211Host Memory Backends 1212M: Eduardo Habkost <ehabkost@redhat.com> 1213M: Igor Mammedov <imammedo@redhat.com> 1214S: Maintained 1215F: backends/hostmem*.c 1216F: include/sysemu/hostmem.h 1217 1218QAPI 1219M: Markus Armbruster <armbru@redhat.com> 1220M: Michael Roth <mdroth@linux.vnet.ibm.com> 1221S: Supported 1222F: qapi/ 1223X: qapi/*.json 1224F: include/qapi/ 1225X: include/qapi/qmp/ 1226F: include/qapi/qmp/dispatch.h 1227F: tests/qapi-schema/ 1228F: tests/test-*-visitor.c 1229F: tests/test-qmp-*.c 1230F: scripts/qapi* 1231F: docs/qapi* 1232T: git git://repo.or.cz/qemu/armbru.git qapi-next 1233 1234QAPI Schema 1235M: Eric Blake <eblake@redhat.com> 1236M: Markus Armbruster <armbru@redhat.com> 1237S: Supported 1238F: qapi-schema.json 1239F: qapi/*.json 1240T: git git://repo.or.cz/qemu/armbru.git qapi-next 1241 1242QObject 1243M: Luiz Capitulino <lcapitulino@redhat.com> 1244S: Maintained 1245F: qobject/ 1246F: include/qapi/qmp/ 1247X: include/qapi/qmp/dispatch.h 1248F: tests/check-qdict.c 1249F: tests/check-qfloat.c 1250F: tests/check-qint.c 1251F: tests/check-qjson.c 1252F: tests/check-qlist.c 1253F: tests/check-qstring.c 1254T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1255 1256QEMU Guest Agent 1257M: Michael Roth <mdroth@linux.vnet.ibm.com> 1258S: Maintained 1259F: qga/ 1260T: git git://github.com/mdroth/qemu.git qga 1261 1262QOM 1263M: Andreas Färber <afaerber@suse.de> 1264S: Supported 1265T: git git://github.com/afaerber/qemu-cpu.git qom-next 1266F: include/qom/ 1267X: include/qom/cpu.h 1268F: qom/ 1269X: qom/cpu.c 1270F: tests/check-qom-interface.c 1271F: tests/check-qom-proplist.c 1272F: tests/qom-test.c 1273 1274QMP 1275M: Markus Armbruster <armbru@redhat.com> 1276S: Supported 1277F: qmp.c 1278F: monitor.c 1279F: docs/*qmp-* 1280F: scripts/qmp/ 1281T: git git://repo.or.cz/qemu/armbru.git qapi-next 1282 1283Register API 1284M: Alistair Francis <alistair.francis@xilinx.com> 1285S: Maintained 1286F: hw/core/register.c 1287F: include/hw/register.h 1288 1289SLIRP 1290M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1291M: Jan Kiszka <jan.kiszka@siemens.com> 1292S: Maintained 1293F: slirp/ 1294F: net/slirp.c 1295F: include/net/slirp.h 1296T: git git://git.kiszka.org/qemu.git queues/slirp 1297 1298Stubs 1299M: Paolo Bonzini <pbonzini@redhat.com> 1300S: Maintained 1301F: stubs/ 1302 1303Tracing 1304M: Stefan Hajnoczi <stefanha@redhat.com> 1305S: Maintained 1306F: trace/ 1307F: scripts/tracetool.py 1308F: scripts/tracetool/ 1309F: docs/tracing.txt 1310T: git git://github.com/stefanha/qemu.git tracing 1311 1312Checkpatch 1313S: Odd Fixes 1314F: scripts/checkpatch.pl 1315 1316Migration 1317M: Juan Quintela <quintela@redhat.com> 1318M: Amit Shah <amit.shah@redhat.com> 1319S: Maintained 1320F: include/migration/ 1321F: migration/ 1322F: scripts/vmstate-static-checker.py 1323F: tests/vmstate-static-checker-data/ 1324F: docs/migration.txt 1325 1326Seccomp 1327M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1328S: Supported 1329F: qemu-seccomp.c 1330F: include/sysemu/seccomp.h 1331 1332Cryptography 1333M: Daniel P. Berrange <berrange@redhat.com> 1334S: Maintained 1335F: crypto/ 1336F: include/crypto/ 1337F: tests/test-crypto-* 1338 1339Coroutines 1340M: Stefan Hajnoczi <stefanha@redhat.com> 1341M: Kevin Wolf <kwolf@redhat.com> 1342F: util/*coroutine* 1343F: include/qemu/coroutine* 1344F: tests/test-coroutine.c 1345 1346Buffers 1347M: Daniel P. Berrange <berrange@redhat.com> 1348S: Odd fixes 1349F: util/buffer.c 1350F: include/qemu/buffer.h 1351 1352I/O Channels 1353M: Daniel P. Berrange <berrange@redhat.com> 1354S: Maintained 1355F: io/ 1356F: include/io/ 1357F: tests/test-io-* 1358 1359Sockets 1360M: Daniel P. Berrange <berrange@redhat.com> 1361M: Gerd Hoffmann <kraxel@redhat.com> 1362M: Paolo Bonzini <pbonzini@redhat.com> 1363S: Maintained 1364F: include/qemu/sockets.h 1365F: util/qemu-sockets.c 1366 1367Throttling infrastructure 1368M: Alberto Garcia <berto@igalia.com> 1369S: Supported 1370F: block/throttle-groups.c 1371F: include/block/throttle-groups.h 1372F: include/qemu/throttle.h 1373F: util/throttle.c 1374L: qemu-block@nongnu.org 1375 1376UUID 1377M: Fam Zheng <famz@redhat.com> 1378S: Supported 1379F: util/uuid.c 1380F: include/qemu/uuid.h 1381F: tests/test-uuid.c 1382 1383COLO Proxy 1384M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> 1385M: Li Zhijian <lizhijian@cn.fujitsu.com> 1386S: Supported 1387F: docs/colo-proxy.txt 1388F: net/colo* 1389F: net/filter-rewriter.c 1390F: net/filter-mirror.c 1391 1392Usermode Emulation 1393------------------ 1394Overall 1395M: Riku Voipio <riku.voipio@iki.fi> 1396S: Maintained 1397F: thunk.c 1398F: user-exec.c 1399 1400BSD user 1401S: Orphan 1402F: bsd-user/ 1403 1404Linux user 1405M: Riku Voipio <riku.voipio@iki.fi> 1406S: Maintained 1407F: linux-user/ 1408 1409Tiny Code Generator (TCG) 1410------------------------- 1411Common code 1412M: Richard Henderson <rth@twiddle.net> 1413S: Maintained 1414F: tcg/ 1415 1416AArch64 target 1417M: Claudio Fontana <claudio.fontana@huawei.com> 1418M: Claudio Fontana <claudio.fontana@gmail.com> 1419S: Maintained 1420L: qemu-arm@nongnu.org 1421F: tcg/aarch64/ 1422F: disas/arm-a64.cc 1423F: disas/libvixl/ 1424 1425ARM target 1426M: Andrzej Zaborowski <balrogg@gmail.com> 1427S: Maintained 1428L: qemu-arm@nongnu.org 1429F: tcg/arm/ 1430F: disas/arm.c 1431 1432i386 target 1433L: qemu-devel@nongnu.org 1434S: Maintained 1435F: tcg/i386/ 1436F: disas/i386.c 1437 1438IA64 target 1439M: Aurelien Jarno <aurelien@aurel32.net> 1440S: Maintained 1441F: tcg/ia64/ 1442F: disas/ia64.c 1443 1444MIPS target 1445M: Aurelien Jarno <aurelien@aurel32.net> 1446S: Maintained 1447F: tcg/mips/ 1448F: disas/mips.c 1449 1450PPC 1451M: Vassili Karpov (malc) <av1474@comtv.ru> 1452S: Maintained 1453F: tcg/ppc/ 1454F: disas/ppc.c 1455 1456S390 target 1457M: Alexander Graf <agraf@suse.de> 1458M: Richard Henderson <rth@twiddle.net> 1459S: Maintained 1460F: tcg/s390/ 1461F: disas/s390.c 1462 1463SPARC target 1464S: Odd Fixes 1465F: tcg/sparc/ 1466F: disas/sparc.c 1467 1468TCI target 1469M: Stefan Weil <sw@weilnetz.de> 1470S: Maintained 1471F: tcg/tci/ 1472F: tci.c 1473F: disas/tci.c 1474 1475Stable branches 1476--------------- 1477Stable 1.0 1478L: qemu-stable@nongnu.org 1479T: git git://git.qemu-project.org/qemu-stable-1.0.git 1480S: Orphan 1481 1482Stable 0.15 1483L: qemu-stable@nongnu.org 1484T: git git://git.qemu-project.org/qemu-stable-0.15.git 1485S: Orphan 1486 1487Stable 0.14 1488L: qemu-stable@nongnu.org 1489T: git git://git.qemu-project.org/qemu-stable-0.14.git 1490S: Orphan 1491 1492Stable 0.10 1493L: qemu-stable@nongnu.org 1494T: git git://git.qemu-project.org/qemu-stable-0.10.git 1495S: Orphan 1496 1497Block drivers 1498------------- 1499VMDK 1500M: Fam Zheng <famz@redhat.com> 1501L: qemu-block@nongnu.org 1502S: Supported 1503F: block/vmdk.c 1504 1505RBD 1506M: Josh Durgin <jdurgin@redhat.com> 1507M: Jeff Cody <jcody@redhat.com> 1508L: qemu-block@nongnu.org 1509S: Supported 1510F: block/rbd.c 1511T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1512 1513Sheepdog 1514M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1515M: Liu Yuan <namei.unix@gmail.com> 1516M: Jeff Cody <jcody@redhat.com> 1517L: qemu-block@nongnu.org 1518L: sheepdog@lists.wpkg.org 1519S: Supported 1520F: block/sheepdog.c 1521T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1522 1523VHDX 1524M: Jeff Cody <jcody@redhat.com> 1525L: qemu-block@nongnu.org 1526S: Supported 1527F: block/vhdx* 1528T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1529 1530VDI 1531M: Stefan Weil <sw@weilnetz.de> 1532L: qemu-block@nongnu.org 1533S: Maintained 1534F: block/vdi.c 1535 1536iSCSI 1537M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1538M: Paolo Bonzini <pbonzini@redhat.com> 1539M: Peter Lieven <pl@kamp.de> 1540L: qemu-block@nongnu.org 1541S: Supported 1542F: block/iscsi.c 1543 1544NFS 1545M: Jeff Cody <jcody@redhat.com> 1546M: Peter Lieven <pl@kamp.de> 1547L: qemu-block@nongnu.org 1548S: Maintained 1549F: block/nfs.c 1550T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1551 1552SSH 1553M: Richard W.M. Jones <rjones@redhat.com> 1554M: Jeff Cody <jcody@redhat.com> 1555L: qemu-block@nongnu.org 1556S: Supported 1557F: block/ssh.c 1558T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1559 1560ARCHIPELAGO 1561M: Chrysostomos Nanakos <chris@include.gr> 1562M: Jeff Cody <jcody@redhat.com> 1563L: qemu-block@nongnu.org 1564S: Maintained 1565F: block/archipelago.c 1566T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1567 1568CURL 1569M: Jeff Cody <jcody@redhat.com> 1570L: qemu-block@nongnu.org 1571S: Supported 1572F: block/curl.c 1573T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1574 1575GLUSTER 1576M: Jeff Cody <jcody@redhat.com> 1577L: qemu-block@nongnu.org 1578S: Supported 1579F: block/gluster.c 1580T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1581 1582Null Block Driver 1583M: Fam Zheng <famz@redhat.com> 1584L: qemu-block@nongnu.org 1585S: Supported 1586F: block/null.c 1587 1588Bootdevice 1589M: Gonglei <arei.gonglei@huawei.com> 1590S: Maintained 1591F: bootdevice.c 1592 1593Quorum 1594M: Alberto Garcia <berto@igalia.com> 1595S: Supported 1596F: block/quorum.c 1597L: qemu-block@nongnu.org 1598 1599blkverify 1600M: Stefan Hajnoczi <stefanha@redhat.com> 1601L: qemu-block@nongnu.org 1602S: Supported 1603F: block/blkverify.c 1604 1605bochs 1606M: Stefan Hajnoczi <stefanha@redhat.com> 1607L: qemu-block@nongnu.org 1608S: Supported 1609F: block/bochs.c 1610 1611cloop 1612M: Stefan Hajnoczi <stefanha@redhat.com> 1613L: qemu-block@nongnu.org 1614S: Supported 1615F: block/cloop.c 1616 1617dmg 1618M: Stefan Hajnoczi <stefanha@redhat.com> 1619L: qemu-block@nongnu.org 1620S: Supported 1621F: block/dmg.c 1622 1623parallels 1624M: Stefan Hajnoczi <stefanha@redhat.com> 1625M: Denis V. Lunev <den@openvz.org> 1626L: qemu-block@nongnu.org 1627S: Supported 1628F: block/parallels.c 1629F: docs/specs/parallels.txt 1630 1631qed 1632M: Stefan Hajnoczi <stefanha@redhat.com> 1633L: qemu-block@nongnu.org 1634S: Supported 1635F: block/qed.c 1636 1637raw 1638M: Kevin Wolf <kwolf@redhat.com> 1639L: qemu-block@nongnu.org 1640S: Supported 1641F: block/linux-aio.c 1642F: include/block/raw-aio.h 1643F: block/raw-posix.c 1644F: block/raw-win32.c 1645F: block/raw_bsd.c 1646F: block/win32-aio.c 1647 1648qcow2 1649M: Kevin Wolf <kwolf@redhat.com> 1650M: Max Reitz <mreitz@redhat.com> 1651L: qemu-block@nongnu.org 1652S: Supported 1653F: block/qcow2* 1654 1655qcow 1656M: Kevin Wolf <kwolf@redhat.com> 1657L: qemu-block@nongnu.org 1658S: Supported 1659F: block/qcow.c 1660 1661blkdebug 1662M: Kevin Wolf <kwolf@redhat.com> 1663M: Max Reitz <mreitz@redhat.com> 1664L: qemu-block@nongnu.org 1665S: Supported 1666F: block/blkdebug.c 1667 1668vpc 1669M: Kevin Wolf <kwolf@redhat.com> 1670L: qemu-block@nongnu.org 1671S: Supported 1672F: block/vpc.c 1673 1674vvfat 1675M: Kevin Wolf <kwolf@redhat.com> 1676L: qemu-block@nongnu.org 1677S: Supported 1678F: block/vvfat.c 1679 1680Image format fuzzer 1681M: Stefan Hajnoczi <stefanha@redhat.com> 1682L: qemu-block@nongnu.org 1683S: Supported 1684F: tests/image-fuzzer/ 1685 1686Replication 1687M: Wen Congyang <wency@cn.fujitsu.com> 1688M: Changlong Xie <xiecl.fnst@cn.fujitsu.com> 1689S: Supported 1690F: replication* 1691F: block/replication.c 1692F: tests/test-replication.c 1693F: docs/block-replication.txt 1694 1695Build and test automation 1696------------------------- 1697M: Alex Bennée <alex.bennee@linaro.org> 1698L: qemu-devel@nongnu.org 1699S: Supported 1700F: .travis.yml 1701 1702Documentation 1703------------- 1704Build system architecture 1705M: Daniel P. Berrange <berrange@redhat.com> 1706S: Odd Fixes 1707F: docs/build-system.txt 1708 1709Docker testing 1710-------------- 1711Docker based testing framework and cases 1712M: Fam Zheng <famz@redhat.com> 1713S: Maintained 1714F: tests/docker/ 1715