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