From: Avi Kivity Date: Sun, 4 Mar 2007 12:17:08 +0000 (+0200) Subject: KVM: Fold kvm_run::exit_type into kvm_run::exit_reason X-Git-Tag: v2.6.22-rc1~1008^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb7d334bd8e693340ee198280f7d45035cdab8c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed