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