Re: [libvirt] [PATCH V2 2/3] libxl: don't attempt to resume domain when suspend fails

2015-08-19 Thread Michal Privoznik
On 07.08.2015 19:53, Jim Fehlig wrote: > Failure of libxl_domain_suspend() does not leave the domain in > a suspended state, so no need to call libxl_domain_resume(), > which btw will fail with "domain not suspended". > > Signed-off-by: Jim Fehlig > --- > src/libxl/libxl_migration.c | 14 ---

[libvirt] [PATCH V2 2/3] libxl: don't attempt to resume domain when suspend fails

2015-08-07 Thread Jim Fehlig
Failure of libxl_domain_suspend() does not leave the domain in a suspended state, so no need to call libxl_domain_resume(), which btw will fail with "domain not suspended". Signed-off-by: Jim Fehlig --- src/libxl/libxl_migration.c | 14 -- 1 file changed, 14 deletions(-) diff --git