KVM: VMX: Limit iterations with emulator_invalid_guest_state
authorAvi Kivity <avi@redhat.com>
Thu, 7 Jun 2012 14:08:48 +0000 (17:08 +0300)
committerAvi Kivity <avi@redhat.com>
Mon, 9 Jul 2012 11:19:01 +0000 (14:19 +0300)
Otherwise, if the guest ends up looping, we never exit the srcu critical
section, which causes synchronize_srcu() to hang.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found