Re: [Xen-devel] [PATCH v4 3/3] libxl: add force option for xl vcpu-pin

2016-04-14 Thread Dario Faggioli
On Thu, 2016-04-14 at 17:10 +0100, Ian Jackson wrote: > Juergen Gross writes ("[PATCH v4 3/3] libxl: add force option for xl > vcpu-pin"): > > > >  > > +Specifying I<-f> or I<--force> will remove a temporary pinning > > done by the > > +operating system (normally this should be done by the operati

Re: [Xen-devel] [PATCH v4 3/3] libxl: add force option for xl vcpu-pin

2016-04-14 Thread Ian Jackson
Juergen Gross writes ("[PATCH v4 3/3] libxl: add force option for xl vcpu-pin"): > In order to be able to undo a vcpu pin override in case of a kernel > driver error add a flag "-f" to the "xl vcpu-pin" command forcing the > hypervisor to undo the override. ... > +Specifying I<-f> or I<--force> wil

Re: [Xen-devel] [PATCH v4 3/3] libxl: add force option for xl vcpu-pin

2016-03-10 Thread Wei Liu
On Thu, Mar 10, 2016 at 06:27:14AM +0100, Juergen Gross wrote: > In order to be able to undo a vcpu pin override in case of a kernel > driver error add a flag "-f" to the "xl vcpu-pin" command forcing the > hypervisor to undo the override. > > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Wei L

Re: [Xen-devel] [PATCH v4 3/3] libxl: add force option for xl vcpu-pin

2016-03-10 Thread Dario Faggioli
On Thu, 2016-03-10 at 06:27 +0100, Juergen Gross wrote: > In order to be able to undo a vcpu pin override in case of a kernel > driver error add a flag "-f" to the "xl vcpu-pin" command forcing the > hypervisor to undo the override. > > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Wei Liu > S