commit | 6a908b628cff81d3f1eb737327c8b726c8fdfd4e | [log] [tgz] |
---|---|---|
author | Kyle Huey <me@kylehuey.com> | Tue Nov 29 12:40:37 2016 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 08 15:31:03 2016 +0100 |
tree | 8464b25c1de2854c34db51cb1f32ed76035d9695 | |
parent | 57d1da871b85c3a79e070d5cfc5ccb554ed839c4 [diff] |
KVM: x86: Add a return value to kvm_emulate_cpuid Once skipping the emulated instruction can potentially trigger an exit to userspace (via KVM_GUESTDBG_SINGLESTEP) kvm_emulate_cpuid will need to propagate a return value. Signed-off-by: Kyle Huey <khuey@kylehuey.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>