Nitin A Kamble wrote:
> Hi Avi,
>  Attached is the patch to implement emulation of instructions 
>
> stc (opcode 0xf9) 
> cld (opcode 0xfc)
>   
> +       case 0xfc: /* cld */
> +               ctxt->eflags |= X86_EFLAGS_DF;
> +               c->dst.type = OP_NONE;  /* Disable writeback. */
> +               break;
>         }

This is 'cld', but it looks like you're setting DF?

-- 
Any sufficiently difficult bug is indistinguishable from a feature.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to