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