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