Skip to content
Commit 8eb7d334 authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent b4e63f56
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment