KVM: Add a special exit reason when exiting due to an interrupt
authorAvi Kivity <avi@qumranet.com>
Sun, 4 Mar 2007 12:24:03 +0000 (14:24 +0200)
committerAvi Kivity <avi@qumranet.com>
Thu, 3 May 2007 07:52:24 +0000 (10:52 +0300)
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>

No differences found