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

2021-03-29 Thread Paolo Bonzini
On 29/03/21 13:23, Pavel Dovgalyuk wrote: I still do not understand why the qemu_clock_notify function is used to notify the CPU.  It would be nice to have a description of the call chain in a comment or to have a more appropriate API.  I can queue the patch since it's deep in replay-events.c

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

2021-03-29 Thread Pavel Dovgalyuk
On 29.03.2021 13:29, Paolo Bonzini wrote: On 29/03/21 09:43, 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

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

2021-03-29 Thread Paolo Bonzini
On 29/03/21 09:43, 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 v2] replay: notify CPU on event

2021-03-29 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

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

2021-03-14 Thread Pavel Dovgalyuk
ping On 16.02.2021 12:34, 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 checkpoin

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

2021-02-24 Thread Pavel Dovgalyuk
ping On 16.02.2021 12:34, 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 checkpoin

[PATCH v2] replay: notify CPU on event

2021-02-16 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