After booting Arm Linux on QEMU 0.12.5, I checked the time by command
"date". However, the displayed time was weird. Its year is 1970.
Why cannot QEMU get timer of the host?
--
Thanks and Best regards
---
Tran Van Dung
1-1-1 Noji-higashi, Kusatsu, Shiga 525-8577 JAPAN
Phone:
Checking qemu.log (-d in_asm), I found a translation block have only 1
instruction (NEON instruction), and this instruction is re-disassembled in
the next translation block. I can't understand why an instruction is
disassembled but not executed (I guess).
Please explain the reason and show me the f