commit | 5cb56059c94ddfaf92567a1c6443deec8363ae1c | [log] [tgz] |
---|---|---|
author | Joel Schopp <joel.schopp@amd.com> | Mon Mar 02 13:43:31 2015 -0600 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Mar 10 20:29:15 2015 -0300 |
tree | b92abbd21ebb0f6b84708383e123259f8782ee4a | |
parent | 1170adc6dd9e94d3cefb6eefe1f44b308d882515 [diff] |
kvm: x86: make kvm_emulate_* consistant Currently kvm_emulate() skips the instruction but kvm_emulate_* sometimes don't. The end reult is the caller ends up doing the skip themselves. Let's make them consistant. Signed-off-by: Joel Schopp <joel.schopp@amd.com> Reviewed-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>