qemu/MAINTAINERS
<<
>>
Prefs
   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: Peter Maydell <peter.maydell@linaro.org>
  54
  55All patches CC here
  56L: qemu-devel@nongnu.org
  57F: *
  58F: */
  59
  60Responsible Disclosure, Reporting Security Issues
  61------------------------------
  62W: http://wiki.qemu.org/SecurityProcess
  63M: Michael S. Tsirkin <mst@redhat.com>
  64L: secalert@redhat.com
  65
  66Guest CPU cores (TCG):
  67----------------------
  68Overall
  69L: qemu-devel@nongnu.org
  70M: Paolo Bonzini <pbonzini@redhat.com>
  71M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
  72M: Richard Henderson <rth@twiddle.net>
  73S: Maintained
  74F: cpu-exec.c
  75F: cpu-exec-common.c
  76F: cpus.c
  77F: cputlb.c
  78F: exec.c
  79F: softmmu_template.h
  80F: translate-all.*
  81F: translate-common.c
  82F: include/exec/cpu*.h
  83F: include/exec/exec-all.h
  84F: include/exec/helper*.h
  85F: include/exec/tb-hash.h
  86
  87FPU emulation
  88M: Aurelien Jarno <aurelien@aurel32.net>
  89M: Peter Maydell <peter.maydell@linaro.org>
  90S: Odd Fixes
  91F: fpu/
  92F: include/fpu/
  93
  94Alpha
  95M: Richard Henderson <rth@twiddle.net>
  96S: Maintained
  97F: target-alpha/
  98F: hw/alpha/
  99F: tests/tcg/alpha/
 100F: disas/alpha.c
 101
 102ARM
 103M: Peter Maydell <peter.maydell@linaro.org>
 104L: qemu-arm@nongnu.org
 105S: Maintained
 106F: target-arm/
 107F: hw/arm/
 108F: hw/cpu/a*mpcore.c
 109F: disas/arm.c
 110F: disas/arm-a64.cc
 111F: disas/libvixl/
 112
 113CRIS
 114M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 115S: Maintained
 116F: target-cris/
 117F: hw/cris/
 118F: tests/tcg/cris/
 119F: disas/cris.c
 120
 121LM32
 122M: Michael Walle <michael@walle.cc>
 123S: Maintained
 124F: target-lm32/
 125F: disas/lm32.c
 126F: hw/lm32/
 127F: hw/*/lm32_*
 128F: hw/*/milkymist-*
 129F: include/hw/char/lm32_juart.h
 130F: include/hw/lm32/
 131F: tests/tcg/lm32/
 132
 133M68K
 134S: Orphan
 135F: target-m68k/
 136F: hw/m68k/
 137
 138MicroBlaze
 139M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 140S: Maintained
 141F: target-microblaze/
 142F: hw/microblaze/
 143F: disas/microblaze.c
 144
 145MIPS
 146M: Aurelien Jarno <aurelien@aurel32.net>
 147M: Leon Alrae <leon.alrae@imgtec.com>
 148S: Maintained
 149F: target-mips/
 150F: hw/mips/
 151F: tests/tcg/mips/
 152F: disas/mips.c
 153
 154Moxie
 155M: Anthony Green <green@moxielogic.com>
 156S: Maintained
 157F: target-moxie/
 158F: disas/moxie.c
 159
 160OpenRISC
 161M: Jia Liu <proljc@gmail.com>
 162S: Maintained
 163F: target-openrisc/
 164F: hw/openrisc/
 165F: tests/tcg/openrisc/
 166
 167PowerPC
 168M: Alexander Graf <agraf@suse.de>
 169L: qemu-ppc@nongnu.org
 170S: Maintained
 171F: target-ppc/
 172F: hw/ppc/
 173F: disas/ppc.c
 174
 175S390
 176M: Richard Henderson <rth@twiddle.net>
 177M: Alexander Graf <agraf@suse.de>
 178S: Maintained
 179F: target-s390x/
 180F: hw/s390x/
 181F: disas/s390.c
 182
 183SH4
 184M: Aurelien Jarno <aurelien@aurel32.net>
 185S: Odd Fixes
 186F: target-sh4/
 187F: hw/sh4/
 188F: disas/sh4.c
 189
 190SPARC
 191M: Blue Swirl <blauwirbel@gmail.com>
 192M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 193S: Maintained
 194F: target-sparc/
 195F: hw/sparc/
 196F: hw/sparc64/
 197F: disas/sparc.c
 198
 199UniCore32
 200M: Guan Xuetao <gxt@mprc.pku.edu.cn>
 201S: Maintained
 202F: target-unicore32/
 203F: hw/unicore32/
 204
 205X86
 206M: Paolo Bonzini <pbonzini@redhat.com>
 207M: Richard Henderson <rth@twiddle.net>
 208M: Eduardo Habkost <ehabkost@redhat.com>
 209S: Maintained
 210F: target-i386/
 211F: hw/i386/
 212F: disas/i386.c
 213
 214Xtensa
 215M: Max Filippov <jcmvbkbc@gmail.com>
 216W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
 217S: Maintained
 218F: target-xtensa/
 219F: hw/xtensa/
 220F: tests/tcg/xtensa/
 221
 222TriCore
 223M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
 224S: Maintained
 225F: target-tricore/
 226F: hw/tricore/
 227
 228Guest CPU Cores (KVM):
 229----------------------
 230
 231Overall
 232M: Paolo Bonzini <pbonzini@redhat.com>
 233L: kvm@vger.kernel.org
 234S: Supported
 235F: kvm-*
 236F: */kvm.*
 237F: include/sysemu/kvm*.h
 238
 239ARM
 240M: Peter Maydell <peter.maydell@linaro.org>
 241L: qemu-arm@nongnu.org
 242S: Maintained
 243F: target-arm/kvm.c
 244
 245MIPS
 246M: James Hogan <james.hogan@imgtec.com>
 247S: Maintained
 248F: target-mips/kvm.c
 249
 250PPC
 251M: Alexander Graf <agraf@suse.de>
 252S: Maintained
 253F: target-ppc/kvm.c
 254
 255S390
 256M: Christian Borntraeger <borntraeger@de.ibm.com>
 257M: Cornelia Huck <cornelia.huck@de.ibm.com>
 258M: Alexander Graf <agraf@suse.de>
 259S: Maintained
 260F: target-s390x/kvm.c
 261F: target-s390x/ioinst.[ch]
 262F: target-s390x/machine.c
 263F: hw/intc/s390_flic.c
 264F: hw/intc/s390_flic_kvm.c
 265F: include/hw/s390x/s390_flic.h
 266F: gdb-xml/s390*.xml
 267T: git git://github.com/cohuck/qemu.git s390-next
 268T: git git://github.com/borntraeger/qemu.git s390-next
 269
 270X86
 271M: Paolo Bonzini <pbonzini@redhat.com>
 272M: Marcelo Tosatti <mtosatti@redhat.com>
 273L: kvm@vger.kernel.org
 274S: Supported
 275F: target-i386/kvm.c
 276
 277Guest CPU Cores (Xen):
 278----------------------
 279
 280X86
 281M: Stefano Stabellini <sstabellini@kernel.org>
 282M: Anthony Perard <anthony.perard@citrix.com>
 283L: xen-devel@lists.xensource.com
 284S: Supported
 285F: xen-*
 286F: */xen*
 287F: hw/char/xen_console.c
 288F: hw/display/xenfb.c
 289F: hw/net/xen_nic.c
 290F: hw/block/xen_*
 291F: hw/xen/
 292F: hw/xenpv/
 293F: hw/i386/xen/
 294F: include/hw/xen/
 295F: include/sysemu/xen-mapcache.h
 296
 297Hosts:
 298------
 299
 300LINUX
 301L: qemu-devel@nongnu.org
 302S: Maintained
 303F: linux-*
 304F: linux-headers/
 305
 306POSIX
 307L: qemu-devel@nongnu.org
 308S: Maintained
 309F: *posix*
 310
 311W32, W64
 312L: qemu-devel@nongnu.org
 313M: Stefan Weil <sw@weilnetz.de>
 314S: Maintained
 315F: *win32*
 316F: qemu.nsi
 317
 318ARM Machines
 319------------
 320Allwinner-a10
 321M: Beniamino Galvani <b.galvani@gmail.com>
 322L: qemu-arm@nongnu.org
 323S: Maintained
 324F: hw/*/allwinner*
 325F: include/hw/*/allwinner*
 326F: hw/arm/cubieboard.c
 327
 328ARM PrimeCell
 329M: Peter Maydell <peter.maydell@linaro.org>
 330L: qemu-arm@nongnu.org
 331S: Maintained
 332F: hw/char/pl011.c
 333F: hw/display/pl110*
 334F: hw/dma/pl080.c
 335F: hw/dma/pl330.c
 336F: hw/gpio/pl061.c
 337F: hw/input/pl050.c
 338F: hw/intc/pl190.c
 339F: hw/sd/pl181.c
 340F: hw/timer/pl031.c
 341F: include/hw/arm/primecell.h
 342
 343ARM cores
 344M: Peter Maydell <peter.maydell@linaro.org>
 345L: qemu-arm@nongnu.org
 346S: Maintained
 347F: hw/intc/arm*
 348F: hw/intc/gic_internal.h
 349F: hw/misc/a9scu.c
 350F: hw/misc/arm11scu.c
 351F: hw/timer/a9gtimer*
 352F: hw/timer/arm_*
 353F: include/hw/arm/arm.h
 354F: include/hw/intc/arm*
 355F: include/hw/misc/a9scu.h
 356F: include/hw/misc/arm11scu.h
 357F: include/hw/timer/a9gtimer.h
 358F: include/hw/timer/arm_mptimer.h
 359
 360Exynos
 361M: Igor Mitsyanko <i.mitsyanko@gmail.com>
 362L: qemu-arm@nongnu.org
 363S: Maintained
 364F: hw/*/exynos*
 365F: include/hw/arm/exynos4210.h
 366
 367Calxeda Highbank
 368M: Rob Herring <robh@kernel.org>
 369L: qemu-arm@nongnu.org
 370S: Maintained
 371F: hw/arm/highbank.c
 372F: hw/net/xgmac.c
 373
 374Canon DIGIC
 375M: Antony Pavlov <antonynpavlov@gmail.com>
 376L: qemu-arm@nongnu.org
 377S: Maintained
 378F: include/hw/arm/digic.h
 379F: hw/*/digic*
 380
 381Gumstix
 382L: qemu-devel@nongnu.org
 383L: qemu-arm@nongnu.org
 384S: Orphan
 385F: hw/arm/gumstix.c
 386
 387i.MX31
 388M: Peter Chubb <peter.chubb@nicta.com.au>
 389L: qemu-arm@nongnu.org
 390S: Odd fixes
 391F: hw/*/imx*
 392F: hw/arm/kzm.c
 393F: include/hw/arm/fsl-imx31.h
 394
 395Integrator CP
 396M: Peter Maydell <peter.maydell@linaro.org>
 397L: qemu-arm@nongnu.org
 398S: Maintained
 399F: hw/arm/integratorcp.c
 400
 401Musicpal
 402M: Jan Kiszka <jan.kiszka@web.de>
 403L: qemu-arm@nongnu.org
 404S: Maintained
 405F: hw/arm/musicpal.c
 406
 407nSeries
 408M: Andrzej Zaborowski <balrogg@gmail.com>
 409L: qemu-arm@nongnu.org
 410S: Maintained
 411F: hw/arm/nseries.c
 412
 413Palm
 414M: Andrzej Zaborowski <balrogg@gmail.com>
 415L: qemu-arm@nongnu.org
 416S: Maintained
 417F: hw/arm/palm.c
 418
 419Real View
 420M: Peter Maydell <peter.maydell@linaro.org>
 421L: qemu-arm@nongnu.org
 422S: Maintained
 423F: hw/arm/realview*
 424F: hw/intc/realview_gic.c
 425F: include/hw/intc/realview_gic.h
 426
 427PXA2XX
 428M: Andrzej Zaborowski <balrogg@gmail.com>
 429L: qemu-arm@nongnu.org
 430S: Maintained
 431F: hw/arm/mainstone.c
 432F: hw/arm/spitz.c
 433F: hw/arm/tosa.c
 434F: hw/arm/z2.c
 435F: hw/*/pxa2xx*
 436F: include/hw/arm/pxa.h
 437
 438Stellaris
 439M: Peter Maydell <peter.maydell@linaro.org>
 440L: qemu-arm@nongnu.org
 441S: Maintained
 442F: hw/*/stellaris*
 443
 444Versatile PB
 445M: Peter Maydell <peter.maydell@linaro.org>
 446L: qemu-arm@nongnu.org
 447S: Maintained
 448F: hw/*/versatile*
 449
 450Xilinx Zynq
 451M: Alistair Francis <alistair.francis@xilinx.com>
 452M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 453L: qemu-arm@nongnu.org
 454S: Maintained
 455F: hw/arm/xilinx_zynq.c
 456F: hw/misc/zynq_slcr.c
 457F: hw/*/cadence_*
 458F: hw/ssi/xilinx_spips.c
 459
 460Xilinx ZynqMP
 461M: Alistair Francis <alistair.francis@xilinx.com>
 462M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 463L: qemu-arm@nongnu.org
 464S: Maintained
 465F: hw/arm/xlnx-zynqmp.c
 466F: hw/arm/xlnx-ep108.c
 467F: include/hw/arm/xlnx-zynqmp.h
 468
 469ARM ACPI Subsystem
 470M: Shannon Zhao <zhaoshenglong@huawei.com>
 471M: Shannon Zhao <shannon.zhao@linaro.org>
 472L: qemu-arm@nongnu.org
 473S: Maintained
 474F: hw/arm/virt-acpi-build.c
 475F: include/hw/arm/virt-acpi-build.h
 476
 477CRIS Machines
 478-------------
 479Axis Dev88
 480M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 481S: Maintained
 482F: hw/cris/axis_dev88.c
 483F: hw/*/etraxfs_*.c
 484
 485LM32 Machines
 486-------------
 487EVR32 and uclinux BSP
 488M: Michael Walle <michael@walle.cc>
 489S: Maintained
 490F: hw/lm32/lm32_boards.c
 491
 492milkymist
 493M: Michael Walle <michael@walle.cc>
 494S: Maintained
 495F: hw/lm32/milkymist.c
 496
 497M68K Machines
 498-------------
 499an5206
 500S: Orphan
 501F: hw/m68k/an5206.c
 502
 503dummy_m68k
 504S: Orphan
 505F: hw/m68k/dummy_m68k.c
 506
 507mcf5208
 508S: Orphan
 509F: hw/m68k/mcf5208.c
 510
 511MicroBlaze Machines
 512-------------------
 513petalogix_s3adsp1800
 514M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 515S: Maintained
 516F: hw/microblaze/petalogix_s3adsp1800_mmu.c
 517
 518petalogix_ml605
 519M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 520S: Maintained
 521F: hw/microblaze/petalogix_ml605_mmu.c
 522
 523MIPS Machines
 524-------------
 525Jazz
 526M: Hervé Poussineau <hpoussin@reactos.org>
 527S: Maintained
 528F: hw/mips/mips_jazz.c
 529
 530Malta
 531M: Aurelien Jarno <aurelien@aurel32.net>
 532S: Maintained
 533F: hw/mips/mips_malta.c
 534
 535Mipssim
 536L: qemu-devel@nongnu.org
 537S: Orphan
 538F: hw/mips/mips_mipssim.c
 539
 540R4000
 541M: Aurelien Jarno <aurelien@aurel32.net>
 542S: Maintained
 543F: hw/mips/mips_r4k.c
 544
 545OpenRISC Machines
 546-----------------
 547or1k-sim
 548M: Jia Liu <proljc@gmail.com>
 549S: Maintained
 550F: hw/openrisc/openrisc_sim.c
 551
 552PowerPC Machines
 553----------------
 554405
 555M: Alexander Graf <agraf@suse.de>
 556L: qemu-ppc@nongnu.org
 557S: Odd Fixes
 558F: hw/ppc/ppc405_boards.c
 559
 560Bamboo
 561M: Alexander Graf <agraf@suse.de>
 562L: qemu-ppc@nongnu.org
 563S: Odd Fixes
 564F: hw/ppc/ppc440_bamboo.c
 565
 566e500
 567M: Alexander Graf <agraf@suse.de>
 568M: Scott Wood <scottwood@freescale.com>
 569L: qemu-ppc@nongnu.org
 570S: Supported
 571F: hw/ppc/e500.[hc]
 572F: hw/ppc/e500plat.c
 573
 574mpc8544ds
 575M: Alexander Graf <agraf@suse.de>
 576M: Scott Wood <scottwood@freescale.com>
 577L: qemu-ppc@nongnu.org
 578S: Supported
 579F: hw/ppc/mpc8544ds.c
 580F: hw/ppc/mpc8544_guts.c
 581
 582New World
 583M: Alexander Graf <agraf@suse.de>
 584L: qemu-ppc@nongnu.org
 585S: Maintained
 586F: hw/ppc/mac_newworld.c
 587F: hw/pci-host/uninorth.c
 588F: hw/pci-bridge/dec.[hc]
 589F: hw/misc/macio/
 590
 591Old World
 592M: Alexander Graf <agraf@suse.de>
 593L: qemu-ppc@nongnu.org
 594S: Maintained
 595F: hw/ppc/mac_oldworld.c
 596F: hw/pci-host/grackle.c
 597F: hw/misc/macio/
 598
 599PReP
 600M: Andreas Färber <andreas.faerber@web.de>
 601L: qemu-ppc@nongnu.org
 602S: Odd Fixes
 603F: hw/ppc/prep.c
 604F: hw/pci-host/prep.[hc]
 605F: hw/isa/pc87312.[hc]
 606
 607sPAPR
 608M: David Gibson <david@gibson.dropbear.id.au>
 609M: Alexander Graf <agraf@suse.de>
 610L: qemu-ppc@nongnu.org
 611S: Supported
 612F: hw/*/spapr*
 613F: include/hw/*/spapr*
 614F: hw/*/xics*
 615F: include/hw/*/xics*
 616F: pc-bios/spapr-rtas/*
 617
 618virtex_ml507
 619M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 620L: qemu-ppc@nongnu.org
 621S: Odd Fixes
 622F: hw/ppc/virtex_ml507.c
 623
 624SH4 Machines
 625------------
 626R2D
 627M: Magnus Damm <magnus.damm@gmail.com>
 628S: Maintained
 629F: hw/sh4/r2d.c
 630
 631Shix
 632M: Magnus Damm <magnus.damm@gmail.com>
 633S: Orphan
 634F: hw/sh4/shix.c
 635
 636SPARC Machines
 637--------------
 638Sun4m
 639M: Blue Swirl <blauwirbel@gmail.com>
 640M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 641S: Maintained
 642F: hw/sparc/sun4m.c
 643
 644Sun4u
 645M: Blue Swirl <blauwirbel@gmail.com>
 646M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 647S: Maintained
 648F: hw/sparc64/sun4u.c
 649
 650Leon3
 651M: Fabien Chouteau <chouteau@adacore.com>
 652S: Maintained
 653F: hw/sparc/leon3.c
 654F: hw/*/grlib*
 655
 656S390 Machines
 657-------------
 658S390 Virtio-ccw
 659M: Cornelia Huck <cornelia.huck@de.ibm.com>
 660M: Christian Borntraeger <borntraeger@de.ibm.com>
 661M: Alexander Graf <agraf@suse.de>
 662S: Supported
 663F: hw/char/sclp*.[hc]
 664F: hw/s390x/
 665F: include/hw/s390x/
 666F: pc-bios/s390-ccw/
 667F: hw/watchdog/wdt_diag288.c
 668T: git git://github.com/cohuck/qemu.git s390-next
 669T: git git://github.com/borntraeger/qemu.git s390-next
 670
 671UniCore32 Machines
 672-------------
 673PKUnity-3 SoC initramfs-with-busybox
 674M: Guan Xuetao <gxt@mprc.pku.edu.cn>
 675S: Maintained
 676F: hw/*/puv3*
 677F: hw/unicore32/
 678
 679X86 Machines
 680------------
 681PC
 682M: Michael S. Tsirkin <mst@redhat.com>
 683S: Supported
 684F: include/hw/i386/
 685F: hw/i386/
 686F: hw/pci-host/piix.c
 687F: hw/pci-host/q35.c
 688F: hw/pci-host/pam.c
 689F: include/hw/pci-host/q35.h
 690F: include/hw/pci-host/pam.h
 691F: hw/isa/piix4.c
 692F: hw/isa/lpc_ich9.c
 693F: hw/i2c/smbus_ich9.c
 694F: hw/acpi/piix4.c
 695F: hw/acpi/ich9.c
 696F: include/hw/acpi/ich9.h
 697F: include/hw/acpi/piix.h
 698F: hw/misc/sga.c
 699
 700PC Chipset
 701M: Michael S. Tsirkin <mst@redhat.com>
 702M: Paolo Bonzini <pbonzini@redhat.com>
 703S: Support
 704F: hw/char/debugcon.c
 705F: hw/char/parallel.c
 706F: hw/char/serial*
 707F: hw/dma/i8257*
 708F: hw/i2c/pm_smbus.c
 709F: hw/intc/apic*
 710F: hw/intc/ioapic*
 711F: hw/intc/i8259*
 712F: hw/misc/debugexit.c
 713F: hw/misc/pc-testdev.c
 714F: hw/timer/hpet*
 715F: hw/timer/i8254*
 716F: hw/timer/mc146818rtc*
 717
 718Machine core
 719M: Eduardo Habkost <ehabkost@redhat.com>
 720M: Marcel Apfelbaum <marcel@redhat.com>
 721S: Supported
 722F: hw/core/machine.c
 723F: include/hw/boards.h
 724
 725Xtensa Machines
 726---------------
 727sim
 728M: Max Filippov <jcmvbkbc@gmail.com>
 729S: Maintained
 730F: hw/xtensa/sim.c
 731
 732XTFPGA (LX60, LX200, ML605, KC705)
 733M: Max Filippov <jcmvbkbc@gmail.com>
 734S: Maintained
 735F: hw/xtensa/xtfpga.c
 736F: hw/net/opencores_eth.c
 737
 738Devices
 739-------
 740EDU
 741M: Jiri Slaby <jslaby@suse.cz>
 742S: Maintained
 743F: hw/misc/edu.c
 744
 745IDE
 746M: John Snow <jsnow@redhat.com>
 747L: qemu-block@nongnu.org
 748S: Supported
 749F: include/hw/ide.h
 750F: hw/ide/
 751F: hw/block/block.c
 752F: hw/block/cdrom.c
 753F: hw/block/hd-geometry.c
 754F: tests/ide-test.c
 755F: tests/ahci-test.c
 756F: tests/libqos/ahci*
 757T: git git://github.com/jnsnow/qemu.git ide
 758
 759Floppy
 760M: John Snow <jsnow@redhat.com>
 761L: qemu-block@nongnu.org
 762S: Supported
 763F: hw/block/fdc.c
 764F: include/hw/block/fdc.h
 765F: tests/fdc-test.c
 766T: git git://github.com/jnsnow/qemu.git ide
 767
 768OMAP
 769M: Peter Maydell <peter.maydell@linaro.org>
 770S: Maintained
 771F: hw/*/omap*
 772F: include/hw/arm/omap.h
 773
 774IPack
 775M: Alberto Garcia <berto@igalia.com>
 776S: Odd Fixes
 777F: hw/char/ipoctal232.c
 778F: hw/ipack/
 779
 780PCI
 781M: Michael S. Tsirkin <mst@redhat.com>
 782S: Supported
 783F: include/hw/pci/*
 784F: hw/misc/pci-testdev.c
 785F: hw/pci/*
 786F: hw/pci-bridge/*
 787
 788ACPI/SMBIOS
 789M: Michael S. Tsirkin <mst@redhat.com>
 790M: Igor Mammedov <imammedo@redhat.com>
 791S: Supported
 792F: include/hw/acpi/*
 793F: include/hw/smbios/*
 794F: hw/mem/*
 795F: hw/acpi/*
 796F: hw/smbios/*
 797F: hw/i386/acpi-build.[hc]
 798F: hw/i386/*dsl
 799F: hw/arm/virt-acpi-build.c
 800F: include/hw/arm/virt-acpi-build.h
 801F: scripts/acpi*py
 802
 803ppc4xx
 804M: Alexander Graf <agraf@suse.de>
 805L: qemu-ppc@nongnu.org
 806S: Odd Fixes
 807F: hw/ppc/ppc4*.c
 808
 809ppce500
 810M: Alexander Graf <agraf@suse.de>
 811M: Scott Wood <scottwood@freescale.com>
 812L: qemu-ppc@nongnu.org
 813S: Supported
 814F: hw/ppc/e500*
 815F: hw/pci-host/ppce500.c
 816F: hw/net/fsl_etsec/
 817
 818Character devices
 819M: Paolo Bonzini <pbonzini@redhat.com>
 820S: Odd Fixes
 821F: hw/char/
 822
 823Network devices
 824M: Jason Wang <jasowang@redhat.com>
 825S: Odd Fixes
 826F: hw/net/
 827T: git git://github.com/jasowang/qemu.git net
 828
 829SCSI
 830M: Paolo Bonzini <pbonzini@redhat.com>
 831S: Supported
 832F: include/hw/scsi*
 833F: hw/scsi/*
 834T: git git://github.com/bonzini/qemu.git scsi-next
 835
 836LSI53C895A
 837S: Orphan
 838F: hw/scsi/lsi53c895a.c
 839
 840SSI
 841M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 842S: Maintained
 843F: hw/ssi/*
 844F: hw/block/m25p80.c
 845X: hw/ssi/xilinx_*
 846
 847Xilinx SPI
 848M: Alistair Francis <alistair.francis@xilinx.com>
 849M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 850S: Maintained
 851F: hw/ssi/xilinx_*
 852
 853USB
 854M: Gerd Hoffmann <kraxel@redhat.com>
 855S: Maintained
 856F: hw/usb/*
 857F: tests/usb-*-test.c
 858F: docs/usb2.txt
 859F: docs/usb-storage.txt
 860F: include/hw/usb.h
 861F: include/hw/usb/
 862
 863USB (serial adapter)
 864M: Gerd Hoffmann <kraxel@redhat.com>
 865M: Samuel Thibault <samuel.thibault@ens-lyon.org>
 866S: Maintained
 867F: hw/usb/dev-serial.c
 868
 869VFIO
 870M: Alex Williamson <alex.williamson@redhat.com>
 871S: Supported
 872F: hw/vfio/*
 873F: include/hw/vfio/
 874
 875vhost
 876M: Michael S. Tsirkin <mst@redhat.com>
 877S: Supported
 878F: hw/*/*vhost*
 879
 880virtio
 881M: Michael S. Tsirkin <mst@redhat.com>
 882S: Supported
 883F: hw/*/virtio*
 884F: net/vhost-user.c
 885F: include/hw/virtio/
 886
 887virtio-9p
 888M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
 889M: Greg Kurz <gkurz@linux.vnet.ibm.com>
 890S: Supported
 891F: hw/9pfs/
 892F: fsdev/
 893F: tests/virtio-9p-test.c
 894T: git git://github.com/kvaneesh/QEMU.git
 895
 896virtio-blk
 897M: Stefan Hajnoczi <stefanha@redhat.com>
 898L: qemu-block@nongnu.org
 899S: Supported
 900F: hw/block/virtio-blk.c
 901F: hw/block/dataplane/*
 902F: hw/virtio/dataplane/*
 903T: git git://github.com/stefanha/qemu.git block
 904
 905virtio-ccw
 906M: Cornelia Huck <cornelia.huck@de.ibm.com>
 907M: Christian Borntraeger <borntraeger@de.ibm.com>
 908S: Supported
 909F: hw/s390x/virtio-ccw.[hc]
 910T: git git://github.com/cohuck/qemu.git s390-next
 911T: git git://github.com/borntraeger/qemu.git s390-next
 912
 913virtio-input
 914M: Gerd Hoffmann <kraxel@redhat.com>
 915S: Maintained
 916F: hw/input/virtio-input*.c
 917F: include/hw/virtio/virtio-input.h
 918
 919virtio-serial
 920M: Amit Shah <amit.shah@redhat.com>
 921S: Supported
 922F: hw/char/virtio-serial-bus.c
 923F: hw/char/virtio-console.c
 924F: include/hw/virtio/virtio-serial.h
 925
 926virtio-rng
 927M: Amit Shah <amit.shah@redhat.com>
 928S: Supported
 929F: hw/virtio/virtio-rng.c
 930F: include/hw/virtio/virtio-rng.h
 931F: include/sysemu/rng*.h
 932F: backends/rng*.c
 933
 934nvme
 935M: Keith Busch <keith.busch@intel.com>
 936L: qemu-block@nongnu.org
 937S: Supported
 938F: hw/block/nvme*
 939F: tests/nvme-test.c
 940
 941megasas
 942M: Hannes Reinecke <hare@suse.de>
 943L: qemu-block@nongnu.org
 944S: Supported
 945F: hw/scsi/megasas.c
 946F: hw/scsi/mfi.h
 947
 948Xilinx EDK
 949M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 950M: Alistair Francis <alistair.francis@xilinx.com>
 951M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 952S: Maintained
 953F: hw/*/xilinx_*
 954F: include/hw/xilinx.h
 955
 956Vmware
 957M: Dmitry Fleytman <dmitry@daynix.com>
 958S: Maintained
 959F: hw/net/vmxnet*
 960F: hw/scsi/vmw_pvscsi*
 961
 962Rocker
 963M: Scott Feldman <sfeldma@gmail.com>
 964M: Jiri Pirko <jiri@resnulli.us>
 965S: Maintained
 966F: hw/net/rocker/
 967
 968NVDIMM
 969M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
 970S: Maintained
 971F: hw/acpi/nvdimm.c
 972F: hw/mem/nvdimm.c
 973F: include/hw/mem/nvdimm.h
 974
 975Generic Loader
 976M: Alistair Francis <alistair.francis@xilinx.com>
 977S: Maintained
 978F: hw/core/generic-loader.c
 979F: include/hw/core/generic-loader.h
 980
 981Subsystems
 982----------
 983Audio
 984M: Gerd Hoffmann <kraxel@redhat.com>
 985S: Maintained
 986F: audio/
 987F: hw/audio/
 988F: tests/ac97-test.c
 989F: tests/es1370-test.c
 990F: tests/intel-hda-test.c
 991
 992Block layer core
 993M: Kevin Wolf <kwolf@redhat.com>
 994M: Max Reitz <mreitz@redhat.com>
 995L: qemu-block@nongnu.org
 996S: Supported
 997F: block*
 998F: block/
 999F: hw/block/
1000F: include/block/
1001F: qemu-img*
1002F: qemu-io*
1003F: tests/qemu-iotests/
1004T: git git://repo.or.cz/qemu/kevin.git block
1005
1006Block I/O path
1007M: Stefan Hajnoczi <stefanha@redhat.com>
1008M: Fam Zheng <famz@redhat.com>
1009L: qemu-block@nongnu.org
1010S: Supported
1011F: async.c
1012F: aio-*.c
1013F: block/io.c
1014F: migration/block*
1015T: git git://github.com/stefanha/qemu.git block
1016
1017Block Jobs
1018M: Jeff Cody <jcody@redhat.com>
1019L: qemu-block@nongnu.org
1020S: Supported
1021F: blockjob.c
1022F: include/block/blockjob.h
1023F: block/backup.c
1024F: block/commit.c
1025F: block/stream.c
1026F: block/mirror.c
1027T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1028
1029Block QAPI, monitor, command line
1030M: Markus Armbruster <armbru@redhat.com>
1031S: Supported
1032F: blockdev.c
1033F: block/qapi.c
1034F: qapi/block*.json
1035T: git git://repo.or.cz/qemu/armbru.git block-next
1036
1037Character device backends
1038M: Paolo Bonzini <pbonzini@redhat.com>
1039S: Maintained
1040F: qemu-char.c
1041F: backends/msmouse.c
1042F: backends/testdev.c
1043
1044Character Devices (Braille)
1045M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1046S: Maintained
1047F: backends/baum.c
1048
1049Coverity model
1050M: Markus Armbruster <armbru@redhat.com>
1051S: Supported
1052F: scripts/coverity-model.c
1053
1054CPU
1055M: Andreas Färber <afaerber@suse.de>
1056S: Supported
1057F: qom/cpu.c
1058F: include/qom/cpu.h
1059
1060ICC Bus
1061M: Igor Mammedov <imammedo@redhat.com>
1062S: Supported
1063F: include/hw/cpu/icc_bus.h
1064F: hw/cpu/icc_bus.c
1065
1066Device Tree
1067M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1068M: Alexander Graf <agraf@suse.de>
1069S: Maintained
1070F: device_tree.c
1071F: include/sysemu/device_tree.h
1072
1073Error reporting
1074M: Markus Armbruster <armbru@redhat.com>
1075S: Supported
1076F: include/qapi/error.h
1077F: include/qemu/error-report.h
1078F: util/error.c
1079F: util/qemu-error.c
1080
1081GDB stub
1082L: qemu-devel@nongnu.org
1083S: Odd Fixes
1084F: gdbstub*
1085F: gdb-xml/
1086
1087Memory API
1088M: Paolo Bonzini <pbonzini@redhat.com>
1089S: Supported
1090F: include/exec/ioport.h
1091F: ioport.c
1092F: include/exec/memory.h
1093F: include/exec/ram_addr.h
1094F: memory.c
1095F: include/exec/memory-internal.h
1096F: exec.c
1097
1098SPICE
1099M: Gerd Hoffmann <kraxel@redhat.com>
1100S: Supported
1101F: include/ui/qemu-spice.h
1102F: include/ui/spice-display.h
1103F: ui/spice-*.c
1104F: audio/spiceaudio.c
1105F: hw/display/qxl*
1106
1107Graphics
1108M: Gerd Hoffmann <kraxel@redhat.com>
1109S: Odd Fixes
1110F: ui/
1111F: include/ui/
1112
1113Cocoa graphics
1114M: Andreas Färber <andreas.faerber@web.de>
1115M: Peter Maydell <peter.maydell@linaro.org>
1116S: Odd Fixes
1117F: ui/cocoa.m
1118
1119Main loop
1120M: Paolo Bonzini <pbonzini@redhat.com>
1121S: Maintained
1122F: cpus.c
1123F: main-loop.c
1124F: qemu-timer.c
1125F: vl.c
1126
1127Human Monitor (HMP)
1128M: Luiz Capitulino <lcapitulino@redhat.com>
1129S: Maintained
1130F: monitor.c
1131F: hmp.c
1132F: hmp-commands.hx
1133T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1134
1135Network device backends
1136M: Jason Wang <jasowang@redhat.com>
1137S: Maintained
1138F: net/
1139F: include/net/
1140T: git git://github.com/jasowang/qemu.git net
1141
1142Netmap network backend
1143M: Luigi Rizzo <rizzo@iet.unipi.it>
1144M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1145M: Vincenzo Maffione <v.maffione@gmail.com>
1146W: http://info.iet.unipi.it/~luigi/netmap/
1147S: Maintained
1148F: net/netmap.c
1149
1150Network Block Device (NBD)
1151M: Paolo Bonzini <pbonzini@redhat.com>
1152S: Odd Fixes
1153F: block/nbd*
1154F: nbd/
1155F: include/block/nbd*
1156F: qemu-nbd.c
1157T: git git://github.com/bonzini/qemu.git nbd-next
1158
1159NUMA
1160M: Eduardo Habkost <ehabkost@redhat.com>
1161S: Maintained
1162F: numa.c
1163F: include/sysemu/numa.h
1164T: git git://github.com/ehabkost/qemu.git numa
1165
1166QAPI
1167M: Markus Armbruster <armbru@redhat.com>
1168M: Michael Roth <mdroth@linux.vnet.ibm.com>
1169S: Supported
1170F: qapi/
1171X: qapi/*.json
1172F: include/qapi/
1173X: include/qapi/qmp/
1174F: include/qapi/qmp/dispatch.h
1175F: tests/qapi-schema/
1176F: tests/test-*-visitor.c
1177F: tests/test-qmp-*.c
1178F: scripts/qapi*
1179F: docs/qapi*
1180T: git git://repo.or.cz/qemu/armbru.git qapi-next
1181
1182QAPI Schema
1183M: Eric Blake <eblake@redhat.com>
1184M: Markus Armbruster <armbru@redhat.com>
1185S: Supported
1186F: qapi-schema.json
1187F: qapi/*.json
1188T: git git://repo.or.cz/qemu/armbru.git qapi-next
1189
1190QObject
1191M: Luiz Capitulino <lcapitulino@redhat.com>
1192S: Maintained
1193F: qobject/
1194F: include/qapi/qmp/
1195X: include/qapi/qmp/dispatch.h
1196F: tests/check-qdict.c
1197F: tests/check-qfloat.c
1198F: tests/check-qint.c
1199F: tests/check-qjson.c
1200F: tests/check-qlist.c
1201F: tests/check-qstring.c
1202T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1203
1204QEMU Guest Agent
1205M: Michael Roth <mdroth@linux.vnet.ibm.com>
1206S: Maintained
1207F: qga/
1208T: git git://github.com/mdroth/qemu.git qga
1209
1210QOM
1211M: Andreas Färber <afaerber@suse.de>
1212S: Supported
1213T: git git://github.com/afaerber/qemu-cpu.git qom-next
1214F: include/qom/
1215X: include/qom/cpu.h
1216F: qom/
1217X: qom/cpu.c
1218F: tests/check-qom-interface.c
1219F: tests/check-qom-proplist.c
1220F: tests/qom-test.c
1221
1222QMP
1223M: Markus Armbruster <armbru@redhat.com>
1224S: Supported
1225F: qmp.c
1226F: monitor.c
1227F: qmp-commands.hx
1228F: docs/*qmp-*
1229F: scripts/qmp/
1230T: git git://repo.or.cz/qemu/armbru.git qapi-next
1231
1232SLIRP
1233M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1234M: Jan Kiszka <jan.kiszka@siemens.com>
1235S: Maintained
1236F: slirp/
1237F: net/slirp.c
1238F: include/net/slirp.h
1239T: git git://git.kiszka.org/qemu.git queues/slirp
1240
1241Tracing
1242M: Stefan Hajnoczi <stefanha@redhat.com>
1243S: Maintained
1244F: trace/
1245F: scripts/tracetool.py
1246F: scripts/tracetool/
1247F: docs/tracing.txt
1248T: git git://github.com/stefanha/qemu.git tracing
1249
1250Checkpatch
1251M: Blue Swirl <blauwirbel@gmail.com>
1252S: Odd Fixes
1253F: scripts/checkpatch.pl
1254
1255Migration
1256M: Juan Quintela <quintela@redhat.com>
1257M: Amit Shah <amit.shah@redhat.com>
1258S: Maintained
1259F: include/migration/
1260F: migration/
1261F: scripts/vmstate-static-checker.py
1262F: tests/vmstate-static-checker-data/
1263F: docs/migration.txt
1264
1265Seccomp
1266M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1267S: Supported
1268F: qemu-seccomp.c
1269F: include/sysemu/seccomp.h
1270
1271Cryptography
1272M: Daniel P. Berrange <berrange@redhat.com>
1273S: Maintained
1274F: crypto/
1275F: include/crypto/
1276F: tests/test-crypto-*
1277
1278Coroutines
1279M: Stefan Hajnoczi <stefanha@redhat.com>
1280M: Kevin Wolf <kwolf@redhat.com>
1281F: util/*coroutine*
1282F: include/qemu/coroutine*
1283F: tests/test-coroutine.c
1284
1285Buffers
1286M: Daniel P. Berrange <berrange@redhat.com>
1287S: Odd fixes
1288F: util/buffer.c
1289F: include/qemu/buffer.h
1290
1291I/O Channels
1292M: Daniel P. Berrange <berrange@redhat.com>
1293S: Maintained
1294F: io/
1295F: include/io/
1296F: tests/test-io-*
1297
1298Sockets
1299M: Daniel P. Berrange <berrange@redhat.com>
1300M: Gerd Hoffmann <kraxel@redhat.com>
1301M: Paolo Bonzini <pbonzini@redhat.com>
1302S: Maintained
1303F: include/qemu/sockets.h
1304F: util/qemu-sockets.c
1305
1306Throttling infrastructure
1307M: Alberto Garcia <berto@igalia.com>
1308S: Supported
1309F: block/throttle-groups.c
1310F: include/block/throttle-groups.h
1311F: include/qemu/throttle.h
1312F: util/throttle.c
1313L: qemu-block@nongnu.org
1314
1315Usermode Emulation
1316------------------
1317Overall
1318M: Riku Voipio <riku.voipio@iki.fi>
1319S: Maintained
1320F: thunk.c
1321F: user-exec.c
1322
1323BSD user
1324M: Blue Swirl <blauwirbel@gmail.com>
1325S: Maintained
1326F: bsd-user/
1327
1328Linux user
1329M: Riku Voipio <riku.voipio@iki.fi>
1330S: Maintained
1331F: linux-user/
1332
1333Tiny Code Generator (TCG)
1334-------------------------
1335Common code
1336M: Richard Henderson <rth@twiddle.net>
1337S: Maintained
1338F: tcg/
1339
1340AArch64 target
1341M: Claudio Fontana <claudio.fontana@huawei.com>
1342M: Claudio Fontana <claudio.fontana@gmail.com>
1343S: Maintained
1344L: qemu-arm@nongnu.org
1345F: tcg/aarch64/
1346F: disas/arm-a64.cc
1347F: disas/libvixl/
1348
1349ARM target
1350M: Andrzej Zaborowski <balrogg@gmail.com>
1351S: Maintained
1352L: qemu-arm@nongnu.org
1353F: tcg/arm/
1354F: disas/arm.c
1355
1356i386 target
1357L: qemu-devel@nongnu.org
1358S: Maintained
1359F: tcg/i386/
1360F: disas/i386.c
1361
1362IA64 target
1363M: Aurelien Jarno <aurelien@aurel32.net>
1364S: Maintained
1365F: tcg/ia64/
1366F: disas/ia64.c
1367
1368MIPS target
1369M: Aurelien Jarno <aurelien@aurel32.net>
1370S: Maintained
1371F: tcg/mips/
1372F: disas/mips.c
1373
1374PPC
1375M: Vassili Karpov (malc) <av1474@comtv.ru>
1376S: Maintained
1377F: tcg/ppc/
1378F: disas/ppc.c
1379
1380S390 target
1381M: Alexander Graf <agraf@suse.de>
1382M: Richard Henderson <rth@twiddle.net>
1383S: Maintained
1384F: tcg/s390/
1385F: disas/s390.c
1386
1387SPARC target
1388M: Blue Swirl <blauwirbel@gmail.com>
1389S: Maintained
1390F: tcg/sparc/
1391F: disas/sparc.c
1392
1393TCI target
1394M: Stefan Weil <sw@weilnetz.de>
1395S: Maintained
1396F: tcg/tci/
1397F: tci.c
1398F: disas/tci.c
1399
1400Stable branches
1401---------------
1402Stable 1.0
1403L: qemu-stable@nongnu.org
1404T: git git://git.qemu-project.org/qemu-stable-1.0.git
1405S: Orphan
1406
1407Stable 0.15
1408L: qemu-stable@nongnu.org
1409M: Andreas Färber <afaerber@suse.de>
1410T: git git://git.qemu-project.org/qemu-stable-0.15.git
1411S: Supported
1412
1413Stable 0.14
1414L: qemu-stable@nongnu.org
1415T: git git://git.qemu-project.org/qemu-stable-0.14.git
1416S: Orphan
1417
1418Stable 0.10
1419L: qemu-stable@nongnu.org
1420T: git git://git.qemu-project.org/qemu-stable-0.10.git
1421S: Orphan
1422
1423Block drivers
1424-------------
1425VMDK
1426M: Fam Zheng <famz@redhat.com>
1427L: qemu-block@nongnu.org
1428S: Supported
1429F: block/vmdk.c
1430
1431RBD
1432M: Josh Durgin <jdurgin@redhat.com>
1433M: Jeff Cody <jcody@redhat.com>
1434L: qemu-block@nongnu.org
1435S: Supported
1436F: block/rbd.c
1437T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1438
1439Sheepdog
1440M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1441M: Liu Yuan <namei.unix@gmail.com>
1442M: Jeff Cody <jcody@redhat.com>
1443L: qemu-block@nongnu.org
1444L: sheepdog@lists.wpkg.org
1445S: Supported
1446F: block/sheepdog.c
1447T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1448
1449VHDX
1450M: Jeff Cody <jcody@redhat.com>
1451L: qemu-block@nongnu.org
1452S: Supported
1453F: block/vhdx*
1454T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1455
1456VDI
1457M: Stefan Weil <sw@weilnetz.de>
1458L: qemu-block@nongnu.org
1459S: Maintained
1460F: block/vdi.c
1461
1462iSCSI
1463M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1464M: Paolo Bonzini <pbonzini@redhat.com>
1465M: Peter Lieven <pl@kamp.de>
1466L: qemu-block@nongnu.org
1467S: Supported
1468F: block/iscsi.c
1469
1470NFS
1471M: Jeff Cody <jcody@redhat.com>
1472M: Peter Lieven <pl@kamp.de>
1473L: qemu-block@nongnu.org
1474S: Maintained
1475F: block/nfs.c
1476T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1477
1478SSH
1479M: Richard W.M. Jones <rjones@redhat.com>
1480M: Jeff Cody <jcody@redhat.com>
1481L: qemu-block@nongnu.org
1482S: Supported
1483F: block/ssh.c
1484T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1485
1486ARCHIPELAGO
1487M: Chrysostomos Nanakos <chris@include.gr>
1488M: Jeff Cody <jcody@redhat.com>
1489L: qemu-block@nongnu.org
1490S: Maintained
1491F: block/archipelago.c
1492T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1493
1494CURL
1495M: Jeff Cody <jcody@redhat.com>
1496L: qemu-block@nongnu.org
1497S: Supported
1498F: block/curl.c
1499T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1500
1501GLUSTER
1502M: Jeff Cody <jcody@redhat.com>
1503L: qemu-block@nongnu.org
1504S: Supported
1505F: block/gluster.c
1506T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1507
1508Null Block Driver
1509M: Fam Zheng <famz@redhat.com>
1510L: qemu-block@nongnu.org
1511S: Supported
1512F: block/null.c
1513
1514Bootdevice
1515M: Gonglei <arei.gonglei@huawei.com>
1516S: Maintained
1517F: bootdevice.c
1518
1519Quorum
1520M: Alberto Garcia <berto@igalia.com>
1521S: Supported
1522F: block/quorum.c
1523L: qemu-block@nongnu.org
1524
1525blkverify
1526M: Stefan Hajnoczi <stefanha@redhat.com>
1527L: qemu-block@nongnu.org
1528S: Supported
1529F: block/blkverify.c
1530
1531bochs
1532M: Stefan Hajnoczi <stefanha@redhat.com>
1533L: qemu-block@nongnu.org
1534S: Supported
1535F: block/bochs.c
1536
1537cloop
1538M: Stefan Hajnoczi <stefanha@redhat.com>
1539L: qemu-block@nongnu.org
1540S: Supported
1541F: block/cloop.c
1542
1543dmg
1544M: Stefan Hajnoczi <stefanha@redhat.com>
1545L: qemu-block@nongnu.org
1546S: Supported
1547F: block/dmg.c
1548
1549parallels
1550M: Stefan Hajnoczi <stefanha@redhat.com>
1551M: Denis V. Lunev <den@openvz.org>
1552L: qemu-block@nongnu.org
1553S: Supported
1554F: block/parallels.c
1555F: docs/specs/parallels.txt
1556
1557qed
1558M: Stefan Hajnoczi <stefanha@redhat.com>
1559L: qemu-block@nongnu.org
1560S: Supported
1561F: block/qed.c
1562
1563raw
1564M: Kevin Wolf <kwolf@redhat.com>
1565L: qemu-block@nongnu.org
1566S: Supported
1567F: block/linux-aio.c
1568F: block/raw-aio.h
1569F: block/raw-posix.c
1570F: block/raw-win32.c
1571F: block/raw_bsd.c
1572F: block/win32-aio.c
1573
1574qcow2
1575M: Kevin Wolf <kwolf@redhat.com>
1576M: Max Reitz <mreitz@redhat.com>
1577L: qemu-block@nongnu.org
1578S: Supported
1579F: block/qcow2*
1580
1581qcow
1582M: Kevin Wolf <kwolf@redhat.com>
1583L: qemu-block@nongnu.org
1584S: Supported
1585F: block/qcow.c
1586
1587blkdebug
1588M: Kevin Wolf <kwolf@redhat.com>
1589M: Max Reitz <mreitz@redhat.com>
1590L: qemu-block@nongnu.org
1591S: Supported
1592F: block/blkdebug.c
1593
1594vpc
1595M: Kevin Wolf <kwolf@redhat.com>
1596L: qemu-block@nongnu.org
1597S: Supported
1598F: block/vpc.c
1599
1600vvfat
1601M: Kevin Wolf <kwolf@redhat.com>
1602L: qemu-block@nongnu.org
1603S: Supported
1604F: block/vvfat.c
1605
1606Image format fuzzer
1607M: Stefan Hajnoczi <stefanha@redhat.com>
1608L: qemu-block@nongnu.org
1609S: Supported
1610F: tests/image-fuzzer/
1611
1612Build and test automation
1613-------------------------
1614M: Alex Bennée <alex.bennee@linaro.org>
1615L: qemu-devel@nongnu.org
1616S: Supported
1617F: .travis.yml
1618
1619Documentation
1620-------------
1621Build system architecture
1622M: Daniel P. Berrange <berrange@redhat.com>
1623S: Odd Fixes
1624F: docs/build-system.txt
1625