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