linux-stable/arch/x86/include
Paolo Bonzini 2b4a273b42 kvm: x86: avoid warning about potential shift wrapping bug
cs.base is declared as a __u64 variable and vector is a u32 so this
causes a static checker warning.  The user indeed can set "sipi_vector"
to any u32 value in kvm_vcpu_ioctl_x86_set_vcpu_events(), but the
value should really have 8-bit precision only.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2014-11-24 16:53:50 +01:00
..
asm kvm: x86: avoid warning about potential shift wrapping bug 2014-11-24 16:53:50 +01:00
uapi/asm kvm: vmx: handle invvpid vm exit gracefully 2014-10-24 13:21:17 +02:00