Re: [libvirt] [PATCH] libxl: support domainReset

2014-09-10 Thread Jim Fehlig
Jim Fehlig wrote: Currently, libxl_send_trigger() does not implement the LIBXL_TRIGGER_RESET option, but domainReset can be implemented in the libxl driver by forcibly destroying the domain and starting it again. Any objections to pushing this patch? I have several patches on the list

Re: [libvirt] [PATCH] libxl: support domainReset

2014-08-06 Thread Jim Fehlig
Jim Fehlig wrote: Currently, libxl_send_trigger() does not implement the LIBXL_TRIGGER_RESET option, but domainReset can be implemented in the libxl driver by forcibly destroying the domain and starting it again. Any other comments on this from a libvirt perspective? Regards, Jim

[libvirt] [PATCH] libxl: support domainReset

2014-08-04 Thread Jim Fehlig
Currently, libxl_send_trigger() does not implement the LIBXL_TRIGGER_RESET option, but domainReset can be implemented in the libxl driver by forcibly destroying the domain and starting it again. Signed-off-by: Jim Fehlig jfeh...@suse.com --- src/libxl/libxl_driver.c | 57