qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] how to get registers value in event of systemcall


From: Laurent Desnogues
Subject: Re: [Qemu-devel] how to get registers value in event of systemcall
Date: Tue, 3 Jun 2008 21:42:01 +0200

On Tue, Jun 3, 2008 at 7:50 PM, Antonio Ricci <address@hidden> wrote:
> Hi Paul,
> thanks for your answer.
> I've tried to have registers value from do interrupt and it seems to
> work. I've some questions for you:
> 1) Where these values are initialized? I can't find it.

If you look in cpu_exec.c/cpu_exec() you will see a call to env_to_regs
before the loop that contains the do_interrupt call.  Does that answer
your question?


Laurent




reply via email to

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