Tagged Questions

3
votes
4answers
1k views

CUDA / OpenCL within a Virtual Machine / Hypervisor

Anyone know of any virtualisation solutions that either allow CUDA/OpenCL access directly or implement CUDA/OpenCL abstraction. UPDATE: Thank you those who commented. While classical 'desktop' ...
1
vote
3answers
271 views

Allow guest OS to access graphics adapter directly

Modern hardware-assisted desktop virtualization products (like VMWare Workstation or VirtualBox) normally provide the guest OS with a virtual graphics adapter that has a limited functionality. Is it ...
0
votes
1answer
39 views

OS memory isolation

I am trying to write a very thin hypervisor that would have the following restrictions: runs only one operating system at a time (ie. no OS concurrency, no hardware sharing, no way to switch to ...
0
votes
2answers
340 views

Non-Hypervisor Virtualization vs Type2 Hypervisor

According to a marked answer on stackoverflow.com here and another reference here, I understand that : Hypervisor virtualization = below the OS and a hardware virtualization where the hardware is ...
0
votes
1answer
122 views

Hardware virtualization - Hypervisor query

How will a hypervisor reflect a change whenever there occurs a change in the guest page table of the guest OS. How is the correspondence maintained between guest page mapping and shadow page mapping? ...