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.
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.
12 Descriptions of section entries:
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
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:
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:
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.
58 General Project Administration
59 ------------------------------
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
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
86 S390 general architecture support
90 F: default-configs/s390x-softmmu.mak
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
99 F: hw/watchdog/wdt_diag288.c
101 F: include/hw/watchdog/wdt_diag288.h
103 F: pc-bios/s390-ccw.img
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://gitlab.com/cohuck/qemu.git s390-next
112 Guest CPU cores (TCG)
113 ---------------------
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
153 F: tests/tcg/aarch64/
156 F: include/hw/cpu/a*mpcore.h
160 F: docs/system/target-arm.rst
161 F: docs/system/arm/cpu-features.rst
168 F: include/hw/arm/smmu*
174 F: docs/system/target-avr.rst
175 F: gdb-xml/avr-cpu.xml
177 F: tests/acceptance/machine_avr6.py
188 HPPA (PA-RISC) TCG CPUs
195 F: include/hw/net/lasi_82596.h
205 F: include/hw/display/milkymist_tmu2.h
206 F: include/hw/char/lm32_juart.h
219 F: target/microblaze/
221 F: disas/microblaze.c
230 F: default-configs/*mips*
232 F: docs/system/cpu-models-mips.rst.inc
233 F: hw/intc/mips_gic.c
236 F: hw/timer/mips_gictimer.c
237 F: include/hw/intc/mips_gic.h
239 F: include/hw/misc/mips_*
240 F: include/hw/timer/mips_gictimer.h
242 K: ^Subject:.*(?i)mips
244 MIPS TCG CPUs (nanoMIPS ISA)
254 F: default-configs/moxie-softmmu.mak
263 F: default-configs/nios2-softmmu.mak
270 F: tests/tcg/openrisc/
292 F: linux-user/host/riscv32/
293 F: linux-user/host/riscv64/
325 F: include/hw/sparc/sparc64.h
333 F: include/hw/unicore32/
345 F: docs/system/cpu-models-x86.rst.inc
346 T: git https://gitlab.com/ehabkost/qemu.git x86-next
350 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
356 F: include/hw/xtensa/xtensa-isa.h
357 F: default-configs/xtensa*.mak
364 F: include/hw/tricore/
366 Multiarch Linux User Tests
369 F: tests/tcg/multiarch/
371 Guest CPU Cores (KVM)
372 ---------------------
379 F: accel/stubs/kvm-stub.c
381 F: include/sysemu/kvm*.h
382 F: scripts/kvm/kvm_flightrecorder
406 F: target/s390x/kvm.c
407 F: target/s390x/kvm_s390x.h
408 F: target/s390x/kvm-stub.c
409 F: target/s390x/ioinst.[ch]
410 F: target/s390x/machine.c
411 F: target/s390x/sigp.c
412 F: target/s390x/cpu_features*.[ch]
413 F: target/s390x/cpu_models.[ch]
415 F: include/hw/s390x/pv.h
416 F: hw/intc/s390_flic.c
417 F: hw/intc/s390_flic_kvm.c
418 F: include/hw/s390x/s390_flic.h
420 T: git https://gitlab.com/cohuck/qemu.git s390-next
421 T: git https://github.com/borntraeger/qemu.git s390-next
430 F: scripts/kvm/vmxcap
432 Guest CPU Cores (other accelerators)
433 ------------------------------------
438 F: include/sysemu/accel.h
440 F: accel/Makefile.objs
441 F: accel/stubs/Makefile.objs
446 W: https://wiki.qemu.org/Features/HVF
449 F: include/sysemu/hvf.h
455 F: include/sysemu/whpx.h
457 Guest CPU Cores (Xen)
458 ---------------------
468 F: hw/char/xen_console.c
469 F: hw/display/xenfb.c
473 F: hw/block/dataplane/xen*
477 F: hw/pci-host/xen_igd_pt.c
478 F: include/hw/block/dataplane/xen*
480 F: include/sysemu/xen.h
481 F: include/sysemu/xen-mapcache.h
482 F: stubs/xen-hw-stub.c
484 Guest CPU Cores (HAXM)
485 ---------------------
490 W: https://github.com/intel/haxm/issues
492 F: accel/stubs/hax-stub.c
493 F: include/sysemu/hax.h
504 F: scripts/update-linux-headers.sh
510 F: include/sysemu/os-posix.h
512 F: include/qemu/*posix*.h
517 K: ^Subject:.*(?i)NetBSD
522 K: ^Subject:.*(?i)OpenBSD
538 F: hw/isa/smc37c669-superio.c
539 F: tests/tcg/alpha/system/
549 F: include/hw/*/allwinner*
550 F: hw/arm/cubieboard.c
556 F: hw/*/allwinner-h3*
557 F: include/hw/*/allwinner-h3*
559 F: docs/system/arm/orangepi.rst
561 ARM PrimeCell and CMSDK devices
566 F: include/hw/char/pl011.h
569 F: include/hw/dma/pl080.h
576 F: include/hw/ssi/pl022.h
578 F: include/hw/rtc/pl031.h
579 F: include/hw/arm/primecell.h
580 F: hw/timer/cmsdk-apb-timer.c
581 F: include/hw/timer/cmsdk-apb-timer.h
582 F: hw/timer/cmsdk-apb-dualtimer.c
583 F: include/hw/timer/cmsdk-apb-dualtimer.h
584 F: hw/char/cmsdk-apb-uart.c
585 F: include/hw/char/cmsdk-apb-uart.h
586 F: hw/watchdog/cmsdk-apb-watchdog.c
587 F: include/hw/watchdog/cmsdk-apb-watchdog.h
589 F: include/hw/misc/tz-ppc.h
591 F: include/hw/misc/tz-mpc.h
593 F: include/hw/misc/tz-msc.h
600 F: hw/intc/gic_internal.h
602 F: hw/misc/arm11scu.c
603 F: hw/misc/arm_l2x0.c
604 F: hw/timer/a9gtimer*
606 F: include/hw/arm/arm*.h
607 F: include/hw/intc/arm*
608 F: include/hw/misc/a9scu.h
609 F: include/hw/misc/arm11scu.h
610 F: include/hw/timer/a9gtimer.h
611 F: include/hw/timer/arm_mptimer.h
612 F: include/hw/timer/armv7m_systick.h
613 F: tests/qtest/test-arm-mptimer.c
621 F: include/hw/arm/exynos4210.h
636 F: include/hw/arm/digic.h
638 F: include/hw/*/digic*
639 F: tests/acceptance/machine_arm_canona1100.py
640 F: docs/system/arm/digic.rst
647 F: hw/rtc/goldfish_rtc.c
648 F: include/hw/rtc/goldfish_rtc.h
656 F: docs/system/arm/gumstix.rst
663 F: hw/arm/fsl-imx25.c
664 F: hw/arm/imx25_pdk.c
665 F: hw/misc/imx25_ccm.c
666 F: hw/watchdog/wdt_imx2.c
667 F: include/hw/arm/fsl-imx25.h
668 F: include/hw/misc/imx25_ccm.h
669 F: include/hw/watchdog/wdt_imx2.h
679 F: include/hw/*/imx_*
680 F: include/hw/*/*imx31*
686 F: hw/arm/integratorcp.c
687 F: hw/misc/arm_integrator_debug.c
688 F: include/hw/misc/arm_integrator_debug.h
689 F: tests/acceptance/machine_arm_integratorcp.py
690 F: docs/system/arm/integratorcp.rst
692 MCIMX6UL EVK / i.MX6ul
697 F: hw/arm/mcimx6ul-evk.c
698 F: hw/arm/fsl-imx6ul.c
699 F: hw/misc/imx6ul_ccm.c
700 F: include/hw/arm/fsl-imx6ul.h
701 F: include/hw/misc/imx6ul_ccm.h
703 MCIMX7D SABRE / i.MX7
708 F: hw/arm/mcimx7d-sabre.c
711 F: include/hw/arm/fsl-imx7.h
712 F: include/hw/misc/imx7_*.h
713 F: hw/pci-host/designware.c
714 F: include/hw/pci-host/designware.h
723 F: include/hw/misc/mps2-*.h
725 F: include/hw/arm/armsse.h
726 F: hw/misc/iotkit-secctl.c
727 F: include/hw/misc/iotkit-secctl.h
728 F: hw/misc/iotkit-sysctl.c
729 F: include/hw/misc/iotkit-sysctl.h
730 F: hw/misc/iotkit-sysinfo.c
731 F: include/hw/misc/iotkit-sysinfo.h
732 F: hw/misc/armsse-cpuid.c
733 F: include/hw/misc/armsse-cpuid.h
734 F: hw/misc/armsse-mhu.c
735 F: include/hw/misc/armsse-mhu.h
736 F: docs/system/arm/mps2.rst
743 F: docs/system/arm/musca.rst
751 F: docs/system/arm/musicpal.rst
759 F: include/hw/*/npcm7xx*
760 F: tests/qtest/npcm7xx*
761 F: pc-bios/npcm7xx_bootrom.bin
763 F: docs/system/arm/nuvoton.rst
771 F: hw/display/blizzard.c
773 F: hw/input/tsc2005.c
776 F: include/hw/display/blizzard.h
777 F: include/hw/input/tsc2xxx.h
778 F: include/hw/misc/cbus.h
779 F: tests/acceptance/machine_arm_n8x0.py
780 F: docs/system/arm/nseries.rst
788 F: hw/input/tsc210x.c
789 F: include/hw/input/tsc2xxx.h
790 F: docs/system/arm/palm.rst
799 F: hw/arm/raspi_platform.h
801 F: include/hw/arm/raspi*
802 F: include/hw/*/bcm283*
803 F: docs/system/arm/raspi.rst
810 F: hw/cpu/realview_mpcore.c
811 F: hw/intc/realview_gic.c
812 F: include/hw/intc/realview_gic.h
813 F: docs/system/arm/realview.rst
820 F: hw/arm/mainstone.c
825 F: hw/display/tc6393xb.c
828 F: hw/misc/mst_fpga.c
830 F: include/hw/misc/max111x.h
831 F: include/hw/arm/pxa.h
832 F: include/hw/arm/sharpsl.h
833 F: include/hw/display/tc6393xb.h
834 F: docs/system/arm/xscale.rst
841 F: hw/arm/sabrelite.c
845 F: hw/usb/imx-usb-phy.c
846 F: include/hw/usb/imx-usb-phy.h
847 F: include/hw/arm/fsl-imx6.h
848 F: include/hw/misc/imx6_*.h
849 F: include/hw/ssi/imx_spi.h
858 F: docs/system/arm/sbsa.rst
860 Sharp SL-5500 (Collie) PDA
866 F: docs/system/arm/collie.rst
873 F: include/hw/input/gamepad.h
874 F: docs/system/arm/stellaris.rst
881 F: docs/system/arm/vexpress.rst
888 F: include/hw/i2c/arm_sbcon_i2c.h
889 F: hw/misc/arm_sysctl.c
890 F: docs/system/arm/versatile.rst
897 F: include/hw/arm/virt.h
898 F: docs/system/arm/virt.rst
909 F: include/hw/misc/zynq*
912 Xilinx ZynqMP and Versal
919 F: include/hw/*/xlnx*.h
920 F: include/hw/ssi/xilinx_spips.h
922 F: include/hw/display/dpcd.h
923 F: docs/system/arm/xlnx-versal-virt.rst
929 F: hw/arm/virt-acpi-build.c
936 F: hw/arm/stm32f205_soc.c
937 F: hw/misc/stm32f2xx_syscfg.c
938 F: hw/char/stm32f2xx_usart.c
939 F: hw/timer/stm32f2xx_timer.c
941 F: hw/ssi/stm32f2xx_spi.c
942 F: include/hw/*/stm32*.h
949 F: hw/arm/stm32f405_soc.c
950 F: hw/misc/stm32f4xx_syscfg.c
951 F: hw/misc/stm32f4xx_exti.c
958 F: hw/arm/netduino2.c
965 F: hw/arm/netduinoplus2.c
973 F: hw/misc/msf2-sysreg.c
974 F: hw/timer/mss-timer.c
976 F: include/hw/arm/msf2-soc.h
977 F: include/hw/misc/msf2-sysreg.h
978 F: include/hw/timer/mss-timer.h
979 F: include/hw/ssi/mss-spi.h
980 F: hw/net/msf2-emac.c
981 F: include/hw/net/msf2-emac.h
999 F: include/hw/*/*aspeed*
1000 F: include/hw/misc/pca9552*.h
1001 F: hw/net/ftgmac100.c
1002 F: include/hw/net/ftgmac100.h
1003 F: docs/system/arm/aspeed.rst
1012 F: include/hw/*/nrf51*.h
1013 F: include/hw/*/microbit*.h
1014 F: tests/qtest/microbit-test.c
1023 F: default-configs/avr-softmmu.mak
1025 F: include/hw/char/avr_usart.h
1026 F: hw/char/avr_usart.c
1027 F: include/hw/timer/avr_timer16.h
1028 F: hw/timer/avr_timer16.c
1029 F: include/hw/misc/avr_power.h
1030 F: hw/misc/avr_power.c
1043 F: hw/cris/axis_dev88.c
1052 F: default-configs/hppa-softmmu.mak
1054 F: pc-bios/hppa-firmware.img
1058 EVR32 and uclinux BSP
1061 F: hw/lm32/lm32_boards.c
1066 F: hw/lm32/milkymist.c
1074 F: hw/m68k/mcf5206.c
1079 F: hw/m68k/mcf5208.c
1080 F: hw/m68k/mcf_intc.c
1081 F: hw/char/mcf_uart.c
1083 F: include/hw/m68k/mcf*.h
1089 F: hw/display/next-fb.c
1090 F: include/hw/m68k/next-cube.h
1096 F: hw/misc/mac_via.c
1098 F: hw/display/macfb.c
1100 F: hw/m68k/bootinfo.h
1101 F: include/hw/misc/mac_via.h
1102 F: include/hw/nubus/*
1103 F: include/hw/display/macfb.h
1104 F: include/hw/block/swim.h
1108 petalogix_s3adsp1800
1111 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1112 F: include/hw/char/xilinx_uartlite.h
1117 F: hw/microblaze/petalogix_ml605_mmu.c
1126 F: hw/display/jazz_led.c
1136 F: hw/mips/gt64xxx_pci.c
1137 F: include/hw/southbridge/piix.h
1138 F: tests/acceptance/linux_ssh_mips_malta.py
1139 F: tests/acceptance/machine_mips_malta.py
1144 F: hw/mips/mipssim.c
1152 F: hw/mips/fuloong2e.c
1153 F: hw/isa/vt82c686.c
1154 F: hw/pci-host/bonito.c
1155 F: include/hw/isa/vt82c686.h
1157 Loongson-3 virtual platforms
1161 F: hw/intc/loongson_liointc.c
1167 F: hw/core/loader-fit.c
1169 F: hw/pci-host/xilinx-pcie.c
1170 F: include/hw/pci-host/xilinx-pcie.h
1177 F: hw/openrisc/openrisc_sim.c
1186 F: hw/ppc/ppc405_boards.c
1193 F: hw/ppc/ppc440_bamboo.c
1201 F: hw/gpio/mpc8xxx.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
1214 F: hw/ppc/mpc8544ds.c
1215 F: hw/ppc/mpc8544_guts.c
1223 F: hw/ppc/mac_newworld.c
1224 F: hw/pci-host/uninorth.c
1225 F: hw/pci-bridge/dec.[hc]
1227 F: hw/misc/mos6522.c
1228 F: hw/nvram/mac_nvram.c
1230 F: include/hw/misc/macio/
1231 F: include/hw/misc/mos6522.h
1232 F: include/hw/ppc/mac_dbdma.h
1233 F: include/hw/pci-host/uninorth.h
1234 F: include/hw/input/adb*
1235 F: pc-bios/qemu_vga.ndrv
1243 F: hw/ppc/mac_oldworld.c
1244 F: hw/pci-host/grackle.c
1246 F: hw/intc/heathrow_pic.c
1248 F: include/hw/intc/heathrow_pic.h
1249 F: include/hw/input/adb*
1250 F: pc-bios/qemu_vga.ndrv
1259 F: hw/ppc/prep_systemio.c
1260 F: hw/ppc/rs6000_mc.c
1261 F: hw/pci-host/prep.[hc]
1265 F: hw/rtc/m48t59-isa.c
1266 F: include/hw/isa/pc87312.h
1267 F: include/hw/rtc/m48t59.h
1268 F: tests/acceptance/ppc_prep_40p.py
1276 F: include/hw/*/spapr*
1278 F: include/hw/*/xics*
1280 F: docs/specs/ppc-spapr-hcalls.txt
1281 F: docs/specs/ppc-spapr-hotplug.txt
1282 F: tests/qtest/spapr*
1283 F: tests/qtest/libqos/*spapr*
1284 F: tests/qtest/rtas*
1285 F: tests/qtest/libqos/rtas*
1287 PowerNV (Non-Virtualized)
1295 F: hw/intc/xics_pnv.c
1297 F: include/hw/ppc/pnv*
1298 F: include/hw/pci-host/pnv*
1299 F: pc-bios/skiboot.lid
1306 F: hw/ppc/virtex_ml507.c
1314 F: hw/ppc/sam460ex.c
1315 F: hw/ppc/ppc440_pcix.c
1316 F: hw/display/sm501*
1319 F: pc-bios/canyonlands.dt[sb]
1320 F: pc-bios/u-boot-sam460ex-20100605.bin
1321 F: roms/u-boot-sam460ex
1329 F: hw/riscv/opentitan.c
1330 F: hw/char/ibex_uart.c
1331 F: hw/intc/ibex_plic.c
1332 F: include/hw/riscv/opentitan.h
1333 F: include/hw/char/ibex_uart.h
1334 F: include/hw/intc/ibex_plic.h
1336 Microchip PolarFire SoC Icicle Kit
1340 F: hw/riscv/microchip_pfsoc.c
1341 F: hw/char/mchp_pfsoc_mmuart.c
1342 F: hw/misc/mchp_pfsoc_dmc.c
1343 F: hw/misc/mchp_pfsoc_ioscb.c
1344 F: hw/misc/mchp_pfsoc_sysreg.c
1345 F: include/hw/riscv/microchip_pfsoc.h
1346 F: include/hw/char/mchp_pfsoc_mmuart.h
1347 F: include/hw/misc/mchp_pfsoc_dmc.h
1348 F: include/hw/misc/mchp_pfsoc_ioscb.h
1349 F: include/hw/misc/mchp_pfsoc_sysreg.h
1356 F: docs/system/target-rx.rst
1357 F: hw/rx/rx-gdbsim.c
1358 F: tests/acceptance/machine_rx_gdbsim.py
1367 F: hw/intc/sh_intc.c
1368 F: include/hw/sh4/sh_intc.h
1375 F: hw/intc/sh_intc.c
1376 F: include/hw/sh4/sh_intc.h
1384 F: hw/sparc/sun4m_iommu.c
1387 F: hw/dma/sparc32_dma.c
1388 F: hw/misc/eccmemctl.c
1390 F: include/hw/nvram/sun_nvram.h
1391 F: include/hw/sparc/sparc32_dma.h
1392 F: include/hw/sparc/sun4m_iommu.h
1393 F: pc-bios/openbios-sparc32
1398 F: hw/sparc64/sun4u.c
1399 F: hw/sparc64/sun4u_iommu.c
1400 F: include/hw/sparc/sun4u_iommu.h
1401 F: hw/pci-host/sabre.c
1402 F: include/hw/pci-host/sabre.h
1403 F: hw/pci-bridge/simba.c
1404 F: include/hw/pci-bridge/simba.h
1405 F: pc-bios/openbios-sparc64
1406 F: tests/acceptance/machine_sparc64_sun4u.py
1411 F: hw/sparc64/niagara.c
1412 F: hw/rtc/sun4v-rtc.c
1413 F: include/hw/rtc/sun4v-rtc.h
1421 F: include/hw/*/grlib*
1422 F: tests/acceptance/machine_sparc_leon3.py
1431 F: hw/char/sclp*.[hc]
1432 F: hw/char/terminal3270.c
1434 F: include/hw/s390x/
1435 F: hw/watchdog/wdt_diag288.c
1436 F: include/hw/watchdog/wdt_diag288.h
1437 F: default-configs/s390x-softmmu.mak
1438 F: tests/acceptance/machine_s390_ccw_virtio.py
1439 T: git https://gitlab.com/cohuck/qemu.git s390-next
1440 T: git https://github.com/borntraeger/qemu.git s390-next
1448 F: pc-bios/s390-ccw/
1449 F: pc-bios/s390-ccw.img
1450 F: docs/devel/s390-dasd-ipl.rst
1451 T: git https://github.com/borntraeger/qemu.git s390-next
1457 F: hw/s390x/s390-pci*
1458 F: include/hw/s390x/s390-pci*
1463 PKUnity-3 SoC initramfs-with-busybox
1477 F: hw/pci-host/i440fx.c
1478 F: hw/pci-host/q35.c
1479 F: hw/pci-host/pam.c
1480 F: include/hw/pci-host/i440fx.h
1481 F: include/hw/pci-host/q35.h
1482 F: include/hw/pci-host/pam.h
1484 F: hw/isa/lpc_ich9.c
1485 F: hw/i2c/smbus_ich9.c
1488 F: include/hw/acpi/ich9.h
1489 F: include/hw/southbridge/piix.h
1492 F: include/hw/isa/apm.h
1493 F: tests/test-x86-cpuid.c
1494 F: tests/qtest/test-x86-cpuid-compat.c
1500 F: hw/char/debugcon.c
1501 F: hw/char/parallel*
1504 F: hw/i2c/pm_smbus.c
1509 F: hw/isa/isa-superio.c
1510 F: hw/misc/debugexit.c
1511 F: hw/misc/pc-testdev.c
1514 F: hw/rtc/mc146818rtc*
1515 F: hw/watchdog/wdt_ib700.c
1516 F: hw/watchdog/wdt_i6300esb.c
1517 F: include/hw/display/vga.h
1518 F: include/hw/char/parallel.h
1519 F: include/hw/dma/i8257.h
1520 F: include/hw/i2c/pm_smbus.h
1521 F: include/hw/input/i8042.h
1522 F: include/hw/isa/i8259_internal.h
1523 F: include/hw/isa/superio.h
1524 F: include/hw/timer/hpet.h
1525 F: include/hw/timer/i8254*
1526 F: include/hw/rtc/mc146818rtc*
1533 F: hw/i386/microvm.c
1534 F: include/hw/i386/microvm.h
1535 F: pc-bios/bios-microvm.bin
1543 F: hw/core/machine-qmp-cmds.c
1544 F: hw/core/machine.c
1545 F: hw/core/null-machine.c
1548 F: qapi/machine.json
1549 F: qapi/machine-target.json
1550 F: include/hw/boards.h
1551 F: include/hw/core/cpu.h
1552 F: include/hw/cpu/cluster.h
1553 F: include/sysemu/numa.h
1554 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1568 XTFPGA (LX60, LX200, ML605, KC705)
1571 F: hw/xtensa/xtfpga.c
1572 F: hw/net/opencores_eth.c
1580 F: hw/net/can/xlnx-*
1581 F: include/hw/net/xlnx-*
1582 F: tests/qtest/xlnx-can-test*
1598 F: hw/block/hd-geometry.c
1599 F: tests/qtest/ide-test.c
1600 F: tests/qtest/ahci-test.c
1601 F: tests/qtest/cdrom-test.c
1602 F: tests/qtest/libqos/ahci*
1603 T: git https://gitlab.com/jsnow/qemu.git ide
1608 F: include/hw/ipmi/*
1610 F: hw/smbios/smbios_type_38.c
1611 F: tests/qtest/ipmi*
1612 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1619 F: include/hw/block/fdc.h
1620 F: tests/qtest/fdc-test.c
1621 T: git https://gitlab.com/jsnow/qemu.git ide
1628 F: include/hw/arm/omap.h
1629 F: docs/system/arm/sx1.rst
1634 F: hw/char/ipoctal232.c
1642 F: hw/misc/pci-testdev.c
1648 F: default-configs/pci.mak
1654 F: include/hw/acpi/*
1655 F: include/hw/firmware/smbios.h
1659 F: hw/i386/acpi-build.[hc]
1660 F: hw/arm/virt-acpi-build.c
1662 F: tests/qtest/bios-tables-test*
1663 F: tests/qtest/acpi-utils.[hc]
1672 F: include/hw/acpi/ghes.h
1673 F: docs/specs/acpi_hest_ghes.rst
1680 F: hw/i2c/ppc4xx_i2c.c
1681 F: include/hw/ppc/ppc4xx.h
1682 F: include/hw/i2c/ppc4xx_i2c.h
1683 F: hw/intc/ppc-uic.c
1684 F: include/hw/intc/ppc-uic.h
1697 F: tests/qtest/virtio-net-test.c
1698 F: docs/virtio-net-failover.rst
1699 T: git https://github.com/jasowang/qemu.git net
1701 Parallel NOR Flash devices
1703 T: git https://gitlab.com/philmd/qemu.git pflash-next
1705 F: hw/block/pflash_cfi*.c
1706 F: include/hw/block/flash.h
1712 F: include/hw/scsi/*
1714 F: tests/qtest/virtio-scsi-test.c
1715 T: git https://github.com/bonzini/qemu.git scsi-next
1721 F: hw/block/m25p80.c
1722 F: include/hw/ssi/ssi.h
1724 F: tests/qtest/m25p80-test.c
1735 F: include/hw/sd/sd*
1745 F: tests/qtest/usb-*-test.c
1747 F: docs/usb-storage.txt
1750 F: default-configs/usb.mak
1752 USB (serial adapter)
1756 F: hw/usb/dev-serial.c
1769 F: hw/s390x/s390-ccw.c
1770 F: include/hw/s390x/s390-ccw.h
1771 F: include/hw/s390x/vfio-ccw.h
1772 T: git https://gitlab.com/cohuck/qemu.git s390-next
1781 F: hw/s390x/ap-device.c
1782 F: hw/s390x/ap-bridge.c
1783 F: include/hw/s390x/ap-device.h
1784 F: include/hw/s390x/ap-bridge.h
1786 F: docs/system/s390x/vfio-ap.rst
1793 F: docs/interop/vhost-user.json
1794 F: docs/interop/vhost-user.rst
1795 F: contrib/vhost-user-*/
1796 F: backends/vhost-user.c
1797 F: include/sysemu/vhost-user-backend.h
1803 F: hw/virtio/Makefile.objs
1804 F: hw/virtio/trace-events
1806 F: include/hw/virtio/
1812 F: hw/virtio/virtio-balloon*.c
1813 F: include/hw/virtio/virtio-balloon.h
1814 F: softmmu/balloon.c
1815 F: include/sysemu/balloon.h
1824 F: docs/interop/virtfs-proxy-helper.rst
1825 F: tests/qtest/virtio-9p-test.c
1826 T: git https://github.com/gkurz/qemu.git 9p-next
1832 F: hw/block/virtio-blk.c
1833 F: hw/block/dataplane/*
1834 F: tests/qtest/virtio-blk-test.c
1835 T: git https://github.com/stefanha/qemu.git block
1841 F: hw/s390x/virtio-ccw*.[hc]
1842 F: hw/s390x/vhost-vsock-ccw.c
1843 T: git https://gitlab.com/cohuck/qemu.git s390-next
1844 T: git https://github.com/borntraeger/qemu.git s390-next
1851 F: tools/virtiofsd/*
1852 F: hw/virtio/vhost-user-fs*
1853 F: include/hw/virtio/vhost-user-fs.h
1854 F: docs/interop/virtiofsd.rst
1859 F: hw/input/vhost-user-input.c
1860 F: hw/input/virtio-input*.c
1861 F: include/hw/virtio/virtio-input.h
1862 F: contrib/vhost-user-input/*
1867 F: hw/virtio/virtio-iommu*.c
1868 F: include/hw/virtio/virtio-iommu.h
1874 F: hw/char/virtio-serial-bus.c
1875 F: hw/char/virtio-console.c
1876 F: include/hw/virtio/virtio-serial.h
1877 F: tests/qtest/virtio-serial-test.c
1883 F: hw/virtio/virtio-rng.c
1884 F: include/hw/virtio/virtio-rng.h
1885 F: include/sysemu/rng*.h
1887 F: tests/qtest/virtio-rng-test.c
1892 F: hw/virtio/virtio-crypto.c
1893 F: hw/virtio/virtio-crypto-pci.c
1894 F: include/hw/virtio/virtio-crypto.h
1899 W: https://virtio-mem.gitlab.io/
1900 F: hw/virtio/virtio-mem.c
1901 F: hw/virtio/virtio-mem-pci.h
1902 F: hw/virtio/virtio-mem-pci.c
1903 F: include/hw/virtio/virtio-mem.h
1911 F: include/block/nvme.h
1912 F: tests/qtest/nvme-test.c
1913 F: docs/specs/nvme.txt
1914 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1920 F: hw/scsi/megasas.c
1922 F: tests/qtest/megasas-test.c
1924 Network packet abstractions
1927 F: include/net/eth.h
1929 F: hw/net/net_rx_pkt*
1930 F: hw/net/net_tx_pkt*
1936 F: hw/scsi/vmw_pvscsi*
1937 F: tests/qtest/vmxnet3-test.c
1945 F: docs/specs/rocker.txt
1952 F: include/hw/mem/nvdimm.h
1968 F: hw/net/eepro100.c
1979 F: hw/core/generic-loader.c
1980 F: include/hw/core/generic-loader.h
1981 F: docs/generic-loader.txt
1983 Intel Hexadecimal Object File Loader
1986 F: tests/qtest/hexloader-test.c
1987 F: tests/data/hex-loader/test.hex
1992 F: hw/nvram/chrp_nvram.c
1993 F: include/hw/nvram/chrp_nvram.h
1994 F: tests/qtest/prom-env-test.c
1999 F: hw/acpi/vmgenid.c
2000 F: include/hw/acpi/vmgenid.h
2001 F: docs/specs/vmgenid.txt
2002 F: tests/qtest/vmgenid-test.c
2008 F: include/hw/misc/led.h
2011 Unimplemented device
2015 F: include/hw/misc/unimp.h
2022 F: include/hw/misc/empty_slot.h
2023 F: hw/misc/empty_slot.c
2029 F: hw/display/bochs-display.c
2030 F: include/hw/display/vga.h
2031 F: include/hw/display/bochs-vbe.h
2036 F: hw/display/ramfb*.c
2037 F: include/hw/display/ramfb.h
2042 F: hw/display/virtio-gpu*
2043 F: hw/display/virtio-vga.*
2044 F: include/hw/virtio/virtio-gpu.h
2049 F: contrib/vhost-user-blk/
2050 F: contrib/vhost-user-scsi/
2051 F: hw/block/vhost-user-blk.c
2052 F: hw/scsi/vhost-user-scsi.c
2053 F: hw/virtio/vhost-user-blk-pci.c
2054 F: hw/virtio/vhost-user-scsi-pci.c
2055 F: include/hw/virtio/vhost-user-blk.h
2056 F: include/hw/virtio/vhost-user-scsi.h
2062 F: docs/interop/vhost-user-gpu.rst
2063 F: contrib/vhost-user-gpu
2064 F: hw/display/vhost-user-*
2069 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2070 F: hw/display/cirrus*
2076 F: include/hw/display/edid.h
2079 PIIX4 South Bridge (i82371AB)
2084 F: include/hw/southbridge/piix.h
2086 Firmware configuration (fw_cfg)
2091 F: docs/specs/fw_cfg.txt
2092 F: hw/nvram/fw_cfg*.c
2094 F: include/hw/nvram/fw_cfg.h
2095 F: include/standard-headers/linux/qemu_fw_cfg.h
2096 F: tests/qtest/libqos/fw_cfg.c
2097 F: tests/qtest/fw_cfg-test.c
2098 T: git https://github.com/philmd/qemu.git fw_cfg-next
2107 F: include/hw/*/*xive*
2114 F: hw/char/renesas_sci.c
2115 F: hw/char/sh_serial.c
2116 F: hw/timer/renesas_*.c
2117 F: hw/timer/sh_timer.c
2118 F: include/hw/char/renesas_sci.h
2119 F: include/hw/sh4/sh.h
2120 F: include/hw/timer/renesas_*.h
2122 Renesas RX peripherals
2127 F: include/hw/intc/rx_icu.h
2130 CAN bus subsystem and hardware
2134 W: https://canbus.pages.fel.cvut.cz/
2137 F: include/net/can_*.h
2146 F: include/hw/audio/
2148 F: tests/qtest/ac97-test.c
2149 F: tests/qtest/es1370-test.c
2150 F: tests/qtest/intel-hda-test.c
2162 F: docs/interop/qemu-img.rst
2164 F: tests/qemu-iotests/
2165 F: util/qemu-progress.c
2166 F: qobject/block-qdict.c
2167 F: tests/check-block-qdict.c
2168 T: git https://repo.or.cz/qemu/kevin.git block
2175 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2176 F: docs/tools/qemu-storage-daemon.rst
2177 T: git https://repo.or.cz/qemu/kevin.git block
2190 F: include/block/aio.h
2191 F: include/block/aio-wait.h
2192 F: scripts/qemugdb/aio.py
2193 F: tests/test-fdmon-epoll.c
2194 T: git https://github.com/stefanha/qemu.git block
2196 Block SCSI subsystem
2209 F: include/block/blockjob.h
2212 F: include/qemu/job.h
2218 T: git https://gitlab.com/jsnow/qemu.git jobs
2220 Block QAPI, monitor, command line
2224 F: blockdev-hmp-cmds.c
2227 F: qapi/transaction.json
2228 T: git https://repo.or.cz/qemu/armbru.git block-next
2236 F: include/qemu/hbitmap.h
2237 F: include/block/dirty-bitmap.h
2238 F: block/monitor/bitmap-qmp-cmds.c
2239 F: block/dirty-bitmap.c
2240 F: block/qcow2-bitmap.c
2241 F: migration/block-dirty-bitmap.c
2243 F: tests/test-hbitmap.c
2244 F: docs/interop/bitmaps.rst
2245 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2247 Character device backends
2255 Character Devices (Braille)
2260 Command line option argument parsing
2263 F: include/qemu/option.h
2264 F: tests/test-keyval.c
2265 F: tests/test-qemu-opts.c
2267 F: util/qemu-option.c
2272 F: scripts/coverity-model.c
2274 Coverity Scan integration
2277 F: scripts/coverity-scan/
2283 F: softmmu/device_tree.c
2284 F: include/sysemu/device_tree.h
2290 F: hw/misc/vmcoreinfo.c
2291 F: include/hw/misc/vmcoreinfo.h
2292 F: include/qemu/win_dump_defs
2293 F: include/sysemu/dump-arch.h
2294 F: include/sysemu/dump.h
2296 F: scripts/dump-guest-memory.py
2302 F: include/qapi/error.h
2303 F: include/qemu/error-report.h
2306 F: util/qemu-error.c
2307 F: scripts/coccinelle/err-bad-newline.cocci
2308 F: scripts/coccinelle/error-use-after-free.cocci
2309 F: scripts/coccinelle/error_propagate_null.cocci
2310 F: scripts/coccinelle/remove_local_err.cocci
2311 F: scripts/coccinelle/use-error_fatal.cocci
2312 F: scripts/coccinelle/errp-guard.cocci
2324 F: include/exec/ioport.h
2325 F: include/exec/memop.h
2326 F: include/exec/memory.h
2327 F: include/exec/ram_addr.h
2328 F: include/exec/ramblock.h
2329 F: softmmu/dma-helpers.c
2332 F: softmmu/physmem.c
2333 F: include/exec/memory-internal.h
2334 F: scripts/coccinelle/memory-region-housekeeping.cocci
2339 F: include/ui/qemu-spice.h
2340 F: include/ui/spice-display.h
2342 F: audio/spiceaudio.c
2345 F: docs/spice-port-fqdn.txt
2363 F: include/qemu/main-loop.h
2364 F: include/sysemu/runstate.h
2365 F: include/sysemu/runstate-action.h
2367 F: util/qemu-timer.c
2371 F: softmmu/cpu-throttle.c
2372 F: softmmu/cpu-timers.c
2374 F: softmmu/runstate-action.c
2375 F: qapi/run-state.json
2377 Read, Copy, Update (RCU)
2380 F: include/qemu/rcu*.h
2381 F: tests/rcutorture.c
2382 F: tests/test-rcu-*.c
2388 F: monitor/monitor-internal.h
2390 F: monitor/monitor.c
2394 F: include/monitor/hmp-target.h
2395 F: tests/qtest/test-hmp.c
2396 F: include/qemu/qemu-print.h
2397 F: util/qemu-print.c
2399 Network device backends
2404 F: qemu-bridge-helper.c
2405 T: git https://github.com/jasowang/qemu.git net
2408 Netmap network backend
2412 W: http://info.iet.unipi.it/~luigi/netmap/
2416 Host Memory Backends
2420 F: backends/hostmem*.c
2421 F: include/sysemu/hostmem.h
2422 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2427 F: include/sysemu/cryptodev*.h
2428 F: backends/cryptodev*.c
2436 T: git https://gitlab.com/jsnow/qemu.git python
2448 F: scripts/simplebench/
2457 X: include/qapi/qmp/
2458 F: include/qapi/qmp/dispatch.h
2459 F: tests/qapi-schema/
2460 F: tests/test-*-visitor.c
2461 F: tests/test-qapi-*.c
2462 F: tests/test-qmp-*.c
2463 F: tests/test-visitor-serialization.c
2464 F: scripts/qapi-gen.py
2466 F: docs/sphinx/qapidoc.py
2468 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2475 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2481 F: include/qapi/qmp/
2482 X: include/qapi/qmp/dispatch.h
2483 F: scripts/coccinelle/qobject.cocci
2484 F: tests/check-qdict.c
2485 F: tests/check-qjson.c
2486 F: tests/check-qlist.c
2487 F: tests/check-qlit.c
2488 F: tests/check-qnull.c
2489 F: tests/check-qnum.c
2490 F: tests/check-qobject.c
2491 F: tests/check-qstring.c
2492 F: tests/data/qobject/qdict.txt
2493 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2499 F: docs/interop/qemu-ga.rst
2500 F: docs/interop/qemu-ga-ref.rst
2501 F: scripts/qemu-guest-agent/
2503 T: git https://github.com/mdroth/qemu.git qga
2510 F: docs/qdev-device-use.txt
2515 F: include/monitor/qdev.h
2519 F: scripts/coccinelle/qom-parent-type.cocci
2520 F: softmmu/qdev-monitor.c
2522 F: tests/check-qom-interface.c
2523 F: tests/check-qom-proplist.c
2524 F: tests/test-qdev-global-props.c
2526 QOM boilerplate conversion script
2529 F: scripts/codeconverter/
2534 F: monitor/monitor-internal.h
2537 F: monitor/monitor.c
2538 F: qapi/control.json
2540 F: qapi/introspect.json
2541 F: docs/devel/*qmp-*
2542 F: docs/interop/*qmp-*
2544 F: tests/qtest/qmp-test.c
2545 F: tests/qtest/qmp-cmd-test.c
2546 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2556 X: tests/qtest/bios-tables-test*
2565 F: tests/qtest/fuzz/
2566 F: scripts/oss-fuzz/
2567 F: docs/devel/fuzzing.rst
2572 F: hw/core/register.c
2573 F: include/hw/register.h
2574 F: include/hw/registerfields.h
2581 F: include/net/slirp.h
2582 T: git https://people.debian.org/~sthibault/qemu.git slirp
2588 F: include/hw/stream.h
2600 F: docs/qemu-option-trace.rst.inc
2602 F: scripts/tracetool.py
2603 F: scripts/tracetool/
2604 F: scripts/qemu-trace-stap*
2605 F: docs/interop/qemu-trace-stap.rst
2606 F: docs/devel/tracing.txt
2607 T: git https://github.com/stefanha/qemu.git tracing
2615 F: include/hw/acpi/tpm.h
2616 F: include/sysemu/tpm*
2619 F: tests/qtest/*tpm*
2620 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2624 F: scripts/checkpatch.pl
2630 F: hw/core/vmstate-if.c
2631 F: include/hw/vmstate-if.h
2632 F: include/migration/
2634 F: scripts/vmstate-static-checker.py
2635 F: tests/vmstate-static-checker-data/
2636 F: tests/qtest/migration-test.c
2637 F: docs/devel/migration.rst
2638 F: qapi/migration.json
2643 F: backends/dbus-vmstate.c
2644 F: tests/dbus-vmstate*
2646 F: include/qemu/dbus.h
2647 F: docs/interop/dbus.rst
2648 F: docs/interop/dbus-vmstate.rst
2653 F: softmmu/qemu-seccomp.c
2654 F: include/sysemu/seccomp.h
2662 F: tests/test-crypto-*
2663 F: tests/benchmark-crypto-*
2664 F: tests/crypto-tls-*
2665 F: tests/pkix_asn1_tab.c
2673 F: include/qemu/coroutine*
2674 F: tests/test-coroutine.c
2680 F: include/qemu/buffer.h
2695 F: tests/test-authz-*
2701 F: include/qemu/sockets.h
2702 F: util/qemu-sockets.c
2703 F: qapi/sockets.json
2708 F: util/filemonitor*.c
2709 F: include/qemu/filemonitor.h
2710 F: tests/test-util-filemonitor.c
2712 Throttling infrastructure
2715 F: block/throttle-groups.c
2716 F: include/block/throttle-groups.h
2717 F: include/qemu/throttle*.h
2719 F: docs/throttle.txt
2720 F: tests/test-throttle.c
2727 F: include/qemu/uuid.h
2728 F: tests/test-uuid.c
2734 F: include/migration/colo.h
2735 F: include/migration/failover.h
2742 F: docs/colo-proxy.txt
2744 F: net/filter-rewriter.c
2745 F: net/filter-mirror.c
2750 W: https://wiki.qemu.org/Features/record-replay
2753 F: block/blkreplay.c
2754 F: net/filter-replay.c
2755 F: include/sysemu/replay.h
2758 F: tests/acceptance/replay_kernel.py
2759 F: tests/acceptance/reverse_debugging.py
2765 F: include/qemu/iova-tree.h
2777 F: hw/i2c/smbus_slave.c
2778 F: hw/i2c/smbus_master.c
2779 F: hw/i2c/smbus_eeprom.c
2780 F: include/hw/i2c/i2c.h
2781 F: include/hw/i2c/smbus_master.h
2782 F: include/hw/i2c/smbus_slave.h
2783 F: include/hw/i2c/smbus_eeprom.h
2785 Firmware schema specifications
2791 F: docs/interop/firmware.json
2797 F: pc-bios/descriptors/??-edk2-*.json
2799 F: roms/Makefile.edk2
2802 F: tests/data/uefi-boot-images/
2803 F: tests/uefi-test-tools/
2804 F: .gitlab-ci.d/edk2.yml
2805 F: .gitlab-ci.d/edk2/
2812 F: hw/i386/intel_iommu.c
2813 F: hw/i386/intel_iommu_internal.h
2814 F: include/hw/i386/intel_iommu.h
2819 F: pc-bios/opensbi-*
2820 F: .gitlab-ci.d/opensbi.yml
2821 F: .gitlab-ci.d/opensbi/
2825 Overall usermode emulation
2829 F: accel/tcg/user-exec*.c
2834 F: default-configs/*-bsd-user.mak
2840 F: default-configs/*-linux-user.mak
2841 F: scripts/qemu-binfmt-conf.sh
2842 F: scripts/update-syscalltbl.sh
2843 F: scripts/update-mips-syscall-args.sh
2844 F: scripts/gensyscalls.sh
2846 Tiny Code Generator (TCG)
2847 -------------------------
2857 F: docs/devel/tcg-plugins.rst
2964 F: block/iscsi-opts.c
2966 Network Block Device (NBD)
2972 F: include/block/nbd*
2975 F: docs/interop/nbd.txt
2976 F: docs/interop/qemu-nbd.rst
2977 T: git https://repo.or.cz/qemu/ericb.git nbd
3014 F: include/block/nvme.h
3015 T: git https://github.com/stefanha/qemu.git block
3020 F: softmmu/bootdevice.c
3032 F: block/blklogwrites.c
3038 F: block/blkverify.c
3063 F: block/parallels.c
3064 F: docs/interop/parallels.txt
3076 F: block/linux-aio.c
3077 F: include/block/raw-aio.h
3078 F: block/raw-format.c
3079 F: block/file-posix.c
3080 F: block/file-win32.c
3081 F: block/win32-aio.c
3098 F: docs/interop/qcow2.txt
3129 F: tests/image-fuzzer/
3131 Vhost-user block device backend server
3134 F: block/export/vhost-user-blk-server.c
3135 F: block/export/vhost-user-blk-server.h
3136 F: include/qemu/vhost-user-server.h
3137 F: tests/qtest/libqos/vhost-user-blk.c
3138 F: util/vhost-user-server.c
3140 FUSE block device exports
3144 F: block/export/fuse.c
3151 F: block/replication.c
3152 F: tests/test-replication.c
3153 F: docs/block-replication.txt
3162 F: contrib/rdmacm-mux/*
3169 F: include/hw/semihosting/
3171 Build and test automation
3172 -------------------------
3173 Build and test automation
3178 F: .github/lockdown.yml
3184 F: scripts/archive-source.sh
3185 W: https://travis-ci.org/qemu/qemu
3186 W: https://app.shippable.com/github/qemu/qemu
3187 W: http://patchew.org/QEMU/
3189 FreeBSD Hosted Continuous Integration
3194 W: https://cirrus-ci.com/github/qemu/qemu
3196 GitLab Continuous Integration
3203 F: .gitlab-ci.d/crossbuilds.yml
3205 F: scripts/ci/gitlab-pipeline-status
3207 Guest Test Compilation Support
3211 F: tests/tcg/Makefile
3212 F: tests/tcg/Makefile.include
3214 Acceptance (Integration) Testing with the Avocado framework
3215 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3220 F: tests/acceptance/
3224 Build system architecture
3227 F: docs/devel/build-system.txt
3229 GIT Data Mining Config
3235 Incompatible changes
3237 F: docs/system/deprecated.rst
3244 F: scripts/git-submodule.sh
3250 Sphinx documentation configuration and build machinery
3259 Performance Tools and Tests
3262 F: scripts/performance/