From: Laurent Vivier Date: Thu, 23 Aug 2007 14:33:11 +0000 (+0200) Subject: KVM: VMX: Split segments reload in vmx_load_host_state() X-Git-Tag: v2.6.24-rc1~1365^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=152d3f2f246ce3c2a0cf2fc6c2214663cd99aa83;p=pandora-kernel.git KVM: VMX: Split segments reload in vmx_load_host_state() vmx_load_host_state() bundles fs, gs, ldt, and tss reloading into one in the hope that it is infrequent. With smp guests, fs reloading is frequent due to fs being used by threads. Unbundle the reloads so reduce expensive gs reloads. Signed-off-by: Laurent Vivier Signed-off-by: Avi Kivity --- Reading git-diff-tree failed