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