-------- Перенаправленное сообщение --------
Тема: Re: [Qemu-devel] QEMU+Aarch64: in_asm log skips instructions of loop-programs
Дата: Thu, 03 Sep 2015 18:22:16 +0300
От: Sergey Smolov <smolov@ispras.ru>
Кому: Richard Henderson <rth@twiddle.net>


Richard Henderson писал 2015-09-03 17:28:
> On 09/02/2015 11:33 PM, Peter Maydell wrote:
>> You might find the 'exec' logging helpful for tracking
>> which translated blocks get executed.
> 
> Even then you will of course only log the head of unlinked chains of 
> blocks.
> 
> 
> r~

Do you think it is possible to implement another QEMU logger which will 
make a record for every executed block, and these records will be in the 
form of input assembler (in my case, Aarch64)?

Thanks,

Sergey Smolov