Ghiora Drori wrote:
> Hi,
> I am interested in supporting NVDIA, ATI, Intel and presumably other
> display cards when running a windows guest KVM. The idea is to get
> Windows XP games to work properly under kvm when being hosted by Linux.
> The screen on Linux can have more then one X windows server running on 
> different TTYs and it looks (I have not checked the code) like each is 
> running separately (aka there is a store and initialize when switching 
> between them) so when a kvm guest would get such a screen it would 
> have direct access to the display hardware.
> I searched Google but did not find anything significant.
> Any ideas where to start?
> Thanks Ghiora
>
you cannot do it like this, the x system use driver and use the hardware 
how it want after using the driver,
but what you can do is:
writing a windows driver for the guest that will emulate a 3d video card 
and then writing a device for qemu
that will exploit some of the host 3d graphics video card gpu for this 
emulated card,
but this really is not simple at all

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