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