From: Avi Kivity Date: Thu, 21 Oct 2010 10:20:31 +0000 (+0200) Subject: KVM: SVM: Move guest register save out of interrupts disabled section X-Git-Tag: v2.6.38-rc1~244^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13c34e073bec75aa4c8d1bb80c10fd7291f3423a;p=pandora-kernel.git KVM: SVM: Move guest register save out of interrupts disabled section Saving guest registers is just a memory copy, and does not need to be in the critical section. Move outside the critical section to improve latency a bit. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed