From: Joerg Roedel Date: Wed, 2 Jul 2008 14:02:11 +0000 (+0200) Subject: KVM: SVM: fix suspend/resume support X-Git-Tag: v2.6.27-rc1~968^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da1db75a2feca54564add30828bab658982481c;p=pandora-kernel.git KVM: SVM: fix suspend/resume support On suspend the svm_hardware_disable function is called which frees all svm_data variables. On resume they are not re-allocated. This patch removes the deallocation of svm_data from the hardware_disable function to the hardware_unsetup function which is not called on suspend. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed