[PATCH 0/2] bhyve: add agent support

Roman Bogorodskiy posted 2 patches 1 day, 4 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260514050216.56790-1-bogorodskiy@gmail.com
po/POTFILES                           |   2 +-
src/bhyve/bhyve_domain.c              |  32 +++++
src/bhyve/bhyve_domain.h              |  14 ++
src/bhyve/bhyve_driver.c              | 180 +++++++++++++++++++++++++-
src/bhyve/bhyve_process.c             | 118 +++++++++++++++++
src/bhyve/bhyve_process.h             |   4 +
src/hypervisor/meson.build            |   1 +
src/{qemu => hypervisor}/qemu_agent.c |  20 ++-
src/{qemu => hypervisor}/qemu_agent.h |   3 +-
src/libvirt_private.syms              |  32 +++++
src/qemu/meson.build                  |   1 -
src/qemu/qemu_process.c               |   3 +-
tests/qemuagenttest.c                 |   2 +-
tests/qemumonitortestutils.c          |   6 +-
tests/qemumonitortestutils.h          |   2 +-
15 files changed, 405 insertions(+), 15 deletions(-)
rename src/{qemu => hypervisor}/qemu_agent.c (99%)
rename src/{qemu => hypervisor}/qemu_agent.h (98%)
[PATCH 0/2] bhyve: add agent support
Posted by Roman Bogorodskiy 1 day, 4 hours ago
Roman Bogorodskiy (2):
  qemu: move qemu_agent.c to hypervisor/
  bhyve: add agent support

 po/POTFILES                           |   2 +-
 src/bhyve/bhyve_domain.c              |  32 +++++
 src/bhyve/bhyve_domain.h              |  14 ++
 src/bhyve/bhyve_driver.c              | 180 +++++++++++++++++++++++++-
 src/bhyve/bhyve_process.c             | 118 +++++++++++++++++
 src/bhyve/bhyve_process.h             |   4 +
 src/hypervisor/meson.build            |   1 +
 src/{qemu => hypervisor}/qemu_agent.c |  20 ++-
 src/{qemu => hypervisor}/qemu_agent.h |   3 +-
 src/libvirt_private.syms              |  32 +++++
 src/qemu/meson.build                  |   1 -
 src/qemu/qemu_process.c               |   3 +-
 tests/qemuagenttest.c                 |   2 +-
 tests/qemumonitortestutils.c          |   6 +-
 tests/qemumonitortestutils.h          |   2 +-
 15 files changed, 405 insertions(+), 15 deletions(-)
 rename src/{qemu => hypervisor}/qemu_agent.c (99%)
 rename src/{qemu => hypervisor}/qemu_agent.h (98%)

-- 
2.52.0