M.Thomas Frederiksen wrote: > Given that the guest is a process on Linux, couldn't it use Linux system calls > like any other Linux process?
No, system calls on the guest go to the guest kernel. > For example, could a driver be added to Windows, > so that Windows could use the same system call that X windows does to get > access > to the video card? > kvm exposes a hypercall mechanism which allows a guest driver to call the host. You could use that to tunnel opengl commands to the display. See http://www.cs.toronto.edu/~andreslc/xen-gl/ for an example. -- 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