TJ wrote:
> Avi, thanks. The patch fixes the issue for the XO image and there are no
> more MSR read errors.
>
> I'm still not sure why when starting the image with kvm enabled the
> drawing of the GRUB screen is so painfully slow, but without kvm it is
> fast.
>
>   

Grub probably uses one of the 4-bit vga modes which cannot be direct 
mapped.  This means that every pixel access is a 5-10 microsecond vmexit.

Xen uses some form of mmio buffering to reduce this costs (mmio exits 
under Xen are even more expensive).  Something like this can be added to 
kvm to speed up vga writes.

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


-------------------------------------------------------------------------
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