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: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 353S: Maintained 354F: hw/arm/xilinx_zynq.c 355F: hw/misc/zynq_slcr.c 356F: hw/*/cadence_* 357F: hw/ssi/xilinx_spips.c 358 359ARM ACPI Subsystem 360M: Shannon Zhao <zhaoshenglong@huawei.com> 361M: Shannon Zhao <shannon.zhao@linaro.org> 362S: Maintained 363F: hw/arm/virt-acpi-build.c 364F: include/hw/arm/virt-acpi-build.h 365 366CRIS Machines 367------------- 368Axis Dev88 369M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 370S: Maintained 371F: hw/cris/axis_dev88.c 372F: hw/*/etraxfs_*.c 373 374LM32 Machines 375------------- 376EVR32 and uclinux BSP 377M: Michael Walle <michael@walle.cc> 378S: Maintained 379F: hw/lm32/lm32_boards.c 380 381milkymist 382M: Michael Walle <michael@walle.cc> 383S: Maintained 384F: hw/lm32/milkymist.c 385 386M68K Machines 387------------- 388an5206 389S: Orphan 390F: hw/m68k/an5206.c 391 392dummy_m68k 393S: Orphan 394F: hw/m68k/dummy_m68k.c 395 396mcf5208 397S: Orphan 398F: hw/m68k/mcf5208.c 399 400MicroBlaze Machines 401------------------- 402petalogix_s3adsp1800 403M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 404S: Maintained 405F: hw/microblaze/petalogix_s3adsp1800_mmu.c 406 407petalogix_ml605 408M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 409S: Maintained 410F: hw/microblaze/petalogix_ml605_mmu.c 411 412MIPS Machines 413------------- 414Jazz 415M: Hervé Poussineau <hpoussin@reactos.org> 416S: Maintained 417F: hw/mips/mips_jazz.c 418 419Malta 420M: Aurelien Jarno <aurelien@aurel32.net> 421S: Maintained 422F: hw/mips/mips_malta.c 423 424Mipssim 425L: qemu-devel@nongnu.org 426S: Orphan 427F: hw/mips/mips_mipssim.c 428 429R4000 430M: Aurelien Jarno <aurelien@aurel32.net> 431S: Maintained 432F: hw/mips/mips_r4k.c 433 434OpenRISC Machines 435----------------- 436or1k-sim 437M: Jia Liu <proljc@gmail.com> 438S: Maintained 439F: hw/openrisc/openrisc_sim.c 440 441PowerPC Machines 442---------------- 443405 444M: Alexander Graf <agraf@suse.de> 445L: qemu-ppc@nongnu.org 446S: Odd Fixes 447F: hw/ppc/ppc405_boards.c 448 449Bamboo 450M: Alexander Graf <agraf@suse.de> 451L: qemu-ppc@nongnu.org 452S: Odd Fixes 453F: hw/ppc/ppc440_bamboo.c 454 455e500 456M: Alexander Graf <agraf@suse.de> 457M: Scott Wood <scottwood@freescale.com> 458L: qemu-ppc@nongnu.org 459S: Supported 460F: hw/ppc/e500.[hc] 461F: hw/ppc/e500plat.c 462 463mpc8544ds 464M: Alexander Graf <agraf@suse.de> 465M: Scott Wood <scottwood@freescale.com> 466L: qemu-ppc@nongnu.org 467S: Supported 468F: hw/ppc/mpc8544ds.c 469F: hw/ppc/mpc8544_guts.c 470 471New World 472M: Alexander Graf <agraf@suse.de> 473L: qemu-ppc@nongnu.org 474S: Maintained 475F: hw/ppc/mac_newworld.c 476F: hw/pci-host/uninorth.c 477F: hw/pci-bridge/dec.[hc] 478F: hw/misc/macio/ 479 480Old World 481M: Alexander Graf <agraf@suse.de> 482L: qemu-ppc@nongnu.org 483S: Maintained 484F: hw/ppc/mac_oldworld.c 485F: hw/pci-host/grackle.c 486F: hw/misc/macio/ 487 488PReP 489M: Andreas Färber <andreas.faerber@web.de> 490L: qemu-ppc@nongnu.org 491S: Odd Fixes 492F: hw/ppc/prep.c 493F: hw/pci-host/prep.[hc] 494F: hw/isa/pc87312.[hc] 495 496sPAPR (pseries) 497M: David Gibson <david@gibson.dropbear.id.au> 498M: Alexander Graf <agraf@suse.de> 499L: qemu-ppc@nongnu.org 500S: Supported 501F: hw/*/spapr* 502F: include/hw/*/spapr* 503F: hw/*/xics* 504F: include/hw/*/xics* 505F: pc-bios/spapr-rtas/* 506 507virtex_ml507 508M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 509L: qemu-ppc@nongnu.org 510S: Odd Fixes 511F: hw/ppc/virtex_ml507.c 512 513SH4 Machines 514------------ 515R2D 516M: Magnus Damm <magnus.damm@gmail.com> 517S: Maintained 518F: hw/sh4/r2d.c 519 520Shix 521M: Magnus Damm <magnus.damm@gmail.com> 522S: Orphan 523F: hw/sh4/shix.c 524 525SPARC Machines 526-------------- 527Sun4m 528M: Blue Swirl <blauwirbel@gmail.com> 529M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 530S: Maintained 531F: hw/sparc/sun4m.c 532 533Sun4u 534M: Blue Swirl <blauwirbel@gmail.com> 535M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 536S: Maintained 537F: hw/sparc64/sun4u.c 538 539Leon3 540M: Fabien Chouteau <chouteau@adacore.com> 541S: Maintained 542F: hw/sparc/leon3.c 543F: hw/*/grlib* 544 545S390 Machines 546------------- 547S390 Virtio 548M: Alexander Graf <agraf@suse.de> 549S: Maintained 550F: hw/s390x/s390-*.c 551X: hw/s390x/*pci*.[hc] 552 553S390 Virtio-ccw 554M: Cornelia Huck <cornelia.huck@de.ibm.com> 555M: Christian Borntraeger <borntraeger@de.ibm.com> 556M: Alexander Graf <agraf@suse.de> 557S: Supported 558F: hw/s390x/s390-virtio-ccw.c 559F: hw/s390x/css.[hc] 560F: hw/s390x/sclp*.[hc] 561F: hw/s390x/ipl*.[hc] 562F: hw/s390x/*pci*.[hc] 563F: include/hw/s390x/ 564F: pc-bios/s390-ccw/ 565T: git git://github.com/cohuck/qemu virtio-ccw-upstr 566 567UniCore32 Machines 568------------- 569PKUnity-3 SoC initramfs-with-busybox 570M: Guan Xuetao <gxt@mprc.pku.edu.cn> 571S: Maintained 572F: hw/*/puv3* 573F: hw/unicore32/ 574 575X86 Machines 576------------ 577PC 578M: Michael S. Tsirkin <mst@redhat.com> 579S: Supported 580F: include/hw/i386/ 581F: hw/i386/ 582F: hw/pci-host/piix.c 583F: hw/pci-host/q35.c 584F: hw/pci-host/pam.c 585F: include/hw/pci-host/q35.h 586F: include/hw/pci-host/pam.h 587F: hw/isa/piix4.c 588F: hw/isa/lpc_ich9.c 589F: hw/i2c/smbus_ich9.c 590F: hw/acpi/piix4.c 591F: hw/acpi/ich9.c 592F: include/hw/acpi/ich9.h 593F: include/hw/acpi/piix.h 594 595 596Xtensa Machines 597--------------- 598sim 599M: Max Filippov <jcmvbkbc@gmail.com> 600S: Maintained 601F: hw/xtensa/sim.c 602 603XTFPGA (LX60, LX200, ML605, KC705) 604M: Max Filippov <jcmvbkbc@gmail.com> 605S: Maintained 606F: hw/xtensa/xtfpga.c 607F: hw/net/opencores_eth.c 608 609Devices 610------- 611EDU 612M: Jiri Slaby <jslaby@suse.cz> 613S: Maintained 614F: hw/misc/edu.c 615 616IDE 617M: John Snow <jsnow@redhat.com> 618L: qemu-block@nongnu.org 619S: Supported 620F: include/hw/ide.h 621F: hw/ide/ 622F: hw/block/block.c 623F: hw/block/cdrom.c 624F: hw/block/hd-geometry.c 625F: tests/ide-test.c 626F: tests/ahci-test.c 627T: git git://github.com/jnsnow/qemu.git ide 628 629Floppy 630M: John Snow <jsnow@redhat.com> 631L: qemu-block@nongnu.org 632S: Supported 633F: hw/block/fdc.c 634F: include/hw/block/fdc.h 635T: git git://github.com/jnsnow/qemu.git ide 636 637OMAP 638M: Peter Maydell <peter.maydell@linaro.org> 639S: Maintained 640F: hw/*/omap* 641 642PCI 643M: Michael S. Tsirkin <mst@redhat.com> 644S: Supported 645F: include/hw/pci/* 646F: hw/pci/* 647 648ACPI 649M: Michael S. Tsirkin <mst@redhat.com> 650M: Igor Mammedov <imammedo@redhat.com> 651S: Supported 652F: include/hw/acpi/* 653F: hw/mem/* 654F: hw/acpi/* 655F: hw/i386/acpi-build.[hc] 656F: hw/i386/*dsl 657F: hw/arm/virt-acpi-build.c 658F: include/hw/arm/virt-acpi-build.h 659F: scripts/acpi*py 660 661ppc4xx 662M: Alexander Graf <agraf@suse.de> 663L: qemu-ppc@nongnu.org 664S: Odd Fixes 665F: hw/ppc/ppc4*.c 666 667ppce500 668M: Alexander Graf <agraf@suse.de> 669M: Scott Wood <scottwood@freescale.com> 670L: qemu-ppc@nongnu.org 671S: Supported 672F: hw/ppc/e500* 673 674SCSI 675M: Paolo Bonzini <pbonzini@redhat.com> 676S: Supported 677F: include/hw/scsi* 678F: hw/scsi/* 679T: git git://github.com/bonzini/qemu.git scsi-next 680 681LSI53C895A 682S: Orphan 683F: hw/scsi/lsi53c895a.c 684 685SSI 686M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 687S: Maintained 688F: hw/ssi/* 689F: hw/block/m25p80.c 690 691USB 692M: Gerd Hoffmann <kraxel@redhat.com> 693S: Maintained 694F: hw/usb/* 695F: tests/usb-*-test.c 696 697USB (serial adapter) 698M: Gerd Hoffmann <kraxel@redhat.com> 699M: Samuel Thibault <samuel.thibault@ens-lyon.org> 700S: Maintained 701F: hw/usb/dev-serial.c 702 703VFIO 704M: Alex Williamson <alex.williamson@redhat.com> 705S: Supported 706F: hw/vfio/* 707 708vhost 709M: Michael S. Tsirkin <mst@redhat.com> 710S: Supported 711F: hw/*/*vhost* 712 713virtio 714M: Michael S. Tsirkin <mst@redhat.com> 715S: Supported 716F: hw/*/virtio* 717F: net/vhost-user.c 718 719virtio-9p 720M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 721S: Supported 722F: hw/9pfs/ 723F: fsdev/ 724F: tests/virtio-9p-test.c 725T: git git://github.com/kvaneesh/QEMU.git 726 727virtio-blk 728M: Stefan Hajnoczi <stefanha@redhat.com> 729L: qemu-block@nongnu.org 730S: Supported 731F: hw/block/virtio-blk.c 732F: hw/block/dataplane/* 733F: hw/virtio/dataplane/* 734T: git git://github.com/stefanha/qemu.git block 735 736virtio-ccw 737M: Cornelia Huck <cornelia.huck@de.ibm.com> 738M: Christian Borntraeger <borntraeger@de.ibm.com> 739S: Supported 740F: hw/s390x/virtio-ccw.[hc] 741T: git git://github.com/cohuck/qemu virtio-ccw-upstr 742 743virtio-input 744M: Gerd Hoffmann <kraxel@redhat.com> 745S: Maintained 746F: hw/input/virtio-input*.c 747F: include/hw/virtio/virtio-input.h 748 749virtio-serial 750M: Amit Shah <amit.shah@redhat.com> 751S: Supported 752F: hw/char/virtio-serial-bus.c 753F: hw/char/virtio-console.c 754F: include/hw/virtio/virtio-serial.h 755 756virtio-rng 757M: Amit Shah <amit.shah@redhat.com> 758S: Supported 759F: hw/virtio/virtio-rng.c 760F: include/hw/virtio/virtio-rng.h 761F: backends/rng*.c 762 763nvme 764M: Keith Busch <keith.busch@intel.com> 765L: qemu-block@nongnu.org 766S: Supported 767F: hw/block/nvme* 768F: tests/nvme-test.c 769 770megasas 771M: Hannes Reinecke <hare@suse.de> 772L: qemu-block@nongnu.org 773S: Supported 774F: hw/scsi/megasas.c 775F: hw/scsi/mfi.h 776 777Xilinx EDK 778M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 779M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 780S: Maintained 781F: hw/*/xilinx_* 782F: include/hw/xilinx.h 783 784Vmware 785M: Dmitry Fleytman <dmitry@daynix.com> 786S: Maintained 787F: hw/net/vmxnet* 788F: hw/scsi/vmw_pvscsi* 789 790Rocker 791M: Scott Feldman <sfeldma@gmail.com> 792M: Jiri Pirko <jiri@resnulli.us> 793S: Maintained 794F: hw/net/rocker/ 795 796Subsystems 797---------- 798Audio 799M: Gerd Hoffmann <kraxel@redhat.com> 800S: Maintained 801F: audio/ 802F: hw/audio/ 803F: tests/ac97-test.c 804F: tests/es1370-test.c 805F: tests/intel-hda-test.c 806 807Block layer core 808M: Kevin Wolf <kwolf@redhat.com> 809L: qemu-block@nongnu.org 810S: Supported 811F: block* 812F: block/ 813F: hw/block/ 814F: include/block/ 815F: qemu-img* 816F: qemu-io* 817F: tests/qemu-iotests/ 818T: git git://repo.or.cz/qemu/kevin.git block 819 820Block I/O path 821M: Stefan Hajnoczi <stefanha@redhat.com> 822L: qemu-block@nongnu.org 823S: Supported 824F: async.c 825F: aio-*.c 826F: block/io.c 827F: migration/block* 828T: git git://github.com/stefanha/qemu.git block 829 830Block Jobs 831M: Jeff Cody <jcody@redhat.com> 832L: qemu-block@nongnu.org 833S: Supported 834F: blockjob.c 835F: include/block/blockjob.h 836F: block/backup.c 837F: block/commit.c 838F: block/stream.h 839F: block/mirror.c 840T: git git://github.com/codyprime/qemu-kvm-jtc.git block 841 842Block QAPI, monitor, command line 843M: Markus Armbruster <armbru@redhat.com> 844S: Supported 845F: blockdev.c 846F: block/qapi.c 847F: qapi/block*.json 848T: git git://repo.or.cz/qemu/armbru.git block-next 849 850Character Devices 851M: Paolo Bonzini <pbonzini@redhat.com> 852S: Maintained 853F: qemu-char.c 854F: backends/msmouse.c 855F: backends/testdev.c 856 857Character Devices (Braille) 858M: Samuel Thibault <samuel.thibault@ens-lyon.org> 859S: Maintained 860F: backends/baum.c 861 862Coverity model 863M: Markus Armbruster <armbru@redhat.com> 864S: Supported 865F: scripts/coverity-model.c 866 867CPU 868M: Andreas Färber <afaerber@suse.de> 869S: Supported 870F: qom/cpu.c 871F: include/qom/cpu.h 872F: target-i386/cpu.c 873 874ICC Bus 875M: Igor Mammedov <imammedo@redhat.com> 876S: Supported 877F: include/hw/cpu/icc_bus.h 878F: hw/cpu/icc_bus.c 879 880Device Tree 881M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 882M: Alexander Graf <agraf@suse.de> 883S: Maintained 884F: device_tree.[ch] 885 886GDB stub 887L: qemu-devel@nongnu.org 888S: Odd Fixes 889F: gdbstub* 890F: gdb-xml/ 891 892Memory API 893M: Paolo Bonzini <pbonzini@redhat.com> 894S: Supported 895F: include/exec/ioport.h 896F: ioport.c 897F: include/exec/memory.h 898F: memory.c 899F: include/exec/memory-internal.h 900F: exec.c 901 902SPICE 903M: Gerd Hoffmann <kraxel@redhat.com> 904S: Supported 905F: include/ui/qemu-spice.h 906F: ui/spice-*.c 907F: audio/spiceaudio.c 908F: hw/display/qxl* 909 910Graphics 911M: Gerd Hoffmann <kraxel@redhat.com> 912S: Odd Fixes 913F: ui/ 914 915Cocoa graphics 916M: Andreas Färber <andreas.faerber@web.de> 917M: Peter Maydell <peter.maydell@linaro.org> 918S: Odd Fixes 919F: ui/cocoa.m 920 921Main loop 922M: Paolo Bonzini <pbonzini@redhat.com> 923S: Maintained 924F: cpus.c 925F: main-loop.c 926F: qemu-timer.c 927F: vl.c 928 929Human Monitor (HMP) 930M: Luiz Capitulino <lcapitulino@redhat.com> 931S: Maintained 932F: monitor.c 933F: hmp.c 934F: hmp-commands.hx 935T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 936 937Network device layer 938M: Stefan Hajnoczi <stefanha@redhat.com> 939M: Jason Wang <jasowang@redhat.com> 940S: Maintained 941F: net/ 942T: git git://github.com/stefanha/qemu.git net 943 944Netmap network backend 945M: Luigi Rizzo <rizzo@iet.unipi.it> 946M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 947M: Vincenzo Maffione <v.maffione@gmail.com> 948W: http://info.iet.unipi.it/~luigi/netmap/ 949S: Maintained 950F: net/netmap.c 951 952Network Block Device (NBD) 953M: Paolo Bonzini <pbonzini@redhat.com> 954S: Odd Fixes 955F: block/nbd.c 956F: nbd.* 957F: qemu-nbd.c 958T: git git://github.com/bonzini/qemu.git nbd-next 959 960NUMA 961M: Eduardo Habkost <ehabkost@redhat.com> 962S: Maintained 963F: numa.c 964F: include/sysemu/numa.h 965K: numa|NUMA 966K: srat|SRAT 967T: git git://github.com/ehabkost/qemu.git numa 968 969QAPI 970M: Markus Armbruster <armbru@redhat.com> 971M: Michael Roth <mdroth@linux.vnet.ibm.com> 972S: Supported 973F: qapi/ 974X: qapi/*.json 975F: tests/qapi-schema/ 976F: scripts/qapi* 977F: docs/qapi* 978T: git git://repo.or.cz/qemu/armbru.git qapi-next 979 980QAPI Schema 981M: Eric Blake <eblake@redhat.com> 982M: Markus Armbruster <armbru@redhat.com> 983S: Supported 984F: qapi-schema.json 985F: qapi/*.json 986T: git git://repo.or.cz/qemu/armbru.git qapi-next 987 988QObject 989M: Luiz Capitulino <lcapitulino@redhat.com> 990S: Maintained 991F: qobject/ 992T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 993 994QEMU Guest Agent 995M: Michael Roth <mdroth@linux.vnet.ibm.com> 996S: Maintained 997F: qga/ 998T: git git://github.com/mdroth/qemu.git qga 999 1000QOM 1001M: Andreas Färber <afaerber@suse.de> 1002S: Supported 1003T: git git://github.com/afaerber/qemu-cpu.git qom-next 1004F: include/qom/ 1005X: include/qom/cpu.h 1006F: qom/ 1007X: qom/cpu.c 1008F: tests/qom-test.c 1009 1010QMP 1011M: Markus Armbruster <armbru@redhat.com> 1012S: Supported 1013F: qmp.c 1014F: monitor.c 1015F: qmp-commands.hx 1016F: docs/qmp/ 1017F: scripts/qmp/ 1018T: git git://repo.or.cz/qemu/armbru.git qapi-next 1019 1020SLIRP 1021M: Jan Kiszka <jan.kiszka@siemens.com> 1022S: Maintained 1023F: slirp/ 1024T: git git://git.kiszka.org/qemu.git queues/slirp 1025 1026Tracing 1027M: Stefan Hajnoczi <stefanha@redhat.com> 1028S: Maintained 1029F: trace/ 1030F: scripts/tracetool.py 1031F: scripts/tracetool/ 1032F: docs/tracing.txt 1033T: git git://github.com/stefanha/qemu.git tracing 1034 1035Checkpatch 1036M: Blue Swirl <blauwirbel@gmail.com> 1037S: Odd Fixes 1038F: scripts/checkpatch.pl 1039 1040Migration 1041M: Juan Quintela <quintela@redhat.com> 1042M: Amit Shah <amit.shah@redhat.com> 1043S: Maintained 1044F: include/migration/ 1045F: migration/ 1046F: scripts/vmstate-static-checker.py 1047F: tests/vmstate-static-checker-data/ 1048 1049Seccomp 1050M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1051S: Supported 1052F: qemu-seccomp.c 1053F: include/sysemu/seccomp.h 1054 1055Usermode Emulation 1056------------------ 1057Overall 1058M: Riku Voipio <riku.voipio@iki.fi> 1059S: Maintained 1060F: thunk.c 1061F: user-exec.c 1062 1063BSD user 1064M: Blue Swirl <blauwirbel@gmail.com> 1065S: Maintained 1066F: bsd-user/ 1067 1068Linux user 1069M: Riku Voipio <riku.voipio@iki.fi> 1070S: Maintained 1071F: linux-user/ 1072 1073Tiny Code Generator (TCG) 1074------------------------- 1075Common code 1076M: Richard Henderson <rth@twiddle.net> 1077S: Maintained 1078F: tcg/ 1079 1080AArch64 target 1081M: Claudio Fontana <claudio.fontana@huawei.com> 1082M: Claudio Fontana <claudio.fontana@gmail.com> 1083S: Maintained 1084F: tcg/aarch64/ 1085 1086ARM target 1087M: Andrzej Zaborowski <balrogg@gmail.com> 1088S: Maintained 1089F: tcg/arm/ 1090 1091i386 target 1092L: qemu-devel@nongnu.org 1093S: Maintained 1094F: tcg/i386/ 1095 1096IA64 target 1097M: Aurelien Jarno <aurelien@aurel32.net> 1098S: Maintained 1099F: tcg/ia64/ 1100 1101MIPS target 1102M: Aurelien Jarno <aurelien@aurel32.net> 1103S: Maintained 1104F: tcg/mips/ 1105 1106PPC 1107M: Vassili Karpov (malc) <av1474@comtv.ru> 1108S: Maintained 1109F: tcg/ppc/ 1110 1111PPC64 target 1112M: Vassili Karpov (malc) <av1474@comtv.ru> 1113S: Maintained 1114F: tcg/ppc64/ 1115 1116S390 target 1117M: Alexander Graf <agraf@suse.de> 1118M: Richard Henderson <rth@twiddle.net> 1119S: Maintained 1120F: tcg/s390/ 1121 1122SPARC target 1123M: Blue Swirl <blauwirbel@gmail.com> 1124S: Maintained 1125F: tcg/sparc/ 1126 1127TCI target 1128M: Stefan Weil <sw@weilnetz.de> 1129S: Maintained 1130F: tcg/tci/ 1131F: tci.c 1132 1133Stable branches 1134--------------- 1135Stable 1.0 1136L: qemu-stable@nongnu.org 1137T: git git://git.qemu-project.org/qemu-stable-1.0.git 1138S: Orphan 1139 1140Stable 0.15 1141L: qemu-stable@nongnu.org 1142M: Andreas Färber <afaerber@suse.de> 1143T: git git://git.qemu-project.org/qemu-stable-0.15.git 1144S: Supported 1145 1146Stable 0.14 1147L: qemu-stable@nongnu.org 1148T: git git://git.qemu-project.org/qemu-stable-0.14.git 1149S: Orphan 1150 1151Stable 0.10 1152L: qemu-stable@nongnu.org 1153T: git git://git.qemu-project.org/qemu-stable-0.10.git 1154S: Orphan 1155 1156Block drivers 1157------------- 1158VMDK 1159M: Fam Zheng <famz@redhat.com> 1160L: qemu-block@nongnu.org 1161S: Supported 1162F: block/vmdk.c 1163 1164RBD 1165M: Josh Durgin <josh.durgin@inktank.com> 1166M: Jeff Cody <jcody@redhat.com> 1167L: qemu-block@nongnu.org 1168S: Supported 1169F: block/rbd.c 1170T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1171 1172Sheepdog 1173M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1174M: Liu Yuan <namei.unix@gmail.com> 1175M: Jeff Cody <jcody@redhat.com> 1176L: qemu-block@nongnu.org 1177L: sheepdog@lists.wpkg.org 1178S: Supported 1179F: block/sheepdog.c 1180T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1181 1182VHDX 1183M: Jeff Cody <jcody@redhat.com> 1184L: qemu-block@nongnu.org 1185S: Supported 1186F: block/vhdx* 1187T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1188 1189VDI 1190M: Stefan Weil <sw@weilnetz.de> 1191L: qemu-block@nongnu.org 1192S: Maintained 1193F: block/vdi.c 1194 1195iSCSI 1196M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1197M: Paolo Bonzini <pbonzini@redhat.com> 1198M: Peter Lieven <pl@kamp.de> 1199L: qemu-block@nongnu.org 1200S: Supported 1201F: block/iscsi.c 1202 1203NFS 1204M: Jeff Cody <jcody@redhat.com> 1205M: Peter Lieven <pl@kamp.de> 1206L: qemu-block@nongnu.org 1207S: Maintained 1208F: block/nfs.c 1209T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1210 1211SSH 1212M: Richard W.M. Jones <rjones@redhat.com> 1213M: Jeff Cody <jcody@redhat.com> 1214L: qemu-block@nongnu.org 1215S: Supported 1216F: block/ssh.c 1217T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1218 1219ARCHIPELAGO 1220M: Chrysostomos Nanakos <chris@include.gr> 1221M: Jeff Cody <jcody@redhat.com> 1222L: qemu-block@nongnu.org 1223S: Maintained 1224F: block/archipelago.c 1225T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1226 1227CURL 1228M: Jeff Cody <jcody@redhat.com> 1229L: qemu-block@nongnu.org 1230S: Supported 1231F: block/curl.c 1232T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1233 1234GLUSTER 1235M: Jeff Cody <jcody@redhat.com> 1236L: qemu-block@nongnu.org 1237S: Supported 1238F: block/gluster.c 1239T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1240 1241Null Block Driver 1242M: Fam Zheng <famz@redhat.com> 1243L: qemu-block@nongnu.org 1244S: Supported 1245F: block/null.c 1246 1247Bootdevice 1248M: Gonglei <arei.gonglei@huawei.com> 1249S: Maintained 1250F: bootdevice.c 1251 1252Quorum 1253M: Alberto Garcia <berto@igalia.com> 1254S: Supported 1255F: block/quorum.c 1256L: qemu-block@nongnu.org 1257 1258blkverify 1259M: Stefan Hajnoczi <stefanha@redhat.com> 1260L: qemu-block@nongnu.org 1261S: Supported 1262F: block/blkverify.c 1263 1264bochs 1265M: Stefan Hajnoczi <stefanha@redhat.com> 1266L: qemu-block@nongnu.org 1267S: Supported 1268F: block/bochs.c 1269 1270cloop 1271M: Stefan Hajnoczi <stefanha@redhat.com> 1272L: qemu-block@nongnu.org 1273S: Supported 1274F: block/cloop.c 1275 1276dmg 1277M: Stefan Hajnoczi <stefanha@redhat.com> 1278L: qemu-block@nongnu.org 1279S: Supported 1280F: block/dmg.c 1281 1282parallels 1283M: Stefan Hajnoczi <stefanha@redhat.com> 1284L: qemu-block@nongnu.org 1285S: Supported 1286F: block/parallels.c 1287 1288qed 1289M: Stefan Hajnoczi <stefanha@redhat.com> 1290L: qemu-block@nongnu.org 1291S: Supported 1292F: block/qed.c 1293 1294raw 1295M: Kevin Wolf <kwolf@redhat.com> 1296L: qemu-block@nongnu.org 1297S: Supported 1298F: block/linux-aio.c 1299F: block/raw-aio.h 1300F: block/raw-posix.c 1301F: block/raw-win32.c 1302F: block/raw_bsd.c 1303F: block/win32-aio.c 1304 1305qcow2 1306M: Kevin Wolf <kwolf@redhat.com> 1307L: qemu-block@nongnu.org 1308S: Supported 1309F: block/qcow2* 1310 1311qcow 1312M: Kevin Wolf <kwolf@redhat.com> 1313L: qemu-block@nongnu.org 1314S: Supported 1315F: block/qcow.c 1316 1317blkdebug 1318M: Kevin Wolf <kwolf@redhat.com> 1319L: qemu-block@nongnu.org 1320S: Supported 1321F: block/blkdebug.c 1322 1323vpc 1324M: Kevin Wolf <kwolf@redhat.com> 1325L: qemu-block@nongnu.org 1326S: Supported 1327F: block/vpc.c 1328 1329vvfat 1330M: Kevin Wolf <kwolf@redhat.com> 1331L: qemu-block@nongnu.org 1332S: Supported 1333F: block/vvfat.c 1334 1335Image format fuzzer 1336M: Stefan Hajnoczi <stefanha@redhat.com> 1337L: qemu-block@nongnu.org 1338S: Supported 1339F: tests/image-fuzzer/ 1340