未验证 提交 6f9b397c 编写于 作者: L Longxiang Lyu 提交者: GitHub

Merge pull request #2144 from xiagao/bz1670248-isa

qemu_guest_agent: fix issue of isa-serial backend
......@@ -2778,6 +2778,7 @@ class QemuGuestAgentBasicCheckWin(QemuGuestAgentBasicCheck):
else:
logging.info("qemu-ga service is not running.")
self.gagent_start(session, self.vm)
time.sleep(5)
args = [params.get("gagent_serial_type"), params.get("gagent_name")]
self.gagent_create(params, self.vm, *args)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册