This series adds support for querying domain's interface addresses and fs information using the qemu guest agent.
These changes are not directly related, grouping them so the series is not too small and not too big for review. Roman Bogorodskiy (5): bhyve: reorder qemu agent code bhyve: support getting interface addresses from agent bhyve: implement the domainGetFSInfo() API hypervisor: qemu_agent: add virDomainFSInfoFormat() hypervisor: qemu_agent: virDomainFSInfoFormat -> qemuAgentFSInfoFormat src/bhyve/bhyve_driver.c | 273 +++++++++++++++++++++++------------- src/hypervisor/qemu_agent.c | 70 +++++++++ src/hypervisor/qemu_agent.h | 5 + src/libvirt_private.syms | 1 + src/qemu/qemu_driver.c | 72 +--------- 5 files changed, 254 insertions(+), 167 deletions(-) -- 2.52.0
