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