Re: [PATCH 0/4 V7] Avoid soft lockup message when KVM is stopped by host

2011-12-21 Thread Marcelo Tosatti
On Thu, Dec 15, 2011 at 02:42:02PM -0500, Eric B Munson wrote: Changes from V6: Use __this_cpu_and when clearing the PVCLOCK_GUEST_STOPPED flag Avi, Do you have any further comments on how this should be done? -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a

Re: [PATCH 0/4 V7] Avoid soft lockup message when KVM is stopped by host

2011-12-16 Thread Arnd Bergmann
On Thursday 15 December 2011, Eric B Munson wrote: Documentation/virtual/kvm/api.txt | 12 arch/ia64/include/asm/kvm_para.h|5 + arch/powerpc/include/asm/kvm_para.h |5 + arch/s390/include/asm/kvm_para.h|5 + arch/x86/include/asm/kvm_host.h

[PATCH 0/4 V7] Avoid soft lockup message when KVM is stopped by host

2011-12-15 Thread Eric B Munson
Changes from V6: Use __this_cpu_and when clearing the PVCLOCK_GUEST_STOPPED flag Changes from V5: Collapse generic check_and_clear_guest_stopped into patch 2 Include check_and_clear_guest_stopped defintion to ia64, s390, and powerpc Change check_and_clear_guest_stopped to use __get_cpu_var