On 06/07/2012 01:03 PM, Johannes Bauer wrote:
> On 07.06.2012 09:12, Avi Kivity wrote:
> 
>> add -monitor stdio to the command line and then:
>> 
>> (qemu) info registers
>> (qemu) x/20i 0xcsbase + $eip
>>
>> Run info registers a few times and note whether eip changes or not.
> 
> It does not. Here's where it hangs:
> 
> (qemu) x/20i 0x20000 + $eip
> 0x00000000000208d7:  leave

Pretty straightforward, we need to emulate the leave instruction.  I'll
update the branch and notify you.

-- 
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to