Re: [Qemu-discuss] Disable Page Faults in QEMU

2018-03-27 Thread Peter Maydell
On 26 March 2018 at 21:41, Arnabjyoti Kalita wrote: > After a while, I seem to get page-faults in the kernel code itself. > > I see that the page-fault handler executes the below function > >

[Qemu-discuss] Disable Page Faults in QEMU

2018-03-26 Thread Arnabjyoti Kalita
Hi all, I have been trying to modify the execution flow in QEMU. Briefly, at certain points in my program, I have tried to reverse the direction of the branch i.e. if the branch was taken, I have forced the branch to not be taken or if the branch was not-taken, I have forced the branch to be