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        R: Designated reviewer: FullName <address@domain>
  16           These reviewers should be CCed on patches.
  17        L: Mailing list that is relevant to this area
  18        W: Web-page with status/info
  19        Q: Patchwork web based patch tracking system site
  20        T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
  21        S: Status, one of the following:
  22           Supported:   Someone is actually paid to look after this.
  23           Maintained:  Someone actually looks after it.
  24           Odd Fixes:   It has a maintainer but they don't have time to do
  25                        much other than throw the odd patch in. See below.
  26           Orphan:      No current maintainer [but maybe you could take the
  27                        role as you write your new code].
  28           Obsolete:    Old code. Something tagged obsolete generally means
  29                        it has been replaced by a better system and you
  30                        should be using that.
  31        F: Files and directories with wildcard patterns.
  32           A trailing slash includes all files and subdirectory files.
  33           F:   drivers/net/    all files in and below drivers/net
  34           F:   drivers/net/*   all files in drivers/net, but not below
  35           F:   */net/*         all files in "any top level directory"/net
  36           One pattern per line.  Multiple F: lines acceptable.
  37        X: Files and directories that are NOT maintained, same rules as F:
  38           Files exclusions are tested before file matches.
  39           Can be useful for excluding a specific subdirectory, for instance:
  40           F:   net/
  41           X:   net/ipv6/
  42           matches all files in and below net excluding net/ipv6/
  43        K: Keyword perl extended regex pattern to match content in a
  44           patch or file.  For instance:
  45           K: of_get_profile
  46              matches patches or files that contain "of_get_profile"
  47           K: \b(printk|pr_(info|err))\b
  48              matches patches or files that contain one or more of the words
  49              printk, pr_info or pr_err
  50           One regex pattern per line.  Multiple K: lines acceptable.
  51
  52
  53General Project Administration
  54------------------------------
  55M: Peter Maydell <peter.maydell@linaro.org>
  56
  57All patches CC here
  58L: qemu-devel@nongnu.org
  59F: *
  60F: */
  61
  62Responsible Disclosure, Reporting Security Issues
  63------------------------------
  64W: https://wiki.qemu.org/SecurityProcess
  65M: Michael S. Tsirkin <mst@redhat.com>
  66L: secalert@redhat.com
  67
  68Trivial patches
  69---------------
  70Trivial patches
  71M: Michael Tokarev <mjt@tls.msk.ru>
  72M: Laurent Vivier <laurent@vivier.eu>
  73S: Maintained
  74L: qemu-trivial@nongnu.org
  75K: ^Subject:.*(?i)trivial
  76T: git git://git.corpit.ru/qemu.git trivial-patches
  77T: git git://github.com/vivier/qemu.git trivial-patches
  78
  79Architecture support
  80--------------------
  81S390
  82M: Cornelia Huck <cohuck@redhat.com>
  83S: Supported
  84F: default-configs/s390x-softmmu.mak
  85F: gdb-xml/s390*.xml
  86F: hw/char/sclp*.[hc]
  87F: hw/char/terminal3270.c
  88F: hw/intc/s390_flic.c
  89F: hw/intc/s390_flic_kvm.c
  90F: hw/s390x/
  91F: hw/vfio/ccw.c
  92F: hw/watchdog/wdt_diag288.c
  93F: include/hw/s390x/
  94F: include/hw/watchdog/wdt_diag288.h
  95F: pc-bios/s390-ccw/
  96F: pc-bios/s390-ccw.img
  97F: target/s390x/
  98K: ^Subject:.*(?i)s390x?
  99T: git git://github.com/cohuck/qemu.git s390-next
 100L: qemu-s390x@nongnu.org
 101
 102Guest CPU cores (TCG):
 103----------------------
 104Overall
 105L: qemu-devel@nongnu.org
 106M: Paolo Bonzini <pbonzini@redhat.com>
 107M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 108M: Richard Henderson <rth@twiddle.net>
 109S: Maintained
 110F: cpus.c
 111F: exec.c
 112F: accel/tcg/
 113F: include/exec/cpu*.h
 114F: include/exec/exec-all.h
 115F: include/exec/helper*.h
 116F: include/exec/tb-hash.h
 117F: include/sysemu/cpus.h
 118
 119FPU emulation
 120M: Aurelien Jarno <aurelien@aurel32.net>
 121M: Peter Maydell <peter.maydell@linaro.org>
 122S: Odd Fixes
 123F: fpu/
 124F: include/fpu/
 125
 126Alpha
 127M: Richard Henderson <rth@twiddle.net>
 128S: Maintained
 129F: target/alpha/
 130F: tests/tcg/alpha/
 131F: disas/alpha.c
 132
 133ARM
 134M: Peter Maydell <peter.maydell@linaro.org>
 135L: qemu-arm@nongnu.org
 136S: Maintained
 137F: target/arm/
 138F: tests/tcg/arm/
 139F: tests/tcg/aarch64/
 140F: hw/arm/
 141F: hw/cpu/a*mpcore.c
 142F: include/hw/cpu/a*mpcore.h
 143F: disas/arm.c
 144F: disas/arm-a64.cc
 145F: disas/libvixl/
 146
 147CRIS
 148M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 149S: Maintained
 150F: target/cris/
 151F: hw/cris/
 152F: include/hw/cris/
 153F: tests/tcg/cris/
 154F: disas/cris.c
 155
 156HPPA (PA-RISC)
 157M: Richard Henderson <rth@twiddle.net>
 158S: Maintained
 159F: target/hppa/
 160F: hw/hppa/
 161F: disas/hppa.c
 162
 163LM32
 164M: Michael Walle <michael@walle.cc>
 165S: Maintained
 166F: target/lm32/
 167F: disas/lm32.c
 168F: hw/lm32/
 169F: hw/*/lm32_*
 170F: hw/*/milkymist-*
 171F: include/hw/char/lm32_juart.h
 172F: include/hw/lm32/
 173F: tests/tcg/lm32/
 174
 175M68K
 176M: Laurent Vivier <laurent@vivier.eu>
 177S: Maintained
 178F: target/m68k/
 179F: disas/m68k.c
 180
 181MicroBlaze
 182M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 183S: Maintained
 184F: target/microblaze/
 185F: hw/microblaze/
 186F: disas/microblaze.c
 187
 188MIPS
 189M: Aurelien Jarno <aurelien@aurel32.net>
 190M: Aleksandar Markovic <aleksandar.markovic@mips.com>
 191S: Maintained
 192F: target/mips/
 193F: hw/mips/
 194F: hw/misc/mips_*
 195F: hw/intc/mips_gic.c
 196F: hw/timer/mips_gictimer.c
 197F: include/hw/mips/
 198F: include/hw/misc/mips_*
 199F: include/hw/intc/mips_gic.h
 200F: include/hw/timer/mips_gictimer.h
 201F: tests/tcg/mips/
 202F: disas/mips.c
 203
 204Moxie
 205M: Anthony Green <green@moxielogic.com>
 206S: Maintained
 207F: target/moxie/
 208F: disas/moxie.c
 209F: hw/moxie/
 210F: default-configs/moxie-softmmu.mak
 211
 212NiosII
 213M: Chris Wulff <crwulff@gmail.com>
 214M: Marek Vasut <marex@denx.de>
 215S: Maintained
 216F: target/nios2/
 217F: hw/nios2/
 218F: disas/nios2.c
 219
 220OpenRISC
 221M: Stafford Horne <shorne@gmail.com>
 222S: Odd Fixes
 223F: target/openrisc/
 224F: hw/openrisc/
 225F: tests/tcg/openrisc/
 226
 227PowerPC
 228M: David Gibson <david@gibson.dropbear.id.au>
 229M: Alexander Graf <agraf@suse.de>
 230L: qemu-ppc@nongnu.org
 231S: Maintained
 232F: target/ppc/
 233F: hw/ppc/
 234F: include/hw/ppc/
 235F: disas/ppc.c
 236
 237RISC-V
 238M: Michael Clark <mjc@sifive.com>
 239M: Palmer Dabbelt <palmer@sifive.com>
 240M: Sagar Karandikar <sagark@eecs.berkeley.edu>
 241M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
 242S: Maintained
 243F: target/riscv/
 244F: hw/riscv/
 245F: include/hw/riscv/
 246F: disas/riscv.c
 247
 248S390
 249M: Richard Henderson <rth@twiddle.net>
 250M: Alexander Graf <agraf@suse.de>
 251M: David Hildenbrand <david@redhat.com>
 252S: Maintained
 253F: target/s390x/
 254F: hw/s390x/
 255F: disas/s390.c
 256L: qemu-s390x@nongnu.org
 257
 258SH4
 259M: Aurelien Jarno <aurelien@aurel32.net>
 260S: Odd Fixes
 261F: target/sh4/
 262F: hw/sh4/
 263F: disas/sh4.c
 264F: include/hw/sh4/
 265
 266SPARC
 267M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 268M: Artyom Tarasenko <atar4qemu@gmail.com>
 269S: Maintained
 270F: target/sparc/
 271F: hw/sparc/
 272F: hw/sparc64/
 273F: disas/sparc.c
 274
 275UniCore32
 276M: Guan Xuetao <gxt@mprc.pku.edu.cn>
 277S: Maintained
 278F: target/unicore32/
 279F: hw/unicore32/
 280F: include/hw/unicore32/
 281
 282X86
 283M: Paolo Bonzini <pbonzini@redhat.com>
 284M: Richard Henderson <rth@twiddle.net>
 285M: Eduardo Habkost <ehabkost@redhat.com>
 286S: Maintained
 287F: target/i386/
 288F: tests/tcg/i386/
 289F: tests/tcg/x86_64/
 290F: hw/i386/
 291F: disas/i386.c
 292T: git git://github.com/ehabkost/qemu.git x86-next
 293
 294Xtensa
 295M: Max Filippov <jcmvbkbc@gmail.com>
 296W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
 297S: Maintained
 298F: target/xtensa/
 299F: hw/xtensa/
 300F: tests/tcg/xtensa/
 301F: disas/xtensa.c
 302
 303TriCore
 304M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
 305S: Maintained
 306F: target/tricore/
 307F: hw/tricore/
 308F: include/hw/tricore/
 309
 310Multiarch Linux User Tests
 311M: Alex Bennée <alex.bennee@linaro.org>
 312F: tests/tcg/multiarch/
 313
 314Guest CPU Cores (KVM):
 315----------------------
 316
 317Overall
 318M: Paolo Bonzini <pbonzini@redhat.com>
 319L: kvm@vger.kernel.org
 320S: Supported
 321F: */kvm.*
 322F: accel/kvm/
 323F: include/sysemu/kvm*.h
 324
 325ARM
 326M: Peter Maydell <peter.maydell@linaro.org>
 327L: qemu-arm@nongnu.org
 328S: Maintained
 329F: target/arm/kvm.c
 330
 331MIPS
 332M: James Hogan <jhogan@kernel.org>
 333S: Maintained
 334F: target/mips/kvm.c
 335
 336PPC
 337M: Alexander Graf <agraf@suse.de>
 338S: Maintained
 339F: target/ppc/kvm.c
 340
 341S390
 342M: Christian Borntraeger <borntraeger@de.ibm.com>
 343M: Cornelia Huck <cohuck@redhat.com>
 344M: Alexander Graf <agraf@suse.de>
 345S: Maintained
 346F: target/s390x/kvm.c
 347F: target/s390x/kvm_s390x.h
 348F: target/s390x/kvm-stub.c
 349F: target/s390x/ioinst.[ch]
 350F: target/s390x/machine.c
 351F: target/s390x/sigp.c
 352F: hw/intc/s390_flic.c
 353F: hw/intc/s390_flic_kvm.c
 354F: include/hw/s390x/s390_flic.h
 355F: gdb-xml/s390*.xml
 356T: git git://github.com/cohuck/qemu.git s390-next
 357T: git git://github.com/borntraeger/qemu.git s390-next
 358L: qemu-s390x@nongnu.org
 359
 360X86
 361M: Paolo Bonzini <pbonzini@redhat.com>
 362M: Marcelo Tosatti <mtosatti@redhat.com>
 363L: kvm@vger.kernel.org
 364S: Supported
 365F: target/i386/kvm.c
 366
 367Guest CPU Cores (Xen):
 368----------------------
 369
 370X86
 371M: Stefano Stabellini <sstabellini@kernel.org>
 372M: Anthony Perard <anthony.perard@citrix.com>
 373L: xen-devel@lists.xenproject.org
 374S: Supported
 375F: */xen*
 376F: hw/9pfs/xen-9p-backend.c
 377F: hw/char/xen_console.c
 378F: hw/display/xenfb.c
 379F: hw/net/xen_nic.c
 380F: hw/block/xen_*
 381F: hw/xen/
 382F: hw/xenpv/
 383F: hw/i386/xen/
 384F: include/hw/xen/
 385F: include/sysemu/xen-mapcache.h
 386
 387Hosts:
 388------
 389
 390LINUX
 391L: qemu-devel@nongnu.org
 392S: Maintained
 393F: linux-*
 394F: linux-headers/
 395
 396POSIX
 397L: qemu-devel@nongnu.org
 398S: Maintained
 399F: *posix*
 400
 401NETBSD
 402L: qemu-devel@nongnu.org
 403M: Kamil Rytarowski <kamil@netbsd.org>
 404S: Maintained
 405K: ^Subject:.*(?i)NetBSD
 406
 407OPENBSD
 408L: qemu-devel@nongnu.org
 409M: Brad Smith <brad@comstyle.com>
 410S: Maintained
 411K: ^Subject:.*(?i)OpenBSD
 412
 413W32, W64
 414L: qemu-devel@nongnu.org
 415M: Stefan Weil <sw@weilnetz.de>
 416S: Maintained
 417F: *win32*
 418F: */*win32*
 419F: include/*/*win32*
 420X: qga/*win32*
 421F: qemu.nsi
 422
 423Alpha Machines
 424M: Richard Henderson <rth@twiddle.net>
 425S: Maintained
 426F: hw/alpha/
 427F: hw/isa/smc37c669-superio.c
 428
 429ARM Machines
 430------------
 431Allwinner-a10
 432M: Beniamino Galvani <b.galvani@gmail.com>
 433L: qemu-arm@nongnu.org
 434S: Maintained
 435F: hw/*/allwinner*
 436F: include/hw/*/allwinner*
 437F: hw/arm/cubieboard.c
 438
 439ARM PrimeCell and CMSDK devices
 440M: Peter Maydell <peter.maydell@linaro.org>
 441L: qemu-arm@nongnu.org
 442S: Maintained
 443F: hw/char/pl011.c
 444F: include/hw/char/pl011.h
 445F: hw/display/pl110*
 446F: hw/dma/pl080.c
 447F: hw/dma/pl330.c
 448F: hw/gpio/pl061.c
 449F: hw/input/pl050.c
 450F: hw/intc/pl190.c
 451F: hw/sd/pl181.c
 452F: hw/timer/pl031.c
 453F: include/hw/arm/primecell.h
 454F: hw/timer/cmsdk-apb-timer.c
 455F: include/hw/timer/cmsdk-apb-timer.h
 456F: hw/char/cmsdk-apb-uart.c
 457F: include/hw/char/cmsdk-apb-uart.h
 458F: hw/misc/tz-ppc.c
 459F: include/hw/misc/tz-ppc.h
 460F: hw/misc/tz-mpc.c
 461F: include/hw/misc/tz-mpc.h
 462
 463ARM cores
 464M: Peter Maydell <peter.maydell@linaro.org>
 465L: qemu-arm@nongnu.org
 466S: Maintained
 467F: hw/intc/arm*
 468F: hw/intc/gic_internal.h
 469F: hw/misc/a9scu.c
 470F: hw/misc/arm11scu.c
 471F: hw/timer/a9gtimer*
 472F: hw/timer/arm*
 473F: include/hw/arm/arm*.h
 474F: include/hw/intc/arm*
 475F: include/hw/misc/a9scu.h
 476F: include/hw/misc/arm11scu.h
 477F: include/hw/timer/a9gtimer.h
 478F: include/hw/timer/arm_mptimer.h
 479F: include/hw/timer/armv7m_systick.h
 480F: tests/test-arm-mptimer.c
 481
 482Exynos
 483M: Igor Mitsyanko <i.mitsyanko@gmail.com>
 484L: qemu-arm@nongnu.org
 485S: Maintained
 486F: hw/*/exynos*
 487F: include/hw/arm/exynos4210.h
 488
 489Calxeda Highbank
 490M: Rob Herring <robh@kernel.org>
 491L: qemu-arm@nongnu.org
 492S: Maintained
 493F: hw/arm/highbank.c
 494F: hw/net/xgmac.c
 495
 496Canon DIGIC
 497M: Antony Pavlov <antonynpavlov@gmail.com>
 498L: qemu-arm@nongnu.org
 499S: Maintained
 500F: include/hw/arm/digic.h
 501F: hw/*/digic*
 502
 503Gumstix
 504M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 505L: qemu-devel@nongnu.org
 506L: qemu-arm@nongnu.org
 507S: Odd Fixes
 508F: hw/arm/gumstix.c
 509
 510i.MX31
 511M: Peter Chubb <peter.chubb@nicta.com.au>
 512L: qemu-arm@nongnu.org
 513S: Odd fixes
 514F: hw/*/imx*
 515F: include/hw/*/imx*
 516F: hw/arm/kzm.c
 517F: include/hw/arm/fsl-imx31.h
 518
 519Integrator CP
 520M: Peter Maydell <peter.maydell@linaro.org>
 521L: qemu-arm@nongnu.org
 522S: Maintained
 523F: hw/arm/integratorcp.c
 524F: hw/misc/arm_integrator_debug.c
 525
 526MPS2
 527M: Peter Maydell <peter.maydell@linaro.org>
 528L: qemu-arm@nongnu.org
 529S: Maintained
 530F: hw/arm/mps2.c
 531F: hw/arm/mps2-tz.c
 532F: hw/misc/mps2-*.c
 533F: include/hw/misc/mps2-*.h
 534F: hw/arm/iotkit.c
 535F: include/hw/arm/iotkit.h
 536
 537Musicpal
 538M: Jan Kiszka <jan.kiszka@web.de>
 539L: qemu-arm@nongnu.org
 540S: Maintained
 541F: hw/arm/musicpal.c
 542
 543nSeries
 544M: Andrzej Zaborowski <balrogg@gmail.com>
 545L: qemu-arm@nongnu.org
 546S: Maintained
 547F: hw/arm/nseries.c
 548
 549Palm
 550M: Andrzej Zaborowski <balrogg@gmail.com>
 551L: qemu-arm@nongnu.org
 552S: Maintained
 553F: hw/arm/palm.c
 554
 555Real View
 556M: Peter Maydell <peter.maydell@linaro.org>
 557L: qemu-arm@nongnu.org
 558S: Maintained
 559F: hw/arm/realview*
 560F: hw/cpu/realview_mpcore.c
 561F: hw/intc/realview_gic.c
 562F: include/hw/intc/realview_gic.h
 563
 564PXA2XX
 565M: Andrzej Zaborowski <balrogg@gmail.com>
 566L: qemu-arm@nongnu.org
 567S: Maintained
 568F: hw/arm/mainstone.c
 569F: hw/arm/spitz.c
 570F: hw/arm/tosa.c
 571F: hw/arm/z2.c
 572F: hw/*/pxa2xx*
 573F: hw/misc/mst_fpga.c
 574F: include/hw/arm/pxa.h
 575
 576Stellaris
 577M: Peter Maydell <peter.maydell@linaro.org>
 578L: qemu-arm@nongnu.org
 579S: Maintained
 580F: hw/*/stellaris*
 581
 582Versatile PB
 583M: Peter Maydell <peter.maydell@linaro.org>
 584L: qemu-arm@nongnu.org
 585S: Maintained
 586F: hw/*/versatile*
 587F: hw/misc/arm_sysctl.c
 588
 589Xilinx Zynq
 590M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 591M: Alistair Francis <alistair@alistair23.me>
 592L: qemu-arm@nongnu.org
 593S: Maintained
 594F: hw/*/xilinx_*
 595F: hw/*/cadence_*
 596F: hw/misc/zynq*
 597F: include/hw/misc/zynq*
 598X: hw/ssi/xilinx_*
 599
 600Xilinx ZynqMP
 601M: Alistair Francis <alistair@alistair23.me>
 602M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 603L: qemu-arm@nongnu.org
 604S: Maintained
 605F: hw/*/xlnx*.c
 606F: include/hw/*/xlnx*.h
 607
 608ARM ACPI Subsystem
 609M: Shannon Zhao <zhaoshenglong@huawei.com>
 610M: Shannon Zhao <shannon.zhaosl@gmail.com>
 611L: qemu-arm@nongnu.org
 612S: Maintained
 613F: hw/arm/virt-acpi-build.c
 614
 615STM32F205
 616M: Alistair Francis <alistair@alistair23.me>
 617S: Maintained
 618F: hw/arm/stm32f205_soc.c
 619F: hw/misc/stm32f2xx_syscfg.c
 620F: hw/char/stm32f2xx_usart.c
 621F: hw/timer/stm32f2xx_timer.c
 622F: hw/adc/*
 623F: hw/ssi/stm32f2xx_spi.c
 624F: include/hw/*/stm32*.h
 625
 626Netduino 2
 627M: Alistair Francis <alistair@alistair23.me>
 628S: Maintained
 629F: hw/arm/netduino2.c
 630
 631SmartFusion2
 632M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
 633S: Maintained
 634F: hw/arm/msf2-soc.c
 635F: hw/misc/msf2-sysreg.c
 636F: hw/timer/mss-timer.c
 637F: hw/ssi/mss-spi.c
 638F: include/hw/arm/msf2-soc.h
 639F: include/hw/misc/msf2-sysreg.h
 640F: include/hw/timer/mss-timer.h
 641F: include/hw/ssi/mss-spi.h
 642
 643Emcraft M2S-FG484
 644M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
 645S: Maintained
 646F: hw/arm/msf2-som.c
 647
 648ASPEED BMCs
 649M: Cédric Le Goater <clg@kaod.org>
 650R: Andrew Jeffery <andrew@aj.id.au>
 651R: Joel Stanley <joel@jms.id.au>
 652L: qemu-arm@nongnu.org
 653S: Maintained
 654F: hw/*/*aspeed*
 655F: include/hw/*/*aspeed*
 656F: hw/net/ftgmac100.c
 657F: include/hw/net/ftgmac100.h
 658
 659CRIS Machines
 660-------------
 661Axis Dev88
 662M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 663S: Maintained
 664F: hw/cris/axis_dev88.c
 665F: hw/*/etraxfs_*.c
 666
 667LM32 Machines
 668-------------
 669EVR32 and uclinux BSP
 670M: Michael Walle <michael@walle.cc>
 671S: Maintained
 672F: hw/lm32/lm32_boards.c
 673
 674milkymist
 675M: Michael Walle <michael@walle.cc>
 676S: Maintained
 677F: hw/lm32/milkymist.c
 678
 679M68K Machines
 680-------------
 681an5206
 682M: Thomas Huth <huth@tuxfamily.org>
 683S: Odd Fixes
 684F: hw/m68k/an5206.c
 685F: hw/m68k/mcf5206.c
 686
 687mcf5208
 688M: Thomas Huth <huth@tuxfamily.org>
 689S: Odd Fixes
 690F: hw/m68k/mcf5208.c
 691F: hw/m68k/mcf_intc.c
 692F: hw/char/mcf_uart.c
 693F: hw/net/mcf_fec.c
 694F: include/hw/m68k/mcf*.h
 695
 696MicroBlaze Machines
 697-------------------
 698petalogix_s3adsp1800
 699M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 700S: Maintained
 701F: hw/microblaze/petalogix_s3adsp1800_mmu.c
 702
 703petalogix_ml605
 704M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 705S: Maintained
 706F: hw/microblaze/petalogix_ml605_mmu.c
 707
 708MIPS Machines
 709-------------
 710Jazz
 711M: Hervé Poussineau <hpoussin@reactos.org>
 712S: Maintained
 713F: hw/mips/mips_jazz.c
 714
 715Malta
 716M: Aurelien Jarno <aurelien@aurel32.net>
 717S: Maintained
 718F: hw/mips/mips_malta.c
 719
 720Mipssim
 721M: Aleksandar Markovic <aleksandar.markovic@mips.com>
 722S: Odd Fixes
 723F: hw/mips/mips_mipssim.c
 724F: hw/net/mipsnet.c
 725
 726R4000
 727M: Aurelien Jarno <aurelien@aurel32.net>
 728S: Maintained
 729F: hw/mips/mips_r4k.c
 730
 731Fulong 2E
 732M: Aleksandar Markovic <aleksandar.markovic@mips.com>
 733S: Odd Fixes
 734F: hw/mips/mips_fulong2e.c
 735F: hw/isa/vt82c686.c
 736F: include/hw/isa/vt82c686.h
 737
 738Boston
 739M: Paul Burton <paul.burton@mips.com>
 740S: Maintained
 741F: hw/core/loader-fit.c
 742F: hw/mips/boston.c
 743F: hw/pci-host/xilinx-pcie.c
 744
 745OpenRISC Machines
 746-----------------
 747or1k-sim
 748M: Jia Liu <proljc@gmail.com>
 749S: Maintained
 750F: hw/openrisc/openrisc_sim.c
 751
 752PowerPC Machines
 753----------------
 754405
 755M: Alexander Graf <agraf@suse.de>
 756L: qemu-ppc@nongnu.org
 757S: Odd Fixes
 758F: hw/ppc/ppc405_boards.c
 759
 760Bamboo
 761M: Alexander Graf <agraf@suse.de>
 762L: qemu-ppc@nongnu.org
 763S: Odd Fixes
 764F: hw/ppc/ppc440_bamboo.c
 765
 766e500
 767M: Alexander Graf <agraf@suse.de>
 768L: qemu-ppc@nongnu.org
 769S: Supported
 770F: hw/ppc/e500.[hc]
 771F: hw/ppc/e500plat.c
 772F: include/hw/ppc/ppc_e500.h
 773F: include/hw/pci-host/ppce500.h
 774F: pc-bios/u-boot.e500
 775
 776mpc8544ds
 777M: Alexander Graf <agraf@suse.de>
 778L: qemu-ppc@nongnu.org
 779S: Supported
 780F: hw/ppc/mpc8544ds.c
 781F: hw/ppc/mpc8544_guts.c
 782
 783New World
 784M: Alexander Graf <agraf@suse.de>
 785L: qemu-ppc@nongnu.org
 786S: Maintained
 787F: hw/ppc/mac_newworld.c
 788F: hw/pci-host/uninorth.c
 789F: hw/pci-bridge/dec.[hc]
 790F: hw/misc/macio/
 791F: hw/misc/mos6522.c
 792F: hw/nvram/mac_nvram.c
 793F: include/hw/misc/macio/
 794F: include/hw/misc/mos6522.h
 795F: include/hw/ppc/mac_dbdma.h
 796
 797Old World
 798M: Alexander Graf <agraf@suse.de>
 799L: qemu-ppc@nongnu.org
 800S: Maintained
 801F: hw/ppc/mac_oldworld.c
 802F: hw/pci-host/grackle.c
 803F: hw/misc/macio/
 804F: hw/intc/heathrow_pic.c
 805
 806PReP
 807M: Hervé Poussineau <hpoussin@reactos.org>
 808L: qemu-devel@nongnu.org
 809L: qemu-ppc@nongnu.org
 810S: Maintained
 811F: hw/ppc/prep.c
 812F: hw/ppc/prep_systemio.c
 813F: hw/ppc/rs6000_mc.c
 814F: hw/pci-host/prep.[hc]
 815F: hw/isa/i82378.c
 816F: hw/isa/pc87312.c
 817F: hw/dma/i82374.c
 818F: hw/timer/m48t59-isa.c
 819F: include/hw/isa/pc87312.h
 820F: include/hw/timer/m48t59.h
 821F: pc-bios/ppc_rom.bin
 822
 823sPAPR
 824M: David Gibson <david@gibson.dropbear.id.au>
 825M: Alexander Graf <agraf@suse.de>
 826L: qemu-ppc@nongnu.org
 827S: Supported
 828F: hw/*/spapr*
 829F: include/hw/*/spapr*
 830F: hw/*/xics*
 831F: include/hw/*/xics*
 832F: pc-bios/spapr-rtas/*
 833F: pc-bios/spapr-rtas.bin
 834F: pc-bios/slof.bin
 835F: pc-bios/skiboot.lid
 836F: docs/specs/ppc-spapr-hcalls.txt
 837F: docs/specs/ppc-spapr-hotplug.txt
 838F: tests/spapr*
 839F: tests/libqos/*spapr*
 840F: tests/rtas*
 841F: tests/libqos/rtas*
 842
 843virtex_ml507
 844M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 845L: qemu-ppc@nongnu.org
 846S: Odd Fixes
 847F: hw/ppc/virtex_ml507.c
 848
 849sam460ex
 850M: BALATON Zoltan <balaton@eik.bme.hu>
 851L: qemu-ppc@nongnu.org
 852S: Maintained
 853F: hw/ide/sii3112.c
 854F: hw/timer/m41t80.c
 855
 856SH4 Machines
 857------------
 858R2D
 859M: Magnus Damm <magnus.damm@gmail.com>
 860S: Maintained
 861F: hw/sh4/r2d.c
 862F: hw/intc/sh_intc.c
 863F: hw/timer/sh_timer.c
 864
 865Shix
 866M: Magnus Damm <magnus.damm@gmail.com>
 867S: Odd Fixes
 868F: hw/sh4/shix.c
 869
 870SPARC Machines
 871--------------
 872Sun4m
 873M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 874S: Maintained
 875F: hw/sparc/sun4m.c
 876F: hw/dma/sparc32_dma.c
 877F: hw/dma/sun4m_iommu.c
 878F: hw/misc/eccmemctl.c
 879F: hw/misc/slavio_misc.c
 880F: include/hw/sparc/sparc32_dma.h
 881F: include/hw/sparc/sun4m.h
 882F: pc-bios/openbios-sparc32
 883
 884Sun4u
 885M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
 886S: Maintained
 887F: hw/sparc64/sun4u.c
 888F: pc-bios/openbios-sparc64
 889
 890Sun4v
 891M: Artyom Tarasenko <atar4qemu@gmail.com>
 892S: Maintained
 893F: hw/sparc64/niagara.c
 894F: hw/timer/sun4v-rtc.c
 895F: include/hw/timer/sun4v-rtc.h
 896
 897Leon3
 898M: Fabien Chouteau <chouteau@adacore.com>
 899S: Maintained
 900F: hw/sparc/leon3.c
 901F: hw/*/grlib*
 902F: include/hw/sparc/grlib.h
 903
 904S390 Machines
 905-------------
 906S390 Virtio-ccw
 907M: Cornelia Huck <cohuck@redhat.com>
 908M: Christian Borntraeger <borntraeger@de.ibm.com>
 909M: Alexander Graf <agraf@suse.de>
 910S: Supported
 911F: hw/char/sclp*.[hc]
 912F: hw/char/terminal3270.c
 913F: hw/s390x/
 914F: include/hw/s390x/
 915F: hw/watchdog/wdt_diag288.c
 916F: include/hw/watchdog/wdt_diag288.h
 917F: default-configs/s390x-softmmu.mak
 918T: git git://github.com/cohuck/qemu.git s390-next
 919T: git git://github.com/borntraeger/qemu.git s390-next
 920L: qemu-s390x@nongnu.org
 921
 922S390-ccw Bios
 923M: Christian Borntraeger <borntraeger@de.ibm.com>
 924M: Thomas Huth <thuth@redhat.com>
 925S: Supported
 926F: pc-bios/s390-ccw/
 927F: pc-bios/s390-ccw.img
 928T: git git://github.com/borntraeger/qemu.git s390-next
 929L: qemu-s390x@nongnu.org
 930
 931UniCore32 Machines
 932-------------
 933PKUnity-3 SoC initramfs-with-busybox
 934M: Guan Xuetao <gxt@mprc.pku.edu.cn>
 935S: Maintained
 936F: hw/*/puv3*
 937F: hw/unicore32/
 938
 939X86 Machines
 940------------
 941PC
 942M: Michael S. Tsirkin <mst@redhat.com>
 943M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
 944S: Supported
 945F: include/hw/i386/
 946F: hw/i386/
 947F: hw/pci-host/piix.c
 948F: hw/pci-host/q35.c
 949F: hw/pci-host/pam.c
 950F: include/hw/pci-host/q35.h
 951F: include/hw/pci-host/pam.h
 952F: hw/isa/piix4.c
 953F: hw/isa/lpc_ich9.c
 954F: hw/i2c/smbus_ich9.c
 955F: hw/acpi/piix4.c
 956F: hw/acpi/ich9.c
 957F: include/hw/acpi/ich9.h
 958F: include/hw/acpi/piix4.h
 959F: hw/misc/sga.c
 960
 961PC Chipset
 962M: Michael S. Tsirkin <mst@redhat.com>
 963M: Paolo Bonzini <pbonzini@redhat.com>
 964S: Supported
 965F: hw/char/debugcon.c
 966F: hw/char/parallel*
 967F: hw/char/serial*
 968F: hw/dma/i8257*
 969F: hw/i2c/pm_smbus.c
 970F: hw/input/pckbd.c
 971F: hw/intc/apic*
 972F: hw/intc/ioapic*
 973F: hw/intc/i8259*
 974F: hw/isa/isa-superio.c
 975F: hw/misc/debugexit.c
 976F: hw/misc/pc-testdev.c
 977F: hw/timer/hpet*
 978F: hw/timer/i8254*
 979F: hw/timer/mc146818rtc*
 980F: hw/watchdog/wdt_ib700.c
 981F: include/hw/display/vga.h
 982F: include/hw/char/parallel.h
 983F: include/hw/dma/i8257.h
 984F: include/hw/i2c/pm_smbus.h
 985F: include/hw/input/i8042.h
 986F: include/hw/isa/superio.h
 987F: include/hw/timer/hpet.h
 988F: include/hw/timer/i8254*
 989F: include/hw/timer/mc146818rtc*
 990
 991Machine core
 992M: Eduardo Habkost <ehabkost@redhat.com>
 993M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
 994S: Supported
 995F: hw/core/machine.c
 996F: hw/core/null-machine.c
 997F: include/hw/boards.h
 998T: git git://github.com/ehabkost/qemu.git machine-next
 999
1000Xtensa Machines
1001---------------
1002sim
1003M: Max Filippov <jcmvbkbc@gmail.com>
1004S: Maintained
1005F: hw/xtensa/sim.c
1006
1007XTFPGA (LX60, LX200, ML605, KC705)
1008M: Max Filippov <jcmvbkbc@gmail.com>
1009S: Maintained
1010F: hw/xtensa/xtfpga.c
1011F: hw/net/opencores_eth.c
1012
1013Devices
1014-------
1015EDU
1016M: Jiri Slaby <jslaby@suse.cz>
1017S: Maintained
1018F: hw/misc/edu.c
1019
1020IDE
1021M: John Snow <jsnow@redhat.com>
1022L: qemu-block@nongnu.org
1023S: Supported
1024F: include/hw/ide.h
1025F: include/hw/ide/
1026F: hw/ide/
1027F: hw/block/block.c
1028F: hw/block/cdrom.c
1029F: hw/block/hd-geometry.c
1030F: tests/ide-test.c
1031F: tests/ahci-test.c
1032F: tests/cdrom-test.c
1033F: tests/libqos/ahci*
1034T: git git://github.com/jnsnow/qemu.git ide
1035
1036IPMI
1037M: Corey Minyard <minyard@acm.org>
1038S: Maintained
1039F: include/hw/ipmi/*
1040F: hw/ipmi/*
1041F: hw/smbios/smbios_type_38.c
1042F: tests/ipmi*
1043T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1044
1045Floppy
1046M: John Snow <jsnow@redhat.com>
1047L: qemu-block@nongnu.org
1048S: Supported
1049F: hw/block/fdc.c
1050F: include/hw/block/fdc.h
1051F: tests/fdc-test.c
1052T: git git://github.com/jnsnow/qemu.git ide
1053
1054OMAP
1055M: Peter Maydell <peter.maydell@linaro.org>
1056S: Maintained
1057F: hw/*/omap*
1058F: include/hw/arm/omap.h
1059
1060IPack
1061M: Alberto Garcia <berto@igalia.com>
1062S: Odd Fixes
1063F: hw/char/ipoctal232.c
1064F: hw/ipack/
1065
1066PCI
1067M: Michael S. Tsirkin <mst@redhat.com>
1068M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1069S: Supported
1070F: include/hw/pci/*
1071F: hw/misc/pci-testdev.c
1072F: hw/pci/*
1073F: hw/pci-bridge/*
1074F: docs/pci*
1075F: docs/specs/*pci*
1076F: default-configs/pci.mak
1077
1078ACPI/SMBIOS
1079M: Michael S. Tsirkin <mst@redhat.com>
1080M: Igor Mammedov <imammedo@redhat.com>
1081S: Supported
1082F: include/hw/acpi/*
1083F: include/hw/smbios/*
1084F: hw/mem/*
1085F: hw/acpi/*
1086F: hw/smbios/*
1087F: hw/i386/acpi-build.[hc]
1088F: hw/arm/virt-acpi-build.c
1089F: tests/bios-tables-test.c
1090F: tests/acpi-utils.[hc]
1091
1092ppc4xx
1093M: Alexander Graf <agraf@suse.de>
1094L: qemu-ppc@nongnu.org
1095S: Odd Fixes
1096F: hw/ppc/ppc4*.c
1097F: hw/i2c/ppc4xx_i2c.c
1098F: include/hw/ppc/ppc4xx.h
1099F: include/hw/i2c/ppc4xx_i2c.h
1100
1101ppce500
1102M: Alexander Graf <agraf@suse.de>
1103L: qemu-ppc@nongnu.org
1104S: Supported
1105F: hw/ppc/e500*
1106F: hw/pci-host/ppce500.c
1107F: hw/net/fsl_etsec/
1108
1109Character devices
1110M: Paolo Bonzini <pbonzini@redhat.com>
1111S: Odd Fixes
1112F: hw/char/
1113
1114Network devices
1115M: Jason Wang <jasowang@redhat.com>
1116S: Odd Fixes
1117F: hw/net/
1118F: include/hw/net/
1119F: tests/virtio-net-test.c
1120T: git git://github.com/jasowang/qemu.git net
1121
1122SCSI
1123M: Paolo Bonzini <pbonzini@redhat.com>
1124R: Fam Zheng <famz@redhat.com>
1125S: Supported
1126F: include/hw/scsi/*
1127F: hw/scsi/*
1128F: tests/virtio-scsi-test.c
1129T: git git://github.com/bonzini/qemu.git scsi-next
1130
1131SSI
1132M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1133M: Alistair Francis <alistair@alistair23.me>
1134S: Maintained
1135F: hw/ssi/*
1136F: hw/block/m25p80.c
1137F: include/hw/ssi/ssi.h
1138X: hw/ssi/xilinx_*
1139F: tests/m25p80-test.c
1140
1141Xilinx SPI
1142M: Alistair Francis <alistair@alistair23.me>
1143M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1144S: Maintained
1145F: hw/ssi/xilinx_*
1146
1147SD (Secure Card)
1148M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1149S: Odd Fixes
1150F: include/hw/sd/sd*
1151F: hw/sd/core.c
1152F: hw/sd/sd*
1153F: tests/sd*
1154
1155USB
1156M: Gerd Hoffmann <kraxel@redhat.com>
1157S: Maintained
1158F: hw/usb/*
1159F: tests/usb-*-test.c
1160F: docs/usb2.txt
1161F: docs/usb-storage.txt
1162F: include/hw/usb.h
1163F: include/hw/usb/
1164F: default-configs/usb.mak
1165
1166USB (serial adapter)
1167M: Gerd Hoffmann <kraxel@redhat.com>
1168M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1169S: Maintained
1170F: hw/usb/dev-serial.c
1171
1172VFIO
1173M: Alex Williamson <alex.williamson@redhat.com>
1174S: Supported
1175F: hw/vfio/*
1176F: include/hw/vfio/
1177
1178vfio-ccw
1179M: Cornelia Huck <cohuck@redhat.com>
1180S: Supported
1181F: hw/vfio/ccw.c
1182F: hw/s390x/s390-ccw.c
1183F: include/hw/s390x/s390-ccw.h
1184T: git git://github.com/cohuck/qemu.git s390-next
1185L: qemu-s390x@nongnu.org
1186
1187vhost
1188M: Michael S. Tsirkin <mst@redhat.com>
1189S: Supported
1190F: hw/*/*vhost*
1191F: docs/interop/vhost-user.txt
1192
1193virtio
1194M: Michael S. Tsirkin <mst@redhat.com>
1195S: Supported
1196F: hw/*/virtio*
1197F: hw/virtio/Makefile.objs
1198F: hw/virtio/trace-events
1199F: net/vhost-user.c
1200F: include/hw/virtio/
1201F: tests/virtio-balloon-test.c
1202
1203virtio-9p
1204M: Greg Kurz <groug@kaod.org>
1205S: Supported
1206F: hw/9pfs/
1207F: fsdev/
1208F: tests/virtio-9p-test.c
1209T: git git://github.com/gkurz/qemu.git 9p-next
1210
1211virtio-blk
1212M: Stefan Hajnoczi <stefanha@redhat.com>
1213L: qemu-block@nongnu.org
1214S: Supported
1215F: hw/block/virtio-blk.c
1216F: hw/block/dataplane/*
1217F: tests/virtio-blk-test.c
1218T: git git://github.com/stefanha/qemu.git block
1219
1220virtio-ccw
1221M: Cornelia Huck <cohuck@redhat.com>
1222M: Christian Borntraeger <borntraeger@de.ibm.com>
1223S: Supported
1224F: hw/s390x/virtio-ccw.[hc]
1225T: git git://github.com/cohuck/qemu.git s390-next
1226T: git git://github.com/borntraeger/qemu.git s390-next
1227L: qemu-s390x@nongnu.org
1228
1229virtio-input
1230M: Gerd Hoffmann <kraxel@redhat.com>
1231S: Maintained
1232F: hw/input/virtio-input*.c
1233F: include/hw/virtio/virtio-input.h
1234
1235virtio-serial
1236M: Amit Shah <amit@kernel.org>
1237S: Supported
1238F: hw/char/virtio-serial-bus.c
1239F: hw/char/virtio-console.c
1240F: include/hw/virtio/virtio-serial.h
1241F: tests/virtio-console-test.c
1242F: tests/virtio-serial-test.c
1243
1244virtio-rng
1245M: Amit Shah <amit@kernel.org>
1246S: Supported
1247F: hw/virtio/virtio-rng.c
1248F: include/hw/virtio/virtio-rng.h
1249F: include/sysemu/rng*.h
1250F: backends/rng*.c
1251F: tests/virtio-rng-test.c
1252
1253virtio-crypto
1254M: Gonglei <arei.gonglei@huawei.com>
1255S: Supported
1256F: hw/virtio/virtio-crypto.c
1257F: hw/virtio/virtio-crypto-pci.c
1258F: include/hw/virtio/virtio-crypto.h
1259
1260nvme
1261M: Keith Busch <keith.busch@intel.com>
1262L: qemu-block@nongnu.org
1263S: Supported
1264F: hw/block/nvme*
1265F: tests/nvme-test.c
1266
1267megasas
1268M: Hannes Reinecke <hare@suse.com>
1269L: qemu-block@nongnu.org
1270S: Supported
1271F: hw/scsi/megasas.c
1272F: hw/scsi/mfi.h
1273F: tests/megasas-test.c
1274
1275Network packet abstractions
1276M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1277S: Maintained
1278F: include/net/eth.h
1279F: net/eth.c
1280F: hw/net/net_rx_pkt*
1281F: hw/net/net_tx_pkt*
1282
1283Vmware
1284M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1285S: Maintained
1286F: hw/net/vmxnet*
1287F: hw/scsi/vmw_pvscsi*
1288F: tests/vmxnet3-test.c
1289
1290Rocker
1291M: Jiri Pirko <jiri@resnulli.us>
1292S: Maintained
1293F: hw/net/rocker/
1294F: tests/rocker/
1295F: docs/specs/rocker.txt
1296
1297NVDIMM
1298M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1299S: Maintained
1300F: hw/acpi/nvdimm.c
1301F: hw/mem/nvdimm.c
1302F: include/hw/mem/nvdimm.h
1303
1304e1000x
1305M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1306S: Maintained
1307F: hw/net/e1000x*
1308
1309e1000e
1310M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1311S: Maintained
1312F: hw/net/e1000e*
1313
1314eepro100
1315M: Stefan Weil <sw@weilnetz.de>
1316S: Maintained
1317F: hw/net/eepro100.c
1318
1319Generic Loader
1320M: Alistair Francis <alistair@alistair23.me>
1321S: Maintained
1322F: hw/core/generic-loader.c
1323F: include/hw/core/generic-loader.h
1324F: docs/generic-loader.txt
1325
1326CHRP NVRAM
1327M: Thomas Huth <thuth@redhat.com>
1328S: Maintained
1329F: hw/nvram/chrp_nvram.c
1330F: include/hw/nvram/chrp_nvram.h
1331F: tests/prom-env-test.c
1332
1333VM Generation ID
1334M: Ben Warren <ben@skyportsystems.com>
1335S: Maintained
1336F: hw/acpi/vmgenid.c
1337F: include/hw/acpi/vmgenid.h
1338F: docs/specs/vmgenid.txt
1339F: tests/vmgenid-test.c
1340F: stubs/vmgenid.c
1341
1342Unimplemented device
1343M: Peter Maydell <peter.maydell@linaro.org>
1344R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1345S: Maintained
1346F: include/hw/misc/unimp.h
1347F: hw/misc/unimp.c
1348
1349Standard VGA
1350M: Gerd Hoffmann <kraxel@redhat.com>
1351S: Maintained
1352F: hw/display/vga*
1353F: hw/display/bochs-display.c
1354F: include/hw/display/vga.h
1355F: include/hw/display/bochs-vbe.h
1356
1357ramfb
1358M: Gerd Hoffmann <kraxel@redhat.com>
1359S: Maintained
1360F: hw/display/ramfb*.c
1361F: include/hw/display/ramfb.h
1362
1363virtio-gpu
1364M: Gerd Hoffmann <kraxel@redhat.com>
1365S: Maintained
1366F: hw/display/virtio-gpu*
1367F: hw/display/virtio-vga.c
1368F: include/hw/virtio/virtio-gpu.h
1369
1370Cirrus VGA
1371M: Gerd Hoffmann <kraxel@redhat.com>
1372S: Odd Fixes
1373W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1374F: hw/display/cirrus*
1375
1376Subsystems
1377----------
1378Audio
1379M: Gerd Hoffmann <kraxel@redhat.com>
1380S: Maintained
1381F: audio/
1382F: hw/audio/
1383F: include/hw/audio/
1384F: tests/ac97-test.c
1385F: tests/es1370-test.c
1386F: tests/intel-hda-test.c
1387
1388Block layer core
1389M: Kevin Wolf <kwolf@redhat.com>
1390M: Max Reitz <mreitz@redhat.com>
1391L: qemu-block@nongnu.org
1392S: Supported
1393F: block*
1394F: block/
1395F: hw/block/
1396F: include/block/
1397F: qemu-img*
1398F: qemu-io*
1399F: tests/qemu-iotests/
1400F: util/qemu-progress.c
1401F: qobject/block-qdict.c
1402F: test/check-block-qdict.c
1403T: git git://repo.or.cz/qemu/kevin.git block
1404
1405Block I/O path
1406M: Stefan Hajnoczi <stefanha@redhat.com>
1407M: Fam Zheng <famz@redhat.com>
1408L: qemu-block@nongnu.org
1409S: Supported
1410F: util/async.c
1411F: util/aio-*.c
1412F: block/io.c
1413F: migration/block*
1414F: include/block/aio.h
1415F: include/block/aio-wait.h
1416F: scripts/qemugdb/aio.py
1417T: git git://github.com/stefanha/qemu.git block
1418
1419Block SCSI subsystem
1420M: Paolo Bonzini <pbonzini@redhat.com>
1421R: Fam Zheng <famz@redhat.com>
1422L: qemu-block@nongnu.org
1423S: Supported
1424F: include/scsi/*
1425F: scsi/*
1426
1427Block Jobs
1428M: Jeff Cody <jcody@redhat.com>
1429L: qemu-block@nongnu.org
1430S: Supported
1431F: blockjob.c
1432F: include/block/blockjob.h
1433F: job.c
1434F: job-qmp.c
1435F: include/block/job.h
1436F: block/backup.c
1437F: block/commit.c
1438F: block/stream.c
1439F: block/mirror.c
1440F: qapi/job.json
1441T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1442
1443Block QAPI, monitor, command line
1444M: Markus Armbruster <armbru@redhat.com>
1445S: Supported
1446F: blockdev.c
1447F: block/qapi.c
1448F: qapi/block*.json
1449F: qapi/transaction.json
1450T: git git://repo.or.cz/qemu/armbru.git block-next
1451
1452Dirty Bitmaps
1453M: Fam Zheng <famz@redhat.com>
1454M: John Snow <jsnow@redhat.com>
1455L: qemu-block@nongnu.org
1456S: Supported
1457F: util/hbitmap.c
1458F: block/dirty-bitmap.c
1459F: include/qemu/hbitmap.h
1460F: include/block/dirty-bitmap.h
1461F: tests/test-hbitmap.c
1462F: docs/interop/bitmaps.rst
1463T: git git://github.com/famz/qemu.git bitmaps
1464T: git git://github.com/jnsnow/qemu.git bitmaps
1465
1466Character device backends
1467M: Paolo Bonzini <pbonzini@redhat.com>
1468M: Marc-André Lureau <marcandre.lureau@redhat.com>
1469S: Maintained
1470F: chardev/
1471F: include/chardev/
1472F: qapi/char.json
1473
1474Character Devices (Braille)
1475M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1476S: Maintained
1477F: chardev/baum.c
1478
1479Command line option argument parsing
1480M: Markus Armbruster <armbru@redhat.com>
1481S: Supported
1482F: include/qemu/option.h
1483F: tests/test-keyval.c
1484F: tests/test-qemu-opts.c
1485F: util/keyval.c
1486F: util/qemu-option.c
1487
1488Coverity model
1489M: Markus Armbruster <armbru@redhat.com>
1490S: Supported
1491F: scripts/coverity-model.c
1492
1493CPU
1494L: qemu-devel@nongnu.org
1495S: Supported
1496F: qom/cpu.c
1497F: include/qom/cpu.h
1498
1499Device Tree
1500M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1501M: Alexander Graf <agraf@suse.de>
1502S: Maintained
1503F: device_tree.c
1504F: include/sysemu/device_tree.h
1505
1506Dump
1507S: Supported
1508M: Marc-André Lureau <marcandre.lureau@redhat.com>
1509F: dump.c
1510F: hw/misc/vmcoreinfo.c
1511F: include/hw/misc/vmcoreinfo.h
1512F: include/sysemu/dump-arch.h
1513F: include/sysemu/dump.h
1514F: scripts/dump-guest-memory.py
1515F: stubs/dump.c
1516
1517Error reporting
1518M: Markus Armbruster <armbru@redhat.com>
1519S: Supported
1520F: include/qapi/error.h
1521F: include/qemu/error-report.h
1522F: util/error.c
1523F: util/qemu-error.c
1524
1525GDB stub
1526L: qemu-devel@nongnu.org
1527S: Odd Fixes
1528F: gdbstub*
1529F: gdb-xml/
1530
1531Memory API
1532M: Paolo Bonzini <pbonzini@redhat.com>
1533S: Supported
1534F: include/exec/ioport.h
1535F: ioport.c
1536F: include/exec/memory.h
1537F: include/exec/ram_addr.h
1538F: memory.c
1539F: include/exec/memory-internal.h
1540F: exec.c
1541
1542SPICE
1543M: Gerd Hoffmann <kraxel@redhat.com>
1544S: Supported
1545F: include/ui/qemu-spice.h
1546F: include/ui/spice-display.h
1547F: ui/spice-*.c
1548F: audio/spiceaudio.c
1549F: hw/display/qxl*
1550F: qapi/ui.json
1551
1552Graphics
1553M: Gerd Hoffmann <kraxel@redhat.com>
1554S: Odd Fixes
1555F: ui/
1556F: include/ui/
1557F: qapi/ui.json
1558
1559Cocoa graphics
1560M: Peter Maydell <peter.maydell@linaro.org>
1561S: Odd Fixes
1562F: ui/cocoa.m
1563
1564Main loop
1565M: Paolo Bonzini <pbonzini@redhat.com>
1566S: Maintained
1567F: cpus.c
1568F: util/main-loop.c
1569F: util/qemu-timer.c
1570F: vl.c
1571F: qapi/run-state.json
1572
1573Human Monitor (HMP)
1574M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1575S: Maintained
1576F: monitor.c
1577F: hmp.[ch]
1578F: hmp-commands*.hx
1579F: include/monitor/hmp-target.h
1580F: tests/test-hmp.c
1581
1582Network device backends
1583M: Jason Wang <jasowang@redhat.com>
1584S: Maintained
1585F: net/
1586F: include/net/
1587T: git git://github.com/jasowang/qemu.git net
1588F: qapi/net.json
1589
1590Netmap network backend
1591M: Luigi Rizzo <rizzo@iet.unipi.it>
1592M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1593M: Vincenzo Maffione <v.maffione@gmail.com>
1594W: http://info.iet.unipi.it/~luigi/netmap/
1595S: Maintained
1596F: net/netmap.c
1597
1598NUMA
1599M: Eduardo Habkost <ehabkost@redhat.com>
1600S: Maintained
1601F: numa.c
1602F: include/sysemu/numa.h
1603T: git git://github.com/ehabkost/qemu.git machine-next
1604
1605Host Memory Backends
1606M: Eduardo Habkost <ehabkost@redhat.com>
1607M: Igor Mammedov <imammedo@redhat.com>
1608S: Maintained
1609F: backends/hostmem*.c
1610F: include/sysemu/hostmem.h
1611T: git git://github.com/ehabkost/qemu.git machine-next
1612
1613Cryptodev Backends
1614M: Gonglei <arei.gonglei@huawei.com>
1615S: Maintained
1616F: include/sysemu/cryptodev*.h
1617F: backends/cryptodev*.c
1618
1619Python scripts
1620M: Eduardo Habkost <ehabkost@redhat.com>
1621M: Cleber Rosa <crosa@redhat.com>
1622S: Odd fixes
1623F: scripts/qmp/*
1624F: scripts/*.py
1625F: tests/*.py
1626
1627QAPI
1628M: Markus Armbruster <armbru@redhat.com>
1629M: Michael Roth <mdroth@linux.vnet.ibm.com>
1630S: Supported
1631F: qapi/
1632X: qapi/*.json
1633F: include/qapi/
1634X: include/qapi/qmp/
1635F: include/qapi/qmp/dispatch.h
1636F: tests/qapi-schema/
1637F: tests/test-*-visitor.c
1638F: tests/test-qapi-*.c
1639F: tests/test-qmp-*.c
1640F: tests/test-visitor-serialization.c
1641F: scripts/qapi-gen.py
1642F: scripts/qapi/*
1643F: docs/devel/qapi*
1644T: git git://repo.or.cz/qemu/armbru.git qapi-next
1645
1646QAPI Schema
1647M: Eric Blake <eblake@redhat.com>
1648M: Markus Armbruster <armbru@redhat.com>
1649S: Supported
1650F: qapi-schema.json
1651F: qapi/*.json
1652T: git git://repo.or.cz/qemu/armbru.git qapi-next
1653
1654QObject
1655M: Markus Armbruster <armbru@redhat.com>
1656S: Supported
1657F: qobject/
1658F: include/qapi/qmp/
1659X: include/qapi/qmp/dispatch.h
1660F: scripts/coccinelle/qobject.cocci
1661F: tests/check-qdict.c
1662F: tests/check-qnum.c
1663F: tests/check-qjson.c
1664F: tests/check-qlist.c
1665F: tests/check-qstring.c
1666T: git git://repo.or.cz/qemu/armbru.git qapi-next
1667
1668QEMU Guest Agent
1669M: Michael Roth <mdroth@linux.vnet.ibm.com>
1670S: Maintained
1671F: qga/
1672F: qemu-ga.texi
1673F: scripts/qemu-guest-agent/
1674F: tests/test-qga.c
1675F: docs/interop/qemu-ga-ref.texi
1676T: git git://github.com/mdroth/qemu.git qga
1677
1678QOM
1679M: Andreas Färber <afaerber@suse.de>
1680S: Supported
1681T: git git://github.com/afaerber/qemu-cpu.git qom-next
1682F: include/qom/
1683X: include/qom/cpu.h
1684F: qom/
1685X: qom/cpu.c
1686F: tests/check-qom-interface.c
1687F: tests/check-qom-proplist.c
1688F: tests/qom-test.c
1689
1690QMP
1691M: Markus Armbruster <armbru@redhat.com>
1692S: Supported
1693F: qmp.c
1694F: monitor.c
1695F: docs/devel/*qmp-*
1696F: scripts/qmp/
1697F: tests/qmp-test.c
1698T: git git://repo.or.cz/qemu/armbru.git qapi-next
1699
1700Register API
1701M: Alistair Francis <alistair@alistair23.me>
1702S: Maintained
1703F: hw/core/register.c
1704F: include/hw/register.h
1705F: include/hw/registerfields.h
1706
1707SLIRP
1708M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1709M: Jan Kiszka <jan.kiszka@siemens.com>
1710S: Maintained
1711F: slirp/
1712F: net/slirp.c
1713F: include/net/slirp.h
1714T: git https://people.debian.org/~sthibault/qemu.git slirp
1715T: git git://git.kiszka.org/qemu.git queues/slirp
1716
1717Stubs
1718M: Paolo Bonzini <pbonzini@redhat.com>
1719S: Maintained
1720F: stubs/
1721
1722Tracing
1723M: Stefan Hajnoczi <stefanha@redhat.com>
1724S: Maintained
1725F: trace/
1726F: trace-events
1727F: qemu-option-trace.texi
1728F: scripts/tracetool.py
1729F: scripts/tracetool/
1730F: docs/devel/tracing.txt
1731T: git git://github.com/stefanha/qemu.git tracing
1732
1733TPM
1734M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1735S: Maintained
1736F: tpm.c
1737F: stubs/tpm.c
1738F: hw/tpm/*
1739F: include/hw/acpi/tpm.h
1740F: include/sysemu/tpm*
1741F: qapi/tpm.json
1742F: backends/tpm.c
1743F: tests/*tpm*
1744T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1745
1746Checkpatch
1747S: Odd Fixes
1748F: scripts/checkpatch.pl
1749
1750Migration
1751M: Juan Quintela <quintela@redhat.com>
1752M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1753S: Maintained
1754F: include/migration/
1755F: migration/
1756F: scripts/vmstate-static-checker.py
1757F: tests/vmstate-static-checker-data/
1758F: tests/migration-test.c
1759F: docs/devel/migration.txt
1760F: qapi/migration.json
1761
1762Seccomp
1763M: Eduardo Otubo <otubo@redhat.com>
1764S: Supported
1765F: qemu-seccomp.c
1766F: include/sysemu/seccomp.h
1767
1768Cryptography
1769M: Daniel P. Berrange <berrange@redhat.com>
1770S: Maintained
1771F: crypto/
1772F: include/crypto/
1773F: tests/test-crypto-*
1774F: tests/benchmark-crypto-*
1775F: qemu.sasl
1776
1777Coroutines
1778M: Stefan Hajnoczi <stefanha@redhat.com>
1779M: Kevin Wolf <kwolf@redhat.com>
1780F: util/*coroutine*
1781F: include/qemu/coroutine*
1782F: tests/test-coroutine.c
1783
1784Buffers
1785M: Daniel P. Berrange <berrange@redhat.com>
1786S: Odd fixes
1787F: util/buffer.c
1788F: include/qemu/buffer.h
1789
1790I/O Channels
1791M: Daniel P. Berrange <berrange@redhat.com>
1792S: Maintained
1793F: io/
1794F: include/io/
1795F: tests/test-io-*
1796
1797Sockets
1798M: Daniel P. Berrange <berrange@redhat.com>
1799M: Gerd Hoffmann <kraxel@redhat.com>
1800M: Paolo Bonzini <pbonzini@redhat.com>
1801S: Maintained
1802F: include/qemu/sockets.h
1803F: util/qemu-sockets.c
1804F: qapi/sockets.json
1805
1806Throttling infrastructure
1807M: Alberto Garcia <berto@igalia.com>
1808S: Supported
1809F: block/throttle-groups.c
1810F: include/block/throttle-groups.h
1811F: include/qemu/throttle*.h
1812F: util/throttle.c
1813F: docs/throttle.txt
1814F: tests/test-throttle.c
1815L: qemu-block@nongnu.org
1816
1817UUID
1818M: Fam Zheng <famz@redhat.com>
1819S: Supported
1820F: util/uuid.c
1821F: include/qemu/uuid.h
1822F: tests/test-uuid.c
1823
1824COLO Framework
1825M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1826S: Maintained
1827F: migration/colo*
1828F: include/migration/colo.h
1829F: include/migration/failover.h
1830F: docs/COLO-FT.txt
1831
1832COLO Proxy
1833M: Zhang Chen <zhangckid@gmail.com>
1834M: Li Zhijian <lizhijian@cn.fujitsu.com>
1835S: Supported
1836F: docs/colo-proxy.txt
1837F: net/colo*
1838F: net/filter-rewriter.c
1839F: net/filter-mirror.c
1840
1841Record/replay
1842M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1843R: Paolo Bonzini <pbonzini@redhat.com>
1844W: https://wiki.qemu.org/Features/record-replay
1845S: Supported
1846F: replay/*
1847F: block/blkreplay.c
1848F: net/filter-replay.c
1849F: include/sysemu/replay.h
1850F: docs/replay.txt
1851F: stubs/replay.c
1852
1853IOVA Tree
1854M: Peter Xu <peterx@redhat.com>
1855S: Maintained
1856F: include/qemu/iova-tree.h
1857F: util/iova-tree.c
1858
1859Usermode Emulation
1860------------------
1861Overall
1862M: Riku Voipio <riku.voipio@iki.fi>
1863S: Maintained
1864F: thunk.c
1865F: accel/tcg/user-exec*.c
1866
1867BSD user
1868S: Orphan
1869F: bsd-user/
1870F: default-configs/*-bsd-user.mak
1871
1872Linux user
1873M: Riku Voipio <riku.voipio@iki.fi>
1874R: Laurent Vivier <laurent@vivier.eu>
1875S: Maintained
1876F: linux-user/
1877F: default-configs/*-linux-user.mak
1878F: scripts/qemu-binfmt-conf.sh
1879
1880Tiny Code Generator (TCG)
1881-------------------------
1882Common code
1883M: Richard Henderson <rth@twiddle.net>
1884S: Maintained
1885F: tcg/
1886
1887AArch64 target
1888M: Claudio Fontana <claudio.fontana@huawei.com>
1889M: Claudio Fontana <claudio.fontana@gmail.com>
1890S: Maintained
1891L: qemu-arm@nongnu.org
1892F: tcg/aarch64/
1893F: disas/arm-a64.cc
1894F: disas/libvixl/
1895
1896ARM target
1897M: Andrzej Zaborowski <balrogg@gmail.com>
1898S: Maintained
1899L: qemu-arm@nongnu.org
1900F: tcg/arm/
1901F: disas/arm.c
1902
1903i386 target
1904L: qemu-devel@nongnu.org
1905S: Maintained
1906F: tcg/i386/
1907F: disas/i386.c
1908
1909MIPS target
1910M: Aurelien Jarno <aurelien@aurel32.net>
1911S: Maintained
1912F: tcg/mips/
1913F: disas/mips.c
1914
1915PPC
1916M: Richard Henderson <rth@twiddle.net>
1917S: Odd Fixes
1918F: tcg/ppc/
1919F: disas/ppc.c
1920
1921S390 target
1922M: Alexander Graf <agraf@suse.de>
1923M: Richard Henderson <rth@twiddle.net>
1924S: Maintained
1925F: tcg/s390/
1926F: disas/s390.c
1927L: qemu-s390x@nongnu.org
1928
1929SPARC target
1930S: Odd Fixes
1931F: tcg/sparc/
1932F: disas/sparc.c
1933
1934TCI target
1935M: Stefan Weil <sw@weilnetz.de>
1936S: Maintained
1937F: tcg/tci/
1938F: tcg/tci.c
1939F: disas/tci.c
1940
1941Block drivers
1942-------------
1943VMDK
1944M: Fam Zheng <famz@redhat.com>
1945L: qemu-block@nongnu.org
1946S: Supported
1947F: block/vmdk.c
1948
1949RBD
1950M: Josh Durgin <jdurgin@redhat.com>
1951M: Jeff Cody <jcody@redhat.com>
1952L: qemu-block@nongnu.org
1953S: Supported
1954F: block/rbd.c
1955T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1956
1957Sheepdog
1958M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1959M: Liu Yuan <namei.unix@gmail.com>
1960M: Jeff Cody <jcody@redhat.com>
1961L: qemu-block@nongnu.org
1962L: sheepdog@lists.wpkg.org
1963S: Supported
1964F: block/sheepdog.c
1965T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1966
1967VHDX
1968M: Jeff Cody <jcody@redhat.com>
1969L: qemu-block@nongnu.org
1970S: Supported
1971F: block/vhdx*
1972T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1973
1974VDI
1975M: Stefan Weil <sw@weilnetz.de>
1976L: qemu-block@nongnu.org
1977S: Maintained
1978F: block/vdi.c
1979
1980iSCSI
1981M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1982M: Paolo Bonzini <pbonzini@redhat.com>
1983M: Peter Lieven <pl@kamp.de>
1984L: qemu-block@nongnu.org
1985S: Supported
1986F: block/iscsi.c
1987F: block/iscsi-opts.c
1988
1989Network Block Device (NBD)
1990M: Eric Blake <eblake@redhat.com>
1991M: Paolo Bonzini <pbonzini@redhat.com>
1992L: qemu-block@nongnu.org
1993S: Maintained
1994F: block/nbd*
1995F: nbd/
1996F: include/block/nbd*
1997F: qemu-nbd.*
1998F: blockdev-nbd.c
1999F: docs/interop/nbd.txt
2000T: git git://repo.or.cz/qemu/ericb.git nbd
2001
2002NFS
2003M: Jeff Cody <jcody@redhat.com>
2004M: Peter Lieven <pl@kamp.de>
2005L: qemu-block@nongnu.org
2006S: Maintained
2007F: block/nfs.c
2008T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2009
2010SSH
2011M: Richard W.M. Jones <rjones@redhat.com>
2012M: Jeff Cody <jcody@redhat.com>
2013L: qemu-block@nongnu.org
2014S: Supported
2015F: block/ssh.c
2016T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2017
2018CURL
2019M: Jeff Cody <jcody@redhat.com>
2020L: qemu-block@nongnu.org
2021S: Supported
2022F: block/curl.c
2023T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2024
2025GLUSTER
2026M: Jeff Cody <jcody@redhat.com>
2027L: qemu-block@nongnu.org
2028S: Supported
2029F: block/gluster.c
2030T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2031
2032Null Block Driver
2033M: Fam Zheng <famz@redhat.com>
2034L: qemu-block@nongnu.org
2035S: Supported
2036F: block/null.c
2037
2038NVMe Block Driver
2039M: Fam Zheng <famz@redhat.com>
2040L: qemu-block@nongnu.org
2041S: Supported
2042F: block/nvme*
2043
2044Bootdevice
2045M: Gonglei <arei.gonglei@huawei.com>
2046S: Maintained
2047F: bootdevice.c
2048
2049Quorum
2050M: Alberto Garcia <berto@igalia.com>
2051S: Supported
2052F: block/quorum.c
2053L: qemu-block@nongnu.org
2054
2055blklogwrites
2056M: Ari Sundholm <ari@tuxera.com>
2057L: qemu-block@nongnu.org
2058S: Supported
2059F: block/blklogwrites.c
2060
2061blkverify
2062M: Stefan Hajnoczi <stefanha@redhat.com>
2063L: qemu-block@nongnu.org
2064S: Supported
2065F: block/blkverify.c
2066
2067bochs
2068M: Stefan Hajnoczi <stefanha@redhat.com>
2069L: qemu-block@nongnu.org
2070S: Supported
2071F: block/bochs.c
2072
2073cloop
2074M: Stefan Hajnoczi <stefanha@redhat.com>
2075L: qemu-block@nongnu.org
2076S: Supported
2077F: block/cloop.c
2078
2079dmg
2080M: Stefan Hajnoczi <stefanha@redhat.com>
2081L: qemu-block@nongnu.org
2082S: Supported
2083F: block/dmg.c
2084
2085parallels
2086M: Stefan Hajnoczi <stefanha@redhat.com>
2087M: Denis V. Lunev <den@openvz.org>
2088L: qemu-block@nongnu.org
2089S: Supported
2090F: block/parallels.c
2091F: docs/interop/parallels.txt
2092
2093qed
2094M: Stefan Hajnoczi <stefanha@redhat.com>
2095L: qemu-block@nongnu.org
2096S: Supported
2097F: block/qed.c
2098
2099raw
2100M: Kevin Wolf <kwolf@redhat.com>
2101L: qemu-block@nongnu.org
2102S: Supported
2103F: block/linux-aio.c
2104F: include/block/raw-aio.h
2105F: block/raw-format.c
2106F: block/file-posix.c
2107F: block/file-win32.c
2108F: block/win32-aio.c
2109
2110qcow2
2111M: Kevin Wolf <kwolf@redhat.com>
2112M: Max Reitz <mreitz@redhat.com>
2113L: qemu-block@nongnu.org
2114S: Supported
2115F: block/qcow2*
2116F: docs/interop/qcow2.txt
2117
2118qcow
2119M: Kevin Wolf <kwolf@redhat.com>
2120L: qemu-block@nongnu.org
2121S: Supported
2122F: block/qcow.c
2123
2124blkdebug
2125M: Kevin Wolf <kwolf@redhat.com>
2126M: Max Reitz <mreitz@redhat.com>
2127L: qemu-block@nongnu.org
2128S: Supported
2129F: block/blkdebug.c
2130
2131vpc
2132M: Kevin Wolf <kwolf@redhat.com>
2133L: qemu-block@nongnu.org
2134S: Supported
2135F: block/vpc.c
2136
2137vvfat
2138M: Kevin Wolf <kwolf@redhat.com>
2139L: qemu-block@nongnu.org
2140S: Supported
2141F: block/vvfat.c
2142
2143Image format fuzzer
2144M: Stefan Hajnoczi <stefanha@redhat.com>
2145L: qemu-block@nongnu.org
2146S: Supported
2147F: tests/image-fuzzer/
2148
2149Replication
2150M: Wen Congyang <wencongyang2@huawei.com>
2151M: Xie Changlong <xiechanglong.d@gmail.com>
2152S: Supported
2153F: replication*
2154F: block/replication.c
2155F: tests/test-replication.c
2156F: docs/block-replication.txt
2157
2158PVRDMA
2159M: Yuval Shaia <yuval.shaia@oracle.com>
2160M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2161S: Maintained
2162F: hw/rdma/*
2163F: hw/rdma/vmw/*
2164F: docs/pvrdma.txt
2165
2166Build and test automation
2167-------------------------
2168Build and test automation
2169M: Alex Bennée <alex.bennee@linaro.org>
2170M: Fam Zheng <famz@redhat.com>
2171R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2172L: qemu-devel@nongnu.org
2173S: Maintained
2174F: .travis.yml
2175F: scripts/travis/
2176F: .shippable.yml
2177F: tests/docker/
2178F: tests/vm/
2179W: https://travis-ci.org/qemu/qemu
2180W: https://app.shippable.com/github/qemu/qemu
2181W: http://patchew.org/QEMU/
2182
2183Guest Test Compilation Support
2184M: Alex Bennée <alex.bennee@linaro.org>
2185R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2186F: tests/tcg/Makefile
2187F: tests/tcg/Makefile.include
2188L: qemu-devel@nongnu.org
2189
2190Documentation
2191-------------
2192Build system architecture
2193M: Daniel P. Berrange <berrange@redhat.com>
2194S: Odd Fixes
2195F: docs/devel/build-system.txt
2196
2197Incompatible changes
2198R: libvir-list@redhat.com
2199F: qemu-deprecated.texi
2200
2201Build System
2202------------
2203GIT submodules
2204M: Daniel P. Berrange <berrange@redhat.com>
2205S: Odd Fixes
2206F: scripts/git-submodule.sh
2207