]> git.ipfire.org Git - thirdparty/qemu.git/commit
qga: ignore channel_init() fail if 'retry_path' is set
authorKostiantyn Kostiuk <kkostiuk@redhat.com>
Mon, 25 Aug 2025 14:05:49 +0000 (17:05 +0300)
committerKostiantyn Kostiuk <kkostiuk@redhat.com>
Mon, 1 Sep 2025 11:02:18 +0000 (14:02 +0300)
commitb44c8a6d837ed4e082dd03d79095a4e9141eff5b
treed12ebaaffbd92934fec9a32779a57a33dd62b967
parent3b0ba59762380fff9c91a031301f6f661abaac96
qga: ignore channel_init() fail if 'retry_path' is set

On Windows, we run QGA with `-d --retry-path` options by default,
and expect that QGA will start even without the vioserial driver
and will wait for communication forever.

Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250825140549.146617-3-kkostiuk@redhat.com
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
qga/main.c