From: Avi Kivity Date: Sun, 28 Oct 2007 16:48:59 +0000 (+0200) Subject: KVM: Move page fault processing to common code X-Git-Tag: v2.6.25-rc1~1138^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3067714cf59bd4a6dbf788b709485bc62c1ff845;p=pandora-kernel.git KVM: Move page fault processing to common code The code that dispatches the page fault and emulates if we failed to map is duplicated across vmx and svm. Merge it to simplify further bugfixing. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed