Searched +full:check +full:- +full:system +full:- +full:centos (Results 1 – 4 of 4) sorted by relevance
9 VM_VENV = check-venv12 .PHONY: vm-build-all vm-clean-all14 EFI_AARCH64 = $(wildcard $(BUILD_DIR)/pc-bios/edk2-aarch64-code.fd)18 X86_IMAGES += centos20 ARM64_IMAGES += ubuntu.aarch64 centos.aarch6424 HOST_ARCH = $(shell uname -m)31 IMAGES_DIR := $(HOME)/.cache/qemu-vm/images37 HAVE_PYTHON_YAML = $(shell $(PYTHON) -c "import yaml" 2> /dev/null && echo yes)40 # 'vm-help' target was historically named 'vm-test'41 vm-help vm-test:[all …]
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:19 - job: build-system-alpine[all …]
14 source_path=$(cd "$(dirname -- "$0")"; pwd)16 if test "$PWD" -ef "$source_path"20 MARKER=build/auto-created-by-configure22 if test -e build24 if test -f $MARKER26 rm -rf build35 echo "ERROR: Could not create ./build directory. Check the permissions on"36 echo "your source directory, or try doing an out-of-tree build."41 # This file is auto-generated by configure to support in-source tree46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)[all …]
23 #include "qemu/qemu-print.h"24 #include "qemu/hw-version.h"26 #include "tcg/helper-tcg.h"27 #include "exec/translation-block.h"28 #include "system/hvf.h"29 #include "hvf/hvf-i386.h"33 #include "qemu/error-report.h"34 #include "qapi/qapi-visit-machine.h"35 #include "standard-headers/asm-x86/kvm_para.h"36 #include "hw/qdev-properties.h"[all …]