[libvirt] [PATCH] Fix crashing upgrading from older libvirts with running guests

2013-08-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com If upgrading from a libvirt that is older than 1.0.5, we can not assume that vm-def-resource is non-NULL. This bogus assumption caused libvirtd to crash Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/lxc/lxc_process.c | 8 ++--

Re: [libvirt] [PATCH] Fix crashing upgrading from older libvirts with running guests

2013-08-02 Thread Eric Blake
On 08/02/2013 05:51 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com If upgrading from a libvirt that is older than 1.0.5, we can not assume that vm-def-resource is non-NULL. This bogus assumption caused libvirtd to crash Signed-off-by: Daniel P. Berrange