Re: [Xen-devel] [PATCH OSSTEST v2 15/18] libvirt: Implement shutdown_wait

2015-01-20 Thread Ian Jackson
Ian Campbell writes ("[PATCH OSSTEST v2 15/18] libvirt: Implement shutdown_wait"): > virsh does not include a --wait option to shutdown as xl and xm do, so > we implement it by hand. > > Needs new guest_await_destroy helper. Note the guest_await_shutdown > requires on_shutdown='preserve' I see t

[Xen-devel] [PATCH OSSTEST v2 15/18] libvirt: Implement shutdown_wait

2014-12-02 Thread Ian Campbell
virsh does not include a --wait option to shutdown as xl and xm do, so we implement it by hand. Needs new guest_await_destroy helper. Note the guest_await_shutdown requires on_shutdown='preserve' Signed-off-by: Ian Campbell --- Osstest/TestSupport.pm | 7 ++- Osstest/Toolstack/libvirt