search for: qemumonitorupdatewatch

Displaying 1 result from an estimated 1 matches for "qemumonitorupdatewatch".

2019 Aug 05
2
Vm in state "in shutdown"
...@entry=0x7f12b80008c0, scm_fd=scm_fd@entry=-1, reply=reply@entry=0x7f12fddf4780) at qemu/qemu_monitor_json.c:355 #4 0x00007f12eb2904b9 in qemuMonitorJSONCommand (reply=0x7f12fddf4780, cmd=0x7f12b80008c0, mon=0x7f12d0013af0) at qemu/qemu_monitor_json.c:385 ... I found that on function ‘qemuMonitorUpdateWatch’, if mon->watch is zero, then event would’t be update. But 'qemuMonitorSend' would still wait on mon->notify. So the remoteDispatchDomainMemoryStats job is blocked, and then the stop job blocked too. 618 static void 619 qemuMonitorUpdateWatch(qemuMonitorPtr mon) 620 { 621 int eve...