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