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