commit | 1b19f3e61d7e1edb395dd64bf7d63621a37af8ca | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Mar 04 14:24:03 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:24 2007 +0300 |
tree | 52d90cc6e505f84ec741770950f4f07be45b7fba | |
parent | 8eb7d334bd8e693340ee198280f7d45035cdab8c [diff] |
KVM: Add a special exit reason when exiting due to an interrupt This is redundant, as we also return -EINTR from the ioctl, but it allows us to examine the exit_reason field on resume without seeing old data. Signed-off-by: Avi Kivity <avi@qumranet.com>