Re: [libvirt] [PATCH 2/2] qemu: Avoid operations on NULL monitor if VM fails early

2014-01-15 Thread Peter Krempa
On 01/15/14 17:45, Michal Privoznik wrote: > On 14.01.2014 19:31, Peter Krempa wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1047659 >> >> If a VM dies very early during an attempted connect to the guest agent >> while the locks are down the domain monitor object will be freed. The >> objec

Re: [libvirt] [PATCH 2/2] qemu: Avoid operations on NULL monitor if VM fails early

2014-01-15 Thread Michal Privoznik
On 14.01.2014 19:31, Peter Krempa wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1047659 > > If a VM dies very early during an attempted connect to the guest agent > while the locks are down the domain monitor object will be freed. The > object is then accessed later as any failure during gu

[libvirt] [PATCH 2/2] qemu: Avoid operations on NULL monitor if VM fails early

2014-01-14 Thread Peter Krempa
https://bugzilla.redhat.com/show_bug.cgi?id=1047659 If a VM dies very early during an attempted connect to the guest agent while the locks are down the domain monitor object will be freed. The object is then accessed later as any failure during guest agent startup isn't considered fatal. In the c