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/ 80 81ARM 82M: Peter Maydell <peter.maydell@linaro.org> 83S: Maintained 84F: target-arm/ 85F: hw/arm/ 86F: hw/cpu/a*mpcore.c 87 88CRIS 89M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 90S: Maintained 91F: target-cris/ 92F: hw/cris/ 93F: tests/tcg/cris/ 94 95LM32 96M: Michael Walle <michael@walle.cc> 97S: Maintained 98F: target-lm32/ 99F: disas/lm32.c 100F: hw/lm32/ 101F: hw/*/lm32_* 102F: hw/*/milkymist-* 103F: include/hw/char/lm32_juart.h 104F: include/hw/lm32/ 105F: tests/tcg/lm32/ 106 107M68K 108S: Orphan 109F: target-m68k/ 110F: hw/m68k/ 111 112MicroBlaze 113M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 114S: Maintained 115F: target-microblaze/ 116F: hw/microblaze/ 117 118MIPS 119M: Aurelien Jarno <aurelien@aurel32.net> 120M: Leon Alrae <leon.alrae@imgtec.com> 121S: Maintained 122F: target-mips/ 123F: hw/mips/ 124F: tests/tcg/mips/ 125 126Moxie 127M: Anthony Green <green@moxielogic.com> 128S: Maintained 129F: target-moxie/ 130 131OpenRISC 132M: Jia Liu <proljc@gmail.com> 133S: Maintained 134F: target-openrisc/ 135F: hw/openrisc/ 136F: tests/tcg/openrisc/ 137 138PowerPC 139M: Alexander Graf <agraf@suse.de> 140L: qemu-ppc@nongnu.org 141S: Maintained 142F: target-ppc/ 143F: hw/ppc/ 144 145S390 146M: Richard Henderson <rth@twiddle.net> 147M: Alexander Graf <agraf@suse.de> 148S: Maintained 149F: target-s390x/ 150F: hw/s390x/ 151 152SH4 153M: Aurelien Jarno <aurelien@aurel32.net> 154S: Odd Fixes 155F: target-sh4/ 156F: hw/sh4/ 157 158SPARC 159M: Blue Swirl <blauwirbel@gmail.com> 160M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 161S: Maintained 162F: target-sparc/ 163F: hw/sparc/ 164F: hw/sparc64/ 165 166UniCore32 167M: Guan Xuetao <gxt@mprc.pku.edu.cn> 168S: Maintained 169F: target-unicore32/ 170F: hw/unicore32/ 171 172X86 173M: Paolo Bonzini <pbonzini@redhat.com> 174M: Richard Henderson <rth@twiddle.net> 175S: Odd Fixes 176F: target-i386/ 177F: hw/i386/ 178 179Xtensa 180M: Max Filippov <jcmvbkbc@gmail.com> 181W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 182S: Maintained 183F: target-xtensa/ 184F: hw/xtensa/ 185F: tests/tcg/xtensa/ 186 187TriCore 188M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 189S: Maintained 190F: target-tricore/ 191F: hw/tricore/ 192 193Guest CPU Cores (KVM): 194---------------------- 195 196Overall 197M: Paolo Bonzini <pbonzini@redhat.com> 198L: kvm@vger.kernel.org 199S: Supported 200F: kvm-* 201F: */kvm.* 202 203ARM 204M: Peter Maydell <peter.maydell@linaro.org> 205S: Maintained 206F: target-arm/kvm.c 207 208MIPS 209M: James Hogan <james.hogan@imgtec.com> 210S: Maintained 211F: target-mips/kvm.c 212 213PPC 214M: Alexander Graf <agraf@suse.de> 215S: Maintained 216F: target-ppc/kvm.c 217 218S390 219M: Christian Borntraeger <borntraeger@de.ibm.com> 220M: Cornelia Huck <cornelia.huck@de.ibm.com> 221M: Alexander Graf <agraf@suse.de> 222S: Maintained 223F: target-s390x/kvm.c 224F: hw/intc/s390_flic.c 225F: hw/intc/s390_flic_kvm.c 226F: include/hw/s390x/s390_flic.h 227 228X86 229M: Paolo Bonzini <pbonzini@redhat.com> 230M: Marcelo Tosatti <mtosatti@redhat.com> 231L: kvm@vger.kernel.org 232S: Supported 233F: target-i386/kvm.c 234 235Guest CPU Cores (Xen): 236---------------------- 237 238X86 239M: Stefano Stabellini <stefano.stabellini@eu.citrix.com> 240L: xen-devel@lists.xensource.com 241S: Supported 242F: xen-* 243F: */xen* 244 245Hosts: 246------ 247 248LINUX 249L: qemu-devel@nongnu.org 250S: Maintained 251F: linux-* 252F: linux-headers/ 253 254POSIX 255L: qemu-devel@nongnu.org 256S: Maintained 257F: *posix* 258 259W32, W64 260L: qemu-devel@nongnu.org 261M: Stefan Weil <sw@weilnetz.de> 262S: Maintained 263F: *win32* 264 265ARM Machines 266------------ 267Allwinner-a10 268M: Li Guang <lig.fnst@cn.fujitsu.com> 269S: Maintained 270F: hw/*/allwinner-a10* 271F: include/hw/*/allwinner-a10* 272F: hw/arm/cubieboard.c 273 274Exynos 275M: Evgeny Voevodin <e.voevodin@samsung.com> 276M: Maksim Kozlov <m.kozlov@samsung.com> 277M: Igor Mitsyanko <i.mitsyanko@gmail.com> 278M: Dmitry Solodkiy <d.solodkiy@samsung.com> 279S: Maintained 280F: hw/*/exynos* 281 282Calxeda Highbank 283M: Rob Herring <robh@kernel.org> 284S: Maintained 285F: hw/arm/highbank.c 286F: hw/net/xgmac.c 287 288Canon DIGIC 289M: Antony Pavlov <antonynpavlov@gmail.com> 290S: Maintained 291F: include/hw/arm/digic.h 292F: hw/*/digic* 293 294Gumstix 295L: qemu-devel@nongnu.org 296S: Orphan 297F: hw/arm/gumstix.c 298 299i.MX31 300M: Peter Chubb <peter.chubb@nicta.com.au> 301S: Odd fixes 302F: hw/*/imx* 303F: hw/arm/kzm.c 304 305Integrator CP 306M: Peter Maydell <peter.maydell@linaro.org> 307S: Maintained 308F: hw/arm/integratorcp.c 309 310Mainstone 311L: qemu-devel@nongnu.org 312S: Orphan 313F: hw/arm/mainstone.c 314 315Musicpal 316M: Jan Kiszka <jan.kiszka@web.de> 317S: Maintained 318F: hw/arm/musicpal.c 319 320nSeries 321M: Andrzej Zaborowski <balrogg@gmail.com> 322S: Maintained 323F: hw/arm/nseries.c 324 325Palm 326M: Andrzej Zaborowski <balrogg@gmail.com> 327S: Maintained 328F: hw/arm/palm.c 329 330Real View 331M: Peter Maydell <peter.maydell@linaro.org> 332S: Maintained 333F: hw/arm/realview* 334 335Spitz 336M: Andrzej Zaborowski <balrogg@gmail.com> 337S: Maintained 338F: hw/arm/spitz.c 339 340Stellaris 341M: Peter Maydell <peter.maydell@linaro.org> 342S: Maintained 343F: hw/*/stellaris* 344 345Versatile PB 346M: Peter Maydell <peter.maydell@linaro.org> 347S: Maintained 348F: hw/*/versatile* 349 350Xilinx Zynq 351M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 352S: Maintained 353F: hw/arm/xilinx_zynq.c 354F: hw/misc/zynq_slcr.c 355F: hw/*/cadence_* 356F: hw/ssi/xilinx_spips.c 357 358CRIS Machines 359------------- 360Axis Dev88 361M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 362S: Maintained 363F: hw/cris/axis_dev88.c 364F: hw/*/etraxfs_*.c 365 366LM32 Machines 367------------- 368EVR32 and uclinux BSP 369M: Michael Walle <michael@walle.cc> 370S: Maintained 371F: hw/lm32/lm32_boards.c 372 373milkymist 374M: Michael Walle <michael@walle.cc> 375S: Maintained 376F: hw/lm32/milkymist.c 377 378M68K Machines 379------------- 380an5206 381S: Orphan 382F: hw/m68k/an5206.c 383 384dummy_m68k 385S: Orphan 386F: hw/m68k/dummy_m68k.c 387 388mcf5208 389S: Orphan 390F: hw/m68k/mcf5208.c 391 392MicroBlaze Machines 393------------------- 394petalogix_s3adsp1800 395M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 396S: Maintained 397F: hw/microblaze/petalogix_s3adsp1800_mmu.c 398 399petalogix_ml605 400M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 401S: Maintained 402F: hw/microblaze/petalogix_ml605_mmu.c 403 404MIPS Machines 405------------- 406Jazz 407M: Hervé Poussineau <hpoussin@reactos.org> 408S: Maintained 409F: hw/mips/mips_jazz.c 410 411Malta 412M: Aurelien Jarno <aurelien@aurel32.net> 413S: Maintained 414F: hw/mips/mips_malta.c 415 416Mipssim 417L: qemu-devel@nongnu.org 418S: Orphan 419F: hw/mips/mips_mipssim.c 420 421R4000 422M: Aurelien Jarno <aurelien@aurel32.net> 423S: Maintained 424F: hw/mips/mips_r4k.c 425 426OpenRISC Machines 427----------------- 428or1k-sim 429M: Jia Liu <proljc@gmail.com> 430S: Maintained 431F: hw/openrisc/openrisc_sim.c 432 433PowerPC Machines 434---------------- 435405 436M: Alexander Graf <agraf@suse.de> 437L: qemu-ppc@nongnu.org 438S: Odd Fixes 439F: hw/ppc/ppc405_boards.c 440 441Bamboo 442M: Alexander Graf <agraf@suse.de> 443L: qemu-ppc@nongnu.org 444S: Odd Fixes 445F: hw/ppc/ppc440_bamboo.c 446 447e500 448M: Alexander Graf <agraf@suse.de> 449M: Scott Wood <scottwood@freescale.com> 450L: qemu-ppc@nongnu.org 451S: Supported 452F: hw/ppc/e500.[hc] 453F: hw/ppc/e500plat.c 454 455mpc8544ds 456M: Alexander Graf <agraf@suse.de> 457M: Scott Wood <scottwood@freescale.com> 458L: qemu-ppc@nongnu.org 459S: Supported 460F: hw/ppc/mpc8544ds.c 461F: hw/ppc/mpc8544_guts.c 462 463New World 464M: Alexander Graf <agraf@suse.de> 465L: qemu-ppc@nongnu.org 466S: Maintained 467F: hw/ppc/mac_newworld.c 468F: hw/pci-host/uninorth.c 469F: hw/pci-bridge/dec.[hc] 470F: hw/misc/macio/ 471 472Old World 473M: Alexander Graf <agraf@suse.de> 474L: qemu-ppc@nongnu.org 475S: Maintained 476F: hw/ppc/mac_oldworld.c 477F: hw/pci-host/grackle.c 478F: hw/misc/macio/ 479 480PReP 481M: Andreas Färber <andreas.faerber@web.de> 482L: qemu-ppc@nongnu.org 483S: Odd Fixes 484F: hw/ppc/prep.c 485F: hw/pci-host/prep.[hc] 486F: hw/isa/pc87312.[hc] 487 488sPAPR 489M: Alexander Graf <agraf@suse.de> 490L: qemu-ppc@nongnu.org 491S: Supported 492F: hw/*/spapr* 493F: include/hw/*/spapr* 494F: hw/*/xics* 495F: include/hw/*/xics* 496F: pc-bios/spapr-rtas/* 497 498virtex_ml507 499M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 500L: qemu-ppc@nongnu.org 501S: Odd Fixes 502F: hw/ppc/virtex_ml507.c 503 504SH4 Machines 505------------ 506R2D 507M: Magnus Damm <magnus.damm@gmail.com> 508S: Maintained 509F: hw/sh4/r2d.c 510 511Shix 512M: Magnus Damm <magnus.damm@gmail.com> 513S: Orphan 514F: hw/sh4/shix.c 515 516SPARC Machines 517-------------- 518Sun4m 519M: Blue Swirl <blauwirbel@gmail.com> 520M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 521S: Maintained 522F: hw/sparc/sun4m.c 523 524Sun4u 525M: Blue Swirl <blauwirbel@gmail.com> 526M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 527S: Maintained 528F: hw/sparc64/sun4u.c 529 530Leon3 531M: Fabien Chouteau <chouteau@adacore.com> 532S: Maintained 533F: hw/sparc/leon3.c 534F: hw/*/grlib* 535 536S390 Machines 537------------- 538S390 Virtio 539M: Alexander Graf <agraf@suse.de> 540S: Maintained 541F: hw/s390x/s390-*.c 542X: hw/s390x/*pci*.[hc] 543 544S390 Virtio-ccw 545M: Cornelia Huck <cornelia.huck@de.ibm.com> 546M: Christian Borntraeger <borntraeger@de.ibm.com> 547M: Alexander Graf <agraf@suse.de> 548S: Supported 549F: hw/s390x/s390-virtio-ccw.c 550F: hw/s390x/css.[hc] 551F: hw/s390x/sclp*.[hc] 552F: hw/s390x/ipl*.[hc] 553F: hw/s390x/*pci*.[hc] 554F: include/hw/s390x/ 555F: pc-bios/s390-ccw/ 556T: git git://github.com/cohuck/qemu virtio-ccw-upstr 557 558UniCore32 Machines 559------------- 560PKUnity-3 SoC initramfs-with-busybox 561M: Guan Xuetao <gxt@mprc.pku.edu.cn> 562S: Maintained 563F: hw/*/puv3* 564F: hw/unicore32/ 565 566X86 Machines 567------------ 568PC 569M: Michael S. Tsirkin <mst@redhat.com> 570S: Supported 571F: include/hw/i386/ 572F: hw/i386/ 573F: hw/pci-host/piix.c 574F: hw/pci-host/q35.c 575F: hw/pci-host/pam.c 576F: include/hw/pci-host/q35.h 577F: include/hw/pci-host/pam.h 578F: hw/isa/piix4.c 579F: hw/isa/lpc_ich9.c 580F: hw/i2c/smbus_ich9.c 581F: hw/acpi/piix4.c 582F: hw/acpi/ich9.c 583F: include/hw/acpi/ich9.h 584F: include/hw/acpi/piix.h 585 586 587Xtensa Machines 588--------------- 589sim 590M: Max Filippov <jcmvbkbc@gmail.com> 591S: Maintained 592F: hw/xtensa/sim.c 593 594XTFPGA (LX60, LX200, ML605, KC705) 595M: Max Filippov <jcmvbkbc@gmail.com> 596S: Maintained 597F: hw/xtensa/xtfpga.c 598F: hw/net/opencores_eth.c 599 600Devices 601------- 602EDU 603M: Jiri Slaby <jslaby@suse.cz> 604S: Maintained 605F: hw/misc/edu.c 606 607IDE 608M: John Snow <jsnow@redhat.com> 609L: qemu-block@nongnu.org 610S: Supported 611F: include/hw/ide.h 612F: hw/ide/ 613F: hw/block/block.c 614F: hw/block/cdrom.c 615F: hw/block/hd-geometry.c 616F: tests/ide-test.c 617F: tests/ahci-test.c 618T: git git://github.com/jnsnow/qemu.git ide 619 620Floppy 621M: John Snow <jsnow@redhat.com> 622L: qemu-block@nongnu.org 623S: Supported 624F: hw/block/fdc.c 625F: include/hw/block/fdc.h 626T: git git://github.com/jnsnow/qemu.git ide 627 628OMAP 629M: Peter Maydell <peter.maydell@linaro.org> 630S: Maintained 631F: hw/*/omap* 632 633PCI 634M: Michael S. Tsirkin <mst@redhat.com> 635S: Supported 636F: include/hw/pci/* 637F: hw/pci/* 638F: hw/acpi/* 639 640ppc4xx 641M: Alexander Graf <agraf@suse.de> 642L: qemu-ppc@nongnu.org 643S: Odd Fixes 644F: hw/ppc/ppc4*.c 645 646ppce500 647M: Alexander Graf <agraf@suse.de> 648M: Scott Wood <scottwood@freescale.com> 649L: qemu-ppc@nongnu.org 650S: Supported 651F: hw/ppc/e500* 652 653SCSI 654M: Paolo Bonzini <pbonzini@redhat.com> 655S: Supported 656F: include/hw/scsi* 657F: hw/scsi/* 658T: git git://github.com/bonzini/qemu.git scsi-next 659 660LSI53C895A 661S: Orphan 662F: hw/scsi/lsi53c895a.c 663 664SSI 665M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 666S: Maintained 667F: hw/ssi/* 668F: hw/block/m25p80.c 669 670USB 671M: Gerd Hoffmann <kraxel@redhat.com> 672S: Maintained 673F: hw/usb/* 674F: tests/usb-*-test.c 675 676USB (serial adapter) 677M: Gerd Hoffmann <kraxel@redhat.com> 678M: Samuel Thibault <samuel.thibault@ens-lyon.org> 679S: Maintained 680F: hw/usb/dev-serial.c 681 682VFIO 683M: Alex Williamson <alex.williamson@redhat.com> 684S: Supported 685F: hw/vfio/* 686 687vhost 688M: Michael S. Tsirkin <mst@redhat.com> 689S: Supported 690F: hw/*/*vhost* 691 692virtio 693M: Michael S. Tsirkin <mst@redhat.com> 694S: Supported 695F: hw/*/virtio* 696 697virtio-9p 698M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 699S: Supported 700F: hw/9pfs/ 701F: fsdev/ 702F: tests/virtio-9p-test.c 703T: git git://github.com/kvaneesh/QEMU.git 704 705virtio-blk 706M: Kevin Wolf <kwolf@redhat.com> 707M: Stefan Hajnoczi <stefanha@redhat.com> 708S: Supported 709F: hw/block/virtio-blk.c 710 711virtio-ccw 712M: Cornelia Huck <cornelia.huck@de.ibm.com> 713M: Christian Borntraeger <borntraeger@de.ibm.com> 714S: Supported 715F: hw/s390x/virtio-ccw.[hc] 716T: git git://github.com/cohuck/qemu virtio-ccw-upstr 717 718virtio-serial 719M: Amit Shah <amit.shah@redhat.com> 720S: Supported 721F: hw/char/virtio-serial-bus.c 722F: hw/char/virtio-console.c 723F: include/hw/virtio/virtio-serial.h 724 725virtio-rng 726M: Amit Shah <amit.shah@redhat.com> 727S: Supported 728F: hw/virtio/virtio-rng.c 729F: include/hw/virtio/virtio-rng.h 730F: backends/rng*.c 731 732nvme 733M: Keith Busch <keith.busch@intel.com> 734S: Supported 735F: hw/block/nvme* 736F: tests/nvme-test.c 737 738megasas 739M: Hannes Reinecke <hare@suse.de> 740S: Supported 741F: hw/scsi/megasas.c 742F: hw/scsi/mfi.h 743 744Xilinx EDK 745M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 746M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 747S: Maintained 748F: hw/*/xilinx_* 749F: include/hw/xilinx.h 750 751Vmware 752M: Dmitry Fleytman <dmitry@daynix.com> 753S: Maintained 754F: hw/net/vmxnet* 755F: hw/scsi/vmw_pvscsi* 756 757Subsystems 758---------- 759Audio 760M: Vassili Karpov (malc) <av1474@comtv.ru> 761M: Gerd Hoffmann <kraxel@redhat.com> 762S: Maintained 763F: audio/ 764F: hw/audio/ 765F: tests/ac97-test.c 766F: tests/es1370-test.c 767F: tests/intel-hda-test.c 768 769Block 770M: Kevin Wolf <kwolf@redhat.com> 771M: Stefan Hajnoczi <stefanha@redhat.com> 772S: Supported 773F: async.c 774F: aio-*.c 775F: block* 776F: block/ 777F: hw/block/ 778F: migration/block* 779F: qemu-img* 780F: qemu-io* 781F: tests/image-fuzzer/ 782F: tests/qemu-iotests/ 783T: git git://repo.or.cz/qemu/kevin.git block 784T: git git://github.com/stefanha/qemu.git block 785 786Block Jobs 787M: Jeff Cody <jcody@redhat.com> 788L: qemu-block@nongnu.org 789S: Supported 790F: blockjob.c 791F: include/block/blockjob.h 792F: block/backup.c 793F: block/commit.c 794F: block/stream.h 795F: block/mirror.c 796T: git git://github.com/codyprime/qemu-kvm-jtc.git block 797 798Character Devices 799M: Paolo Bonzini <pbonzini@redhat.com> 800S: Maintained 801F: qemu-char.c 802F: backends/msmouse.c 803F: backends/testdev.c 804 805Character Devices (Braille) 806M: Samuel Thibault <samuel.thibault@ens-lyon.org> 807S: Maintained 808F: backends/baum.c 809 810Coverity model 811M: Markus Armbruster <armbru@redhat.com> 812S: Supported 813F: scripts/coverity-model.c 814 815CPU 816M: Andreas Färber <afaerber@suse.de> 817S: Supported 818F: qom/cpu.c 819F: include/qom/cpu.h 820F: target-i386/cpu.c 821 822ICC Bus 823M: Igor Mammedov <imammedo@redhat.com> 824S: Supported 825F: include/hw/cpu/icc_bus.h 826F: hw/cpu/icc_bus.c 827 828Device Tree 829M: Peter Crosthwaite <peter.crosthwaite@xilinx.com> 830M: Alexander Graf <agraf@suse.de> 831S: Maintained 832F: device_tree.[ch] 833 834GDB stub 835L: qemu-devel@nongnu.org 836S: Odd Fixes 837F: gdbstub* 838F: gdb-xml/ 839 840Memory API 841M: Paolo Bonzini <pbonzini@redhat.com> 842S: Supported 843F: include/exec/ioport.h 844F: ioport.c 845F: include/exec/memory.h 846F: memory.c 847F: include/exec/memory-internal.h 848F: exec.c 849 850SPICE 851M: Gerd Hoffmann <kraxel@redhat.com> 852S: Supported 853F: include/ui/qemu-spice.h 854F: ui/spice-*.c 855F: audio/spiceaudio.c 856F: hw/display/qxl* 857 858Graphics 859M: Gerd Hoffmann <kraxel@redhat.com> 860S: Odd Fixes 861F: ui/ 862 863Cocoa graphics 864M: Andreas Färber <andreas.faerber@web.de> 865M: Peter Maydell <peter.maydell@linaro.org> 866S: Odd Fixes 867F: ui/cocoa.m 868 869Main loop 870M: Paolo Bonzini <pbonzini@redhat.com> 871S: Maintained 872F: cpus.c 873F: main-loop.c 874F: qemu-timer.c 875F: vl.c 876 877Human Monitor (HMP) 878M: Luiz Capitulino <lcapitulino@redhat.com> 879S: Maintained 880F: monitor.c 881F: hmp.c 882F: hmp-commands.hx 883T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 884 885Network device layer 886M: Stefan Hajnoczi <stefanha@redhat.com> 887M: Jason Wang <jasowang@redhat.com> 888S: Maintained 889F: net/ 890T: git git://github.com/stefanha/qemu.git net 891 892Netmap network backend 893M: Luigi Rizzo <rizzo@iet.unipi.it> 894M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 895M: Vincenzo Maffione <v.maffione@gmail.com> 896W: http://info.iet.unipi.it/~luigi/netmap/ 897S: Maintained 898F: net/netmap.c 899 900Network Block Device (NBD) 901M: Paolo Bonzini <pbonzini@redhat.com> 902S: Odd Fixes 903F: block/nbd.c 904F: nbd.* 905F: qemu-nbd.c 906T: git git://github.com/bonzini/qemu.git nbd-next 907 908QAPI 909M: Luiz Capitulino <lcapitulino@redhat.com> 910M: Michael Roth <mdroth@linux.vnet.ibm.com> 911S: Maintained 912F: qapi/ 913F: tests/qapi-schema/ 914T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 915 916QAPI Schema 917M: Eric Blake <eblake@redhat.com> 918M: Luiz Capitulino <lcapitulino@redhat.com> 919M: Markus Armbruster <armbru@redhat.com> 920S: Supported 921F: qapi-schema.json 922T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 923 924QObject 925M: Luiz Capitulino <lcapitulino@redhat.com> 926S: Maintained 927F: qobject/ 928T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 929 930QEMU Guest Agent 931M: Michael Roth <mdroth@linux.vnet.ibm.com> 932S: Maintained 933F: qga/ 934T: git git://github.com/mdroth/qemu.git qga 935 936QOM 937M: Andreas Färber <afaerber@suse.de> 938S: Supported 939T: git git://github.com/afaerber/qemu-cpu.git qom-next 940F: include/qom/ 941X: include/qom/cpu.h 942F: qom/ 943X: qom/cpu.c 944F: tests/qom-test.c 945 946QMP 947M: Luiz Capitulino <lcapitulino@redhat.com> 948S: Maintained 949F: qmp.c 950F: monitor.c 951F: qmp-commands.hx 952F: QMP/ 953T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp 954 955SLIRP 956M: Jan Kiszka <jan.kiszka@siemens.com> 957S: Maintained 958F: slirp/ 959T: git git://git.kiszka.org/qemu.git queues/slirp 960 961Tracing 962M: Stefan Hajnoczi <stefanha@redhat.com> 963S: Maintained 964F: trace/ 965F: scripts/tracetool.py 966F: scripts/tracetool/ 967F: docs/tracing.txt 968T: git git://github.com/stefanha/qemu.git tracing 969 970Checkpatch 971M: Blue Swirl <blauwirbel@gmail.com> 972S: Odd Fixes 973F: scripts/checkpatch.pl 974 975Migration 976M: Juan Quintela <quintela@redhat.com> 977M: Amit Shah <amit.shah@redhat.com> 978S: Maintained 979F: include/migration/ 980F: migration/ 981F: savevm.c 982F: arch_init.c 983F: scripts/vmstate-static-checker.py 984F: tests/vmstate-static-checker-data/ 985 986Seccomp 987M: Eduardo Otubo <eduardo.otubo@profitbricks.com> 988S: Supported 989F: qemu-seccomp.c 990F: include/sysemu/seccomp.h 991 992Usermode Emulation 993------------------ 994Overall 995M: Riku Voipio <riku.voipio@iki.fi> 996S: Maintained 997F: thunk.c 998F: user-exec.c 999 1000BSD user 1001M: Blue Swirl <blauwirbel@gmail.com> 1002S: Maintained 1003F: bsd-user/ 1004 1005Linux user 1006M: Riku Voipio <riku.voipio@iki.fi> 1007S: Maintained 1008F: linux-user/ 1009 1010Tiny Code Generator (TCG) 1011------------------------- 1012Common code 1013M: Richard Henderson <rth@twiddle.net> 1014S: Maintained 1015F: tcg/ 1016 1017AArch64 target 1018M: Claudio Fontana <claudio.fontana@huawei.com> 1019M: Claudio Fontana <claudio.fontana@gmail.com> 1020S: Maintained 1021F: tcg/aarch64/ 1022 1023ARM target 1024M: Andrzej Zaborowski <balrogg@gmail.com> 1025S: Maintained 1026F: tcg/arm/ 1027 1028i386 target 1029L: qemu-devel@nongnu.org 1030S: Maintained 1031F: tcg/i386/ 1032 1033IA64 target 1034M: Aurelien Jarno <aurelien@aurel32.net> 1035S: Maintained 1036F: tcg/ia64/ 1037 1038MIPS target 1039M: Aurelien Jarno <aurelien@aurel32.net> 1040S: Maintained 1041F: tcg/mips/ 1042 1043PPC 1044M: Vassili Karpov (malc) <av1474@comtv.ru> 1045S: Maintained 1046F: tcg/ppc/ 1047 1048PPC64 target 1049M: Vassili Karpov (malc) <av1474@comtv.ru> 1050S: Maintained 1051F: tcg/ppc64/ 1052 1053S390 target 1054M: Alexander Graf <agraf@suse.de> 1055M: Richard Henderson <rth@twiddle.net> 1056S: Maintained 1057F: tcg/s390/ 1058 1059SPARC target 1060M: Blue Swirl <blauwirbel@gmail.com> 1061S: Maintained 1062F: tcg/sparc/ 1063 1064TCI target 1065M: Stefan Weil <sw@weilnetz.de> 1066S: Maintained 1067F: tcg/tci/ 1068F: tci.c 1069 1070Stable branches 1071--------------- 1072Stable 1.0 1073L: qemu-stable@nongnu.org 1074T: git git://git.qemu-project.org/qemu-stable-1.0.git 1075S: Orphan 1076 1077Stable 0.15 1078L: qemu-stable@nongnu.org 1079M: Andreas Färber <afaerber@suse.de> 1080T: git git://git.qemu-project.org/qemu-stable-0.15.git 1081S: Supported 1082 1083Stable 0.14 1084L: qemu-stable@nongnu.org 1085T: git git://git.qemu-project.org/qemu-stable-0.14.git 1086S: Orphan 1087 1088Stable 0.10 1089L: qemu-stable@nongnu.org 1090T: git git://git.qemu-project.org/qemu-stable-0.10.git 1091S: Orphan 1092 1093Block drivers 1094------------- 1095VMDK 1096M: Fam Zheng <famz@redhat.com> 1097S: Supported 1098F: block/vmdk.c 1099 1100RBD 1101M: Josh Durgin <josh.durgin@inktank.com> 1102M: Jeff Cody <jcody@redhat.com> 1103L: qemu-block@nongnu.org 1104S: Supported 1105F: block/rbd.c 1106T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1107 1108Sheepdog 1109M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1110M: Liu Yuan <namei.unix@gmail.com> 1111M: Jeff Cody <jcody@redhat.com> 1112L: qemu-block@nongnu.org 1113L: sheepdog@lists.wpkg.org 1114S: Supported 1115F: block/sheepdog.c 1116T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1117 1118VHDX 1119M: Jeff Cody <jcody@redhat.com> 1120L: qemu-block@nongnu.org 1121S: Supported 1122F: block/vhdx* 1123T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1124 1125VDI 1126M: Stefan Weil <sw@weilnetz.de> 1127S: Maintained 1128F: block/vdi.c 1129 1130iSCSI 1131M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1132M: Paolo Bonzini <pbonzini@redhat.com> 1133M: Peter Lieven <pl@kamp.de> 1134S: Supported 1135F: block/iscsi.c 1136 1137NFS 1138M: Jeff Cody <jcody@redhat.com> 1139M: Peter Lieven <pl@kamp.de> 1140L: qemu-block@nongnu.org 1141S: Maintained 1142F: block/nfs.c 1143T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1144 1145SSH 1146M: Richard W.M. Jones <rjones@redhat.com> 1147M: Jeff Cody <jcody@redhat.com> 1148L: qemu-block@nongnu.org 1149S: Supported 1150F: block/ssh.c 1151T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1152 1153ARCHIPELAGO 1154M: Chrysostomos Nanakos <chris@include.gr> 1155M: Jeff Cody <jcody@redhat.com> 1156L: qemu-block@nongnu.org 1157S: Maintained 1158F: block/archipelago.c 1159T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1160 1161CURL 1162M: Jeff Cody <jcody@redhat.com> 1163L: qemu-block@nongnu.org 1164S: Supported 1165F: block/curl.c 1166T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1167 1168GLUSTER 1169M: Jeff Cody <jcody@redhat.com> 1170L: qemu-block@nongnu.org 1171S: Supported 1172F: block/gluster.c 1173T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1174 1175Bootdevice 1176M: Gonglei <arei.gonglei@huawei.com> 1177S: Maintained 1178F: bootdevice.c 1179