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://github.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://github.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
448 F: accel/stubs/hvf-stub.c
450 F: include/sysemu/hvf.h
456 F: include/sysemu/whpx.h
458 Guest CPU Cores (Xen)
459 ---------------------
469 F: hw/char/xen_console.c
470 F: hw/display/xenfb.c
474 F: hw/block/dataplane/xen*
478 F: hw/pci-host/xen_igd_pt.c
479 F: include/hw/block/dataplane/xen*
481 F: include/sysemu/xen.h
482 F: include/sysemu/xen-mapcache.h
483 F: stubs/xen-hw-stub.c
485 Guest CPU Cores (HAXM)
486 ---------------------
491 W: https://github.com/intel/haxm/issues
493 F: accel/stubs/hax-stub.c
494 F: include/sysemu/hax.h
505 F: scripts/update-linux-headers.sh
511 F: include/sysemu/os-posix.h
513 F: include/qemu/*posix*.h
518 K: ^Subject:.*(?i)NetBSD
523 K: ^Subject:.*(?i)OpenBSD
539 F: hw/isa/smc37c669-superio.c
540 F: tests/tcg/alpha/system/
550 F: include/hw/*/allwinner*
551 F: hw/arm/cubieboard.c
557 F: hw/*/allwinner-h3*
558 F: include/hw/*/allwinner-h3*
560 F: docs/system/arm/orangepi.rst
562 ARM PrimeCell and CMSDK devices
567 F: include/hw/char/pl011.h
570 F: include/hw/dma/pl080.h
577 F: include/hw/ssi/pl022.h
579 F: include/hw/rtc/pl031.h
580 F: include/hw/arm/primecell.h
581 F: hw/timer/cmsdk-apb-timer.c
582 F: include/hw/timer/cmsdk-apb-timer.h
583 F: hw/timer/cmsdk-apb-dualtimer.c
584 F: include/hw/timer/cmsdk-apb-dualtimer.h
585 F: hw/char/cmsdk-apb-uart.c
586 F: include/hw/char/cmsdk-apb-uart.h
587 F: hw/watchdog/cmsdk-apb-watchdog.c
588 F: include/hw/watchdog/cmsdk-apb-watchdog.h
590 F: include/hw/misc/tz-ppc.h
592 F: include/hw/misc/tz-mpc.h
594 F: include/hw/misc/tz-msc.h
601 F: hw/intc/gic_internal.h
603 F: hw/misc/arm11scu.c
604 F: hw/misc/arm_l2x0.c
605 F: hw/timer/a9gtimer*
607 F: include/hw/arm/arm*.h
608 F: include/hw/intc/arm*
609 F: include/hw/misc/a9scu.h
610 F: include/hw/misc/arm11scu.h
611 F: include/hw/timer/a9gtimer.h
612 F: include/hw/timer/arm_mptimer.h
613 F: include/hw/timer/armv7m_systick.h
614 F: tests/qtest/test-arm-mptimer.c
622 F: include/hw/arm/exynos4210.h
637 F: include/hw/arm/digic.h
639 F: include/hw/*/digic*
640 F: tests/acceptance/machine_arm_canona1100.py
641 F: docs/system/arm/digic.rst
648 F: hw/rtc/goldfish_rtc.c
649 F: include/hw/rtc/goldfish_rtc.h
657 F: docs/system/arm/gumstix.rst
664 F: hw/arm/fsl-imx25.c
665 F: hw/arm/imx25_pdk.c
666 F: hw/misc/imx25_ccm.c
667 F: hw/watchdog/wdt_imx2.c
668 F: include/hw/arm/fsl-imx25.h
669 F: include/hw/misc/imx25_ccm.h
670 F: include/hw/watchdog/wdt_imx2.h
680 F: include/hw/*/imx_*
681 F: include/hw/*/*imx31*
687 F: hw/arm/integratorcp.c
688 F: hw/misc/arm_integrator_debug.c
689 F: include/hw/misc/arm_integrator_debug.h
690 F: tests/acceptance/machine_arm_integratorcp.py
691 F: docs/system/arm/integratorcp.rst
693 MCIMX6UL EVK / i.MX6ul
698 F: hw/arm/mcimx6ul-evk.c
699 F: hw/arm/fsl-imx6ul.c
700 F: hw/misc/imx6ul_ccm.c
701 F: include/hw/arm/fsl-imx6ul.h
702 F: include/hw/misc/imx6ul_ccm.h
704 MCIMX7D SABRE / i.MX7
709 F: hw/arm/mcimx7d-sabre.c
712 F: include/hw/arm/fsl-imx7.h
713 F: include/hw/misc/imx7_*.h
714 F: hw/pci-host/designware.c
715 F: include/hw/pci-host/designware.h
724 F: include/hw/misc/mps2-*.h
726 F: include/hw/arm/armsse.h
727 F: hw/misc/iotkit-secctl.c
728 F: include/hw/misc/iotkit-secctl.h
729 F: hw/misc/iotkit-sysctl.c
730 F: include/hw/misc/iotkit-sysctl.h
731 F: hw/misc/iotkit-sysinfo.c
732 F: include/hw/misc/iotkit-sysinfo.h
733 F: hw/misc/armsse-cpuid.c
734 F: include/hw/misc/armsse-cpuid.h
735 F: hw/misc/armsse-mhu.c
736 F: include/hw/misc/armsse-mhu.h
737 F: docs/system/arm/mps2.rst
744 F: docs/system/arm/musca.rst
752 F: docs/system/arm/musicpal.rst
760 F: include/hw/*/npcm7xx*
761 F: tests/qtest/npcm7xx*
762 F: pc-bios/npcm7xx_bootrom.bin
764 F: docs/system/arm/nuvoton.rst
772 F: hw/display/blizzard.c
774 F: hw/input/tsc2005.c
777 F: include/hw/display/blizzard.h
778 F: include/hw/input/tsc2xxx.h
779 F: include/hw/misc/cbus.h
780 F: tests/acceptance/machine_arm_n8x0.py
781 F: docs/system/arm/nseries.rst
789 F: hw/input/tsc210x.c
790 F: include/hw/input/tsc2xxx.h
791 F: docs/system/arm/palm.rst
800 F: hw/arm/raspi_platform.h
802 F: include/hw/arm/raspi*
803 F: include/hw/*/bcm283*
804 F: docs/system/arm/raspi.rst
811 F: hw/cpu/realview_mpcore.c
812 F: hw/intc/realview_gic.c
813 F: include/hw/intc/realview_gic.h
814 F: docs/system/arm/realview.rst
821 F: hw/arm/mainstone.c
826 F: hw/display/tc6393xb.c
829 F: hw/misc/mst_fpga.c
831 F: include/hw/misc/max111x.h
832 F: include/hw/arm/pxa.h
833 F: include/hw/arm/sharpsl.h
834 F: include/hw/display/tc6393xb.h
835 F: docs/system/arm/xscale.rst
842 F: hw/arm/sabrelite.c
846 F: hw/usb/imx-usb-phy.c
847 F: include/hw/usb/imx-usb-phy.h
848 F: include/hw/arm/fsl-imx6.h
849 F: include/hw/misc/imx6_*.h
850 F: include/hw/ssi/imx_spi.h
859 F: docs/system/arm/sbsa.rst
861 Sharp SL-5500 (Collie) PDA
867 F: docs/system/arm/collie.rst
874 F: include/hw/input/gamepad.h
875 F: docs/system/arm/stellaris.rst
882 F: docs/system/arm/vexpress.rst
889 F: include/hw/i2c/arm_sbcon_i2c.h
890 F: hw/misc/arm_sysctl.c
891 F: docs/system/arm/versatile.rst
898 F: include/hw/arm/virt.h
899 F: docs/system/arm/virt.rst
910 F: include/hw/misc/zynq*
913 Xilinx ZynqMP and Versal
920 F: include/hw/*/xlnx*.h
921 F: include/hw/ssi/xilinx_spips.h
923 F: include/hw/display/dpcd.h
924 F: docs/system/arm/xlnx-versal-virt.rst
930 F: hw/arm/virt-acpi-build.c
937 F: hw/arm/stm32f205_soc.c
938 F: hw/misc/stm32f2xx_syscfg.c
939 F: hw/char/stm32f2xx_usart.c
940 F: hw/timer/stm32f2xx_timer.c
942 F: hw/ssi/stm32f2xx_spi.c
943 F: include/hw/*/stm32*.h
950 F: hw/arm/stm32f405_soc.c
951 F: hw/misc/stm32f4xx_syscfg.c
952 F: hw/misc/stm32f4xx_exti.c
959 F: hw/arm/netduino2.c
966 F: hw/arm/netduinoplus2.c
974 F: hw/misc/msf2-sysreg.c
975 F: hw/timer/mss-timer.c
977 F: include/hw/arm/msf2-soc.h
978 F: include/hw/misc/msf2-sysreg.h
979 F: include/hw/timer/mss-timer.h
980 F: include/hw/ssi/mss-spi.h
981 F: hw/net/msf2-emac.c
982 F: include/hw/net/msf2-emac.h
1000 F: include/hw/*/*aspeed*
1001 F: include/hw/misc/pca9552*.h
1002 F: hw/net/ftgmac100.c
1003 F: include/hw/net/ftgmac100.h
1004 F: docs/system/arm/aspeed.rst
1013 F: include/hw/*/nrf51*.h
1014 F: include/hw/*/microbit*.h
1015 F: tests/qtest/microbit-test.c
1024 F: default-configs/avr-softmmu.mak
1026 F: include/hw/char/avr_usart.h
1027 F: hw/char/avr_usart.c
1028 F: include/hw/timer/avr_timer16.h
1029 F: hw/timer/avr_timer16.c
1030 F: include/hw/misc/avr_power.h
1031 F: hw/misc/avr_power.c
1044 F: hw/cris/axis_dev88.c
1053 F: default-configs/hppa-softmmu.mak
1055 F: pc-bios/hppa-firmware.img
1059 EVR32 and uclinux BSP
1062 F: hw/lm32/lm32_boards.c
1067 F: hw/lm32/milkymist.c
1075 F: hw/m68k/mcf5206.c
1080 F: hw/m68k/mcf5208.c
1081 F: hw/m68k/mcf_intc.c
1082 F: hw/char/mcf_uart.c
1084 F: include/hw/m68k/mcf*.h
1090 F: hw/display/next-fb.c
1091 F: include/hw/m68k/next-cube.h
1097 F: hw/misc/mac_via.c
1099 F: hw/display/macfb.c
1101 F: hw/m68k/bootinfo.h
1102 F: include/hw/misc/mac_via.h
1103 F: include/hw/nubus/*
1104 F: include/hw/display/macfb.h
1105 F: include/hw/block/swim.h
1109 petalogix_s3adsp1800
1112 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1113 F: include/hw/char/xilinx_uartlite.h
1118 F: hw/microblaze/petalogix_ml605_mmu.c
1127 F: hw/display/jazz_led.c
1137 F: hw/mips/gt64xxx_pci.c
1138 F: include/hw/southbridge/piix.h
1139 F: tests/acceptance/linux_ssh_mips_malta.py
1140 F: tests/acceptance/machine_mips_malta.py
1145 F: hw/mips/mipssim.c
1153 F: hw/mips/fuloong2e.c
1154 F: hw/isa/vt82c686.c
1155 F: hw/pci-host/bonito.c
1156 F: include/hw/isa/vt82c686.h
1158 Loongson-3 virtual platforms
1162 F: hw/intc/loongson_liointc.c
1168 F: hw/core/loader-fit.c
1170 F: hw/pci-host/xilinx-pcie.c
1171 F: include/hw/pci-host/xilinx-pcie.h
1178 F: hw/openrisc/openrisc_sim.c
1187 F: hw/ppc/ppc405_boards.c
1194 F: hw/ppc/ppc440_bamboo.c
1202 F: hw/gpio/mpc8xxx.c
1204 F: hw/net/fsl_etsec/
1205 F: hw/pci-host/ppce500.c
1206 F: include/hw/ppc/ppc_e500.h
1207 F: include/hw/pci-host/ppce500.h
1208 F: pc-bios/u-boot.e500
1215 F: hw/ppc/mpc8544ds.c
1216 F: hw/ppc/mpc8544_guts.c
1224 F: hw/ppc/mac_newworld.c
1225 F: hw/pci-host/uninorth.c
1226 F: hw/pci-bridge/dec.[hc]
1228 F: hw/misc/mos6522.c
1229 F: hw/nvram/mac_nvram.c
1231 F: include/hw/misc/macio/
1232 F: include/hw/misc/mos6522.h
1233 F: include/hw/ppc/mac_dbdma.h
1234 F: include/hw/pci-host/uninorth.h
1235 F: include/hw/input/adb*
1236 F: pc-bios/qemu_vga.ndrv
1244 F: hw/ppc/mac_oldworld.c
1245 F: hw/pci-host/grackle.c
1247 F: hw/intc/heathrow_pic.c
1249 F: include/hw/intc/heathrow_pic.h
1250 F: include/hw/input/adb*
1251 F: pc-bios/qemu_vga.ndrv
1260 F: hw/ppc/prep_systemio.c
1261 F: hw/ppc/rs6000_mc.c
1262 F: hw/pci-host/prep.[hc]
1266 F: hw/rtc/m48t59-isa.c
1267 F: include/hw/isa/pc87312.h
1268 F: include/hw/rtc/m48t59.h
1269 F: tests/acceptance/ppc_prep_40p.py
1277 F: include/hw/*/spapr*
1279 F: include/hw/*/xics*
1281 F: docs/specs/ppc-spapr-hcalls.txt
1282 F: docs/specs/ppc-spapr-hotplug.txt
1283 F: tests/qtest/spapr*
1284 F: tests/qtest/libqos/*spapr*
1285 F: tests/qtest/rtas*
1286 F: tests/qtest/libqos/rtas*
1288 PowerNV (Non-Virtualized)
1296 F: hw/intc/xics_pnv.c
1298 F: include/hw/ppc/pnv*
1299 F: include/hw/pci-host/pnv*
1300 F: pc-bios/skiboot.lid
1307 F: hw/ppc/virtex_ml507.c
1315 F: hw/ppc/sam460ex.c
1316 F: hw/ppc/ppc440_pcix.c
1317 F: hw/display/sm501*
1320 F: pc-bios/canyonlands.dt[sb]
1321 F: pc-bios/u-boot-sam460ex-20100605.bin
1322 F: roms/u-boot-sam460ex
1330 F: hw/riscv/opentitan.c
1331 F: hw/char/ibex_uart.c
1332 F: hw/intc/ibex_plic.c
1333 F: include/hw/riscv/opentitan.h
1334 F: include/hw/char/ibex_uart.h
1335 F: include/hw/intc/ibex_plic.h
1337 Microchip PolarFire SoC Icicle Kit
1341 F: hw/riscv/microchip_pfsoc.c
1342 F: hw/char/mchp_pfsoc_mmuart.c
1343 F: hw/misc/mchp_pfsoc_dmc.c
1344 F: hw/misc/mchp_pfsoc_ioscb.c
1345 F: hw/misc/mchp_pfsoc_sysreg.c
1346 F: include/hw/riscv/microchip_pfsoc.h
1347 F: include/hw/char/mchp_pfsoc_mmuart.h
1348 F: include/hw/misc/mchp_pfsoc_dmc.h
1349 F: include/hw/misc/mchp_pfsoc_ioscb.h
1350 F: include/hw/misc/mchp_pfsoc_sysreg.h
1357 F: docs/system/target-rx.rst
1358 F: hw/rx/rx-gdbsim.c
1359 F: tests/acceptance/machine_rx_gdbsim.py
1368 F: hw/intc/sh_intc.c
1369 F: include/hw/sh4/sh_intc.h
1376 F: hw/intc/sh_intc.c
1377 F: include/hw/sh4/sh_intc.h
1385 F: hw/sparc/sun4m_iommu.c
1388 F: hw/dma/sparc32_dma.c
1389 F: hw/misc/eccmemctl.c
1391 F: include/hw/nvram/sun_nvram.h
1392 F: include/hw/sparc/sparc32_dma.h
1393 F: include/hw/sparc/sun4m_iommu.h
1394 F: pc-bios/openbios-sparc32
1399 F: hw/sparc64/sun4u.c
1400 F: hw/sparc64/sun4u_iommu.c
1401 F: include/hw/sparc/sun4u_iommu.h
1402 F: hw/pci-host/sabre.c
1403 F: include/hw/pci-host/sabre.h
1404 F: hw/pci-bridge/simba.c
1405 F: include/hw/pci-bridge/simba.h
1406 F: pc-bios/openbios-sparc64
1407 F: tests/acceptance/machine_sparc64_sun4u.py
1412 F: hw/sparc64/niagara.c
1413 F: hw/rtc/sun4v-rtc.c
1414 F: include/hw/rtc/sun4v-rtc.h
1422 F: include/hw/*/grlib*
1423 F: tests/acceptance/machine_sparc_leon3.py
1432 F: hw/char/sclp*.[hc]
1433 F: hw/char/terminal3270.c
1435 F: include/hw/s390x/
1436 F: hw/watchdog/wdt_diag288.c
1437 F: include/hw/watchdog/wdt_diag288.h
1438 F: default-configs/s390x-softmmu.mak
1439 F: tests/acceptance/machine_s390_ccw_virtio.py
1440 T: git https://github.com/cohuck/qemu.git s390-next
1441 T: git https://github.com/borntraeger/qemu.git s390-next
1449 F: pc-bios/s390-ccw/
1450 F: pc-bios/s390-ccw.img
1451 F: docs/devel/s390-dasd-ipl.rst
1452 T: git https://github.com/borntraeger/qemu.git s390-next
1458 F: hw/s390x/s390-pci*
1459 F: include/hw/s390x/s390-pci*
1464 PKUnity-3 SoC initramfs-with-busybox
1478 F: hw/pci-host/i440fx.c
1479 F: hw/pci-host/q35.c
1480 F: hw/pci-host/pam.c
1481 F: include/hw/pci-host/i440fx.h
1482 F: include/hw/pci-host/q35.h
1483 F: include/hw/pci-host/pam.h
1485 F: hw/isa/lpc_ich9.c
1486 F: hw/i2c/smbus_ich9.c
1489 F: include/hw/acpi/ich9.h
1490 F: include/hw/southbridge/piix.h
1493 F: include/hw/isa/apm.h
1494 F: tests/test-x86-cpuid.c
1495 F: tests/qtest/test-x86-cpuid-compat.c
1501 F: hw/char/debugcon.c
1502 F: hw/char/parallel*
1505 F: hw/i2c/pm_smbus.c
1510 F: hw/isa/isa-superio.c
1511 F: hw/misc/debugexit.c
1512 F: hw/misc/pc-testdev.c
1515 F: hw/rtc/mc146818rtc*
1516 F: hw/watchdog/wdt_ib700.c
1517 F: hw/watchdog/wdt_i6300esb.c
1518 F: include/hw/display/vga.h
1519 F: include/hw/char/parallel.h
1520 F: include/hw/dma/i8257.h
1521 F: include/hw/i2c/pm_smbus.h
1522 F: include/hw/input/i8042.h
1523 F: include/hw/isa/i8259_internal.h
1524 F: include/hw/isa/superio.h
1525 F: include/hw/timer/hpet.h
1526 F: include/hw/timer/i8254*
1527 F: include/hw/rtc/mc146818rtc*
1534 F: hw/i386/microvm.c
1535 F: include/hw/i386/microvm.h
1536 F: pc-bios/bios-microvm.bin
1544 F: hw/core/machine-qmp-cmds.c
1545 F: hw/core/machine.c
1546 F: hw/core/null-machine.c
1549 F: qapi/machine.json
1550 F: qapi/machine-target.json
1551 F: include/hw/boards.h
1552 F: include/hw/core/cpu.h
1553 F: include/hw/cpu/cluster.h
1554 F: include/sysemu/numa.h
1555 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1569 XTFPGA (LX60, LX200, ML605, KC705)
1572 F: hw/xtensa/xtfpga.c
1573 F: hw/net/opencores_eth.c
1581 F: hw/net/can/xlnx-*
1582 F: include/hw/net/xlnx-*
1583 F: tests/qtest/xlnx-can-test*
1599 F: hw/block/hd-geometry.c
1600 F: tests/qtest/ide-test.c
1601 F: tests/qtest/ahci-test.c
1602 F: tests/qtest/cdrom-test.c
1603 F: tests/qtest/libqos/ahci*
1604 T: git https://gitlab.com/jsnow/qemu.git ide
1609 F: include/hw/ipmi/*
1611 F: hw/smbios/smbios_type_38.c
1612 F: tests/qtest/ipmi*
1613 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1620 F: include/hw/block/fdc.h
1621 F: tests/qtest/fdc-test.c
1622 T: git https://gitlab.com/jsnow/qemu.git ide
1629 F: include/hw/arm/omap.h
1630 F: docs/system/arm/sx1.rst
1635 F: hw/char/ipoctal232.c
1643 F: hw/misc/pci-testdev.c
1649 F: default-configs/pci.mak
1655 F: include/hw/acpi/*
1656 F: include/hw/firmware/smbios.h
1660 F: hw/i386/acpi-build.[hc]
1661 F: hw/arm/virt-acpi-build.c
1663 F: tests/qtest/bios-tables-test*
1664 F: tests/qtest/acpi-utils.[hc]
1673 F: include/hw/acpi/ghes.h
1674 F: docs/specs/acpi_hest_ghes.rst
1681 F: hw/i2c/ppc4xx_i2c.c
1682 F: include/hw/ppc/ppc4xx.h
1683 F: include/hw/i2c/ppc4xx_i2c.h
1696 F: tests/qtest/virtio-net-test.c
1697 F: docs/virtio-net-failover.rst
1698 T: git https://github.com/jasowang/qemu.git net
1700 Parallel NOR Flash devices
1702 T: git https://gitlab.com/philmd/qemu.git pflash-next
1704 F: hw/block/pflash_cfi*.c
1705 F: include/hw/block/flash.h
1711 F: include/hw/scsi/*
1713 F: tests/qtest/virtio-scsi-test.c
1714 T: git https://github.com/bonzini/qemu.git scsi-next
1720 F: hw/block/m25p80.c
1721 F: include/hw/ssi/ssi.h
1723 F: tests/qtest/m25p80-test.c
1734 F: include/hw/sd/sd*
1744 F: tests/qtest/usb-*-test.c
1746 F: docs/usb-storage.txt
1749 F: default-configs/usb.mak
1751 USB (serial adapter)
1755 F: hw/usb/dev-serial.c
1768 F: hw/s390x/s390-ccw.c
1769 F: include/hw/s390x/s390-ccw.h
1770 F: include/hw/s390x/vfio-ccw.h
1771 T: git https://github.com/cohuck/qemu.git s390-next
1780 F: hw/s390x/ap-device.c
1781 F: hw/s390x/ap-bridge.c
1782 F: include/hw/s390x/ap-device.h
1783 F: include/hw/s390x/ap-bridge.h
1785 F: docs/system/s390x/vfio-ap.rst
1792 F: docs/interop/vhost-user.json
1793 F: docs/interop/vhost-user.rst
1794 F: contrib/vhost-user-*/
1795 F: backends/vhost-user.c
1796 F: include/sysemu/vhost-user-backend.h
1802 F: hw/virtio/Makefile.objs
1803 F: hw/virtio/trace-events
1805 F: include/hw/virtio/
1811 F: hw/virtio/virtio-balloon*.c
1812 F: include/hw/virtio/virtio-balloon.h
1813 F: softmmu/balloon.c
1814 F: include/sysemu/balloon.h
1823 F: docs/interop/virtfs-proxy-helper.rst
1824 F: tests/qtest/virtio-9p-test.c
1825 T: git https://github.com/gkurz/qemu.git 9p-next
1831 F: hw/block/virtio-blk.c
1832 F: hw/block/dataplane/*
1833 F: tests/qtest/virtio-blk-test.c
1834 T: git https://github.com/stefanha/qemu.git block
1840 F: hw/s390x/virtio-ccw*.[hc]
1841 F: hw/s390x/vhost-vsock-ccw.c
1842 T: git https://github.com/cohuck/qemu.git s390-next
1843 T: git https://github.com/borntraeger/qemu.git s390-next
1850 F: tools/virtiofsd/*
1851 F: hw/virtio/vhost-user-fs*
1852 F: include/hw/virtio/vhost-user-fs.h
1853 F: docs/interop/virtiofsd.rst
1858 F: hw/input/vhost-user-input.c
1859 F: hw/input/virtio-input*.c
1860 F: include/hw/virtio/virtio-input.h
1861 F: contrib/vhost-user-input/*
1866 F: hw/virtio/virtio-iommu*.c
1867 F: include/hw/virtio/virtio-iommu.h
1873 F: hw/char/virtio-serial-bus.c
1874 F: hw/char/virtio-console.c
1875 F: include/hw/virtio/virtio-serial.h
1876 F: tests/qtest/virtio-serial-test.c
1882 F: hw/virtio/virtio-rng.c
1883 F: include/hw/virtio/virtio-rng.h
1884 F: include/sysemu/rng*.h
1886 F: tests/qtest/virtio-rng-test.c
1891 F: hw/virtio/virtio-crypto.c
1892 F: hw/virtio/virtio-crypto-pci.c
1893 F: include/hw/virtio/virtio-crypto.h
1898 W: https://virtio-mem.gitlab.io/
1899 F: hw/virtio/virtio-mem.c
1900 F: hw/virtio/virtio-mem-pci.h
1901 F: hw/virtio/virtio-mem-pci.c
1902 F: include/hw/virtio/virtio-mem.h
1910 F: include/block/nvme.h
1911 F: tests/qtest/nvme-test.c
1912 F: docs/specs/nvme.txt
1913 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1919 F: hw/scsi/megasas.c
1921 F: tests/qtest/megasas-test.c
1923 Network packet abstractions
1926 F: include/net/eth.h
1928 F: hw/net/net_rx_pkt*
1929 F: hw/net/net_tx_pkt*
1935 F: hw/scsi/vmw_pvscsi*
1936 F: tests/qtest/vmxnet3-test.c
1944 F: docs/specs/rocker.txt
1951 F: include/hw/mem/nvdimm.h
1967 F: hw/net/eepro100.c
1978 F: hw/core/generic-loader.c
1979 F: include/hw/core/generic-loader.h
1980 F: docs/generic-loader.txt
1982 Intel Hexadecimal Object File Loader
1985 F: tests/qtest/hexloader-test.c
1986 F: tests/data/hex-loader/test.hex
1991 F: hw/nvram/chrp_nvram.c
1992 F: include/hw/nvram/chrp_nvram.h
1993 F: tests/qtest/prom-env-test.c
1998 F: hw/acpi/vmgenid.c
1999 F: include/hw/acpi/vmgenid.h
2000 F: docs/specs/vmgenid.txt
2001 F: tests/qtest/vmgenid-test.c
2007 F: include/hw/misc/led.h
2010 Unimplemented device
2014 F: include/hw/misc/unimp.h
2021 F: include/hw/misc/empty_slot.h
2022 F: hw/misc/empty_slot.c
2028 F: hw/display/bochs-display.c
2029 F: include/hw/display/vga.h
2030 F: include/hw/display/bochs-vbe.h
2035 F: hw/display/ramfb*.c
2036 F: include/hw/display/ramfb.h
2041 F: hw/display/virtio-gpu*
2042 F: hw/display/virtio-vga.*
2043 F: include/hw/virtio/virtio-gpu.h
2048 F: contrib/vhost-user-blk/
2049 F: contrib/vhost-user-scsi/
2050 F: hw/block/vhost-user-blk.c
2051 F: hw/scsi/vhost-user-scsi.c
2052 F: hw/virtio/vhost-user-blk-pci.c
2053 F: hw/virtio/vhost-user-scsi-pci.c
2054 F: include/hw/virtio/vhost-user-blk.h
2055 F: include/hw/virtio/vhost-user-scsi.h
2061 F: docs/interop/vhost-user-gpu.rst
2062 F: contrib/vhost-user-gpu
2063 F: hw/display/vhost-user-*
2068 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2069 F: hw/display/cirrus*
2075 F: include/hw/display/edid.h
2078 PIIX4 South Bridge (i82371AB)
2083 F: include/hw/southbridge/piix.h
2085 Firmware configuration (fw_cfg)
2090 F: docs/specs/fw_cfg.txt
2091 F: hw/nvram/fw_cfg*.c
2093 F: include/hw/nvram/fw_cfg.h
2094 F: include/standard-headers/linux/qemu_fw_cfg.h
2095 F: tests/qtest/libqos/fw_cfg.c
2096 F: tests/qtest/fw_cfg-test.c
2097 T: git https://github.com/philmd/qemu.git fw_cfg-next
2106 F: include/hw/*/*xive*
2113 F: hw/char/renesas_sci.c
2114 F: hw/char/sh_serial.c
2115 F: hw/timer/renesas_*.c
2116 F: hw/timer/sh_timer.c
2117 F: include/hw/char/renesas_sci.h
2118 F: include/hw/sh4/sh.h
2119 F: include/hw/timer/renesas_*.h
2121 Renesas RX peripherals
2126 F: include/hw/intc/rx_icu.h
2129 CAN bus subsystem and hardware
2133 W: https://canbus.pages.fel.cvut.cz/
2136 F: include/net/can_*.h
2145 F: include/hw/audio/
2147 F: tests/qtest/ac97-test.c
2148 F: tests/qtest/es1370-test.c
2149 F: tests/qtest/intel-hda-test.c
2161 F: docs/interop/qemu-img.rst
2163 F: tests/qemu-iotests/
2164 F: util/qemu-progress.c
2165 F: qobject/block-qdict.c
2166 F: tests/check-block-qdict.c
2167 T: git https://repo.or.cz/qemu/kevin.git block
2180 F: include/block/aio.h
2181 F: include/block/aio-wait.h
2182 F: scripts/qemugdb/aio.py
2183 F: tests/test-fdmon-epoll.c
2184 T: git https://github.com/stefanha/qemu.git block
2186 Block SCSI subsystem
2199 F: include/block/blockjob.h
2202 F: include/qemu/job.h
2208 T: git https://gitlab.com/jsnow/qemu.git jobs
2210 Block QAPI, monitor, command line
2214 F: blockdev-hmp-cmds.c
2217 F: qapi/transaction.json
2218 T: git https://repo.or.cz/qemu/armbru.git block-next
2226 F: include/qemu/hbitmap.h
2227 F: include/block/dirty-bitmap.h
2228 F: block/monitor/bitmap-qmp-cmds.c
2229 F: block/dirty-bitmap.c
2230 F: block/qcow2-bitmap.c
2231 F: migration/block-dirty-bitmap.c
2233 F: tests/test-hbitmap.c
2234 F: docs/interop/bitmaps.rst
2235 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2237 Character device backends
2245 Character Devices (Braille)
2250 Command line option argument parsing
2253 F: include/qemu/option.h
2254 F: tests/test-keyval.c
2255 F: tests/test-qemu-opts.c
2257 F: util/qemu-option.c
2262 F: scripts/coverity-model.c
2264 Coverity Scan integration
2267 F: scripts/coverity-scan/
2273 F: softmmu/device_tree.c
2274 F: include/sysemu/device_tree.h
2280 F: hw/misc/vmcoreinfo.c
2281 F: include/hw/misc/vmcoreinfo.h
2282 F: include/qemu/win_dump_defs
2283 F: include/sysemu/dump-arch.h
2284 F: include/sysemu/dump.h
2286 F: scripts/dump-guest-memory.py
2292 F: include/qapi/error.h
2293 F: include/qemu/error-report.h
2296 F: util/qemu-error.c
2297 F: scripts/coccinelle/err-bad-newline.cocci
2298 F: scripts/coccinelle/error-use-after-free.cocci
2299 F: scripts/coccinelle/error_propagate_null.cocci
2300 F: scripts/coccinelle/remove_local_err.cocci
2301 F: scripts/coccinelle/use-error_fatal.cocci
2302 F: scripts/coccinelle/errp-guard.cocci
2314 F: include/exec/ioport.h
2315 F: include/exec/memop.h
2316 F: include/exec/memory.h
2317 F: include/exec/ram_addr.h
2318 F: include/exec/ramblock.h
2319 F: softmmu/dma-helpers.c
2322 F: softmmu/physmem.c
2323 F: include/exec/memory-internal.h
2324 F: scripts/coccinelle/memory-region-housekeeping.cocci
2329 F: include/ui/qemu-spice.h
2330 F: include/ui/spice-display.h
2332 F: audio/spiceaudio.c
2335 F: docs/spice-port-fqdn.txt
2353 F: include/qemu/main-loop.h
2354 F: include/sysemu/runstate.h
2355 F: include/sysemu/runstate-action.h
2357 F: util/qemu-timer.c
2361 F: softmmu/cpu-throttle.c
2362 F: softmmu/cpu-timers.c
2364 F: softmmu/runstate-action.c
2365 F: qapi/run-state.json
2367 Read, Copy, Update (RCU)
2370 F: include/qemu/rcu*.h
2371 F: tests/rcutorture.c
2372 F: tests/test-rcu-*.c
2378 F: monitor/monitor-internal.h
2380 F: monitor/monitor.c
2384 F: include/monitor/hmp-target.h
2385 F: tests/qtest/test-hmp.c
2386 F: include/qemu/qemu-print.h
2387 F: util/qemu-print.c
2389 Network device backends
2394 F: qemu-bridge-helper.c
2395 T: git https://github.com/jasowang/qemu.git net
2398 Netmap network backend
2402 W: http://info.iet.unipi.it/~luigi/netmap/
2406 Host Memory Backends
2410 F: backends/hostmem*.c
2411 F: include/sysemu/hostmem.h
2412 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2417 F: include/sysemu/cryptodev*.h
2418 F: backends/cryptodev*.c
2426 T: git https://gitlab.com/jsnow/qemu.git python
2438 F: scripts/simplebench/
2447 X: include/qapi/qmp/
2448 F: include/qapi/qmp/dispatch.h
2449 F: tests/qapi-schema/
2450 F: tests/test-*-visitor.c
2451 F: tests/test-qapi-*.c
2452 F: tests/test-qmp-*.c
2453 F: tests/test-visitor-serialization.c
2454 F: scripts/qapi-gen.py
2456 F: docs/sphinx/qapidoc.py
2458 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2465 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2471 F: include/qapi/qmp/
2472 X: include/qapi/qmp/dispatch.h
2473 F: scripts/coccinelle/qobject.cocci
2474 F: tests/check-qdict.c
2475 F: tests/check-qjson.c
2476 F: tests/check-qlist.c
2477 F: tests/check-qlit.c
2478 F: tests/check-qnull.c
2479 F: tests/check-qnum.c
2480 F: tests/check-qobject.c
2481 F: tests/check-qstring.c
2482 F: tests/data/qobject/qdict.txt
2483 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2489 F: docs/interop/qemu-ga.rst
2490 F: docs/interop/qemu-ga-ref.rst
2491 F: scripts/qemu-guest-agent/
2493 T: git https://github.com/mdroth/qemu.git qga
2500 F: docs/qdev-device-use.txt
2505 F: include/monitor/qdev.h
2509 F: scripts/coccinelle/qom-parent-type.cocci
2510 F: softmmu/qdev-monitor.c
2512 F: tests/check-qom-interface.c
2513 F: tests/check-qom-proplist.c
2514 F: tests/test-qdev-global-props.c
2516 QOM boilerplate conversion script
2519 F: scripts/codeconverter/
2524 F: monitor/monitor-internal.h
2527 F: monitor/monitor.c
2528 F: qapi/control.json
2530 F: qapi/introspect.json
2531 F: docs/devel/*qmp-*
2532 F: docs/interop/*qmp-*
2534 F: tests/qtest/qmp-test.c
2535 F: tests/qtest/qmp-cmd-test.c
2536 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2546 X: tests/qtest/bios-tables-test*
2555 F: tests/qtest/fuzz/
2556 F: scripts/oss-fuzz/
2557 F: docs/devel/fuzzing.rst
2562 F: hw/core/register.c
2563 F: include/hw/register.h
2564 F: include/hw/registerfields.h
2571 F: include/net/slirp.h
2572 T: git https://people.debian.org/~sthibault/qemu.git slirp
2578 F: include/hw/stream.h
2590 F: docs/qemu-option-trace.rst.inc
2592 F: scripts/tracetool.py
2593 F: scripts/tracetool/
2594 F: scripts/qemu-trace-stap*
2595 F: docs/interop/qemu-trace-stap.rst
2596 F: docs/devel/tracing.txt
2597 T: git https://github.com/stefanha/qemu.git tracing
2605 F: include/hw/acpi/tpm.h
2606 F: include/sysemu/tpm*
2609 F: tests/qtest/*tpm*
2610 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2614 F: scripts/checkpatch.pl
2620 F: hw/core/vmstate-if.c
2621 F: include/hw/vmstate-if.h
2622 F: include/migration/
2624 F: scripts/vmstate-static-checker.py
2625 F: tests/vmstate-static-checker-data/
2626 F: tests/qtest/migration-test.c
2627 F: docs/devel/migration.rst
2628 F: qapi/migration.json
2633 F: backends/dbus-vmstate.c
2634 F: tests/dbus-vmstate*
2636 F: include/qemu/dbus.h
2637 F: docs/interop/dbus.rst
2638 F: docs/interop/dbus-vmstate.rst
2643 F: softmmu/qemu-seccomp.c
2644 F: include/sysemu/seccomp.h
2652 F: tests/test-crypto-*
2653 F: tests/benchmark-crypto-*
2654 F: tests/crypto-tls-*
2655 F: tests/pkix_asn1_tab.c
2663 F: include/qemu/coroutine*
2664 F: tests/test-coroutine.c
2670 F: include/qemu/buffer.h
2685 F: tests/test-authz-*
2691 F: include/qemu/sockets.h
2692 F: util/qemu-sockets.c
2693 F: qapi/sockets.json
2698 F: util/filemonitor*.c
2699 F: include/qemu/filemonitor.h
2700 F: tests/test-util-filemonitor.c
2702 Throttling infrastructure
2705 F: block/throttle-groups.c
2706 F: include/block/throttle-groups.h
2707 F: include/qemu/throttle*.h
2709 F: docs/throttle.txt
2710 F: tests/test-throttle.c
2717 F: include/qemu/uuid.h
2718 F: tests/test-uuid.c
2724 F: include/migration/colo.h
2725 F: include/migration/failover.h
2732 F: docs/colo-proxy.txt
2734 F: net/filter-rewriter.c
2735 F: net/filter-mirror.c
2740 W: https://wiki.qemu.org/Features/record-replay
2743 F: block/blkreplay.c
2744 F: net/filter-replay.c
2745 F: include/sysemu/replay.h
2748 F: tests/acceptance/replay_kernel.py
2749 F: tests/acceptance/reverse_debugging.py
2755 F: include/qemu/iova-tree.h
2767 F: hw/i2c/smbus_slave.c
2768 F: hw/i2c/smbus_master.c
2769 F: hw/i2c/smbus_eeprom.c
2770 F: include/hw/i2c/i2c.h
2771 F: include/hw/i2c/smbus_master.h
2772 F: include/hw/i2c/smbus_slave.h
2773 F: include/hw/i2c/smbus_eeprom.h
2775 Firmware schema specifications
2781 F: docs/interop/firmware.json
2787 F: pc-bios/descriptors/??-edk2-*.json
2789 F: roms/Makefile.edk2
2792 F: tests/data/uefi-boot-images/
2793 F: tests/uefi-test-tools/
2794 F: .gitlab-ci.d/edk2.yml
2795 F: .gitlab-ci.d/edk2/
2802 F: hw/i386/intel_iommu.c
2803 F: hw/i386/intel_iommu_internal.h
2804 F: include/hw/i386/intel_iommu.h
2809 F: pc-bios/opensbi-*
2810 F: .gitlab-ci.d/opensbi.yml
2811 F: .gitlab-ci.d/opensbi/
2815 Overall usermode emulation
2819 F: accel/tcg/user-exec*.c
2824 F: default-configs/*-bsd-user.mak
2830 F: default-configs/*-linux-user.mak
2831 F: scripts/qemu-binfmt-conf.sh
2832 F: scripts/update-syscalltbl.sh
2833 F: scripts/update-mips-syscall-args.sh
2834 F: scripts/gensyscalls.sh
2836 Tiny Code Generator (TCG)
2837 -------------------------
2847 F: docs/devel/tcg-plugins.rst
2954 F: block/iscsi-opts.c
2956 Network Block Device (NBD)
2962 F: include/block/nbd*
2965 F: docs/interop/nbd.txt
2966 F: docs/interop/qemu-nbd.rst
2967 T: git https://repo.or.cz/qemu/ericb.git nbd
3004 F: include/block/nvme.h
3005 T: git https://github.com/stefanha/qemu.git block
3010 F: softmmu/bootdevice.c
3022 F: block/blklogwrites.c
3028 F: block/blkverify.c
3053 F: block/parallels.c
3054 F: docs/interop/parallels.txt
3066 F: block/linux-aio.c
3067 F: include/block/raw-aio.h
3068 F: block/raw-format.c
3069 F: block/file-posix.c
3070 F: block/file-win32.c
3071 F: block/win32-aio.c
3088 F: docs/interop/qcow2.txt
3119 F: tests/image-fuzzer/
3121 Vhost-user block device backend server
3124 F: block/export/vhost-user-blk-server.c
3125 F: block/export/vhost-user-blk-server.h
3126 F: include/qemu/vhost-user-server.h
3127 F: tests/qtest/libqos/vhost-user-blk.c
3128 F: util/vhost-user-server.c
3130 FUSE block device exports
3134 F: block/export/fuse.c
3141 F: block/replication.c
3142 F: tests/test-replication.c
3143 F: docs/block-replication.txt
3152 F: contrib/rdmacm-mux/*
3159 F: include/hw/semihosting/
3161 Build and test automation
3162 -------------------------
3163 Build and test automation
3168 F: .github/lockdown.yml
3174 F: scripts/archive-source.sh
3175 W: https://travis-ci.org/qemu/qemu
3176 W: https://app.shippable.com/github/qemu/qemu
3177 W: http://patchew.org/QEMU/
3179 FreeBSD Hosted Continuous Integration
3184 W: https://cirrus-ci.com/github/qemu/qemu
3186 GitLab Continuous Integration
3193 F: .gitlab-ci.d/crossbuilds.yml
3195 F: scripts/ci/gitlab-pipeline-status
3197 Guest Test Compilation Support
3201 F: tests/tcg/Makefile
3202 F: tests/tcg/Makefile.include
3204 Acceptance (Integration) Testing with the Avocado framework
3205 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3210 F: tests/acceptance/
3214 Build system architecture
3217 F: docs/devel/build-system.txt
3219 GIT Data Mining Config
3225 Incompatible changes
3227 F: docs/system/deprecated.rst
3234 F: scripts/git-submodule.sh
3240 Sphinx documentation configuration and build machinery
3249 Performance Tools and Tests
3252 F: scripts/performance/