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