Re: [libvirt] [PATCH 0/7] add virDomainGetGuestInfo()

2019-08-08 Thread Peter Krempa
On Wed, Aug 07, 2019 at 12:39:09 +0200, Tomáš Golembiovský wrote: > On Thu, Aug 01, 2019 at 08:37:03AM -0500, Jonathon Jongsma wrote: > > This series adds several bits of guest information provided by a new API > > function virDomainGetGuestInfo(). There is an implementation for qemu using > >

Re: [libvirt] [PATCH 0/7] add virDomainGetGuestInfo()

2019-08-08 Thread Tomáš Golembiovský
On Wed, Aug 07, 2019 at 10:41:10AM -0500, Jonathon Jongsma wrote: > On Wed, 2019-08-07 at 12:39 +0200, Tomáš Golembiovský wrote: > > On Thu, Aug 01, 2019 at 08:37:03AM -0500, Jonathon Jongsma wrote: > > > This series adds several bits of guest information provided by a > > > new API > > > function

Re: [libvirt] [PATCH 0/7] add virDomainGetGuestInfo()

2019-08-07 Thread Jonathon Jongsma
On Wed, 2019-08-07 at 12:39 +0200, Tomáš Golembiovský wrote: > On Thu, Aug 01, 2019 at 08:37:03AM -0500, Jonathon Jongsma wrote: > > This series adds several bits of guest information provided by a > > new API > > function virDomainGetGuestInfo(). There is an implementation for > > qemu using the

Re: [libvirt] [PATCH 0/7] add virDomainGetGuestInfo()

2019-08-07 Thread Tomáš Golembiovský
On Thu, Aug 01, 2019 at 08:37:03AM -0500, Jonathon Jongsma wrote: > This series adds several bits of guest information provided by a new API > function virDomainGetGuestInfo(). There is an implementation for qemu using > the > guest agent. In particular, it adds information about logged-in users,

[libvirt] [PATCH 0/7] add virDomainGetGuestInfo()

2019-08-01 Thread Jonathon Jongsma
This series adds several bits of guest information provided by a new API function virDomainGetGuestInfo(). There is an implementation for qemu using the guest agent. In particular, it adds information about logged-in users, guest OS, and timezone. I had previously submitted a patch series with a