Re: [libvirt] [PATCH] qemu: fix libvirtd crash in migration after vm shutdown

2016-09-22 Thread Jiri Denemark
On Thu, Sep 22, 2016 at 11:56:38 +0200, Jiri Denemark wrote: > On Tue, Aug 02, 2016 at 02:20:51 +, weifuqiang wrote: > > [PATCH] qemu: fix libvirtd crash in migration after vm shutdown > > > > > > > > > > > > If we shutdown a guest, then migrate it without the arg XML, libvirtd will > > g

Re: [libvirt] [PATCH] qemu: fix libvirtd crash in migration after vm shutdown

2016-09-22 Thread Jiri Denemark
On Tue, Aug 02, 2016 at 02:20:51 +, weifuqiang wrote: > [PATCH] qemu: fix libvirtd crash in migration after vm shutdown > > > > > > If we shutdown a guest, then migrate it without the arg XML, libvirtd will > get crashed. > > > > The reason is that: > > 1 during shutdown callback, qem

Re: [libvirt] [PATCH] qemu: fix libvirtd crash in migration after vm shutdown

2016-09-13 Thread John Ferlan
something weird with your email client and adding extra 's everywhere... Plaintext is your friend as much as 'git send-email'... On 08/01/2016 10:20 PM, weifuqiang wrote: > [PATCH] qemu: fix libvirtd crash in migration after vm shutdown > > > > > > If we shutdown a guest, then migrate it w

[libvirt] [PATCH] qemu: fix libvirtd crash in migration after vm shutdown

2016-08-01 Thread weifuqiang
[PATCH] qemu: fix libvirtd crash in migration after vm shutdown If we shutdown a guest, then migrate it without the arg XML, libvirtd will get crashed. The reason is that: 1 during shutdown callback, qemuProcessStop() , it points vm->def to vm->newDef 2 during migration, it frees persis