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