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: Steven
Subject: Re: [Qemu-devel] qemu log function to print out the registers of the guest
Date: Thu, 16 Aug 2012 15:02:44 -0400

On Thu, Aug 16, 2012 at 2:51 PM, Laurent Desnogues
<address@hidden> wrote:
> 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.
Hi, Laurent,
do you mean the target-i386/op_helper.c/helper.c or the tcg helper? Thanks.

>
>
> Laurent



reply via email to

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