From: Joerg Roedel Date: Mon, 1 Mar 2010 14:34:34 +0000 (+0100) Subject: KVM: SVM: Return correct values in nested_svm_exit_handled_msr X-Git-Tag: v2.6.35-rc1~436^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24778265ac9b2602889a5e99c6e7ba777a236df;p=pandora-kernel.git KVM: SVM: Return correct values in nested_svm_exit_handled_msr The nested_svm_exit_handled_msr() returned an bool which is a bug. I worked by accident because the exected integer return values match with the true and false values. This patch changes the return value to int and let the function return the correct values. Signed-off-by: Joerg Roedel Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed