Re: [libvirt] [PATCH v3 7/9] qemu: add helper for getting full FSInfo

2019-08-23 Thread Daniel Henrique Barboza
On 8/23/19 1:31 PM, Jonathon Jongsma wrote: This function adds the complete filesystem information returned by the qemu agent to an array of typed parameters with field names intended to to be returned by virDomainGetGuestInfo() Signed-off-by: Jonathon Jongsma --- Tested-by: Daniel

[libvirt] [PATCH v3 7/9] qemu: add helper for getting full FSInfo

2019-08-23 Thread Jonathon Jongsma
This function adds the complete filesystem information returned by the qemu agent to an array of typed parameters with field names intended to to be returned by virDomainGetGuestInfo() Signed-off-by: Jonathon Jongsma --- src/qemu/qemu_agent.c | 90 ++ src/qemu/qemu_agent.h |