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