On 11/19/2015 10:25 AM, Paolo Bonzini wrote: > > > On 19/11/2015 16:10, Matthew Rosato wrote: >> From: Bharata B Rao <bhar...@linux.vnet.ibm.com> >> >> This sync API will be used by the CPU hotplug code to wait for the CPU to >> completely get removed before flagging the failure to the device_add >> command. >> >> Sync version of this call is needed to correctly recover from CPU >> realization failures when ->plug() handler fails. >> >> Signed-off-by: Bharata B Rao <bhar...@linux.vnet.ibm.com> >> Signed-off-by: Matthew Rosato <mjros...@linux.vnet.ibm.com> >> [Call cpu_remove() directly from cpu_remove_sync()] > > Are you using it in these patches? >
Ugh, nice catch -- I am not using it anymore, I decided it was fine to just use cpu_remove in patch 8 directly. So, this patch can be dropped from the set. Matt