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