vm_xsave_req_perm() is currently defined and used by x86_64 only.
Make it compiled into vm_create_with_vcpus() only when on x86_64
machines. Otherwise, it would cause linkage errors, e.g. on s390x.
Fixes:
|
||
|---|---|---|
| .. | ||
| aarch64 | ||
| riscv | ||
| s390x | ||
| x86_64 | ||
| assert.c | ||
| elf.c | ||
| guest_modes.c | ||
| io.c | ||
| kvm_util.c | ||
| kvm_util_internal.h | ||
| perf_test_util.c | ||
| rbtree.c | ||
| sparsebit.c | ||
| test_util.c | ||