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