]> git.proxmox.com Git - mirror_qemu.git/commit
replay: notify CPU on event
authorPavel Dovgalyuk <pavel.dovgalyuk@ispras.ru>
Thu, 1 Apr 2021 08:19:51 +0000 (11:19 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Apr 2021 08:37:20 +0000 (10:37 +0200)
commit46967b1a43dead33fa0c4afecd91b456693d1c4f
tree69177dcb92166200b6b1872460037d35c0ef5790
parentfe852ac2b3725055bb210270e3aca5a0ed4b6217
replay: notify CPU on event

This patch enables vCPU notification to wake it up
when new async event comes in replay mode.

The motivation of this patch is the following.
Consider recorded block async event. It is saved into the log
with one of the checkpoints. This checkpoint may be passed in
vCPU loop. In replay mode when this async event is read from
the log, and block thread task is not finished yet, vCPU thread
goes to sleep. That is why this patch adds waking up the vCPU
to process this finished event.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Message-Id: <161726519158.1476949.7614181684462079836.stgit@pasha-ThinkPad-X280>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
replay/replay-events.c