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