Re: [libvirt] [PATCH v3 4/9] qemu: add helper function for querying OS info

2019-08-26 Thread Michal Privoznik
On 8/23/19 6:31 PM, Jonathon Jongsma wrote: This function queries the guest operating system information and adds the returned information to an array of typed parameters with field names intended to be returned in virDomainGetGuestInfo(). Signed-off-by: Jonathon Jongsma ---

Re: [libvirt] [PATCH v3 4/9] qemu: add helper function for querying OS info

2019-08-23 Thread Daniel Henrique Barboza
On 8/23/19 1:31 PM, Jonathon Jongsma wrote: This function queries the guest operating system information and adds the returned information to an array of typed parameters with field names intended to be returned in virDomainGetGuestInfo(). Signed-off-by: Jonathon Jongsma --- Reviewed-by:

[libvirt] [PATCH v3 4/9] qemu: add helper function for querying OS info

2019-08-23 Thread Jonathon Jongsma
This function queries the guest operating system information and adds the returned information to an array of typed parameters with field names intended to be returned in virDomainGetGuestInfo(). Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_agent.c | 53 ++