Hello, While running qemu under Valgrind for debugging purposes, I got the message "vex x86->IR: unhandled instruction bytes: 0xFF 0x58 0xEB 0x5". This is a valid opcode (CALLF Ep). I think this opcode should be implemented. Thanks, Nicolas
> While running qemu under Valgrind for debugging purposes, I got the message This is qemu + the qemu accelerator, yes?
No, it's qemu without kqemu.
Hi, Did I give you enough information, or do you need more? Thanks, Nicolas
Looking at this more. This is a "lcall" or far call. Do you have some more details of it? What arguments did you give to qemu?
Hi, I have no more details on this. I don't remember the exact arguments, but it was probably something like qemu -smp 2 -cdrom KNOPPIX_V5.1.0CD-2006-12-30-EN.iso In case it helps, it was with qemu 0.9.1.
Hmm, hard to fix without a real test case.