Re: [libvirt] [PATCH v3 8/9] qemu: Implement virDomainGetGuestInfo()

2019-08-27 Thread Michal Privoznik
On 8/26/19 6:08 PM, Jonathon Jongsma wrote: On Mon, 2019-08-26 at 17:29 +0200, Michal Privoznik wrote: On 8/23/19 6:31 PM, Jonathon Jongsma wrote: Iimplements the new guest information API by querying requested information via the guest agent. Signed-off-by: Jonathon Jongsma ---

Re: [libvirt] [PATCH v3 8/9] qemu: Implement virDomainGetGuestInfo()

2019-08-26 Thread Jonathon Jongsma
On Mon, 2019-08-26 at 17:29 +0200, Michal Privoznik wrote: > On 8/23/19 6:31 PM, Jonathon Jongsma wrote: > > Iimplements the new guest information API by querying requested > > information via the guest agent. > > > > Signed-off-by: Jonathon Jongsma > > --- > > src/qemu/qemu_driver.c | 110 > >

Re: [libvirt] [PATCH v3 8/9] qemu: Implement virDomainGetGuestInfo()

2019-08-26 Thread Michal Privoznik
On 8/23/19 6:31 PM, Jonathon Jongsma wrote: Iimplements the new guest information API by querying requested information via the guest agent. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_driver.c | 110 + 1 file changed, 110 insertions(+) diff

Re: [libvirt] [PATCH v3 8/9] qemu: Implement virDomainGetGuestInfo()

2019-08-23 Thread Daniel Henrique Barboza
On 8/23/19 1:31 PM, Jonathon Jongsma wrote: Iimplements the new guest information API by querying requested information via the guest agent. Signed-off-by: Jonathon Jongsma --- Reviewed-by: Daniel Henrique Barboza Tested-by: Daniel Henrique Barboza src/qemu/qemu_driver.c | 110

[libvirt] [PATCH v3 8/9] qemu: Implement virDomainGetGuestInfo()

2019-08-23 Thread Jonathon Jongsma
Iimplements the new guest information API by querying requested information via the guest agent. Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_driver.c | 110 + 1 file changed, 110 insertions(+) diff --git a/src/qemu/qemu_driver.c