]> Pileus Git - ~andy/linux/commit
KVM: VMX: Continue emulating after batch exhausted
authorAvi Kivity <avi@redhat.com>
Sun, 10 Jun 2012 15:09:27 +0000 (18:09 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 9 Jul 2012 11:19:03 +0000 (14:19 +0300)
commit7c068e45587a83d4235dda55d35a7d305c58e0e5
treeddc23a736d9588b794c0b305b60305f190ab66e8
parentbdea48e305389b3c8c0f786a317f9da984c16604
KVM: VMX: Continue emulating after batch exhausted

If we return early from an invalid guest state emulation loop, make
sure we return to it later if the guest state is still invalid.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c