From: Nadav Har'El Date: Wed, 25 May 2011 20:09:01 +0000 (+0300) Subject: KVM: nVMX: Move host-state field setup to a function X-Git-Tag: v3.1-rc1~264^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a8ff8ebf87cbd828f54276d902c3c8ee0c4781;p=pandora-kernel.git KVM: nVMX: Move host-state field setup to a function Move the setting of constant host-state fields (fields that do not change throughout the life of the guest) from vmx_vcpu_setup to a new common function vmx_set_constant_host_state(). This function will also be used to set the host state when running L2 guests. Signed-off-by: Nadav Har'El Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed