From: Avi Kivity Date: Wed, 2 May 2007 14:57:40 +0000 (+0300) Subject: KVM: Rationalize exception bitmap usage X-Git-Tag: v2.6.23-rc1~520^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd3f2d622a810b7f6687f7ddb405e90e4cfb7ab;p=pandora-kernel.git KVM: Rationalize exception bitmap usage Everyone owns a piece of the exception bitmap, but they happily write to the entire thing like there's no tomorrow. Centralize handling in update_exception_bitmap() and have everyone call that. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed