commit | a295673aba42895997a6c1be87f467a7cfc0f332 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Dec 02 17:55:23 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:20 2011 +0200 |
tree | da66b4023d9ea0ae58e253c1a7decfe7765a0838 | |
parent | b7c4145ba2eb0717db0ddac1b5f7f48012189c53 [diff] |
KVM: VMX: Return 0 from a failed VMREAD If we execute VMREAD during reboot we'll just skip over it. Instead of returning garbage, return 0, which has a much smaller chance of confusing the code. Otherwise we risk a flood of debug printk()s which block the reboot process if a serial console or netconsole is enabled. Signed-off-by: Avi Kivity <avi@redhat.com>