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