Re: [PATCH] libxl: Implement domainGetMessages API

2021-12-14 Thread Peter Krempa
On Tue, Dec 14, 2021 at 09:14:38 +, Daniel P. Berrangé wrote: > On Tue, Dec 14, 2021 at 10:05:26AM +0100, Peter Krempa wrote: > > On Mon, Dec 13, 2021 at 17:35:36 -0700, Jim Fehlig wrote: > > > Since commit 46783e6307a, the 'virsh dominfo' command calls > > > virDomainGetMessages to report any

Re: [PATCH] libxl: Implement domainGetMessages API

2021-12-14 Thread Daniel P . Berrangé
On Tue, Dec 14, 2021 at 10:05:26AM +0100, Peter Krempa wrote: > On Mon, Dec 13, 2021 at 17:35:36 -0700, Jim Fehlig wrote: > > Since commit 46783e6307a, the 'virsh dominfo' command calls > > virDomainGetMessages to report any messages from the domain. > > Hypervisors not implementing the API now

Re: [PATCH] libxl: Implement domainGetMessages API

2021-12-14 Thread Peter Krempa
On Tue, Dec 14, 2021 at 10:05:51 +0100, Peter Krempa wrote: > On Mon, Dec 13, 2021 at 17:35:36 -0700, Jim Fehlig wrote: > > Since commit 46783e6307a, the 'virsh dominfo' command calls > > virDomainGetMessages to report any messages from the domain. > > Hypervisors not implementing the API now get

Re: [PATCH] libxl: Implement domainGetMessages API

2021-12-14 Thread Peter Krempa
On Mon, Dec 13, 2021 at 17:35:36 -0700, Jim Fehlig wrote: > Since commit 46783e6307a, the 'virsh dominfo' command calls > virDomainGetMessages to report any messages from the domain. > Hypervisors not implementing the API now get the following > log message when clients invoke 'virsh dominfo' > >

Re: [PATCH] libxl: Implement domainGetMessages API

2021-12-14 Thread Michal Prívozník
On 12/14/21 01:35, Jim Fehlig wrote: > Since commit 46783e6307a, the 'virsh dominfo' command calls > virDomainGetMessages to report any messages from the domain. > Hypervisors not implementing the API now get the following > log message when clients invoke 'virsh dominfo' > > this function is not