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