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 55Responsible Disclosure, Reporting Security Issues 56------------------------------ 57W: http://wiki.qemu.org/SecurityProcess 58M: Michael S. Tsirkin <mst@redhat.com> 59L: secalert@redhat.com 60 61Guest CPU cores (TCG): 62---------------------- 63Overall 64L: qemu-devel@nongnu.org 65S: Odd fixes 66F: cpu-exec.c 67F: cputlb.c 68F: softmmu_template.h 69F: translate-all.c 70F: include/exec/cpu_ldst.h 71F: include/exec/cpu_ldst_template.h 72F: include/exec/helper*.h 73 74Alpha 75M: Richard Henderson <rth@twiddle.net> 76S: Maintained 77F: target-alpha/ 78F: hw/alpha/ 79F: tests/tcg/alpha/ 80 81ARM 82M: Peter Maydell <peter.maydell@linaro.org> 83S: Maintained 84F: target-arm/ 85F: hw/arm/ 86F: hw/cpu/a*mpcore.c 87 88CRIS 89M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 90S: Maintained 91F: target-cris/ 92F: hw/cris/ 93F: tests/tcg/cris/ 94 95LM32 96M: Michael Walle <michael@walle.cc> 97S: Maintained 98F: target-lm32/ 99F: disas/lm32.c 100F: hw/lm32/ 101F: hw/*/lm32_* 102F: hw/*/milkymist-* 103F: include/hw/char/lm32_juart.h 104F: include/hw/lm32/ 105F: tests/tcg/lm32/ 106 107M68K 108S: Orphan 109F: target-m68k/ 110F: hw/m68k/ 111 112MicroBlaze 113M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 114S: Maintained 115F: target-microblaze/ 116F: hw/microblaze/ 117 118MIPS 119M: Aurelien Jarno <aurelien@aurel32.net> 120M: Leon Alrae <leon.alrae@imgtec.com> 121S: Maintained 122F: target-mips/ 123F: hw/mips/ 124F: tests/tcg/mips/ 125 126Moxie 127M: Anthony Green <green@moxielogic.com> 128S: Maintained 129F: target-moxie/ 130 131OpenRISC 132M: Jia Liu <proljc@gmail.com> 133S: Maintained 134F: target-openrisc/ 135F: hw/openrisc/ 136F: tests/tcg/openrisc/ 137 138PowerPC 139M: Alexander Graf <agraf@suse.de> 140L: qemu-ppc@nongnu.org 141S: Maintained 142F: target-ppc/ 143F: hw/ppc/ 144 145S390 146M: Richard Henderson <rth@twiddle.net> 147M: Alexander Graf <agraf@suse.de> 148S: Maintained 149F: target-s390x/ 150F: hw/s390x/ 151 152SH4 153M: Aurelien Jarno <aurelien@aurel32.net> 154S: Odd Fixes 155F: target-sh4/ 156F: hw/sh4/ 157 158SPARC 159M: Blue Swirl <blauwirbel@gmail.com> 160M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 161S: Maintained 162F: target-sparc/ 163F: hw/sparc/ 164F: hw/sparc64/ 165 166UniCore32 167M: Guan Xuetao <gxt@mprc.pku.edu.cn> 168S: Maintained 169F: target-unicore32/ 170F: hw/unicore32/ 171 172X86 173M: Paolo Bonzini <pbonzini@redhat.com> 174M: Richard Henderson <rth@twiddle.net> 175M: Eduardo Habkost <ehabkost@redhat.com> 176S: Maintained 177F: target-i386/ 178F: hw/i386/ 179 180Xtensa 181M: Max Filippov <jcmvbkbc@gmail.com> 182W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 183S: Maintained 184F: target-xtensa/ 185F: hw/xtensa/ 186F: tests/tcg/xtensa/ 187 188TriCore 189M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 190S: Maintained 191F: target-tricore/ 192F: hw/tricore/ 193 194Guest CPU Cores (KVM): 195---------------------- 196 197Overall 198M: Paolo Bonzini <pbonzini@redhat.com> 199L: kvm@vger.kernel.org 200S: Supported 201F: kvm-* 202F: */kvm.* 203 204ARM 205M: Peter Maydell <peter.maydell@linaro.org> 206S: Maintained 207F: target-arm/kvm.c 208 209MIPS 210M: James Hogan <james.hogan@imgtec.com> 211S: Maintained 212F: target-mips/kvm.c 213 214PPC 215M: Alexander Graf <agraf@suse.de> 216S: Maintained 217F: target-ppc/kvm.c 218 219S390 220M: Christian Borntraeger <borntraeger@de.ibm.com> 221M: Cornelia Huck <cornelia.huck@de.ibm.com> 222M: Alexander Graf <agraf@suse.de> 223S: Maintained 224F: target-s390x/kvm.c 225F: hw/intc/s390_flic.c 226F: hw/intc/s390_flic_kvm.c 227F: include/hw/s390x/s390_flic.h 228 229X86 230M: Paolo Bonzini <pbonzini@redhat.com> 231M: Marcelo Tosatti <mtosatti@redhat.com> 232L: kvm@vger.kernel.org 233S: Supported 234F: target-i386/kvm.c 235 236Guest CPU Cores (Xen): 237---------------------- 238 239X86 240M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 241L: xen-devel@lists.xensource.com 242S: Supported 243F: xen-* 244F: */xen* 245 246Hosts: 247------ 248 249LINUX 250L: qemu-devel@nongnu.org 251S: Maintained 252F: linux-* 253F: linux-headers/ 254 255POSIX 256L: qemu-devel@nongnu.org 257S: Maintained 258F: *posix* 259 260W32, W64 261L: qemu-devel@nongnu.org 262M: Stefan Weil <sw@weilnetz.de> 263S: Maintained 264F: *win32* 265 266ARM Machines 267------------ 268Allwinner-a10 269M: Li Guang <lig.fnst@cn.fujitsu.com> 270S: Maintained 271F: hw/*/allwinner-a10* 272F: include/hw/*/allwinner-a10* 273F: hw/arm/cubieboard.c 274 275Exynos 276M: Evgeny Voevodin <e.voevodin@samsung.com> 277M: Maksim Kozlov <m.kozlov@samsung.com> 278M: Igor Mitsyanko <i.mitsyanko@gmail.com> 279M: Dmitry Solodkiy <d.solodkiy@samsung.com> 280S: Maintained 281F: hw/*/exynos* 282 283Calxeda Highbank 284M: Rob Herring <robh@kernel.org> 285S: Maintained 286F: hw/arm/highbank.c 287F: hw/net/xgmac.c 288 289Canon DIGIC 290M: Antony Pavlov <antonynpavlov@gmail.com> 291S: Maintained 292F: include/hw/arm/digic.h 293F: hw/*/digic* 294 295Gumstix 296L: qemu-devel@nongnu.org 297S: Orphan 298F: hw/arm/gumstix.c 299 300i.MX31 301M: Peter Chubb <peter.chubb@nicta.com.au> 302S: Odd fixes 303F: hw/*/imx* 304F: hw/arm/kzm.c 305 306Integrator CP 307M: Peter Maydell <peter.maydell@linaro.org> 308S: Maintained 309F: hw/arm/integratorcp.c 310 311Mainstone 312L: qemu-devel@nongnu.org 313S: Orphan 314F: hw/arm/mainstone.c 315 316Musicpal 317M: Jan Kiszka <jan.kiszka@web.de> 318S: Maintained 319F: hw/arm/musicpal.c 320 321nSeries 322M: Andrzej Zaborowski <balrogg@gmail.com> 323S: Maintained 324F: hw/arm/nseries.c 325 326Palm 327M: Andrzej Zaborowski <balrogg@gmail.com> 328S: Maintained 329F: hw/arm/palm.c 330 331Real View 332M: Peter Maydell <peter.maydell@linaro.org> 333S: Maintained 334F: hw/arm/realview* 335 336Spitz 337M: Andrzej Zaborowski <balrogg@gmail.com> 338S: Maintained 339F: hw/arm/spitz.c 340 341Stellaris 342M: Peter Maydell <peter.maydell@linaro.org> 343S: Maintained 344F: hw/*/stellaris* 345 346Versatile PB 347M: Peter Maydell <peter.maydell@linaro.org> 348S: Maintained 349F: hw/*/versatile* 350 351Xilinx Zynq 352M: Alistair Francis <alistair.francis@xilinx.com> 353M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 354S: Maintained 355F: hw/arm/xilinx_zynq.c 356F: hw/misc/zynq_slcr.c 357F: hw/*/cadence_* 358F: hw/ssi/xilinx_spips.c 359 360Xilinx ZynqMP 361M: Alistair Francis <alistair.francis@xilinx.com> 362M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 363S: Maintained 364F: hw/arm/xlnx-zynqmp.c 365F: hw/arm/xlnx-ep108.c 366F: include/hw/arm/xlnx-zynqmp.h 367 368ARM ACPI Subsystem 369M: Shannon Zhao <zhaoshenglong@huawei.com> 370M: Shannon Zhao <shannon.zhao@linaro.org> 371S: Maintained 372F: hw/arm/virt-acpi-build.c 373F: include/hw/arm/virt-acpi-build.h 374 375CRIS Machines 376------------- 377Axis Dev88 378M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 379S: Maintained 380F: hw/cris/axis_dev88.c 381F: hw/*/etraxfs_*.c 382 383LM32 Machines 384------------- 385EVR32 and uclinux BSP 386M: Michael Walle <michael@walle.cc> 387S: Maintained 388F: hw/lm32/lm32_boards.c 389 390milkymist 391M: Michael Walle <michael@walle.cc> 392S: Maintained 393F: hw/lm32/milkymist.c 394 395M68K Machines 396------------- 397an5206 398S: Orphan 399F: hw/m68k/an5206.c 400 401dummy_m68k 402S: Orphan 403F: hw/m68k/dummy_m68k.c 404 405mcf5208 406S: Orphan 407F: hw/m68k/mcf5208.c 408 409MicroBlaze Machines 410------------------- 411petalogix_s3adsp1800 412M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 413S: Maintained 414F: hw/microblaze/petalogix_s3adsp1800_mmu.c 415 416petalogix_ml605 417M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 418S: Maintained 419F: hw/microblaze/petalogix_ml605_mmu.c 420 421MIPS Machines 422------------- 423Jazz 424M: Hervé Poussineau <hpoussin@reactos.org> 425S: Maintained 426F: hw/mips/mips_jazz.c 427 428Malta 429M: Aurelien Jarno <aurelien@aurel32.net> 430S: Maintained 431F: hw/mips/mips_malta.c 432 433Mipssim 434L: qemu-devel@nongnu.org 435S: Orphan 436F: hw/mips/mips_mipssim.c 437 438R4000 439M: Aurelien Jarno <aurelien@aurel32.net> 440S: Maintained 441F: hw/mips/mips_r4k.c 442 443OpenRISC Machines 444----------------- 445or1k-sim 446M: Jia Liu <proljc@gmail.com> 447S: Maintained 448F: hw/openrisc/openrisc_sim.c 449 450PowerPC Machines 451---------------- 452405 453M: Alexander Graf <agraf@suse.de> 454L: qemu-ppc@nongnu.org 455S: Odd Fixes 456F: hw/ppc/ppc405_boards.c 457 458Bamboo 459M: Alexander Graf <agraf@suse.de> 460L: qemu-ppc@nongnu.org 461S: Odd Fixes 462F: hw/ppc/ppc440_bamboo.c 463 464e500 465M: Alexander Graf <agraf@suse.de> 466M: Scott Wood <scottwood@freescale.com> 467L: qemu-ppc@nongnu.org 468S: Supported 469F: hw/ppc/e500.[hc] 470F: hw/ppc/e500plat.c 471 472mpc8544ds 473M: Alexander Graf <agraf@suse.de> 474M: Scott Wood <scottwood@freescale.com> 475L: qemu-ppc@nongnu.org 476S: Supported 477F: hw/ppc/mpc8544ds.c 478F: hw/ppc/mpc8544_guts.c 479 480New World 481M: Alexander Graf <agraf@suse.de> 482L: qemu-ppc@nongnu.org 483S: Maintained 484F: hw/ppc/mac_newworld.c 485F: hw/pci-host/uninorth.c 486F: hw/pci-bridge/dec.[hc] 487F: hw/misc/macio/ 488 489Old World 490M: Alexander Graf <agraf@suse.de> 491L: qemu-ppc@nongnu.org 492S: Maintained 493F: hw/ppc/mac_oldworld.c 494F: hw/pci-host/grackle.c 495F: hw/misc/macio/ 496 497PReP 498M: Andreas Färber <andreas.faerber@web.de> 499L: qemu-ppc@nongnu.org 500S: Odd Fixes 501F: hw/ppc/prep.c 502F: hw/pci-host/prep.[hc] 503F: hw/isa/pc87312.[hc] 504 505sPAPR (pseries) 506M: David Gibson <david@gibson.dropbear.id.au> 507M: Alexander Graf <agraf@suse.de> 508L: qemu-ppc@nongnu.org 509S: Supported 510F: hw/*/spapr* 511F: include/hw/*/spapr* 512F: hw/*/xics* 513F: include/hw/*/xics* 514F: pc-bios/spapr-rtas/* 515 516virtex_ml507 517M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 518L: qemu-ppc@nongnu.org 519S: Odd Fixes 520F: hw/ppc/virtex_ml507.c 521 522SH4 Machines 523------------ 524R2D 525M: Magnus Damm <magnus.damm@gmail.com> 526S: Maintained 527F: hw/sh4/r2d.c 528 529Shix 530M: Magnus Damm <magnus.damm@gmail.com> 531S: Orphan 532F: hw/sh4/shix.c 533 534SPARC Machines 535-------------- 536Sun4m 537M: Blue Swirl <blauwirbel@gmail.com> 538M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 539S: Maintained 540F: hw/sparc/sun4m.c 541 542Sun4u 543M: Blue Swirl <blauwirbel@gmail.com> 544M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 545S: Maintained 546F: hw/sparc64/sun4u.c 547 548Leon3 549M: Fabien Chouteau <chouteau@adacore.com> 550S: Maintained 551F: hw/sparc/leon3.c 552F: hw/*/grlib* 553 554S390 Machines 555------------- 556S390 Virtio 557M: Alexander Graf <agraf@suse.de> 558S: Maintained 559F: hw/s390x/s390-*.c 560X: hw/s390x/*pci*.[hc] 561 562S390 Virtio-ccw 563M: Cornelia Huck <cornelia.huck@de.ibm.com> 564M: Christian Borntraeger <borntraeger@de.ibm.com> 565M: Alexander Graf <agraf@suse.de> 566S: Supported 567F: hw/s390x/s390-virtio-ccw.c 568F: hw/s390x/css.[hc] 569F: hw/s390x/sclp*.[hc] 570F: hw/s390x/ipl*.[hc] 571F: hw/s390x/*pci*.[hc] 572F: hw/s390x/s390-skeys*.c 573F: include/hw/s390x/ 574F: pc-bios/s390-ccw/ 575T: git git://github.com/cohuck/qemu virtio-ccw-upstr 576 577UniCore32 Machines 578------------- 579PKUnity-3 SoC initramfs-with-busybox 580M: Guan Xuetao <gxt@mprc.pku.edu.cn> 581S: Maintained 582F: hw/*/puv3* 583F: hw/unicore32/ 584 585X86 Machines 586------------ 587PC 588M: Michael S. Tsirkin <mst@redhat.com> 589S: Supported 590F: include/hw/i386/ 591F: hw/i386/ 592F: hw/pci-host/piix.c 593F: hw/pci-host/q35.c 594F: hw/pci-host/pam.c 595F: include/hw/pci-host/q35.h 596F: include/hw/pci-host/pam.h 597F: hw/isa/piix4.c 598F: hw/isa/lpc_ich9.c 599F: hw/i2c/smbus_ich9.c 600F: hw/acpi/piix4.c 601F: hw/acpi/ich9.c 602F: include/hw/acpi/ich9.h 603F: include/hw/acpi/piix.h 604 605 606Xtensa Machines 607--------------- 608sim 609M: Max Filippov <jcmvbkbc@gmail.com> 610S: Maintained 611F: hw/xtensa/sim.c 612 613XTFPGA (LX60, LX200, ML605, KC705) 614M: Max Filippov <jcmvbkbc@gmail.com> 615S: Maintained 616F: hw/xtensa/xtfpga.c 617F: hw/net/opencores_eth.c 618 619Devices 620------- 621EDU 622M: Jiri Slaby <jslaby@suse.cz> 623S: Maintained 624F: hw/misc/edu.c 625 626IDE 627M: John Snow <jsnow@redhat.com> 628L: qemu-block@nongnu.org 629S: Supported 630F: include/hw/ide.h 631F: hw/ide/ 632F: hw/block/block.c 633F: hw/block/cdrom.c 634F: hw/block/hd-geometry.c 635F: tests/ide-test.c 636F: tests/ahci-test.c 637T: git git://github.com/jnsnow/qemu.git ide 638 639Floppy 640M: John Snow <jsnow@redhat.com> 641L: qemu-block@nongnu.org 642S: Supported 643F: hw/block/fdc.c 644F: include/hw/block/fdc.h 645T: git git://github.com/jnsnow/qemu.git ide 646 647OMAP 648M: Peter Maydell <peter.maydell@linaro.org> 649S: Maintained 650F: hw/*/omap* 651 652PCI 653M: Michael S. Tsirkin <mst@redhat.com> 654S: Supported 655F: include/hw/pci/* 656F: hw/pci/* 657 658ACPI/SMBIOS 659M: Michael S. Tsirkin <mst@redhat.com> 660M: Igor Mammedov <imammedo@redhat.com> 661S: Supported 662F: include/hw/acpi/* 663F: include/hw/smbios/* 664F: hw/mem/* 665F: hw/acpi/* 666F: hw/smbios/* 667F: hw/i386/acpi-build.[hc] 668F: hw/i386/*dsl 669F: hw/arm/virt-acpi-build.c 670F: include/hw/arm/virt-acpi-build.h 671F: scripts/acpi*py 672 673ppc4xx 674M: Alexander Graf <agraf@suse.de> 675L: qemu-ppc@nongnu.org 676S: Odd Fixes 677F: hw/ppc/ppc4*.c 678 679ppce500 680M: Alexander Graf <agraf@suse.de> 681M: Scott Wood <scottwood@freescale.com> 682L: qemu-ppc@nongnu.org 683S: Supported 684F: hw/ppc/e500* 685 686SCSI 687M: Paolo Bonzini <pbonzini@redhat.com> 688S: Supported 689F: include/hw/scsi* 690F: hw/scsi/* 691T: git git://github.com/bonzini/qemu.git scsi-next 692 693LSI53C895A 694S: Orphan 695F: hw/scsi/lsi53c895a.c 696 697SSI 698M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 699S: Maintained 700F: hw/ssi/* 701F: hw/block/m25p80.c 702X: hw/ssi/xilinx_* 703 704Xilinx SPI 705M: Alistair Francis <alistair.francis@xilinx.com> 706M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 707S: Maintained 708F: hw/ssi/xilinx_* 709 710USB 711M: Gerd Hoffmann <kraxel@redhat.com> 712S: Maintained 713F: hw/usb/* 714F: tests/usb-*-test.c 715 716USB (serial adapter) 717M: Gerd Hoffmann <kraxel@redhat.com> 718M: Samuel Thibault <samuel.thibault@ens-lyon.org> 719S: Maintained 720F: hw/usb/dev-serial.c 721 722VFIO 723M: Alex Williamson <alex.williamson@redhat.com> 724S: Supported 725F: hw/vfio/* 726 727vhost 728M: Michael S. Tsirkin <mst@redhat.com> 729S: Supported 730F: hw/*/*vhost* 731 732virtio 733M: Michael S. Tsirkin <mst@redhat.com> 734S: Supported 735F: hw/*/virtio* 736F: net/vhost-user.c 737 738virtio-9p 739M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 740S: Supported 741F: hw/9pfs/ 742F: fsdev/ 743F: tests/virtio-9p-test.c 744T: git git://github.com/kvaneesh/QEMU.git 745 746virtio-blk 747M: Stefan Hajnoczi <stefanha@redhat.com> 748L: qemu-block@nongnu.org 749S: Supported 750F: hw/block/virtio-blk.c 751F: hw/block/dataplane/* 752F: hw/virtio/dataplane/* 753T: git git://github.com/stefanha/qemu.git block 754 755virtio-ccw 756M: Cornelia Huck <cornelia.huck@de.ibm.com> 757M: Christian Borntraeger <borntraeger@de.ibm.com> 758S: Supported 759F: hw/s390x/virtio-ccw.[hc] 760T: git git://github.com/cohuck/qemu virtio-ccw-upstr 761 762virtio-input 763M: Gerd Hoffmann <kraxel@redhat.com> 764S: Maintained 765F: hw/input/virtio-input*.c 766F: include/hw/virtio/virtio-input.h 767 768virtio-serial 769M: Amit Shah <amit.shah@redhat.com> 770S: Supported 771F: hw/char/virtio-serial-bus.c 772F: hw/char/virtio-console.c 773F: include/hw/virtio/virtio-serial.h 774 775virtio-rng 776M: Amit Shah <amit.shah@redhat.com> 777S: Supported 778F: hw/virtio/virtio-rng.c 779F: include/hw/virtio/virtio-rng.h 780F: backends/rng*.c 781 782nvme 783M: Keith Busch <keith.busch@intel.com> 784L: qemu-block@nongnu.org 785S: Supported 786F: hw/block/nvme* 787F: tests/nvme-test.c 788 789megasas 790M: Hannes Reinecke <hare@suse.de> 791L: qemu-block@nongnu.org 792S: Supported 793F: hw/scsi/megasas.c 794F: hw/scsi/mfi.h 795 796Xilinx EDK 797M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 798M: Alistair Francis <alistair.francis@xilinx.com> 799M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 800S: Maintained 801F: hw/*/xilinx_* 802F: include/hw/xilinx.h 803 804Vmware 805M: Dmitry Fleytman <dmitry@daynix.com> 806S: Maintained 807F: hw/net/vmxnet* 808F: hw/scsi/vmw_pvscsi* 809 810Rocker 811M: Scott Feldman <sfeldma@gmail.com> 812M: Jiri Pirko <jiri@resnulli.us> 813S: Maintained 814F: hw/net/rocker/ 815 816Subsystems 817---------- 818Audio 819M: Gerd Hoffmann <kraxel@redhat.com> 820S: Maintained 821F: audio/ 822F: hw/audio/ 823F: tests/ac97-test.c 824F: tests/es1370-test.c 825F: tests/intel-hda-test.c 826 827Block layer core 828M: Kevin Wolf <kwolf@redhat.com> 829L: qemu-block@nongnu.org 830S: Supported 831F: block* 832F: block/ 833F: hw/block/ 834F: include/block/ 835F: qemu-img* 836F: qemu-io* 837F: tests/qemu-iotests/ 838T: git git://repo.or.cz/qemu/kevin.git block 839 840Block I/O path 841M: Stefan Hajnoczi <stefanha@redhat.com> 842L: qemu-block@nongnu.org 843S: Supported 844F: async.c 845F: aio-*.c 846F: block/io.c 847F: migration/block* 848T: git git://github.com/stefanha/qemu.git block 849 850Block Jobs 851M: Jeff Cody <jcody@redhat.com> 852L: qemu-block@nongnu.org 853S: Supported 854F: blockjob.c 855F: include/block/blockjob.h 856F: block/backup.c 857F: block/commit.c 858F: block/stream.h 859F: block/mirror.c 860T: git git://github.com/codyprime/qemu-kvm-jtc.git block 861 862Block QAPI, monitor, command line 863M: Markus Armbruster <armbru@redhat.com> 864S: Supported 865F: blockdev.c 866F: block/qapi.c 867F: qapi/block*.json 868T: git git://repo.or.cz/qemu/armbru.git block-next 869 870Character Devices 871M: Paolo Bonzini <pbonzini@redhat.com> 872S: Maintained 873F: qemu-char.c 874F: backends/msmouse.c 875F: backends/testdev.c 876 877Character Devices (Braille) 878M: Samuel Thibault <samuel.thibault@ens-lyon.org> 879S: Maintained 880F: backends/baum.c 881 882Coverity model 883M: Markus Armbruster <armbru@redhat.com> 884S: Supported 885F: scripts/coverity-model.c 886 887CPU 888M: Andreas Färber <afaerber@suse.de> 889S: Supported 890F: qom/cpu.c 891F: include/qom/cpu.h 892F: target-i386/cpu.c 893 894ICC Bus 895M: Igor Mammedov <imammedo@redhat.com> 896S: Supported 897F: include/hw/cpu/icc_bus.h 898F: hw/cpu/icc_bus.c 899 900Device Tree 901M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 902M: Alexander Graf <agraf@suse.de> 903S: Maintained 904F: device_tree.[ch] 905 906Error reporting 907M: Markus Armbruster <armbru@redhat.com> 908S: Supported 909F: include/qapi/error.h 910F: include/qemu/error-report.h 911F: util/error.c 912F: util/qemu-error.c 913 914GDB stub 915L: qemu-devel@nongnu.org 916S: Odd Fixes 917F: gdbstub* 918F: gdb-xml/ 919 920Memory API 921M: Paolo Bonzini <pbonzini@redhat.com> 922S: Supported 923F: include/exec/ioport.h 924F: ioport.c 925F: include/exec/memory.h 926F: memory.c 927F: include/exec/memory-internal.h 928F: exec.c 929 930SPICE 931M: Gerd Hoffmann <kraxel@redhat.com> 932S: Supported 933F: include/ui/qemu-spice.h 934F: ui/spice-*.c 935F: audio/spiceaudio.c 936F: hw/display/qxl* 937 938Graphics 939M: Gerd Hoffmann <kraxel@redhat.com> 940S: Odd Fixes 941F: ui/ 942 943Cocoa graphics 944M: Andreas Färber <andreas.faerber@web.de> 945M: Peter Maydell <peter.maydell@linaro.org> 946S: Odd Fixes 947F: ui/cocoa.m 948 949Main loop 950M: Paolo Bonzini <pbonzini@redhat.com> 951S: Maintained 952F: cpus.c 953F: main-loop.c 954F: qemu-timer.c 955F: vl.c 956 957Human Monitor (HMP) 958M: Luiz Capitulino <lcapitulino@redhat.com> 959S: Maintained 960F: monitor.c 961F: hmp.c 962F: hmp-commands.hx 963T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 964 965Network device layer 966M: Jason Wang <jasowang@redhat.com> 967S: Maintained 968F: net/ 969T: git git://github.com/jasowang/qemu.git net 970 971Netmap network backend 972M: Luigi Rizzo <rizzo@iet.unipi.it> 973M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 974M: Vincenzo Maffione <v.maffione@gmail.com> 975W: http://info.iet.unipi.it/~luigi/netmap/ 976S: Maintained 977F: net/netmap.c 978 979Network Block Device (NBD) 980M: Paolo Bonzini <pbonzini@redhat.com> 981S: Odd Fixes 982F: block/nbd.c 983F: nbd.* 984F: qemu-nbd.c 985T: git git://github.com/bonzini/qemu.git nbd-next 986 987NUMA 988M: Eduardo Habkost <ehabkost@redhat.com> 989S: Maintained 990F: numa.c 991F: include/sysemu/numa.h 992K: numa|NUMA 993K: srat|SRAT 994T: git git://github.com/ehabkost/qemu.git numa 995 996QAPI 997M: Markus Armbruster <armbru@redhat.com> 998M: Michael Roth <mdroth@linux.vnet.ibm.com> 999S: Supported 1000F: qapi/ 1001X: qapi/*.json 1002F: tests/qapi-schema/ 1003F: scripts/qapi* 1004F: docs/qapi* 1005T: git git://repo.or.cz/qemu/armbru.git qapi-next 1006 1007QAPI Schema 1008M: Eric Blake <eblake@redhat.com> 1009M: Markus Armbruster <armbru@redhat.com> 1010S: Supported 1011F: qapi-schema.json 1012F: qapi/*.json 1013T: git git://repo.or.cz/qemu/armbru.git qapi-next 1014 1015QObject 1016M: Luiz Capitulino <lcapitulino@redhat.com> 1017S: Maintained 1018F: qobject/ 1019T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1020 1021QEMU Guest Agent 1022M: Michael Roth <mdroth@linux.vnet.ibm.com> 1023S: Maintained 1024F: qga/ 1025T: git git://github.com/mdroth/qemu.git qga 1026 1027QOM 1028M: Andreas Färber <afaerber@suse.de> 1029S: Supported 1030T: git git://github.com/afaerber/qemu-cpu.git qom-next 1031F: include/qom/ 1032X: include/qom/cpu.h 1033F: qom/ 1034X: qom/cpu.c 1035F: tests/qom-test.c 1036 1037QMP 1038M: Markus Armbruster <armbru@redhat.com> 1039S: Supported 1040F: qmp.c 1041F: monitor.c 1042F: qmp-commands.hx 1043F: docs/qmp/ 1044F: scripts/qmp/ 1045T: git git://repo.or.cz/qemu/armbru.git qapi-next 1046 1047SLIRP 1048M: Jan Kiszka <jan.kiszka@siemens.com> 1049S: Maintained 1050F: slirp/ 1051T: git git://git.kiszka.org/qemu.git queues/slirp 1052 1053Tracing 1054M: Stefan Hajnoczi <stefanha@redhat.com> 1055S: Maintained 1056F: trace/ 1057F: scripts/tracetool.py 1058F: scripts/tracetool/ 1059F: docs/tracing.txt 1060T: git git://github.com/stefanha/qemu.git tracing 1061 1062Checkpatch 1063M: Blue Swirl <blauwirbel@gmail.com> 1064S: Odd Fixes 1065F: scripts/checkpatch.pl 1066 1067Migration 1068M: Juan Quintela <quintela@redhat.com> 1069M: Amit Shah <amit.shah@redhat.com> 1070S: Maintained 1071F: include/migration/ 1072F: migration/ 1073F: scripts/vmstate-static-checker.py 1074F: tests/vmstate-static-checker-data/ 1075 1076Seccomp 1077M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1078S: Supported 1079F: qemu-seccomp.c 1080F: include/sysemu/seccomp.h 1081 1082Cryptography 1083M: Daniel P. Berrange <berrange@redhat.com> 1084S: Maintained 1085F: crypto/ 1086F: include/crypto/ 1087F: tests/test-crypto-* 1088 1089Usermode Emulation 1090------------------ 1091Overall 1092M: Riku Voipio <riku.voipio@iki.fi> 1093S: Maintained 1094F: thunk.c 1095F: user-exec.c 1096 1097BSD user 1098M: Blue Swirl <blauwirbel@gmail.com> 1099S: Maintained 1100F: bsd-user/ 1101 1102Linux user 1103M: Riku Voipio <riku.voipio@iki.fi> 1104S: Maintained 1105F: linux-user/ 1106 1107Tiny Code Generator (TCG) 1108------------------------- 1109Common code 1110M: Richard Henderson <rth@twiddle.net> 1111S: Maintained 1112F: tcg/ 1113 1114AArch64 target 1115M: Claudio Fontana <claudio.fontana@huawei.com> 1116M: Claudio Fontana <claudio.fontana@gmail.com> 1117S: Maintained 1118F: tcg/aarch64/ 1119 1120ARM target 1121M: Andrzej Zaborowski <balrogg@gmail.com> 1122S: Maintained 1123F: tcg/arm/ 1124 1125i386 target 1126L: qemu-devel@nongnu.org 1127S: Maintained 1128F: tcg/i386/ 1129 1130IA64 target 1131M: Aurelien Jarno <aurelien@aurel32.net> 1132S: Maintained 1133F: tcg/ia64/ 1134 1135MIPS target 1136M: Aurelien Jarno <aurelien@aurel32.net> 1137S: Maintained 1138F: tcg/mips/ 1139 1140PPC 1141M: Vassili Karpov (malc) <av1474@comtv.ru> 1142S: Maintained 1143F: tcg/ppc/ 1144 1145PPC64 target 1146M: Vassili Karpov (malc) <av1474@comtv.ru> 1147S: Maintained 1148F: tcg/ppc64/ 1149 1150S390 target 1151M: Alexander Graf <agraf@suse.de> 1152M: Richard Henderson <rth@twiddle.net> 1153S: Maintained 1154F: tcg/s390/ 1155 1156SPARC target 1157M: Blue Swirl <blauwirbel@gmail.com> 1158S: Maintained 1159F: tcg/sparc/ 1160 1161TCI target 1162M: Stefan Weil <sw@weilnetz.de> 1163S: Maintained 1164F: tcg/tci/ 1165F: tci.c 1166 1167Stable branches 1168--------------- 1169Stable 1.0 1170L: qemu-stable@nongnu.org 1171T: git git://git.qemu-project.org/qemu-stable-1.0.git 1172S: Orphan 1173 1174Stable 0.15 1175L: qemu-stable@nongnu.org 1176M: Andreas Färber <afaerber@suse.de> 1177T: git git://git.qemu-project.org/qemu-stable-0.15.git 1178S: Supported 1179 1180Stable 0.14 1181L: qemu-stable@nongnu.org 1182T: git git://git.qemu-project.org/qemu-stable-0.14.git 1183S: Orphan 1184 1185Stable 0.10 1186L: qemu-stable@nongnu.org 1187T: git git://git.qemu-project.org/qemu-stable-0.10.git 1188S: Orphan 1189 1190Block drivers 1191------------- 1192VMDK 1193M: Fam Zheng <famz@redhat.com> 1194L: qemu-block@nongnu.org 1195S: Supported 1196F: block/vmdk.c 1197 1198RBD 1199M: Josh Durgin <jdurgin@redhat.com> 1200M: Jeff Cody <jcody@redhat.com> 1201L: qemu-block@nongnu.org 1202S: Supported 1203F: block/rbd.c 1204T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1205 1206Sheepdog 1207M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1208M: Liu Yuan <namei.unix@gmail.com> 1209M: Jeff Cody <jcody@redhat.com> 1210L: qemu-block@nongnu.org 1211L: sheepdog@lists.wpkg.org 1212S: Supported 1213F: block/sheepdog.c 1214T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1215 1216VHDX 1217M: Jeff Cody <jcody@redhat.com> 1218L: qemu-block@nongnu.org 1219S: Supported 1220F: block/vhdx* 1221T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1222 1223VDI 1224M: Stefan Weil <sw@weilnetz.de> 1225L: qemu-block@nongnu.org 1226S: Maintained 1227F: block/vdi.c 1228 1229iSCSI 1230M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1231M: Paolo Bonzini <pbonzini@redhat.com> 1232M: Peter Lieven <pl@kamp.de> 1233L: qemu-block@nongnu.org 1234S: Supported 1235F: block/iscsi.c 1236 1237NFS 1238M: Jeff Cody <jcody@redhat.com> 1239M: Peter Lieven <pl@kamp.de> 1240L: qemu-block@nongnu.org 1241S: Maintained 1242F: block/nfs.c 1243T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1244 1245SSH 1246M: Richard W.M. Jones <rjones@redhat.com> 1247M: Jeff Cody <jcody@redhat.com> 1248L: qemu-block@nongnu.org 1249S: Supported 1250F: block/ssh.c 1251T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1252 1253ARCHIPELAGO 1254M: Chrysostomos Nanakos <chris@include.gr> 1255M: Jeff Cody <jcody@redhat.com> 1256L: qemu-block@nongnu.org 1257S: Maintained 1258F: block/archipelago.c 1259T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1260 1261CURL 1262M: Jeff Cody <jcody@redhat.com> 1263L: qemu-block@nongnu.org 1264S: Supported 1265F: block/curl.c 1266T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1267 1268GLUSTER 1269M: Jeff Cody <jcody@redhat.com> 1270L: qemu-block@nongnu.org 1271S: Supported 1272F: block/gluster.c 1273T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1274 1275Null Block Driver 1276M: Fam Zheng <famz@redhat.com> 1277L: qemu-block@nongnu.org 1278S: Supported 1279F: block/null.c 1280 1281Bootdevice 1282M: Gonglei <arei.gonglei@huawei.com> 1283S: Maintained 1284F: bootdevice.c 1285 1286Quorum 1287M: Alberto Garcia <berto@igalia.com> 1288S: Supported 1289F: block/quorum.c 1290L: qemu-block@nongnu.org 1291 1292blkverify 1293M: Stefan Hajnoczi <stefanha@redhat.com> 1294L: qemu-block@nongnu.org 1295S: Supported 1296F: block/blkverify.c 1297 1298bochs 1299M: Stefan Hajnoczi <stefanha@redhat.com> 1300L: qemu-block@nongnu.org 1301S: Supported 1302F: block/bochs.c 1303 1304cloop 1305M: Stefan Hajnoczi <stefanha@redhat.com> 1306L: qemu-block@nongnu.org 1307S: Supported 1308F: block/cloop.c 1309 1310dmg 1311M: Stefan Hajnoczi <stefanha@redhat.com> 1312L: qemu-block@nongnu.org 1313S: Supported 1314F: block/dmg.c 1315 1316parallels 1317M: Stefan Hajnoczi <stefanha@redhat.com> 1318M: Denis V. Lunev <den@openvz.org> 1319L: qemu-block@nongnu.org 1320S: Supported 1321F: block/parallels.c 1322 1323qed 1324M: Stefan Hajnoczi <stefanha@redhat.com> 1325L: qemu-block@nongnu.org 1326S: Supported 1327F: block/qed.c 1328 1329raw 1330M: Kevin Wolf <kwolf@redhat.com> 1331L: qemu-block@nongnu.org 1332S: Supported 1333F: block/linux-aio.c 1334F: block/raw-aio.h 1335F: block/raw-posix.c 1336F: block/raw-win32.c 1337F: block/raw_bsd.c 1338F: block/win32-aio.c 1339 1340qcow2 1341M: Kevin Wolf <kwolf@redhat.com> 1342L: qemu-block@nongnu.org 1343S: Supported 1344F: block/qcow2* 1345 1346qcow 1347M: Kevin Wolf <kwolf@redhat.com> 1348L: qemu-block@nongnu.org 1349S: Supported 1350F: block/qcow.c 1351 1352blkdebug 1353M: Kevin Wolf <kwolf@redhat.com> 1354L: qemu-block@nongnu.org 1355S: Supported 1356F: block/blkdebug.c 1357 1358vpc 1359M: Kevin Wolf <kwolf@redhat.com> 1360L: qemu-block@nongnu.org 1361S: Supported 1362F: block/vpc.c 1363 1364vvfat 1365M: Kevin Wolf <kwolf@redhat.com> 1366L: qemu-block@nongnu.org 1367S: Supported 1368F: block/vvfat.c 1369 1370Image format fuzzer 1371M: Stefan Hajnoczi <stefanha@redhat.com> 1372L: qemu-block@nongnu.org 1373S: Supported 1374F: tests/image-fuzzer/ 1375