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