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