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 Maintainers are looking after a certain area and must be CCed on 16 patches. They are considered the main contact point. 17 R: Designated reviewer: FullName <address@domain> 18 These reviewers should be CCed on patches. 19 Reviewers are familiar with the subject matter and provide feedback 20 even though they are not maintainers. 21 L: Mailing list that is relevant to this area 22 These lists should be CCed on patches. 23 W: Web-page with status/info 24 Q: Patchwork web based patch tracking system site 25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 26 S: Status, one of the following: 27 Supported: Someone is actually paid to look after this. 28 Maintained: Someone actually looks after it. 29 Odd Fixes: It has a maintainer but they don't have time to do 30 much other than throw the odd patch in. See below. 31 Orphan: No current maintainer [but maybe you could take the 32 role as you write your new code]. 33 Obsolete: Old code. Something tagged obsolete generally means 34 it has been replaced by a better system and you 35 should be using that. 36 F: Files and directories with wildcard patterns. 37 A trailing slash includes all files and subdirectory files. 38 F: drivers/net/ all files in and below drivers/net 39 F: drivers/net/* all files in drivers/net, but not below 40 F: */net/* all files in "any top level directory"/net 41 One pattern per line. Multiple F: lines acceptable. 42 X: Files and directories that are NOT maintained, same rules as F: 43 Files exclusions are tested before file matches. 44 Can be useful for excluding a specific subdirectory, for instance: 45 F: net/ 46 X: net/ipv6/ 47 matches all files in and below net excluding net/ipv6/ 48 K: Keyword perl extended regex pattern to match content in a 49 patch or file. For instance: 50 K: of_get_profile 51 matches patches or files that contain "of_get_profile" 52 K: \b(printk|pr_(info|err))\b 53 matches patches or files that contain one or more of the words 54 printk, pr_info or pr_err 55 One regex pattern per line. Multiple K: lines acceptable. 56 57 58 General Project Administration 59 ------------------------------ 60 M: Peter Maydell <peter.maydell@linaro.org> 61 62 All patches CC here 63 L: qemu-devel@nongnu.org 64 F: * 65 F: */ 66 67 Responsible Disclosure, Reporting Security Issues 68 ------------------------------------------------- 69 W: https://wiki.qemu.org/SecurityProcess 70 M: Michael S. Tsirkin <mst@redhat.com> 71 L: secalert@redhat.com 72 73 Trivial patches 74 --------------- 75 Trivial patches 76 M: Michael Tokarev <mjt@tls.msk.ru> 77 M: Laurent Vivier <laurent@vivier.eu> 78 S: Maintained 79 L: qemu-trivial@nongnu.org 80 K: ^Subject:.*(?i)trivial 81 T: git git://git.corpit.ru/qemu.git trivial-patches 82 T: git https://github.com/vivier/qemu.git trivial-patches 83 84 Architecture support 85 -------------------- 86 S390 general architecture support 87 M: Cornelia Huck <cohuck@redhat.com> 88 M: Thomas Huth <thuth@redhat.com> 89 S: Supported 90 F: default-configs/s390x-softmmu.mak 91 F: gdb-xml/s390*.xml 92 F: hw/char/sclp*.[hc] 93 F: hw/char/terminal3270.c 94 F: hw/intc/s390_flic.c 95 F: hw/intc/s390_flic_kvm.c 96 F: hw/s390x/ 97 F: hw/vfio/ap.c 98 F: hw/vfio/ccw.c 99 F: hw/watchdog/wdt_diag288.c 100 F: include/hw/s390x/ 101 F: include/hw/watchdog/wdt_diag288.h 102 F: pc-bios/s390-ccw/ 103 F: pc-bios/s390-ccw.img 104 F: target/s390x/ 105 F: docs/system/target-s390x.rst 106 F: docs/system/s390x/ 107 F: tests/migration/s390x/ 108 K: ^Subject:.*(?i)s390x? 109 T: git https://github.com/cohuck/qemu.git s390-next 110 L: qemu-s390x@nongnu.org 111 112 Guest CPU cores (TCG) 113 --------------------- 114 Overall TCG CPUs 115 M: Richard Henderson <richard.henderson@linaro.org> 116 R: Paolo Bonzini <pbonzini@redhat.com> 117 S: Maintained 118 F: softmmu/cpus.c 119 F: cpus-common.c 120 F: accel/tcg/ 121 F: accel/stubs/tcg-stub.c 122 F: scripts/decodetree.py 123 F: docs/devel/decodetree.rst 124 F: include/exec/cpu*.h 125 F: include/exec/exec-all.h 126 F: include/exec/helper*.h 127 F: include/exec/tb-hash.h 128 F: include/sysemu/cpus.h 129 F: include/sysemu/tcg.h 130 131 FPU emulation 132 M: Aurelien Jarno <aurelien@aurel32.net> 133 M: Peter Maydell <peter.maydell@linaro.org> 134 M: Alex Bennée <alex.bennee@linaro.org> 135 S: Maintained 136 F: fpu/ 137 F: include/fpu/ 138 F: tests/fp/ 139 140 Alpha TCG CPUs 141 M: Richard Henderson <richard.henderson@linaro.org> 142 S: Maintained 143 F: target/alpha/ 144 F: tests/tcg/alpha/ 145 F: disas/alpha.c 146 147 ARM TCG CPUs 148 M: Peter Maydell <peter.maydell@linaro.org> 149 L: qemu-arm@nongnu.org 150 S: Maintained 151 F: target/arm/ 152 F: tests/tcg/arm/ 153 F: tests/tcg/aarch64/ 154 F: hw/arm/ 155 F: hw/cpu/a*mpcore.c 156 F: include/hw/cpu/a*mpcore.h 157 F: disas/arm.c 158 F: disas/arm-a64.cc 159 F: disas/libvixl/ 160 F: docs/system/target-arm.rst 161 F: docs/system/arm/cpu-features.rst 162 163 ARM SMMU 164 M: Eric Auger <eric.auger@redhat.com> 165 L: qemu-arm@nongnu.org 166 S: Maintained 167 F: hw/arm/smmu* 168 F: include/hw/arm/smmu* 169 170 AVR TCG CPUs 171 M: Michael Rolnik <mrolnik@gmail.com> 172 R: Sarah Harris <S.E.Harris@kent.ac.uk> 173 S: Maintained 174 F: docs/system/target-avr.rst 175 F: gdb-xml/avr-cpu.xml 176 F: target/avr/ 177 F: tests/acceptance/machine_avr6.py 178 179 CRIS TCG CPUs 180 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 181 S: Maintained 182 F: target/cris/ 183 F: hw/cris/ 184 F: include/hw/cris/ 185 F: tests/tcg/cris/ 186 F: disas/cris.c 187 188 HPPA (PA-RISC) TCG CPUs 189 M: Richard Henderson <richard.henderson@linaro.org> 190 S: Maintained 191 F: target/hppa/ 192 F: hw/hppa/ 193 F: disas/hppa.c 194 F: hw/net/*i82596* 195 F: include/hw/net/lasi_82596.h 196 197 LM32 TCG CPUs 198 R: Michael Walle <michael@walle.cc> 199 S: Orphan 200 F: target/lm32/ 201 F: disas/lm32.c 202 F: hw/lm32/ 203 F: hw/*/lm32_* 204 F: hw/*/milkymist-* 205 F: include/hw/display/milkymist_tmu2.h 206 F: include/hw/char/lm32_juart.h 207 F: include/hw/lm32/ 208 F: tests/tcg/lm32/ 209 210 M68K TCG CPUs 211 M: Laurent Vivier <laurent@vivier.eu> 212 S: Maintained 213 F: target/m68k/ 214 F: disas/m68k.c 215 216 MicroBlaze TCG CPUs 217 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 218 S: Maintained 219 F: target/microblaze/ 220 F: hw/microblaze/ 221 F: disas/microblaze.c 222 223 MIPS TCG CPUs 224 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 225 R: Aurelien Jarno <aurelien@aurel32.net> 226 R: Jiaxun Yang <jiaxun.yang@flygoat.com> 227 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 228 S: Odd Fixes 229 F: target/mips/ 230 F: default-configs/*mips* 231 F: disas/mips.c 232 F: docs/system/cpu-models-mips.rst.inc 233 F: hw/intc/mips_gic.c 234 F: hw/mips/ 235 F: hw/misc/mips_* 236 F: hw/timer/mips_gictimer.c 237 F: include/hw/intc/mips_gic.h 238 F: include/hw/mips/ 239 F: include/hw/misc/mips_* 240 F: include/hw/timer/mips_gictimer.h 241 F: tests/tcg/mips/ 242 K: ^Subject:.*(?i)mips 243 244 MIPS TCG CPUs (nanoMIPS ISA) 245 S: Orphan 246 F: disas/nanomips.* 247 248 Moxie TCG CPUs 249 M: Anthony Green <green@moxielogic.com> 250 S: Maintained 251 F: target/moxie/ 252 F: disas/moxie.c 253 F: hw/moxie/ 254 F: default-configs/moxie-softmmu.mak 255 256 NiosII TCG CPUs 257 M: Chris Wulff <crwulff@gmail.com> 258 M: Marek Vasut <marex@denx.de> 259 S: Maintained 260 F: target/nios2/ 261 F: hw/nios2/ 262 F: hw/intc/nios2_iic.c 263 F: disas/nios2.c 264 F: default-configs/nios2-softmmu.mak 265 266 OpenRISC TCG CPUs 267 M: Stafford Horne <shorne@gmail.com> 268 S: Odd Fixes 269 F: target/openrisc/ 270 F: hw/openrisc/ 271 F: tests/tcg/openrisc/ 272 273 PowerPC TCG CPUs 274 M: David Gibson <david@gibson.dropbear.id.au> 275 L: qemu-ppc@nongnu.org 276 S: Maintained 277 F: target/ppc/ 278 F: hw/ppc/ 279 F: include/hw/ppc/ 280 F: disas/ppc.c 281 282 RISC-V TCG CPUs 283 M: Palmer Dabbelt <palmer@dabbelt.com> 284 M: Alistair Francis <Alistair.Francis@wdc.com> 285 M: Sagar Karandikar <sagark@eecs.berkeley.edu> 286 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 287 L: qemu-riscv@nongnu.org 288 S: Supported 289 F: target/riscv/ 290 F: hw/riscv/ 291 F: include/hw/riscv/ 292 F: linux-user/host/riscv32/ 293 F: linux-user/host/riscv64/ 294 295 RENESAS RX CPUs 296 M: Yoshinori Sato <ysato@users.sourceforge.jp> 297 S: Odd Fixes 298 F: target/rx/ 299 300 S390 TCG CPUs 301 M: Richard Henderson <richard.henderson@linaro.org> 302 M: David Hildenbrand <david@redhat.com> 303 S: Maintained 304 F: target/s390x/ 305 F: hw/s390x/ 306 F: disas/s390.c 307 F: tests/tcg/s390x/ 308 L: qemu-s390x@nongnu.org 309 310 SH4 TCG CPUs 311 M: Yoshinori Sato <ysato@users.sourceforge.jp> 312 S: Odd Fixes 313 F: target/sh4/ 314 F: hw/sh4/ 315 F: disas/sh4.c 316 F: include/hw/sh4/ 317 318 SPARC TCG CPUs 319 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 320 M: Artyom Tarasenko <atar4qemu@gmail.com> 321 S: Maintained 322 F: target/sparc/ 323 F: hw/sparc/ 324 F: hw/sparc64/ 325 F: include/hw/sparc/sparc64.h 326 F: disas/sparc.c 327 328 UniCore32 TCG CPUs 329 M: Guan Xuetao <gxt@mprc.pku.edu.cn> 330 S: Maintained 331 F: target/unicore32/ 332 F: hw/unicore32/ 333 F: include/hw/unicore32/ 334 335 X86 TCG CPUs 336 M: Paolo Bonzini <pbonzini@redhat.com> 337 M: Richard Henderson <richard.henderson@linaro.org> 338 M: Eduardo Habkost <ehabkost@redhat.com> 339 S: Maintained 340 F: target/i386/ 341 F: tests/tcg/i386/ 342 F: tests/tcg/x86_64/ 343 F: hw/i386/ 344 F: disas/i386.c 345 F: docs/system/cpu-models-x86.rst.inc 346 T: git https://github.com/ehabkost/qemu.git x86-next 347 348 Xtensa TCG CPUs 349 M: Max Filippov <jcmvbkbc@gmail.com> 350 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa 351 S: Maintained 352 F: target/xtensa/ 353 F: hw/xtensa/ 354 F: tests/tcg/xtensa/ 355 F: disas/xtensa.c 356 F: include/hw/xtensa/xtensa-isa.h 357 F: default-configs/xtensa*.mak 358 359 TriCore TCG CPUs 360 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> 361 S: Maintained 362 F: target/tricore/ 363 F: hw/tricore/ 364 F: include/hw/tricore/ 365 366 Multiarch Linux User Tests 367 M: Alex Bennée <alex.bennee@linaro.org> 368 S: Maintained 369 F: tests/tcg/multiarch/ 370 371 Guest CPU Cores (KVM) 372 --------------------- 373 Overall KVM CPUs 374 M: Paolo Bonzini <pbonzini@redhat.com> 375 L: kvm@vger.kernel.org 376 S: Supported 377 F: */*/kvm* 378 F: accel/kvm/ 379 F: accel/stubs/kvm-stub.c 380 F: include/hw/kvm/ 381 F: include/sysemu/kvm*.h 382 F: scripts/kvm/kvm_flightrecorder 383 384 ARM KVM CPUs 385 M: Peter Maydell <peter.maydell@linaro.org> 386 L: qemu-arm@nongnu.org 387 S: Maintained 388 F: target/arm/kvm.c 389 390 MIPS KVM CPUs 391 M: Huacai Chen <chenhc@lemote.com> 392 S: Odd Fixes 393 F: target/mips/kvm.c 394 395 PPC KVM CPUs 396 M: David Gibson <david@gibson.dropbear.id.au> 397 S: Maintained 398 F: target/ppc/kvm.c 399 400 S390 KVM CPUs 401 M: Halil Pasic <pasic@linux.ibm.com> 402 M: Cornelia Huck <cohuck@redhat.com> 403 M: Christian Borntraeger <borntraeger@de.ibm.com> 404 S: Supported 405 F: target/s390x/kvm.c 406 F: target/s390x/kvm_s390x.h 407 F: target/s390x/kvm-stub.c 408 F: target/s390x/ioinst.[ch] 409 F: target/s390x/machine.c 410 F: target/s390x/sigp.c 411 F: target/s390x/cpu_features*.[ch] 412 F: target/s390x/cpu_models.[ch] 413 F: hw/s390x/pv.c 414 F: include/hw/s390x/pv.h 415 F: hw/intc/s390_flic.c 416 F: hw/intc/s390_flic_kvm.c 417 F: include/hw/s390x/s390_flic.h 418 F: gdb-xml/s390*.xml 419 T: git https://github.com/cohuck/qemu.git s390-next 420 T: git https://github.com/borntraeger/qemu.git s390-next 421 L: qemu-s390x@nongnu.org 422 423 X86 KVM CPUs 424 M: Paolo Bonzini <pbonzini@redhat.com> 425 M: Marcelo Tosatti <mtosatti@redhat.com> 426 L: kvm@vger.kernel.org 427 S: Supported 428 F: target/i386/kvm.c 429 F: scripts/kvm/vmxcap 430 431 Guest CPU Cores (other accelerators) 432 ------------------------------------ 433 Overall 434 M: Richard Henderson <richard.henderson@linaro.org> 435 R: Paolo Bonzini <pbonzini@redhat.com> 436 S: Maintained 437 F: include/sysemu/accel.h 438 F: accel/accel.c 439 F: accel/Makefile.objs 440 F: accel/stubs/Makefile.objs 441 442 X86 HVF CPUs 443 M: Cameron Esfahani <dirty@apple.com> 444 M: Roman Bolshakov <r.bolshakov@yadro.com> 445 W: https://wiki.qemu.org/Features/HVF 446 S: Maintained 447 F: accel/stubs/hvf-stub.c 448 F: target/i386/hvf/ 449 F: include/sysemu/hvf.h 450 451 WHPX CPUs 452 M: Sunil Muthuswamy <sunilmut@microsoft.com> 453 S: Supported 454 F: target/i386/whpx-all.c 455 F: target/i386/whpx-cpus.c 456 F: target/i386/whp-dispatch.h 457 F: accel/stubs/whpx-stub.c 458 F: include/sysemu/whpx.h 459 460 Guest CPU Cores (Xen) 461 --------------------- 462 X86 Xen CPUs 463 M: Stefano Stabellini <sstabellini@kernel.org> 464 M: Anthony Perard <anthony.perard@citrix.com> 465 M: Paul Durrant <paul@xen.org> 466 L: xen-devel@lists.xenproject.org 467 S: Supported 468 F: */xen* 469 F: accel/xen/* 470 F: hw/9pfs/xen-9p* 471 F: hw/char/xen_console.c 472 F: hw/display/xenfb.c 473 F: hw/net/xen_nic.c 474 F: hw/usb/xen-usb.c 475 F: hw/block/xen* 476 F: hw/block/dataplane/xen* 477 F: hw/xen/ 478 F: hw/xenpv/ 479 F: hw/i386/xen/ 480 F: hw/pci-host/xen_igd_pt.c 481 F: include/hw/block/dataplane/xen* 482 F: include/hw/xen/ 483 F: include/sysemu/xen.h 484 F: include/sysemu/xen-mapcache.h 485 F: stubs/xen-hw-stub.c 486 487 Guest CPU Cores (HAXM) 488 --------------------- 489 X86 HAXM CPUs 490 M: Wenchao Wang <wenchao.wang@intel.com> 491 M: Colin Xu <colin.xu@intel.com> 492 L: haxm-team@intel.com 493 W: https://github.com/intel/haxm/issues 494 S: Maintained 495 F: accel/stubs/hax-stub.c 496 F: include/sysemu/hax.h 497 F: target/i386/hax-* 498 499 Hosts 500 ----- 501 LINUX 502 M: Michael S. Tsirkin <mst@redhat.com> 503 M: Cornelia Huck <cohuck@redhat.com> 504 M: Paolo Bonzini <pbonzini@redhat.com> 505 S: Maintained 506 F: linux-headers/ 507 F: scripts/update-linux-headers.sh 508 509 POSIX 510 M: Paolo Bonzini <pbonzini@redhat.com> 511 S: Maintained 512 F: os-posix.c 513 F: include/sysemu/os-posix.h 514 F: util/*posix*.c 515 F: include/qemu/*posix*.h 516 517 NETBSD 518 M: Kamil Rytarowski <kamil@netbsd.org> 519 S: Maintained 520 K: ^Subject:.*(?i)NetBSD 521 522 OPENBSD 523 M: Brad Smith <brad@comstyle.com> 524 S: Maintained 525 K: ^Subject:.*(?i)OpenBSD 526 527 W32, W64 528 M: Stefan Weil <sw@weilnetz.de> 529 S: Maintained 530 F: *win32* 531 F: */*win32* 532 F: include/*/*win32* 533 X: qga/*win32* 534 F: qemu.nsi 535 536 Alpha Machines 537 -------------- 538 M: Richard Henderson <richard.henderson@linaro.org> 539 S: Maintained 540 F: hw/alpha/ 541 F: hw/isa/smc37c669-superio.c 542 F: tests/tcg/alpha/system/ 543 544 ARM Machines 545 ------------ 546 Allwinner-a10 547 M: Beniamino Galvani <b.galvani@gmail.com> 548 M: Peter Maydell <peter.maydell@linaro.org> 549 L: qemu-arm@nongnu.org 550 S: Odd Fixes 551 F: hw/*/allwinner* 552 F: include/hw/*/allwinner* 553 F: hw/arm/cubieboard.c 554 555 Allwinner-h3 556 M: Niek Linnenbank <nieklinnenbank@gmail.com> 557 L: qemu-arm@nongnu.org 558 S: Maintained 559 F: hw/*/allwinner-h3* 560 F: include/hw/*/allwinner-h3* 561 F: hw/arm/orangepi.c 562 F: docs/system/arm/orangepi.rst 563 564 ARM PrimeCell and CMSDK devices 565 M: Peter Maydell <peter.maydell@linaro.org> 566 L: qemu-arm@nongnu.org 567 S: Maintained 568 F: hw/char/pl011.c 569 F: include/hw/char/pl011.h 570 F: hw/display/pl110* 571 F: hw/dma/pl080.c 572 F: include/hw/dma/pl080.h 573 F: hw/dma/pl330.c 574 F: hw/gpio/pl061.c 575 F: hw/input/pl050.c 576 F: hw/intc/pl190.c 577 F: hw/sd/pl181.c 578 F: hw/ssi/pl022.c 579 F: include/hw/ssi/pl022.h 580 F: hw/rtc/pl031.c 581 F: include/hw/rtc/pl031.h 582 F: include/hw/arm/primecell.h 583 F: hw/timer/cmsdk-apb-timer.c 584 F: include/hw/timer/cmsdk-apb-timer.h 585 F: hw/timer/cmsdk-apb-dualtimer.c 586 F: include/hw/timer/cmsdk-apb-dualtimer.h 587 F: hw/char/cmsdk-apb-uart.c 588 F: include/hw/char/cmsdk-apb-uart.h 589 F: hw/watchdog/cmsdk-apb-watchdog.c 590 F: include/hw/watchdog/cmsdk-apb-watchdog.h 591 F: hw/misc/tz-ppc.c 592 F: include/hw/misc/tz-ppc.h 593 F: hw/misc/tz-mpc.c 594 F: include/hw/misc/tz-mpc.h 595 F: hw/misc/tz-msc.c 596 F: include/hw/misc/tz-msc.h 597 598 ARM cores 599 M: Peter Maydell <peter.maydell@linaro.org> 600 L: qemu-arm@nongnu.org 601 S: Maintained 602 F: hw/intc/arm* 603 F: hw/intc/gic_internal.h 604 F: hw/misc/a9scu.c 605 F: hw/misc/arm11scu.c 606 F: hw/misc/arm_l2x0.c 607 F: hw/timer/a9gtimer* 608 F: hw/timer/arm* 609 F: include/hw/arm/arm*.h 610 F: include/hw/intc/arm* 611 F: include/hw/misc/a9scu.h 612 F: include/hw/misc/arm11scu.h 613 F: include/hw/timer/a9gtimer.h 614 F: include/hw/timer/arm_mptimer.h 615 F: include/hw/timer/armv7m_systick.h 616 F: tests/qtest/test-arm-mptimer.c 617 618 Exynos 619 M: Igor Mitsyanko <i.mitsyanko@gmail.com> 620 M: Peter Maydell <peter.maydell@linaro.org> 621 L: qemu-arm@nongnu.org 622 S: Odd Fixes 623 F: hw/*/exynos* 624 F: include/hw/arm/exynos4210.h 625 626 Calxeda Highbank 627 M: Rob Herring <robh@kernel.org> 628 M: Peter Maydell <peter.maydell@linaro.org> 629 L: qemu-arm@nongnu.org 630 S: Odd Fixes 631 F: hw/arm/highbank.c 632 F: hw/net/xgmac.c 633 634 Canon DIGIC 635 M: Antony Pavlov <antonynpavlov@gmail.com> 636 M: Peter Maydell <peter.maydell@linaro.org> 637 L: qemu-arm@nongnu.org 638 S: Odd Fixes 639 F: include/hw/arm/digic.h 640 F: hw/*/digic* 641 F: include/hw/*/digic* 642 F: tests/acceptance/machine_arm_canona1100.py 643 F: docs/system/arm/digic.rst 644 645 Goldfish RTC 646 M: Anup Patel <anup.patel@wdc.com> 647 M: Alistair Francis <Alistair.Francis@wdc.com> 648 L: qemu-riscv@nongnu.org 649 S: Maintained 650 F: hw/rtc/goldfish_rtc.c 651 F: include/hw/rtc/goldfish_rtc.h 652 653 Gumstix 654 M: Peter Maydell <peter.maydell@linaro.org> 655 R: Philippe Mathieu-Daudé <f4bug@amsat.org> 656 L: qemu-arm@nongnu.org 657 S: Odd Fixes 658 F: hw/arm/gumstix.c 659 F: docs/system/arm/gumstix.rst 660 661 i.MX25 PDK 662 M: Peter Maydell <peter.maydell@linaro.org> 663 R: Jean-Christophe Dubois <jcd@tribudubois.net> 664 L: qemu-arm@nongnu.org 665 S: Odd Fixes 666 F: hw/arm/fsl-imx25.c 667 F: hw/arm/imx25_pdk.c 668 F: hw/misc/imx25_ccm.c 669 F: hw/watchdog/wdt_imx2.c 670 F: include/hw/arm/fsl-imx25.h 671 F: include/hw/misc/imx25_ccm.h 672 F: include/hw/watchdog/wdt_imx2.h 673 674 i.MX31 (kzm) 675 M: Peter Chubb <peter.chubb@nicta.com.au> 676 M: Peter Maydell <peter.maydell@linaro.org> 677 L: qemu-arm@nongnu.org 678 S: Odd Fixes 679 F: hw/arm/kzm.c 680 F: hw/*/imx_* 681 F: hw/*/*imx31* 682 F: include/hw/*/imx_* 683 F: include/hw/*/*imx31* 684 685 Integrator CP 686 M: Peter Maydell <peter.maydell@linaro.org> 687 L: qemu-arm@nongnu.org 688 S: Maintained 689 F: hw/arm/integratorcp.c 690 F: hw/misc/arm_integrator_debug.c 691 F: include/hw/misc/arm_integrator_debug.h 692 F: tests/acceptance/machine_arm_integratorcp.py 693 F: docs/system/arm/integratorcp.rst 694 695 MCIMX6UL EVK / i.MX6ul 696 M: Peter Maydell <peter.maydell@linaro.org> 697 R: Jean-Christophe Dubois <jcd@tribudubois.net> 698 L: qemu-arm@nongnu.org 699 S: Odd Fixes 700 F: hw/arm/mcimx6ul-evk.c 701 F: hw/arm/fsl-imx6ul.c 702 F: hw/misc/imx6ul_ccm.c 703 F: include/hw/arm/fsl-imx6ul.h 704 F: include/hw/misc/imx6ul_ccm.h 705 706 MCIMX7D SABRE / i.MX7 707 M: Peter Maydell <peter.maydell@linaro.org> 708 R: Andrey Smirnov <andrew.smirnov@gmail.com> 709 L: qemu-arm@nongnu.org 710 S: Odd Fixes 711 F: hw/arm/mcimx7d-sabre.c 712 F: hw/arm/fsl-imx7.c 713 F: hw/misc/imx7_*.c 714 F: include/hw/arm/fsl-imx7.h 715 F: include/hw/misc/imx7_*.h 716 F: hw/pci-host/designware.c 717 F: include/hw/pci-host/designware.h 718 719 MPS2 720 M: Peter Maydell <peter.maydell@linaro.org> 721 L: qemu-arm@nongnu.org 722 S: Maintained 723 F: hw/arm/mps2.c 724 F: hw/arm/mps2-tz.c 725 F: hw/misc/mps2-*.c 726 F: include/hw/misc/mps2-*.h 727 F: hw/arm/armsse.c 728 F: include/hw/arm/armsse.h 729 F: hw/misc/iotkit-secctl.c 730 F: include/hw/misc/iotkit-secctl.h 731 F: hw/misc/iotkit-sysctl.c 732 F: include/hw/misc/iotkit-sysctl.h 733 F: hw/misc/iotkit-sysinfo.c 734 F: include/hw/misc/iotkit-sysinfo.h 735 F: hw/misc/armsse-cpuid.c 736 F: include/hw/misc/armsse-cpuid.h 737 F: hw/misc/armsse-mhu.c 738 F: include/hw/misc/armsse-mhu.h 739 F: docs/system/arm/mps2.rst 740 741 Musca 742 M: Peter Maydell <peter.maydell@linaro.org> 743 L: qemu-arm@nongnu.org 744 S: Maintained 745 F: hw/arm/musca.c 746 F: docs/system/arm/musca.rst 747 748 Musicpal 749 M: Jan Kiszka <jan.kiszka@web.de> 750 M: Peter Maydell <peter.maydell@linaro.org> 751 L: qemu-arm@nongnu.org 752 S: Odd Fixes 753 F: hw/arm/musicpal.c 754 F: docs/system/arm/musicpal.rst 755 756 Nuvoton NPCM7xx 757 M: Havard Skinnemoen <hskinnemoen@google.com> 758 M: Tyrone Ting <kfting@nuvoton.com> 759 L: qemu-arm@nongnu.org 760 S: Supported 761 F: hw/*/npcm7xx* 762 F: include/hw/*/npcm7xx* 763 F: tests/qtest/npcm7xx* 764 F: pc-bios/npcm7xx_bootrom.bin 765 F: roms/vbootrom 766 F: docs/system/arm/nuvoton.rst 767 768 nSeries 769 M: Andrzej Zaborowski <balrogg@gmail.com> 770 M: Peter Maydell <peter.maydell@linaro.org> 771 L: qemu-arm@nongnu.org 772 S: Odd Fixes 773 F: hw/arm/nseries.c 774 F: hw/display/blizzard.c 775 F: hw/input/lm832x.c 776 F: hw/input/tsc2005.c 777 F: hw/misc/cbus.c 778 F: hw/rtc/twl92230.c 779 F: include/hw/display/blizzard.h 780 F: include/hw/input/tsc2xxx.h 781 F: include/hw/misc/cbus.h 782 F: tests/acceptance/machine_arm_n8x0.py 783 F: docs/system/arm/nseries.rst 784 785 Palm 786 M: Andrzej Zaborowski <balrogg@gmail.com> 787 M: Peter Maydell <peter.maydell@linaro.org> 788 L: qemu-arm@nongnu.org 789 S: Odd Fixes 790 F: hw/arm/palm.c 791 F: hw/input/tsc210x.c 792 F: include/hw/input/tsc2xxx.h 793 F: docs/system/arm/palm.rst 794 795 Raspberry Pi 796 M: Peter Maydell <peter.maydell@linaro.org> 797 R: Andrew Baumann <Andrew.Baumann@microsoft.com> 798 R: Philippe Mathieu-Daudé <f4bug@amsat.org> 799 L: qemu-arm@nongnu.org 800 S: Odd Fixes 801 F: hw/arm/raspi.c 802 F: hw/arm/raspi_platform.h 803 F: hw/*/bcm283* 804 F: include/hw/arm/raspi* 805 F: include/hw/*/bcm283* 806 F: docs/system/arm/raspi.rst 807 808 Real View 809 M: Peter Maydell <peter.maydell@linaro.org> 810 L: qemu-arm@nongnu.org 811 S: Maintained 812 F: hw/arm/realview* 813 F: hw/cpu/realview_mpcore.c 814 F: hw/intc/realview_gic.c 815 F: include/hw/intc/realview_gic.h 816 F: docs/system/arm/realview.rst 817 818 PXA2XX 819 M: Andrzej Zaborowski <balrogg@gmail.com> 820 M: Peter Maydell <peter.maydell@linaro.org> 821 L: qemu-arm@nongnu.org 822 S: Odd Fixes 823 F: hw/arm/mainstone.c 824 F: hw/arm/spitz.c 825 F: hw/arm/tosa.c 826 F: hw/arm/z2.c 827 F: hw/*/pxa2xx* 828 F: hw/display/tc6393xb.c 829 F: hw/gpio/max7310.c 830 F: hw/gpio/zaurus.c 831 F: hw/misc/mst_fpga.c 832 F: hw/misc/max111x.c 833 F: include/hw/misc/max111x.h 834 F: include/hw/arm/pxa.h 835 F: include/hw/arm/sharpsl.h 836 F: include/hw/display/tc6393xb.h 837 F: docs/system/arm/xscale.rst 838 839 SABRELITE / i.MX6 840 M: Peter Maydell <peter.maydell@linaro.org> 841 R: Jean-Christophe Dubois <jcd@tribudubois.net> 842 L: qemu-arm@nongnu.org 843 S: Odd Fixes 844 F: hw/arm/sabrelite.c 845 F: hw/arm/fsl-imx6.c 846 F: hw/misc/imx6_*.c 847 F: hw/ssi/imx_spi.c 848 F: hw/usb/imx-usb-phy.c 849 F: include/hw/usb/imx-usb-phy.h 850 F: include/hw/arm/fsl-imx6.h 851 F: include/hw/misc/imx6_*.h 852 F: include/hw/ssi/imx_spi.h 853 854 SBSA-REF 855 M: Radoslaw Biernacki <rad@semihalf.com> 856 M: Peter Maydell <peter.maydell@linaro.org> 857 R: Leif Lindholm <leif@nuviainc.com> 858 L: qemu-arm@nongnu.org 859 S: Maintained 860 F: hw/arm/sbsa-ref.c 861 F: docs/system/arm/sbsa.rst 862 863 Sharp SL-5500 (Collie) PDA 864 M: Peter Maydell <peter.maydell@linaro.org> 865 L: qemu-arm@nongnu.org 866 S: Odd Fixes 867 F: hw/arm/collie.c 868 F: hw/arm/strongarm* 869 F: docs/system/arm/collie.rst 870 871 Stellaris 872 M: Peter Maydell <peter.maydell@linaro.org> 873 L: qemu-arm@nongnu.org 874 S: Maintained 875 F: hw/*/stellaris* 876 F: include/hw/input/gamepad.h 877 F: docs/system/arm/stellaris.rst 878 879 Versatile Express 880 M: Peter Maydell <peter.maydell@linaro.org> 881 L: qemu-arm@nongnu.org 882 S: Maintained 883 F: hw/arm/vexpress.c 884 F: docs/system/arm/vexpress.rst 885 886 Versatile PB 887 M: Peter Maydell <peter.maydell@linaro.org> 888 L: qemu-arm@nongnu.org 889 S: Maintained 890 F: hw/*/versatile* 891 F: include/hw/i2c/arm_sbcon_i2c.h 892 F: hw/misc/arm_sysctl.c 893 F: docs/system/arm/versatile.rst 894 895 Virt 896 M: Peter Maydell <peter.maydell@linaro.org> 897 L: qemu-arm@nongnu.org 898 S: Maintained 899 F: hw/arm/virt* 900 F: include/hw/arm/virt.h 901 F: docs/system/arm/virt.rst 902 903 Xilinx Zynq 904 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 905 M: Alistair Francis <alistair@alistair23.me> 906 M: Peter Maydell <peter.maydell@linaro.org> 907 L: qemu-arm@nongnu.org 908 S: Maintained 909 F: hw/*/xilinx_* 910 F: hw/*/cadence_* 911 F: hw/misc/zynq* 912 F: include/hw/misc/zynq* 913 X: hw/ssi/xilinx_* 914 915 Xilinx ZynqMP and Versal 916 M: Alistair Francis <alistair@alistair23.me> 917 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 918 M: Peter Maydell <peter.maydell@linaro.org> 919 L: qemu-arm@nongnu.org 920 S: Maintained 921 F: hw/*/xlnx*.c 922 F: include/hw/*/xlnx*.h 923 F: include/hw/ssi/xilinx_spips.h 924 F: hw/display/dpcd.c 925 F: include/hw/display/dpcd.h 926 F: docs/system/arm/xlnx-versal-virt.rst 927 928 ARM ACPI Subsystem 929 M: Shannon Zhao <shannon.zhaosl@gmail.com> 930 L: qemu-arm@nongnu.org 931 S: Maintained 932 F: hw/arm/virt-acpi-build.c 933 934 STM32F205 935 M: Alistair Francis <alistair@alistair23.me> 936 M: Peter Maydell <peter.maydell@linaro.org> 937 L: qemu-arm@nongnu.org 938 S: Maintained 939 F: hw/arm/stm32f205_soc.c 940 F: hw/misc/stm32f2xx_syscfg.c 941 F: hw/char/stm32f2xx_usart.c 942 F: hw/timer/stm32f2xx_timer.c 943 F: hw/adc/* 944 F: hw/ssi/stm32f2xx_spi.c 945 F: include/hw/*/stm32*.h 946 947 STM32F405 948 M: Alistair Francis <alistair@alistair23.me> 949 M: Peter Maydell <peter.maydell@linaro.org> 950 L: qemu-arm@nongnu.org 951 S: Maintained 952 F: hw/arm/stm32f405_soc.c 953 F: hw/misc/stm32f4xx_syscfg.c 954 F: hw/misc/stm32f4xx_exti.c 955 956 Netduino 2 957 M: Alistair Francis <alistair@alistair23.me> 958 M: Peter Maydell <peter.maydell@linaro.org> 959 L: qemu-arm@nongnu.org 960 S: Maintained 961 F: hw/arm/netduino2.c 962 963 Netduino Plus 2 964 M: Alistair Francis <alistair@alistair23.me> 965 M: Peter Maydell <peter.maydell@linaro.org> 966 L: qemu-arm@nongnu.org 967 S: Maintained 968 F: hw/arm/netduinoplus2.c 969 970 SmartFusion2 971 M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 972 M: Peter Maydell <peter.maydell@linaro.org> 973 L: qemu-arm@nongnu.org 974 S: Maintained 975 F: hw/arm/msf2-soc.c 976 F: hw/misc/msf2-sysreg.c 977 F: hw/timer/mss-timer.c 978 F: hw/ssi/mss-spi.c 979 F: include/hw/arm/msf2-soc.h 980 F: include/hw/misc/msf2-sysreg.h 981 F: include/hw/timer/mss-timer.h 982 F: include/hw/ssi/mss-spi.h 983 F: hw/net/msf2-emac.c 984 F: include/hw/net/msf2-emac.h 985 986 Emcraft M2S-FG484 987 M: Subbaraya Sundeep <sundeep.lkml@gmail.com> 988 M: Peter Maydell <peter.maydell@linaro.org> 989 L: qemu-arm@nongnu.org 990 S: Maintained 991 F: hw/arm/msf2-som.c 992 993 ASPEED BMCs 994 M: Cédric Le Goater <clg@kaod.org> 995 M: Peter Maydell <peter.maydell@linaro.org> 996 R: Andrew Jeffery <andrew@aj.id.au> 997 R: Joel Stanley <joel@jms.id.au> 998 L: qemu-arm@nongnu.org 999 S: Maintained 1000 F: hw/*/*aspeed* 1001 F: hw/misc/pca9552.c 1002 F: include/hw/*/*aspeed* 1003 F: include/hw/misc/pca9552*.h 1004 F: hw/net/ftgmac100.c 1005 F: include/hw/net/ftgmac100.h 1006 F: docs/system/arm/aspeed.rst 1007 1008 NRF51 1009 M: Joel Stanley <joel@jms.id.au> 1010 M: Peter Maydell <peter.maydell@linaro.org> 1011 L: qemu-arm@nongnu.org 1012 S: Maintained 1013 F: hw/*/nrf51*.c 1014 F: hw/*/microbit*.c 1015 F: include/hw/*/nrf51*.h 1016 F: include/hw/*/microbit*.h 1017 F: tests/qtest/microbit-test.c 1018 1019 AVR Machines 1020 ------------- 1021 1022 AVR MCUs 1023 M: Michael Rolnik <mrolnik@gmail.com> 1024 R: Sarah Harris <S.E.Harris@kent.ac.uk> 1025 S: Maintained 1026 F: default-configs/avr-softmmu.mak 1027 F: hw/avr/ 1028 F: include/hw/char/avr_usart.h 1029 F: hw/char/avr_usart.c 1030 F: include/hw/timer/avr_timer16.h 1031 F: hw/timer/avr_timer16.c 1032 F: include/hw/misc/avr_power.h 1033 F: hw/misc/avr_power.c 1034 1035 Arduino 1036 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1037 R: Sarah Harris <S.E.Harris@kent.ac.uk> 1038 S: Maintained 1039 F: hw/avr/arduino.c 1040 1041 CRIS Machines 1042 ------------- 1043 Axis Dev88 1044 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1045 S: Maintained 1046 F: hw/cris/axis_dev88.c 1047 F: hw/*/etraxfs_*.c 1048 1049 HP-PARISC Machines 1050 ------------------ 1051 HP B160L 1052 M: Richard Henderson <richard.henderson@linaro.org> 1053 R: Helge Deller <deller@gmx.de> 1054 S: Odd Fixes 1055 F: default-configs/hppa-softmmu.mak 1056 F: hw/hppa/ 1057 F: pc-bios/hppa-firmware.img 1058 1059 LM32 Machines 1060 ------------- 1061 EVR32 and uclinux BSP 1062 R: Michael Walle <michael@walle.cc> 1063 S: Orphan 1064 F: hw/lm32/lm32_boards.c 1065 1066 milkymist 1067 R: Michael Walle <michael@walle.cc> 1068 S: Orphan 1069 F: hw/lm32/milkymist.c 1070 1071 M68K Machines 1072 ------------- 1073 an5206 1074 M: Thomas Huth <huth@tuxfamily.org> 1075 S: Odd Fixes 1076 F: hw/m68k/an5206.c 1077 F: hw/m68k/mcf5206.c 1078 1079 mcf5208 1080 M: Thomas Huth <huth@tuxfamily.org> 1081 S: Odd Fixes 1082 F: hw/m68k/mcf5208.c 1083 F: hw/m68k/mcf_intc.c 1084 F: hw/char/mcf_uart.c 1085 F: hw/net/mcf_fec.c 1086 F: include/hw/m68k/mcf*.h 1087 1088 NeXTcube 1089 M: Thomas Huth <huth@tuxfamily.org> 1090 S: Odd Fixes 1091 F: hw/m68k/next-*.c 1092 F: hw/display/next-fb.c 1093 F: include/hw/m68k/next-cube.h 1094 1095 q800 1096 M: Laurent Vivier <laurent@vivier.eu> 1097 S: Maintained 1098 F: hw/m68k/q800.c 1099 F: hw/misc/mac_via.c 1100 F: hw/nubus/* 1101 F: hw/display/macfb.c 1102 F: hw/block/swim.c 1103 F: hw/m68k/bootinfo.h 1104 F: include/hw/misc/mac_via.h 1105 F: include/hw/nubus/* 1106 F: include/hw/display/macfb.h 1107 F: include/hw/block/swim.h 1108 1109 MicroBlaze Machines 1110 ------------------- 1111 petalogix_s3adsp1800 1112 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1113 S: Maintained 1114 F: hw/microblaze/petalogix_s3adsp1800_mmu.c 1115 F: include/hw/char/xilinx_uartlite.h 1116 1117 petalogix_ml605 1118 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1119 S: Maintained 1120 F: hw/microblaze/petalogix_ml605_mmu.c 1121 1122 MIPS Machines 1123 ------------- 1124 Jazz 1125 M: Hervé Poussineau <hpoussin@reactos.org> 1126 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1127 S: Maintained 1128 F: hw/mips/jazz.c 1129 F: hw/display/jazz_led.c 1130 F: hw/dma/rc4030.c 1131 1132 Malta 1133 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1134 R: Aurelien Jarno <aurelien@aurel32.net> 1135 S: Odd Fixes 1136 F: hw/isa/piix4.c 1137 F: hw/acpi/piix4.c 1138 F: hw/mips/malta.c 1139 F: hw/mips/gt64xxx_pci.c 1140 F: include/hw/southbridge/piix.h 1141 F: tests/acceptance/linux_ssh_mips_malta.py 1142 F: tests/acceptance/machine_mips_malta.py 1143 1144 Mipssim 1145 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1146 S: Orphaned 1147 F: hw/mips/mipssim.c 1148 F: hw/net/mipsnet.c 1149 1150 Fuloong 2E 1151 M: Huacai Chen <chenhc@lemote.com> 1152 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1153 R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1154 S: Odd Fixes 1155 F: hw/mips/fuloong2e.c 1156 F: hw/isa/vt82c686.c 1157 F: hw/pci-host/bonito.c 1158 F: include/hw/isa/vt82c686.h 1159 1160 Loongson-3 virtual platforms 1161 M: Huacai Chen <chenhc@lemote.com> 1162 R: Jiaxun Yang <jiaxun.yang@flygoat.com> 1163 S: Maintained 1164 F: hw/intc/loongson_liointc.c 1165 1166 Boston 1167 M: Paul Burton <paulburton@kernel.org> 1168 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 1169 S: Odd Fixes 1170 F: hw/core/loader-fit.c 1171 F: hw/mips/boston.c 1172 F: hw/pci-host/xilinx-pcie.c 1173 F: include/hw/pci-host/xilinx-pcie.h 1174 1175 OpenRISC Machines 1176 ----------------- 1177 or1k-sim 1178 M: Jia Liu <proljc@gmail.com> 1179 S: Maintained 1180 F: hw/openrisc/openrisc_sim.c 1181 1182 PowerPC Machines 1183 ---------------- 1184 405 1185 M: David Gibson <david@gibson.dropbear.id.au> 1186 L: qemu-ppc@nongnu.org 1187 S: Odd Fixes 1188 F: hw/ppc/ppc405_boards.c 1189 1190 Bamboo 1191 M: David Gibson <david@gibson.dropbear.id.au> 1192 L: qemu-ppc@nongnu.org 1193 S: Odd Fixes 1194 F: hw/ppc/ppc440_bamboo.c 1195 1196 e500 1197 M: David Gibson <david@gibson.dropbear.id.au> 1198 L: qemu-ppc@nongnu.org 1199 S: Odd Fixes 1200 F: hw/ppc/e500* 1201 F: hw/gpio/mpc8xxx.c 1202 F: hw/i2c/mpc_i2c.c 1203 F: hw/net/fsl_etsec/ 1204 F: hw/pci-host/ppce500.c 1205 F: include/hw/ppc/ppc_e500.h 1206 F: include/hw/pci-host/ppce500.h 1207 F: pc-bios/u-boot.e500 1208 1209 mpc8544ds 1210 M: David Gibson <david@gibson.dropbear.id.au> 1211 L: qemu-ppc@nongnu.org 1212 S: Odd Fixes 1213 F: hw/ppc/mpc8544ds.c 1214 F: hw/ppc/mpc8544_guts.c 1215 1216 New World (mac99) 1217 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1218 R: David Gibson <david@gibson.dropbear.id.au> 1219 L: qemu-ppc@nongnu.org 1220 S: Odd Fixes 1221 F: hw/ppc/mac_newworld.c 1222 F: hw/pci-host/uninorth.c 1223 F: hw/pci-bridge/dec.[hc] 1224 F: hw/misc/macio/ 1225 F: hw/misc/mos6522.c 1226 F: hw/nvram/mac_nvram.c 1227 F: hw/input/adb* 1228 F: include/hw/misc/macio/ 1229 F: include/hw/misc/mos6522.h 1230 F: include/hw/ppc/mac_dbdma.h 1231 F: include/hw/pci-host/uninorth.h 1232 F: include/hw/input/adb* 1233 F: pc-bios/qemu_vga.ndrv 1234 1235 Old World (g3beige) 1236 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1237 R: David Gibson <david@gibson.dropbear.id.au> 1238 L: qemu-ppc@nongnu.org 1239 S: Odd Fixes 1240 F: hw/ppc/mac_oldworld.c 1241 F: hw/pci-host/grackle.c 1242 F: hw/misc/macio/ 1243 F: hw/intc/heathrow_pic.c 1244 F: hw/input/adb* 1245 F: include/hw/intc/heathrow_pic.h 1246 F: include/hw/input/adb* 1247 F: pc-bios/qemu_vga.ndrv 1248 1249 PReP 1250 M: Hervé Poussineau <hpoussin@reactos.org> 1251 L: qemu-ppc@nongnu.org 1252 S: Maintained 1253 F: hw/ppc/prep.c 1254 F: hw/ppc/prep_systemio.c 1255 F: hw/ppc/rs6000_mc.c 1256 F: hw/pci-host/prep.[hc] 1257 F: hw/isa/i82378.c 1258 F: hw/isa/pc87312.c 1259 F: hw/dma/i82374.c 1260 F: hw/rtc/m48t59-isa.c 1261 F: include/hw/isa/pc87312.h 1262 F: include/hw/rtc/m48t59.h 1263 F: tests/acceptance/ppc_prep_40p.py 1264 1265 sPAPR 1266 M: David Gibson <david@gibson.dropbear.id.au> 1267 L: qemu-ppc@nongnu.org 1268 S: Supported 1269 F: hw/*/spapr* 1270 F: include/hw/*/spapr* 1271 F: hw/*/xics* 1272 F: include/hw/*/xics* 1273 F: pc-bios/slof.bin 1274 F: docs/specs/ppc-spapr-hcalls.txt 1275 F: docs/specs/ppc-spapr-hotplug.txt 1276 F: tests/qtest/spapr* 1277 F: tests/qtest/libqos/*spapr* 1278 F: tests/qtest/rtas* 1279 F: tests/qtest/libqos/rtas* 1280 1281 PowerNV (Non-Virtualized) 1282 M: Cédric Le Goater <clg@kaod.org> 1283 M: David Gibson <david@gibson.dropbear.id.au> 1284 L: qemu-ppc@nongnu.org 1285 S: Maintained 1286 F: hw/ppc/pnv* 1287 F: hw/intc/pnv* 1288 F: hw/intc/xics_pnv.c 1289 F: hw/pci-host/pnv* 1290 F: include/hw/ppc/pnv* 1291 F: include/hw/pci-host/pnv* 1292 F: pc-bios/skiboot.lid 1293 F: tests/qtest/pnv* 1294 1295 virtex_ml507 1296 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 1297 L: qemu-ppc@nongnu.org 1298 S: Odd Fixes 1299 F: hw/ppc/virtex_ml507.c 1300 1301 sam460ex 1302 M: BALATON Zoltan <balaton@eik.bme.hu> 1303 L: qemu-ppc@nongnu.org 1304 S: Maintained 1305 F: hw/ppc/sam460ex.c 1306 F: hw/ppc/ppc440_pcix.c 1307 F: hw/display/sm501* 1308 F: hw/ide/sii3112.c 1309 F: hw/rtc/m41t80.c 1310 F: pc-bios/canyonlands.dt[sb] 1311 F: pc-bios/u-boot-sam460ex-20100605.bin 1312 F: roms/u-boot-sam460ex 1313 1314 RISC-V Machines 1315 --------------- 1316 OpenTitan 1317 M: Alistair Francis <Alistair.Francis@wdc.com> 1318 L: qemu-riscv@nongnu.org 1319 S: Supported 1320 F: hw/riscv/opentitan.c 1321 F: hw/char/ibex_uart.c 1322 F: hw/intc/ibex_plic.c 1323 F: include/hw/riscv/opentitan.h 1324 F: include/hw/char/ibex_uart.h 1325 F: include/hw/intc/ibex_plic.h 1326 1327 Microchip PolarFire SoC Icicle Kit 1328 M: Bin Meng <bin.meng@windriver.com> 1329 L: qemu-riscv@nongnu.org 1330 S: Supported 1331 F: hw/riscv/microchip_pfsoc.c 1332 F: hw/char/mchp_pfsoc_mmuart.c 1333 F: hw/misc/mchp_pfsoc_dmc.c 1334 F: hw/misc/mchp_pfsoc_ioscb.c 1335 F: hw/misc/mchp_pfsoc_sysreg.c 1336 F: include/hw/riscv/microchip_pfsoc.h 1337 F: include/hw/char/mchp_pfsoc_mmuart.h 1338 F: include/hw/misc/mchp_pfsoc_dmc.h 1339 F: include/hw/misc/mchp_pfsoc_ioscb.h 1340 F: include/hw/misc/mchp_pfsoc_sysreg.h 1341 1342 RX Machines 1343 ----------- 1344 rx-gdbsim 1345 M: Yoshinori Sato <ysato@users.sourceforge.jp> 1346 S: Odd Fixes 1347 F: docs/system/target-rx.rst 1348 F: hw/rx/rx-gdbsim.c 1349 F: tests/acceptance/machine_rx_gdbsim.py 1350 1351 SH4 Machines 1352 ------------ 1353 R2D 1354 M: Yoshinori Sato <ysato@users.sourceforge.jp> 1355 R: Magnus Damm <magnus.damm@gmail.com> 1356 S: Odd Fixes 1357 F: hw/sh4/r2d.c 1358 F: hw/intc/sh_intc.c 1359 F: include/hw/sh4/sh_intc.h 1360 1361 Shix 1362 M: Yoshinori Sato <ysato@users.sourceforge.jp> 1363 R: Magnus Damm <magnus.damm@gmail.com> 1364 S: Odd Fixes 1365 F: hw/sh4/shix.c 1366 F: hw/intc/sh_intc.c 1367 F: include/hw/sh4/sh_intc.h 1368 1369 SPARC Machines 1370 -------------- 1371 Sun4m 1372 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1373 S: Maintained 1374 F: hw/sparc/sun4m.c 1375 F: hw/sparc/sun4m_iommu.c 1376 F: hw/display/cg3.c 1377 F: hw/display/tcx.c 1378 F: hw/dma/sparc32_dma.c 1379 F: hw/misc/eccmemctl.c 1380 F: hw/*/slavio_*.c 1381 F: include/hw/nvram/sun_nvram.h 1382 F: include/hw/sparc/sparc32_dma.h 1383 F: include/hw/sparc/sun4m_iommu.h 1384 F: pc-bios/openbios-sparc32 1385 1386 Sun4u 1387 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> 1388 S: Maintained 1389 F: hw/sparc64/sun4u.c 1390 F: hw/sparc64/sun4u_iommu.c 1391 F: include/hw/sparc/sun4u_iommu.h 1392 F: hw/pci-host/sabre.c 1393 F: include/hw/pci-host/sabre.h 1394 F: hw/pci-bridge/simba.c 1395 F: include/hw/pci-bridge/simba.h 1396 F: pc-bios/openbios-sparc64 1397 F: tests/acceptance/machine_sparc64_sun4u.py 1398 1399 Sun4v 1400 M: Artyom Tarasenko <atar4qemu@gmail.com> 1401 S: Maintained 1402 F: hw/sparc64/niagara.c 1403 F: hw/rtc/sun4v-rtc.c 1404 F: include/hw/rtc/sun4v-rtc.h 1405 1406 Leon3 1407 M: Fabien Chouteau <chouteau@adacore.com> 1408 M: KONRAD Frederic <frederic.konrad@adacore.com> 1409 S: Maintained 1410 F: hw/sparc/leon3.c 1411 F: hw/*/grlib* 1412 F: include/hw/*/grlib* 1413 F: tests/acceptance/machine_sparc_leon3.py 1414 1415 S390 Machines 1416 ------------- 1417 S390 Virtio-ccw 1418 M: Cornelia Huck <cohuck@redhat.com> 1419 M: Halil Pasic <pasic@linux.ibm.com> 1420 M: Christian Borntraeger <borntraeger@de.ibm.com> 1421 S: Supported 1422 F: hw/char/sclp*.[hc] 1423 F: hw/char/terminal3270.c 1424 F: hw/s390x/ 1425 F: include/hw/s390x/ 1426 F: hw/watchdog/wdt_diag288.c 1427 F: include/hw/watchdog/wdt_diag288.h 1428 F: default-configs/s390x-softmmu.mak 1429 T: git https://github.com/cohuck/qemu.git s390-next 1430 T: git https://github.com/borntraeger/qemu.git s390-next 1431 L: qemu-s390x@nongnu.org 1432 1433 S390-ccw boot 1434 M: Christian Borntraeger <borntraeger@de.ibm.com> 1435 M: Thomas Huth <thuth@redhat.com> 1436 S: Supported 1437 F: hw/s390x/ipl.* 1438 F: pc-bios/s390-ccw/ 1439 F: pc-bios/s390-ccw.img 1440 F: docs/devel/s390-dasd-ipl.rst 1441 T: git https://github.com/borntraeger/qemu.git s390-next 1442 L: qemu-s390x@nongnu.org 1443 1444 S390 PCI 1445 M: Matthew Rosato <mjrosato@linux.ibm.com> 1446 S: Supported 1447 F: hw/s390x/s390-pci* 1448 F: include/hw/s390x/s390-pci* 1449 L: qemu-s390x@nongnu.org 1450 1451 UniCore32 Machines 1452 ------------------ 1453 PKUnity-3 SoC initramfs-with-busybox 1454 M: Guan Xuetao <gxt@mprc.pku.edu.cn> 1455 S: Maintained 1456 F: hw/*/puv3* 1457 F: hw/unicore32/ 1458 1459 X86 Machines 1460 ------------ 1461 PC 1462 M: Michael S. Tsirkin <mst@redhat.com> 1463 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1464 S: Supported 1465 F: include/hw/i386/ 1466 F: hw/i386/ 1467 F: hw/pci-host/i440fx.c 1468 F: hw/pci-host/q35.c 1469 F: hw/pci-host/pam.c 1470 F: include/hw/pci-host/i440fx.h 1471 F: include/hw/pci-host/q35.h 1472 F: include/hw/pci-host/pam.h 1473 F: hw/isa/piix3.c 1474 F: hw/isa/lpc_ich9.c 1475 F: hw/i2c/smbus_ich9.c 1476 F: hw/acpi/piix4.c 1477 F: hw/acpi/ich9.c 1478 F: include/hw/acpi/ich9.h 1479 F: include/hw/southbridge/piix.h 1480 F: hw/misc/sga.c 1481 F: hw/isa/apm.c 1482 F: include/hw/isa/apm.h 1483 F: tests/test-x86-cpuid.c 1484 F: tests/qtest/test-x86-cpuid-compat.c 1485 1486 PC Chipset 1487 M: Michael S. Tsirkin <mst@redhat.com> 1488 M: Paolo Bonzini <pbonzini@redhat.com> 1489 S: Supported 1490 F: hw/char/debugcon.c 1491 F: hw/char/parallel* 1492 F: hw/char/serial* 1493 F: hw/dma/i8257* 1494 F: hw/i2c/pm_smbus.c 1495 F: hw/input/pckbd.c 1496 F: hw/intc/apic* 1497 F: hw/intc/ioapic* 1498 F: hw/intc/i8259* 1499 F: hw/isa/isa-superio.c 1500 F: hw/misc/debugexit.c 1501 F: hw/misc/pc-testdev.c 1502 F: hw/timer/hpet* 1503 F: hw/timer/i8254* 1504 F: hw/rtc/mc146818rtc* 1505 F: hw/watchdog/wdt_ib700.c 1506 F: hw/watchdog/wdt_i6300esb.c 1507 F: include/hw/display/vga.h 1508 F: include/hw/char/parallel.h 1509 F: include/hw/dma/i8257.h 1510 F: include/hw/i2c/pm_smbus.h 1511 F: include/hw/input/i8042.h 1512 F: include/hw/isa/i8259_internal.h 1513 F: include/hw/isa/superio.h 1514 F: include/hw/timer/hpet.h 1515 F: include/hw/timer/i8254* 1516 F: include/hw/rtc/mc146818rtc* 1517 1518 microvm 1519 M: Sergio Lopez <slp@redhat.com> 1520 M: Paolo Bonzini <pbonzini@redhat.com> 1521 S: Maintained 1522 F: docs/microvm.rst 1523 F: hw/i386/microvm.c 1524 F: include/hw/i386/microvm.h 1525 F: pc-bios/bios-microvm.bin 1526 1527 Machine core 1528 M: Eduardo Habkost <ehabkost@redhat.com> 1529 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1530 S: Supported 1531 F: cpu.c 1532 F: hw/core/cpu.c 1533 F: hw/core/machine-qmp-cmds.c 1534 F: hw/core/machine.c 1535 F: hw/core/null-machine.c 1536 F: hw/core/numa.c 1537 F: hw/cpu/cluster.c 1538 F: qapi/machine.json 1539 F: qapi/machine-target.json 1540 F: include/hw/boards.h 1541 F: include/hw/core/cpu.h 1542 F: include/hw/cpu/cluster.h 1543 F: include/sysemu/numa.h 1544 T: git https://github.com/ehabkost/qemu.git machine-next 1545 1546 Xtensa Machines 1547 --------------- 1548 sim 1549 M: Max Filippov <jcmvbkbc@gmail.com> 1550 S: Maintained 1551 F: hw/xtensa/sim.c 1552 1553 virt 1554 M: Max Filippov <jcmvbkbc@gmail.com> 1555 S: Maintained 1556 F: hw/xtensa/virt.c 1557 1558 XTFPGA (LX60, LX200, ML605, KC705) 1559 M: Max Filippov <jcmvbkbc@gmail.com> 1560 S: Maintained 1561 F: hw/xtensa/xtfpga.c 1562 F: hw/net/opencores_eth.c 1563 1564 Devices 1565 ------- 1566 Xilinx CAN 1567 M: Vikram Garhwal <fnu.vikram@xilinx.com> 1568 M: Francisco Iglesias <francisco.iglesias@xilinx.com> 1569 S: Maintained 1570 F: hw/net/can/xlnx-* 1571 F: include/hw/net/xlnx-* 1572 F: tests/qtest/xlnx-can-test* 1573 1574 EDU 1575 M: Jiri Slaby <jslaby@suse.cz> 1576 S: Maintained 1577 F: hw/misc/edu.c 1578 1579 IDE 1580 M: John Snow <jsnow@redhat.com> 1581 L: qemu-block@nongnu.org 1582 S: Supported 1583 F: include/hw/ide.h 1584 F: include/hw/ide/ 1585 F: hw/ide/ 1586 F: hw/block/block.c 1587 F: hw/block/cdrom.c 1588 F: hw/block/hd-geometry.c 1589 F: tests/qtest/ide-test.c 1590 F: tests/qtest/ahci-test.c 1591 F: tests/qtest/cdrom-test.c 1592 F: tests/qtest/libqos/ahci* 1593 T: git https://gitlab.com/jsnow/qemu.git ide 1594 1595 IPMI 1596 M: Corey Minyard <minyard@acm.org> 1597 S: Maintained 1598 F: include/hw/ipmi/* 1599 F: hw/ipmi/* 1600 F: hw/smbios/smbios_type_38.c 1601 F: tests/qtest/ipmi* 1602 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase 1603 1604 Floppy 1605 M: John Snow <jsnow@redhat.com> 1606 L: qemu-block@nongnu.org 1607 S: Supported 1608 F: hw/block/fdc.c 1609 F: include/hw/block/fdc.h 1610 F: tests/qtest/fdc-test.c 1611 T: git https://gitlab.com/jsnow/qemu.git ide 1612 1613 OMAP 1614 M: Peter Maydell <peter.maydell@linaro.org> 1615 L: qemu-arm@nongnu.org 1616 S: Maintained 1617 F: hw/*/omap* 1618 F: include/hw/arm/omap.h 1619 F: docs/system/arm/sx1.rst 1620 1621 IPack 1622 M: Alberto Garcia <berto@igalia.com> 1623 S: Odd Fixes 1624 F: hw/char/ipoctal232.c 1625 F: hw/ipack/ 1626 1627 PCI 1628 M: Michael S. Tsirkin <mst@redhat.com> 1629 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 1630 S: Supported 1631 F: include/hw/pci/* 1632 F: hw/misc/pci-testdev.c 1633 F: hw/pci/* 1634 F: hw/pci-bridge/* 1635 F: qapi/pci.json 1636 F: docs/pci* 1637 F: docs/specs/*pci* 1638 F: default-configs/pci.mak 1639 1640 ACPI/SMBIOS 1641 M: Michael S. Tsirkin <mst@redhat.com> 1642 M: Igor Mammedov <imammedo@redhat.com> 1643 S: Supported 1644 F: include/hw/acpi/* 1645 F: include/hw/firmware/smbios.h 1646 F: hw/mem/* 1647 F: hw/acpi/* 1648 F: hw/smbios/* 1649 F: hw/i386/acpi-build.[hc] 1650 F: hw/arm/virt-acpi-build.c 1651 F: qapi/acpi.json 1652 F: tests/qtest/bios-tables-test* 1653 F: tests/qtest/acpi-utils.[hc] 1654 F: tests/data/acpi/ 1655 1656 ACPI/HEST/GHES 1657 R: Dongjiu Geng <gengdongjiu@huawei.com> 1658 R: Xiang Zheng <zhengxiang9@huawei.com> 1659 L: qemu-arm@nongnu.org 1660 S: Maintained 1661 F: hw/acpi/ghes.c 1662 F: include/hw/acpi/ghes.h 1663 F: docs/specs/acpi_hest_ghes.rst 1664 1665 ppc4xx 1666 M: David Gibson <david@gibson.dropbear.id.au> 1667 L: qemu-ppc@nongnu.org 1668 S: Odd Fixes 1669 F: hw/ppc/ppc4*.c 1670 F: hw/i2c/ppc4xx_i2c.c 1671 F: include/hw/ppc/ppc4xx.h 1672 F: include/hw/i2c/ppc4xx_i2c.h 1673 1674 Character devices 1675 M: Marc-André Lureau <marcandre.lureau@redhat.com> 1676 R: Paolo Bonzini <pbonzini@redhat.com> 1677 S: Odd Fixes 1678 F: hw/char/ 1679 1680 Network devices 1681 M: Jason Wang <jasowang@redhat.com> 1682 S: Odd Fixes 1683 F: hw/net/ 1684 F: include/hw/net/ 1685 F: tests/qtest/virtio-net-test.c 1686 F: docs/virtio-net-failover.rst 1687 T: git https://github.com/jasowang/qemu.git net 1688 1689 Parallel NOR Flash devices 1690 M: Philippe Mathieu-Daudé <philmd@redhat.com> 1691 T: git https://gitlab.com/philmd/qemu.git pflash-next 1692 S: Maintained 1693 F: hw/block/pflash_cfi*.c 1694 F: include/hw/block/flash.h 1695 1696 SCSI 1697 M: Paolo Bonzini <pbonzini@redhat.com> 1698 R: Fam Zheng <fam@euphon.net> 1699 S: Supported 1700 F: include/hw/scsi/* 1701 F: hw/scsi/* 1702 F: tests/qtest/virtio-scsi-test.c 1703 T: git https://github.com/bonzini/qemu.git scsi-next 1704 1705 SSI 1706 M: Alistair Francis <alistair@alistair23.me> 1707 S: Maintained 1708 F: hw/ssi/* 1709 F: hw/block/m25p80.c 1710 F: include/hw/ssi/ssi.h 1711 X: hw/ssi/xilinx_* 1712 F: tests/qtest/m25p80-test.c 1713 1714 Xilinx SPI 1715 M: Alistair Francis <alistair@alistair23.me> 1716 S: Maintained 1717 F: hw/ssi/xilinx_* 1718 1719 SD (Secure Card) 1720 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1721 L: qemu-block@nongnu.org 1722 S: Odd Fixes 1723 F: include/hw/sd/sd* 1724 F: hw/sd/core.c 1725 F: hw/sd/sd* 1726 F: hw/sd/ssi-sd.c 1727 F: tests/qtest/sd* 1728 1729 USB 1730 M: Gerd Hoffmann <kraxel@redhat.com> 1731 S: Maintained 1732 F: hw/usb/* 1733 F: tests/qtest/usb-*-test.c 1734 F: docs/usb2.txt 1735 F: docs/usb-storage.txt 1736 F: include/hw/usb.h 1737 F: include/hw/usb/ 1738 F: default-configs/usb.mak 1739 1740 USB (serial adapter) 1741 M: Gerd Hoffmann <kraxel@redhat.com> 1742 M: Samuel Thibault <samuel.thibault@ens-lyon.org> 1743 S: Maintained 1744 F: hw/usb/dev-serial.c 1745 1746 VFIO 1747 M: Alex Williamson <alex.williamson@redhat.com> 1748 S: Supported 1749 F: hw/vfio/* 1750 F: include/hw/vfio/ 1751 1752 vfio-ccw 1753 M: Cornelia Huck <cohuck@redhat.com> 1754 M: Eric Farman <farman@linux.ibm.com> 1755 S: Supported 1756 F: hw/vfio/ccw.c 1757 F: hw/s390x/s390-ccw.c 1758 F: include/hw/s390x/s390-ccw.h 1759 F: include/hw/s390x/vfio-ccw.h 1760 T: git https://github.com/cohuck/qemu.git s390-next 1761 L: qemu-s390x@nongnu.org 1762 1763 vfio-ap 1764 M: Christian Borntraeger <borntraeger@de.ibm.com> 1765 M: Tony Krowiak <akrowiak@linux.ibm.com> 1766 M: Halil Pasic <pasic@linux.ibm.com> 1767 M: Pierre Morel <pmorel@linux.ibm.com> 1768 S: Supported 1769 F: hw/s390x/ap-device.c 1770 F: hw/s390x/ap-bridge.c 1771 F: include/hw/s390x/ap-device.h 1772 F: include/hw/s390x/ap-bridge.h 1773 F: hw/vfio/ap.c 1774 F: docs/system/s390x/vfio-ap.rst 1775 L: qemu-s390x@nongnu.org 1776 1777 vhost 1778 M: Michael S. Tsirkin <mst@redhat.com> 1779 S: Supported 1780 F: hw/*/*vhost* 1781 F: docs/interop/vhost-user.json 1782 F: docs/interop/vhost-user.rst 1783 F: contrib/vhost-user-*/ 1784 F: backends/vhost-user.c 1785 F: include/sysemu/vhost-user-backend.h 1786 1787 virtio 1788 M: Michael S. Tsirkin <mst@redhat.com> 1789 S: Supported 1790 F: hw/*/virtio* 1791 F: hw/virtio/Makefile.objs 1792 F: hw/virtio/trace-events 1793 F: net/vhost-user.c 1794 F: include/hw/virtio/ 1795 1796 virtio-balloon 1797 M: Michael S. Tsirkin <mst@redhat.com> 1798 M: David Hildenbrand <david@redhat.com> 1799 S: Maintained 1800 F: hw/virtio/virtio-balloon*.c 1801 F: include/hw/virtio/virtio-balloon.h 1802 F: softmmu/balloon.c 1803 F: include/sysemu/balloon.h 1804 1805 virtio-9p 1806 M: Greg Kurz <groug@kaod.org> 1807 M: Christian Schoenebeck <qemu_oss@crudebyte.com> 1808 S: Odd Fixes 1809 F: hw/9pfs/ 1810 X: hw/9pfs/xen-9p* 1811 F: fsdev/ 1812 F: docs/interop/virtfs-proxy-helper.rst 1813 F: tests/qtest/virtio-9p-test.c 1814 T: git https://github.com/gkurz/qemu.git 9p-next 1815 1816 virtio-blk 1817 M: Stefan Hajnoczi <stefanha@redhat.com> 1818 L: qemu-block@nongnu.org 1819 S: Supported 1820 F: hw/block/virtio-blk.c 1821 F: hw/block/dataplane/* 1822 F: tests/qtest/virtio-blk-test.c 1823 T: git https://github.com/stefanha/qemu.git block 1824 1825 virtio-ccw 1826 M: Cornelia Huck <cohuck@redhat.com> 1827 M: Halil Pasic <pasic@linux.ibm.com> 1828 S: Supported 1829 F: hw/s390x/virtio-ccw*.[hc] 1830 F: hw/s390x/vhost-vsock-ccw.c 1831 T: git https://github.com/cohuck/qemu.git s390-next 1832 T: git https://github.com/borntraeger/qemu.git s390-next 1833 L: qemu-s390x@nongnu.org 1834 1835 virtiofs 1836 M: Dr. David Alan Gilbert <dgilbert@redhat.com> 1837 M: Stefan Hajnoczi <stefanha@redhat.com> 1838 S: Supported 1839 F: tools/virtiofsd/* 1840 F: hw/virtio/vhost-user-fs* 1841 F: include/hw/virtio/vhost-user-fs.h 1842 F: docs/interop/virtiofsd.rst 1843 1844 virtio-input 1845 M: Gerd Hoffmann <kraxel@redhat.com> 1846 S: Maintained 1847 F: hw/input/vhost-user-input.c 1848 F: hw/input/virtio-input*.c 1849 F: include/hw/virtio/virtio-input.h 1850 F: contrib/vhost-user-input/* 1851 1852 virtio-iommu 1853 M: Eric Auger <eric.auger@redhat.com> 1854 S: Maintained 1855 F: hw/virtio/virtio-iommu*.c 1856 F: include/hw/virtio/virtio-iommu.h 1857 1858 virtio-serial 1859 M: Laurent Vivier <lvivier@redhat.com> 1860 R: Amit Shah <amit@kernel.org> 1861 S: Supported 1862 F: hw/char/virtio-serial-bus.c 1863 F: hw/char/virtio-console.c 1864 F: include/hw/virtio/virtio-serial.h 1865 F: tests/qtest/virtio-serial-test.c 1866 1867 virtio-rng 1868 M: Laurent Vivier <lvivier@redhat.com> 1869 R: Amit Shah <amit@kernel.org> 1870 S: Supported 1871 F: hw/virtio/virtio-rng.c 1872 F: include/hw/virtio/virtio-rng.h 1873 F: include/sysemu/rng*.h 1874 F: backends/rng*.c 1875 F: tests/qtest/virtio-rng-test.c 1876 1877 virtio-crypto 1878 M: Gonglei <arei.gonglei@huawei.com> 1879 S: Supported 1880 F: hw/virtio/virtio-crypto.c 1881 F: hw/virtio/virtio-crypto-pci.c 1882 F: include/hw/virtio/virtio-crypto.h 1883 1884 virtio-mem 1885 M: David Hildenbrand <david@redhat.com> 1886 S: Supported 1887 W: https://virtio-mem.gitlab.io/ 1888 F: hw/virtio/virtio-mem.c 1889 F: hw/virtio/virtio-mem-pci.h 1890 F: hw/virtio/virtio-mem-pci.c 1891 F: include/hw/virtio/virtio-mem.h 1892 1893 nvme 1894 M: Keith Busch <kbusch@kernel.org> 1895 M: Klaus Jensen <its@irrelevant.dk> 1896 L: qemu-block@nongnu.org 1897 S: Supported 1898 F: hw/block/nvme* 1899 F: include/block/nvme.h 1900 F: tests/qtest/nvme-test.c 1901 F: docs/specs/nvme.txt 1902 T: git git://git.infradead.org/qemu-nvme.git nvme-next 1903 1904 megasas 1905 M: Hannes Reinecke <hare@suse.com> 1906 L: qemu-block@nongnu.org 1907 S: Supported 1908 F: hw/scsi/megasas.c 1909 F: hw/scsi/mfi.h 1910 F: tests/qtest/megasas-test.c 1911 1912 Network packet abstractions 1913 M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1914 S: Maintained 1915 F: include/net/eth.h 1916 F: net/eth.c 1917 F: hw/net/net_rx_pkt* 1918 F: hw/net/net_tx_pkt* 1919 1920 Vmware 1921 M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1922 S: Maintained 1923 F: hw/net/vmxnet* 1924 F: hw/scsi/vmw_pvscsi* 1925 F: tests/qtest/vmxnet3-test.c 1926 1927 Rocker 1928 M: Jiri Pirko <jiri@resnulli.us> 1929 S: Maintained 1930 F: hw/net/rocker/ 1931 F: qapi/rocker.json 1932 F: tests/rocker/ 1933 F: docs/specs/rocker.txt 1934 1935 NVDIMM 1936 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com> 1937 S: Maintained 1938 F: hw/acpi/nvdimm.c 1939 F: hw/mem/nvdimm.c 1940 F: include/hw/mem/nvdimm.h 1941 F: docs/nvdimm.txt 1942 1943 e1000x 1944 M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1945 S: Maintained 1946 F: hw/net/e1000x* 1947 1948 e1000e 1949 M: Dmitry Fleytman <dmitry.fleytman@gmail.com> 1950 S: Maintained 1951 F: hw/net/e1000e* 1952 1953 eepro100 1954 M: Stefan Weil <sw@weilnetz.de> 1955 S: Maintained 1956 F: hw/net/eepro100.c 1957 1958 tulip 1959 M: Sven Schnelle <svens@stackframe.org> 1960 S: Maintained 1961 F: hw/net/tulip.c 1962 F: hw/net/tulip.h 1963 1964 Generic Loader 1965 M: Alistair Francis <alistair@alistair23.me> 1966 S: Maintained 1967 F: hw/core/generic-loader.c 1968 F: include/hw/core/generic-loader.h 1969 F: docs/generic-loader.txt 1970 1971 Intel Hexadecimal Object File Loader 1972 M: Su Hang <suhang16@mails.ucas.ac.cn> 1973 S: Maintained 1974 F: tests/qtest/hexloader-test.c 1975 F: tests/data/hex-loader/test.hex 1976 1977 CHRP NVRAM 1978 M: Thomas Huth <thuth@redhat.com> 1979 S: Maintained 1980 F: hw/nvram/chrp_nvram.c 1981 F: include/hw/nvram/chrp_nvram.h 1982 F: tests/qtest/prom-env-test.c 1983 1984 VM Generation ID 1985 M: Ben Warren <ben@skyportsystems.com> 1986 S: Maintained 1987 F: hw/acpi/vmgenid.c 1988 F: include/hw/acpi/vmgenid.h 1989 F: docs/specs/vmgenid.txt 1990 F: tests/qtest/vmgenid-test.c 1991 F: stubs/vmgenid.c 1992 1993 LED 1994 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 1995 S: Maintained 1996 F: include/hw/misc/led.h 1997 F: hw/misc/led.c 1998 1999 Unimplemented device 2000 M: Peter Maydell <peter.maydell@linaro.org> 2001 R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2002 S: Maintained 2003 F: include/hw/misc/unimp.h 2004 F: hw/misc/unimp.c 2005 2006 Empty slot 2007 M: Artyom Tarasenko <atar4qemu@gmail.com> 2008 R: Philippe Mathieu-Daudé <f4bug@amsat.org> 2009 S: Maintained 2010 F: include/hw/misc/empty_slot.h 2011 F: hw/misc/empty_slot.c 2012 2013 Standard VGA 2014 M: Gerd Hoffmann <kraxel@redhat.com> 2015 S: Maintained 2016 F: hw/display/vga* 2017 F: hw/display/bochs-display.c 2018 F: include/hw/display/vga.h 2019 F: include/hw/display/bochs-vbe.h 2020 2021 ramfb 2022 M: Gerd Hoffmann <kraxel@redhat.com> 2023 S: Maintained 2024 F: hw/display/ramfb*.c 2025 F: include/hw/display/ramfb.h 2026 2027 virtio-gpu 2028 M: Gerd Hoffmann <kraxel@redhat.com> 2029 S: Maintained 2030 F: hw/display/virtio-gpu* 2031 F: hw/display/virtio-vga.* 2032 F: include/hw/virtio/virtio-gpu.h 2033 2034 vhost-user-blk 2035 M: Raphael Norwitz <raphael.norwitz@nutanix.com> 2036 S: Maintained 2037 F: contrib/vhost-user-blk/ 2038 F: contrib/vhost-user-scsi/ 2039 F: hw/block/vhost-user-blk.c 2040 F: hw/scsi/vhost-user-scsi.c 2041 F: hw/virtio/vhost-user-blk-pci.c 2042 F: hw/virtio/vhost-user-scsi-pci.c 2043 F: include/hw/virtio/vhost-user-blk.h 2044 F: include/hw/virtio/vhost-user-scsi.h 2045 2046 vhost-user-gpu 2047 M: Marc-André Lureau <marcandre.lureau@redhat.com> 2048 M: Gerd Hoffmann <kraxel@redhat.com> 2049 S: Maintained 2050 F: docs/interop/vhost-user-gpu.rst 2051 F: contrib/vhost-user-gpu 2052 F: hw/display/vhost-user-* 2053 2054 Cirrus VGA 2055 M: Gerd Hoffmann <kraxel@redhat.com> 2056 S: Odd Fixes 2057 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 2058 F: hw/display/cirrus* 2059 2060 EDID Generator 2061 M: Gerd Hoffmann <kraxel@redhat.com> 2062 S: Maintained 2063 F: hw/display/edid* 2064 F: include/hw/display/edid.h 2065 F: qemu-edid.c 2066 2067 PIIX4 South Bridge (i82371AB) 2068 M: Hervé Poussineau <hpoussin@reactos.org> 2069 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2070 S: Maintained 2071 F: hw/isa/piix4.c 2072 F: include/hw/southbridge/piix.h 2073 2074 Firmware configuration (fw_cfg) 2075 M: Philippe Mathieu-Daudé <philmd@redhat.com> 2076 R: Laszlo Ersek <lersek@redhat.com> 2077 R: Gerd Hoffmann <kraxel@redhat.com> 2078 S: Supported 2079 F: docs/specs/fw_cfg.txt 2080 F: hw/nvram/fw_cfg*.c 2081 F: stubs/fw_cfg.c 2082 F: include/hw/nvram/fw_cfg.h 2083 F: include/standard-headers/linux/qemu_fw_cfg.h 2084 F: tests/qtest/libqos/fw_cfg.c 2085 F: tests/qtest/fw_cfg-test.c 2086 T: git https://github.com/philmd/qemu.git fw_cfg-next 2087 2088 XIVE 2089 M: David Gibson <david@gibson.dropbear.id.au> 2090 M: Cédric Le Goater <clg@kaod.org> 2091 L: qemu-ppc@nongnu.org 2092 S: Supported 2093 F: hw/*/*xive* 2094 F: include/hw/*/*xive* 2095 F: docs/*/*xive* 2096 2097 Renesas peripherals 2098 M: Yoshinori Sato <ysato@users.sourceforge.jp> 2099 R: Magnus Damm <magnus.damm@gmail.com> 2100 S: Odd Fixes 2101 F: hw/char/renesas_sci.c 2102 F: hw/char/sh_serial.c 2103 F: hw/timer/renesas_*.c 2104 F: hw/timer/sh_timer.c 2105 F: include/hw/char/renesas_sci.h 2106 F: include/hw/sh4/sh.h 2107 F: include/hw/timer/renesas_*.h 2108 2109 Renesas RX peripherals 2110 M: Yoshinori Sato <ysato@users.sourceforge.jp> 2111 S: Odd Fixes 2112 F: hw/intc/rx_icu.c 2113 F: hw/rx/ 2114 F: include/hw/intc/rx_icu.h 2115 F: include/hw/rx/ 2116 2117 CAN bus subsystem and hardware 2118 M: Pavel Pisa <pisa@cmp.felk.cvut.cz> 2119 M: Vikram Garhwal <fnu.vikram@xilinx.com> 2120 S: Maintained 2121 W: https://canbus.pages.fel.cvut.cz/ 2122 F: net/can/* 2123 F: hw/net/can/* 2124 F: include/net/can_*.h 2125 2126 Subsystems 2127 ---------- 2128 Audio 2129 M: Gerd Hoffmann <kraxel@redhat.com> 2130 S: Maintained 2131 F: audio/ 2132 F: hw/audio/ 2133 F: include/hw/audio/ 2134 F: qapi/audio.json 2135 F: tests/qtest/ac97-test.c 2136 F: tests/qtest/es1370-test.c 2137 F: tests/qtest/intel-hda-test.c 2138 2139 Block layer core 2140 M: Kevin Wolf <kwolf@redhat.com> 2141 M: Max Reitz <mreitz@redhat.com> 2142 L: qemu-block@nongnu.org 2143 S: Supported 2144 F: block* 2145 F: block/ 2146 F: hw/block/ 2147 F: include/block/ 2148 F: qemu-img* 2149 F: docs/interop/qemu-img.rst 2150 F: qemu-io* 2151 F: tests/qemu-iotests/ 2152 F: util/qemu-progress.c 2153 F: qobject/block-qdict.c 2154 F: tests/check-block-qdict.c 2155 T: git https://repo.or.cz/qemu/kevin.git block 2156 2157 Block I/O path 2158 M: Stefan Hajnoczi <stefanha@redhat.com> 2159 M: Fam Zheng <fam@euphon.net> 2160 L: qemu-block@nongnu.org 2161 S: Supported 2162 F: util/async.c 2163 F: util/aio-*.c 2164 F: util/aio-*.h 2165 F: util/fdmon-*.c 2166 F: block/io.c 2167 F: migration/block* 2168 F: include/block/aio.h 2169 F: include/block/aio-wait.h 2170 F: scripts/qemugdb/aio.py 2171 F: tests/test-fdmon-epoll.c 2172 T: git https://github.com/stefanha/qemu.git block 2173 2174 Block SCSI subsystem 2175 M: Paolo Bonzini <pbonzini@redhat.com> 2176 R: Fam Zheng <fam@euphon.net> 2177 L: qemu-block@nongnu.org 2178 S: Supported 2179 F: include/scsi/* 2180 F: scsi/* 2181 2182 Block Jobs 2183 M: John Snow <jsnow@redhat.com> 2184 L: qemu-block@nongnu.org 2185 S: Supported 2186 F: blockjob.c 2187 F: include/block/blockjob.h 2188 F: job.c 2189 F: job-qmp.c 2190 F: include/qemu/job.h 2191 F: block/backup.c 2192 F: block/commit.c 2193 F: block/stream.c 2194 F: block/mirror.c 2195 F: qapi/job.json 2196 T: git https://gitlab.com/jsnow/qemu.git jobs 2197 2198 Block QAPI, monitor, command line 2199 M: Markus Armbruster <armbru@redhat.com> 2200 S: Supported 2201 F: blockdev.c 2202 F: blockdev-hmp-cmds.c 2203 F: block/qapi.c 2204 F: qapi/block*.json 2205 F: qapi/transaction.json 2206 T: git https://repo.or.cz/qemu/armbru.git block-next 2207 2208 Dirty Bitmaps 2209 M: Eric Blake <eblake@redhat.com> 2210 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2211 R: John Snow <jsnow@redhat.com> 2212 L: qemu-block@nongnu.org 2213 S: Supported 2214 F: include/qemu/hbitmap.h 2215 F: include/block/dirty-bitmap.h 2216 F: block/monitor/bitmap-qmp-cmds.c 2217 F: block/dirty-bitmap.c 2218 F: block/qcow2-bitmap.c 2219 F: migration/block-dirty-bitmap.c 2220 F: util/hbitmap.c 2221 F: tests/test-hbitmap.c 2222 F: docs/interop/bitmaps.rst 2223 T: git https://repo.or.cz/qemu/ericb.git bitmaps 2224 2225 Character device backends 2226 M: Marc-André Lureau <marcandre.lureau@redhat.com> 2227 R: Paolo Bonzini <pbonzini@redhat.com> 2228 S: Maintained 2229 F: chardev/ 2230 F: include/chardev/ 2231 F: qapi/char.json 2232 2233 Character Devices (Braille) 2234 M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2235 S: Maintained 2236 F: chardev/baum.c 2237 2238 Command line option argument parsing 2239 M: Markus Armbruster <armbru@redhat.com> 2240 S: Supported 2241 F: include/qemu/option.h 2242 F: tests/test-keyval.c 2243 F: tests/test-qemu-opts.c 2244 F: util/keyval.c 2245 F: util/qemu-option.c 2246 2247 Coverity model 2248 M: Markus Armbruster <armbru@redhat.com> 2249 S: Supported 2250 F: scripts/coverity-model.c 2251 2252 Coverity Scan integration 2253 M: Peter Maydell <peter.maydell@linaro.org> 2254 S: Maintained 2255 F: scripts/coverity-scan/ 2256 2257 Device Tree 2258 M: Alistair Francis <alistair.francis@wdc.com> 2259 R: David Gibson <david@gibson.dropbear.id.au> 2260 S: Maintained 2261 F: softmmu/device_tree.c 2262 F: include/sysemu/device_tree.h 2263 2264 Dump 2265 S: Supported 2266 M: Marc-André Lureau <marcandre.lureau@redhat.com> 2267 F: dump/ 2268 F: hw/misc/vmcoreinfo.c 2269 F: include/hw/misc/vmcoreinfo.h 2270 F: include/qemu/win_dump_defs 2271 F: include/sysemu/dump-arch.h 2272 F: include/sysemu/dump.h 2273 F: qapi/dump.json 2274 F: scripts/dump-guest-memory.py 2275 F: stubs/dump.c 2276 2277 Error reporting 2278 M: Markus Armbruster <armbru@redhat.com> 2279 S: Supported 2280 F: include/qapi/error.h 2281 F: include/qemu/error-report.h 2282 F: qapi/error.json 2283 F: util/error.c 2284 F: util/qemu-error.c 2285 F: scripts/coccinelle/err-bad-newline.cocci 2286 F: scripts/coccinelle/error-use-after-free.cocci 2287 F: scripts/coccinelle/error_propagate_null.cocci 2288 F: scripts/coccinelle/remove_local_err.cocci 2289 F: scripts/coccinelle/use-error_fatal.cocci 2290 F: scripts/coccinelle/errp-guard.cocci 2291 2292 GDB stub 2293 M: Alex Bennée <alex.bennee@linaro.org> 2294 R: Philippe Mathieu-Daudé <philmd@redhat.com> 2295 S: Maintained 2296 F: gdbstub* 2297 F: gdb-xml/ 2298 2299 Memory API 2300 M: Paolo Bonzini <pbonzini@redhat.com> 2301 S: Supported 2302 F: include/exec/ioport.h 2303 F: include/exec/memop.h 2304 F: include/exec/memory.h 2305 F: include/exec/ram_addr.h 2306 F: include/exec/ramblock.h 2307 F: softmmu/dma-helpers.c 2308 F: softmmu/ioport.c 2309 F: softmmu/memory.c 2310 F: softmmu/physmem.c 2311 F: include/exec/memory-internal.h 2312 F: scripts/coccinelle/memory-region-housekeeping.cocci 2313 2314 SPICE 2315 M: Gerd Hoffmann <kraxel@redhat.com> 2316 S: Supported 2317 F: include/ui/qemu-spice.h 2318 F: include/ui/spice-display.h 2319 F: ui/spice-*.c 2320 F: audio/spiceaudio.c 2321 F: hw/display/qxl* 2322 F: qapi/ui.json 2323 F: docs/spice-port-fqdn.txt 2324 2325 Graphics 2326 M: Gerd Hoffmann <kraxel@redhat.com> 2327 S: Odd Fixes 2328 F: ui/ 2329 F: include/ui/ 2330 F: qapi/ui.json 2331 F: util/drm.c 2332 2333 Cocoa graphics 2334 M: Peter Maydell <peter.maydell@linaro.org> 2335 S: Odd Fixes 2336 F: ui/cocoa.m 2337 2338 Main loop 2339 M: Paolo Bonzini <pbonzini@redhat.com> 2340 S: Maintained 2341 F: include/qemu/main-loop.h 2342 F: include/sysemu/runstate.h 2343 F: util/main-loop.c 2344 F: util/qemu-timer.c 2345 F: softmmu/vl.c 2346 F: softmmu/main.c 2347 F: softmmu/cpus.c 2348 F: softmmu/cpu-throttle.c 2349 F: softmmu/cpu-timers.c 2350 F: softmmu/icount.c 2351 F: qapi/run-state.json 2352 2353 Read, Copy, Update (RCU) 2354 M: Paolo Bonzini <pbonzini@redhat.com> 2355 S: Maintained 2356 F: include/qemu/rcu*.h 2357 F: tests/rcutorture.c 2358 F: tests/test-rcu-*.c 2359 F: util/rcu.c 2360 2361 Human Monitor (HMP) 2362 M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2363 S: Maintained 2364 F: monitor/monitor-internal.h 2365 F: monitor/misc.c 2366 F: monitor/monitor.c 2367 F: monitor/hmp* 2368 F: hmp.h 2369 F: hmp-commands*.hx 2370 F: include/monitor/hmp-target.h 2371 F: tests/qtest/test-hmp.c 2372 F: include/qemu/qemu-print.h 2373 F: util/qemu-print.c 2374 2375 Network device backends 2376 M: Jason Wang <jasowang@redhat.com> 2377 S: Maintained 2378 F: net/ 2379 F: include/net/ 2380 F: qemu-bridge-helper.c 2381 T: git https://github.com/jasowang/qemu.git net 2382 F: qapi/net.json 2383 2384 Netmap network backend 2385 M: Luigi Rizzo <rizzo@iet.unipi.it> 2386 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it> 2387 M: Vincenzo Maffione <v.maffione@gmail.com> 2388 W: http://info.iet.unipi.it/~luigi/netmap/ 2389 S: Maintained 2390 F: net/netmap.c 2391 2392 Host Memory Backends 2393 M: Eduardo Habkost <ehabkost@redhat.com> 2394 M: Igor Mammedov <imammedo@redhat.com> 2395 S: Maintained 2396 F: backends/hostmem*.c 2397 F: include/sysemu/hostmem.h 2398 T: git https://github.com/ehabkost/qemu.git machine-next 2399 2400 Cryptodev Backends 2401 M: Gonglei <arei.gonglei@huawei.com> 2402 S: Maintained 2403 F: include/sysemu/cryptodev*.h 2404 F: backends/cryptodev*.c 2405 2406 Python library 2407 M: John Snow <jsnow@redhat.com> 2408 M: Cleber Rosa <crosa@redhat.com> 2409 R: Eduardo Habkost <ehabkost@redhat.com> 2410 S: Maintained 2411 F: python/ 2412 T: git https://gitlab.com/jsnow/qemu.git python 2413 2414 Python scripts 2415 M: Eduardo Habkost <ehabkost@redhat.com> 2416 M: Cleber Rosa <crosa@redhat.com> 2417 S: Odd fixes 2418 F: scripts/*.py 2419 F: tests/*.py 2420 2421 Benchmark util 2422 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> 2423 S: Maintained 2424 F: scripts/simplebench/ 2425 2426 QAPI 2427 M: Markus Armbruster <armbru@redhat.com> 2428 M: Michael Roth <mdroth@linux.vnet.ibm.com> 2429 S: Supported 2430 F: qapi/ 2431 X: qapi/*.json 2432 F: include/qapi/ 2433 X: include/qapi/qmp/ 2434 F: include/qapi/qmp/dispatch.h 2435 F: tests/qapi-schema/ 2436 F: tests/test-*-visitor.c 2437 F: tests/test-qapi-*.c 2438 F: tests/test-qmp-*.c 2439 F: tests/test-visitor-serialization.c 2440 F: scripts/qapi-gen.py 2441 F: scripts/qapi/* 2442 F: docs/sphinx/qapidoc.py 2443 F: docs/devel/qapi* 2444 T: git https://repo.or.cz/qemu/armbru.git qapi-next 2445 2446 QAPI Schema 2447 M: Eric Blake <eblake@redhat.com> 2448 M: Markus Armbruster <armbru@redhat.com> 2449 S: Supported 2450 F: qapi/*.json 2451 T: git https://repo.or.cz/qemu/armbru.git qapi-next 2452 2453 QObject 2454 M: Markus Armbruster <armbru@redhat.com> 2455 S: Supported 2456 F: qobject/ 2457 F: include/qapi/qmp/ 2458 X: include/qapi/qmp/dispatch.h 2459 F: scripts/coccinelle/qobject.cocci 2460 F: tests/check-qdict.c 2461 F: tests/check-qjson.c 2462 F: tests/check-qlist.c 2463 F: tests/check-qlit.c 2464 F: tests/check-qnull.c 2465 F: tests/check-qnum.c 2466 F: tests/check-qobject.c 2467 F: tests/check-qstring.c 2468 F: tests/data/qobject/qdict.txt 2469 T: git https://repo.or.cz/qemu/armbru.git qapi-next 2470 2471 QEMU Guest Agent 2472 M: Michael Roth <mdroth@linux.vnet.ibm.com> 2473 S: Maintained 2474 F: qga/ 2475 F: docs/interop/qemu-ga.rst 2476 F: docs/interop/qemu-ga-ref.rst 2477 F: scripts/qemu-guest-agent/ 2478 F: tests/test-qga.c 2479 T: git https://github.com/mdroth/qemu.git qga 2480 2481 QOM 2482 M: Paolo Bonzini <pbonzini@redhat.com> 2483 R: Daniel P. Berrange <berrange@redhat.com> 2484 R: Eduardo Habkost <ehabkost@redhat.com> 2485 S: Supported 2486 F: docs/qdev-device-use.txt 2487 F: hw/core/qdev* 2488 F: hw/core/bus.c 2489 F: hw/core/sysbus.c 2490 F: include/hw/qdev* 2491 F: include/monitor/qdev.h 2492 F: include/qom/ 2493 F: qapi/qom.json 2494 F: qapi/qdev.json 2495 F: scripts/coccinelle/qom-parent-type.cocci 2496 F: softmmu/qdev-monitor.c 2497 F: qom/ 2498 F: tests/check-qom-interface.c 2499 F: tests/check-qom-proplist.c 2500 F: tests/test-qdev-global-props.c 2501 2502 QOM boilerplate conversion script 2503 M: Eduardo Habkost <ehabkost@redhat.com> 2504 S: Maintained 2505 F: scripts/codeconverter/ 2506 2507 QMP 2508 M: Markus Armbruster <armbru@redhat.com> 2509 S: Supported 2510 F: monitor/monitor-internal.h 2511 F: monitor/qmp* 2512 F: monitor/misc.c 2513 F: monitor/monitor.c 2514 F: qapi/control.json 2515 F: qapi/error.json 2516 F: qapi/introspect.json 2517 F: docs/devel/*qmp-* 2518 F: docs/interop/*qmp-* 2519 F: scripts/qmp/ 2520 F: tests/qtest/qmp-test.c 2521 F: tests/qtest/qmp-cmd-test.c 2522 T: git https://repo.or.cz/qemu/armbru.git qapi-next 2523 2524 qtest 2525 M: Thomas Huth <thuth@redhat.com> 2526 M: Laurent Vivier <lvivier@redhat.com> 2527 R: Paolo Bonzini <pbonzini@redhat.com> 2528 S: Maintained 2529 F: softmmu/qtest.c 2530 F: accel/qtest/ 2531 F: tests/qtest/ 2532 X: tests/qtest/bios-tables-test* 2533 2534 Device Fuzzing 2535 M: Alexander Bulekov <alxndr@bu.edu> 2536 R: Paolo Bonzini <pbonzini@redhat.com> 2537 R: Bandan Das <bsd@redhat.com> 2538 R: Stefan Hajnoczi <stefanha@redhat.com> 2539 R: Thomas Huth <thuth@redhat.com> 2540 S: Maintained 2541 F: tests/qtest/fuzz/ 2542 F: scripts/oss-fuzz/ 2543 F: docs/devel/fuzzing.rst 2544 2545 Register API 2546 M: Alistair Francis <alistair@alistair23.me> 2547 S: Maintained 2548 F: hw/core/register.c 2549 F: include/hw/register.h 2550 F: include/hw/registerfields.h 2551 2552 SLIRP 2553 M: Samuel Thibault <samuel.thibault@ens-lyon.org> 2554 S: Maintained 2555 F: slirp/ 2556 F: net/slirp.c 2557 F: include/net/slirp.h 2558 T: git https://people.debian.org/~sthibault/qemu.git slirp 2559 2560 Streams 2561 M: Edgar E. Iglesias <edgar.iglesias@gmail.com> 2562 S: Maintained 2563 F: hw/core/stream.c 2564 F: include/hw/stream.h 2565 2566 Stubs 2567 M: Paolo Bonzini <pbonzini@redhat.com> 2568 S: Maintained 2569 F: stubs/ 2570 2571 Tracing 2572 M: Stefan Hajnoczi <stefanha@redhat.com> 2573 S: Maintained 2574 F: trace/ 2575 F: trace-events 2576 F: docs/qemu-option-trace.rst.inc 2577 F: qapi/trace.json 2578 F: scripts/tracetool.py 2579 F: scripts/tracetool/ 2580 F: scripts/qemu-trace-stap* 2581 F: docs/interop/qemu-trace-stap.rst 2582 F: docs/devel/tracing.txt 2583 T: git https://github.com/stefanha/qemu.git tracing 2584 2585 TPM 2586 M: Stefan Berger <stefanb@linux.ibm.com> 2587 S: Maintained 2588 F: tpm.c 2589 F: stubs/tpm.c 2590 F: hw/tpm/* 2591 F: include/hw/acpi/tpm.h 2592 F: include/sysemu/tpm* 2593 F: qapi/tpm.json 2594 F: backends/tpm/ 2595 F: tests/qtest/*tpm* 2596 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next 2597 2598 Checkpatch 2599 S: Odd Fixes 2600 F: scripts/checkpatch.pl 2601 2602 Migration 2603 M: Juan Quintela <quintela@redhat.com> 2604 M: Dr. David Alan Gilbert <dgilbert@redhat.com> 2605 S: Maintained 2606 F: hw/core/vmstate-if.c 2607 F: include/hw/vmstate-if.h 2608 F: include/migration/ 2609 F: migration/ 2610 F: scripts/vmstate-static-checker.py 2611 F: tests/vmstate-static-checker-data/ 2612 F: tests/qtest/migration-test.c 2613 F: docs/devel/migration.rst 2614 F: qapi/migration.json 2615 2616 D-Bus 2617 M: Marc-André Lureau <marcandre.lureau@redhat.com> 2618 S: Maintained 2619 F: backends/dbus-vmstate.c 2620 F: tests/dbus-vmstate* 2621 F: util/dbus.c 2622 F: include/qemu/dbus.h 2623 F: docs/interop/dbus.rst 2624 F: docs/interop/dbus-vmstate.rst 2625 2626 Seccomp 2627 M: Eduardo Otubo <otubo@redhat.com> 2628 S: Supported 2629 F: softmmu/qemu-seccomp.c 2630 F: include/sysemu/seccomp.h 2631 2632 Cryptography 2633 M: Daniel P. Berrange <berrange@redhat.com> 2634 S: Maintained 2635 F: crypto/ 2636 F: include/crypto/ 2637 F: qapi/crypto.json 2638 F: tests/test-crypto-* 2639 F: tests/benchmark-crypto-* 2640 F: tests/crypto-tls-* 2641 F: tests/pkix_asn1_tab.c 2642 F: qemu.sasl 2643 2644 Coroutines 2645 M: Stefan Hajnoczi <stefanha@redhat.com> 2646 M: Kevin Wolf <kwolf@redhat.com> 2647 S: Maintained 2648 F: util/*coroutine* 2649 F: include/qemu/coroutine* 2650 F: tests/test-coroutine.c 2651 2652 Buffers 2653 M: Daniel P. Berrange <berrange@redhat.com> 2654 S: Odd fixes 2655 F: util/buffer.c 2656 F: include/qemu/buffer.h 2657 2658 I/O Channels 2659 M: Daniel P. Berrange <berrange@redhat.com> 2660 S: Maintained 2661 F: io/ 2662 F: include/io/ 2663 F: tests/test-io-* 2664 2665 User authorization 2666 M: Daniel P. Berrange <berrange@redhat.com> 2667 S: Maintained 2668 F: authz/ 2669 F: qapi/authz.json 2670 F: include/authz/ 2671 F: tests/test-authz-* 2672 2673 Sockets 2674 M: Daniel P. Berrange <berrange@redhat.com> 2675 M: Gerd Hoffmann <kraxel@redhat.com> 2676 S: Maintained 2677 F: include/qemu/sockets.h 2678 F: util/qemu-sockets.c 2679 F: qapi/sockets.json 2680 2681 File monitor 2682 M: Daniel P. Berrange <berrange@redhat.com> 2683 S: Odd fixes 2684 F: util/filemonitor*.c 2685 F: include/qemu/filemonitor.h 2686 F: tests/test-util-filemonitor.c 2687 2688 Throttling infrastructure 2689 M: Alberto Garcia <berto@igalia.com> 2690 S: Supported 2691 F: block/throttle-groups.c 2692 F: include/block/throttle-groups.h 2693 F: include/qemu/throttle*.h 2694 F: util/throttle.c 2695 F: docs/throttle.txt 2696 F: tests/test-throttle.c 2697 L: qemu-block@nongnu.org 2698 2699 UUID 2700 M: Fam Zheng <fam@euphon.net> 2701 S: Supported 2702 F: util/uuid.c 2703 F: include/qemu/uuid.h 2704 F: tests/test-uuid.c 2705 2706 COLO Framework 2707 M: zhanghailiang <zhang.zhanghailiang@huawei.com> 2708 S: Maintained 2709 F: migration/colo* 2710 F: include/migration/colo.h 2711 F: include/migration/failover.h 2712 F: docs/COLO-FT.txt 2713 2714 COLO Proxy 2715 M: Zhang Chen <chen.zhang@intel.com> 2716 M: Li Zhijian <lizhijian@cn.fujitsu.com> 2717 S: Supported 2718 F: docs/colo-proxy.txt 2719 F: net/colo* 2720 F: net/filter-rewriter.c 2721 F: net/filter-mirror.c 2722 2723 Record/replay 2724 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> 2725 R: Paolo Bonzini <pbonzini@redhat.com> 2726 W: https://wiki.qemu.org/Features/record-replay 2727 S: Supported 2728 F: replay/* 2729 F: block/blkreplay.c 2730 F: net/filter-replay.c 2731 F: include/sysemu/replay.h 2732 F: docs/replay.txt 2733 F: stubs/replay.c 2734 F: tests/acceptance/replay_kernel.py 2735 F: tests/acceptance/reverse_debugging.py 2736 F: qapi/replay.json 2737 2738 IOVA Tree 2739 M: Peter Xu <peterx@redhat.com> 2740 S: Maintained 2741 F: include/qemu/iova-tree.h 2742 F: util/iova-tree.c 2743 2744 elf2dmp 2745 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu> 2746 S: Maintained 2747 F: contrib/elf2dmp/ 2748 2749 I2C and SMBus 2750 M: Corey Minyard <cminyard@mvista.com> 2751 S: Maintained 2752 F: hw/i2c/core.c 2753 F: hw/i2c/smbus_slave.c 2754 F: hw/i2c/smbus_master.c 2755 F: hw/i2c/smbus_eeprom.c 2756 F: include/hw/i2c/i2c.h 2757 F: include/hw/i2c/smbus_master.h 2758 F: include/hw/i2c/smbus_slave.h 2759 F: include/hw/i2c/smbus_eeprom.h 2760 2761 Firmware schema specifications 2762 M: Laszlo Ersek <lersek@redhat.com> 2763 M: Philippe Mathieu-Daudé <philmd@redhat.com> 2764 R: Daniel P. Berrange <berrange@redhat.com> 2765 R: Kashyap Chamarthy <kchamart@redhat.com> 2766 S: Maintained 2767 F: docs/interop/firmware.json 2768 2769 EDK2 Firmware 2770 M: Laszlo Ersek <lersek@redhat.com> 2771 M: Philippe Mathieu-Daudé <philmd@redhat.com> 2772 S: Supported 2773 F: pc-bios/descriptors/??-edk2-*.json 2774 F: pc-bios/edk2-* 2775 F: roms/Makefile.edk2 2776 F: roms/edk2 2777 F: roms/edk2-* 2778 F: tests/data/uefi-boot-images/ 2779 F: tests/uefi-test-tools/ 2780 F: .gitlab-ci.d/edk2.yml 2781 F: .gitlab-ci.d/edk2/ 2782 2783 VT-d Emulation 2784 M: Michael S. Tsirkin <mst@redhat.com> 2785 M: Peter Xu <peterx@redhat.com> 2786 R: Jason Wang <jasowang@redhat.com> 2787 S: Supported 2788 F: hw/i386/intel_iommu.c 2789 F: hw/i386/intel_iommu_internal.h 2790 F: include/hw/i386/intel_iommu.h 2791 2792 OpenSBI Firmware 2793 M: Bin Meng <bmeng.cn@gmail.com> 2794 S: Supported 2795 F: pc-bios/opensbi-* 2796 F: .gitlab-ci.d/opensbi.yml 2797 F: .gitlab-ci.d/opensbi/ 2798 2799 Usermode Emulation 2800 ------------------ 2801 Overall usermode emulation 2802 M: Riku Voipio <riku.voipio@iki.fi> 2803 S: Maintained 2804 F: thunk.c 2805 F: accel/tcg/user-exec*.c 2806 2807 BSD user 2808 S: Orphan 2809 F: bsd-user/ 2810 F: default-configs/*-bsd-user.mak 2811 2812 Linux user 2813 M: Laurent Vivier <laurent@vivier.eu> 2814 S: Maintained 2815 F: linux-user/ 2816 F: default-configs/*-linux-user.mak 2817 F: scripts/qemu-binfmt-conf.sh 2818 F: scripts/update-syscalltbl.sh 2819 F: scripts/update-mips-syscall-args.sh 2820 F: scripts/gensyscalls.sh 2821 2822 Tiny Code Generator (TCG) 2823 ------------------------- 2824 Common TCG code 2825 M: Richard Henderson <richard.henderson@linaro.org> 2826 S: Maintained 2827 F: tcg/ 2828 F: include/tcg/ 2829 2830 TCG Plugins 2831 M: Alex Bennée <alex.bennee@linaro.org> 2832 S: Maintained 2833 F: docs/devel/tcg-plugins.rst 2834 F: plugins/ 2835 F: tests/plugin/ 2836 F: contrib/plugins/ 2837 2838 AArch64 TCG target 2839 M: Richard Henderson <richard.henderson@linaro.org> 2840 S: Maintained 2841 L: qemu-arm@nongnu.org 2842 F: tcg/aarch64/ 2843 F: disas/arm-a64.cc 2844 F: disas/libvixl/ 2845 2846 ARM TCG target 2847 M: Andrzej Zaborowski <balrogg@gmail.com> 2848 S: Maintained 2849 L: qemu-arm@nongnu.org 2850 F: tcg/arm/ 2851 F: disas/arm.c 2852 2853 i386 TCG target 2854 M: Richard Henderson <richard.henderson@linaro.org> 2855 S: Maintained 2856 F: tcg/i386/ 2857 F: disas/i386.c 2858 2859 MIPS TCG target 2860 M: Philippe Mathieu-Daudé <f4bug@amsat.org> 2861 R: Aurelien Jarno <aurelien@aurel32.net> 2862 R: Huacai Chen <chenhc@lemote.com> 2863 R: Jiaxun Yang <jiaxun.yang@flygoat.com> 2864 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com> 2865 S: Odd Fixes 2866 F: tcg/mips/ 2867 2868 PPC TCG target 2869 M: Richard Henderson <richard.henderson@linaro.org> 2870 S: Odd Fixes 2871 F: tcg/ppc/ 2872 F: disas/ppc.c 2873 2874 RISC-V TCG target 2875 M: Palmer Dabbelt <palmer@dabbelt.com> 2876 M: Alistair Francis <Alistair.Francis@wdc.com> 2877 L: qemu-riscv@nongnu.org 2878 S: Maintained 2879 F: tcg/riscv/ 2880 F: disas/riscv.c 2881 2882 S390 TCG target 2883 M: Richard Henderson <richard.henderson@linaro.org> 2884 S: Maintained 2885 F: tcg/s390/ 2886 F: disas/s390.c 2887 L: qemu-s390x@nongnu.org 2888 2889 SPARC TCG target 2890 S: Odd Fixes 2891 F: tcg/sparc/ 2892 F: disas/sparc.c 2893 2894 TCI TCG target 2895 M: Stefan Weil <sw@weilnetz.de> 2896 S: Maintained 2897 F: tcg/tci/ 2898 F: tcg/tci.c 2899 F: disas/tci.c 2900 2901 Block drivers 2902 ------------- 2903 VMDK 2904 M: Fam Zheng <fam@euphon.net> 2905 L: qemu-block@nongnu.org 2906 S: Supported 2907 F: block/vmdk.c 2908 2909 RBD 2910 M: Jason Dillaman <dillaman@redhat.com> 2911 L: qemu-block@nongnu.org 2912 S: Supported 2913 F: block/rbd.c 2914 2915 Sheepdog 2916 M: Liu Yuan <namei.unix@gmail.com> 2917 L: qemu-block@nongnu.org 2918 S: Odd Fixes 2919 F: block/sheepdog.c 2920 2921 VHDX 2922 M: Jeff Cody <codyprime@gmail.com> 2923 L: qemu-block@nongnu.org 2924 S: Supported 2925 F: block/vhdx* 2926 2927 VDI 2928 M: Stefan Weil <sw@weilnetz.de> 2929 L: qemu-block@nongnu.org 2930 S: Maintained 2931 F: block/vdi.c 2932 2933 iSCSI 2934 M: Ronnie Sahlberg <ronniesahlberg@gmail.com> 2935 M: Paolo Bonzini <pbonzini@redhat.com> 2936 M: Peter Lieven <pl@kamp.de> 2937 L: qemu-block@nongnu.org 2938 S: Odd Fixes 2939 F: block/iscsi.c 2940 F: block/iscsi-opts.c 2941 2942 Network Block Device (NBD) 2943 M: Eric Blake <eblake@redhat.com> 2944 L: qemu-block@nongnu.org 2945 S: Maintained 2946 F: block/nbd* 2947 F: nbd/ 2948 F: include/block/nbd* 2949 F: qemu-nbd.* 2950 F: blockdev-nbd.c 2951 F: docs/interop/nbd.txt 2952 F: docs/interop/qemu-nbd.rst 2953 T: git https://repo.or.cz/qemu/ericb.git nbd 2954 2955 NFS 2956 M: Peter Lieven <pl@kamp.de> 2957 L: qemu-block@nongnu.org 2958 S: Maintained 2959 F: block/nfs.c 2960 2961 SSH 2962 M: Richard W.M. Jones <rjones@redhat.com> 2963 L: qemu-block@nongnu.org 2964 S: Supported 2965 F: block/ssh.c 2966 2967 CURL 2968 L: qemu-block@nongnu.org 2969 S: Odd Fixes 2970 F: block/curl.c 2971 2972 GLUSTER 2973 L: qemu-block@nongnu.org 2974 L: integration@gluster.org 2975 S: Odd Fixes 2976 F: block/gluster.c 2977 2978 Null Block Driver 2979 M: Fam Zheng <fam@euphon.net> 2980 L: qemu-block@nongnu.org 2981 S: Supported 2982 F: block/null.c 2983 2984 NVMe Block Driver 2985 M: Stefan Hajnoczi <stefanha@redhat.com> 2986 R: Fam Zheng <fam@euphon.net> 2987 L: qemu-block@nongnu.org 2988 S: Supported 2989 F: block/nvme* 2990 F: include/block/nvme.h 2991 T: git https://github.com/stefanha/qemu.git block 2992 2993 Bootdevice 2994 M: Gonglei <arei.gonglei@huawei.com> 2995 S: Maintained 2996 F: softmmu/bootdevice.c 2997 2998 Quorum 2999 M: Alberto Garcia <berto@igalia.com> 3000 S: Supported 3001 F: block/quorum.c 3002 L: qemu-block@nongnu.org 3003 3004 blklogwrites 3005 M: Ari Sundholm <ari@tuxera.com> 3006 L: qemu-block@nongnu.org 3007 S: Supported 3008 F: block/blklogwrites.c 3009 3010 blkverify 3011 M: Stefan Hajnoczi <stefanha@redhat.com> 3012 L: qemu-block@nongnu.org 3013 S: Supported 3014 F: block/blkverify.c 3015 3016 bochs 3017 M: Stefan Hajnoczi <stefanha@redhat.com> 3018 L: qemu-block@nongnu.org 3019 S: Supported 3020 F: block/bochs.c 3021 3022 cloop 3023 M: Stefan Hajnoczi <stefanha@redhat.com> 3024 L: qemu-block@nongnu.org 3025 S: Supported 3026 F: block/cloop.c 3027 3028 dmg 3029 M: Stefan Hajnoczi <stefanha@redhat.com> 3030 L: qemu-block@nongnu.org 3031 S: Supported 3032 F: block/dmg.c 3033 3034 parallels 3035 M: Stefan Hajnoczi <stefanha@redhat.com> 3036 M: Denis V. Lunev <den@openvz.org> 3037 L: qemu-block@nongnu.org 3038 S: Supported 3039 F: block/parallels.c 3040 F: docs/interop/parallels.txt 3041 3042 qed 3043 M: Stefan Hajnoczi <stefanha@redhat.com> 3044 L: qemu-block@nongnu.org 3045 S: Supported 3046 F: block/qed.c 3047 3048 raw 3049 M: Kevin Wolf <kwolf@redhat.com> 3050 L: qemu-block@nongnu.org 3051 S: Supported 3052 F: block/linux-aio.c 3053 F: include/block/raw-aio.h 3054 F: block/raw-format.c 3055 F: block/file-posix.c 3056 F: block/file-win32.c 3057 F: block/win32-aio.c 3058 3059 Linux io_uring 3060 M: Aarushi Mehta <mehta.aaru20@gmail.com> 3061 M: Julia Suvorova <jusual@redhat.com> 3062 M: Stefan Hajnoczi <stefanha@redhat.com> 3063 L: qemu-block@nongnu.org 3064 S: Maintained 3065 F: block/io_uring.c 3066 F: stubs/io_uring.c 3067 3068 qcow2 3069 M: Kevin Wolf <kwolf@redhat.com> 3070 M: Max Reitz <mreitz@redhat.com> 3071 L: qemu-block@nongnu.org 3072 S: Supported 3073 F: block/qcow2* 3074 F: docs/interop/qcow2.txt 3075 3076 qcow 3077 M: Kevin Wolf <kwolf@redhat.com> 3078 L: qemu-block@nongnu.org 3079 S: Supported 3080 F: block/qcow.c 3081 3082 blkdebug 3083 M: Kevin Wolf <kwolf@redhat.com> 3084 M: Max Reitz <mreitz@redhat.com> 3085 L: qemu-block@nongnu.org 3086 S: Supported 3087 F: block/blkdebug.c 3088 3089 vpc 3090 M: Kevin Wolf <kwolf@redhat.com> 3091 L: qemu-block@nongnu.org 3092 S: Supported 3093 F: block/vpc.c 3094 3095 vvfat 3096 M: Kevin Wolf <kwolf@redhat.com> 3097 L: qemu-block@nongnu.org 3098 S: Odd Fixes 3099 F: block/vvfat.c 3100 3101 Image format fuzzer 3102 M: Stefan Hajnoczi <stefanha@redhat.com> 3103 L: qemu-block@nongnu.org 3104 S: Supported 3105 F: tests/image-fuzzer/ 3106 3107 Vhost-user block device backend server 3108 M: Coiby Xu <Coiby.Xu@gmail.com> 3109 S: Maintained 3110 F: block/export/vhost-user-blk-server.c 3111 F: block/export/vhost-user-blk-server.h 3112 F: include/qemu/vhost-user-server.h 3113 F: tests/qtest/libqos/vhost-user-blk.c 3114 F: util/vhost-user-server.c 3115 3116 Replication 3117 M: Wen Congyang <wencongyang2@huawei.com> 3118 M: Xie Changlong <xiechanglong.d@gmail.com> 3119 S: Supported 3120 F: replication* 3121 F: block/replication.c 3122 F: tests/test-replication.c 3123 F: docs/block-replication.txt 3124 3125 PVRDMA 3126 M: Yuval Shaia <yuval.shaia.ml@gmail.com> 3127 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> 3128 S: Maintained 3129 F: hw/rdma/* 3130 F: hw/rdma/vmw/* 3131 F: docs/pvrdma.txt 3132 F: contrib/rdmacm-mux/* 3133 F: qapi/rdma.json 3134 3135 Semihosting 3136 M: Alex Bennée <alex.bennee@linaro.org> 3137 S: Maintained 3138 F: hw/semihosting/ 3139 F: include/hw/semihosting/ 3140 3141 Build and test automation 3142 ------------------------- 3143 Build and test automation 3144 M: Alex Bennée <alex.bennee@linaro.org> 3145 M: Fam Zheng <fam@euphon.net> 3146 R: Philippe Mathieu-Daudé <philmd@redhat.com> 3147 S: Maintained 3148 F: .github/lockdown.yml 3149 F: .travis.yml 3150 F: scripts/travis/ 3151 F: .shippable.yml 3152 F: tests/docker/ 3153 F: tests/vm/ 3154 F: scripts/archive-source.sh 3155 W: https://travis-ci.org/qemu/qemu 3156 W: https://app.shippable.com/github/qemu/qemu 3157 W: http://patchew.org/QEMU/ 3158 3159 FreeBSD Hosted Continuous Integration 3160 M: Ed Maste <emaste@freebsd.org> 3161 M: Li-Wen Hsu <lwhsu@freebsd.org> 3162 S: Maintained 3163 F: .cirrus.yml 3164 W: https://cirrus-ci.com/github/qemu/qemu 3165 3166 GitLab Continuous Integration 3167 M: Thomas Huth <thuth@redhat.com> 3168 M: Philippe Mathieu-Daudé <philmd@redhat.com> 3169 M: Alex Bennée <alex.bennee@linaro.org> 3170 R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3171 S: Maintained 3172 F: .gitlab-ci.yml 3173 F: .gitlab-ci.d/crossbuilds.yml 3174 F: .gitlab-ci.d/*py 3175 F: scripts/ci/gitlab-pipeline-status 3176 3177 Guest Test Compilation Support 3178 M: Alex Bennée <alex.bennee@linaro.org> 3179 R: Philippe Mathieu-Daudé <f4bug@amsat.org> 3180 S: Maintained 3181 F: tests/tcg/Makefile 3182 F: tests/tcg/Makefile.include 3183 3184 Acceptance (Integration) Testing with the Avocado framework 3185 W: https://trello.com/b/6Qi1pxVn/avocado-qemu 3186 R: Cleber Rosa <crosa@redhat.com> 3187 R: Philippe Mathieu-Daudé <philmd@redhat.com> 3188 R: Wainer dos Santos Moschetta <wainersm@redhat.com> 3189 S: Odd Fixes 3190 F: tests/acceptance/ 3191 3192 Documentation 3193 ------------- 3194 Build system architecture 3195 M: Daniel P. Berrange <berrange@redhat.com> 3196 S: Odd Fixes 3197 F: docs/devel/build-system.txt 3198 3199 GIT Data Mining Config 3200 M: Alex Bennée <alex.bennee@linaro.org> 3201 S: Odd Fixes 3202 F: gitdm.config 3203 F: contrib/gitdm/* 3204 3205 Incompatible changes 3206 R: libvir-list@redhat.com 3207 F: docs/system/deprecated.rst 3208 3209 Build System 3210 ------------ 3211 GIT submodules 3212 M: Daniel P. Berrange <berrange@redhat.com> 3213 S: Odd Fixes 3214 F: scripts/git-submodule.sh 3215 3216 UI translations 3217 S: Orphaned 3218 F: po/*.po 3219 3220 Sphinx documentation configuration and build machinery 3221 M: Peter Maydell <peter.maydell@linaro.org> 3222 S: Maintained 3223 F: docs/conf.py 3224 F: docs/*/conf.py 3225 F: docs/sphinx/ 3226 3227 Miscellaneous 3228 ------------- 3229 Performance Tools and Tests 3230 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com> 3231 S: Maintained 3232 F: scripts/performance/ 3233