Re: Some more questions with regards to QEMU clock record and replay

2021-03-03 Thread Arnabjyoti Kalita
Thank you Pavel. Your answers make the clock record-replay process much clearer to me now. Best Regards, Arnab On Tue, Mar 2, 2021 at 12:49 PM Pavel Dovgalyuk wrote: > On 01.03.2021 20:16, Arnabjyoti Kalita wrote: > > Hello all, > > > > I am really thankful for the wonderful answers in my last

Re: Some more questions with regards to QEMU clock record and replay

2021-03-01 Thread Pavel Dovgalyuk
On 01.03.2021 20:16, Arnabjyoti Kalita wrote: Hello all, I am really thankful for the wonderful answers in my last post linked below- https://lists.nongnu.org/archive/html/qemu-discuss/2021-02/msg00131.html In continuation with the last post, I have a few more questions to ask - My experiment

Some more questions with regards to QEMU clock record and replay

2021-03-01 Thread Arnabjyoti Kalita
Hello all, I am really thankful for the wonderful answers in my last post linked below- https://lists.nongnu.org/archive/html/qemu-discuss/2021-02/msg00131.html In continuation with the last post, I have a few more questions to ask - My experiment is still, mostly the same. I record clock value

Re: QEMU Clock record and replay

2021-02-27 Thread Arnabjyoti Kalita
The host clock refers to one of the clock types used by QEMU - ``` @QEMU_CLOCK_HOST: host clock * * The host clock should be used for device models that emulate accurate * real time sources. It will continue to run when the virtual machine * is suspended, and it will reflect system time changes th

Re: QEMU Clock record and replay

2021-02-27 Thread Arnabjyoti Kalita
Thank you Pavel. You answered all of my questions. The clock record-replay functionality is much clearer now. Best Regards, Arnab On Fri, Feb 26, 2021 at 11:54 AM Pavel Dovgalyuk wrote: > On 25.02.2021 18:43, Philippe Mathieu-Daudé wrote: > > Cc'ing Pavel/Alex. > > > > On 2/25/21 4:09 PM, Arna

Re: QEMU Clock record and replay

2021-02-26 Thread Alex Bennée
Pavel Dovgalyuk writes: > On 25.02.2021 18:43, Philippe Mathieu-Daudé wrote: >> Cc'ing Pavel/Alex. >> >> On 2/25/21 4:09 PM, Arnabjyoti Kalita wrote: >>> Hello all, >>> >>> I am trying to understand how the clock values are recorded and replayed >>> in QEMU (when it runs in TCG mode). I have b

Re: QEMU Clock record and replay

2021-02-25 Thread Pavel Dovgalyuk
On 25.02.2021 18:43, Philippe Mathieu-Daudé wrote: Cc'ing Pavel/Alex. On 2/25/21 4:09 PM, Arnabjyoti Kalita wrote: Hello all, I am trying to understand how the clock values are recorded and replayed in QEMU (when it runs in TCG mode). I have been specifically following the document that has be

Re: QEMU Clock record and replay

2021-02-25 Thread Philippe Mathieu-Daudé
Cc'ing Pavel/Alex. On 2/25/21 4:09 PM, Arnabjyoti Kalita wrote: > Hello all, > > I am trying to understand how the clock values are recorded and replayed > in QEMU (when it runs in TCG mode). I have been specifically following > the document that has been provided here - > https://github.com/qemu