Re: [libvirt] [PATCH v5 1/4] Add a public API to invoke suspend/resume on the host

2011-11-29 Thread Daniel P. Berrange
On Tue, Nov 29, 2011 at 03:12:18AM +0530, Srivatsa S. Bhat wrote: > Implement the public definitions for the new API > virNodeSuspendForDuration() which will be subsequently used to > do a timed suspend on the host. > > Signed-off-by: Srivatsa S. Bhat > --- > > include/libvirt/libvirt.h.in |

[libvirt] [PATCH v5 1/4] Add a public API to invoke suspend/resume on the host

2011-11-28 Thread Srivatsa S. Bhat
Implement the public definitions for the new API virNodeSuspendForDuration() which will be subsequently used to do a timed suspend on the host. Signed-off-by: Srivatsa S. Bhat --- include/libvirt/libvirt.h.in | 16 +++ src/driver.h |6 src/libvirt.c