rvmi icon indicating copy to clipboard operation
rvmi copied to clipboard

Build error in kvm-rvmi-kmod: 'cpu_tss' undeclared

Open v-p-b opened this issue 6 years ago • 3 comments

When running the build script I get the following error:

/home/user/rvmi/kvm-rvmi-kmod/x86/external-module-compat.h:1984:46: error: ‘cpu_tss’ undeclared (first use in this function)
         return (unsigned long) this_cpu_ptr(&cpu_tss);

GCC version: 5.4.0

Kernel: 4.13.0

I'm doing the build in a VM, but I don't think that should be a problem.

v-p-b avatar Apr 30 '18 14:04 v-p-b