Re: [PATCH RFC V3 2/4] kvm hypervisor : Add a hypercall to KVM hypervisorto support pv-ticketlocks

From: Raghavendra K T
Date: Fri Dec 02 2011 - 07:29:28 EST


On 12/02/2011 01:20 AM, Raghavendra K T wrote:
+ struct kvm_mp_state mp_state;
+
+ mp_state.mp_state = KVM_MP_STATE_RUNNABLE;
+ if (vcpu) {
+ vcpu->kicked = 1;
+ /* Ensure kicked is always set before wakeup */
+ barrier();
+ }
+ kvm_arch_vcpu_ioctl_set_mpstate(vcpu,&mp_state);

This must only be called from the vcpu thread.

Hmm. Okay. 'll check this.


Yes true. kvm_arch_vcpu_ioctl_set_mpstate itself is redundant, and will remove this.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/