
4 Aug
2016
4 Aug
'16
9:58 a.m.
On Thu, Aug 04, 2016 at 09:47:49 +0200, Michal Privoznik wrote:
In the cleanup path, @vm cannot be possibly NULL. If it were so, we would receive SIGSEGV much earlier. At the beginning of the function we do libxlDomainObjBeginJob(.., vm, ..); and so on.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/libxl/libxl_migration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK