Re: [libvirt] [PATCH] qemu: Fix crash in migration of graphics-less guests.

2013-05-16 Thread Jiri Denemark
On Thu, May 16, 2013 at 14:41:29 +0200, Viktor Mihajlovski wrote: > Commit 7f15ebc7a2b599ab10dbc15bca6f823591213e67 introduced a bug > happening when guests without a element are migrated. > The initialization of listenAddress happens unconditionally > from the cookie even if the cookie->graphics

[libvirt] [PATCH] qemu: Fix crash in migration of graphics-less guests.

2013-05-16 Thread Viktor Mihajlovski
Commit 7f15ebc7a2b599ab10dbc15bca6f823591213e67 introduced a bug happening when guests without a element are migrated. The initialization of listenAddress happens unconditionally from the cookie even if the cookie->graphics pointer was NULL. Moved the initialization to where it is safe. Signed-of