Avi Kivity wrote:
> Gildas wrote:
>>
>> Here they are
>>
>> The core dump may be provided out of list as well if of any use.
>
> Looks like the guest is using some instruction which we don't emulate 
> well.
>
> This is a live cd, right?  Can you post a link?  I'll try to reproduce 
> it here.
>

Confirmed, the guest is using 32-bit addresses in real mode which VT 
does not support.

The fix is nontrivial, we need to flesh out x86_emulate.c to support all 
missing real-mode instructions and switch to using that instead of VT 
for real mode.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to