| /qemu/tests/tcg/ |
| A D | Makefile.target | 48 quiet-command = $(call quiet-@,$2,$3)$1 51 cc-option = if $(call cc-test, $1); then \ 67 diff-out = $(call quiet-command, diff -q $1.out $2 || \ 79 $(call diff-out,$1,$2), \ 80 $(call skip-test,"$1 check","no reference")) 188 $(call strip-plugin,$<)) 192 with $(call strip-plugin,$<))) 195 $(call run-test, $<, \ 201 $(call run-test, $@, \ 206 $(QEMU_OPTS) $(call strip-plugin,$<)) [all …]
|
| /qemu/tests/tcg/multiarch/ |
| A D | Makefile.target | 52 $(call skip-test, $<, "flaky on CI?") 54 $(call skip-test, $<, "flaky on CI?") 64 $(call run-test, $@, $(GDB_SCRIPT) \ 71 $(call run-test, $@, $(GDB_SCRIPT) \ 78 $(call run-test, $@, $(GDB_SCRIPT) \ 85 $(call run-test, $@, $(GDB_SCRIPT) \ 92 $(call run-test, $@, $(GDB_SCRIPT) \ 99 $(call run-test, $@, $(GDB_SCRIPT) \ 113 $(call run-test, $@, $(GDB_SCRIPT) \ 120 $(call run-test, $@, $(GDB_SCRIPT) \ [all …]
|
| /qemu/pc-bios/optionrom/ |
| A D | Makefile | 16 quiet-command = $(call quiet-@,$2 $@)$1 25 cc-option = if $(call cc-test, $1); then \ 32 $(quiet-@)($(call cc-option,-fcf-protection=none); \ 33 $(call cc-option,-fno-pie); \ 34 $(call cc-option,-no-pie); \ 35 $(call cc-option,-fno-stack-protector); \ 36 $(call cc-option,-Wno-array-bounds)) 3> config-cc.mak 44 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<,Assembling) 47 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@,Compiling) 50 $(call quiet-command,$(CC) $(CFLAGS) $(LDFLAGS) -s -o $@ $^,Linking) [all …]
|
| A D | kvmvapic.S | 127 call mp_get_tpr_eax 133 call mp_get_tpr_eax 139 call mp_get_tpr_eax 145 call mp_get_tpr_eax 151 call mp_get_tpr_edi 157 call mp_get_tpr_eax 162 call mp_get_tpr_eax 168 call mp_set_tpr 273 call up_set_tpr
|
| /qemu/pc-bios/s390-ccw/ |
| A D | Makefile | 17 quiet-command = $(call quiet-@,$2 $@)$1 21 $(call set-vpath, $(SRC_PATH)) 53 cc-option = if $(call cc-test, $1); then \ 58 $(quiet-@)($(call cc-option,-Wno-stringop-overflow); \ 59 $(call cc-option,-fno-stack-protector); \ 60 $(call cc-option,-Wno-array-bounds); \ 61 $(call cc-option,-Wno-gnu); \ 62 $(call cc-option,-march=z900,-march=z10)) 3> config-cc.mak 72 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling) 95 $(call quiet-command,$(AR) -rc $@ $^,Creating static library) [all …]
|
| /qemu/tests/tcg/aarch64/ |
| A D | Makefile.target | 18 $(call run-test,$<,$(QEMU) $<) 19 $(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref) 23 fnia=`$(call cc-test,-fno-integrated-as) && echo -fno-integrated-as`; \ 24 $(call cc-option,-march=armv8.1-a+sve, CROSS_CC_HAS_SVE); \ 25 $(call cc-option,-march=armv8.1-a+sve2, CROSS_CC_HAS_SVE2); \ 26 $(call cc-option,-march=armv8.2-a, CROSS_CC_HAS_ARMV8_2); \ 90 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<) 91 $(call diff-out, sha1-vector, sha1.out) 121 $(call run-test, $@, $(GDB_SCRIPT) \ 128 $(call run-test, $@, $(GDB_SCRIPT) \ [all …]
|
| A D | Makefile.softmmu-target | 32 $(call cc-option,-march=armv8.3-a, CROSS_CC_HAS_ARMV8_3); \ 64 $(call skip-test, $<, "MANUAL ONLY") 67 $(call skip-test, $<, "MANUAL ONLY") 76 $(call run-test, $<, \ 84 $(call run-test, $<, \ 96 $(call skip-test, "BUILD of $@", "missing compiler support") 98 $(call skip-test, "RUN of pauth-3", "not built") 114 $(call run-test, $@, $(GDB_SCRIPT) \ 124 $(call skip-test "RUN of gdbstub-mte", "GDB does not support MTE in baremetal!") 128 $(call skip-test, "BUILD of $@", "missing compiler support") [all …]
|
| /qemu/tests/docker/ |
| A D | Makefile.include | 40 $(call quiet-command, \ 61 $(call quiet-command, \ 71 $(call quiet-command, \ 96 $(call quiet-command, \ 102 $(call quiet-command, \ 106 $(call quiet-command, \ 115 $(call debian-toolchain, $@) 203 $(call quiet-command, \ 207 $(call quiet-command, \ 232 $(call quiet-command, rm -r $(DOCKER_SRC_COPY), \ [all …]
|
| /qemu/tests/tcg/ppc64/ |
| A D | Makefile.target | 9 $(call cc-option,-mcpu=power8, CROSS_CC_HAS_CPU_POWER8); \ 10 $(call cc-option,-mpower10, CROSS_CC_HAS_POWER10)) 3> config-cc.mak 17 $(call skip-test, $<, "BROKEN (flaky with clang) ") 19 $(call skip-test, $<, "BROKEN (flaky with clang) ") 22 $(call skip-test, $<, "BROKEN (flaky with clang) ") 24 $(call skip-test, $<, "BROKEN (flaky with clang) ")
|
| /qemu/tests/ |
| A D | Makefile.include | 52 $(call quiet-command, \ 58 $(call quiet-command, \ 64 $(call quiet-command, \ 70 $(call quiet-command, \ 110 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \ 115 $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/") 117 $(call quiet-command, touch $@) 120 $(call quiet-command, mkdir -p $@, \ 132 $(call quiet-command, \ 141 $(call quiet-command, \
|
| /qemu/tests/tcg/arm/ |
| A D | Makefile.target | 13 $(call cc-option,-fno-integrated-as, CROSS_CC_HAS_FNIA)) 3> config-cc.mak 35 $(call run-test,fcvt,$(QEMU) $<) 36 $(call diff-out,fcvt,$(ARM_SRC)/fcvt.ref) 53 $(call run-test,$<,$(QEMU) $< 2> $<.err) 64 $(call skip-test, $<, "MANUAL ONLY") 75 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<) 76 $(call diff-out, sha1-vector, sha1.out)
|
| A D | Makefile.softmmu-target | 55 $(call skip-test, $<, "MANUAL ONLY") 58 $(call skip-test, $<, "MANUAL ONLY") 63 $(call run-test, $<, \ 71 $(call run-test, $<, \
|
| /qemu/tests/uefi-test-tools/ |
| A D | Makefile | 58 map_aarch64_to_uefi = $(subst aarch64,AA64,$(call map_arm_to_uefi,$(1))) 59 map_riscv64_to_uefi = $(subst riscv64,RISCV64,$(call map_aarch64_to_uefi,$(1))) 60 map_i386_to_uefi = $(subst i386,IA32,$(call map_riscv64_to_uefi,$(1))) 61 map_x86_64_to_uefi = $(subst x86_64,X64,$(call map_i386_to_uefi,$(1))) 62 map_to_uefi = $(subst .,,$(call map_x86_64_to_uefi,$(1))) 78 ::EFI/BOOT/BOOT$(call map_to_uefi,$(suffix $*)).EFI
|
| /qemu/pc-bios/vof/ |
| A D | Makefile | 10 quiet-command = $(call quiet-@,$2 $@)$1 15 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -o $@ $<,Assembling) 18 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -fno-stack-protector -o $@ $<,Compiling) 21 $(call quiet-command, $(LD) -nostdlib -e_start -T$(SRC_DIR)/vof.lds -EB -o $@ $^,Linking) 24 …$(call quiet-command, $(OBJCOPY) -O binary -j .text -j .data -j .toc -j .got2 $^ $@,Extracting raw…
|
| /qemu/tests/tcg/multiarch/system/ |
| A D | Makefile.softmmu-target | 21 $(call run-test, $@, $(GDB_SCRIPT) \ 30 $(call run-test, $@, $(GDB_SCRIPT) \ 39 $(call run-test, $@, $(GDB_SCRIPT) \ 48 $(call quiet-command, \ 53 $(call run-test, $@, $(GDB_SCRIPT) \ 63 …$(call skip-test, "gdbstub test $*", "need working gdb with $(patsubst -%,,$(TARGET_NAME)) support…
|
| /qemu/tests/tcg/i386/ |
| A D | Makefile.target | 10 $(call cc-option,-fno-pie, CROSS_CC_HAS_I386_NOPIE)) 3> config-cc.mak 52 $(call skip-test, "BUILD of $@", "missing -no-pie compiler support") 54 $(call skip-test, "RUN of test-i386", "not built") 60 $(call quiet-command, ./$< > $@,"GENREF","generating $@") 64 $(call run-test,test-i386-fprem, $(QEMU) $<) 65 $(call diff-out,test-i386-fprem, test-i386-fprem.ref)
|
| A D | README | 10 The Linux system call modify_ldt() is used to create x86 selectors 13 The Linux system call vm86() is used to test vm86 emulation. 31 that the system call parameters are correctly converted between target
|
| /qemu/roms/ |
| A D | Makefile | 33 find-cross-gcc = $(firstword $(wildcard $(patsubst %ld,%gcc,$(call find-cross-ld,$(1))))) 35 find-cross-prefix = $(subst gcc,,$(notdir $(call find-cross-gcc,$(1)))) 37 arm_cross_prefix := $(call find-cross-prefix,arm) 38 powerpc64_cross_prefix := $(call find-cross-prefix,powerpc64) 39 powerpc_cross_prefix := $(call find-cross-prefix,powerpc) 40 x86_64_cross_prefix := $(call find-cross-prefix,x86_64) 41 riscv32_cross_prefix := $(call find-cross-prefix,riscv32) 42 riscv64_cross_prefix := $(call find-cross-prefix,riscv64)
|
| /qemu/tests/tcg/s390x/ |
| A D | Makefile.target | 10 $(call cc-option,-march=z14, CROSS_CC_HAS_Z14); \ 11 $(call cc-option,-march=z15, CROSS_CC_HAS_Z15)) 3> config-cc.mak 99 $(call run-test, $@, $(GDB_SCRIPT) \ 108 $(call run-test, $@, $(GDB_SCRIPT) \
|
| /qemu/tests/lcitool/ |
| A D | Makefile.include | 16 $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci) 17 $(call quiet-command, $(PYTHON) $(LCITOOL_REFRESH))
|
| /qemu/tests/tcg/sh4/ |
| A D | Makefile.target | 9 $(call skip-test, $<, "BROKEN") 11 $(call skip-test, $<, "BROKEN")
|
| /qemu/tests/tcg/hexagon/ |
| A D | test_call.S | 26 call test 29 call write
|
| /qemu/tests/vm/ |
| A D | Makefile.include | 95 $(call quiet-command, \ 110 $(call quiet-command, \ 136 $(call quiet-command, \
|
| /qemu/docs/devel/ |
| A D | control-flow-integrity.rst | 15 function calls performed through function pointers, always call a "compatible" 26 In case of a CFI violation (i.e. call to a non-compatible function) QEMU will 74 2. TCI, where the interpreter has to interpret the generic *call* operation 87 If you are working on function that is performing a call using an 97 * indirect function call. Since such function did not exist at compile time, 107 when the function call is performed.
|
| /qemu/hw/ppc/ |
| A D | spapr_rtas.c | 511 struct rtas_call *call = rtas_table + (token - RTAS_TOKEN_BASE); in spapr_rtas_call() local 513 if (call->fn) { in spapr_rtas_call() 514 call->fn(cpu, spapr, token, nargs, args, nret, rets); in spapr_rtas_call() 594 struct rtas_call *call = &rtas_table[i]; in spapr_dt_rtas_tokens() local 596 if (!call->name) { in spapr_dt_rtas_tokens() 600 _FDT(fdt_setprop_cell(fdt, rtas, call->name, i + RTAS_TOKEN_BASE)); in spapr_dt_rtas_tokens()
|