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 55Responsible Disclosure, Reporting Security Issues 56------------------------------ 57W: http://wiki.qemu.org/SecurityProcess 58M: Michael S. Tsirkin <mst@redhat.com> 59L: secalert@redhat.com 60 61Guest CPU cores (TCG): 62---------------------- 63Overall 64L: qemu-devel@nongnu.org 65S: Odd fixes 66F: cpu-exec.c 67F: cputlb.c 68F: softmmu_template.h 69F: translate-all.c 70F: include/exec/cpu_ldst.h 71F: include/exec/cpu_ldst_template.h 72F: include/exec/helper*.h 73 74Alpha 75M: Richard Henderson <rth@twiddle.net> 76S: Maintained 77F: target-alpha/ 78F: hw/alpha/ 79F: tests/tcg/alpha/ 80F: disas/alpha.c 81 82ARM 83M: Peter Maydell <peter.maydell@linaro.org> 84L: qemu-arm@nongnu.org 85S: Maintained 86F: target-arm/ 87F: hw/arm/ 88F: hw/cpu/a*mpcore.c 89F: disas/arm.c 90F: disas/arm-a64.cc 91F: disas/libvixl/ 92 93CRIS 94M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 95S: Maintained 96F: target-cris/ 97F: hw/cris/ 98F: tests/tcg/cris/ 99F: disas/cris.c 100 101LM32 102M: Michael Walle <michael@walle.cc> 103S: Maintained 104F: target-lm32/ 105F: disas/lm32.c 106F: hw/lm32/ 107F: hw/*/lm32_* 108F: hw/*/milkymist-* 109F: include/hw/char/lm32_juart.h 110F: include/hw/lm32/ 111F: tests/tcg/lm32/ 112 113M68K 114S: Orphan 115F: target-m68k/ 116F: hw/m68k/ 117 118MicroBlaze 119M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 120S: Maintained 121F: target-microblaze/ 122F: hw/microblaze/ 123F: disas/microblaze.c 124 125MIPS 126M: Aurelien Jarno <aurelien@aurel32.net> 127M: Leon Alrae <leon.alrae@imgtec.com> 128S: Maintained 129F: target-mips/ 130F: hw/mips/ 131F: tests/tcg/mips/ 132F: disas/mips.c 133 134Moxie 135M: Anthony Green <green@moxielogic.com> 136S: Maintained 137F: target-moxie/ 138F: disas/moxie.c 139 140OpenRISC 141M: Jia Liu <proljc@gmail.com> 142S: Maintained 143F: target-openrisc/ 144F: hw/openrisc/ 145F: tests/tcg/openrisc/ 146 147PowerPC 148M: Alexander Graf <agraf@suse.de> 149L: qemu-ppc@nongnu.org 150S: Maintained 151F: target-ppc/ 152F: hw/ppc/ 153F: disas/ppc.c 154 155S390 156M: Richard Henderson <rth@twiddle.net> 157M: Alexander Graf <agraf@suse.de> 158S: Maintained 159F: target-s390x/ 160F: hw/s390x/ 161F: disas/s390.c 162 163SH4 164M: Aurelien Jarno <aurelien@aurel32.net> 165S: Odd Fixes 166F: target-sh4/ 167F: hw/sh4/ 168F: disas/sh4.c 169 170SPARC 171M: Blue Swirl <blauwirbel@gmail.com> 172M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 173S: Maintained 174F: target-sparc/ 175F: hw/sparc/ 176F: hw/sparc64/ 177F: disas/sparc.c 178 179UniCore32 180M: Guan Xuetao <gxt@mprc.pku.edu.cn> 181S: Maintained 182F: target-unicore32/ 183F: hw/unicore32/ 184 185X86 186M: Paolo Bonzini <pbonzini@redhat.com> 187M: Richard Henderson <rth@twiddle.net> 188M: Eduardo Habkost <ehabkost@redhat.com> 189S: Maintained 190F: target-i386/ 191F: hw/i386/ 192F: disas/i386.c 193 194Xtensa 195M: Max Filippov <jcmvbkbc@gmail.com> 196W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 197S: Maintained 198F: target-xtensa/ 199F: hw/xtensa/ 200F: tests/tcg/xtensa/ 201 202TriCore 203M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 204S: Maintained 205F: target-tricore/ 206F: hw/tricore/ 207 208Guest CPU Cores (KVM): 209---------------------- 210 211Overall 212M: Paolo Bonzini <pbonzini@redhat.com> 213L: kvm@vger.kernel.org 214S: Supported 215F: kvm-* 216F: */kvm.* 217 218ARM 219M: Peter Maydell <peter.maydell@linaro.org> 220L: qemu-arm@nongnu.org 221S: Maintained 222F: target-arm/kvm.c 223 224MIPS 225M: James Hogan <james.hogan@imgtec.com> 226S: Maintained 227F: target-mips/kvm.c 228 229PPC 230M: Alexander Graf <agraf@suse.de> 231S: Maintained 232F: target-ppc/kvm.c 233 234S390 235M: Christian Borntraeger <borntraeger@de.ibm.com> 236M: Cornelia Huck <cornelia.huck@de.ibm.com> 237M: Alexander Graf <agraf@suse.de> 238S: Maintained 239F: target-s390x/kvm.c 240F: hw/intc/s390_flic.c 241F: hw/intc/s390_flic_kvm.c 242F: include/hw/s390x/s390_flic.h 243 244X86 245M: Paolo Bonzini <pbonzini@redhat.com> 246M: Marcelo Tosatti <mtosatti@redhat.com> 247L: kvm@vger.kernel.org 248S: Supported 249F: target-i386/kvm.c 250 251Guest CPU Cores (Xen): 252---------------------- 253 254X86 255M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 256L: xen-devel@lists.xensource.com 257S: Supported 258F: xen-* 259F: */xen* 260F: hw/char/xen_console.c 261F: hw/display/xenfb.c 262F: hw/net/xen_nic.c 263F: hw/xen/ 264F: hw/xenpv/ 265F: include/hw/xen/ 266 267Hosts: 268------ 269 270LINUX 271L: qemu-devel@nongnu.org 272S: Maintained 273F: linux-* 274F: linux-headers/ 275 276POSIX 277L: qemu-devel@nongnu.org 278S: Maintained 279F: *posix* 280 281W32, W64 282L: qemu-devel@nongnu.org 283M: Stefan Weil <sw@weilnetz.de> 284S: Maintained 285F: *win32* 286F: qemu.nsi 287 288ARM Machines 289------------ 290Allwinner-a10 291M: Beniamino Galvani <b.galvani@gmail.com> 292L: qemu-arm@nongnu.org 293S: Maintained 294F: hw/*/allwinner* 295F: include/hw/*/allwinner* 296F: hw/arm/cubieboard.c 297 298ARM PrimeCell 299M: Peter Maydell <peter.maydell@linaro.org> 300L: qemu-arm@nongnu.org 301S: Maintained 302F: hw/char/pl011.c 303F: hw/display/pl110* 304F: hw/dma/pl080.c 305F: hw/dma/pl330.c 306F: hw/gpio/pl061.c 307F: hw/input/pl050.c 308F: hw/intc/pl190.c 309F: hw/sd/pl181.c 310F: hw/timer/pl031.c 311F: include/hw/arm/primecell.h 312 313ARM cores 314M: Peter Maydell <peter.maydell@linaro.org> 315L: qemu-arm@nongnu.org 316S: Maintained 317F: hw/intc/arm* 318F: hw/intc/gic_internal.h 319F: hw/misc/a9scu.c 320F: hw/misc/arm11scu.c 321F: hw/timer/a9gtimer* 322F: hw/timer/arm_* 323F: include/hw/arm/arm.h 324F: include/hw/intc/arm* 325F: include/hw/misc/a9scu.h 326F: include/hw/misc/arm11scu.h 327F: include/hw/timer/a9gtimer.h 328F: include/hw/timer/arm_mptimer.h 329 330Exynos 331M: Evgeny Voevodin <e.voevodin@samsung.com> 332M: Maksim Kozlov <m.kozlov@samsung.com> 333M: Igor Mitsyanko <i.mitsyanko@gmail.com> 334M: Dmitry Solodkiy <d.solodkiy@samsung.com> 335L: qemu-arm@nongnu.org 336S: Maintained 337F: hw/*/exynos* 338 339Calxeda Highbank 340M: Rob Herring <robh@kernel.org> 341L: qemu-arm@nongnu.org 342S: Maintained 343F: hw/arm/highbank.c 344F: hw/net/xgmac.c 345 346Canon DIGIC 347M: Antony Pavlov <antonynpavlov@gmail.com> 348L: qemu-arm@nongnu.org 349S: Maintained 350F: include/hw/arm/digic.h 351F: hw/*/digic* 352 353Gumstix 354L: qemu-devel@nongnu.org 355L: qemu-arm@nongnu.org 356S: Orphan 357F: hw/arm/gumstix.c 358 359i.MX31 360M: Peter Chubb <peter.chubb@nicta.com.au> 361L: qemu-arm@nongnu.org 362S: Odd fixes 363F: hw/*/imx* 364F: hw/arm/kzm.c 365 366Integrator CP 367M: Peter Maydell <peter.maydell@linaro.org> 368L: qemu-arm@nongnu.org 369S: Maintained 370F: hw/arm/integratorcp.c 371 372Musicpal 373M: Jan Kiszka <jan.kiszka@web.de> 374L: qemu-arm@nongnu.org 375S: Maintained 376F: hw/arm/musicpal.c 377 378nSeries 379M: Andrzej Zaborowski <balrogg@gmail.com> 380L: qemu-arm@nongnu.org 381S: Maintained 382F: hw/arm/nseries.c 383 384Palm 385M: Andrzej Zaborowski <balrogg@gmail.com> 386L: qemu-arm@nongnu.org 387S: Maintained 388F: hw/arm/palm.c 389 390Real View 391M: Peter Maydell <peter.maydell@linaro.org> 392L: qemu-arm@nongnu.org 393S: Maintained 394F: hw/arm/realview* 395F: hw/intc/realview_gic.c 396F: include/hw/intc/realview_gic.h 397 398PXA2XX 399M: Andrzej Zaborowski <balrogg@gmail.com> 400L: qemu-arm@nongnu.org 401S: Maintained 402F: hw/arm/mainstone.c 403F: hw/arm/spitz.c 404F: hw/arm/tosa.c 405F: hw/arm/z2.c 406F: hw/*/pxa2xx* 407 408Stellaris 409M: Peter Maydell <peter.maydell@linaro.org> 410L: qemu-arm@nongnu.org 411S: Maintained 412F: hw/*/stellaris* 413 414Versatile PB 415M: Peter Maydell <peter.maydell@linaro.org> 416L: qemu-arm@nongnu.org 417S: Maintained 418F: hw/*/versatile* 419 420Xilinx Zynq 421M: Alistair Francis <alistair.francis@xilinx.com> 422M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 423L: qemu-arm@nongnu.org 424S: Maintained 425F: hw/arm/xilinx_zynq.c 426F: hw/misc/zynq_slcr.c 427F: hw/*/cadence_* 428F: hw/ssi/xilinx_spips.c 429 430Xilinx ZynqMP 431M: Alistair Francis <alistair.francis@xilinx.com> 432M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 433L: qemu-arm@nongnu.org 434S: Maintained 435F: hw/arm/xlnx-zynqmp.c 436F: hw/arm/xlnx-ep108.c 437F: include/hw/arm/xlnx-zynqmp.h 438 439ARM ACPI Subsystem 440M: Shannon Zhao <zhaoshenglong@huawei.com> 441M: Shannon Zhao <shannon.zhao@linaro.org> 442L: qemu-arm@nongnu.org 443S: Maintained 444F: hw/arm/virt-acpi-build.c 445F: include/hw/arm/virt-acpi-build.h 446 447CRIS Machines 448------------- 449Axis Dev88 450M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 451S: Maintained 452F: hw/cris/axis_dev88.c 453F: hw/*/etraxfs_*.c 454 455LM32 Machines 456------------- 457EVR32 and uclinux BSP 458M: Michael Walle <michael@walle.cc> 459S: Maintained 460F: hw/lm32/lm32_boards.c 461 462milkymist 463M: Michael Walle <michael@walle.cc> 464S: Maintained 465F: hw/lm32/milkymist.c 466 467M68K Machines 468------------- 469an5206 470S: Orphan 471F: hw/m68k/an5206.c 472 473dummy_m68k 474S: Orphan 475F: hw/m68k/dummy_m68k.c 476 477mcf5208 478S: Orphan 479F: hw/m68k/mcf5208.c 480 481MicroBlaze Machines 482------------------- 483petalogix_s3adsp1800 484M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 485S: Maintained 486F: hw/microblaze/petalogix_s3adsp1800_mmu.c 487 488petalogix_ml605 489M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 490S: Maintained 491F: hw/microblaze/petalogix_ml605_mmu.c 492 493MIPS Machines 494------------- 495Jazz 496M: Hervé Poussineau <hpoussin@reactos.org> 497S: Maintained 498F: hw/mips/mips_jazz.c 499 500Malta 501M: Aurelien Jarno <aurelien@aurel32.net> 502S: Maintained 503F: hw/mips/mips_malta.c 504 505Mipssim 506L: qemu-devel@nongnu.org 507S: Orphan 508F: hw/mips/mips_mipssim.c 509 510R4000 511M: Aurelien Jarno <aurelien@aurel32.net> 512S: Maintained 513F: hw/mips/mips_r4k.c 514 515OpenRISC Machines 516----------------- 517or1k-sim 518M: Jia Liu <proljc@gmail.com> 519S: Maintained 520F: hw/openrisc/openrisc_sim.c 521 522PowerPC Machines 523---------------- 524405 525M: Alexander Graf <agraf@suse.de> 526L: qemu-ppc@nongnu.org 527S: Odd Fixes 528F: hw/ppc/ppc405_boards.c 529 530Bamboo 531M: Alexander Graf <agraf@suse.de> 532L: qemu-ppc@nongnu.org 533S: Odd Fixes 534F: hw/ppc/ppc440_bamboo.c 535 536e500 537M: Alexander Graf <agraf@suse.de> 538M: Scott Wood <scottwood@freescale.com> 539L: qemu-ppc@nongnu.org 540S: Supported 541F: hw/ppc/e500.[hc] 542F: hw/ppc/e500plat.c 543 544mpc8544ds 545M: Alexander Graf <agraf@suse.de> 546M: Scott Wood <scottwood@freescale.com> 547L: qemu-ppc@nongnu.org 548S: Supported 549F: hw/ppc/mpc8544ds.c 550F: hw/ppc/mpc8544_guts.c 551 552New World 553M: Alexander Graf <agraf@suse.de> 554L: qemu-ppc@nongnu.org 555S: Maintained 556F: hw/ppc/mac_newworld.c 557F: hw/pci-host/uninorth.c 558F: hw/pci-bridge/dec.[hc] 559F: hw/misc/macio/ 560 561Old World 562M: Alexander Graf <agraf@suse.de> 563L: qemu-ppc@nongnu.org 564S: Maintained 565F: hw/ppc/mac_oldworld.c 566F: hw/pci-host/grackle.c 567F: hw/misc/macio/ 568 569PReP 570M: Andreas Färber <andreas.faerber@web.de> 571L: qemu-ppc@nongnu.org 572S: Odd Fixes 573F: hw/ppc/prep.c 574F: hw/pci-host/prep.[hc] 575F: hw/isa/pc87312.[hc] 576 577sPAPR (pseries) 578M: David Gibson <david@gibson.dropbear.id.au> 579M: Alexander Graf <agraf@suse.de> 580L: qemu-ppc@nongnu.org 581S: Supported 582F: hw/*/spapr* 583F: include/hw/*/spapr* 584F: hw/*/xics* 585F: include/hw/*/xics* 586F: pc-bios/spapr-rtas/* 587 588virtex_ml507 589M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 590L: qemu-ppc@nongnu.org 591S: Odd Fixes 592F: hw/ppc/virtex_ml507.c 593 594SH4 Machines 595------------ 596R2D 597M: Magnus Damm <magnus.damm@gmail.com> 598S: Maintained 599F: hw/sh4/r2d.c 600 601Shix 602M: Magnus Damm <magnus.damm@gmail.com> 603S: Orphan 604F: hw/sh4/shix.c 605 606SPARC Machines 607-------------- 608Sun4m 609M: Blue Swirl <blauwirbel@gmail.com> 610M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 611S: Maintained 612F: hw/sparc/sun4m.c 613 614Sun4u 615M: Blue Swirl <blauwirbel@gmail.com> 616M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 617S: Maintained 618F: hw/sparc64/sun4u.c 619 620Leon3 621M: Fabien Chouteau <chouteau@adacore.com> 622S: Maintained 623F: hw/sparc/leon3.c 624F: hw/*/grlib* 625 626S390 Machines 627------------- 628S390 Virtio 629M: Alexander Graf <agraf@suse.de> 630S: Maintained 631F: hw/s390x/s390-*.c 632X: hw/s390x/*pci*.[hc] 633 634S390 Virtio-ccw 635M: Cornelia Huck <cornelia.huck@de.ibm.com> 636M: Christian Borntraeger <borntraeger@de.ibm.com> 637M: Alexander Graf <agraf@suse.de> 638S: Supported 639F: hw/char/sclp*.[hc] 640F: hw/s390x/s390-virtio-ccw.c 641F: hw/s390x/css.[hc] 642F: hw/s390x/sclp*.[hc] 643F: hw/s390x/ipl*.[hc] 644F: hw/s390x/*pci*.[hc] 645F: hw/s390x/s390-skeys*.c 646F: include/hw/s390x/ 647F: pc-bios/s390-ccw/ 648T: git git://github.com/cohuck/qemu virtio-ccw-upstr 649 650UniCore32 Machines 651------------- 652PKUnity-3 SoC initramfs-with-busybox 653M: Guan Xuetao <gxt@mprc.pku.edu.cn> 654S: Maintained 655F: hw/*/puv3* 656F: hw/unicore32/ 657 658X86 Machines 659------------ 660PC 661M: Michael S. Tsirkin <mst@redhat.com> 662S: Supported 663F: include/hw/i386/ 664F: hw/i386/ 665F: hw/pci-host/piix.c 666F: hw/pci-host/q35.c 667F: hw/pci-host/pam.c 668F: include/hw/pci-host/q35.h 669F: include/hw/pci-host/pam.h 670F: hw/isa/piix4.c 671F: hw/isa/lpc_ich9.c 672F: hw/i2c/smbus_ich9.c 673F: hw/acpi/piix4.c 674F: hw/acpi/ich9.c 675F: include/hw/acpi/ich9.h 676F: include/hw/acpi/piix.h 677F: hw/misc/sga.c 678 679PC Chipset 680M: Michael S. Tsirkin <mst@redhat.com> 681M: Paolo Bonzini <pbonzini@redhat.com> 682S: Support 683F: hw/char/debugcon.c 684F: hw/char/parallel.c 685F: hw/char/serial* 686F: hw/dma/i8257* 687F: hw/i2c/pm_smbus.c 688F: hw/intc/apic* 689F: hw/intc/ioapic* 690F: hw/intc/i8259* 691F: hw/misc/debugexit.c 692F: hw/misc/pc-testdev.c 693F: hw/timer/hpet* 694F: hw/timer/i8254* 695F: hw/timer/mc146818rtc* 696 697 698Xtensa Machines 699--------------- 700sim 701M: Max Filippov <jcmvbkbc@gmail.com> 702S: Maintained 703F: hw/xtensa/sim.c 704 705XTFPGA (LX60, LX200, ML605, KC705) 706M: Max Filippov <jcmvbkbc@gmail.com> 707S: Maintained 708F: hw/xtensa/xtfpga.c 709F: hw/net/opencores_eth.c 710 711Devices 712------- 713EDU 714M: Jiri Slaby <jslaby@suse.cz> 715S: Maintained 716F: hw/misc/edu.c 717 718IDE 719M: John Snow <jsnow@redhat.com> 720L: qemu-block@nongnu.org 721S: Supported 722F: include/hw/ide.h 723F: hw/ide/ 724F: hw/block/block.c 725F: hw/block/cdrom.c 726F: hw/block/hd-geometry.c 727F: tests/ide-test.c 728F: tests/ahci-test.c 729F: tests/libqos/ahci* 730T: git git://github.com/jnsnow/qemu.git ide 731 732Floppy 733M: John Snow <jsnow@redhat.com> 734L: qemu-block@nongnu.org 735S: Supported 736F: hw/block/fdc.c 737F: include/hw/block/fdc.h 738F: tests/fdc-test.c 739T: git git://github.com/jnsnow/qemu.git ide 740 741OMAP 742M: Peter Maydell <peter.maydell@linaro.org> 743S: Maintained 744F: hw/*/omap* 745 746IPack 747M: Alberto Garcia <berto@igalia.com> 748S: Odd Fixes 749F: hw/char/ipoctal232.c 750F: hw/ipack/ 751 752PCI 753M: Michael S. Tsirkin <mst@redhat.com> 754S: Supported 755F: include/hw/pci/* 756F: hw/misc/pci-testdev.c 757F: hw/pci/* 758F: hw/pci-bridge/* 759 760ACPI/SMBIOS 761M: Michael S. Tsirkin <mst@redhat.com> 762M: Igor Mammedov <imammedo@redhat.com> 763S: Supported 764F: include/hw/acpi/* 765F: include/hw/smbios/* 766F: hw/mem/* 767F: hw/acpi/* 768F: hw/smbios/* 769F: hw/i386/acpi-build.[hc] 770F: hw/i386/*dsl 771F: hw/arm/virt-acpi-build.c 772F: include/hw/arm/virt-acpi-build.h 773F: scripts/acpi*py 774 775ppc4xx 776M: Alexander Graf <agraf@suse.de> 777L: qemu-ppc@nongnu.org 778S: Odd Fixes 779F: hw/ppc/ppc4*.c 780 781ppce500 782M: Alexander Graf <agraf@suse.de> 783M: Scott Wood <scottwood@freescale.com> 784L: qemu-ppc@nongnu.org 785S: Supported 786F: hw/ppc/e500* 787F: hw/pci-host/ppce500.c 788F: hw/net/fsl_etsec/ 789 790Character devices 791M: Paolo Bonzini <pbonzini@redhat.com> 792S: Odd Fixes 793F: hw/char/ 794 795Network devices 796M: Jason Wang <jasowang@redhat.com> 797S: Odd Fixes 798F: hw/net/ 799T: git git://github.com/jasowang/qemu.git net 800 801SCSI 802M: Paolo Bonzini <pbonzini@redhat.com> 803S: Supported 804F: include/hw/scsi* 805F: hw/scsi/* 806T: git git://github.com/bonzini/qemu.git scsi-next 807 808LSI53C895A 809S: Orphan 810F: hw/scsi/lsi53c895a.c 811 812SSI 813M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 814S: Maintained 815F: hw/ssi/* 816F: hw/block/m25p80.c 817X: hw/ssi/xilinx_* 818 819Xilinx SPI 820M: Alistair Francis <alistair.francis@xilinx.com> 821M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 822S: Maintained 823F: hw/ssi/xilinx_* 824 825USB 826M: Gerd Hoffmann <kraxel@redhat.com> 827S: Maintained 828F: hw/usb/* 829F: tests/usb-*-test.c 830 831USB (serial adapter) 832M: Gerd Hoffmann <kraxel@redhat.com> 833M: Samuel Thibault <samuel.thibault@ens-lyon.org> 834S: Maintained 835F: hw/usb/dev-serial.c 836 837VFIO 838M: Alex Williamson <alex.williamson@redhat.com> 839S: Supported 840F: hw/vfio/* 841 842vhost 843M: Michael S. Tsirkin <mst@redhat.com> 844S: Supported 845F: hw/*/*vhost* 846 847virtio 848M: Michael S. Tsirkin <mst@redhat.com> 849S: Supported 850F: hw/*/virtio* 851F: net/vhost-user.c 852 853virtio-9p 854M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 855S: Supported 856F: hw/9pfs/ 857F: fsdev/ 858F: tests/virtio-9p-test.c 859T: git git://github.com/kvaneesh/QEMU.git 860 861virtio-blk 862M: Stefan Hajnoczi <stefanha@redhat.com> 863L: qemu-block@nongnu.org 864S: Supported 865F: hw/block/virtio-blk.c 866F: hw/block/dataplane/* 867F: hw/virtio/dataplane/* 868T: git git://github.com/stefanha/qemu.git block 869 870virtio-ccw 871M: Cornelia Huck <cornelia.huck@de.ibm.com> 872M: Christian Borntraeger <borntraeger@de.ibm.com> 873S: Supported 874F: hw/s390x/virtio-ccw.[hc] 875T: git git://github.com/cohuck/qemu virtio-ccw-upstr 876 877virtio-input 878M: Gerd Hoffmann <kraxel@redhat.com> 879S: Maintained 880F: hw/input/virtio-input*.c 881F: include/hw/virtio/virtio-input.h 882 883virtio-serial 884M: Amit Shah <amit.shah@redhat.com> 885S: Supported 886F: hw/char/virtio-serial-bus.c 887F: hw/char/virtio-console.c 888F: include/hw/virtio/virtio-serial.h 889 890virtio-rng 891M: Amit Shah <amit.shah@redhat.com> 892S: Supported 893F: hw/virtio/virtio-rng.c 894F: include/hw/virtio/virtio-rng.h 895F: backends/rng*.c 896 897nvme 898M: Keith Busch <keith.busch@intel.com> 899L: qemu-block@nongnu.org 900S: Supported 901F: hw/block/nvme* 902F: tests/nvme-test.c 903 904megasas 905M: Hannes Reinecke <hare@suse.de> 906L: qemu-block@nongnu.org 907S: Supported 908F: hw/scsi/megasas.c 909F: hw/scsi/mfi.h 910 911Xilinx EDK 912M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 913M: Alistair Francis <alistair.francis@xilinx.com> 914M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 915S: Maintained 916F: hw/*/xilinx_* 917F: include/hw/xilinx.h 918 919Vmware 920M: Dmitry Fleytman <dmitry@daynix.com> 921S: Maintained 922F: hw/net/vmxnet* 923F: hw/scsi/vmw_pvscsi* 924 925Rocker 926M: Scott Feldman <sfeldma@gmail.com> 927M: Jiri Pirko <jiri@resnulli.us> 928S: Maintained 929F: hw/net/rocker/ 930 931Subsystems 932---------- 933Audio 934M: Gerd Hoffmann <kraxel@redhat.com> 935S: Maintained 936F: audio/ 937F: hw/audio/ 938F: tests/ac97-test.c 939F: tests/es1370-test.c 940F: tests/intel-hda-test.c 941 942Block layer core 943M: Kevin Wolf <kwolf@redhat.com> 944L: qemu-block@nongnu.org 945S: Supported 946F: block* 947F: block/ 948F: hw/block/ 949F: include/block/ 950F: qemu-img* 951F: qemu-io* 952F: tests/qemu-iotests/ 953T: git git://repo.or.cz/qemu/kevin.git block 954 955Block I/O path 956M: Stefan Hajnoczi <stefanha@redhat.com> 957L: qemu-block@nongnu.org 958S: Supported 959F: async.c 960F: aio-*.c 961F: block/io.c 962F: migration/block* 963T: git git://github.com/stefanha/qemu.git block 964 965Block Jobs 966M: Jeff Cody <jcody@redhat.com> 967L: qemu-block@nongnu.org 968S: Supported 969F: blockjob.c 970F: include/block/blockjob.h 971F: block/backup.c 972F: block/commit.c 973F: block/stream.h 974F: block/mirror.c 975T: git git://github.com/codyprime/qemu-kvm-jtc.git block 976 977Block QAPI, monitor, command line 978M: Markus Armbruster <armbru@redhat.com> 979S: Supported 980F: blockdev.c 981F: block/qapi.c 982F: qapi/block*.json 983T: git git://repo.or.cz/qemu/armbru.git block-next 984 985Character device backends 986M: Paolo Bonzini <pbonzini@redhat.com> 987S: Maintained 988F: qemu-char.c 989F: backends/msmouse.c 990F: backends/testdev.c 991 992Character Devices (Braille) 993M: Samuel Thibault <samuel.thibault@ens-lyon.org> 994S: Maintained 995F: backends/baum.c 996 997Coverity model 998M: Markus Armbruster <armbru@redhat.com> 999S: Supported 1000F: scripts/coverity-model.c 1001 1002CPU 1003M: Andreas Färber <afaerber@suse.de> 1004S: Supported 1005F: qom/cpu.c 1006F: include/qom/cpu.h 1007F: target-i386/cpu.c 1008 1009ICC Bus 1010M: Igor Mammedov <imammedo@redhat.com> 1011S: Supported 1012F: include/hw/cpu/icc_bus.h 1013F: hw/cpu/icc_bus.c 1014 1015Device Tree 1016M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1017M: Alexander Graf <agraf@suse.de> 1018S: Maintained 1019F: device_tree.[ch] 1020 1021Error reporting 1022M: Markus Armbruster <armbru@redhat.com> 1023S: Supported 1024F: include/qapi/error.h 1025F: include/qemu/error-report.h 1026F: util/error.c 1027F: util/qemu-error.c 1028 1029GDB stub 1030L: qemu-devel@nongnu.org 1031S: Odd Fixes 1032F: gdbstub* 1033F: gdb-xml/ 1034 1035Memory API 1036M: Paolo Bonzini <pbonzini@redhat.com> 1037S: Supported 1038F: include/exec/ioport.h 1039F: ioport.c 1040F: include/exec/memory.h 1041F: memory.c 1042F: include/exec/memory-internal.h 1043F: exec.c 1044 1045SPICE 1046M: Gerd Hoffmann <kraxel@redhat.com> 1047S: Supported 1048F: include/ui/qemu-spice.h 1049F: ui/spice-*.c 1050F: audio/spiceaudio.c 1051F: hw/display/qxl* 1052 1053Graphics 1054M: Gerd Hoffmann <kraxel@redhat.com> 1055S: Odd Fixes 1056F: ui/ 1057 1058Cocoa graphics 1059M: Andreas Färber <andreas.faerber@web.de> 1060M: Peter Maydell <peter.maydell@linaro.org> 1061S: Odd Fixes 1062F: ui/cocoa.m 1063 1064Main loop 1065M: Paolo Bonzini <pbonzini@redhat.com> 1066S: Maintained 1067F: cpus.c 1068F: main-loop.c 1069F: qemu-timer.c 1070F: vl.c 1071 1072Human Monitor (HMP) 1073M: Luiz Capitulino <lcapitulino@redhat.com> 1074S: Maintained 1075F: monitor.c 1076F: hmp.c 1077F: hmp-commands.hx 1078T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1079 1080Network device backends 1081M: Jason Wang <jasowang@redhat.com> 1082S: Maintained 1083F: net/ 1084T: git git://github.com/jasowang/qemu.git net 1085 1086Netmap network backend 1087M: Luigi Rizzo <rizzo@iet.unipi.it> 1088M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1089M: Vincenzo Maffione <v.maffione@gmail.com> 1090W: http://info.iet.unipi.it/~luigi/netmap/ 1091S: Maintained 1092F: net/netmap.c 1093 1094Network Block Device (NBD) 1095M: Paolo Bonzini <pbonzini@redhat.com> 1096S: Odd Fixes 1097F: block/nbd.c 1098F: nbd.* 1099F: qemu-nbd.c 1100T: git git://github.com/bonzini/qemu.git nbd-next 1101 1102NUMA 1103M: Eduardo Habkost <ehabkost@redhat.com> 1104S: Maintained 1105F: numa.c 1106F: include/sysemu/numa.h 1107K: numa|NUMA 1108K: srat|SRAT 1109T: git git://github.com/ehabkost/qemu.git numa 1110 1111QAPI 1112M: Markus Armbruster <armbru@redhat.com> 1113M: Michael Roth <mdroth@linux.vnet.ibm.com> 1114S: Supported 1115F: qapi/ 1116X: qapi/*.json 1117F: include/qapi/ 1118X: include/qapi/qmp/ 1119F: include/qapi/qmp/dispatch.h 1120F: tests/qapi-schema/ 1121F: tests/test-*-visitor.c 1122F: tests/test-qmp-*.c 1123F: scripts/qapi* 1124F: docs/qapi* 1125T: git git://repo.or.cz/qemu/armbru.git qapi-next 1126 1127QAPI Schema 1128M: Eric Blake <eblake@redhat.com> 1129M: Markus Armbruster <armbru@redhat.com> 1130S: Supported 1131F: qapi-schema.json 1132F: qapi/*.json 1133T: git git://repo.or.cz/qemu/armbru.git qapi-next 1134 1135QObject 1136M: Luiz Capitulino <lcapitulino@redhat.com> 1137S: Maintained 1138F: qobject/ 1139F: include/qapi/qmp/ 1140X: include/qapi/qmp/dispatch.h 1141F: tests/check-qdict.c 1142F: tests/check-qfloat.c 1143F: tests/check-qint.c 1144F: tests/check-qjson.c 1145F: tests/check-qlist.c 1146F: tests/check-qstring.c 1147T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 1148 1149QEMU Guest Agent 1150M: Michael Roth <mdroth@linux.vnet.ibm.com> 1151S: Maintained 1152F: qga/ 1153T: git git://github.com/mdroth/qemu.git qga 1154 1155QOM 1156M: Andreas Färber <afaerber@suse.de> 1157S: Supported 1158T: git git://github.com/afaerber/qemu-cpu.git qom-next 1159F: include/qom/ 1160X: include/qom/cpu.h 1161F: qom/ 1162X: qom/cpu.c 1163F: tests/qom-test.c 1164 1165QMP 1166M: Markus Armbruster <armbru@redhat.com> 1167S: Supported 1168F: qmp.c 1169F: monitor.c 1170F: qmp-commands.hx 1171F: docs/*qmp-* 1172F: scripts/qmp/ 1173T: git git://repo.or.cz/qemu/armbru.git qapi-next 1174 1175SLIRP 1176M: Jan Kiszka <jan.kiszka@siemens.com> 1177S: Maintained 1178F: slirp/ 1179T: git git://git.kiszka.org/qemu.git queues/slirp 1180 1181Tracing 1182M: Stefan Hajnoczi <stefanha@redhat.com> 1183S: Maintained 1184F: trace/ 1185F: scripts/tracetool.py 1186F: scripts/tracetool/ 1187F: docs/tracing.txt 1188T: git git://github.com/stefanha/qemu.git tracing 1189 1190Checkpatch 1191M: Blue Swirl <blauwirbel@gmail.com> 1192S: Odd Fixes 1193F: scripts/checkpatch.pl 1194 1195Migration 1196M: Juan Quintela <quintela@redhat.com> 1197M: Amit Shah <amit.shah@redhat.com> 1198S: Maintained 1199F: include/migration/ 1200F: migration/ 1201F: scripts/vmstate-static-checker.py 1202F: tests/vmstate-static-checker-data/ 1203 1204Seccomp 1205M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 1206S: Supported 1207F: qemu-seccomp.c 1208F: include/sysemu/seccomp.h 1209 1210Cryptography 1211M: Daniel P. Berrange <berrange@redhat.com> 1212S: Maintained 1213F: crypto/ 1214F: include/crypto/ 1215F: tests/test-crypto-* 1216 1217Coroutines 1218M: Stefan Hajnoczi <stefanha@redhat.com> 1219M: Kevin Wolf <kwolf@redhat.com> 1220F: util/*coroutine* 1221F: include/qemu/coroutine* 1222F: tests/test-coroutine.c 1223 1224Buffers 1225M: Daniel P. Berrange <berrange@redhat.com> 1226S: Odd fixes 1227F: util/buffer.c 1228F: include/qemu/buffer.h 1229 1230Usermode Emulation 1231------------------ 1232Overall 1233M: Riku Voipio <riku.voipio@iki.fi> 1234S: Maintained 1235F: thunk.c 1236F: user-exec.c 1237 1238BSD user 1239M: Blue Swirl <blauwirbel@gmail.com> 1240S: Maintained 1241F: bsd-user/ 1242 1243Linux user 1244M: Riku Voipio <riku.voipio@iki.fi> 1245S: Maintained 1246F: linux-user/ 1247 1248Tiny Code Generator (TCG) 1249------------------------- 1250Common code 1251M: Richard Henderson <rth@twiddle.net> 1252S: Maintained 1253F: tcg/ 1254 1255AArch64 target 1256M: Claudio Fontana <claudio.fontana@huawei.com> 1257M: Claudio Fontana <claudio.fontana@gmail.com> 1258S: Maintained 1259L: qemu-arm@nongnu.org 1260F: tcg/aarch64/ 1261F: disas/arm-a64.cc 1262F: disas/libvixl/ 1263 1264ARM target 1265M: Andrzej Zaborowski <balrogg@gmail.com> 1266S: Maintained 1267L: qemu-arm@nongnu.org 1268F: tcg/arm/ 1269F: disas/arm.c 1270 1271i386 target 1272L: qemu-devel@nongnu.org 1273S: Maintained 1274F: tcg/i386/ 1275F: disas/i386.c 1276 1277IA64 target 1278M: Aurelien Jarno <aurelien@aurel32.net> 1279S: Maintained 1280F: tcg/ia64/ 1281F: disas/ia64.c 1282 1283MIPS target 1284M: Aurelien Jarno <aurelien@aurel32.net> 1285S: Maintained 1286F: tcg/mips/ 1287F: disas/mips.c 1288 1289PPC 1290M: Vassili Karpov (malc) <av1474@comtv.ru> 1291S: Maintained 1292F: tcg/ppc/ 1293F: disas/ppc.c 1294 1295S390 target 1296M: Alexander Graf <agraf@suse.de> 1297M: Richard Henderson <rth@twiddle.net> 1298S: Maintained 1299F: tcg/s390/ 1300F: disas/s390.c 1301 1302SPARC target 1303M: Blue Swirl <blauwirbel@gmail.com> 1304S: Maintained 1305F: tcg/sparc/ 1306F: disas/sparc.c 1307 1308TCI target 1309M: Stefan Weil <sw@weilnetz.de> 1310S: Maintained 1311F: tcg/tci/ 1312F: tci.c 1313F: disas/tci.c 1314 1315Stable branches 1316--------------- 1317Stable 1.0 1318L: qemu-stable@nongnu.org 1319T: git git://git.qemu-project.org/qemu-stable-1.0.git 1320S: Orphan 1321 1322Stable 0.15 1323L: qemu-stable@nongnu.org 1324M: Andreas Färber <afaerber@suse.de> 1325T: git git://git.qemu-project.org/qemu-stable-0.15.git 1326S: Supported 1327 1328Stable 0.14 1329L: qemu-stable@nongnu.org 1330T: git git://git.qemu-project.org/qemu-stable-0.14.git 1331S: Orphan 1332 1333Stable 0.10 1334L: qemu-stable@nongnu.org 1335T: git git://git.qemu-project.org/qemu-stable-0.10.git 1336S: Orphan 1337 1338Block drivers 1339------------- 1340VMDK 1341M: Fam Zheng <famz@redhat.com> 1342L: qemu-block@nongnu.org 1343S: Supported 1344F: block/vmdk.c 1345 1346RBD 1347M: Josh Durgin <jdurgin@redhat.com> 1348M: Jeff Cody <jcody@redhat.com> 1349L: qemu-block@nongnu.org 1350S: Supported 1351F: block/rbd.c 1352T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1353 1354Sheepdog 1355M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1356M: Liu Yuan <namei.unix@gmail.com> 1357M: Jeff Cody <jcody@redhat.com> 1358L: qemu-block@nongnu.org 1359L: sheepdog@lists.wpkg.org 1360S: Supported 1361F: block/sheepdog.c 1362T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1363 1364VHDX 1365M: Jeff Cody <jcody@redhat.com> 1366L: qemu-block@nongnu.org 1367S: Supported 1368F: block/vhdx* 1369T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1370 1371VDI 1372M: Stefan Weil <sw@weilnetz.de> 1373L: qemu-block@nongnu.org 1374S: Maintained 1375F: block/vdi.c 1376 1377iSCSI 1378M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1379M: Paolo Bonzini <pbonzini@redhat.com> 1380M: Peter Lieven <pl@kamp.de> 1381L: qemu-block@nongnu.org 1382S: Supported 1383F: block/iscsi.c 1384 1385NFS 1386M: Jeff Cody <jcody@redhat.com> 1387M: Peter Lieven <pl@kamp.de> 1388L: qemu-block@nongnu.org 1389S: Maintained 1390F: block/nfs.c 1391T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1392 1393SSH 1394M: Richard W.M. Jones <rjones@redhat.com> 1395M: Jeff Cody <jcody@redhat.com> 1396L: qemu-block@nongnu.org 1397S: Supported 1398F: block/ssh.c 1399T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1400 1401ARCHIPELAGO 1402M: Chrysostomos Nanakos <chris@include.gr> 1403M: Jeff Cody <jcody@redhat.com> 1404L: qemu-block@nongnu.org 1405S: Maintained 1406F: block/archipelago.c 1407T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1408 1409CURL 1410M: Jeff Cody <jcody@redhat.com> 1411L: qemu-block@nongnu.org 1412S: Supported 1413F: block/curl.c 1414T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1415 1416GLUSTER 1417M: Jeff Cody <jcody@redhat.com> 1418L: qemu-block@nongnu.org 1419S: Supported 1420F: block/gluster.c 1421T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1422 1423Null Block Driver 1424M: Fam Zheng <famz@redhat.com> 1425L: qemu-block@nongnu.org 1426S: Supported 1427F: block/null.c 1428 1429Bootdevice 1430M: Gonglei <arei.gonglei@huawei.com> 1431S: Maintained 1432F: bootdevice.c 1433 1434Quorum 1435M: Alberto Garcia <berto@igalia.com> 1436S: Supported 1437F: block/quorum.c 1438L: qemu-block@nongnu.org 1439 1440blkverify 1441M: Stefan Hajnoczi <stefanha@redhat.com> 1442L: qemu-block@nongnu.org 1443S: Supported 1444F: block/blkverify.c 1445 1446bochs 1447M: Stefan Hajnoczi <stefanha@redhat.com> 1448L: qemu-block@nongnu.org 1449S: Supported 1450F: block/bochs.c 1451 1452cloop 1453M: Stefan Hajnoczi <stefanha@redhat.com> 1454L: qemu-block@nongnu.org 1455S: Supported 1456F: block/cloop.c 1457 1458dmg 1459M: Stefan Hajnoczi <stefanha@redhat.com> 1460L: qemu-block@nongnu.org 1461S: Supported 1462F: block/dmg.c 1463 1464parallels 1465M: Stefan Hajnoczi <stefanha@redhat.com> 1466M: Denis V. Lunev <den@openvz.org> 1467L: qemu-block@nongnu.org 1468S: Supported 1469F: block/parallels.c 1470 1471qed 1472M: Stefan Hajnoczi <stefanha@redhat.com> 1473L: qemu-block@nongnu.org 1474S: Supported 1475F: block/qed.c 1476 1477raw 1478M: Kevin Wolf <kwolf@redhat.com> 1479L: qemu-block@nongnu.org 1480S: Supported 1481F: block/linux-aio.c 1482F: block/raw-aio.h 1483F: block/raw-posix.c 1484F: block/raw-win32.c 1485F: block/raw_bsd.c 1486F: block/win32-aio.c 1487 1488qcow2 1489M: Kevin Wolf <kwolf@redhat.com> 1490L: qemu-block@nongnu.org 1491S: Supported 1492F: block/qcow2* 1493 1494qcow 1495M: Kevin Wolf <kwolf@redhat.com> 1496L: qemu-block@nongnu.org 1497S: Supported 1498F: block/qcow.c 1499 1500blkdebug 1501M: Kevin Wolf <kwolf@redhat.com> 1502L: qemu-block@nongnu.org 1503S: Supported 1504F: block/blkdebug.c 1505 1506vpc 1507M: Kevin Wolf <kwolf@redhat.com> 1508L: qemu-block@nongnu.org 1509S: Supported 1510F: block/vpc.c 1511 1512vvfat 1513M: Kevin Wolf <kwolf@redhat.com> 1514L: qemu-block@nongnu.org 1515S: Supported 1516F: block/vvfat.c 1517 1518Image format fuzzer 1519M: Stefan Hajnoczi <stefanha@redhat.com> 1520L: qemu-block@nongnu.org 1521S: Supported 1522F: tests/image-fuzzer/ 1523 1524 1525Documentation 1526------------- 1527Build system architecture 1528M: Daniel P. Berrange <berrange@redhat.com> 1529S: Odd Fixes 1530F: docs/build-system.txt 1531