Re: [Qemu-devel] QEMU option -d in_asm on i386

2013-07-15 Thread Anderson Sartor
Thank you for your answer. It was, as you guessed, the KVM acceleration, explicity calling "-disable-kvm" did the trick and everything is working now. Thanks again 2013/7/15 Peter Maydell > On 15 July 2013 13:21, Anderson Sartor wrote: > > Regarding the QEMU code present in the Android source

Re: [Qemu-devel] QEMU option -d in_asm on i386

2013-07-15 Thread Peter Maydell
On 15 July 2013 13:21, Anderson Sartor wrote: > Regarding the QEMU code present in the Android source (I tested on QEMU > 1.1.2 as well and got the same results), I am able to get in_asm, out_asm, > etc data with ARM and MIPS architectures. However on i386 nothing is saved > to the log using any o

[Qemu-devel] QEMU option -d in_asm on i386

2013-07-15 Thread Anderson Sartor
Regarding the QEMU code present in the Android source (I tested on QEMU 1.1.2 as well and got the same results), I am able to get in_asm, out_asm, etc data with ARM and MIPS architectures. However on i386 nothing is saved to the log using any of the "-d" options. Why is i386 different? How can I ge