On 12/4/24 10:44, Konstantin Kostiuk wrote:
>
> The old flow:
> run_agent call run_agent_once in loop
> run_agent_once initialize channel for every run
>
> after your changes
> you expect to initialize the channel only once
> this can cause issues on Windows during driver update
> the default co
On Mon, Nov 4, 2024 at 11:54 AM Michal Privoznik
wrote:
> If the agent is set to daemonize but for whatever reason fails to
> init the channel, the error message is lost. Worse, the agent
> daemonizes needlessly and returns success. For instance:
>
> # qemu-ga -m virtio-serial \
> -
If the agent is set to daemonize but for whatever reason fails to
init the channel, the error message is lost. Worse, the agent
daemonizes needlessly and returns success. For instance:
# qemu-ga -m virtio-serial \
-p /dev/nonexistent_device \
-f /run/qemu-ga.pid \