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