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 R: Designated reviewer: FullName <address@domain> 16 These reviewers should be CCed on patches. 17 L: Mailing list that is relevant to this area 18 W: Web-page with status/info 19 Q: Patchwork web based patch tracking system site 20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 21 S: Status, one of the following: 22 Supported: Someone is actually paid to look after this. 23 Maintained: Someone actually looks after it. 24 Odd Fixes: It has a maintainer but they don't have time to do 25 much other than throw the odd patch in. See below. 26 Orphan: No current maintainer [but maybe you could take the 27 role as you write your new code]. 28 Obsolete: Old code. Something tagged obsolete generally means 29 it has been replaced by a better system and you 30 should be using that. 31 F: Files and directories with wildcard patterns. 32 A trailing slash includes all files and subdirectory files. 33 F: drivers/net/ all files in and below drivers/net 34 F: drivers/net/* all files in drivers/net, but not below 35 F: */net/* all files in "any top level directory"/net 36 One pattern per line. Multiple F: lines acceptable. 37 X: Files and directories that are NOT maintained, same rules as F: 38 Files exclusions are tested before file matches. 39 Can be useful for excluding a specific subdirectory, for instance: 40 F: net/ 41 X: net/ipv6/ 42 matches all files in and below net excluding net/ipv6/ 43 K: Keyword perl extended regex pattern to match content in a 44 patch or file. For instance: 45 K: of_get_profile 46 matches patches or files that contain "of_get_profile" 47 K: \b(printk|pr_(info|err))\b 48 matches patches or files that contain one or more of the words 49 printk, pr_info or pr_err 50 One regex pattern per line. Multiple K: lines acceptable. 51 52 53General Project Administration 54------------------------------ 55M: Peter Maydell <peter.maydell@linaro.org> 56 57All patches CC here 58L: qemu-devel@nongnu.org 59F: * 60F: */ 61 62Responsible Disclosure, Reporting Security Issues 63------------------------------ 64W: http://wiki.qemu.org/SecurityProcess 65M: Michael S. Tsirkin <mst@redhat.com> 66L: secalert@redhat.com 67 68Trivial patches 69--------------- 70Trivial patches 71M: Michael Tokarev <mjt@tls.msk.ru> 72M: Laurent Vivier <laurent@vivier.eu> 73S: Maintained 74L: qemu-trivial@nongnu.org 75K: ^Subject:.*(?i)trivial 76T: git git://git.corpit.ru/qemu.git trivial-patches 77T: git git://github.com/vivier/qemu.git trivial-patches 78 79Guest CPU cores (TCG): 80---------------------- 81Overall 82L: qemu-devel@nongnu.org 83M: Paolo Bonzini <pbonzini@redhat.com> 84M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 85M: Richard Henderson <rth@twiddle.net> 86S: Maintained 87F: cpus.c 88F: exec.c 89F: softmmu_template.h 90F: accel/tcg/ 91F: include/exec/cpu*.h 92F: include/exec/exec-all.h 93F: include/exec/helper*.h 94F: include/exec/tb-hash.h 95F: include/sysemu/cpus.h 96 97FPU emulation 98M: Aurelien Jarno <aurelien@aurel32.net> 99M: Peter Maydell <peter.maydell@linaro.org> 100S: Odd Fixes 101F: fpu/ 102F: include/fpu/ 103 104Alpha 105M: Richard Henderson <rth@twiddle.net> 106S: Maintained 107F: target/alpha/ 108F: hw/alpha/ 109F: tests/tcg/alpha/ 110F: disas/alpha.c 111 112ARM 113M: Peter Maydell <peter.maydell@linaro.org> 114L: qemu-arm@nongnu.org 115S: Maintained 116F: target/arm/ 117F: hw/arm/ 118F: hw/cpu/a*mpcore.c 119F: include/hw/cpu/a*mpcore.h 120F: disas/arm.c 121F: disas/arm-a64.cc 122F: disas/libvixl/ 123 124CRIS 125M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 126S: Maintained 127F: target/cris/ 128F: hw/cris/ 129F: include/hw/cris/ 130F: tests/tcg/cris/ 131F: disas/cris.c 132 133HPPA (PA-RISC) 134M: Richard Henderson <rth@twiddle.net> 135S: Maintained 136F: target/hppa/ 137F: disas/hppa.c 138 139LM32 140M: Michael Walle <michael@walle.cc> 141S: Maintained 142F: target/lm32/ 143F: disas/lm32.c 144F: hw/lm32/ 145F: hw/*/lm32_* 146F: hw/*/milkymist-* 147F: include/hw/char/lm32_juart.h 148F: include/hw/lm32/ 149F: tests/tcg/lm32/ 150 151M68K 152M: Laurent Vivier <laurent@vivier.eu> 153S: Maintained 154F: target/m68k/ 155F: disas/m68k.c 156 157MicroBlaze 158M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 159S: Maintained 160F: target/microblaze/ 161F: hw/microblaze/ 162F: disas/microblaze.c 163 164MIPS 165M: Aurelien Jarno <aurelien@aurel32.net> 166M: Yongbok Kim <yongbok.kim@imgtec.com> 167S: Maintained 168F: target/mips/ 169F: hw/mips/ 170F: hw/misc/mips_* 171F: hw/intc/mips_gic.c 172F: hw/timer/mips_gictimer.c 173F: include/hw/mips/ 174F: include/hw/misc/mips_* 175F: include/hw/intc/mips_gic.h 176F: include/hw/timer/mips_gictimer.h 177F: tests/tcg/mips/ 178F: disas/mips.c 179 180Moxie 181M: Anthony Green <green@moxielogic.com> 182S: Maintained 183F: target/moxie/ 184F: disas/moxie.c 185F: hw/moxie/ 186F: default-configs/moxie-softmmu.mak 187 188NiosII 189M: Chris Wulff <crwulff@gmail.com> 190M: Marek Vasut <marex@denx.de> 191S: Maintained 192F: target/nios2/ 193F: hw/nios2/ 194F: disas/nios2.c 195 196OpenRISC 197M: Stafford Horne <shorne@gmail.com> 198S: Odd Fixes 199F: target/openrisc/ 200F: hw/openrisc/ 201F: tests/tcg/openrisc/ 202 203PowerPC 204M: David Gibson <david@gibson.dropbear.id.au> 205M: Alexander Graf <agraf@suse.de> 206L: qemu-ppc@nongnu.org 207S: Maintained 208F: target/ppc/ 209F: hw/ppc/ 210F: include/hw/ppc/ 211F: disas/ppc.c 212 213S390 214M: Richard Henderson <rth@twiddle.net> 215M: Alexander Graf <agraf@suse.de> 216S: Maintained 217F: target/s390x/ 218F: hw/s390x/ 219F: disas/s390.c 220 221SH4 222M: Aurelien Jarno <aurelien@aurel32.net> 223S: Odd Fixes 224F: target/sh4/ 225F: hw/sh4/ 226F: disas/sh4.c 227F: include/hw/sh4/ 228 229SPARC 230M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 231M: Artyom Tarasenko <atar4qemu@gmail.com> 232S: Maintained 233F: target/sparc/ 234F: hw/sparc/ 235F: hw/sparc64/ 236F: disas/sparc.c 237 238UniCore32 239M: Guan Xuetao <gxt@mprc.pku.edu.cn> 240S: Maintained 241F: target/unicore32/ 242F: hw/unicore32/ 243F: include/hw/unicore32/ 244 245X86 246M: Paolo Bonzini <pbonzini@redhat.com> 247M: Richard Henderson <rth@twiddle.net> 248M: Eduardo Habkost <ehabkost@redhat.com> 249S: Maintained 250F: target/i386/ 251F: hw/i386/ 252F: disas/i386.c 253 254Xtensa 255M: Max Filippov <jcmvbkbc@gmail.com> 256W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 257S: Maintained 258F: target/xtensa/ 259F: hw/xtensa/ 260F: tests/tcg/xtensa/ 261 262TriCore 263M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 264S: Maintained 265F: target/tricore/ 266F: hw/tricore/ 267F: include/hw/tricore/ 268 269Guest CPU Cores (KVM): 270---------------------- 271 272Overall 273M: Paolo Bonzini <pbonzini@redhat.com> 274L: kvm@vger.kernel.org 275S: Supported 276F: */kvm.* 277F: accel/kvm/ 278F: include/sysemu/kvm*.h 279 280ARM 281M: Peter Maydell <peter.maydell@linaro.org> 282L: qemu-arm@nongnu.org 283S: Maintained 284F: target/arm/kvm.c 285 286MIPS 287M: James Hogan <james.hogan@imgtec.com> 288S: Maintained 289F: target/mips/kvm.c 290 291PPC 292M: Alexander Graf <agraf@suse.de> 293S: Maintained 294F: target/ppc/kvm.c 295 296S390 297M: Christian Borntraeger <borntraeger@de.ibm.com> 298M: Cornelia Huck <cohuck@redhat.com> 299M: Alexander Graf <agraf@suse.de> 300S: Maintained 301F: target/s390x/kvm.c 302F: target/s390x/ioinst.[ch] 303F: target/s390x/machine.c 304F: hw/intc/s390_flic.c 305F: hw/intc/s390_flic_kvm.c 306F: include/hw/s390x/s390_flic.h 307F: gdb-xml/s390*.xml 308T: git git://github.com/cohuck/qemu.git s390-next 309T: git git://github.com/borntraeger/qemu.git s390-next 310 311X86 312M: Paolo Bonzini <pbonzini@redhat.com> 313M: Marcelo Tosatti <mtosatti@redhat.com> 314L: kvm@vger.kernel.org 315S: Supported 316F: target/i386/kvm.c 317 318Guest CPU Cores (Xen): 319---------------------- 320 321X86 322M: Stefano Stabellini <sstabellini@kernel.org> 323M: Anthony Perard <anthony.perard@citrix.com> 324L: xen-devel@lists.xenproject.org 325S: Supported 326F: */xen* 327F: hw/9pfs/xen-9p-backend.c 328F: hw/char/xen_console.c 329F: hw/display/xenfb.c 330F: hw/net/xen_nic.c 331F: hw/block/xen_* 332F: hw/xen/ 333F: hw/xenpv/ 334F: hw/i386/xen/ 335F: include/hw/xen/ 336F: include/sysemu/xen-mapcache.h 337 338Hosts: 339------ 340 341LINUX 342L: qemu-devel@nongnu.org 343S: Maintained 344F: linux-* 345F: linux-headers/ 346 347POSIX 348L: qemu-devel@nongnu.org 349S: Maintained 350F: *posix* 351 352NETBSD 353L: qemu-devel@nongnu.org 354M: Kamil Rytarowski <kamil@netbsd.org> 355S: Maintained 356K: ^Subject:.*(?i)NetBSD 357 358W32, W64 359L: qemu-devel@nongnu.org 360M: Stefan Weil <sw@weilnetz.de> 361S: Maintained 362F: *win32* 363F: */*win32* 364F: include/*/*win32* 365X: qga/*win32* 366F: qemu.nsi 367 368ARM Machines 369------------ 370Allwinner-a10 371M: Beniamino Galvani <b.galvani@gmail.com> 372L: qemu-arm@nongnu.org 373S: Maintained 374F: hw/*/allwinner* 375F: include/hw/*/allwinner* 376F: hw/arm/cubieboard.c 377 378ARM PrimeCell and CMSDK devices 379M: Peter Maydell <peter.maydell@linaro.org> 380L: qemu-arm@nongnu.org 381S: Maintained 382F: hw/char/pl011.c 383F: hw/display/pl110* 384F: hw/dma/pl080.c 385F: hw/dma/pl330.c 386F: hw/gpio/pl061.c 387F: hw/input/pl050.c 388F: hw/intc/pl190.c 389F: hw/sd/pl181.c 390F: hw/timer/pl031.c 391F: include/hw/arm/primecell.h 392F: hw/timer/cmsdk-apb-timer.c 393F: include/hw/timer/cmsdk-apb-timer.h 394F: hw/char/cmsdk-apb-uart.c 395F: include/hw/char/cmsdk-apb-uart.h 396 397ARM cores 398M: Peter Maydell <peter.maydell@linaro.org> 399L: qemu-arm@nongnu.org 400S: Maintained 401F: hw/intc/arm* 402F: hw/intc/gic_internal.h 403F: hw/misc/a9scu.c 404F: hw/misc/arm11scu.c 405F: hw/timer/a9gtimer* 406F: hw/timer/arm_* 407F: include/hw/arm/arm.h 408F: include/hw/intc/arm* 409F: include/hw/misc/a9scu.h 410F: include/hw/misc/arm11scu.h 411F: include/hw/timer/a9gtimer.h 412F: include/hw/timer/arm_mptimer.h 413 414Exynos 415M: Igor Mitsyanko <i.mitsyanko@gmail.com> 416L: qemu-arm@nongnu.org 417S: Maintained 418F: hw/*/exynos* 419F: include/hw/arm/exynos4210.h 420 421Calxeda Highbank 422M: Rob Herring <robh@kernel.org> 423L: qemu-arm@nongnu.org 424S: Maintained 425F: hw/arm/highbank.c 426F: hw/net/xgmac.c 427 428Canon DIGIC 429M: Antony Pavlov <antonynpavlov@gmail.com> 430L: qemu-arm@nongnu.org 431S: Maintained 432F: include/hw/arm/digic.h 433F: hw/*/digic* 434 435Gumstix 436L: qemu-devel@nongnu.org 437L: qemu-arm@nongnu.org 438S: Orphan 439F: hw/arm/gumstix.c 440 441i.MX31 442M: Peter Chubb <peter.chubb@nicta.com.au> 443L: qemu-arm@nongnu.org 444S: Odd fixes 445F: hw/*/imx* 446F: include/hw/*/imx* 447F: hw/arm/kzm.c 448F: include/hw/arm/fsl-imx31.h 449 450Integrator CP 451M: Peter Maydell <peter.maydell@linaro.org> 452L: qemu-arm@nongnu.org 453S: Maintained 454F: hw/arm/integratorcp.c 455F: hw/misc/arm_integrator_debug.c 456 457MPS2 458M: Peter Maydell <peter.maydell@linaro.org> 459L: qemu-arm@nongnu.org 460S: Maintained 461F: hw/arm/mps2.c 462F: hw/misc/mps2-scc.c 463F: include/hw/misc/mps2-scc.h 464 465Musicpal 466M: Jan Kiszka <jan.kiszka@web.de> 467L: qemu-arm@nongnu.org 468S: Maintained 469F: hw/arm/musicpal.c 470 471nSeries 472M: Andrzej Zaborowski <balrogg@gmail.com> 473L: qemu-arm@nongnu.org 474S: Maintained 475F: hw/arm/nseries.c 476 477Palm 478M: Andrzej Zaborowski <balrogg@gmail.com> 479L: qemu-arm@nongnu.org 480S: Maintained 481F: hw/arm/palm.c 482 483Real View 484M: Peter Maydell <peter.maydell@linaro.org> 485L: qemu-arm@nongnu.org 486S: Maintained 487F: hw/arm/realview* 488F: hw/cpu/realview_mpcore.c 489F: hw/intc/realview_gic.c 490F: include/hw/intc/realview_gic.h 491 492PXA2XX 493M: Andrzej Zaborowski <balrogg@gmail.com> 494L: qemu-arm@nongnu.org 495S: Maintained 496F: hw/arm/mainstone.c 497F: hw/arm/spitz.c 498F: hw/arm/tosa.c 499F: hw/arm/z2.c 500F: hw/*/pxa2xx* 501F: hw/misc/mst_fpga.c 502F: include/hw/arm/pxa.h 503 504Stellaris 505M: Peter Maydell <peter.maydell@linaro.org> 506L: qemu-arm@nongnu.org 507S: Maintained 508F: hw/*/stellaris* 509 510Versatile PB 511M: Peter Maydell <peter.maydell@linaro.org> 512L: qemu-arm@nongnu.org 513S: Maintained 514F: hw/*/versatile* 515 516Xilinx Zynq 517M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 518M: Alistair Francis <alistair.francis@xilinx.com> 519L: qemu-arm@nongnu.org 520S: Maintained 521F: hw/*/xilinx_* 522F: hw/*/cadence_* 523F: hw/misc/zynq* 524F: include/hw/misc/zynq* 525X: hw/ssi/xilinx_* 526 527Xilinx ZynqMP 528M: Alistair Francis <alistair.francis@xilinx.com> 529M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 530L: qemu-arm@nongnu.org 531S: Maintained 532F: hw/*/xlnx*.c 533F: include/hw/*/xlnx*.h 534 535ARM ACPI Subsystem 536M: Shannon Zhao <zhaoshenglong@huawei.com> 537M: Shannon Zhao <shannon.zhao@linaro.org> 538L: qemu-arm@nongnu.org 539S: Maintained 540F: hw/arm/virt-acpi-build.c 541 542STM32F205 543M: Alistair Francis <alistair@alistair23.me> 544S: Maintained 545F: hw/arm/stm32f205_soc.c 546F: hw/misc/stm32f2xx_syscfg.c 547F: hw/char/stm32f2xx_usart.c 548F: hw/timer/stm32f2xx_timer.c 549F: hw/adc/* 550F: hw/ssi/stm32f2xx_spi.c 551 552Netduino 2 553M: Alistair Francis <alistair@alistair23.me> 554S: Maintained 555F: hw/arm/netduino2.c 556 557CRIS Machines 558------------- 559Axis Dev88 560M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 561S: Maintained 562F: hw/cris/axis_dev88.c 563F: hw/*/etraxfs_*.c 564 565LM32 Machines 566------------- 567EVR32 and uclinux BSP 568M: Michael Walle <michael@walle.cc> 569S: Maintained 570F: hw/lm32/lm32_boards.c 571 572milkymist 573M: Michael Walle <michael@walle.cc> 574S: Maintained 575F: hw/lm32/milkymist.c 576 577M68K Machines 578------------- 579an5206 580M: Thomas Huth <huth@tuxfamily.org> 581S: Odd Fixes 582F: hw/m68k/an5206.c 583F: hw/m68k/mcf5206.c 584 585mcf5208 586M: Thomas Huth <huth@tuxfamily.org> 587S: Odd Fixes 588F: hw/m68k/mcf5208.c 589F: hw/m68k/mcf_intc.c 590F: hw/char/mcf_uart.c 591F: hw/net/mcf_fec.c 592F: include/hw/m68k/mcf*.h 593 594MicroBlaze Machines 595------------------- 596petalogix_s3adsp1800 597M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 598S: Maintained 599F: hw/microblaze/petalogix_s3adsp1800_mmu.c 600 601petalogix_ml605 602M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 603S: Maintained 604F: hw/microblaze/petalogix_ml605_mmu.c 605 606MIPS Machines 607------------- 608Jazz 609M: Hervé Poussineau <hpoussin@reactos.org> 610S: Maintained 611F: hw/mips/mips_jazz.c 612 613Malta 614M: Aurelien Jarno <aurelien@aurel32.net> 615S: Maintained 616F: hw/mips/mips_malta.c 617 618Mipssim 619M: Yongbok Kim <yongbok.kim@imgtec.com> 620S: Odd Fixes 621F: hw/mips/mips_mipssim.c 622F: hw/net/mipsnet.c 623 624R4000 625M: Aurelien Jarno <aurelien@aurel32.net> 626S: Maintained 627F: hw/mips/mips_r4k.c 628 629Fulong 2E 630M: Yongbok Kim <yongbok.kim@imgtec.com> 631S: Odd Fixes 632F: hw/mips/mips_fulong2e.c 633 634Boston 635M: Paul Burton <paul.burton@imgtec.com> 636S: Maintained 637F: hw/core/loader-fit.c 638F: hw/mips/boston.c 639F: hw/pci-host/xilinx-pcie.c 640 641OpenRISC Machines 642----------------- 643or1k-sim 644M: Jia Liu <proljc@gmail.com> 645S: Maintained 646F: hw/openrisc/openrisc_sim.c 647 648PowerPC Machines 649---------------- 650405 651M: Alexander Graf <agraf@suse.de> 652L: qemu-ppc@nongnu.org 653S: Odd Fixes 654F: hw/ppc/ppc405_boards.c 655 656Bamboo 657M: Alexander Graf <agraf@suse.de> 658L: qemu-ppc@nongnu.org 659S: Odd Fixes 660F: hw/ppc/ppc440_bamboo.c 661 662e500 663M: Alexander Graf <agraf@suse.de> 664L: qemu-ppc@nongnu.org 665S: Supported 666F: hw/ppc/e500.[hc] 667F: hw/ppc/e500plat.c 668F: include/hw/ppc/ppc_e500.h 669F: include/hw/pci-host/ppce500.h 670F: pc-bios/u-boot.e500 671 672mpc8544ds 673M: Alexander Graf <agraf@suse.de> 674L: qemu-ppc@nongnu.org 675S: Supported 676F: hw/ppc/mpc8544ds.c 677F: hw/ppc/mpc8544_guts.c 678 679New World 680M: Alexander Graf <agraf@suse.de> 681L: qemu-ppc@nongnu.org 682S: Maintained 683F: hw/ppc/mac_newworld.c 684F: hw/pci-host/uninorth.c 685F: hw/pci-bridge/dec.[hc] 686F: hw/misc/macio/ 687F: include/hw/ppc/mac_dbdma.h 688F: hw/nvram/mac_nvram.c 689 690Old World 691M: Alexander Graf <agraf@suse.de> 692L: qemu-ppc@nongnu.org 693S: Maintained 694F: hw/ppc/mac_oldworld.c 695F: hw/pci-host/grackle.c 696F: hw/misc/macio/ 697F: hw/intc/heathrow_pic.c 698 699PReP 700M: Hervé Poussineau <hpoussin@reactos.org> 701L: qemu-devel@nongnu.org 702L: qemu-ppc@nongnu.org 703S: Maintained 704F: hw/ppc/prep.c 705F: hw/ppc/prep_systemio.c 706F: hw/ppc/rs6000_mc.c 707F: hw/pci-host/prep.[hc] 708F: hw/isa/pc87312.[hc] 709F: pc-bios/ppc_rom.bin 710 711sPAPR 712M: David Gibson <david@gibson.dropbear.id.au> 713M: Alexander Graf <agraf@suse.de> 714L: qemu-ppc@nongnu.org 715S: Supported 716F: hw/*/spapr* 717F: include/hw/*/spapr* 718F: hw/*/xics* 719F: include/hw/*/xics* 720F: pc-bios/spapr-rtas/* 721F: pc-bios/spapr-rtas.bin 722F: pc-bios/slof.bin 723F: pc-bios/skiboot.lid 724F: docs/specs/ppc-spapr-hcalls.txt 725F: docs/specs/ppc-spapr-hotplug.txt 726F: tests/spapr* 727F: tests/libqos/*spapr* 728F: tests/rtas* 729F: tests/libqos/rtas* 730 731virtex_ml507 732M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 733L: qemu-ppc@nongnu.org 734S: Odd Fixes 735F: hw/ppc/virtex_ml507.c 736 737SH4 Machines 738------------ 739R2D 740M: Magnus Damm <magnus.damm@gmail.com> 741S: Maintained 742F: hw/sh4/r2d.c 743F: hw/intc/sh_intc.c 744F: hw/timer/sh_timer.c 745 746Shix 747M: Magnus Damm <magnus.damm@gmail.com> 748S: Odd Fixes 749F: hw/sh4/shix.c 750 751SPARC Machines 752-------------- 753Sun4m 754M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 755S: Maintained 756F: hw/sparc/sun4m.c 757F: hw/dma/sparc32_dma.c 758F: hw/dma/sun4m_iommu.c 759F: hw/misc/eccmemctl.c 760F: hw/misc/slavio_misc.c 761F: include/hw/sparc/sparc32_dma.h 762F: include/hw/sparc/sun4m.h 763F: pc-bios/openbios-sparc32 764 765Sun4u 766M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 767S: Maintained 768F: hw/sparc64/sun4u.c 769F: pc-bios/openbios-sparc64 770 771Sun4v 772M: Artyom Tarasenko <atar4qemu@gmail.com> 773S: Maintained 774F: hw/sparc64/sun4v.c 775F: hw/timer/sun4v-rtc.c 776F: include/hw/timer/sun4v-rtc.h 777 778Leon3 779M: Fabien Chouteau <chouteau@adacore.com> 780S: Maintained 781F: hw/sparc/leon3.c 782F: hw/*/grlib* 783F: include/hw/sparc/grlib.h 784 785S390 Machines 786------------- 787S390 Virtio-ccw 788M: Cornelia Huck <cohuck@redhat.com> 789M: Christian Borntraeger <borntraeger@de.ibm.com> 790M: Alexander Graf <agraf@suse.de> 791S: Supported 792F: hw/char/sclp*.[hc] 793F: hw/s390x/ 794F: include/hw/s390x/ 795F: pc-bios/s390-ccw/ 796F: hw/watchdog/wdt_diag288.c 797F: include/hw/watchdog/wdt_diag288.h 798F: pc-bios/s390-ccw.img 799F: default-configs/s390x-softmmu.mak 800T: git git://github.com/cohuck/qemu.git s390-next 801T: git git://github.com/borntraeger/qemu.git s390-next 802 803UniCore32 Machines 804------------- 805PKUnity-3 SoC initramfs-with-busybox 806M: Guan Xuetao <gxt@mprc.pku.edu.cn> 807S: Maintained 808F: hw/*/puv3* 809F: hw/unicore32/ 810 811X86 Machines 812------------ 813PC 814M: Michael S. Tsirkin <mst@redhat.com> 815S: Supported 816F: include/hw/i386/ 817F: hw/i386/ 818F: hw/pci-host/piix.c 819F: hw/pci-host/q35.c 820F: hw/pci-host/pam.c 821F: include/hw/pci-host/q35.h 822F: include/hw/pci-host/pam.h 823F: hw/isa/piix4.c 824F: hw/isa/lpc_ich9.c 825F: hw/i2c/smbus_ich9.c 826F: hw/acpi/piix4.c 827F: hw/acpi/ich9.c 828F: include/hw/acpi/ich9.h 829F: include/hw/acpi/piix4.h 830F: hw/misc/sga.c 831 832PC Chipset 833M: Michael S. Tsirkin <mst@redhat.com> 834M: Paolo Bonzini <pbonzini@redhat.com> 835S: Support 836F: hw/char/debugcon.c 837F: hw/char/parallel.c 838F: hw/char/serial* 839F: hw/dma/i8257* 840F: hw/i2c/pm_smbus.c 841F: hw/intc/apic* 842F: hw/intc/ioapic* 843F: hw/intc/i8259* 844F: hw/misc/debugexit.c 845F: hw/misc/pc-testdev.c 846F: hw/timer/hpet* 847F: hw/timer/i8254* 848F: hw/timer/mc146818rtc* 849F: include/hw/i2c/pm_smbus.h 850F: include/hw/timer/hpet.h 851F: include/hw/timer/i8254* 852F: include/hw/timer/mc146818rtc* 853 854Machine core 855M: Eduardo Habkost <ehabkost@redhat.com> 856M: Marcel Apfelbaum <marcel@redhat.com> 857S: Supported 858F: hw/core/machine.c 859F: hw/core/null-machine.c 860F: include/hw/boards.h 861 862Xtensa Machines 863--------------- 864sim 865M: Max Filippov <jcmvbkbc@gmail.com> 866S: Maintained 867F: hw/xtensa/sim.c 868 869XTFPGA (LX60, LX200, ML605, KC705) 870M: Max Filippov <jcmvbkbc@gmail.com> 871S: Maintained 872F: hw/xtensa/xtfpga.c 873F: hw/net/opencores_eth.c 874 875Devices 876------- 877EDU 878M: Jiri Slaby <jslaby@suse.cz> 879S: Maintained 880F: hw/misc/edu.c 881 882IDE 883M: John Snow <jsnow@redhat.com> 884L: qemu-block@nongnu.org 885S: Supported 886F: include/hw/ide.h 887F: include/hw/ide/ 888F: hw/ide/ 889F: hw/block/block.c 890F: hw/block/cdrom.c 891F: hw/block/hd-geometry.c 892F: tests/ide-test.c 893F: tests/ahci-test.c 894F: tests/libqos/ahci* 895T: git git://github.com/jnsnow/qemu.git ide 896 897Floppy 898M: John Snow <jsnow@redhat.com> 899L: qemu-block@nongnu.org 900S: Supported 901F: hw/block/fdc.c 902F: include/hw/block/fdc.h 903F: tests/fdc-test.c 904T: git git://github.com/jnsnow/qemu.git ide 905 906OMAP 907M: Peter Maydell <peter.maydell@linaro.org> 908S: Maintained 909F: hw/*/omap* 910F: include/hw/arm/omap.h 911 912IPack 913M: Alberto Garcia <berto@igalia.com> 914S: Odd Fixes 915F: hw/char/ipoctal232.c 916F: hw/ipack/ 917 918PCI 919M: Michael S. Tsirkin <mst@redhat.com> 920M: Marcel Apfelbaum <marcel@redhat.com> 921S: Supported 922F: include/hw/pci/* 923F: hw/misc/pci-testdev.c 924F: hw/pci/* 925F: hw/pci-bridge/* 926 927ACPI/SMBIOS 928M: Michael S. Tsirkin <mst@redhat.com> 929M: Igor Mammedov <imammedo@redhat.com> 930S: Supported 931F: include/hw/acpi/* 932F: include/hw/smbios/* 933F: hw/mem/* 934F: hw/acpi/* 935F: hw/smbios/* 936F: hw/i386/acpi-build.[hc] 937F: hw/arm/virt-acpi-build.c 938F: tests/bios-tables-test.c 939F: tests/acpi-utils.[hc] 940 941ppc4xx 942M: Alexander Graf <agraf@suse.de> 943L: qemu-ppc@nongnu.org 944S: Odd Fixes 945F: hw/ppc/ppc4*.c 946F: include/hw/ppc/ppc4xx.h 947 948ppce500 949M: Alexander Graf <agraf@suse.de> 950L: qemu-ppc@nongnu.org 951S: Supported 952F: hw/ppc/e500* 953F: hw/pci-host/ppce500.c 954F: hw/net/fsl_etsec/ 955 956Character devices 957M: Paolo Bonzini <pbonzini@redhat.com> 958S: Odd Fixes 959F: hw/char/ 960 961Network devices 962M: Jason Wang <jasowang@redhat.com> 963S: Odd Fixes 964F: hw/net/ 965F: tests/virtio-net-test.c 966T: git git://github.com/jasowang/qemu.git net 967 968SCSI 969M: Paolo Bonzini <pbonzini@redhat.com> 970S: Supported 971F: include/hw/scsi/* 972F: hw/scsi/* 973F: tests/virtio-scsi-test.c 974T: git git://github.com/bonzini/qemu.git scsi-next 975 976LSI53C895A 977S: Orphan 978F: hw/scsi/lsi53c895a.c 979 980SSI 981M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 982S: Maintained 983F: hw/ssi/* 984F: hw/block/m25p80.c 985X: hw/ssi/xilinx_* 986 987Xilinx SPI 988M: Alistair Francis <alistair.francis@xilinx.com> 989M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 990S: Maintained 991F: hw/ssi/xilinx_* 992 993USB 994M: Gerd Hoffmann <kraxel@redhat.com> 995S: Maintained 996F: hw/usb/* 997F: tests/usb-*-test.c 998F: docs/usb2.txt 999F: docs/usb-storage.txt 1000F: include/hw/usb.h 1001F: include/hw/usb/ 1002 1003USB (serial adapter) 1004M: Gerd Hoffmann <kraxel@redhat.com> 1005M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1006S: Maintained 1007F: hw/usb/dev-serial.c 1008 1009VFIO 1010M: Alex Williamson <alex.williamson@redhat.com> 1011S: Supported 1012F: hw/vfio/* 1013F: include/hw/vfio/ 1014 1015vfio-ccw 1016M: Cornelia Huck <cohuck@redhat.com> 1017S: Supported 1018F: hw/vfio/ccw.c 1019F: hw/s390x/s390-ccw.c 1020F: include/hw/s390x/s390-ccw.h 1021T: git git://github.com/cohuck/qemu.git s390-next 1022 1023vhost 1024M: Michael S. Tsirkin <mst@redhat.com> 1025S: Supported 1026F: hw/*/*vhost* 1027 1028virtio 1029M: Michael S. Tsirkin <mst@redhat.com> 1030S: Supported 1031F: hw/*/virtio* 1032F: hw/virtio/Makefile.objs 1033F: hw/virtio/trace-events 1034F: net/vhost-user.c 1035F: include/hw/virtio/ 1036F: tests/virtio-balloon-test.c 1037 1038virtio-9p 1039M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> 1040M: Greg Kurz <groug@kaod.org> 1041S: Supported 1042F: hw/9pfs/ 1043F: fsdev/ 1044F: tests/virtio-9p-test.c 1045T: git git://github.com/kvaneesh/QEMU.git 1046T: git git://github.com/gkurz/qemu.git 9p-next 1047 1048virtio-blk 1049M: Stefan Hajnoczi <stefanha@redhat.com> 1050L: qemu-block@nongnu.org 1051S: Supported 1052F: hw/block/virtio-blk.c 1053F: hw/block/dataplane/* 1054F: tests/virtio-blk-test.c 1055T: git git://github.com/stefanha/qemu.git block 1056 1057virtio-ccw 1058M: Cornelia Huck <cohuck@redhat.com> 1059M: Christian Borntraeger <borntraeger@de.ibm.com> 1060S: Supported 1061F: hw/s390x/virtio-ccw.[hc] 1062T: git git://github.com/cohuck/qemu.git s390-next 1063T: git git://github.com/borntraeger/qemu.git s390-next 1064 1065virtio-input 1066M: Gerd Hoffmann <kraxel@redhat.com> 1067S: Maintained 1068F: hw/input/virtio-input*.c 1069F: include/hw/virtio/virtio-input.h 1070 1071virtio-serial 1072M: Amit Shah <amit@kernel.org> 1073S: Supported 1074F: hw/char/virtio-serial-bus.c 1075F: hw/char/virtio-console.c 1076F: include/hw/virtio/virtio-serial.h 1077F: tests/virtio-console-test.c 1078F: tests/virtio-serial-test.c 1079 1080virtio-rng 1081M: Amit Shah <amit@kernel.org> 1082S: Supported 1083F: hw/virtio/virtio-rng.c 1084F: include/hw/virtio/virtio-rng.h 1085F: include/sysemu/rng*.h 1086F: backends/rng*.c 1087F: tests/virtio-rng-test.c 1088 1089virtio-crypto 1090M: Gonglei <arei.gonglei@huawei.com> 1091S: Supported 1092F: hw/virtio/virtio-crypto.c 1093F: hw/virtio/virtio-crypto-pci.c 1094F: include/hw/virtio/virtio-crypto.h 1095 1096nvme 1097M: Keith Busch <keith.busch@intel.com> 1098L: qemu-block@nongnu.org 1099S: Supported 1100F: hw/block/nvme* 1101F: tests/nvme-test.c 1102 1103megasas 1104M: Hannes Reinecke <hare@suse.de> 1105L: qemu-block@nongnu.org 1106S: Supported 1107F: hw/scsi/megasas.c 1108F: hw/scsi/mfi.h 1109 1110Network packet abstractions 1111M: Dmitry Fleytman <dmitry@daynix.com> 1112S: Maintained 1113F: include/net/eth.h 1114F: net/eth.c 1115F: hw/net/net_rx_pkt* 1116F: hw/net/net_tx_pkt* 1117 1118Vmware 1119M: Dmitry Fleytman <dmitry@daynix.com> 1120S: Maintained 1121F: hw/net/vmxnet* 1122F: hw/scsi/vmw_pvscsi* 1123 1124Rocker 1125M: Jiri Pirko <jiri@resnulli.us> 1126S: Maintained 1127F: hw/net/rocker/ 1128F: tests/rocker/ 1129F: docs/specs/rocker.txt 1130 1131NVDIMM 1132M: Xiao Guangrong <guangrong.xiao@linux.intel.com> 1133S: Maintained 1134F: hw/acpi/nvdimm.c 1135F: hw/mem/nvdimm.c 1136F: include/hw/mem/nvdimm.h 1137 1138e1000x 1139M: Dmitry Fleytman <dmitry@daynix.com> 1140S: Maintained 1141F: hw/net/e1000x* 1142 1143e1000e 1144M: Dmitry Fleytman <dmitry@daynix.com> 1145S: Maintained 1146F: hw/net/e1000e* 1147 1148Generic Loader 1149M: Alistair Francis <alistair.francis@xilinx.com> 1150S: Maintained 1151F: hw/core/generic-loader.c 1152F: include/hw/core/generic-loader.h 1153 1154CHRP NVRAM 1155M: Thomas Huth <thuth@redhat.com> 1156S: Maintained 1157F: hw/nvram/chrp_nvram.c 1158F: include/hw/nvram/chrp_nvram.h 1159F: tests/prom-env-test.c 1160 1161VM Generation ID 1162M: Ben Warren <ben@skyportsystems.com> 1163S: Maintained 1164F: hw/acpi/vmgenid.c 1165F: include/hw/acpi/vmgenid.h 1166F: docs/specs/vmgenid.txt 1167F: tests/vmgenid-test.c 1168F: stubs/vmgenid.c 1169 1170Unimplemented device 1171M: Peter Maydell <peter.maydell@linaro.org> 1172R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1173S: Maintained 1174F: include/hw/misc/unimp.h 1175F: hw/misc/unimp.c 1176 1177Subsystems 1178---------- 1179Audio 1180M: Gerd Hoffmann <kraxel@redhat.com> 1181S: Maintained 1182F: audio/ 1183F: hw/audio/ 1184F: include/hw/audio/ 1185F: tests/ac97-test.c 1186F: tests/es1370-test.c 1187F: tests/intel-hda-test.c 1188 1189Block layer core 1190M: Kevin Wolf <kwolf@redhat.com> 1191M: Max Reitz <mreitz@redhat.com> 1192L: qemu-block@nongnu.org 1193S: Supported 1194F: block* 1195F: block/ 1196F: hw/block/ 1197F: include/block/ 1198F: qemu-img* 1199F: qemu-io* 1200F: tests/qemu-iotests/ 1201F: util/qemu-progress.c 1202T: git git://repo.or.cz/qemu/kevin.git block 1203 1204Block I/O path 1205M: Stefan Hajnoczi <stefanha@redhat.com> 1206M: Fam Zheng <famz@redhat.com> 1207L: qemu-block@nongnu.org 1208S: Supported 1209F: util/async.c 1210F: util/aio-*.c 1211F: block/io.c 1212F: migration/block* 1213F: include/block/aio.h 1214T: git git://github.com/stefanha/qemu.git block 1215 1216Block Jobs 1217M: Jeff Cody <jcody@redhat.com> 1218L: qemu-block@nongnu.org 1219S: Supported 1220F: blockjob.c 1221F: include/block/blockjob.h 1222F: block/backup.c 1223F: block/commit.c 1224F: block/stream.c 1225F: block/mirror.c 1226T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1227 1228Block QAPI, monitor, command line 1229M: Markus Armbruster <armbru@redhat.com> 1230S: Supported 1231F: blockdev.c 1232F: block/qapi.c 1233F: qapi/block*.json 1234T: git git://repo.or.cz/qemu/armbru.git block-next 1235 1236Dirty Bitmaps 1237M: Fam Zheng <famz@redhat.com> 1238M: John Snow <jsnow@redhat.com> 1239L: qemu-block@nongnu.org 1240S: Supported 1241F: util/hbitmap.c 1242F: block/dirty-bitmap.c 1243F: include/qemu/hbitmap.h 1244F: include/block/dirty-bitmap.h 1245F: tests/test-hbitmap.c 1246F: docs/bitmaps.md 1247T: git git://github.com/famz/qemu.git bitmaps 1248T: git git://github.com/jnsnow/qemu.git bitmaps 1249 1250Character device backends 1251M: Paolo Bonzini <pbonzini@redhat.com> 1252M: Marc-André Lureau <marcandre.lureau@redhat.com> 1253S: Maintained 1254F: chardev/ 1255F: include/chardev/ 1256 1257Character Devices (Braille) 1258M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1259S: Maintained 1260F: chardev/baum.c 1261 1262Command line option argument parsing 1263M: Markus Armbruster <armbru@redhat.com> 1264S: Supported 1265F: include/qemu/option.h 1266F: tests/test-keyval.c 1267F: tests/test-qemu-opts.c 1268F: util/keyval.c 1269F: util/qemu-option.c 1270 1271Coverity model 1272M: Markus Armbruster <armbru@redhat.com> 1273S: Supported 1274F: scripts/coverity-model.c 1275 1276CPU 1277L: qemu-devel@nongnu.org 1278S: Supported 1279F: qom/cpu.c 1280F: include/qom/cpu.h 1281 1282Device Tree 1283M: Peter Crosthwaite <crosthwaite.peter@gmail.com> 1284M: Alexander Graf <agraf@suse.de> 1285S: Maintained 1286F: device_tree.c 1287F: include/sysemu/device_tree.h 1288 1289Error reporting 1290M: Markus Armbruster <armbru@redhat.com> 1291S: Supported 1292F: include/qapi/error.h 1293F: include/qemu/error-report.h 1294F: util/error.c 1295F: util/qemu-error.c 1296 1297GDB stub 1298L: qemu-devel@nongnu.org 1299S: Odd Fixes 1300F: gdbstub* 1301F: gdb-xml/ 1302 1303Memory API 1304M: Paolo Bonzini <pbonzini@redhat.com> 1305S: Supported 1306F: include/exec/ioport.h 1307F: ioport.c 1308F: include/exec/memory.h 1309F: include/exec/ram_addr.h 1310F: memory.c 1311F: include/exec/memory-internal.h 1312F: exec.c 1313 1314SPICE 1315M: Gerd Hoffmann <kraxel@redhat.com> 1316S: Supported 1317F: include/ui/qemu-spice.h 1318F: include/ui/spice-display.h 1319F: ui/spice-*.c 1320F: audio/spiceaudio.c 1321F: hw/display/qxl* 1322 1323Graphics 1324M: Gerd Hoffmann <kraxel@redhat.com> 1325S: Odd Fixes 1326F: ui/ 1327F: include/ui/ 1328 1329Cocoa graphics 1330M: Peter Maydell <peter.maydell@linaro.org> 1331S: Odd Fixes 1332F: ui/cocoa.m 1333 1334Main loop 1335M: Paolo Bonzini <pbonzini@redhat.com> 1336S: Maintained 1337F: cpus.c 1338F: util/main-loop.c 1339F: util/qemu-timer.c 1340F: vl.c 1341 1342Human Monitor (HMP) 1343M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1344S: Maintained 1345F: monitor.c 1346F: hmp.[ch] 1347F: hmp-commands*.hx 1348F: include/monitor/hmp-target.h 1349 1350Network device backends 1351M: Jason Wang <jasowang@redhat.com> 1352S: Maintained 1353F: net/ 1354F: include/net/ 1355T: git git://github.com/jasowang/qemu.git net 1356 1357Netmap network backend 1358M: Luigi Rizzo <rizzo@iet.unipi.it> 1359M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 1360M: Vincenzo Maffione <v.maffione@gmail.com> 1361W: http://info.iet.unipi.it/~luigi/netmap/ 1362S: Maintained 1363F: net/netmap.c 1364 1365NUMA 1366M: Eduardo Habkost <ehabkost@redhat.com> 1367S: Maintained 1368F: numa.c 1369F: include/sysemu/numa.h 1370T: git git://github.com/ehabkost/qemu.git numa 1371 1372Host Memory Backends 1373M: Eduardo Habkost <ehabkost@redhat.com> 1374M: Igor Mammedov <imammedo@redhat.com> 1375S: Maintained 1376F: backends/hostmem*.c 1377F: include/sysemu/hostmem.h 1378 1379Cryptodev Backends 1380M: Gonglei <arei.gonglei@huawei.com> 1381S: Maintained 1382F: include/sysemu/cryptodev*.h 1383F: backends/cryptodev*.c 1384 1385QAPI 1386M: Markus Armbruster <armbru@redhat.com> 1387M: Michael Roth <mdroth@linux.vnet.ibm.com> 1388S: Supported 1389F: qapi/ 1390X: qapi/*.json 1391F: include/qapi/ 1392X: include/qapi/qmp/ 1393F: include/qapi/qmp/dispatch.h 1394F: tests/qapi-schema/ 1395F: tests/test-*-visitor.c 1396F: tests/test-qapi-*.c 1397F: tests/test-qmp-*.c 1398F: tests/test-visitor-serialization.c 1399F: scripts/qapi* 1400F: docs/qapi* 1401T: git git://repo.or.cz/qemu/armbru.git qapi-next 1402 1403QAPI Schema 1404M: Eric Blake <eblake@redhat.com> 1405M: Markus Armbruster <armbru@redhat.com> 1406S: Supported 1407F: qapi-schema.json 1408F: qapi/*.json 1409T: git git://repo.or.cz/qemu/armbru.git qapi-next 1410 1411QObject 1412M: Markus Armbruster <armbru@redhat.com> 1413S: Supported 1414F: qobject/ 1415F: include/qapi/qmp/ 1416X: include/qapi/qmp/dispatch.h 1417F: scripts/coccinelle/qobject.cocci 1418F: tests/check-qdict.c 1419F: tests/check-qnum.c 1420F: tests/check-qjson.c 1421F: tests/check-qlist.c 1422F: tests/check-qstring.c 1423T: git git://repo.or.cz/qemu/armbru.git qapi-next 1424 1425QEMU Guest Agent 1426M: Michael Roth <mdroth@linux.vnet.ibm.com> 1427S: Maintained 1428F: qga/ 1429T: git git://github.com/mdroth/qemu.git qga 1430 1431QOM 1432M: Andreas Färber <afaerber@suse.de> 1433S: Supported 1434T: git git://github.com/afaerber/qemu-cpu.git qom-next 1435F: include/qom/ 1436X: include/qom/cpu.h 1437F: qom/ 1438X: qom/cpu.c 1439F: tests/check-qom-interface.c 1440F: tests/check-qom-proplist.c 1441F: tests/qom-test.c 1442 1443QMP 1444M: Markus Armbruster <armbru@redhat.com> 1445S: Supported 1446F: qmp.c 1447F: monitor.c 1448F: docs/*qmp-* 1449F: scripts/qmp/ 1450F: tests/qmp-test.c 1451T: git git://repo.or.cz/qemu/armbru.git qapi-next 1452 1453Register API 1454M: Alistair Francis <alistair.francis@xilinx.com> 1455S: Maintained 1456F: hw/core/register.c 1457F: include/hw/register.h 1458 1459SLIRP 1460M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1461M: Jan Kiszka <jan.kiszka@siemens.com> 1462S: Maintained 1463F: slirp/ 1464F: net/slirp.c 1465F: include/net/slirp.h 1466T: git git://git.kiszka.org/qemu.git queues/slirp 1467 1468Stubs 1469M: Paolo Bonzini <pbonzini@redhat.com> 1470S: Maintained 1471F: stubs/ 1472 1473Tracing 1474M: Stefan Hajnoczi <stefanha@redhat.com> 1475S: Maintained 1476F: trace/ 1477F: scripts/tracetool.py 1478F: scripts/tracetool/ 1479F: docs/tracing.txt 1480T: git git://github.com/stefanha/qemu.git tracing 1481 1482Checkpatch 1483S: Odd Fixes 1484F: scripts/checkpatch.pl 1485 1486Migration 1487M: Juan Quintela <quintela@redhat.com> 1488M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1489S: Maintained 1490F: include/migration/ 1491F: migration/ 1492F: scripts/vmstate-static-checker.py 1493F: tests/vmstate-static-checker-data/ 1494F: docs/migration.txt 1495 1496Seccomp 1497M: Eduardo Otubo <otubo@redhat.com> 1498S: Supported 1499F: qemu-seccomp.c 1500F: include/sysemu/seccomp.h 1501 1502Cryptography 1503M: Daniel P. Berrange <berrange@redhat.com> 1504S: Maintained 1505F: crypto/ 1506F: include/crypto/ 1507F: tests/test-crypto-* 1508F: qemu.sasl 1509 1510Coroutines 1511M: Stefan Hajnoczi <stefanha@redhat.com> 1512M: Kevin Wolf <kwolf@redhat.com> 1513F: util/*coroutine* 1514F: include/qemu/coroutine* 1515F: tests/test-coroutine.c 1516 1517Buffers 1518M: Daniel P. Berrange <berrange@redhat.com> 1519S: Odd fixes 1520F: util/buffer.c 1521F: include/qemu/buffer.h 1522 1523I/O Channels 1524M: Daniel P. Berrange <berrange@redhat.com> 1525S: Maintained 1526F: io/ 1527F: include/io/ 1528F: tests/test-io-* 1529 1530Sockets 1531M: Daniel P. Berrange <berrange@redhat.com> 1532M: Gerd Hoffmann <kraxel@redhat.com> 1533M: Paolo Bonzini <pbonzini@redhat.com> 1534S: Maintained 1535F: include/qemu/sockets.h 1536F: util/qemu-sockets.c 1537 1538Throttling infrastructure 1539M: Alberto Garcia <berto@igalia.com> 1540S: Supported 1541F: block/throttle-groups.c 1542F: include/block/throttle-groups.h 1543F: include/qemu/throttle.h 1544F: util/throttle.c 1545L: qemu-block@nongnu.org 1546 1547UUID 1548M: Fam Zheng <famz@redhat.com> 1549S: Supported 1550F: util/uuid.c 1551F: include/qemu/uuid.h 1552F: tests/test-uuid.c 1553 1554COLO Framework 1555M: zhanghailiang <zhang.zhanghailiang@huawei.com> 1556S: Maintained 1557F: migration/colo* 1558F: include/migration/colo.h 1559F: include/migration/failover.h 1560F: docs/COLO-FT.txt 1561 1562COLO Proxy 1563M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com> 1564M: Li Zhijian <lizhijian@cn.fujitsu.com> 1565S: Supported 1566F: docs/colo-proxy.txt 1567F: net/colo* 1568F: net/filter-rewriter.c 1569F: net/filter-mirror.c 1570 1571Record/replay 1572M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 1573R: Paolo Bonzini <pbonzini@redhat.com> 1574W: http://wiki.qemu.org/Features/record-replay 1575S: Supported 1576F: replay/* 1577F: block/blkreplay.c 1578F: net/filter-replay.c 1579F: include/sysemu/replay.h 1580F: docs/replay.txt 1581F: stubs/replay.c 1582 1583Usermode Emulation 1584------------------ 1585Overall 1586M: Riku Voipio <riku.voipio@iki.fi> 1587S: Maintained 1588F: thunk.c 1589F: user-exec.c 1590F: user-exec-stub.c 1591 1592BSD user 1593S: Orphan 1594F: bsd-user/ 1595F: default-configs/*-bsd-user.mak 1596 1597Linux user 1598M: Riku Voipio <riku.voipio@iki.fi> 1599R: Laurent Vivier <laurent@vivier.eu> 1600S: Maintained 1601F: linux-user/ 1602F: default-configs/*-linux-user.mak 1603 1604Tiny Code Generator (TCG) 1605------------------------- 1606Common code 1607M: Richard Henderson <rth@twiddle.net> 1608S: Maintained 1609F: tcg/ 1610 1611AArch64 target 1612M: Claudio Fontana <claudio.fontana@huawei.com> 1613M: Claudio Fontana <claudio.fontana@gmail.com> 1614S: Maintained 1615L: qemu-arm@nongnu.org 1616F: tcg/aarch64/ 1617F: disas/arm-a64.cc 1618F: disas/libvixl/ 1619 1620ARM target 1621M: Andrzej Zaborowski <balrogg@gmail.com> 1622S: Maintained 1623L: qemu-arm@nongnu.org 1624F: tcg/arm/ 1625F: disas/arm.c 1626 1627i386 target 1628L: qemu-devel@nongnu.org 1629S: Maintained 1630F: tcg/i386/ 1631F: disas/i386.c 1632 1633IA64 target 1634M: Aurelien Jarno <aurelien@aurel32.net> 1635S: Maintained 1636F: tcg/ia64/ 1637F: disas/ia64.c 1638 1639MIPS target 1640M: Aurelien Jarno <aurelien@aurel32.net> 1641S: Maintained 1642F: tcg/mips/ 1643F: disas/mips.c 1644 1645PPC 1646M: Richard Henderson <rth@twiddle.net> 1647S: Odd Fixes 1648F: tcg/ppc/ 1649F: disas/ppc.c 1650 1651S390 target 1652M: Alexander Graf <agraf@suse.de> 1653M: Richard Henderson <rth@twiddle.net> 1654S: Maintained 1655F: tcg/s390/ 1656F: disas/s390.c 1657 1658SPARC target 1659S: Odd Fixes 1660F: tcg/sparc/ 1661F: disas/sparc.c 1662 1663TCI target 1664M: Stefan Weil <sw@weilnetz.de> 1665S: Maintained 1666F: tcg/tci/ 1667F: tcg/tci.c 1668F: disas/tci.c 1669 1670Block drivers 1671------------- 1672VMDK 1673M: Fam Zheng <famz@redhat.com> 1674L: qemu-block@nongnu.org 1675S: Supported 1676F: block/vmdk.c 1677 1678RBD 1679M: Josh Durgin <jdurgin@redhat.com> 1680M: Jeff Cody <jcody@redhat.com> 1681L: qemu-block@nongnu.org 1682S: Supported 1683F: block/rbd.c 1684T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1685 1686Sheepdog 1687M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> 1688M: Liu Yuan <namei.unix@gmail.com> 1689M: Jeff Cody <jcody@redhat.com> 1690L: qemu-block@nongnu.org 1691L: sheepdog@lists.wpkg.org 1692S: Supported 1693F: block/sheepdog.c 1694T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1695 1696VHDX 1697M: Jeff Cody <jcody@redhat.com> 1698L: qemu-block@nongnu.org 1699S: Supported 1700F: block/vhdx* 1701T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1702 1703VDI 1704M: Stefan Weil <sw@weilnetz.de> 1705L: qemu-block@nongnu.org 1706S: Maintained 1707F: block/vdi.c 1708 1709iSCSI 1710M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 1711M: Paolo Bonzini <pbonzini@redhat.com> 1712M: Peter Lieven <pl@kamp.de> 1713L: qemu-block@nongnu.org 1714S: Supported 1715F: block/iscsi.c 1716F: block/iscsi-opts.c 1717 1718Network Block Device (NBD) 1719M: Eric Blake <eblake@redhat.com> 1720M: Paolo Bonzini <pbonzini@redhat.com> 1721L: qemu-block@nongnu.org 1722S: Maintained 1723F: block/nbd* 1724F: nbd/ 1725F: include/block/nbd* 1726F: qemu-nbd.* 1727F: blockdev-nbd.c 1728T: git git://repo.or.cz/qemu/ericb.git nbd 1729 1730NFS 1731M: Jeff Cody <jcody@redhat.com> 1732M: Peter Lieven <pl@kamp.de> 1733L: qemu-block@nongnu.org 1734S: Maintained 1735F: block/nfs.c 1736T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1737 1738SSH 1739M: Richard W.M. Jones <rjones@redhat.com> 1740M: Jeff Cody <jcody@redhat.com> 1741L: qemu-block@nongnu.org 1742S: Supported 1743F: block/ssh.c 1744T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1745 1746CURL 1747M: Jeff Cody <jcody@redhat.com> 1748L: qemu-block@nongnu.org 1749S: Supported 1750F: block/curl.c 1751T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1752 1753GLUSTER 1754M: Jeff Cody <jcody@redhat.com> 1755L: qemu-block@nongnu.org 1756S: Supported 1757F: block/gluster.c 1758T: git git://github.com/codyprime/qemu-kvm-jtc.git block 1759 1760Null Block Driver 1761M: Fam Zheng <famz@redhat.com> 1762L: qemu-block@nongnu.org 1763S: Supported 1764F: block/null.c 1765 1766Bootdevice 1767M: Gonglei <arei.gonglei@huawei.com> 1768S: Maintained 1769F: bootdevice.c 1770 1771Quorum 1772M: Alberto Garcia <berto@igalia.com> 1773S: Supported 1774F: block/quorum.c 1775L: qemu-block@nongnu.org 1776 1777blkverify 1778M: Stefan Hajnoczi <stefanha@redhat.com> 1779L: qemu-block@nongnu.org 1780S: Supported 1781F: block/blkverify.c 1782 1783bochs 1784M: Stefan Hajnoczi <stefanha@redhat.com> 1785L: qemu-block@nongnu.org 1786S: Supported 1787F: block/bochs.c 1788 1789cloop 1790M: Stefan Hajnoczi <stefanha@redhat.com> 1791L: qemu-block@nongnu.org 1792S: Supported 1793F: block/cloop.c 1794 1795dmg 1796M: Stefan Hajnoczi <stefanha@redhat.com> 1797L: qemu-block@nongnu.org 1798S: Supported 1799F: block/dmg.c 1800 1801parallels 1802M: Stefan Hajnoczi <stefanha@redhat.com> 1803M: Denis V. Lunev <den@openvz.org> 1804L: qemu-block@nongnu.org 1805S: Supported 1806F: block/parallels.c 1807F: docs/specs/parallels.txt 1808 1809qed 1810M: Stefan Hajnoczi <stefanha@redhat.com> 1811L: qemu-block@nongnu.org 1812S: Supported 1813F: block/qed.c 1814 1815raw 1816M: Kevin Wolf <kwolf@redhat.com> 1817L: qemu-block@nongnu.org 1818S: Supported 1819F: block/linux-aio.c 1820F: include/block/raw-aio.h 1821F: block/raw-format.c 1822F: block/file-posix.c 1823F: block/file-win32.c 1824F: block/win32-aio.c 1825 1826qcow2 1827M: Kevin Wolf <kwolf@redhat.com> 1828M: Max Reitz <mreitz@redhat.com> 1829L: qemu-block@nongnu.org 1830S: Supported 1831F: block/qcow2* 1832 1833qcow 1834M: Kevin Wolf <kwolf@redhat.com> 1835L: qemu-block@nongnu.org 1836S: Supported 1837F: block/qcow.c 1838 1839blkdebug 1840M: Kevin Wolf <kwolf@redhat.com> 1841M: Max Reitz <mreitz@redhat.com> 1842L: qemu-block@nongnu.org 1843S: Supported 1844F: block/blkdebug.c 1845 1846vpc 1847M: Kevin Wolf <kwolf@redhat.com> 1848L: qemu-block@nongnu.org 1849S: Supported 1850F: block/vpc.c 1851 1852vvfat 1853M: Kevin Wolf <kwolf@redhat.com> 1854L: qemu-block@nongnu.org 1855S: Supported 1856F: block/vvfat.c 1857 1858Image format fuzzer 1859M: Stefan Hajnoczi <stefanha@redhat.com> 1860L: qemu-block@nongnu.org 1861S: Supported 1862F: tests/image-fuzzer/ 1863 1864Replication 1865M: Wen Congyang <wencongyang2@huawei.com> 1866M: Xie Changlong <xiechanglong.d@gmail.com> 1867S: Supported 1868F: replication* 1869F: block/replication.c 1870F: tests/test-replication.c 1871F: docs/block-replication.txt 1872 1873Build and test automation 1874------------------------- 1875M: Alex Bennée <alex.bennee@linaro.org> 1876M: Fam Zheng <famz@redhat.com> 1877R: Philippe Mathieu-Daudé <f4bug@amsat.org> 1878L: qemu-devel@nongnu.org 1879S: Maintained 1880F: .travis.yml 1881F: .shippable.yml 1882F: tests/docker/ 1883W: https://travis-ci.org/qemu/qemu 1884W: https://app.shippable.com/github/qemu/qemu 1885W: http://patchew.org/QEMU/ 1886 1887Documentation 1888------------- 1889Build system architecture 1890M: Daniel P. Berrange <berrange@redhat.com> 1891S: Odd Fixes 1892F: docs/build-system.txt 1893 1894