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