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