Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-12 Thread Bjoern Walk
Bjoern Walk [2019-04-05, 12:35PM +0200]: > So, what's my course of action here? ping. Any advice would be much appreciated. signature.asc Description: PGP signature -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-05 Thread Bjoern Walk
So, what's my course of action here? Daniel P. Berrangé [2019-04-04, 11:32AM +0100]: > I guess the obvious extra thing to want to report is CPU registers, since > the crash info is largely containing register and/or memory address info. Sounds reasonable if we go with the virDomainGetCPUState AP

Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-04 Thread Daniel P . Berrangé
On Thu, Apr 04, 2019 at 11:48:40AM +0200, Peter Krempa wrote: > On Thu, Apr 04, 2019 at 09:49:16 +0100, Daniel Berrange wrote: > > On Thu, Apr 04, 2019 at 10:01:27AM +0200, Bjoern Walk wrote: > > > This patch series introduces the ability to save additional information > > > for the domain state an

Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-04 Thread Daniel P . Berrangé
On Thu, Apr 04, 2019 at 11:59:50AM +0200, Bjoern Walk wrote: > Daniel P. Berrangé [2019-04-04, 09:49AM +0100]: > > On Thu, Apr 04, 2019 at 10:01:27AM +0200, Bjoern Walk wrote: > > > This patch series introduces the ability to save additional information > > > for the domain state and exposes this

Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-04 Thread Peter Krempa
On Thu, Apr 04, 2019 at 11:59:50 +0200, Bjoern Walk wrote: > Daniel P. Berrangé [2019-04-04, 09:49AM +0100]: > > On Thu, Apr 04, 2019 at 10:01:27AM +0200, Bjoern Walk wrote: [...] > > Why not just have virDomainGetPanicInfo() and "virsh dompanicinfo" > > Do we want to later add an additional p

Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-04 Thread Bjoern Walk
Daniel P. Berrangé [2019-04-04, 09:49AM +0100]: > On Thu, Apr 04, 2019 at 10:01:27AM +0200, Bjoern Walk wrote: > > This patch series introduces the ability to save additional information > > for the domain state and exposes this information in virsh domstate. > > > > For example in the case of QE

Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-04 Thread Peter Krempa
On Thu, Apr 04, 2019 at 09:49:16 +0100, Daniel Berrange wrote: > On Thu, Apr 04, 2019 at 10:01:27AM +0200, Bjoern Walk wrote: > > This patch series introduces the ability to save additional information > > for the domain state and exposes this information in virsh domstate. > > > > For example in

Re: [libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-04 Thread Daniel P . Berrangé
On Thu, Apr 04, 2019 at 10:01:27AM +0200, Bjoern Walk wrote: > This patch series introduces the ability to save additional information > for the domain state and exposes this information in virsh domstate. > > For example in the case of QEMU guest panic events, we can provide additional > informat

[libvirt] [PATCH v3 0/7] extend virsh domstate to show additional information

2019-04-04 Thread Bjoern Walk
This patch series introduces the ability to save additional information for the domain state and exposes this information in virsh domstate. For example in the case of QEMU guest panic events, we can provide additional information like the crash reason or register state of the domain. This informa