Re: [Xen-devel] [PATCH v2 4/8] livepatch: Fix documentation of timeout

2016-12-13 Thread Wei Liu
On Wed, Dec 14, 2016 at 07:51:56AM +, Ross Lagerwall wrote: > The hypervisor expects the timeout from the hypercall to be in > nanoseconds, so document this correctly. Also correctly document > what happens when timeout is set to zero. > > Signed-off-by: Ross Lagerwall Acked-by: Wei Liu __

[Xen-devel] [PATCH v2 4/8] livepatch: Fix documentation of timeout

2016-12-13 Thread Ross Lagerwall
The hypervisor expects the timeout from the hypercall to be in nanoseconds, so document this correctly. Also correctly document what happens when timeout is set to zero. Signed-off-by: Ross Lagerwall --- docs/misc/livepatch.markdown | 13 +++-- tools/libxc/include/xenctrl.h | 2 +- xen