]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add helper for getting full FSInfo
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 23 Aug 2019 16:31:21 +0000 (11:31 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 26 Aug 2019 15:27:40 +0000 (17:27 +0200)
commita68ed9fc42c766844cdcec2284e5f9cb4b8d5a3c
tree8b63c06765e8d0a3cb8ad4a7cd90eb345d1fd5d8
parentff8940305020f90522901a438be3baa8af6da0d8
qemu: add helper for getting full FSInfo

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 <jjongsma@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Tested-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/qemu/qemu_agent.c
src/qemu/qemu_agent.h
tests/qemuagenttest.c