On 05/08/2011 11:22 AM, Nadav Har'El wrote:
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.

   */
  static int vmx_vcpu_setup(struct vcpu_vmx *vmx)
  {
-       u32 host_sysenter_cs, msr_low, msr_high;
-       u32 junk;
+       u32 msr_low, msr_high;


Unused?

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to