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/*/nrf51*.c 833F: hw/*/microbit*.c 834F: include/hw/*/nrf51*.h 835F: include/hw/*/microbit*.h 836F: tests/microbit-test.c 837 838CRIS Machines 839------------- 840Axis Dev88 841M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 842S: Maintained 843F: hw/cris/axis_dev88.c 844F: hw/*/etraxfs_*.c 845 846LM32 Machines 847------------- 848EVR32 and uclinux BSP 849M: Michael Walle <michael@walle.cc> 850S: Maintained 851F: hw/lm32/lm32_boards.c 852 853milkymist 854M: Michael Walle <michael@walle.cc> 855S: Maintained 856F: hw/lm32/milkymist.c 857 858M68K Machines 859------------- 860an5206 861M: Thomas Huth <huth@tuxfamily.org> 862S: Odd Fixes 863F: hw/m68k/an5206.c 864F: hw/m68k/mcf5206.c 865 866mcf5208 867M: Thomas Huth <huth@tuxfamily.org> 868S: Odd Fixes 869F: hw/m68k/mcf5208.c 870F: hw/m68k/mcf_intc.c 871F: hw/char/mcf_uart.c 872F: hw/net/mcf_fec.c 873F: include/hw/m68k/mcf*.h 874 875MicroBlaze Machines 876------------------- 877petalogix_s3adsp1800 878M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 879S: Maintained 880F: hw/microblaze/petalogix_s3adsp1800_mmu.c 881F: include/hw/char/xilinx_uartlite.h 882 883petalogix_ml605 884M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 885S: Maintained 886F: hw/microblaze/petalogix_ml605_mmu.c 887 888MIPS Machines 889------------- 890Jazz 891M: Hervé Poussineau <hpoussin@reactos.org> 892R: Aleksandar Rikalo <arikalo@wavecomp.com> 893S: Maintained 894F: hw/mips/mips_jazz.c 895F: hw/display/jazz_led.c 896F: hw/dma/rc4030.c 897 898Malta 899M: Aurelien Jarno <aurelien@aurel32.net> 900R: Aleksandar Rikalo <arikalo@wavecomp.com> 901S: Maintained 902F: hw/mips/mips_malta.c 903 904Mipssim 905M: Aleksandar Markovic <amarkovic@wavecomp.com> 906R: Aleksandar Rikalo <arikalo@wavecomp.com> 907S: Odd Fixes 908F: hw/mips/mips_mipssim.c 909F: hw/net/mipsnet.c 910 911R4000 912M: Aurelien Jarno <aurelien@aurel32.net> 913R: Aleksandar Rikalo <arikalo@wavecomp.com> 914S: Maintained 915F: hw/mips/mips_r4k.c 916 917Fulong 2E 918M: Aleksandar Markovic <amarkovic@wavecomp.com> 919R: Aleksandar Rikalo <arikalo@wavecomp.com> 920S: Odd Fixes 921F: hw/mips/mips_fulong2e.c 922F: hw/isa/vt82c686.c 923F: hw/pci-host/bonito.c 924F: include/hw/isa/vt82c686.h 925 926Boston 927M: Paul Burton <pburton@wavecomp.com> 928R: Aleksandar Rikalo <arikalo@wavecomp.com> 929S: Maintained 930F: hw/core/loader-fit.c 931F: hw/mips/boston.c 932F: hw/pci-host/xilinx-pcie.c 933F: include/hw/pci-host/xilinx-pcie.h 934 935OpenRISC Machines 936----------------- 937or1k-sim 938M: Jia Liu <proljc@gmail.com> 939S: Maintained 940F: hw/openrisc/openrisc_sim.c 941 942PowerPC Machines 943---------------- 944405 945M: David Gibson <david@gibson.dropbear.id.au> 946L: qemu-ppc@nongnu.org 947S: Odd Fixes 948F: hw/ppc/ppc405_boards.c 949 950Bamboo 951M: David Gibson <david@gibson.dropbear.id.au> 952L: qemu-ppc@nongnu.org 953S: Odd Fixes 954F: hw/ppc/ppc440_bamboo.c 955 956e500 957M: David Gibson <david@gibson.dropbear.id.au> 958L: qemu-ppc@nongnu.org 959S: Odd Fixes 960F: hw/ppc/e500.[hc] 961F: hw/ppc/e500plat.c 962F: hw/gpio/mpc8xxx.c 963F: include/hw/ppc/ppc_e500.h 964F: include/hw/pci-host/ppce500.h 965F: pc-bios/u-boot.e500 966 967mpc8544ds 968M: David Gibson <david@gibson.dropbear.id.au> 969L: qemu-ppc@nongnu.org 970S: Odd Fixes 971F: hw/ppc/mpc8544ds.c 972F: hw/ppc/mpc8544_guts.c 973 974New World (mac99) 975M: David Gibson <david@gibson.dropbear.id.au> 976L: qemu-ppc@nongnu.org 977S: Odd Fixes 978F: hw/ppc/mac_newworld.c 979F: hw/pci-host/uninorth.c 980F: hw/pci-bridge/dec.[hc] 981F: hw/misc/macio/ 982F: hw/misc/mos6522.c 983F: hw/nvram/mac_nvram.c 984F: hw/input/adb* 985F: include/hw/misc/macio/ 986F: include/hw/misc/mos6522.h 987F: include/hw/ppc/mac_dbdma.h 988F: include/hw/pci-host/uninorth.h 989F: include/hw/input/adb* 990F: pc-bios/qemu_vga.ndrv 991 992Old World (g3beige) 993M: David Gibson <david@gibson.dropbear.id.au> 994L: qemu-ppc@nongnu.org 995S: Odd Fixes 996F: hw/ppc/mac_oldworld.c 997F: hw/pci-host/grackle.c 998F: hw/misc/macio/ 999F: hw/intc/heathrow_pic.c 1000F: hw/input/adb* 1001F: include/hw/intc/heathrow_pic.h 1002F: include/hw/input/adb* 1003F: pc-bios/qemu_vga.ndrv 1004 1005PReP 1006M: Hervé Poussineau <hpoussin@reactos.org> 1007L: qemu-devel@nongnu.org 1008L: qemu-ppc@nongnu.org 1009S: Maintained 1010F: hw/ppc/prep.c 1011F: hw/ppc/prep_systemio.c 1012F: hw/ppc/rs6000_mc.c 1013F: hw/pci-host/prep.[hc] 1014F: hw/isa/i82378.c 1015F: hw/isa/pc87312.c 1016F: hw/dma/i82374.c 1017F: hw/timer/m48t59-isa.c 1018F: include/hw/isa/pc87312.h 1019F: include/hw/timer/m48t59.h 1020F: pc-bios/ppc_rom.bin 1021 1022sPAPR 1023M: David Gibson <david@gibson.dropbear.id.au> 1024L: qemu-ppc@nongnu.org 1025S: Supported 1026F: hw/*/spapr* 1027F: include/hw/*/spapr* 1028F: hw/*/xics* 1029F: include/hw/*/xics* 1030F: pc-bios/spapr-rtas/* 1031F: pc-bios/spapr-rtas.bin 1032F: pc-bios/slof.bin 1033F: pc-bios/skiboot.lid 1034F: docs/specs/ppc-spapr-hcalls.txt 1035F: docs/specs/ppc-spapr-hotplug.txt 1036F: tests/spapr* 1037F: tests/libqos/*spapr* 1038F: tests/rtas* 1039F: tests/libqos/rtas* 1040 1041XIVE 1042M: David Gibson <david@gibson.dropbear.id.au> 1043M: Cédric Le Goater <clg@kaod.org> 1044L: qemu-ppc@nongnu.org 1045S: Supported 1046F: hw/*/*xive* 1047F: include/hw/*/*xive* 1048 1049virtex_ml507 1050M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1051L: qemu-ppc@nongnu.org 1052S: Odd Fixes 1053F: hw/ppc/virtex_ml507.c 1054 1055sam460ex 1056M: BALATON Zoltan <balaton@eik.bme.hu> 1057L: qemu-ppc@nongnu.org 1058S: Maintained 1059F: hw/ppc/sam460ex.c 1060F: hw/ppc/ppc440_pcix.c 1061F: hw/display/sm501* 1062F: hw/ide/sii3112.c 1063F: hw/timer/m41t80.c 1064F: pc-bios/canyonlands.dt[sb] 1065F: pc-bios/u-boot-sam460ex-20100605.bin 1066F: roms/u-boot-sam460ex 1067 1068SH4 Machines 1069------------ 1070R2D 1071M: Magnus Damm <magnus.damm@gmail.com> 1072S: Maintained 1073F: hw/sh4/r2d.c 1074F: hw/intc/sh_intc.c 1075F: hw/timer/sh_timer.c 1076 1077Shix 1078M: Magnus Damm <magnus.damm@gmail.com> 1079S: Odd Fixes 1080F: hw/sh4/shix.c 1081 1082SPARC Machines 1083-------------- 1084Sun4m 1085M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1086S: Maintained 1087F: hw/sparc/sun4m.c 1088F: hw/sparc/sun4m_iommu.c 1089F: hw/dma/sparc32_dma.c 1090F: hw/misc/eccmemctl.c 1091F: hw/misc/slavio_misc.c 1092F: include/hw/sparc/sparc32_dma.h 1093F: pc-bios/openbios-sparc32 1094F: include/hw/sparc/sun4m_iommu.h 1095 1096Sun4u 1097M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1098S: Maintained 1099F: hw/sparc64/sun4u.c 1100F: pc-bios/openbios-sparc64 1101F: hw/pci-host/sabre.c 1102F: include/hw/pci-host/sabre.h 1103 1104Sun4v 1105M: Artyom Tarasenko <atar4qemu@gmail.com> 1106S: Maintained 1107F: hw/sparc64/niagara.c 1108F: hw/timer/sun4v-rtc.c 1109F: include/hw/timer/sun4v-rtc.h 1110 1111Leon3 1112M: Fabien Chouteau <chouteau@adacore.com> 1113S: Maintained 1114F: hw/sparc/leon3.c 1115F: hw/*/grlib* 1116F: include/hw/sparc/grlib.h 1117 1118S390 Machines 1119------------- 1120S390 Virtio-ccw 1121M: Cornelia Huck <cohuck@redhat.com> 1122M: Halil Pasic <pasic@linux.ibm.com> 1123M: Christian Borntraeger <borntraeger@de.ibm.com> 1124S: Supported 1125F: hw/char/sclp*.[hc] 1126F: hw/char/terminal3270.c 1127F: hw/s390x/ 1128F: include/hw/s390x/ 1129F: hw/watchdog/wdt_diag288.c 1130F: include/hw/watchdog/wdt_diag288.h 1131F: default-configs/s390x-softmmu.mak 1132T: git https://github.com/cohuck/qemu.git s390-next 1133T: git https://github.com/borntraeger/qemu.git s390-next 1134L: qemu-s390x@nongnu.org 1135 1136S390-ccw boot 1137M: Christian Borntraeger <borntraeger@de.ibm.com> 1138M: Thomas Huth <thuth@redhat.com> 1139S: Supported 1140F: hw/s390x/ipl.* 1141F: pc-bios/s390-ccw/ 1142F: pc-bios/s390-ccw.img 1143T: git https://github.com/borntraeger/qemu.git s390-next 1144L: qemu-s390x@nongnu.org 1145 1146S390 PCI 1147M: Collin Walling <walling@linux.ibm.com> 1148S: Supported 1149F: hw/s390x/s390-pci* 1150L: qemu-s390x@nongnu.org 1151 1152UniCore32 Machines 1153------------- 1154PKUnity-3 SoC initramfs-with-busybox 1155M: Guan Xuetao <gxt@mprc.pku.edu.cn> 1156S: Maintained 1157F: hw/*/puv3* 1158F: hw/unicore32/ 1159 1160X86 Machines 1161------------ 1162PC 1163M: Michael S. Tsirkin <mst@redhat.com> 1164M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1165S: Supported 1166F: include/hw/i386/ 1167F: hw/i386/ 1168F: hw/pci-host/piix.c 1169F: hw/pci-host/q35.c 1170F: hw/pci-host/pam.c 1171F: include/hw/pci-host/q35.h 1172F: include/hw/pci-host/pam.h 1173F: hw/isa/piix4.c 1174F: hw/isa/lpc_ich9.c 1175F: hw/i2c/smbus_ich9.c 1176F: hw/acpi/piix4.c 1177F: hw/acpi/ich9.c 1178F: include/hw/acpi/ich9.h 1179F: include/hw/acpi/piix4.h 1180F: hw/misc/sga.c 1181 1182PC Chipset 1183M: Michael S. Tsirkin <mst@redhat.com> 1184M: Paolo Bonzini <pbonzini@redhat.com> 1185S: Supported 1186F: hw/char/debugcon.c 1187F: hw/char/parallel* 1188F: hw/char/serial* 1189F: hw/dma/i8257* 1190F: hw/i2c/pm_smbus.c 1191F: hw/input/pckbd.c 1192F: hw/intc/apic* 1193F: hw/intc/ioapic* 1194F: hw/intc/i8259* 1195F: hw/isa/isa-superio.c 1196F: hw/misc/debugexit.c 1197F: hw/misc/pc-testdev.c 1198F: hw/timer/hpet* 1199F: hw/timer/i8254* 1200F: hw/timer/mc146818rtc* 1201F: hw/watchdog/wdt_ib700.c 1202F: hw/watchdog/wdt_i6300esb.c 1203F: include/hw/display/vga.h 1204F: include/hw/char/parallel.h 1205F: include/hw/dma/i8257.h 1206F: include/hw/i2c/pm_smbus.h 1207F: include/hw/input/i8042.h 1208F: include/hw/isa/i8259_internal.h 1209F: include/hw/isa/superio.h 1210F: include/hw/timer/hpet.h 1211F: include/hw/timer/i8254* 1212F: include/hw/timer/mc146818rtc* 1213 1214Machine core 1215M: Eduardo Habkost <ehabkost@redhat.com> 1216M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1217S: Supported 1218F: hw/core/machine.c 1219F: hw/core/null-machine.c 1220F: hw/cpu/cluster.c 1221F: include/hw/boards.h 1222F: include/hw/cpu/cluster.h 1223T: git https://github.com/ehabkost/qemu.git machine-next 1224 1225Xtensa Machines 1226--------------- 1227sim 1228M: Max Filippov <jcmvbkbc@gmail.com> 1229S: Maintained 1230F: hw/xtensa/sim.c 1231 1232XTFPGA (LX60, LX200, ML605, KC705) 1233M: Max Filippov <jcmvbkbc@gmail.com> 1234S: Maintained 1235F: hw/xtensa/xtfpga.c 1236F: hw/net/opencores_eth.c 1237 1238Devices 1239------- 1240EDU 1241M: Jiri Slaby <jslaby@suse.cz> 1242S: Maintained 1243F: hw/misc/edu.c 1244 1245IDE 1246M: John Snow <jsnow@redhat.com> 1247L: qemu-block@nongnu.org 1248S: Supported 1249F: include/hw/ide.h 1250F: include/hw/ide/ 1251F: hw/ide/ 1252F: hw/block/block.c 1253F: hw/block/cdrom.c 1254F: hw/block/hd-geometry.c 1255F: tests/ide-test.c 1256F: tests/ahci-test.c 1257F: tests/cdrom-test.c 1258F: tests/libqos/ahci* 1259T: git https://github.com/jnsnow/qemu.git ide 1260 1261IPMI 1262M: Corey Minyard <minyard@acm.org> 1263S: Maintained 1264F: include/hw/ipmi/* 1265F: hw/ipmi/* 1266F: hw/smbios/smbios_type_38.c 1267F: tests/ipmi* 1268T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1269 1270Floppy 1271M: John Snow <jsnow@redhat.com> 1272L: qemu-block@nongnu.org 1273S: Supported 1274F: hw/block/fdc.c 1275F: include/hw/block/fdc.h 1276F: tests/fdc-test.c 1277T: git https://github.com/jnsnow/qemu.git ide 1278 1279OMAP 1280M: Peter Maydell <peter.maydell@linaro.org> 1281S: Maintained 1282F: hw/*/omap* 1283F: include/hw/arm/omap.h 1284 1285IPack 1286M: Alberto Garcia <berto@igalia.com> 1287S: Odd Fixes 1288F: hw/char/ipoctal232.c 1289F: hw/ipack/ 1290 1291PCI 1292M: Michael S. Tsirkin <mst@redhat.com> 1293M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1294S: Supported 1295F: include/hw/pci/* 1296F: hw/misc/pci-testdev.c 1297F: hw/pci/* 1298F: hw/pci-bridge/* 1299F: docs/pci* 1300F: docs/specs/*pci* 1301F: default-configs/pci.mak 1302 1303ACPI/SMBIOS 1304M: Michael S. Tsirkin <mst@redhat.com> 1305M: Igor Mammedov <imammedo@redhat.com> 1306S: Supported 1307F: include/hw/acpi/* 1308F: include/hw/firmware/smbios.h 1309F: hw/mem/* 1310F: hw/acpi/* 1311F: hw/smbios/* 1312F: hw/i386/acpi-build.[hc] 1313F: hw/arm/virt-acpi-build.c 1314F: tests/bios-tables-test.c 1315F: tests/acpi-utils.[hc] 1316F: tests/data/acpi/ 1317 1318ppc4xx 1319M: David Gibson <david@gibson.dropbear.id.au> 1320L: qemu-ppc@nongnu.org 1321S: Odd Fixes 1322F: hw/ppc/ppc4*.c 1323F: hw/i2c/ppc4xx_i2c.c 1324F: include/hw/ppc/ppc4xx.h 1325F: include/hw/i2c/ppc4xx_i2c.h 1326 1327ppce500 1328M: David Gibson <david@gibson.dropbear.id.au> 1329L: qemu-ppc@nongnu.org 1330S: Odd Fixes 1331F: hw/ppc/e500* 1332F: hw/pci-host/ppce500.c 1333F: hw/net/fsl_etsec/ 1334 1335Character devices 1336M: Marc-André Lureau <marcandre.lureau@redhat.com> 1337R: Paolo Bonzini <pbonzini@redhat.com> 1338S: Odd Fixes 1339F: hw/char/ 1340 1341Network devices 1342M: Jason Wang <jasowang@redhat.com> 1343S: Odd Fixes 1344F: hw/net/ 1345F: include/hw/net/ 1346F: tests/virtio-net-test.c 1347T: git https://github.com/jasowang/qemu.git net 1348 1349SCSI 1350M: Paolo Bonzini <pbonzini@redhat.com> 1351R: Fam Zheng <fam@euphon.net> 1352S: Supported 1353F: include/hw/scsi/* 1354F: hw/scsi/* 1355F: tests/virtio-scsi-test.c 1356T: git https://github.com/bonzini/qemu.git scsi-next 1357 1358SSI 1359M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1360M: Alistair Francis <alistair@alistair23.me> 1361S: Maintained 1362F: hw/ssi/* 1363F: hw/block/m25p80.c 1364F: include/hw/ssi/ssi.h 1365X: hw/ssi/xilinx_* 1366F: tests/m25p80-test.c 1367 1368Xilinx SPI 1369M: Alistair Francis <alistair@alistair23.me> 1370M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1371S: Maintained 1372F: hw/ssi/xilinx_* 1373 1374SD (Secure Card) 1375M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1376S: Odd Fixes 1377F: include/hw/sd/sd* 1378F: hw/sd/core.c 1379F: hw/sd/sd* 1380F: tests/sd* 1381 1382USB 1383M: Gerd Hoffmann <kraxel@redhat.com> 1384S: Maintained 1385F: hw/usb/* 1386F: tests/usb-*-test.c 1387F: docs/usb2.txt 1388F: docs/usb-storage.txt 1389F: include/hw/usb.h 1390F: include/hw/usb/ 1391F: default-configs/usb.mak 1392 1393USB (serial adapter) 1394M: Gerd Hoffmann <kraxel@redhat.com> 1395M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1396S: Maintained 1397F: hw/usb/dev-serial.c 1398 1399VFIO 1400M: Alex Williamson <alex.williamson@redhat.com> 1401S: Supported 1402F: hw/vfio/* 1403F: include/hw/vfio/ 1404 1405vfio-ccw 1406M: Cornelia Huck <cohuck@redhat.com> 1407M: Eric Farman <farman@linux.ibm.com> 1408M: Farhan Ali <alifm@linux.ibm.com> 1409S: Supported 1410F: hw/vfio/ccw.c 1411F: hw/s390x/s390-ccw.c 1412F: include/hw/s390x/s390-ccw.h 1413T: git https://github.com/cohuck/qemu.git s390-next 1414L: qemu-s390x@nongnu.org 1415 1416vfio-ap 1417M: Christian Borntraeger <borntraeger@de.ibm.com> 1418M: Tony Krowiak <akrowiak@linux.ibm.com> 1419M: Halil Pasic <pasic@linux.ibm.com> 1420M: Pierre Morel <pmorel@linux.ibm.com> 1421S: Supported 1422F: hw/s390x/ap-device.c 1423F: hw/s390x/ap-bridge.c 1424F: include/hw/s390x/ap-device.h 1425F: include/hw/s390x/ap-bridge.h 1426F: hw/vfio/ap.c 1427F: docs/vfio-ap.txt 1428L: qemu-s390x@nongnu.org 1429 1430vhost 1431M: Michael S. Tsirkin <mst@redhat.com> 1432S: Supported 1433F: hw/*/*vhost* 1434F: docs/interop/vhost-user.txt 1435F: contrib/vhost-user-*/ 1436 1437virtio 1438M: Michael S. Tsirkin <mst@redhat.com> 1439S: Supported 1440F: hw/*/virtio* 1441F: hw/virtio/Makefile.objs 1442F: hw/virtio/trace-events 1443F: net/vhost-user.c 1444F: include/hw/virtio/ 1445F: tests/virtio-balloon-test.c 1446 1447virtio-9p 1448M: Greg Kurz <groug@kaod.org> 1449S: Supported 1450F: hw/9pfs/ 1451F: fsdev/ 1452F: tests/virtio-9p-test.c 1453T: git https://github.com/gkurz/qemu.git 9p-next 1454 1455virtio-blk 1456M: Stefan Hajnoczi <stefanha@redhat.com> 1457L: qemu-block@nongnu.org 1458S: Supported 1459F: hw/block/virtio-blk.c 1460F: hw/block/dataplane/* 1461F: tests/virtio-blk-test.c 1462T: git https://github.com/stefanha/qemu.git block 1463 1464virtio-ccw 1465M: Cornelia Huck <cohuck@redhat.com> 1466M: Halil Pasic <pasic@linux.ibm.com> 1467S: Supported 1468F: hw/s390x/virtio-ccw*.[hc] 1469F: hw/s390x/vhost-vsock-ccw.c 1470T: git https://github.com/cohuck/qemu.git s390-next 1471T: git https://github.com/borntraeger/qemu.git s390-next 1472L: qemu-s390x@nongnu.org 1473 1474virtio-input 1475M: Gerd Hoffmann <kraxel@redhat.com> 1476S: Maintained 1477F: hw/input/virtio-input*.c 1478F: include/hw/virtio/virtio-input.h 1479 1480virtio-serial 1481M: Amit Shah <amit@kernel.org> 1482S: Supported 1483F: hw/char/virtio-serial-bus.c 1484F: hw/char/virtio-console.c 1485F: include/hw/virtio/virtio-serial.h 1486F: tests/virtio-console-test.c 1487F: tests/virtio-serial-test.c 1488 1489virtio-rng 1490M: Amit Shah <amit@kernel.org> 1491S: Supported 1492F: hw/virtio/virtio-rng.c 1493F: include/hw/virtio/virtio-rng.h 1494F: include/sysemu/rng*.h 1495F: backends/rng*.c 1496F: tests/virtio-rng-test.c 1497 1498virtio-crypto 1499M: Gonglei <arei.gonglei@huawei.com> 1500S: Supported 1501F: hw/virtio/virtio-crypto.c 1502F: hw/virtio/virtio-crypto-pci.c 1503F: include/hw/virtio/virtio-crypto.h 1504 1505nvme 1506M: Keith Busch <keith.busch@intel.com> 1507L: qemu-block@nongnu.org 1508S: Supported 1509F: hw/block/nvme* 1510F: tests/nvme-test.c 1511 1512megasas 1513M: Hannes Reinecke <hare@suse.com> 1514L: qemu-block@nongnu.org 1515S: Supported 1516F: hw/scsi/megasas.c 1517F: hw/scsi/mfi.h 1518F: tests/megasas-test.c 1519 1520Network packet abstractions 1521M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1522S: Maintained 1523F: include/net/eth.h 1524F: net/eth.c 1525F: hw/net/net_rx_pkt* 1526F: hw/net/net_tx_pkt* 1527 1528Vmware 1529M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1530S: Maintained 1531F: hw/net/vmxnet* 1532F: hw/scsi/vmw_pvscsi* 1533F: tests/vmxnet3-test.c 1534 1535Rocker 1536M: Jiri Pirko <jiri@resnulli.us> 1537S: Maintained 1538F: hw/net/rocker/ 1539F: tests/rocker/ 1540F: docs/specs/rocker.txt 1541 1542NVDIMM 1543M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1544S: Maintained 1545F: hw/acpi/nvdimm.c 1546F: hw/mem/nvdimm.c 1547F: include/hw/mem/nvdimm.h 1548F: docs/nvdimm.txt 1549 1550e1000x 1551M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1552S: Maintained 1553F: hw/net/e1000x* 1554 1555e1000e 1556M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1557S: Maintained 1558F: hw/net/e1000e* 1559 1560eepro100 1561M: Stefan Weil <sw@weilnetz.de> 1562S: Maintained 1563F: hw/net/eepro100.c 1564 1565Generic Loader 1566M: Alistair Francis <alistair@alistair23.me> 1567S: Maintained 1568F: hw/core/generic-loader.c 1569F: include/hw/core/generic-loader.h 1570F: docs/generic-loader.txt 1571 1572Intel Hexadecimal Object File Loader 1573M: Su Hang <suhang16@mails.ucas.ac.cn> 1574S: Maintained 1575F: tests/hexloader-test.c 1576F: tests/data/hex-loader/test.hex 1577 1578CHRP NVRAM 1579M: Thomas Huth <thuth@redhat.com> 1580S: Maintained 1581F: hw/nvram/chrp_nvram.c 1582F: include/hw/nvram/chrp_nvram.h 1583F: tests/prom-env-test.c 1584 1585VM Generation ID 1586M: Ben Warren <ben@skyportsystems.com> 1587S: Maintained 1588F: hw/acpi/vmgenid.c 1589F: include/hw/acpi/vmgenid.h 1590F: docs/specs/vmgenid.txt 1591F: tests/vmgenid-test.c 1592F: stubs/vmgenid.c 1593 1594Unimplemented device 1595M: Peter Maydell <peter.maydell@linaro.org> 1596R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1597S: Maintained 1598F: include/hw/misc/unimp.h 1599F: hw/misc/unimp.c 1600 1601Standard VGA 1602M: Gerd Hoffmann <kraxel@redhat.com> 1603S: Maintained 1604F: hw/display/vga* 1605F: hw/display/bochs-display.c 1606F: include/hw/display/vga.h 1607F: include/hw/display/bochs-vbe.h 1608 1609ramfb 1610M: Gerd Hoffmann <kraxel@redhat.com> 1611S: Maintained 1612F: hw/display/ramfb*.c 1613F: include/hw/display/ramfb.h 1614 1615virtio-gpu 1616M: Gerd Hoffmann <kraxel@redhat.com> 1617S: Maintained 1618F: hw/display/virtio-gpu* 1619F: hw/display/virtio-vga.c 1620F: include/hw/virtio/virtio-gpu.h 1621 1622Cirrus VGA 1623M: Gerd Hoffmann <kraxel@redhat.com> 1624S: Odd Fixes 1625W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 1626F: hw/display/cirrus* 1627 1628EDID Generator 1629M: Gerd Hoffmann <kraxel@redhat.com> 1630S: Maintained 1631F: hw/display/edid* 1632F: include/hw/display/edid.h 1633F: qemu-edid.c 1634 1635Firmware configuration (fw_cfg) 1636M: Philippe Mathieu-Daudé <philmd@redhat.com> 1637R: Laszlo Ersek <lersek@redhat.com> 1638R: Gerd Hoffmann <kraxel@redhat.com> 1639S: Supported 1640F: docs/specs/fw_cfg.txt 1641F: hw/nvram/fw_cfg.c 1642F: include/hw/nvram/fw_cfg.h 1643F: include/standard-headers/linux/qemu_fw_cfg.h 1644F: tests/libqos/fw_cfg.c 1645F: tests/fw_cfg-test.c 1646T: git https://github.com/philmd/qemu.git fw_cfg-next 1647 1648Subsystems 1649---------- 1650Audio 1651M: Gerd Hoffmann <kraxel@redhat.com> 1652S: Maintained 1653F: audio/ 1654F: hw/audio/ 1655F: include/hw/audio/ 1656F: tests/ac97-test.c 1657F: tests/es1370-test.c 1658F: tests/intel-hda-test.c 1659 1660Block layer core 1661M: Kevin Wolf <kwolf@redhat.com> 1662M: Max Reitz <mreitz@redhat.com> 1663L: qemu-block@nongnu.org 1664S: Supported 1665F: block* 1666F: block/ 1667F: hw/block/ 1668F: include/block/ 1669F: qemu-img* 1670F: qemu-io* 1671F: tests/qemu-iotests/ 1672F: util/qemu-progress.c 1673F: qobject/block-qdict.c 1674F: tests/check-block-qdict.c 1675T: git https://repo.or.cz/qemu/kevin.git block 1676 1677Block I/O path 1678M: Stefan Hajnoczi <stefanha@redhat.com> 1679M: Fam Zheng <fam@euphon.net> 1680L: qemu-block@nongnu.org 1681S: Supported 1682F: util/async.c 1683F: util/aio-*.c 1684F: block/io.c 1685F: migration/block* 1686F: include/block/aio.h 1687F: include/block/aio-wait.h 1688F: scripts/qemugdb/aio.py 1689T: git https://github.com/stefanha/qemu.git block 1690 1691Block SCSI subsystem 1692M: Paolo Bonzini <pbonzini@redhat.com> 1693R: Fam Zheng <fam@euphon.net> 1694L: qemu-block@nongnu.org 1695S: Supported 1696F: include/scsi/* 1697F: scsi/* 1698 1699Block Jobs 1700M: Jeff Cody <jcody@redhat.com> 1701L: qemu-block@nongnu.org 1702S: Supported 1703F: blockjob.c 1704F: include/block/blockjob.h 1705F: job.c 1706F: job-qmp.c 1707F: include/qemu/job.h 1708F: block/backup.c 1709F: block/commit.c 1710F: block/stream.c 1711F: block/mirror.c 1712F: qapi/job.json 1713T: git https://github.com/codyprime/qemu-kvm-jtc.git block 1714 1715Block QAPI, monitor, command line 1716M: Markus Armbruster <armbru@redhat.com> 1717S: Supported 1718F: blockdev.c 1719F: block/qapi.c 1720F: qapi/block*.json 1721F: qapi/transaction.json 1722T: git https://repo.or.cz/qemu/armbru.git block-next 1723 1724Dirty Bitmaps 1725M: Fam Zheng <fam@euphon.net> 1726M: John Snow <jsnow@redhat.com> 1727L: qemu-block@nongnu.org 1728S: Supported 1729F: util/hbitmap.c 1730F: block/dirty-bitmap.c 1731F: include/qemu/hbitmap.h 1732F: include/block/dirty-bitmap.h 1733F: tests/test-hbitmap.c 1734F: docs/interop/bitmaps.rst 1735T: git https://github.com/famz/qemu.git bitmaps 1736T: git https://github.com/jnsnow/qemu.git bitmaps 1737 1738Character device backends 1739M: Marc-André Lureau <marcandre.lureau@redhat.com> 1740R: Paolo Bonzini <pbonzini@redhat.com> 1741S: Maintained 1742F: chardev/ 1743F: include/chardev/ 1744F: qapi/char.json 1745 1746Character Devices (Braille) 1747M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1748S: Maintained 1749F: chardev/baum.c 1750 1751Command line option argument parsing 1752M: Markus Armbruster <armbru@redhat.com> 1753S: Supported 1754F: include/qemu/option.h 1755F: tests/test-keyval.c 1756F: tests/test-qemu-opts.c 1757F: util/keyval.c 1758F: util/qemu-option.c 1759 1760Coverity model 1761M: Markus Armbruster <armbru@redhat.com> 1762S: Supported 1763F: scripts/coverity-model.c 1764 1765CPU 1766L: qemu-devel@nongnu.org 1767S: Supported 1768F: qom/cpu.c 1769F: include/qom/cpu.h 1770 1771Device Tree 1772M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1773M: Alexander Graf <agraf@suse.de> 1774S: Maintained 1775F: device_tree.c 1776F: include/sysemu/device_tree.h 1777 1778Dump 1779S: Supported 1780M: Marc-André Lureau <marcandre.lureau@redhat.com> 1781F: dump.c 1782F: hw/misc/vmcoreinfo.c 1783F: include/hw/misc/vmcoreinfo.h 1784F: include/sysemu/dump-arch.h 1785F: include/sysemu/dump.h 1786F: scripts/dump-guest-memory.py 1787F: stubs/dump.c 1788 1789Error reporting 1790M: Markus Armbruster <armbru@redhat.com> 1791S: Supported 1792F: include/qapi/error.h 1793F: include/qemu/error-report.h 1794F: util/error.c 1795F: util/qemu-error.c 1796 1797GDB stub 1798L: qemu-devel@nongnu.org 1799S: Odd Fixes 1800F: gdbstub* 1801F: gdb-xml/ 1802 1803Memory API 1804M: Paolo Bonzini <pbonzini@redhat.com> 1805S: Supported 1806F: include/exec/ioport.h 1807F: ioport.c 1808F: include/exec/memory.h 1809F: include/exec/ram_addr.h 1810F: memory.c 1811F: include/exec/memory-internal.h 1812F: exec.c 1813 1814SPICE 1815M: Gerd Hoffmann <kraxel@redhat.com> 1816S: Supported 1817F: include/ui/qemu-spice.h 1818F: include/ui/spice-display.h 1819F: ui/spice-*.c 1820F: audio/spiceaudio.c 1821F: hw/display/qxl* 1822F: qapi/ui.json 1823F: docs/spice-port-fqdn.txt 1824 1825Graphics 1826M: Gerd Hoffmann <kraxel@redhat.com> 1827S: Odd Fixes 1828F: ui/ 1829F: include/ui/ 1830F: qapi/ui.json 1831F: util/drm.c 1832 1833Cocoa graphics 1834M: Peter Maydell <peter.maydell@linaro.org> 1835S: Odd Fixes 1836F: ui/cocoa.m 1837 1838Main loop 1839M: Paolo Bonzini <pbonzini@redhat.com> 1840S: Maintained 1841F: cpus.c 1842F: util/main-loop.c 1843F: util/qemu-timer.c 1844F: vl.c 1845F: qapi/run-state.json 1846 1847Human Monitor (HMP) 1848M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1849S: Maintained 1850F: monitor.c 1851F: hmp.[ch] 1852F: hmp-commands*.hx 1853F: include/monitor/hmp-target.h 1854F: tests/test-hmp.c 1855 1856Network device backends 1857M: Jason Wang <jasowang@redhat.com> 1858S: Maintained 1859F: net/ 1860F: include/net/ 1861T: git https://github.com/jasowang/qemu.git net 1862F: qapi/net.json 1863 1864Netmap network backend 1865M: Luigi Rizzo <rizzo@iet.unipi.it> 1866M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1867M: Vincenzo Maffione <v.maffione@gmail.com> 1868W: http://info.iet.unipi.it/~luigi/netmap/ 1869S: Maintained 1870F: net/netmap.c 1871 1872NUMA 1873M: Eduardo Habkost <ehabkost@redhat.com> 1874S: Maintained 1875F: numa.c 1876F: include/sysemu/numa.h 1877T: git https://github.com/ehabkost/qemu.git machine-next 1878 1879Host Memory Backends 1880M: Eduardo Habkost <ehabkost@redhat.com> 1881M: Igor Mammedov <imammedo@redhat.com> 1882S: Maintained 1883F: backends/hostmem*.c 1884F: include/sysemu/hostmem.h 1885T: git https://github.com/ehabkost/qemu.git machine-next 1886 1887Cryptodev Backends 1888M: Gonglei <arei.gonglei@huawei.com> 1889S: Maintained 1890F: include/sysemu/cryptodev*.h 1891F: backends/cryptodev*.c 1892 1893Python scripts 1894M: Eduardo Habkost <ehabkost@redhat.com> 1895M: Cleber Rosa <crosa@redhat.com> 1896S: Odd fixes 1897F: scripts/qmp/* 1898F: scripts/*.py 1899F: tests/*.py 1900 1901QAPI 1902M: Markus Armbruster <armbru@redhat.com> 1903M: Michael Roth <mdroth@linux.vnet.ibm.com> 1904S: Supported 1905F: qapi/ 1906X: qapi/*.json 1907F: include/qapi/ 1908X: include/qapi/qmp/ 1909F: include/qapi/qmp/dispatch.h 1910F: tests/qapi-schema/ 1911F: tests/test-*-visitor.c 1912F: tests/test-qapi-*.c 1913F: tests/test-qmp-*.c 1914F: tests/test-visitor-serialization.c 1915F: scripts/qapi-gen.py 1916F: scripts/qapi/* 1917F: docs/devel/qapi* 1918T: git https://repo.or.cz/qemu/armbru.git qapi-next 1919 1920QAPI Schema 1921M: Eric Blake <eblake@redhat.com> 1922M: Markus Armbruster <armbru@redhat.com> 1923S: Supported 1924F: qapi/*.json 1925T: git https://repo.or.cz/qemu/armbru.git qapi-next 1926 1927QObject 1928M: Markus Armbruster <armbru@redhat.com> 1929S: Supported 1930F: qobject/ 1931F: include/qapi/qmp/ 1932X: include/qapi/qmp/dispatch.h 1933F: scripts/coccinelle/qobject.cocci 1934F: tests/check-qdict.c 1935F: tests/check-qnum.c 1936F: tests/check-qjson.c 1937F: tests/check-qlist.c 1938F: tests/check-qstring.c 1939T: git https://repo.or.cz/qemu/armbru.git qapi-next 1940 1941QEMU Guest Agent 1942M: Michael Roth <mdroth@linux.vnet.ibm.com> 1943S: Maintained 1944F: qga/ 1945F: qemu-ga.texi 1946F: scripts/qemu-guest-agent/ 1947F: tests/test-qga.c 1948F: docs/interop/qemu-ga-ref.texi 1949T: git https://github.com/mdroth/qemu.git qga 1950 1951QOM 1952M: Andreas Färber <afaerber@suse.de> 1953S: Supported 1954T: git https://github.com/afaerber/qemu-cpu.git qom-next 1955F: include/qom/ 1956X: include/qom/cpu.h 1957F: qom/ 1958X: qom/cpu.c 1959F: tests/check-qom-interface.c 1960F: tests/check-qom-proplist.c 1961 1962QMP 1963M: Markus Armbruster <armbru@redhat.com> 1964S: Supported 1965F: qmp.c 1966F: monitor.c 1967F: docs/devel/*qmp-* 1968F: docs/interop/*qmp-* 1969F: scripts/qmp/ 1970F: tests/qmp-test.c 1971F: tests/qmp-cmd-test.c 1972T: git https://repo.or.cz/qemu/armbru.git qapi-next 1973 1974qtest 1975M: Thomas Huth <thuth@redhat.com> 1976M: Laurent Vivier <lvivier@redhat.com> 1977R: Paolo Bonzini <pbonzini@redhat.com> 1978S: Maintained 1979F: qtest.c 1980F: tests/libqtest.* 1981F: tests/libqos/ 1982F: tests/*-test.c 1983 1984Register API 1985M: Alistair Francis <alistair@alistair23.me> 1986S: Maintained 1987F: hw/core/register.c 1988F: include/hw/register.h 1989F: include/hw/registerfields.h 1990 1991SLIRP 1992M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1993M: Jan Kiszka <jan.kiszka@siemens.com> 1994S: Maintained 1995F: slirp/ 1996F: net/slirp.c 1997F: include/net/slirp.h 1998T: git https://people.debian.org/~sthibault/qemu.git slirp 1999T: git git://git.kiszka.org/qemu.git queues/slirp 2000 2001Stubs 2002M: Paolo Bonzini <pbonzini@redhat.com> 2003S: Maintained 2004F: stubs/ 2005 2006Tracing 2007M: Stefan Hajnoczi <stefanha@redhat.com> 2008S: Maintained 2009F: trace/ 2010F: trace-events 2011F: qemu-option-trace.texi 2012F: scripts/tracetool.py 2013F: scripts/tracetool/ 2014F: docs/devel/tracing.txt 2015T: git https://github.com/stefanha/qemu.git tracing 2016 2017TPM 2018M: Stefan Berger <stefanb@linux.ibm.com> 2019S: Maintained 2020F: tpm.c 2021F: stubs/tpm.c 2022F: hw/tpm/* 2023F: include/hw/acpi/tpm.h 2024F: include/sysemu/tpm* 2025F: qapi/tpm.json 2026F: backends/tpm.c 2027F: tests/*tpm* 2028T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2029 2030Checkpatch 2031S: Odd Fixes 2032F: scripts/checkpatch.pl 2033 2034Migration 2035M: Juan Quintela <quintela@redhat.com> 2036M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2037S: Maintained 2038F: include/migration/ 2039F: migration/ 2040F: scripts/vmstate-static-checker.py 2041F: tests/vmstate-static-checker-data/ 2042F: tests/migration-test.c 2043F: docs/devel/migration.rst 2044F: qapi/migration.json 2045 2046Seccomp 2047M: Eduardo Otubo <otubo@redhat.com> 2048S: Supported 2049F: qemu-seccomp.c 2050F: include/sysemu/seccomp.h 2051 2052Cryptography 2053M: Daniel P. Berrange <berrange@redhat.com> 2054S: Maintained 2055F: crypto/ 2056F: include/crypto/ 2057F: tests/test-crypto-* 2058F: tests/benchmark-crypto-* 2059F: qemu.sasl 2060 2061Coroutines 2062M: Stefan Hajnoczi <stefanha@redhat.com> 2063M: Kevin Wolf <kwolf@redhat.com> 2064F: util/*coroutine* 2065F: include/qemu/coroutine* 2066F: tests/test-coroutine.c 2067 2068Buffers 2069M: Daniel P. Berrange <berrange@redhat.com> 2070S: Odd fixes 2071F: util/buffer.c 2072F: include/qemu/buffer.h 2073 2074I/O Channels 2075M: Daniel P. Berrange <berrange@redhat.com> 2076S: Maintained 2077F: io/ 2078F: include/io/ 2079F: tests/test-io-* 2080 2081Sockets 2082M: Daniel P. Berrange <berrange@redhat.com> 2083M: Gerd Hoffmann <kraxel@redhat.com> 2084S: Maintained 2085F: include/qemu/sockets.h 2086F: util/qemu-sockets.c 2087F: qapi/sockets.json 2088 2089Throttling infrastructure 2090M: Alberto Garcia <berto@igalia.com> 2091S: Supported 2092F: block/throttle-groups.c 2093F: include/block/throttle-groups.h 2094F: include/qemu/throttle*.h 2095F: util/throttle.c 2096F: docs/throttle.txt 2097F: tests/test-throttle.c 2098L: qemu-block@nongnu.org 2099 2100UUID 2101M: Fam Zheng <fam@euphon.net> 2102S: Supported 2103F: util/uuid.c 2104F: include/qemu/uuid.h 2105F: tests/test-uuid.c 2106 2107COLO Framework 2108M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2109S: Maintained 2110F: migration/colo* 2111F: include/migration/colo.h 2112F: include/migration/failover.h 2113F: docs/COLO-FT.txt 2114 2115COLO Proxy 2116M: Zhang Chen <zhangckid@gmail.com> 2117M: Li Zhijian <lizhijian@cn.fujitsu.com> 2118S: Supported 2119F: docs/colo-proxy.txt 2120F: net/colo* 2121F: net/filter-rewriter.c 2122F: net/filter-mirror.c 2123 2124Record/replay 2125M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2126R: Paolo Bonzini <pbonzini@redhat.com> 2127W: https://wiki.qemu.org/Features/record-replay 2128S: Supported 2129F: replay/* 2130F: block/blkreplay.c 2131F: net/filter-replay.c 2132F: include/sysemu/replay.h 2133F: docs/replay.txt 2134F: stubs/replay.c 2135 2136IOVA Tree 2137M: Peter Xu <peterx@redhat.com> 2138S: Maintained 2139F: include/qemu/iova-tree.h 2140F: util/iova-tree.c 2141 2142elf2dmp 2143M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2144S: Maintained 2145F: contrib/elf2dmp/ 2146 2147Usermode Emulation 2148------------------ 2149Overall 2150M: Riku Voipio <riku.voipio@iki.fi> 2151S: Maintained 2152F: thunk.c 2153F: accel/tcg/user-exec*.c 2154 2155BSD user 2156S: Orphan 2157F: bsd-user/ 2158F: default-configs/*-bsd-user.mak 2159 2160Linux user 2161M: Riku Voipio <riku.voipio@iki.fi> 2162R: Laurent Vivier <laurent@vivier.eu> 2163S: Maintained 2164F: linux-user/ 2165F: default-configs/*-linux-user.mak 2166F: scripts/qemu-binfmt-conf.sh 2167 2168Tiny Code Generator (TCG) 2169------------------------- 2170Common code 2171M: Richard Henderson <rth@twiddle.net> 2172S: Maintained 2173F: tcg/ 2174 2175AArch64 target 2176M: Claudio Fontana <claudio.fontana@huawei.com> 2177M: Claudio Fontana <claudio.fontana@gmail.com> 2178S: Maintained 2179L: qemu-arm@nongnu.org 2180F: tcg/aarch64/ 2181F: disas/arm-a64.cc 2182F: disas/libvixl/ 2183 2184ARM target 2185M: Andrzej Zaborowski <balrogg@gmail.com> 2186S: Maintained 2187L: qemu-arm@nongnu.org 2188F: tcg/arm/ 2189F: disas/arm.c 2190 2191i386 target 2192L: qemu-devel@nongnu.org 2193S: Maintained 2194F: tcg/i386/ 2195F: disas/i386.c 2196 2197MIPS target 2198M: Aurelien Jarno <aurelien@aurel32.net> 2199R: Aleksandar Rikalo <arikalo@wavecomp.com> 2200S: Maintained 2201F: tcg/mips/ 2202F: disas/mips.c 2203 2204PPC 2205M: Richard Henderson <rth@twiddle.net> 2206S: Odd Fixes 2207F: tcg/ppc/ 2208F: disas/ppc.c 2209 2210RISC-V 2211M: Michael Clark <mjc@sifive.com> 2212M: Palmer Dabbelt <palmer@sifive.com> 2213M: Alistair Francis <Alistair.Francis@wdc.com> 2214L: qemu-riscv@nongnu.org 2215S: Maintained 2216F: tcg/riscv/ 2217F: disas/riscv.c 2218 2219S390 target 2220M: Richard Henderson <rth@twiddle.net> 2221S: Maintained 2222F: tcg/s390/ 2223F: disas/s390.c 2224L: qemu-s390x@nongnu.org 2225 2226SPARC target 2227S: Odd Fixes 2228F: tcg/sparc/ 2229F: disas/sparc.c 2230 2231TCI target 2232M: Stefan Weil <sw@weilnetz.de> 2233S: Maintained 2234F: tcg/tci/ 2235F: tcg/tci.c 2236F: disas/tci.c 2237 2238Block drivers 2239------------- 2240VMDK 2241M: Fam Zheng <fam@euphon.net> 2242L: qemu-block@nongnu.org 2243S: Supported 2244F: block/vmdk.c 2245 2246RBD 2247M: Josh Durgin <jdurgin@redhat.com> 2248M: Jeff Cody <jcody@redhat.com> 2249L: qemu-block@nongnu.org 2250S: Supported 2251F: block/rbd.c 2252T: git https://github.com/codyprime/qemu-kvm-jtc.git block 2253 2254Sheepdog 2255M: Liu Yuan <namei.unix@gmail.com> 2256M: Jeff Cody <jcody@redhat.com> 2257L: qemu-block@nongnu.org 2258S: Supported 2259F: block/sheepdog.c 2260T: git https://github.com/codyprime/qemu-kvm-jtc.git block 2261 2262VHDX 2263M: Jeff Cody <jcody@redhat.com> 2264L: qemu-block@nongnu.org 2265S: Supported 2266F: block/vhdx* 2267T: git https://github.com/codyprime/qemu-kvm-jtc.git block 2268 2269VDI 2270M: Stefan Weil <sw@weilnetz.de> 2271L: qemu-block@nongnu.org 2272S: Maintained 2273F: block/vdi.c 2274 2275iSCSI 2276M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2277M: Paolo Bonzini <pbonzini@redhat.com> 2278M: Peter Lieven <pl@kamp.de> 2279L: qemu-block@nongnu.org 2280S: Odd Fixes 2281F: block/iscsi.c 2282F: block/iscsi-opts.c 2283 2284Network Block Device (NBD) 2285M: Eric Blake <eblake@redhat.com> 2286L: qemu-block@nongnu.org 2287S: Maintained 2288F: block/nbd* 2289F: nbd/ 2290F: include/block/nbd* 2291F: qemu-nbd.* 2292F: blockdev-nbd.c 2293F: docs/interop/nbd.txt 2294T: git https://repo.or.cz/qemu/ericb.git nbd 2295 2296NFS 2297M: Jeff Cody <jcody@redhat.com> 2298M: Peter Lieven <pl@kamp.de> 2299L: qemu-block@nongnu.org 2300S: Maintained 2301F: block/nfs.c 2302T: git https://github.com/codyprime/qemu-kvm-jtc.git block 2303 2304SSH 2305M: Richard W.M. Jones <rjones@redhat.com> 2306M: Jeff Cody <jcody@redhat.com> 2307L: qemu-block@nongnu.org 2308S: Supported 2309F: block/ssh.c 2310T: git https://github.com/codyprime/qemu-kvm-jtc.git block 2311 2312CURL 2313M: Jeff Cody <jcody@redhat.com> 2314L: qemu-block@nongnu.org 2315S: Supported 2316F: block/curl.c 2317T: git https://github.com/codyprime/qemu-kvm-jtc.git block 2318 2319GLUSTER 2320M: Jeff Cody <jcody@redhat.com> 2321L: qemu-block@nongnu.org 2322S: Supported 2323F: block/gluster.c 2324T: git https://github.com/codyprime/qemu-kvm-jtc.git block 2325 2326Null Block Driver 2327M: Fam Zheng <fam@euphon.net> 2328L: qemu-block@nongnu.org 2329S: Supported 2330F: block/null.c 2331 2332NVMe Block Driver 2333M: Fam Zheng <fam@euphon.net> 2334L: qemu-block@nongnu.org 2335S: Supported 2336F: block/nvme* 2337 2338Bootdevice 2339M: Gonglei <arei.gonglei@huawei.com> 2340S: Maintained 2341F: bootdevice.c 2342 2343Quorum 2344M: Alberto Garcia <berto@igalia.com> 2345S: Supported 2346F: block/quorum.c 2347L: qemu-block@nongnu.org 2348 2349blklogwrites 2350M: Ari Sundholm <ari@tuxera.com> 2351L: qemu-block@nongnu.org 2352S: Supported 2353F: block/blklogwrites.c 2354 2355blkverify 2356M: Stefan Hajnoczi <stefanha@redhat.com> 2357L: qemu-block@nongnu.org 2358S: Supported 2359F: block/blkverify.c 2360 2361bochs 2362M: Stefan Hajnoczi <stefanha@redhat.com> 2363L: qemu-block@nongnu.org 2364S: Supported 2365F: block/bochs.c 2366 2367cloop 2368M: Stefan Hajnoczi <stefanha@redhat.com> 2369L: qemu-block@nongnu.org 2370S: Supported 2371F: block/cloop.c 2372 2373dmg 2374M: Stefan Hajnoczi <stefanha@redhat.com> 2375L: qemu-block@nongnu.org 2376S: Supported 2377F: block/dmg.c 2378 2379parallels 2380M: Stefan Hajnoczi <stefanha@redhat.com> 2381M: Denis V. Lunev <den@openvz.org> 2382L: qemu-block@nongnu.org 2383S: Supported 2384F: block/parallels.c 2385F: docs/interop/parallels.txt 2386 2387qed 2388M: Stefan Hajnoczi <stefanha@redhat.com> 2389L: qemu-block@nongnu.org 2390S: Supported 2391F: block/qed.c 2392 2393raw 2394M: Kevin Wolf <kwolf@redhat.com> 2395L: qemu-block@nongnu.org 2396S: Supported 2397F: block/linux-aio.c 2398F: include/block/raw-aio.h 2399F: block/raw-format.c 2400F: block/file-posix.c 2401F: block/file-win32.c 2402F: block/win32-aio.c 2403 2404qcow2 2405M: Kevin Wolf <kwolf@redhat.com> 2406M: Max Reitz <mreitz@redhat.com> 2407L: qemu-block@nongnu.org 2408S: Supported 2409F: block/qcow2* 2410F: docs/interop/qcow2.txt 2411 2412qcow 2413M: Kevin Wolf <kwolf@redhat.com> 2414L: qemu-block@nongnu.org 2415S: Supported 2416F: block/qcow.c 2417 2418blkdebug 2419M: Kevin Wolf <kwolf@redhat.com> 2420M: Max Reitz <mreitz@redhat.com> 2421L: qemu-block@nongnu.org 2422S: Supported 2423F: block/blkdebug.c 2424 2425vpc 2426M: Kevin Wolf <kwolf@redhat.com> 2427L: qemu-block@nongnu.org 2428S: Supported 2429F: block/vpc.c 2430 2431vvfat 2432M: Kevin Wolf <kwolf@redhat.com> 2433L: qemu-block@nongnu.org 2434S: Supported 2435F: block/vvfat.c 2436 2437Image format fuzzer 2438M: Stefan Hajnoczi <stefanha@redhat.com> 2439L: qemu-block@nongnu.org 2440S: Supported 2441F: tests/image-fuzzer/ 2442 2443Replication 2444M: Wen Congyang <wencongyang2@huawei.com> 2445M: Xie Changlong <xiechanglong.d@gmail.com> 2446S: Supported 2447F: replication* 2448F: block/replication.c 2449F: tests/test-replication.c 2450F: docs/block-replication.txt 2451 2452PVRDMA 2453M: Yuval Shaia <yuval.shaia@oracle.com> 2454M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 2455S: Maintained 2456F: hw/rdma/* 2457F: hw/rdma/vmw/* 2458F: docs/pvrdma.txt 2459F: contrib/rdmacm-mux/* 2460F: qapi/rdma.json 2461 2462Build and test automation 2463------------------------- 2464Build and test automation 2465M: Alex Bennée <alex.bennee@linaro.org> 2466M: Fam Zheng <fam@euphon.net> 2467R: Philippe Mathieu-Daudé <philmd@redhat.com> 2468L: qemu-devel@nongnu.org 2469S: Maintained 2470F: .travis.yml 2471F: scripts/travis/ 2472F: .shippable.yml 2473F: tests/docker/ 2474F: tests/vm/ 2475W: https://travis-ci.org/qemu/qemu 2476W: https://app.shippable.com/github/qemu/qemu 2477W: http://patchew.org/QEMU/ 2478 2479Guest Test Compilation Support 2480M: Alex Bennée <alex.bennee@linaro.org> 2481R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2482F: tests/tcg/Makefile 2483F: tests/tcg/Makefile.include 2484L: qemu-devel@nongnu.org 2485 2486Documentation 2487------------- 2488Build system architecture 2489M: Daniel P. Berrange <berrange@redhat.com> 2490S: Odd Fixes 2491F: docs/devel/build-system.txt 2492 2493GIT Data Mining Config 2494M: Alex Bennée <alex.bennee@linaro.org> 2495S: Odd Fixes 2496F: gitdm.config 2497F: contrib/gitdm/* 2498 2499Incompatible changes 2500R: libvir-list@redhat.com 2501F: qemu-deprecated.texi 2502 2503Build System 2504------------ 2505GIT submodules 2506M: Daniel P. Berrange <berrange@redhat.com> 2507S: Odd Fixes 2508F: scripts/git-submodule.sh 2509