commit | 8eb7d334bd8e693340ee198280f7d45035cdab8c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Mar 04 14:17:08 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:24 2007 +0300 |
tree | 438ec0b6b6c7714e436884576a3fdce84507813f | |
parent | b4e63f560beb187cffdaf706e534a1e2f9effb66 [diff] |
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason Currently, userspace is told about the nature of the last exit from the guest using two fields, exit_type and exit_reason, where exit_type has just two enumerations (and no need for more). So fold exit_type into exit_reason, reducing the complexity of determining what really happened. Signed-off-by: Avi Kivity <avi@qumranet.com>