summaryrefslogtreecommitdiffstats
path: root/virt
diff options
context:
space:
mode:
authorJan Beulich2019-05-27 10:45:44 +0200
committerPaolo Bonzini2019-06-05 14:14:48 +0200
commit5a253552a5108bcabc2eb4e5b2b86262232f17e7 (patch)
tree447542558a58e6d45c7f1087c98c0bb42b141f46 /virt
parentkvm: selftests: introduce aarch64_vcpu_add_default (diff)
downloadkernel-qcow2-linux-5a253552a5108bcabc2eb4e5b2b86262232f17e7.tar.gz
kernel-qcow2-linux-5a253552a5108bcabc2eb4e5b2b86262232f17e7.tar.xz
kernel-qcow2-linux-5a253552a5108bcabc2eb4e5b2b86262232f17e7.zip
x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw()
While upstream gcc doesn't detect conflicts on cc (yet), it really should, and hence "cc" should not be specified for asm()-s also having "=@cc<cond>" outputs. (It is quite pointless anyway to specify a "cc" clobber in x86 inline assembly, since the compiler assumes it to be always clobbered, and has no means [yet] to suppress this behavior.) Signed-off-by: Jan Beulich <jbeulich@suse.com> Fixes: bbc0b8239257 ("KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks") Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions