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