提交 d59ca120 编写于 作者: P Peter Krempa

qemu: hotplug: Add debug log when dispatching device removal to existing thread

Note that the waiting thread is signaled in the debug logs to simplify
debugging.
上级 c27020dd
......@@ -4383,6 +4383,7 @@ qemuDomainSignalDeviceRemoval(virDomainObjPtr vm,
qemuDomainObjPrivatePtr priv = vm->privateData;
if (STREQ_NULLABLE(priv->unplug.alias, devAlias)) {
VIR_DEBUG("Removal of device '%s' continues in waiting thread", devAlias);
qemuDomainResetDeviceRemoval(vm);
priv->unplug.status = status;
virDomainObjBroadcast(vm);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册