qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu log function to print out the registers of the gue


From: Laurent Desnogues
Subject: Re: [Qemu-devel] qemu log function to print out the registers of the guest
Date: Thu, 16 Aug 2012 20:51:25 +0200

On Thu, Aug 16, 2012 at 7:49 PM, Steven <address@hidden> wrote:
[...]
> I want to get the guest memory address in the instruction mov
> 0x4(%ebx)  %eax, whic is 0x4(%ebx).
> Since %ebx is not resolved until the execution time, the code in
> softmmu_header.h does not generate any hit or miss information.
> Do you know any place that I could resolve the memory access address? Thanks.

You'll have to generate code.  Look at how helpers work.


Laurent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]