We don't need that.
This commit is contained in:
@@ -78,10 +78,8 @@ export default class QMPClient extends EventEmitter {
|
|||||||
}
|
}
|
||||||
case "RESET":
|
case "RESET":
|
||||||
{
|
{
|
||||||
if(msg.data.reason == "host-qmp-system-reset") {
|
log("INFO", "QEMU reset event occured");
|
||||||
log("INFO", "QEMU reset event occured");
|
this.resume();
|
||||||
this.resume();
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
};
|
};
|
||||||
default: break;
|
default: break;
|
||||||
@@ -151,4 +149,4 @@ export default class QMPClient extends EventEmitter {
|
|||||||
res(await this.execute({execute: "human-monitor-command", arguments: {"command-line": command}}));
|
res(await this.execute({execute: "human-monitor-command", arguments: {"command-line": command}}));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user