Comment 6 for bug 1362514

Revision history for this message
Tim Gardner (timg-tpi) wrote :

Enabling these config options causes the following compile error:

ubuntu-utopic/arch/powerpc/kvm/book3s_hv_rmhandlers.S: Assembler messages:
ubuntu-utopic/arch/powerpc/kvm/book3s_hv_rmhandlers.S:1923: Error: operand out of range (0x0000000000008498 is not between 0xffffffffffff8000 and 0x0000000000007ffc)

I've checked that line and assume it is complaining about the value of KVM_ENABLED_HCALLS, e.g., 0x8498==33944

ubuntu-utopic/debian/build/build-generic/include/generated/asm-offsets.h:#define KVM_ENABLED_HCALLS 33944 /* offsetof(struct kvm, arch.enabled_hcalls) # */

I guess I'll not apply those configs until you figure out the compile error.