KVM: x86 emulator: get rid of "restart" in emulation context.
authorGleb Natapov <gleb@redhat.com>
Wed, 25 Aug 2010 09:47:43 +0000 (12:47 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:51:34 +0000 (10:51 +0200)
commitd2ddd1c48364e4161052d6089f06b2cf3c50496b
treef8dd6a949e5006e2f39575b567f22d9033b9d1a7
parent3e2f65d57a0c1897fcc3287eeb41f117f4d021e5
KVM: x86 emulator: get rid of "restart" in emulation context.

x86_emulate_insn() will return 1 if instruction can be restarted
without re-entering a guest.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/kvm/emulate.c
arch/x86/kvm/x86.c