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