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