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