On Tue, 9 Nov 2021 at 15:00, Arnabjyoti Kalita
wrote:
>
> Thank you very much, Peter. I have got the gist of the code flow.
> Based on your explanation, I have a couple of questions to ask -
>
> - In cpu_restore_state(), can it happen that the host PC is incorrect
> and thereby, the resultant gues
Thank you very much, Peter. I have got the gist of the code flow.
Based on your explanation, I have a couple of questions to ask -
- In cpu_restore_state(), can it happen that the host PC is incorrect
and thereby, the resultant guest PC becomes incorrect (the comments
say that this happens during
On Tue, 9 Nov 2021 at 05:44, Arnabjyoti Kalita
wrote:
> I am trying to understand how page faults happen when a guest is
> executing in TCG mode. Specifically, how does TCG determine at which
> instruction pointer did page fault happen? Which functions in the TCG
> code flow get called when it det