From: Avi Kivity Date: Sun, 20 Jun 2010 12:54:43 +0000 (+0300) Subject: KVM: Consolidate load/save temporary buffer allocation and freeing X-Git-Tag: v2.6.36-rc1~580^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ac91d8a2f00dc6a3954f7e8971339b0893edc4;p=pandora-kernel.git KVM: Consolidate load/save temporary buffer allocation and freeing Instead of three temporary variables and three free calls, have one temporary variable (with four names) and one free call. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed