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