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