From: Alexander Graf Date: Tue, 25 Nov 2008 19:17:01 +0000 (+0100) Subject: KVM: SVM: Clean up VINTR setting X-Git-Tag: v2.6.30-rc1~664^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b85051d0f0891378a83db22c0786f1d756fbff;p=pandora-kernel.git KVM: SVM: Clean up VINTR setting The current VINTR intercept setters don't look clean to me. To make the code easier to read and enable the possibilty to trap on a VINTR set, this uses a helper function to set the VINTR intercept. v2 uses two distinct functions for setting and clearing the bit Acked-by: Joerg Roedel Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed