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