]> git.ipfire.org Git - thirdparty/libvirt.git/commit
bhyve: implement virDomainAgentSetResponseTimeout() master
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Thu, 6 Aug 2026 16:36:05 +0000 (18:36 +0200)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 8 Aug 2026 06:01:48 +0000 (08:01 +0200)
commit173a07b7aa5bd925dbdb18f40dabad53781f689c
treed36034251b0389357840b239038709c5e334d499
parent6fcebd5bbbc7c31b732b8fe4c8019ced78fce0de
bhyve: implement virDomainAgentSetResponseTimeout()

Implement the virDomainAgentSetResponseTimeout() which allows to
set the qemu guest agent timeout.

The change consists of two main parts:

 - bhyveDomainAgentSetResponseTimeout() driver method implementation
   which actually sets the agent timeout.
 - Updating virDomainXMLPrivateDataCallbacks with "parse" and "format"
   methods implementation for parsing and formatting of the agent
   timeout value in domain's XML.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/bhyve/bhyve_domain.c
src/bhyve/bhyve_driver.c