[Qemu-devel] Guest OS cannot get the host timer

2012-12-12 Thread tran dung
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:

[Qemu-devel] why QEMU re-disassembly an instruction

2011-05-27 Thread tran dung
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