Searched full:bin (Results 1 – 25 of 29) sorted by relevance
12
/kvm-unit-tests/x86/ |
H A D | Makefile.x86_64 | 10 bin = so 16 bin = elf 63 $(TEST_DIR)/hyperv_clock.$(bin): $(TEST_DIR)/hyperv_clock.o 65 $(TEST_DIR)/vmx.$(bin): $(TEST_DIR)/vmx_tests.o 66 $(TEST_DIR)/svm.$(bin): $(TEST_DIR)/svm_tests.o 67 $(TEST_DIR)/svm_npt.$(bin): $(TEST_DIR)/svm_npt.o
|
H A D | Makefile.common | 114 $(TEST_DIR)/access_test.$(bin): $(TEST_DIR)/access.o 116 $(TEST_DIR)/vmx.$(bin): $(TEST_DIR)/access.o 118 $(TEST_DIR)/svm_npt.$(bin): $(TEST_DIR)/svm.o 120 $(TEST_DIR)/kvmclock_test.$(bin): $(TEST_DIR)/kvmclock.o 122 $(TEST_DIR)/hyperv_synic.$(bin): $(TEST_DIR)/hyperv.o 124 $(TEST_DIR)/hyperv_stimer.$(bin): $(TEST_DIR)/hyperv.o 126 $(TEST_DIR)/hyperv_connections.$(bin): $(TEST_DIR)/hyperv.o
|
H A D | Makefile.i386 | 5 bin = elf
|
H A D | run | 1 #!/usr/bin/env bash
|
/kvm-unit-tests/scripts/ |
H A D | mkstandalone.sh | 1 #!/usr/bin/env bash 40 echo "#!/usr/bin/env bash" 72 temp_file bin "$kernel" 73 # Don't want to expand $bin but print it as-is. 75 args[3]='$bin' 77 (echo "#!/usr/bin/env bash"
|
H A D | check-patch.py | 1 #!/usr/bin/env python3
|
H A D | pretty_print_stacks.py | 1 #!/usr/bin/env python3
|
/kvm-unit-tests/s390x/ |
H A D | Makefile | 63 tests_binary = $(patsubst %.elf,%.bin,$(tests)) 65 tests_pv_binary = $(patsubst %.bin,%.pv.bin,$(tests_binary)) 183 %.bin: %.elf 216 $(patsubst %.parmfile,%.pv.bin,$(wildcard s390x/*.parmfile)): %.pv.bin: %.parmfile 217 %.pv.bin: %.bin $(HOST_KEY_DOCUMENT) $(comm-key) 219 …OMM_OPTION) $(comm-key) --x-pcf $(GENPROTIMG_PCF) $(parmfile_args) --image $(filter %.bin,$^) -o $@ 226 $(RM) $(TEST_DIR)/*.{o,elf,bin,lds} $(TEST_DIR)/.*.d lib/s390x/.*.d $(comm-key)
|
H A D | run | 1 #!/usr/bin/env bash 19 if [ "${1: -7}" = ".pv.bin" ] || [ "${TESTNAME: -3}" = "_PV" ]; then
|
/kvm-unit-tests/powerpc/ |
H A D | Makefile.common | 24 all: directories $(TEST_DIR)/boot_rom.bin $(tests-all) 78 $(TEST_DIR)/boot_rom.bin: $(TEST_DIR)/boot_rom.elf 90 $(RM) $(TEST_DIR)/*.{o,elf} $(TEST_DIR)/boot_rom.bin \
|
H A D | .gitignore | 1 boot_rom.bin
|
H A D | run | 1 #!/usr/bin/env bash
|
/kvm-unit-tests/ |
H A D | README.macOS.md | 27 export PATH="/usr/local/opt/gnu-getopt/bin:$PATH" 78 --cross-prefix=$X_INSTALL_DIR/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-
|
H A D | .gitignore | 29 /s390x/*.bin
|
H A D | run_tests.sh | 1 #!/usr/bin/env bash
|
H A D | Makefile | 1 SHELL := /usr/bin/env bash
|
/kvm-unit-tests/ci/ |
H A D | cirrus-ci-macos-i386.yml | 13 - export PATH="/opt/homebrew/opt/gnu-getopt/bin:$PATH"
|
H A D | cirrus-ci-macos-x86-64.yml | 13 - export PATH="/opt/homebrew/opt/gnu-getopt/bin:$PATH"
|
/kvm-unit-tests/scripts/s390x/ |
H A D | func.bash | 28 kernel=${kernel%.elf}.pv.bin
|
/kvm-unit-tests/riscv/ |
H A D | run | 1 #!/usr/bin/env bash
|
/kvm-unit-tests/x86/efi/ |
H A D | run | 1 #!/bin/bash
|
/kvm-unit-tests/s390x/snippets/ |
H A D | Makefile | 35 $(RM) $(SNIPPET_DIR)/*/*.{o,elf,*bin,*obj,hdr,lds} $(SNIPPET_DIR)/asm/.*.d
|
/kvm-unit-tests/arm/efi/ |
H A D | run | 1 #!/bin/bash
|
/kvm-unit-tests/riscv/efi/ |
H A D | run | 1 #!/bin/bash
|
/kvm-unit-tests/arm/ |
H A D | run | 1 #!/usr/bin/env bash
|
12