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/9pfs/xen-9p-backend.c 331F: hw/char/xen_console.c 332F: hw/display/xenfb.c 333F: hw/net/xen_nic.c 334F: hw/block/xen_* 335F: hw/xen/ 336F: hw/xenpv/ 337F: hw/i386/xen/ 338F: include/hw/xen/ 339F: include/sysemu/xen-mapcache.h 340 341Hosts: 342------ 343 344LINUX 345L: qemu-devel@nongnu.org 346S: Maintained 347F: linux-* 348F: linux-headers/ 349 350POSIX 351L: qemu-devel@nongnu.org 352S: Maintained 353F: *posix* 354 355W32, W64 356L: qemu-devel@nongnu.org 357M: Stefan Weil <sw@weilnetz.de> 358S: Maintained 359F: *win32* 360F: */*win32* 361F: include/*/*win32* 362X: qga/*win32* 363F: qemu.nsi 364 365ARM Machines 366------------ 367Allwinner-a10 368M: Beniamino Galvani <b.galvani@gmail.com> 369L: qemu-arm@nongnu.org 370S: Maintained 371F: hw/*/allwinner* 372F: include/hw/*/allwinner* 373F: hw/arm/cubieboard.c 374 375ARM PrimeCell 376M: Peter Maydell <peter.maydell@linaro.org> 377L: qemu-arm@nongnu.org 378S: Maintained 379F: hw/char/pl011.c 380F: hw/display/pl110* 381F: hw/dma/pl080.c 382F: hw/dma/pl330.c 383F: hw/gpio/pl061.c 384F: hw/input/pl050.c 385F: hw/intc/pl190.c 386F: hw/sd/pl181.c 387F: hw/timer/pl031.c 388F: include/hw/arm/primecell.h 389 390ARM cores 391M: Peter Maydell <peter.maydell@linaro.org> 392L: qemu-arm@nongnu.org 393S: Maintained 394F: hw/intc/arm* 395F: hw/intc/gic_internal.h 396F: hw/misc/a9scu.c 397F: hw/misc/arm11scu.c 398F: hw/timer/a9gtimer* 399F: hw/timer/arm_* 400F: include/hw/arm/arm.h 401F: include/hw/intc/arm* 402F: include/hw/misc/a9scu.h 403F: include/hw/misc/arm11scu.h 404F: include/hw/timer/a9gtimer.h 405F: include/hw/timer/arm_mptimer.h 406 407Exynos 408M: Igor Mitsyanko <i.mitsyanko@gmail.com> 409L: qemu-arm@nongnu.org 410S: Maintained 411F: hw/*/exynos* 412F: include/hw/arm/exynos4210.h 413 414Calxeda Highbank 415M: Rob Herring <robh@kernel.org> 416L: qemu-arm@nongnu.org 417S: Maintained 418F: hw/arm/highbank.c 419F: hw/net/xgmac.c 420 421Canon DIGIC 422M: Antony Pavlov <antonynpavlov@gmail.com> 423L: qemu-arm@nongnu.org 424S: Maintained 425F: include/hw/arm/digic.h 426F: hw/*/digic* 427 428Gumstix 429L: qemu-devel@nongnu.org 430L: qemu-arm@nongnu.org 431S: Orphan 432F: hw/arm/gumstix.c 433 434i.MX31 435M: Peter Chubb <peter.chubb@nicta.com.au> 436L: qemu-arm@nongnu.org 437S: Odd fixes 438F: hw/*/imx* 439F: include/hw/*/imx* 440F: hw/arm/kzm.c 441F: include/hw/arm/fsl-imx31.h 442 443Integrator CP 444M: Peter Maydell <peter.maydell@linaro.org> 445L: qemu-arm@nongnu.org 446S: Maintained 447F: hw/arm/integratorcp.c 448F: hw/misc/arm_integrator_debug.c 449 450Musicpal 451M: Jan Kiszka <jan.kiszka@web.de> 452L: qemu-arm@nongnu.org 453S: Maintained 454F: hw/arm/musicpal.c 455 456nSeries 457M: Andrzej Zaborowski <balrogg@gmail.com> 458L: qemu-arm@nongnu.org 459S: Maintained 460F: hw/arm/nseries.c 461 462Palm 463M: Andrzej Zaborowski <balrogg@gmail.com> 464L: qemu-arm@nongnu.org 465S: Maintained 466F: hw/arm/palm.c 467 468Real View 469M: Peter Maydell <peter.maydell@linaro.org> 470L: qemu-arm@nongnu.org 471S: Maintained 472F: hw/arm/realview* 473F: hw/cpu/realview_mpcore.c 474F: hw/intc/realview_gic.c 475F: include/hw/intc/realview_gic.h 476 477PXA2XX 478M: Andrzej Zaborowski <balrogg@gmail.com> 479L: qemu-arm@nongnu.org 480S: Maintained 481F: hw/arm/mainstone.c 482F: hw/arm/spitz.c 483F: hw/arm/tosa.c 484F: hw/arm/z2.c 485F: hw/*/pxa2xx* 486F: hw/misc/mst_fpga.c 487F: include/hw/arm/pxa.h 488 489Stellaris 490M: Peter Maydell <peter.maydell@linaro.org> 491L: qemu-arm@nongnu.org 492S: Maintained 493F: hw/*/stellaris* 494 495Versatile PB 496M: Peter Maydell <peter.maydell@linaro.org> 497L: qemu-arm@nongnu.org 498S: Maintained 499F: hw/*/versatile* 500 501Xilinx Zynq 502M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 503M: Alistair Francis <alistair.francis@xilinx.com> 504L: qemu-arm@nongnu.org 505S: Maintained 506F: hw/*/xilinx_* 507F: hw/*/cadence_* 508F: hw/misc/zynq* 509F: include/hw/misc/zynq* 510X: hw/ssi/xilinx_* 511 512Xilinx ZynqMP 513M: Alistair Francis <alistair.francis@xilinx.com> 514M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 515L: qemu-arm@nongnu.org 516S: Maintained 517F: hw/*/xlnx*.c 518F: include/hw/*/xlnx*.h 519 520ARM ACPI Subsystem 521M: Shannon Zhao <zhaoshenglong@huawei.com> 522M: Shannon Zhao <shannon.zhao@linaro.org> 523L: qemu-arm@nongnu.org 524S: Maintained 525F: hw/arm/virt-acpi-build.c 526 527STM32F205 528M: Alistair Francis <alistair@alistair23.me> 529S: Maintained 530F: hw/arm/stm32f205_soc.c 531F: hw/misc/stm32f2xx_syscfg.c 532F: hw/char/stm32f2xx_usart.c 533F: hw/timer/stm32f2xx_timer.c 534F: hw/adc/* 535F: hw/ssi/stm32f2xx_spi.c 536 537Netduino 2 538M: Alistair Francis <alistair@alistair23.me> 539S: Maintained 540F: hw/arm/netduino2.c 541 542CRIS Machines 543------------- 544Axis Dev88 545M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 546S: Maintained 547F: hw/cris/axis_dev88.c 548F: hw/*/etraxfs_*.c 549 550LM32 Machines 551------------- 552EVR32 and uclinux BSP 553M: Michael Walle <michael@walle.cc> 554S: Maintained 555F: hw/lm32/lm32_boards.c 556 557milkymist 558M: Michael Walle <michael@walle.cc> 559S: Maintained 560F: hw/lm32/milkymist.c 561 562M68K Machines 563------------- 564an5206 565M: Thomas Huth <huth@tuxfamily.org> 566S: Odd Fixes 567F: hw/m68k/an5206.c 568F: hw/m68k/mcf5206.c 569 570mcf5208 571M: Thomas Huth <huth@tuxfamily.org> 572S: Odd Fixes 573F: hw/m68k/mcf5208.c 574F: hw/m68k/mcf_intc.c 575F: hw/char/mcf_uart.c 576F: hw/net/mcf_fec.c 577F: include/hw/m68k/mcf*.h 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 604M: Yongbok Kim <yongbok.kim@imgtec.com> 605S: Odd Fixes 606F: hw/mips/mips_mipssim.c 607F: hw/net/mipsnet.c 608 609R4000 610M: Aurelien Jarno <aurelien@aurel32.net> 611S: Maintained 612F: hw/mips/mips_r4k.c 613 614Fulong 2E 615M: Yongbok Kim <yongbok.kim@imgtec.com> 616S: Odd Fixes 617F: hw/mips/mips_fulong2e.c 618 619Boston 620M: Paul Burton <paul.burton@imgtec.com> 621S: Maintained 622F: hw/core/loader-fit.c 623F: hw/mips/boston.c 624F: hw/pci-host/xilinx-pcie.c 625 626OpenRISC Machines 627----------------- 628or1k-sim 629M: Jia Liu <proljc@gmail.com> 630S: Maintained 631F: hw/openrisc/openrisc_sim.c 632 633PowerPC Machines 634---------------- 635405 636M: Alexander Graf <agraf@suse.de> 637L: qemu-ppc@nongnu.org 638S: Odd Fixes 639F: hw/ppc/ppc405_boards.c 640 641Bamboo 642M: Alexander Graf <agraf@suse.de> 643L: qemu-ppc@nongnu.org 644S: Odd Fixes 645F: hw/ppc/ppc440_bamboo.c 646 647e500 648M: Alexander Graf <agraf@suse.de> 649L: qemu-ppc@nongnu.org 650S: Supported 651F: hw/ppc/e500.[hc] 652F: hw/ppc/e500plat.c 653F: include/hw/ppc/ppc_e500.h 654F: include/hw/pci-host/ppce500.h 655F: pc-bios/u-boot.e500 656 657mpc8544ds 658M: Alexander Graf <agraf@suse.de> 659L: qemu-ppc@nongnu.org 660S: Supported 661F: hw/ppc/mpc8544ds.c 662F: hw/ppc/mpc8544_guts.c 663 664New World 665M: Alexander Graf <agraf@suse.de> 666L: qemu-ppc@nongnu.org 667S: Maintained 668F: hw/ppc/mac_newworld.c 669F: hw/pci-host/uninorth.c 670F: hw/pci-bridge/dec.[hc] 671F: hw/misc/macio/ 672F: include/hw/ppc/mac_dbdma.h 673F: hw/nvram/mac_nvram.c 674 675Old World 676M: Alexander Graf <agraf@suse.de> 677L: qemu-ppc@nongnu.org 678S: Maintained 679F: hw/ppc/mac_oldworld.c 680F: hw/pci-host/grackle.c 681F: hw/misc/macio/ 682F: hw/intc/heathrow_pic.c 683 684PReP 685M: Hervé Poussineau <hpoussin@reactos.org> 686L: qemu-devel@nongnu.org 687L: qemu-ppc@nongnu.org 688S: Maintained 689F: hw/ppc/prep.c 690F: hw/ppc/prep_systemio.c 691F: hw/ppc/rs6000_mc.c 692F: hw/pci-host/prep.[hc] 693F: hw/isa/pc87312.[hc] 694F: pc-bios/ppc_rom.bin 695 696sPAPR 697M: David Gibson <david@gibson.dropbear.id.au> 698M: Alexander Graf <agraf@suse.de> 699L: qemu-ppc@nongnu.org 700S: Supported 701F: hw/*/spapr* 702F: include/hw/*/spapr* 703F: hw/*/xics* 704F: include/hw/*/xics* 705F: pc-bios/spapr-rtas/* 706F: pc-bios/spapr-rtas.bin 707F: pc-bios/slof.bin 708F: pc-bios/skiboot.lid 709F: docs/specs/ppc-spapr-hcalls.txt 710F: docs/specs/ppc-spapr-hotplug.txt 711F: tests/spapr* 712F: tests/libqos/*spapr* 713F: tests/rtas* 714F: tests/libqos/rtas* 715 716virtex_ml507 717M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 718L: qemu-ppc@nongnu.org 719S: Odd Fixes 720F: hw/ppc/virtex_ml507.c 721 722SH4 Machines 723------------ 724R2D 725M: Magnus Damm <magnus.damm@gmail.com> 726S: Maintained 727F: hw/sh4/r2d.c 728F: hw/intc/sh_intc.c 729F: hw/timer/sh_timer.c 730 731Shix 732M: Magnus Damm <magnus.damm@gmail.com> 733S: Odd Fixes 734F: hw/sh4/shix.c 735 736SPARC Machines 737-------------- 738Sun4m 739M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 740S: Maintained 741F: hw/sparc/sun4m.c 742F: hw/dma/sparc32_dma.c 743F: hw/dma/sun4m_iommu.c 744F: hw/misc/eccmemctl.c 745F: hw/misc/slavio_misc.c 746F: include/hw/sparc/sparc32_dma.h 747F: include/hw/sparc/sun4m.h 748F: pc-bios/openbios-sparc32 749 750Sun4u 751M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 752S: Maintained 753F: hw/sparc64/sun4u.c 754F: pc-bios/openbios-sparc64 755 756Sun4v 757M: Artyom Tarasenko <atar4qemu@gmail.com> 758S: Maintained 759F: hw/sparc64/sun4v.c 760F: hw/timer/sun4v-rtc.c 761F: include/hw/timer/sun4v-rtc.h 762 763Leon3 764M: Fabien Chouteau <chouteau@adacore.com> 765S: Maintained 766F: hw/sparc/leon3.c 767F: hw/*/grlib* 768F: include/hw/sparc/grlib.h 769 770S390 Machines 771------------- 772S390 Virtio-ccw 773M: Cornelia Huck <cornelia.huck@de.ibm.com> 774M: Christian Borntraeger <borntraeger@de.ibm.com> 775M: Alexander Graf <agraf@suse.de> 776S: Supported 777F: hw/char/sclp*.[hc] 778F: hw/s390x/ 779F: include/hw/s390x/ 780F: pc-bios/s390-ccw/ 781F: hw/watchdog/wdt_diag288.c 782F: include/hw/watchdog/wdt_diag288.h 783F: pc-bios/s390-ccw.img 784F: default-configs/s390x-softmmu.mak 785T: git git://github.com/cohuck/qemu.git s390-next 786T: git git://github.com/borntraeger/qemu.git s390-next 787 788UniCore32 Machines 789------------- 790PKUnity-3 SoC initramfs-with-busybox 791M: Guan Xuetao <gxt@mprc.pku.edu.cn> 792S: Maintained 793F: hw/*/puv3* 794F: hw/unicore32/ 795 796X86 Machines 797------------ 798PC 799M: Michael S. Tsirkin <mst@redhat.com> 800S: Supported 801F: include/hw/i386/ 802F: hw/i386/ 803F: hw/pci-host/piix.c 804F: hw/pci-host/q35.c 805F: hw/pci-host/pam.c 806F: include/hw/pci-host/q35.h 807F: include/hw/pci-host/pam.h 808F: hw/isa/piix4.c 809F: hw/isa/lpc_ich9.c 810F: hw/i2c/smbus_ich9.c 811F: hw/acpi/piix4.c 812F: hw/acpi/ich9.c 813F: include/hw/acpi/ich9.h 814F: include/hw/acpi/piix4.h 815F: hw/misc/sga.c 816 817PC Chipset 818M: Michael S. Tsirkin <mst@redhat.com> 819M: Paolo Bonzini <pbonzini@redhat.com> 820S: Support 821F: hw/char/debugcon.c 822F: hw/char/parallel.c 823F: hw/char/serial* 824F: hw/dma/i8257* 825F: hw/i2c/pm_smbus.c 826F: hw/intc/apic* 827F: hw/intc/ioapic* 828F: hw/intc/i8259* 829F: hw/misc/debugexit.c 830F: hw/misc/pc-testdev.c 831F: hw/timer/hpet* 832F: hw/timer/i8254* 833F: hw/timer/mc146818rtc* 834F: include/hw/i2c/pm_smbus.h 835F: include/hw/timer/hpet.h 836F: include/hw/timer/i8254* 837F: include/hw/timer/mc146818rtc* 838 839Machine core 840M: Eduardo Habkost <ehabkost@redhat.com> 841M: Marcel Apfelbaum <marcel@redhat.com> 842S: Supported 843F: hw/core/machine.c 844F: hw/core/null-machine.c 845F: include/hw/boards.h 846 847Xtensa Machines 848--------------- 849sim 850M: Max Filippov <jcmvbkbc@gmail.com> 851S: Maintained 852F: hw/xtensa/sim.c 853 854XTFPGA (LX60, LX200, ML605, KC705) 855M: Max Filippov <jcmvbkbc@gmail.com> 856S: Maintained 857F: hw/xtensa/xtfpga.c 858F: hw/net/opencores_eth.c 859 860Devices 861------- 862EDU 863M: Jiri Slaby <jslaby@suse.cz> 864S: Maintained 865F: hw/misc/edu.c 866 867IDE 868M: John Snow <jsnow@redhat.com> 869L: qemu-block@nongnu.org 870S: Supported 871F: include/hw/ide.h 872F: include/hw/ide/ 873F: hw/ide/ 874F: hw/block/block.c 875F: hw/block/cdrom.c 876F: hw/block/hd-geometry.c 877F: tests/ide-test.c 878F: tests/ahci-test.c 879F: tests/libqos/ahci* 880T: git git://github.com/jnsnow/qemu.git ide 881 882Floppy 883M: John Snow <jsnow@redhat.com> 884L: qemu-block@nongnu.org 885S: Supported 886F: hw/block/fdc.c 887F: include/hw/block/fdc.h 888F: tests/fdc-test.c 889T: git git://github.com/jnsnow/qemu.git ide 890 891OMAP 892M: Peter Maydell <peter.maydell@linaro.org> 893S: Maintained 894F: hw/*/omap* 895F: include/hw/arm/omap.h 896 897IPack 898M: Alberto Garcia <berto@igalia.com> 899S: Odd Fixes 900F: hw/char/ipoctal232.c 901F: hw/ipack/ 902 903PCI 904M: Michael S. Tsirkin <mst@redhat.com> 905M: Marcel Apfelbaum <marcel@redhat.com> 906S: Supported 907F: include/hw/pci/* 908F: hw/misc/pci-testdev.c 909F: hw/pci/* 910F: hw/pci-bridge/* 911 912ACPI/SMBIOS 913M: Michael S. Tsirkin <mst@redhat.com> 914M: Igor Mammedov <imammedo@redhat.com> 915S: Supported 916F: include/hw/acpi/* 917F: include/hw/smbios/* 918F: hw/mem/* 919F: hw/acpi/* 920F: hw/smbios/* 921F: hw/i386/acpi-build.[hc] 922F: hw/arm/virt-acpi-build.c 923F: tests/bios-tables-test.c 924F: tests/acpi-utils.[hc] 925 926ppc4xx 927M: Alexander Graf <agraf@suse.de> 928L: qemu-ppc@nongnu.org 929S: Odd Fixes 930F: hw/ppc/ppc4*.c 931F: include/hw/ppc/ppc4xx.h 932 933ppce500 934M: Alexander Graf <agraf@suse.de> 935L: qemu-ppc@nongnu.org 936S: Supported 937F: hw/ppc/e500* 938F: hw/pci-host/ppce500.c 939F: hw/net/fsl_etsec/ 940 941Character devices 942M: Paolo Bonzini <pbonzini@redhat.com> 943S: Odd Fixes 944F: hw/char/ 945 946Network devices 947M: Jason Wang <jasowang@redhat.com> 948S: Odd Fixes 949F: hw/net/ 950F: tests/virtio-net-test.c 951T: git git://github.com/jasowang/qemu.git net 952 953SCSI 954M: Paolo Bonzini <pbonzini@redhat.com> 955S: Supported 956F: include/hw/scsi/* 957F: hw/scsi/* 958F: tests/virtio-scsi-test.c 959T: git git://github.com/bonzini/qemu.git scsi-next 960 961LSI53C895A 962S: Orphan 963F: hw/scsi/lsi53c895a.c 964 965SSI 966M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 967S: Maintained 968F: hw/ssi/* 969F: hw/block/m25p80.c 970X: hw/ssi/xilinx_* 971 972Xilinx SPI 973M: Alistair Francis <alistair.francis@xilinx.com> 974M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 975S: Maintained 976F: hw/ssi/xilinx_* 977 978USB 979M: Gerd Hoffmann <kraxel@redhat.com> 980S: Maintained 981F: hw/usb/* 982F: tests/usb-*-test.c 983F: docs/usb2.txt 984F: docs/usb-storage.txt 985F: include/hw/usb.h 986F: include/hw/usb/ 987 988USB (serial adapter) 989M: Gerd Hoffmann <kraxel@redhat.com> 990M: Samuel Thibault <samuel.thibault@ens-lyon.org> 991S: Maintained 992F: hw/usb/dev-serial.c 993 994VFIO 995M: Alex Williamson <alex.williamson@redhat.com> 996S: Supported 997F: hw/vfio/* 998F: include/hw/vfio/ 999 1000vhost 1001M: Michael S. Tsirkin <mst@redhat.com> 1002S: Supported 1003F: hw/*/*vhost* 1004 1005virtio 1006M: Michael S. Tsirkin <mst@redhat.com> 1007S: Supported 1008F: hw/*/virtio* 1009F: hw/virtio/Makefile.objs 1010F: hw/virtio/trace-events 1011F: net/vhost-user.c 1012F: include/hw/virtio/ 1013F: tests/virtio-balloon-test.c 1014 1015virtio-9p 1016M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 1017M: Greg Kurz <groug@kaod.org> 1018S: Supported 1019F: hw/9pfs/ 1020F: fsdev/ 1021F: tests/virtio-9p-test.c 1022T: git git://github.com/kvaneesh/QEMU.git 1023T: git git://github.com/gkurz/qemu.git 9p-next 1024 1025virtio-blk 1026M: Stefan Hajnoczi <stefanha@redhat.com> 1027L: qemu-block@nongnu.org 1028S: Supported 1029F: hw/block/virtio-blk.c 1030F: hw/block/dataplane/* 1031F: tests/virtio-blk-test.c 1032T: git git://github.com/stefanha/qemu.git block 1033 1034virtio-ccw 1035M: Cornelia Huck <cornelia.huck@de.ibm.com> 1036M: Christian Borntraeger <borntraeger@de.ibm.com> 1037S: Supported 1038F: hw/s390x/virtio-ccw.[hc] 1039T: git git://github.com/cohuck/qemu.git s390-next 1040T: git git://github.com/borntraeger/qemu.git s390-next 1041 1042virtio-input 1043M: Gerd Hoffmann <kraxel@redhat.com> 1044S: Maintained 1045F: hw/input/virtio-input*.c 1046F: include/hw/virtio/virtio-input.h 1047 1048virtio-serial 1049M: Amit Shah <amit@kernel.org> 1050S: Supported 1051F: hw/char/virtio-serial-bus.c 1052F: hw/char/virtio-console.c 1053F: include/hw/virtio/virtio-serial.h 1054F: tests/virtio-console-test.c 1055F: tests/virtio-serial-test.c 1056 1057virtio-rng 1058M: Amit Shah <amit@kernel.org> 1059S: Supported 1060F: hw/virtio/virtio-rng.c 1061F: include/hw/virtio/virtio-rng.h 1062F: include/sysemu/rng*.h 1063F: backends/rng*.c 1064F: tests/virtio-rng-test.c 1065 1066virtio-crypto 1067M: Gonglei <arei.gonglei@huawei.com> 1068S: Supported 1069F: hw/virtio/virtio-crypto.c 1070F: hw/virtio/virtio-crypto-pci.c 1071F: include/hw/virtio/virtio-crypto.h 1072 1073nvme 1074M: Keith Busch <keith.busch@intel.com> 1075L: qemu-block@nongnu.org 1076S: Supported 1077F: hw/block/nvme* 1078F: tests/nvme-test.c 1079 1080megasas 1081M: Hannes Reinecke <hare@suse.de> 1082L: qemu-block@nongnu.org 1083S: Supported 1084F: hw/scsi/megasas.c 1085F: hw/scsi/mfi.h 1086 1087Network packet abstractions 1088M: Dmitry Fleytman <dmitry@daynix.com> 1089S: Maintained 1090F: include/net/eth.h 1091F: net/eth.c 1092F: hw/net/net_rx_pkt* 1093F: hw/net/net_tx_pkt* 1094 1095Vmware 1096M: Dmitry Fleytman <dmitry@daynix.com> 1097S: Maintained 1098F: hw/net/vmxnet* 1099F: hw/scsi/vmw_pvscsi* 1100 1101Rocker 1102M: Jiri Pirko <jiri@resnulli.us> 1103S: Maintained 1104F: hw/net/rocker/ 1105F: tests/rocker/ 1106F: docs/specs/rocker.txt 1107 1108NVDIMM 1109M: Xiao Guangrong <guangrong.xiao@linux.intel.com> 1110S: Maintained 1111F: hw/acpi/nvdimm.c 1112F: hw/mem/nvdimm.c 1113F: include/hw/mem/nvdimm.h 1114 1115e1000x 1116M: Dmitry Fleytman <dmitry@daynix.com> 1117S: Maintained 1118F: hw/net/e1000x* 1119 1120e1000e 1121M: Dmitry Fleytman <dmitry@daynix.com> 1122S: Maintained 1123F: hw/net/e1000e* 1124 1125Generic Loader 1126M: Alistair Francis <alistair.francis@xilinx.com> 1127S: Maintained 1128F: hw/core/generic-loader.c 1129F: include/hw/core/generic-loader.h 1130 1131CHRP NVRAM 1132M: Thomas Huth <thuth@redhat.com> 1133S: Maintained 1134F: hw/nvram/chrp_nvram.c 1135F: include/hw/nvram/chrp_nvram.h 1136F: tests/prom-env-test.c 1137 1138VM Generation ID 1139M: Ben Warren <ben@skyportsystems.com> 1140S: Maintained 1141F: hw/acpi/vmgenid.c 1142F: include/hw/acpi/vmgenid.h 1143F: docs/specs/vmgenid.txt 1144F: tests/vmgenid-test.c 1145F: stubs/vmgenid.c 1146 1147Subsystems 1148---------- 1149Audio 1150M: Gerd Hoffmann <kraxel@redhat.com> 1151S: Maintained 1152F: audio/ 1153F: hw/audio/ 1154F: include/hw/audio/ 1155F: tests/ac97-test.c 1156F: tests/es1370-test.c 1157F: tests/intel-hda-test.c 1158 1159Block layer core 1160M: Kevin Wolf <kwolf@redhat.com> 1161M: Max Reitz <mreitz@redhat.com> 1162L: qemu-block@nongnu.org 1163S: Supported 1164F: block* 1165F: block/ 1166F: hw/block/ 1167F: include/block/ 1168F: qemu-img* 1169F: qemu-io* 1170F: tests/qemu-iotests/ 1171T: git git://repo.or.cz/qemu/kevin.git block 1172 1173Block I/O path 1174M: Stefan Hajnoczi <stefanha@redhat.com> 1175M: Fam Zheng <famz@redhat.com> 1176L: qemu-block@nongnu.org 1177S: Supported 1178F: async.c 1179F: aio-*.c 1180F: block/io.c 1181F: migration/block* 1182F: include/block/aio.h 1183T: git git://github.com/stefanha/qemu.git block 1184 1185Block Jobs 1186M: Jeff Cody <jcody@redhat.com> 1187L: qemu-block@nongnu.org 1188S: Supported 1189F: blockjob.c 1190F: include/block/blockjob.h 1191F: block/backup.c 1192F: block/commit.c 1193F: block/stream.c 1194F: block/mirror.c 1195T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1196 1197Block QAPI, monitor, command line 1198M: Markus Armbruster <armbru@redhat.com> 1199S: Supported 1200F: blockdev.c 1201F: block/qapi.c 1202F: qapi/block*.json 1203T: git git://repo.or.cz/qemu/armbru.git block-next 1204 1205Dirty Bitmaps 1206M: Fam Zheng <famz@redhat.com> 1207M: John Snow <jsnow@redhat.com> 1208L: qemu-block@nongnu.org 1209S: Supported 1210F: util/hbitmap.c 1211F: block/dirty-bitmap.c 1212F: include/qemu/hbitmap.h 1213F: include/block/dirty-bitmap.h 1214F: tests/test-hbitmap.c 1215F: docs/bitmaps.md 1216T: git git://github.com/famz/qemu.git bitmaps 1217T: git git://github.com/jnsnow/qemu.git bitmaps 1218 1219Character device backends 1220M: Paolo Bonzini <pbonzini@redhat.com> 1221M: Marc-André Lureau <marcandre.lureau@redhat.com> 1222S: Maintained 1223F: chardev/ 1224F: backends/msmouse.c 1225F: backends/testdev.c 1226 1227Character Devices (Braille) 1228M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1229S: Maintained 1230F: backends/baum.c 1231 1232Command line option argument parsing 1233M: Markus Armbruster <armbru@redhat.com> 1234S: Supported 1235F: include/qemu/option.h 1236F: tests/test-keyval.c 1237F: tests/test-qemu-opts.c 1238F: util/keyval.c 1239F: util/qemu-option.c 1240 1241Coverity model 1242M: Markus Armbruster <armbru@redhat.com> 1243S: Supported 1244F: scripts/coverity-model.c 1245 1246CPU 1247L: qemu-devel@nongnu.org 1248S: Supported 1249F: qom/cpu.c 1250F: include/qom/cpu.h 1251 1252Device Tree 1253M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1254M: Alexander Graf <agraf@suse.de> 1255S: Maintained 1256F: device_tree.c 1257F: include/sysemu/device_tree.h 1258 1259Error reporting 1260M: Markus Armbruster <armbru@redhat.com> 1261S: Supported 1262F: include/qapi/error.h 1263F: include/qemu/error-report.h 1264F: util/error.c 1265F: util/qemu-error.c 1266 1267GDB stub 1268L: qemu-devel@nongnu.org 1269S: Odd Fixes 1270F: gdbstub* 1271F: gdb-xml/ 1272 1273Memory API 1274M: Paolo Bonzini <pbonzini@redhat.com> 1275S: Supported 1276F: include/exec/ioport.h 1277F: ioport.c 1278F: include/exec/memory.h 1279F: include/exec/ram_addr.h 1280F: memory.c 1281F: include/exec/memory-internal.h 1282F: exec.c 1283 1284SPICE 1285M: Gerd Hoffmann <kraxel@redhat.com> 1286S: Supported 1287F: include/ui/qemu-spice.h 1288F: include/ui/spice-display.h 1289F: ui/spice-*.c 1290F: audio/spiceaudio.c 1291F: hw/display/qxl* 1292 1293Graphics 1294M: Gerd Hoffmann <kraxel@redhat.com> 1295S: Odd Fixes 1296F: ui/ 1297F: include/ui/ 1298 1299Cocoa graphics 1300M: Peter Maydell <peter.maydell@linaro.org> 1301S: Odd Fixes 1302F: ui/cocoa.m 1303 1304Main loop 1305M: Paolo Bonzini <pbonzini@redhat.com> 1306S: Maintained 1307F: cpus.c 1308F: main-loop.c 1309F: qemu-timer.c 1310F: vl.c 1311 1312Human Monitor (HMP) 1313M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1314S: Maintained 1315F: monitor.c 1316F: hmp.[ch] 1317F: hmp-commands*.hx 1318F: include/monitor/hmp-target.h 1319 1320Network device backends 1321M: Jason Wang <jasowang@redhat.com> 1322S: Maintained 1323F: net/ 1324F: include/net/ 1325T: git git://github.com/jasowang/qemu.git net 1326 1327Netmap network backend 1328M: Luigi Rizzo <rizzo@iet.unipi.it> 1329M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1330M: Vincenzo Maffione <v.maffione@gmail.com> 1331W: http://info.iet.unipi.it/~luigi/netmap/ 1332S: Maintained 1333F: net/netmap.c 1334 1335Network Block Device (NBD) 1336M: Paolo Bonzini <pbonzini@redhat.com> 1337S: Odd Fixes 1338F: block/nbd* 1339F: nbd/ 1340F: include/block/nbd* 1341F: qemu-nbd.c 1342T: git git://github.com/bonzini/qemu.git nbd-next 1343 1344NUMA 1345M: Eduardo Habkost <ehabkost@redhat.com> 1346S: Maintained 1347F: numa.c 1348F: include/sysemu/numa.h 1349T: git git://github.com/ehabkost/qemu.git numa 1350 1351Host Memory Backends 1352M: Eduardo Habkost <ehabkost@redhat.com> 1353M: Igor Mammedov <imammedo@redhat.com> 1354S: Maintained 1355F: backends/hostmem*.c 1356F: include/sysemu/hostmem.h 1357 1358Cryptodev Backends 1359M: Gonglei <arei.gonglei@huawei.com> 1360S: Maintained 1361F: include/sysemu/cryptodev*.h 1362F: backends/cryptodev*.c 1363 1364QAPI 1365M: Markus Armbruster <armbru@redhat.com> 1366M: Michael Roth <mdroth@linux.vnet.ibm.com> 1367S: Supported 1368F: qapi/ 1369X: qapi/*.json 1370F: include/qapi/ 1371X: include/qapi/qmp/ 1372F: include/qapi/qmp/dispatch.h 1373F: tests/qapi-schema/ 1374F: tests/test-*-visitor.c 1375F: tests/test-qapi-*.c 1376F: tests/test-qmp-*.c 1377F: tests/test-visitor-serialization.c 1378F: scripts/qapi* 1379F: docs/qapi* 1380T: git git://repo.or.cz/qemu/armbru.git qapi-next 1381 1382QAPI Schema 1383M: Eric Blake <eblake@redhat.com> 1384M: Markus Armbruster <armbru@redhat.com> 1385S: Supported 1386F: qapi-schema.json 1387F: qapi/*.json 1388T: git git://repo.or.cz/qemu/armbru.git qapi-next 1389 1390QObject 1391M: Markus Armbruster <armbru@redhat.com> 1392S: Supported 1393F: qobject/ 1394F: include/qapi/qmp/ 1395X: include/qapi/qmp/dispatch.h 1396F: tests/check-qdict.c 1397F: tests/check-qfloat.c 1398F: tests/check-qint.c 1399F: tests/check-qjson.c 1400F: tests/check-qlist.c 1401F: tests/check-qstring.c 1402T: git git://repo.or.cz/qemu/armbru.git qapi-next 1403 1404QEMU Guest Agent 1405M: Michael Roth <mdroth@linux.vnet.ibm.com> 1406S: Maintained 1407F: qga/ 1408T: git git://github.com/mdroth/qemu.git qga 1409 1410QOM 1411M: Andreas Färber <afaerber@suse.de> 1412S: Supported 1413T: git git://github.com/afaerber/qemu-cpu.git qom-next 1414F: include/qom/ 1415X: include/qom/cpu.h 1416F: qom/ 1417X: qom/cpu.c 1418F: tests/check-qom-interface.c 1419F: tests/check-qom-proplist.c 1420F: tests/qom-test.c 1421 1422QMP 1423M: Markus Armbruster <armbru@redhat.com> 1424S: Supported 1425F: qmp.c 1426F: monitor.c 1427F: docs/*qmp-* 1428F: scripts/qmp/ 1429F: tests/qmp-test.c 1430T: git git://repo.or.cz/qemu/armbru.git qapi-next 1431 1432Register API 1433M: Alistair Francis <alistair.francis@xilinx.com> 1434S: Maintained 1435F: hw/core/register.c 1436F: include/hw/register.h 1437 1438SLIRP 1439M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1440M: Jan Kiszka <jan.kiszka@siemens.com> 1441S: Maintained 1442F: slirp/ 1443F: net/slirp.c 1444F: include/net/slirp.h 1445T: git git://git.kiszka.org/qemu.git queues/slirp 1446 1447Stubs 1448M: Paolo Bonzini <pbonzini@redhat.com> 1449S: Maintained 1450F: stubs/ 1451 1452Tracing 1453M: Stefan Hajnoczi <stefanha@redhat.com> 1454S: Maintained 1455F: trace/ 1456F: scripts/tracetool.py 1457F: scripts/tracetool/ 1458F: docs/tracing.txt 1459T: git git://github.com/stefanha/qemu.git tracing 1460 1461Checkpatch 1462S: Odd Fixes 1463F: scripts/checkpatch.pl 1464 1465Migration 1466M: Juan Quintela <quintela@redhat.com> 1467M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1468S: Maintained 1469F: include/migration/ 1470F: migration/ 1471F: scripts/vmstate-static-checker.py 1472F: tests/vmstate-static-checker-data/ 1473F: docs/migration.txt 1474 1475Seccomp 1476M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1477S: Supported 1478F: qemu-seccomp.c 1479F: include/sysemu/seccomp.h 1480 1481Cryptography 1482M: Daniel P. Berrange <berrange@redhat.com> 1483S: Maintained 1484F: crypto/ 1485F: include/crypto/ 1486F: tests/test-crypto-* 1487 1488Coroutines 1489M: Stefan Hajnoczi <stefanha@redhat.com> 1490M: Kevin Wolf <kwolf@redhat.com> 1491F: util/*coroutine* 1492F: include/qemu/coroutine* 1493F: tests/test-coroutine.c 1494 1495Buffers 1496M: Daniel P. Berrange <berrange@redhat.com> 1497S: Odd fixes 1498F: util/buffer.c 1499F: include/qemu/buffer.h 1500 1501I/O Channels 1502M: Daniel P. Berrange <berrange@redhat.com> 1503S: Maintained 1504F: io/ 1505F: include/io/ 1506F: tests/test-io-* 1507 1508Sockets 1509M: Daniel P. Berrange <berrange@redhat.com> 1510M: Gerd Hoffmann <kraxel@redhat.com> 1511M: Paolo Bonzini <pbonzini@redhat.com> 1512S: Maintained 1513F: include/qemu/sockets.h 1514F: util/qemu-sockets.c 1515 1516Throttling infrastructure 1517M: Alberto Garcia <berto@igalia.com> 1518S: Supported 1519F: block/throttle-groups.c 1520F: include/block/throttle-groups.h 1521F: include/qemu/throttle.h 1522F: util/throttle.c 1523L: qemu-block@nongnu.org 1524 1525UUID 1526M: Fam Zheng <famz@redhat.com> 1527S: Supported 1528F: util/uuid.c 1529F: include/qemu/uuid.h 1530F: tests/test-uuid.c 1531 1532COLO Framework 1533M: zhanghailiang <zhang.zhanghailiang@huawei.com> 1534S: Maintained 1535F: migration/colo* 1536F: include/migration/colo.h 1537F: include/migration/failover.h 1538F: docs/COLO-FT.txt 1539 1540COLO Proxy 1541M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> 1542M: Li Zhijian <lizhijian@cn.fujitsu.com> 1543S: Supported 1544F: docs/colo-proxy.txt 1545F: net/colo* 1546F: net/filter-rewriter.c 1547F: net/filter-mirror.c 1548 1549Usermode Emulation 1550------------------ 1551Overall 1552M: Riku Voipio <riku.voipio@iki.fi> 1553S: Maintained 1554F: thunk.c 1555F: user-exec.c 1556F: user-exec-stub.c 1557 1558BSD user 1559S: Orphan 1560F: bsd-user/ 1561F: default-configs/*-bsd-user.mak 1562 1563Linux user 1564M: Riku Voipio <riku.voipio@iki.fi> 1565S: Maintained 1566F: linux-user/ 1567F: default-configs/*-linux-user.mak 1568 1569Tiny Code Generator (TCG) 1570------------------------- 1571Common code 1572M: Richard Henderson <rth@twiddle.net> 1573S: Maintained 1574F: tcg/ 1575 1576AArch64 target 1577M: Claudio Fontana <claudio.fontana@huawei.com> 1578M: Claudio Fontana <claudio.fontana@gmail.com> 1579S: Maintained 1580L: qemu-arm@nongnu.org 1581F: tcg/aarch64/ 1582F: disas/arm-a64.cc 1583F: disas/libvixl/ 1584 1585ARM target 1586M: Andrzej Zaborowski <balrogg@gmail.com> 1587S: Maintained 1588L: qemu-arm@nongnu.org 1589F: tcg/arm/ 1590F: disas/arm.c 1591 1592i386 target 1593L: qemu-devel@nongnu.org 1594S: Maintained 1595F: tcg/i386/ 1596F: disas/i386.c 1597 1598IA64 target 1599M: Aurelien Jarno <aurelien@aurel32.net> 1600S: Maintained 1601F: tcg/ia64/ 1602F: disas/ia64.c 1603 1604MIPS target 1605M: Aurelien Jarno <aurelien@aurel32.net> 1606S: Maintained 1607F: tcg/mips/ 1608F: disas/mips.c 1609 1610PPC 1611M: Richard Henderson <rth@twiddle.net> 1612S: Odd Fixes 1613F: tcg/ppc/ 1614F: disas/ppc.c 1615 1616S390 target 1617M: Alexander Graf <agraf@suse.de> 1618M: Richard Henderson <rth@twiddle.net> 1619S: Maintained 1620F: tcg/s390/ 1621F: disas/s390.c 1622 1623SPARC target 1624S: Odd Fixes 1625F: tcg/sparc/ 1626F: disas/sparc.c 1627 1628TCI target 1629M: Stefan Weil <sw@weilnetz.de> 1630S: Maintained 1631F: tcg/tci/ 1632F: tci.c 1633F: disas/tci.c 1634 1635Block drivers 1636------------- 1637VMDK 1638M: Fam Zheng <famz@redhat.com> 1639L: qemu-block@nongnu.org 1640S: Supported 1641F: block/vmdk.c 1642 1643RBD 1644M: Josh Durgin <jdurgin@redhat.com> 1645M: Jeff Cody <jcody@redhat.com> 1646L: qemu-block@nongnu.org 1647S: Supported 1648F: block/rbd.c 1649T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1650 1651Sheepdog 1652M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1653M: Liu Yuan <namei.unix@gmail.com> 1654M: Jeff Cody <jcody@redhat.com> 1655L: qemu-block@nongnu.org 1656L: sheepdog@lists.wpkg.org 1657S: Supported 1658F: block/sheepdog.c 1659T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1660 1661VHDX 1662M: Jeff Cody <jcody@redhat.com> 1663L: qemu-block@nongnu.org 1664S: Supported 1665F: block/vhdx* 1666T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1667 1668VDI 1669M: Stefan Weil <sw@weilnetz.de> 1670L: qemu-block@nongnu.org 1671S: Maintained 1672F: block/vdi.c 1673 1674iSCSI 1675M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1676M: Paolo Bonzini <pbonzini@redhat.com> 1677M: Peter Lieven <pl@kamp.de> 1678L: qemu-block@nongnu.org 1679S: Supported 1680F: block/iscsi.c 1681F: block/iscsi-opts.c 1682 1683NFS 1684M: Jeff Cody <jcody@redhat.com> 1685M: Peter Lieven <pl@kamp.de> 1686L: qemu-block@nongnu.org 1687S: Maintained 1688F: block/nfs.c 1689T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1690 1691SSH 1692M: Richard W.M. Jones <rjones@redhat.com> 1693M: Jeff Cody <jcody@redhat.com> 1694L: qemu-block@nongnu.org 1695S: Supported 1696F: block/ssh.c 1697T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1698 1699CURL 1700M: Jeff Cody <jcody@redhat.com> 1701L: qemu-block@nongnu.org 1702S: Supported 1703F: block/curl.c 1704T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1705 1706GLUSTER 1707M: Jeff Cody <jcody@redhat.com> 1708L: qemu-block@nongnu.org 1709S: Supported 1710F: block/gluster.c 1711T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1712 1713Null Block Driver 1714M: Fam Zheng <famz@redhat.com> 1715L: qemu-block@nongnu.org 1716S: Supported 1717F: block/null.c 1718 1719Bootdevice 1720M: Gonglei <arei.gonglei@huawei.com> 1721S: Maintained 1722F: bootdevice.c 1723 1724Quorum 1725M: Alberto Garcia <berto@igalia.com> 1726S: Supported 1727F: block/quorum.c 1728L: qemu-block@nongnu.org 1729 1730blkverify 1731M: Stefan Hajnoczi <stefanha@redhat.com> 1732L: qemu-block@nongnu.org 1733S: Supported 1734F: block/blkverify.c 1735 1736bochs 1737M: Stefan Hajnoczi <stefanha@redhat.com> 1738L: qemu-block@nongnu.org 1739S: Supported 1740F: block/bochs.c 1741 1742cloop 1743M: Stefan Hajnoczi <stefanha@redhat.com> 1744L: qemu-block@nongnu.org 1745S: Supported 1746F: block/cloop.c 1747 1748dmg 1749M: Stefan Hajnoczi <stefanha@redhat.com> 1750L: qemu-block@nongnu.org 1751S: Supported 1752F: block/dmg.c 1753 1754parallels 1755M: Stefan Hajnoczi <stefanha@redhat.com> 1756M: Denis V. Lunev <den@openvz.org> 1757L: qemu-block@nongnu.org 1758S: Supported 1759F: block/parallels.c 1760F: docs/specs/parallels.txt 1761 1762qed 1763M: Stefan Hajnoczi <stefanha@redhat.com> 1764L: qemu-block@nongnu.org 1765S: Supported 1766F: block/qed.c 1767 1768raw 1769M: Kevin Wolf <kwolf@redhat.com> 1770L: qemu-block@nongnu.org 1771S: Supported 1772F: block/linux-aio.c 1773F: include/block/raw-aio.h 1774F: block/raw-format.c 1775F: block/file-posix.c 1776F: block/file-win32.c 1777F: block/win32-aio.c 1778 1779qcow2 1780M: Kevin Wolf <kwolf@redhat.com> 1781M: Max Reitz <mreitz@redhat.com> 1782L: qemu-block@nongnu.org 1783S: Supported 1784F: block/qcow2* 1785 1786qcow 1787M: Kevin Wolf <kwolf@redhat.com> 1788L: qemu-block@nongnu.org 1789S: Supported 1790F: block/qcow.c 1791 1792blkdebug 1793M: Kevin Wolf <kwolf@redhat.com> 1794M: Max Reitz <mreitz@redhat.com> 1795L: qemu-block@nongnu.org 1796S: Supported 1797F: block/blkdebug.c 1798 1799vpc 1800M: Kevin Wolf <kwolf@redhat.com> 1801L: qemu-block@nongnu.org 1802S: Supported 1803F: block/vpc.c 1804 1805vvfat 1806M: Kevin Wolf <kwolf@redhat.com> 1807L: qemu-block@nongnu.org 1808S: Supported 1809F: block/vvfat.c 1810 1811Image format fuzzer 1812M: Stefan Hajnoczi <stefanha@redhat.com> 1813L: qemu-block@nongnu.org 1814S: Supported 1815F: tests/image-fuzzer/ 1816 1817Replication 1818M: Wen Congyang <wencongyang2@huawei.com> 1819M: Xie Changlong <xiechanglong.d@gmail.com> 1820S: Supported 1821F: replication* 1822F: block/replication.c 1823F: tests/test-replication.c 1824F: docs/block-replication.txt 1825 1826Build and test automation 1827------------------------- 1828M: Alex Bennée <alex.bennee@linaro.org> 1829M: Fam Zheng <famz@redhat.com> 1830L: qemu-devel@nongnu.org 1831S: Maintained 1832F: .travis.yml 1833F: .shippable.yml 1834F: tests/docker/ 1835W: https://travis-ci.org/qemu/qemu 1836W: http://patchew.org/QEMU/ 1837 1838Documentation 1839------------- 1840Build system architecture 1841M: Daniel P. Berrange <berrange@redhat.com> 1842S: Odd Fixes 1843F: docs/build-system.txt 1844 1845