[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Lack of codes in logging
From: |
Yue Chen |
Subject: |
[Qemu-devel] Lack of codes in logging |
Date: |
Mon, 28 May 2012 22:24:46 -0400 |
Hi,
When I use "log in_asm", "log op" in monitor mode to log instructions, there are some situations like follows:
----------------------------------------------------------------
IN:
0x7c91ee39: push %eax
0x7c91ee3a: call 0x7c9020f5
IN:
0x7c91ee3f: mov -0x3c(%ebp),%ax
----------------------------------------------------------------
After "call 0x7c9020f5", the CPU directly goes to 0x7c91ee3f, not 0x7c9020f5. And there are other situations, for example, the CPU(CS:EIP) neither goes to the "next address", nor the "call,jmp" address, and no hardware interruption prompt.
As a whole-system emulator, why the logging cannot log all the instructions? Thanks.
- [Qemu-devel] Lack of codes in logging,
Yue Chen <=
Re: [Qemu-devel] Lack of codes in logging, Peter Maydell, 2012/05/28