commit | 0140caea3b9972f826416a796271f17b42cbe827 | [log] [tgz] |
---|---|---|
author | Nadav Har'El <nyh@il.ibm.com> | Wed May 25 23:06:28 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:12 2011 +0300 |
tree | c3a37c37274622361cf6a8974fdc17acc2c02a72 | |
parent | 22bd035868b06a614debf7352c09fb3efdc7c269 [diff] |
KVM: nVMX: Success/failure of VMX instructions. VMX instructions specify success or failure by setting certain RFLAGS bits. This patch contains common functions to do this, and they will be used in the following patches which emulate the various VMX instructions. Signed-off-by: Nadav Har'El <nyh@il.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>