Re: [libvirt] [PATCH v2 2/7] qemu: domain: store and update panic info

2019-03-27 Thread Bjoern Walk
Michal Privoznik [2019-03-27, 02:05PM +0100]: > On 3/25/19 9:04 AM, Bjoern Walk wrote: > > @@ -14069,6 +14072,39 @@ > > qemuDomainStatePanicInfoFormatMsg(qemuDomainStatePanicInfoPtr info) > > } > > +void > > +qemuDomainStatePanicInfoSet(virDomainObjPtr vm, > > +

Re: [libvirt] [PATCH v2 2/7] qemu: domain: store and update panic info

2019-03-27 Thread Michal Privoznik
On 3/25/19 9:04 AM, Bjoern Walk wrote: Let's store additional state information in the hypervisor-specific private data to virDomainObj. For now, just consider panic state in QEMU domains for which additional information is available from the guest crash event handler. Reviewed-by: Boris

[libvirt] [PATCH v2 2/7] qemu: domain: store and update panic info

2019-03-25 Thread Bjoern Walk
Let's store additional state information in the hypervisor-specific private data to virDomainObj. For now, just consider panic state in QEMU domains for which additional information is available from the guest crash event handler. Reviewed-by: Boris Fiuczynski Signed-off-by: Bjoern Walk ---