[PATCH 0/5] bhyve: extend agent support

Roman Bogorodskiy posted 5 patches 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260523071645.40223-1-bogorodskiy@gmail.com
There is a newer version of this series
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(-)
[PATCH 0/5] bhyve: extend agent support
Posted by Roman Bogorodskiy 1 week ago
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