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