kvm: svm: Only propagate next_rip when guest supports it
authorJoerg Roedel <joro@8bytes.org>
Wed, 14 Oct 2015 13:10:54 +0000 (15:10 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 Oct 2015 08:32:17 +0000 (10:32 +0200)
commit6092d3d3e6db983048469d424a8f2221915a8dd3
treeba6b6b6bc3fc5359267dfe695d7fcd13420b2f22
parent951f9fd74f2d826fff1d84a8ec34b491517dc15d
kvm: svm: Only propagate next_rip when guest supports it

Currently we always write the next_rip of the shadow vmcb to
the guests vmcb when we emulate a vmexit. This could confuse
the guest when its cpuid indicated no support for the
next_rip feature.

Fix this by only propagating next_rip if the guest actually
supports it.

Cc: Bandan Das <bsd@redhat.com>
Cc: Dirk Mueller <dmueller@suse.com>
Tested-By: Dirk Mueller <dmueller@suse.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.h
arch/x86/kvm/svm.c