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