Re: [PATCH v3] replay: notify CPU on event

2021-04-01 Thread Paolo Bonzini
On 01/04/21 10:19, Pavel Dovgalyuk wrote: 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

[PATCH v3] replay: notify CPU on event

2021-04-01 Thread Pavel Dovgalyuk
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 th