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: Anthony Liguori <aliguori@amazon.com> 54 55Responsible Disclosure, Reporting Security Issues 56------------------------------ 57W: http://wiki.qemu.org/SecurityProcess 58M: Michael S. Tsirkin <mst@redhat.com> 59M: Anthony Liguori <aliguori@amazon.com> 60L: secalert@redhat.com 61 62Guest CPU cores (TCG): 63---------------------- 64Alpha 65M: Richard Henderson <rth@twiddle.net> 66S: Maintained 67F: target-alpha/ 68F: hw/alpha/ 69 70ARM 71M: Peter Maydell <peter.maydell@linaro.org> 72S: Maintained 73F: target-arm/ 74F: hw/arm/ 75F: hw/cpu/a*mpcore.c 76 77CRIS 78M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 79S: Maintained 80F: target-cris/ 81F: hw/cris/ 82 83LM32 84M: Michael Walle <michael@walle.cc> 85S: Maintained 86F: target-lm32/ 87F: hw/lm32/ 88F: hw/char/lm32_* 89 90M68K 91S: Orphan 92F: target-m68k/ 93F: hw/m68k/ 94 95MicroBlaze 96M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 97S: Maintained 98F: target-microblaze/ 99F: hw/microblaze/ 100 101MIPS 102M: Aurelien Jarno <aurelien@aurel32.net> 103S: Odd Fixes 104F: target-mips/ 105F: hw/mips/ 106 107Moxie 108M: Anthony Green <green@moxielogic.com> 109S: Maintained 110F: target-moxie/ 111 112OpenRISC 113M: Jia Liu <proljc@gmail.com> 114S: Maintained 115F: target-openrisc/ 116F: hw/openrisc/ 117 118PowerPC 119M: Alexander Graf <agraf@suse.de> 120L: qemu-ppc@nongnu.org 121S: Maintained 122F: target-ppc/ 123F: hw/ppc/ 124 125S390 126M: Richard Henderson <rth@twiddle.net> 127M: Alexander Graf <agraf@suse.de> 128S: Maintained 129F: target-s390x/ 130F: hw/s390x/ 131 132SH4 133M: Aurelien Jarno <aurelien@aurel32.net> 134S: Odd Fixes 135F: target-sh4/ 136F: hw/sh4/ 137 138SPARC 139M: Blue Swirl <blauwirbel@gmail.com> 140S: Maintained 141F: target-sparc/ 142F: hw/sparc/ 143F: hw/sparc64/ 144 145UniCore32 146M: Guan Xuetao <gxt@mprc.pku.edu.cn> 147S: Maintained 148F: target-unicore32/ 149F: hw/unicore32/ 150 151X86 152M: qemu-devel@nongnu.org 153S: Odd Fixes 154F: target-i386/ 155F: hw/i386/ 156 157Xtensa 158M: Max Filippov <jcmvbkbc@gmail.com> 159W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 160S: Maintained 161F: target-xtensa/ 162F: hw/xtensa/ 163 164TriCore 165M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 166S: Maintained 167F: target-tricore/ 168F: hw/tricore/ 169 170Guest CPU Cores (KVM): 171---------------------- 172 173Overall 174M: Paolo Bonzini <pbonzini@redhat.com> 175L: kvm@vger.kernel.org 176S: Supported 177F: kvm-* 178F: */kvm.* 179 180ARM 181M: Peter Maydell <peter.maydell@linaro.org> 182S: Maintained 183F: target-arm/kvm.c 184 185MIPS 186M: James Hogan <james.hogan@imgtec.com> 187S: Maintained 188F: target-mips/kvm.c 189 190PPC 191M: Alexander Graf <agraf@suse.de> 192S: Maintained 193F: target-ppc/kvm.c 194 195S390 196M: Christian Borntraeger <borntraeger@de.ibm.com> 197M: Cornelia Huck <cornelia.huck@de.ibm.com> 198M: Alexander Graf <agraf@suse.de> 199S: Maintained 200F: target-s390x/kvm.c 201F: hw/intc/s390_flic.[hc] 202 203X86 204M: Marcelo Tosatti <mtosatti@redhat.com> 205L: kvm@vger.kernel.org 206S: Supported 207F: target-i386/kvm.c 208 209Guest CPU Cores (Xen): 210---------------------- 211 212X86 213M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 214L: xen-devel@lists.xensource.com 215S: Supported 216F: xen-* 217F: */xen* 218 219Hosts: 220------ 221 222LINUX 223L: qemu-devel@nongnu.org 224S: Maintained 225F: linux-* 226F: linux-headers/ 227 228POSIX 229L: qemu-devel@nongnu.org 230S: Maintained 231F: *posix* 232 233W32, W64 234L: qemu-devel@nongnu.org 235M: Stefan Weil <sw@weilnetz.de> 236S: Maintained 237F: *win32* 238 239ARM Machines 240------------ 241Allwinner-a10 242M: Li Guang <lig.fnst@cn.fujitsu.com> 243S: Maintained 244F: hw/*/allwinner-a10* 245F: include/hw/*/allwinner-a10* 246F: hw/arm/cubieboard.c 247 248Exynos 249M: Evgeny Voevodin <e.voevodin@samsung.com> 250M: Maksim Kozlov <m.kozlov@samsung.com> 251M: Igor Mitsyanko <i.mitsyanko@gmail.com> 252M: Dmitry Solodkiy <d.solodkiy@samsung.com> 253S: Maintained 254F: hw/*/exynos* 255 256Calxeda Highbank 257M: Rob Herring <robh@kernel.org> 258S: Maintained 259F: hw/arm/highbank.c 260F: hw/net/xgmac.c 261 262Canon DIGIC 263M: Antony Pavlov <antonynpavlov@gmail.com> 264S: Maintained 265F: include/hw/arm/digic.h 266F: hw/*/digic* 267 268Gumstix 269M: qemu-devel@nongnu.org 270S: Orphan 271F: hw/arm/gumstix.c 272 273i.MX31 274M: Peter Chubb <peter.chubb@nicta.com.au> 275S: Odd fixes 276F: hw/*/imx* 277F: hw/arm/kzm.c 278 279Integrator CP 280M: Peter Maydell <peter.maydell@linaro.org> 281S: Maintained 282F: hw/arm/integratorcp.c 283 284Mainstone 285M: qemu-devel@nongnu.org 286S: Orphan 287F: hw/arm/mainstone.c 288 289Musicpal 290M: Jan Kiszka <jan.kiszka@web.de> 291S: Maintained 292F: hw/arm/musicpal.c 293 294nSeries 295M: Andrzej Zaborowski <balrogg@gmail.com> 296S: Maintained 297F: hw/arm/nseries.c 298 299Palm 300M: Andrzej Zaborowski <balrogg@gmail.com> 301S: Maintained 302F: hw/arm/palm.c 303 304Real View 305M: Peter Maydell <peter.maydell@linaro.org> 306S: Maintained 307F: hw/arm/realview* 308 309Spitz 310M: Andrzej Zaborowski <balrogg@gmail.com> 311S: Maintained 312F: hw/arm/spitz.c 313 314Stellaris 315M: Peter Maydell <peter.maydell@linaro.org> 316S: Maintained 317F: hw/*/stellaris* 318 319Versatile PB 320M: Peter Maydell <peter.maydell@linaro.org> 321S: Maintained 322F: hw/*/versatile* 323 324Xilinx Zynq 325M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 326S: Maintained 327F: hw/arm/xilinx_zynq.c 328F: hw/misc/zynq_slcr.c 329F: hw/*/cadence_* 330F: hw/ssi/xilinx_spips.c 331 332CRIS Machines 333------------- 334Axis Dev88 335M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 336S: Maintained 337F: hw/cris/axis_dev88.c 338F: hw/*/etraxfs_*.c 339 340LM32 Machines 341------------- 342EVR32 and uclinux BSP 343M: Michael Walle <michael@walle.cc> 344S: Maintained 345F: hw/lm32/lm32_boards.c 346 347milkymist 348M: Michael Walle <michael@walle.cc> 349S: Maintained 350F: hw/lm32/milkymist.c 351 352M68K Machines 353------------- 354an5206 355S: Orphan 356F: hw/m68k/an5206.c 357 358dummy_m68k 359S: Orphan 360F: hw/m68k/dummy_m68k.c 361 362mcf5208 363S: Orphan 364F: hw/m68k/mcf5208.c 365 366MicroBlaze Machines 367------------------- 368petalogix_s3adsp1800 369M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 370S: Maintained 371F: hw/microblaze/petalogix_s3adsp1800_mmu.c 372 373petalogix_ml605 374M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 375S: Maintained 376F: hw/microblaze/petalogix_ml605_mmu.c 377 378MIPS Machines 379------------- 380Jazz 381M: Hervé Poussineau <hpoussin@reactos.org> 382S: Maintained 383F: hw/mips/mips_jazz.c 384 385Malta 386M: Aurelien Jarno <aurelien@aurel32.net> 387S: Maintained 388F: hw/mips/mips_malta.c 389 390Mipssim 391M: qemu-devel@nongnu.org 392S: Orphan 393F: hw/mips/mips_mipssim.c 394 395R4000 396M: Aurelien Jarno <aurelien@aurel32.net> 397S: Maintained 398F: hw/mips/mips_r4k.c 399 400OpenRISC Machines 401----------------- 402or1k-sim 403M: Jia Liu <proljc@gmail.com> 404S: Maintained 405F: hw/openrisc/openrisc_sim.c 406 407PowerPC Machines 408---------------- 409405 410M: Alexander Graf <agraf@suse.de> 411L: qemu-ppc@nongnu.org 412S: Odd Fixes 413F: hw/ppc/ppc405_boards.c 414 415Bamboo 416M: Alexander Graf <agraf@suse.de> 417L: qemu-ppc@nongnu.org 418S: Odd Fixes 419F: hw/ppc/ppc440_bamboo.c 420 421e500 422M: Alexander Graf <agraf@suse.de> 423M: Scott Wood <scottwood@freescale.com> 424L: qemu-ppc@nongnu.org 425S: Supported 426F: hw/ppc/e500.[hc] 427F: hw/ppc/e500plat.c 428 429mpc8544ds 430M: Alexander Graf <agraf@suse.de> 431M: Scott Wood <scottwood@freescale.com> 432L: qemu-ppc@nongnu.org 433S: Supported 434F: hw/ppc/mpc8544ds.c 435F: hw/ppc/mpc8544_guts.c 436 437New World 438M: Alexander Graf <agraf@suse.de> 439L: qemu-ppc@nongnu.org 440S: Maintained 441F: hw/ppc/mac_newworld.c 442F: hw/pci-host/uninorth.c 443F: hw/pci-bridge/dec.[hc] 444F: hw/misc/macio/ 445 446Old World 447M: Alexander Graf <agraf@suse.de> 448L: qemu-ppc@nongnu.org 449S: Maintained 450F: hw/ppc/mac_oldworld.c 451F: hw/pci-host/grackle.c 452F: hw/misc/macio/ 453 454PReP 455M: Andreas Färber <andreas.faerber@web.de> 456L: qemu-ppc@nongnu.org 457S: Odd Fixes 458F: hw/ppc/prep.c 459F: hw/pci-host/prep.[hc] 460F: hw/isa/pc87312.[hc] 461 462sPAPR 463M: Alexander Graf <agraf@suse.de> 464L: qemu-ppc@nongnu.org 465S: Supported 466F: hw/*/spapr* 467F: include/hw/*/spapr* 468F: hw/*/xics* 469F: include/hw/*/xics* 470F: pc-bios/spapr-rtas/* 471 472virtex_ml507 473M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 474L: qemu-ppc@nongnu.org 475S: Odd Fixes 476F: hw/ppc/virtex_ml507.c 477 478SH4 Machines 479------------ 480R2D 481M: Magnus Damm <magnus.damm@gmail.com> 482S: Maintained 483F: hw/sh4/r2d.c 484 485Shix 486M: Magnus Damm <magnus.damm@gmail.com> 487S: Orphan 488F: hw/sh4/shix.c 489 490SPARC Machines 491-------------- 492Sun4m 493M: Blue Swirl <blauwirbel@gmail.com> 494S: Maintained 495F: hw/sparc/sun4m.c 496 497Sun4u 498M: Blue Swirl <blauwirbel@gmail.com> 499S: Maintained 500F: hw/sparc64/sun4u.c 501 502Leon3 503M: Fabien Chouteau <chouteau@adacore.com> 504S: Maintained 505F: hw/sparc/leon3.c 506F: hw/*/grlib* 507 508S390 Machines 509------------- 510S390 Virtio 511M: Alexander Graf <agraf@suse.de> 512S: Maintained 513F: hw/s390x/s390-*.c 514 515S390 Virtio-ccw 516M: Cornelia Huck <cornelia.huck@de.ibm.com> 517M: Christian Borntraeger <borntraeger@de.ibm.com> 518M: Alexander Graf <agraf@suse.de> 519S: Supported 520F: hw/s390x/s390-virtio-ccw.c 521F: hw/s390x/css.[hc] 522F: hw/s390x/sclp*.[hc] 523F: hw/s390x/ipl*.[hc] 524T: git git://github.com/cohuck/qemu virtio-ccw-upstr 525 526UniCore32 Machines 527------------- 528PKUnity-3 SoC initramfs-with-busybox 529M: Guan Xuetao <gxt@mprc.pku.edu.cn> 530S: Maintained 531F: hw/*/puv3* 532F: hw/unicore32/ 533 534X86 Machines 535------------ 536PC 537M: Anthony Liguori <aliguori@amazon.com> 538M: Michael S. Tsirkin <mst@redhat.com> 539S: Supported 540F: include/hw/i386/ 541F: hw/i386/ 542F: hw/pci-host/piix.c 543F: hw/pci-host/q35.c 544F: hw/pci-host/pam.c 545F: include/hw/pci-host/q35.h 546F: include/hw/pci-host/pam.h 547F: hw/isa/piix4.c 548F: hw/isa/lpc_ich9.c 549F: hw/i2c/smbus_ich9.c 550F: hw/acpi/piix4.c 551F: hw/acpi/ich9.c 552F: include/hw/acpi/ich9.h 553F: include/hw/acpi/piix.h 554 555 556Xtensa Machines 557--------------- 558sim 559M: Max Filippov <jcmvbkbc@gmail.com> 560S: Maintained 561F: hw/xtensa/xtensa_sim.c 562 563Avnet LX60 564M: Max Filippov <jcmvbkbc@gmail.com> 565S: Maintained 566F: hw/xtensa/xtensa_lx60.c 567 568Devices 569------- 570IDE 571M: Kevin Wolf <kwolf@redhat.com> 572M: Stefan Hajnoczi <stefanha@redhat.com> 573S: Odd Fixes 574F: include/hw/ide.h 575F: hw/ide/ 576 577OMAP 578M: Peter Maydell <peter.maydell@linaro.org> 579S: Maintained 580F: hw/*/omap* 581 582PCI 583M: Michael S. Tsirkin <mst@redhat.com> 584S: Supported 585F: include/hw/pci/* 586F: hw/pci/* 587F: hw/acpi/* 588 589ppc4xx 590M: Alexander Graf <agraf@suse.de> 591L: qemu-ppc@nongnu.org 592S: Odd Fixes 593F: hw/ppc/ppc4*.c 594 595ppce500 596M: Alexander Graf <agraf@suse.de> 597M: Scott Wood <scottwood@freescale.com> 598L: qemu-ppc@nongnu.org 599S: Supported 600F: hw/ppc/e500* 601 602SCSI 603M: Paolo Bonzini <pbonzini@redhat.com> 604S: Supported 605F: include/hw/scsi* 606F: hw/scsi/* 607T: git git://github.com/bonzini/qemu.git scsi-next 608 609LSI53C895A 610S: Orphan 611F: hw/scsi/lsi53c895a.c 612 613SSI 614M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 615S: Maintained 616F: hw/ssi/* 617F: hw/block/m25p80.c 618 619USB 620M: Gerd Hoffmann <kraxel@redhat.com> 621S: Maintained 622F: hw/usb/* 623F: tests/usb-*-test.c 624 625VFIO 626M: Alex Williamson <alex.williamson@redhat.com> 627S: Supported 628F: hw/misc/vfio.c 629 630vhost 631M: Michael S. Tsirkin <mst@redhat.com> 632S: Supported 633F: hw/*/*vhost* 634 635virtio 636M: Anthony Liguori <aliguori@amazon.com> 637M: Michael S. Tsirkin <mst@redhat.com> 638S: Supported 639F: hw/*/virtio* 640 641virtio-9p 642M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 643S: Supported 644F: hw/9pfs/ 645F: fsdev/ 646F: tests/virtio-9p-test.c 647T: git git://github.com/kvaneesh/QEMU.git 648 649virtio-blk 650M: Kevin Wolf <kwolf@redhat.com> 651M: Stefan Hajnoczi <stefanha@redhat.com> 652S: Supported 653F: hw/block/virtio-blk.c 654 655virtio-ccw 656M: Cornelia Huck <cornelia.huck@de.ibm.com> 657M: Christian Borntraeger <borntraeger@de.ibm.com> 658S: Supported 659F: hw/s390x/virtio-ccw.[hc] 660T: git git://github.com/cohuck/qemu virtio-ccw-upstr 661 662virtio-serial 663M: Amit Shah <amit.shah@redhat.com> 664S: Supported 665F: hw/char/virtio-serial-bus.c 666F: hw/char/virtio-console.c 667 668nvme 669M: Keith Busch <keith.busch@intel.com> 670S: Supported 671F: hw/block/nvme* 672F: tests/nvme-test.c 673 674megasas 675M: Hannes Reinecke <hare@suse.de> 676S: Supported 677F: hw/scsi/megasas.c 678F: hw/scsi/mfi.h 679 680Xilinx EDK 681M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 682M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 683S: Maintained 684F: hw/*/xilinx_* 685F: include/hw/xilinx.h 686 687Vmware 688M: Dmitry Fleytman <dmitry@daynix.com> 689S: Maintained 690F: hw/net/vmxnet* 691F: hw/scsi/vmw_pvscsi* 692 693Subsystems 694---------- 695Audio 696M: Vassili Karpov (malc) <av1474@comtv.ru> 697M: Gerd Hoffmann <kraxel@redhat.com> 698S: Maintained 699F: audio/ 700F: hw/audio/ 701F: tests/ac97-test.c 702F: tests/es1370-test.c 703F: tests/intel-hda-test.c 704 705Block 706M: Kevin Wolf <kwolf@redhat.com> 707M: Stefan Hajnoczi <stefanha@redhat.com> 708S: Supported 709F: block* 710F: block/ 711F: hw/block/ 712F: qemu-img* 713F: qemu-io* 714T: git git://repo.or.cz/qemu/kevin.git block 715T: git git://github.com/stefanha/qemu.git block 716 717Character Devices 718M: Anthony Liguori <aliguori@amazon.com> 719S: Maintained 720F: qemu-char.c 721 722CPU 723M: Andreas Färber <afaerber@suse.de> 724S: Supported 725F: qom/cpu.c 726F: include/qom/cpu.h 727F: target-i386/cpu.c 728 729ICC Bus 730M: Igor Mammedov <imammedo@redhat.com> 731S: Supported 732F: include/hw/cpu/icc_bus.h 733F: hw/cpu/icc_bus.c 734 735Device Tree 736M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 737M: Alexander Graf <agraf@suse.de> 738S: Maintained 739F: device_tree.[ch] 740 741GDB stub 742M: qemu-devel@nongnu.org 743S: Odd Fixes 744F: gdbstub* 745F: gdb-xml/ 746 747Memory API 748M: Paolo Bonzini <pbonzini@redhat.com> 749S: Supported 750F: include/exec/ioport.h 751F: ioport.c 752F: include/exec/memory.h 753F: memory.c 754F: include/exec/memory-internal.h 755F: exec.c 756 757SPICE 758M: Gerd Hoffmann <kraxel@redhat.com> 759S: Supported 760F: include/ui/qemu-spice.h 761F: ui/spice-*.c 762F: audio/spiceaudio.c 763F: hw/display/qxl* 764 765Graphics 766M: Anthony Liguori <aliguori@amazon.com> 767M: Gerd Hoffmann <kraxel@redhat.com> 768S: Odd Fixes 769F: ui/ 770 771Cocoa graphics 772M: Andreas Färber <andreas.faerber@web.de> 773M: Peter Maydell <peter.maydell@linaro.org> 774S: Odd Fixes 775F: ui/cocoa.m 776 777Main loop 778M: Anthony Liguori <aliguori@amazon.com> 779S: Supported 780F: vl.c 781 782Human Monitor (HMP) 783M: Luiz Capitulino <lcapitulino@redhat.com> 784S: Maintained 785F: monitor.c 786F: hmp.c 787F: hmp-commands.hx 788T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 789 790Network device layer 791M: Anthony Liguori <aliguori@amazon.com> 792M: Stefan Hajnoczi <stefanha@redhat.com> 793S: Maintained 794F: net/ 795T: git git://github.com/stefanha/qemu.git net 796 797Netmap network backend 798M: Luigi Rizzo <rizzo@iet.unipi.it> 799M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 800M: Vincenzo Maffione <v.maffione@gmail.com> 801W: http://info.iet.unipi.it/~luigi/netmap/ 802S: Maintained 803F: net/netmap.c 804 805Network Block Device (NBD) 806M: Paolo Bonzini <pbonzini@redhat.com> 807S: Odd Fixes 808F: block/nbd.c 809F: nbd.* 810F: qemu-nbd.c 811T: git git://github.com/bonzini/qemu.git nbd-next 812 813QAPI 814M: Luiz Capitulino <lcapitulino@redhat.com> 815M: Michael Roth <mdroth@linux.vnet.ibm.com> 816S: Maintained 817F: qapi/ 818T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 819 820QAPI Schema 821M: Eric Blake <eblake@redhat.com> 822M: Luiz Capitulino <lcapitulino@redhat.com> 823M: Markus Armbruster <armbru@redhat.com> 824S: Supported 825F: qapi-schema.json 826T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 827 828QOM 829M: Anthony Liguori <aliguori@amazon.com> 830M: Andreas Färber <afaerber@suse.de> 831S: Supported 832T: git git://github.com/afaerber/qemu-cpu.git qom-next 833F: include/qom/ 834X: include/qom/cpu.h 835F: qom/ 836X: qom/cpu.c 837F: tests/qom-test.c 838 839QMP 840M: Luiz Capitulino <lcapitulino@redhat.com> 841S: Maintained 842F: qmp.c 843F: monitor.c 844F: qmp-commands.hx 845F: QMP/ 846T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 847 848SLIRP 849M: Jan Kiszka <jan.kiszka@siemens.com> 850S: Maintained 851F: slirp/ 852T: git git://git.kiszka.org/qemu.git queues/slirp 853 854Tracing 855M: Stefan Hajnoczi <stefanha@redhat.com> 856S: Maintained 857F: trace/ 858F: scripts/tracetool.py 859F: scripts/tracetool/ 860F: docs/tracing.txt 861T: git git://github.com/stefanha/qemu.git tracing 862 863Checkpatch 864M: Blue Swirl <blauwirbel@gmail.com> 865S: Odd Fixes 866F: scripts/checkpatch.pl 867 868Seccomp 869M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 870S: Supported 871F: qemu-seccomp.c 872F: include/sysemu/seccomp.h 873 874Usermode Emulation 875------------------ 876BSD user 877M: Blue Swirl <blauwirbel@gmail.com> 878S: Maintained 879F: bsd-user/ 880 881Linux user 882M: Riku Voipio <riku.voipio@iki.fi> 883S: Maintained 884F: linux-user/ 885 886Tiny Code Generator (TCG) 887------------------------- 888Common code 889M: qemu-devel@nongnu.org 890M: Richard Henderson <rth@twiddle.net> 891S: Maintained 892F: tcg/ 893 894AArch64 target 895M: Claudio Fontana <claudio.fontana@huawei.com> 896M: Claudio Fontana <claudio.fontana@gmail.com> 897S: Maintained 898F: tcg/aarch64/ 899 900ARM target 901M: Andrzej Zaborowski <balrogg@gmail.com> 902S: Maintained 903F: tcg/arm/ 904 905i386 target 906M: qemu-devel@nongnu.org 907S: Maintained 908F: tcg/i386/ 909 910IA64 target 911M: Aurelien Jarno <aurelien@aurel32.net> 912S: Maintained 913F: tcg/ia64/ 914 915MIPS target 916M: Aurelien Jarno <aurelien@aurel32.net> 917S: Maintained 918F: tcg/mips/ 919 920PPC 921M: Vassili Karpov (malc) <av1474@comtv.ru> 922S: Maintained 923F: tcg/ppc/ 924 925PPC64 target 926M: Vassili Karpov (malc) <av1474@comtv.ru> 927S: Maintained 928F: tcg/ppc64/ 929 930S390 target 931M: Alexander Graf <agraf@suse.de> 932M: Richard Henderson <rth@twiddle.net> 933S: Maintained 934F: tcg/s390/ 935 936SPARC target 937M: Blue Swirl <blauwirbel@gmail.com> 938S: Maintained 939F: tcg/sparc/ 940 941TCI target 942M: Stefan Weil <sw@weilnetz.de> 943S: Maintained 944F: tcg/tci/ 945F: tci.c 946 947Stable branches 948--------------- 949Stable 1.0 950L: qemu-stable@nongnu.org 951T: git git://git.qemu-project.org/qemu-stable-1.0.git 952S: Orphan 953 954Stable 0.15 955L: qemu-stable@nongnu.org 956M: Andreas Färber <afaerber@suse.de> 957T: git git://git.qemu-project.org/qemu-stable-0.15.git 958S: Supported 959 960Stable 0.14 961L: qemu-stable@nongnu.org 962T: git git://git.qemu-project.org/qemu-stable-0.14.git 963S: Orphan 964 965Stable 0.10 966L: qemu-stable@nongnu.org 967T: git git://git.qemu-project.org/qemu-stable-0.10.git 968S: Orphan 969 970Block drivers 971------------- 972VMDK 973M: Fam Zheng <famz@redhat.com> 974S: Supported 975F: block/vmdk.c 976 977RBD 978M: Josh Durgin <josh.durgin@inktank.com> 979S: Supported 980F: block/rbd.c 981 982Sheepdog 983M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> 984M: Liu Yuan <namei.unix@gmail.com> 985L: sheepdog@lists.wpkg.org 986S: Supported 987F: block/sheepdog.c 988 989VHDX 990M: Jeff Cody <jcody@redhat.com> 991S: Supported 992F: block/vhdx* 993 994VDI 995M: Stefan Weil <sw@weilnetz.de> 996S: Maintained 997F: block/vdi.c 998 999iSCSI 1000M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1001M: Paolo Bonzini <pbonzini@redhat.com> 1002M: Peter Lieven <pl@kamp.de> 1003S: Supported 1004F: block/iscsi.c 1005 1006NFS 1007M: Peter Lieven <pl@kamp.de> 1008S: Maintained 1009F: block/nfs.c 1010 1011SSH 1012M: Richard W.M. Jones <rjones@redhat.com> 1013S: Supported 1014F: block/ssh.c 1015 1016ARCHIPELAGO 1017M: Chrysostomos Nanakos <cnanakos@grnet.gr> 1018M: Chrysostomos Nanakos <chris@include.gr> 1019S: Maintained 1020F: block/archipelago.c 1021