Re: [Xen-devel] [PATCH v1 4/7] livepatch: Set timeout unit to nanoseconds

2016-12-12 Thread Konrad Rzeszutek Wilk
On Mon, Dec 12, 2016 at 05:02:59PM +, Wei Liu wrote: > On Mon, Dec 12, 2016 at 04:18:07PM +, Ross Lagerwall wrote: > > The hypervisor already expects the timeout from the hypercall to be in > > nanoseconds, so set this expectation everywhere. > > > > Signed-off-by: Ross Lagerwall > > ---

Re: [Xen-devel] [PATCH v1 4/7] livepatch: Set timeout unit to nanoseconds

2016-12-12 Thread Wei Liu
On Mon, Dec 12, 2016 at 04:18:07PM +, Ross Lagerwall wrote: > The hypervisor already expects the timeout from the hypercall to be in > nanoseconds, so set this expectation everywhere. > > Signed-off-by: Ross Lagerwall > --- > tools/libxc/include/xenctrl.h | 2 +- > xen/common/livepatch.c

[Xen-devel] [PATCH v1 4/7] livepatch: Set timeout unit to nanoseconds

2016-12-12 Thread Ross Lagerwall
The hypervisor already expects the timeout from the hypercall to be in nanoseconds, so set this expectation everywhere. Signed-off-by: Ross Lagerwall --- tools/libxc/include/xenctrl.h | 2 +- xen/common/livepatch.c| 4 ++-- xen/include/public/sysctl.h | 2 +- 3 files changed, 4 inserti