commit | b8405c184b4ef3abcebc5cf2211215944d6e2acc | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jun 07 17:08:48 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Jul 09 14:19:01 2012 +0300 |
tree | 13c52fe08f9f14e425bd8202a2f2e1d135196731 | |
parent | f0495f9b9992f80f82b14306946444b287193390 [diff] |
KVM: VMX: Limit iterations with emulator_invalid_guest_state 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>