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 1032Generic Loader 1033M: Alistair Francis <alistair.francis@xilinx.com> 1034S: Maintained 1035F: hw/core/generic-loader.c 1036F: include/hw/core/generic-loader.h 1037 1038Subsystems 1039---------- 1040Audio 1041M: Gerd Hoffmann <kraxel@redhat.com> 1042S: Maintained 1043F: audio/ 1044F: hw/audio/ 1045F: tests/ac97-test.c 1046F: tests/es1370-test.c 1047F: tests/intel-hda-test.c 1048 1049Block layer core 1050M: Kevin Wolf <kwolf@redhat.com> 1051M: Max Reitz <mreitz@redhat.com> 1052L: qemu-block@nongnu.org 1053S: Supported 1054F: block* 1055F: block/ 1056F: hw/block/ 1057F: include/block/ 1058F: qemu-img* 1059F: qemu-io* 1060F: tests/qemu-iotests/ 1061T: git git://repo.or.cz/qemu/kevin.git block 1062 1063Block I/O path 1064M: Stefan Hajnoczi <stefanha@redhat.com> 1065M: Fam Zheng <famz@redhat.com> 1066L: qemu-block@nongnu.org 1067S: Supported 1068F: async.c 1069F: aio-*.c 1070F: block/io.c 1071F: migration/block* 1072F: include/block/aio.h 1073T: git git://github.com/stefanha/qemu.git block 1074 1075Block Jobs 1076M: Jeff Cody <jcody@redhat.com> 1077L: qemu-block@nongnu.org 1078S: Supported 1079F: blockjob.c 1080F: include/block/blockjob.h 1081F: block/backup.c 1082F: block/commit.c 1083F: block/stream.c 1084F: block/mirror.c 1085T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1086 1087Block QAPI, monitor, command line 1088M: Markus Armbruster <armbru@redhat.com> 1089S: Supported 1090F: blockdev.c 1091F: block/qapi.c 1092F: qapi/block*.json 1093T: git git://repo.or.cz/qemu/armbru.git block-next 1094 1095Character device backends 1096M: Paolo Bonzini <pbonzini@redhat.com> 1097S: Maintained 1098F: qemu-char.c 1099F: backends/msmouse.c 1100F: backends/testdev.c 1101 1102Character Devices (Braille) 1103M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1104S: Maintained 1105F: backends/baum.c 1106 1107Coverity model 1108M: Markus Armbruster <armbru@redhat.com> 1109S: Supported 1110F: scripts/coverity-model.c 1111 1112CPU 1113L: qemu-devel@nongnu.org 1114S: Supported 1115F: qom/cpu.c 1116F: include/qom/cpu.h 1117 1118Device Tree 1119M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1120M: Alexander Graf <agraf@suse.de> 1121S: Maintained 1122F: device_tree.c 1123F: include/sysemu/device_tree.h 1124 1125Error reporting 1126M: Markus Armbruster <armbru@redhat.com> 1127S: Supported 1128F: include/qapi/error.h 1129F: include/qemu/error-report.h 1130F: util/error.c 1131F: util/qemu-error.c 1132 1133GDB stub 1134L: qemu-devel@nongnu.org 1135S: Odd Fixes 1136F: gdbstub* 1137F: gdb-xml/ 1138 1139Memory API 1140M: Paolo Bonzini <pbonzini@redhat.com> 1141S: Supported 1142F: include/exec/ioport.h 1143F: ioport.c 1144F: include/exec/memory.h 1145F: include/exec/ram_addr.h 1146F: memory.c 1147F: include/exec/memory-internal.h 1148F: exec.c 1149 1150SPICE 1151M: Gerd Hoffmann <kraxel@redhat.com> 1152S: Supported 1153F: include/ui/qemu-spice.h 1154F: include/ui/spice-display.h 1155F: ui/spice-*.c 1156F: audio/spiceaudio.c 1157F: hw/display/qxl* 1158 1159Graphics 1160M: Gerd Hoffmann <kraxel@redhat.com> 1161S: Odd Fixes 1162F: ui/ 1163F: include/ui/ 1164 1165Cocoa graphics 1166M: Peter Maydell <peter.maydell@linaro.org> 1167S: Odd Fixes 1168F: ui/cocoa.m 1169 1170Main loop 1171M: Paolo Bonzini <pbonzini@redhat.com> 1172S: Maintained 1173F: cpus.c 1174F: main-loop.c 1175F: qemu-timer.c 1176F: vl.c 1177 1178Human Monitor (HMP) 1179M: Luiz Capitulino <lcapitulino@redhat.com> 1180S: Maintained 1181F: monitor.c 1182F: hmp.c 1183F: hmp-commands.hx 1184T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1185 1186Network device backends 1187M: Jason Wang <jasowang@redhat.com> 1188S: Maintained 1189F: net/ 1190F: include/net/ 1191T: git git://github.com/jasowang/qemu.git net 1192 1193Netmap network backend 1194M: Luigi Rizzo <rizzo@iet.unipi.it> 1195M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1196M: Vincenzo Maffione <v.maffione@gmail.com> 1197W: http://info.iet.unipi.it/~luigi/netmap/ 1198S: Maintained 1199F: net/netmap.c 1200 1201Network Block Device (NBD) 1202M: Paolo Bonzini <pbonzini@redhat.com> 1203S: Odd Fixes 1204F: block/nbd* 1205F: nbd/ 1206F: include/block/nbd* 1207F: qemu-nbd.c 1208T: git git://github.com/bonzini/qemu.git nbd-next 1209 1210NUMA 1211M: Eduardo Habkost <ehabkost@redhat.com> 1212S: Maintained 1213F: numa.c 1214F: include/sysemu/numa.h 1215T: git git://github.com/ehabkost/qemu.git numa 1216 1217Host Memory Backends 1218M: Eduardo Habkost <ehabkost@redhat.com> 1219M: Igor Mammedov <imammedo@redhat.com> 1220S: Maintained 1221F: backends/hostmem*.c 1222F: include/sysemu/hostmem.h 1223 1224QAPI 1225M: Markus Armbruster <armbru@redhat.com> 1226M: Michael Roth <mdroth@linux.vnet.ibm.com> 1227S: Supported 1228F: qapi/ 1229X: qapi/*.json 1230F: include/qapi/ 1231X: include/qapi/qmp/ 1232F: include/qapi/qmp/dispatch.h 1233F: tests/qapi-schema/ 1234F: tests/test-*-visitor.c 1235F: tests/test-qmp-*.c 1236F: scripts/qapi* 1237F: docs/qapi* 1238T: git git://repo.or.cz/qemu/armbru.git qapi-next 1239 1240QAPI Schema 1241M: Eric Blake <eblake@redhat.com> 1242M: Markus Armbruster <armbru@redhat.com> 1243S: Supported 1244F: qapi-schema.json 1245F: qapi/*.json 1246T: git git://repo.or.cz/qemu/armbru.git qapi-next 1247 1248QObject 1249M: Luiz Capitulino <lcapitulino@redhat.com> 1250S: Maintained 1251F: qobject/ 1252F: include/qapi/qmp/ 1253X: include/qapi/qmp/dispatch.h 1254F: tests/check-qdict.c 1255F: tests/check-qfloat.c 1256F: tests/check-qint.c 1257F: tests/check-qjson.c 1258F: tests/check-qlist.c 1259F: tests/check-qstring.c 1260T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1261 1262QEMU Guest Agent 1263M: Michael Roth <mdroth@linux.vnet.ibm.com> 1264S: Maintained 1265F: qga/ 1266T: git git://github.com/mdroth/qemu.git qga 1267 1268QOM 1269M: Andreas Färber <afaerber@suse.de> 1270S: Supported 1271T: git git://github.com/afaerber/qemu-cpu.git qom-next 1272F: include/qom/ 1273X: include/qom/cpu.h 1274F: qom/ 1275X: qom/cpu.c 1276F: tests/check-qom-interface.c 1277F: tests/check-qom-proplist.c 1278F: tests/qom-test.c 1279 1280QMP 1281M: Markus Armbruster <armbru@redhat.com> 1282S: Supported 1283F: qmp.c 1284F: monitor.c 1285F: docs/*qmp-* 1286F: scripts/qmp/ 1287T: git git://repo.or.cz/qemu/armbru.git qapi-next 1288 1289Register API 1290M: Alistair Francis <alistair.francis@xilinx.com> 1291S: Maintained 1292F: hw/core/register.c 1293F: include/hw/register.h 1294 1295SLIRP 1296M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1297M: Jan Kiszka <jan.kiszka@siemens.com> 1298S: Maintained 1299F: slirp/ 1300F: net/slirp.c 1301F: include/net/slirp.h 1302T: git git://git.kiszka.org/qemu.git queues/slirp 1303 1304Stubs 1305M: Paolo Bonzini <pbonzini@redhat.com> 1306S: Maintained 1307F: stubs/ 1308 1309Tracing 1310M: Stefan Hajnoczi <stefanha@redhat.com> 1311S: Maintained 1312F: trace/ 1313F: scripts/tracetool.py 1314F: scripts/tracetool/ 1315F: docs/tracing.txt 1316T: git git://github.com/stefanha/qemu.git tracing 1317 1318Checkpatch 1319S: Odd Fixes 1320F: scripts/checkpatch.pl 1321 1322Migration 1323M: Juan Quintela <quintela@redhat.com> 1324M: Amit Shah <amit.shah@redhat.com> 1325S: Maintained 1326F: include/migration/ 1327F: migration/ 1328F: scripts/vmstate-static-checker.py 1329F: tests/vmstate-static-checker-data/ 1330F: docs/migration.txt 1331 1332Seccomp 1333M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1334S: Supported 1335F: qemu-seccomp.c 1336F: include/sysemu/seccomp.h 1337 1338Cryptography 1339M: Daniel P. Berrange <berrange@redhat.com> 1340S: Maintained 1341F: crypto/ 1342F: include/crypto/ 1343F: tests/test-crypto-* 1344 1345Coroutines 1346M: Stefan Hajnoczi <stefanha@redhat.com> 1347M: Kevin Wolf <kwolf@redhat.com> 1348F: util/*coroutine* 1349F: include/qemu/coroutine* 1350F: tests/test-coroutine.c 1351 1352Buffers 1353M: Daniel P. Berrange <berrange@redhat.com> 1354S: Odd fixes 1355F: util/buffer.c 1356F: include/qemu/buffer.h 1357 1358I/O Channels 1359M: Daniel P. Berrange <berrange@redhat.com> 1360S: Maintained 1361F: io/ 1362F: include/io/ 1363F: tests/test-io-* 1364 1365Sockets 1366M: Daniel P. Berrange <berrange@redhat.com> 1367M: Gerd Hoffmann <kraxel@redhat.com> 1368M: Paolo Bonzini <pbonzini@redhat.com> 1369S: Maintained 1370F: include/qemu/sockets.h 1371F: util/qemu-sockets.c 1372 1373Throttling infrastructure 1374M: Alberto Garcia <berto@igalia.com> 1375S: Supported 1376F: block/throttle-groups.c 1377F: include/block/throttle-groups.h 1378F: include/qemu/throttle.h 1379F: util/throttle.c 1380L: qemu-block@nongnu.org 1381 1382UUID 1383M: Fam Zheng <famz@redhat.com> 1384S: Supported 1385F: util/uuid.c 1386F: include/qemu/uuid.h 1387F: tests/test-uuid.c 1388 1389COLO Proxy 1390M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> 1391M: Li Zhijian <lizhijian@cn.fujitsu.com> 1392S: Supported 1393F: docs/colo-proxy.txt 1394F: net/colo* 1395F: net/filter-rewriter.c 1396F: net/filter-mirror.c 1397 1398Usermode Emulation 1399------------------ 1400Overall 1401M: Riku Voipio <riku.voipio@iki.fi> 1402S: Maintained 1403F: thunk.c 1404F: user-exec.c 1405 1406BSD user 1407S: Orphan 1408F: bsd-user/ 1409 1410Linux user 1411M: Riku Voipio <riku.voipio@iki.fi> 1412S: Maintained 1413F: linux-user/ 1414 1415Tiny Code Generator (TCG) 1416------------------------- 1417Common code 1418M: Richard Henderson <rth@twiddle.net> 1419S: Maintained 1420F: tcg/ 1421 1422AArch64 target 1423M: Claudio Fontana <claudio.fontana@huawei.com> 1424M: Claudio Fontana <claudio.fontana@gmail.com> 1425S: Maintained 1426L: qemu-arm@nongnu.org 1427F: tcg/aarch64/ 1428F: disas/arm-a64.cc 1429F: disas/libvixl/ 1430 1431ARM target 1432M: Andrzej Zaborowski <balrogg@gmail.com> 1433S: Maintained 1434L: qemu-arm@nongnu.org 1435F: tcg/arm/ 1436F: disas/arm.c 1437 1438i386 target 1439L: qemu-devel@nongnu.org 1440S: Maintained 1441F: tcg/i386/ 1442F: disas/i386.c 1443 1444IA64 target 1445M: Aurelien Jarno <aurelien@aurel32.net> 1446S: Maintained 1447F: tcg/ia64/ 1448F: disas/ia64.c 1449 1450MIPS target 1451M: Aurelien Jarno <aurelien@aurel32.net> 1452S: Maintained 1453F: tcg/mips/ 1454F: disas/mips.c 1455 1456PPC 1457M: Vassili Karpov (malc) <av1474@comtv.ru> 1458S: Maintained 1459F: tcg/ppc/ 1460F: disas/ppc.c 1461 1462S390 target 1463M: Alexander Graf <agraf@suse.de> 1464M: Richard Henderson <rth@twiddle.net> 1465S: Maintained 1466F: tcg/s390/ 1467F: disas/s390.c 1468 1469SPARC target 1470S: Odd Fixes 1471F: tcg/sparc/ 1472F: disas/sparc.c 1473 1474TCI target 1475M: Stefan Weil <sw@weilnetz.de> 1476S: Maintained 1477F: tcg/tci/ 1478F: tci.c 1479F: disas/tci.c 1480 1481Stable branches 1482--------------- 1483Stable 1.0 1484L: qemu-stable@nongnu.org 1485T: git git://git.qemu-project.org/qemu-stable-1.0.git 1486S: Orphan 1487 1488Stable 0.15 1489L: qemu-stable@nongnu.org 1490T: git git://git.qemu-project.org/qemu-stable-0.15.git 1491S: Orphan 1492 1493Stable 0.14 1494L: qemu-stable@nongnu.org 1495T: git git://git.qemu-project.org/qemu-stable-0.14.git 1496S: Orphan 1497 1498Stable 0.10 1499L: qemu-stable@nongnu.org 1500T: git git://git.qemu-project.org/qemu-stable-0.10.git 1501S: Orphan 1502 1503Block drivers 1504------------- 1505VMDK 1506M: Fam Zheng <famz@redhat.com> 1507L: qemu-block@nongnu.org 1508S: Supported 1509F: block/vmdk.c 1510 1511RBD 1512M: Josh Durgin <jdurgin@redhat.com> 1513M: Jeff Cody <jcody@redhat.com> 1514L: qemu-block@nongnu.org 1515S: Supported 1516F: block/rbd.c 1517T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1518 1519Sheepdog 1520M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1521M: Liu Yuan <namei.unix@gmail.com> 1522M: Jeff Cody <jcody@redhat.com> 1523L: qemu-block@nongnu.org 1524L: sheepdog@lists.wpkg.org 1525S: Supported 1526F: block/sheepdog.c 1527T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1528 1529VHDX 1530M: Jeff Cody <jcody@redhat.com> 1531L: qemu-block@nongnu.org 1532S: Supported 1533F: block/vhdx* 1534T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1535 1536VDI 1537M: Stefan Weil <sw@weilnetz.de> 1538L: qemu-block@nongnu.org 1539S: Maintained 1540F: block/vdi.c 1541 1542iSCSI 1543M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1544M: Paolo Bonzini <pbonzini@redhat.com> 1545M: Peter Lieven <pl@kamp.de> 1546L: qemu-block@nongnu.org 1547S: Supported 1548F: block/iscsi.c 1549 1550NFS 1551M: Jeff Cody <jcody@redhat.com> 1552M: Peter Lieven <pl@kamp.de> 1553L: qemu-block@nongnu.org 1554S: Maintained 1555F: block/nfs.c 1556T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1557 1558SSH 1559M: Richard W.M. Jones <rjones@redhat.com> 1560M: Jeff Cody <jcody@redhat.com> 1561L: qemu-block@nongnu.org 1562S: Supported 1563F: block/ssh.c 1564T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1565 1566ARCHIPELAGO 1567M: Chrysostomos Nanakos <chris@include.gr> 1568M: Jeff Cody <jcody@redhat.com> 1569L: qemu-block@nongnu.org 1570S: Maintained 1571F: block/archipelago.c 1572T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1573 1574CURL 1575M: Jeff Cody <jcody@redhat.com> 1576L: qemu-block@nongnu.org 1577S: Supported 1578F: block/curl.c 1579T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1580 1581GLUSTER 1582M: Jeff Cody <jcody@redhat.com> 1583L: qemu-block@nongnu.org 1584S: Supported 1585F: block/gluster.c 1586T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1587 1588Null Block Driver 1589M: Fam Zheng <famz@redhat.com> 1590L: qemu-block@nongnu.org 1591S: Supported 1592F: block/null.c 1593 1594Bootdevice 1595M: Gonglei <arei.gonglei@huawei.com> 1596S: Maintained 1597F: bootdevice.c 1598 1599Quorum 1600M: Alberto Garcia <berto@igalia.com> 1601S: Supported 1602F: block/quorum.c 1603L: qemu-block@nongnu.org 1604 1605blkverify 1606M: Stefan Hajnoczi <stefanha@redhat.com> 1607L: qemu-block@nongnu.org 1608S: Supported 1609F: block/blkverify.c 1610 1611bochs 1612M: Stefan Hajnoczi <stefanha@redhat.com> 1613L: qemu-block@nongnu.org 1614S: Supported 1615F: block/bochs.c 1616 1617cloop 1618M: Stefan Hajnoczi <stefanha@redhat.com> 1619L: qemu-block@nongnu.org 1620S: Supported 1621F: block/cloop.c 1622 1623dmg 1624M: Stefan Hajnoczi <stefanha@redhat.com> 1625L: qemu-block@nongnu.org 1626S: Supported 1627F: block/dmg.c 1628 1629parallels 1630M: Stefan Hajnoczi <stefanha@redhat.com> 1631M: Denis V. Lunev <den@openvz.org> 1632L: qemu-block@nongnu.org 1633S: Supported 1634F: block/parallels.c 1635F: docs/specs/parallels.txt 1636 1637qed 1638M: Stefan Hajnoczi <stefanha@redhat.com> 1639L: qemu-block@nongnu.org 1640S: Supported 1641F: block/qed.c 1642 1643raw 1644M: Kevin Wolf <kwolf@redhat.com> 1645L: qemu-block@nongnu.org 1646S: Supported 1647F: block/linux-aio.c 1648F: include/block/raw-aio.h 1649F: block/raw-posix.c 1650F: block/raw-win32.c 1651F: block/raw_bsd.c 1652F: block/win32-aio.c 1653 1654qcow2 1655M: Kevin Wolf <kwolf@redhat.com> 1656M: Max Reitz <mreitz@redhat.com> 1657L: qemu-block@nongnu.org 1658S: Supported 1659F: block/qcow2* 1660 1661qcow 1662M: Kevin Wolf <kwolf@redhat.com> 1663L: qemu-block@nongnu.org 1664S: Supported 1665F: block/qcow.c 1666 1667blkdebug 1668M: Kevin Wolf <kwolf@redhat.com> 1669M: Max Reitz <mreitz@redhat.com> 1670L: qemu-block@nongnu.org 1671S: Supported 1672F: block/blkdebug.c 1673 1674vpc 1675M: Kevin Wolf <kwolf@redhat.com> 1676L: qemu-block@nongnu.org 1677S: Supported 1678F: block/vpc.c 1679 1680vvfat 1681M: Kevin Wolf <kwolf@redhat.com> 1682L: qemu-block@nongnu.org 1683S: Supported 1684F: block/vvfat.c 1685 1686Image format fuzzer 1687M: Stefan Hajnoczi <stefanha@redhat.com> 1688L: qemu-block@nongnu.org 1689S: Supported 1690F: tests/image-fuzzer/ 1691 1692Replication 1693M: Wen Congyang <wency@cn.fujitsu.com> 1694M: Changlong Xie <xiecl.fnst@cn.fujitsu.com> 1695S: Supported 1696F: replication* 1697F: block/replication.c 1698F: tests/test-replication.c 1699F: docs/block-replication.txt 1700 1701Build and test automation 1702------------------------- 1703M: Alex Bennée <alex.bennee@linaro.org> 1704L: qemu-devel@nongnu.org 1705S: Supported 1706F: .travis.yml 1707 1708Documentation 1709------------- 1710Build system architecture 1711M: Daniel P. Berrange <berrange@redhat.com> 1712S: Odd Fixes 1713F: docs/build-system.txt 1714 1715Docker testing 1716-------------- 1717Docker based testing framework and cases 1718M: Fam Zheng <famz@redhat.com> 1719S: Maintained 1720F: tests/docker/ 1721