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 687Subsystems 688---------- 689Audio 690M: Vassili Karpov (malc) <av1474@comtv.ru> 691M: Gerd Hoffmann <kraxel@redhat.com> 692S: Maintained 693F: audio/ 694F: hw/audio/ 695F: tests/ac97-test.c 696F: tests/es1370-test.c 697F: tests/intel-hda-test.c 698 699Block 700M: Kevin Wolf <kwolf@redhat.com> 701M: Stefan Hajnoczi <stefanha@redhat.com> 702S: Supported 703F: block* 704F: block/ 705F: hw/block/ 706F: qemu-img* 707F: qemu-io* 708T: git git://repo.or.cz/qemu/kevin.git block 709T: git git://github.com/stefanha/qemu.git block 710 711Character Devices 712M: Anthony Liguori <aliguori@amazon.com> 713S: Maintained 714F: qemu-char.c 715 716CPU 717M: Andreas Färber <afaerber@suse.de> 718S: Supported 719F: qom/cpu.c 720F: include/qom/cpu.h 721F: target-i386/cpu.c 722 723ICC Bus 724M: Igor Mammedov <imammedo@redhat.com> 725S: Supported 726F: include/hw/cpu/icc_bus.h 727F: hw/cpu/icc_bus.c 728 729Device Tree 730M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 731M: Alexander Graf <agraf@suse.de> 732S: Maintained 733F: device_tree.[ch] 734 735GDB stub 736M: qemu-devel@nongnu.org 737S: Odd Fixes 738F: gdbstub* 739F: gdb-xml/ 740 741Memory API 742M: Paolo Bonzini <pbonzini@redhat.com> 743S: Supported 744F: include/exec/ioport.h 745F: ioport.c 746F: include/exec/memory.h 747F: memory.c 748F: include/exec/memory-internal.h 749F: exec.c 750 751SPICE 752M: Gerd Hoffmann <kraxel@redhat.com> 753S: Supported 754F: include/ui/qemu-spice.h 755F: ui/spice-*.c 756F: audio/spiceaudio.c 757F: hw/display/qxl* 758 759Graphics 760M: Anthony Liguori <aliguori@amazon.com> 761M: Gerd Hoffmann <kraxel@redhat.com> 762S: Odd Fixes 763F: ui/ 764 765Cocoa graphics 766M: Andreas Färber <andreas.faerber@web.de> 767M: Peter Maydell <peter.maydell@linaro.org> 768S: Odd Fixes 769F: ui/cocoa.m 770 771Main loop 772M: Anthony Liguori <aliguori@amazon.com> 773S: Supported 774F: vl.c 775 776Human Monitor (HMP) 777M: Luiz Capitulino <lcapitulino@redhat.com> 778S: Maintained 779F: monitor.c 780F: hmp.c 781F: hmp-commands.hx 782T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 783 784Network device layer 785M: Anthony Liguori <aliguori@amazon.com> 786M: Stefan Hajnoczi <stefanha@redhat.com> 787S: Maintained 788F: net/ 789T: git git://github.com/stefanha/qemu.git net 790 791Netmap network backend 792M: Luigi Rizzo <rizzo@iet.unipi.it> 793M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 794M: Vincenzo Maffione <v.maffione@gmail.com> 795W: http://info.iet.unipi.it/~luigi/netmap/ 796S: Maintained 797F: net/netmap.c 798 799Network Block Device (NBD) 800M: Paolo Bonzini <pbonzini@redhat.com> 801S: Odd Fixes 802F: block/nbd.c 803F: nbd.* 804F: qemu-nbd.c 805T: git git://github.com/bonzini/qemu.git nbd-next 806 807QAPI 808M: Luiz Capitulino <lcapitulino@redhat.com> 809M: Michael Roth <mdroth@linux.vnet.ibm.com> 810S: Maintained 811F: qapi/ 812T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 813 814QAPI Schema 815M: Eric Blake <eblake@redhat.com> 816M: Luiz Capitulino <lcapitulino@redhat.com> 817M: Markus Armbruster <armbru@redhat.com> 818S: Supported 819F: qapi-schema.json 820T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 821 822QOM 823M: Anthony Liguori <aliguori@amazon.com> 824M: Andreas Färber <afaerber@suse.de> 825S: Supported 826T: git git://github.com/afaerber/qemu-cpu.git qom-next 827F: include/qom/ 828X: include/qom/cpu.h 829F: qom/ 830X: qom/cpu.c 831F: tests/qom-test.c 832 833QMP 834M: Luiz Capitulino <lcapitulino@redhat.com> 835S: Maintained 836F: qmp.c 837F: monitor.c 838F: qmp-commands.hx 839F: QMP/ 840T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 841 842SLIRP 843M: Jan Kiszka <jan.kiszka@siemens.com> 844S: Maintained 845F: slirp/ 846T: git git://git.kiszka.org/qemu.git queues/slirp 847 848Tracing 849M: Stefan Hajnoczi <stefanha@redhat.com> 850S: Maintained 851F: trace/ 852F: scripts/tracetool.py 853F: scripts/tracetool/ 854F: docs/tracing.txt 855T: git git://github.com/stefanha/qemu.git tracing 856 857Checkpatch 858M: Blue Swirl <blauwirbel@gmail.com> 859S: Odd Fixes 860F: scripts/checkpatch.pl 861 862Seccomp 863M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 864S: Supported 865F: qemu-seccomp.c 866F: include/sysemu/seccomp.h 867 868Usermode Emulation 869------------------ 870BSD user 871M: Blue Swirl <blauwirbel@gmail.com> 872S: Maintained 873F: bsd-user/ 874 875Linux user 876M: Riku Voipio <riku.voipio@iki.fi> 877S: Maintained 878F: linux-user/ 879 880Tiny Code Generator (TCG) 881------------------------- 882Common code 883M: qemu-devel@nongnu.org 884M: Richard Henderson <rth@twiddle.net> 885S: Maintained 886F: tcg/ 887 888AArch64 target 889M: Claudio Fontana <claudio.fontana@huawei.com> 890M: Claudio Fontana <claudio.fontana@gmail.com> 891S: Maintained 892F: tcg/aarch64/ 893 894ARM target 895M: Andrzej Zaborowski <balrogg@gmail.com> 896S: Maintained 897F: tcg/arm/ 898 899i386 target 900M: qemu-devel@nongnu.org 901S: Maintained 902F: tcg/i386/ 903 904IA64 target 905M: Aurelien Jarno <aurelien@aurel32.net> 906S: Maintained 907F: tcg/ia64/ 908 909MIPS target 910M: Aurelien Jarno <aurelien@aurel32.net> 911S: Maintained 912F: tcg/mips/ 913 914PPC 915M: Vassili Karpov (malc) <av1474@comtv.ru> 916S: Maintained 917F: tcg/ppc/ 918 919PPC64 target 920M: Vassili Karpov (malc) <av1474@comtv.ru> 921S: Maintained 922F: tcg/ppc64/ 923 924S390 target 925M: Alexander Graf <agraf@suse.de> 926M: Richard Henderson <rth@twiddle.net> 927S: Maintained 928F: tcg/s390/ 929 930SPARC target 931M: Blue Swirl <blauwirbel@gmail.com> 932S: Maintained 933F: tcg/sparc/ 934 935TCI target 936M: Stefan Weil <sw@weilnetz.de> 937S: Maintained 938F: tcg/tci/ 939F: tci.c 940 941Stable branches 942--------------- 943Stable 1.0 944L: qemu-stable@nongnu.org 945T: git git://git.qemu-project.org/qemu-stable-1.0.git 946S: Orphan 947 948Stable 0.15 949L: qemu-stable@nongnu.org 950M: Andreas Färber <afaerber@suse.de> 951T: git git://git.qemu-project.org/qemu-stable-0.15.git 952S: Supported 953 954Stable 0.14 955L: qemu-stable@nongnu.org 956T: git git://git.qemu-project.org/qemu-stable-0.14.git 957S: Orphan 958 959Stable 0.10 960L: qemu-stable@nongnu.org 961T: git git://git.qemu-project.org/qemu-stable-0.10.git 962S: Orphan 963 964Block drivers 965------------- 966VMDK 967M: Fam Zheng <famz@redhat.com> 968S: Supported 969F: block/vmdk.c 970 971RBD 972M: Josh Durgin <josh.durgin@inktank.com> 973S: Supported 974F: block/rbd.c 975 976Sheepdog 977M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp> 978M: Liu Yuan <namei.unix@gmail.com> 979L: sheepdog@lists.wpkg.org 980S: Supported 981F: block/sheepdog.c 982 983VHDX 984M: Jeff Cody <jcody@redhat.com> 985S: Supported 986F: block/vhdx* 987 988VDI 989M: Stefan Weil <sw@weilnetz.de> 990S: Maintained 991F: block/vdi.c 992 993iSCSI 994M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 995M: Paolo Bonzini <pbonzini@redhat.com> 996M: Peter Lieven <pl@kamp.de> 997S: Supported 998F: block/iscsi.c 999 1000NFS 1001M: Peter Lieven <pl@kamp.de> 1002S: Maintained 1003F: block/nfs.c 1004 1005SSH 1006M: Richard W.M. Jones <rjones@redhat.com> 1007S: Supported 1008F: block/ssh.c 1009 1010ARCHIPELAGO 1011M: Chrysostomos Nanakos <cnanakos@grnet.gr> 1012M: Chrysostomos Nanakos <chris@include.gr> 1013S: Maintained 1014F: block/archipelago.c 1015