Tagged Questions
The hypervisor tag has no wiki summary.
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' ...
3
votes
1answer
205 views
Performance Counters per guest in KVM
My objective is to find the number of instructions after every interrupt delivered to the guest in KVM.
I use the instruction retired counter by programming the appropriate registers using wrmsr. I ...
3
votes
5answers
606 views
Writing a Hypervisor?
I am researching ideas for a PhD project.
One of my thoughts is writing a hypervisor (or bare metal) (?) so I could run multiple OS's without use of a true host operating system. Example I get a menu ...
3
votes
1answer
644 views
Which Hypervisors allow Raw PCI access?
I am trying to find out which Hypervisor will allow me to grant access to specialized PCI cards (such as a telephony card) to a virtual machine. So far I have tried out VMWare ESXi server and it ...
2
votes
1answer
51 views
Hypervisor literature
I have been looking for literature covering the mechanics behind a hypervisor/microkernel that explains how it works, the design behind etc but can“t find anything except published cs papers and ...
2
votes
2answers
1k views
What are the benefits of a Hypervisor VM?
I'm looking into using virtual machines to host multiple OSes and I'm looking at the free solutions which there are a lot of them. I'm confused by what a hypervisor is and why are they different or ...
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 ...
1
vote
2answers
105 views
Getting the IO count
I am using xen hypervisor. I am trying to get the IO count of the VMs running on top of the xen hypervisor. Can someone suggest me some way or tool to get the IO count ? I tried using xenmon and ...
1
vote
1answer
271 views
Advice on using hypervisor to run a Real Time OS in parallel with Windows/Linux
What are your advice/experience of using a hypervisor (e.g. RTS Real-Time Hypervisor) to run an RTOS in parallel with a non real time OS. Are there any performance implications? Are there any risks ...
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
342 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
0answers
66 views
Hyper-V Library Management
For a little while now, I've been trying to find MS best practices for managing a Hyper-V library of VMs (be they VHD or pass-through disks). I've only managed to come up with a few minor things.
...
0
votes
1answer
61 views
system build research
I'm in the research phase of my next computer build. I have the idea in my head of running a hypervisor as the base of the system, but i would want to be able to take a shot at programming opencl with ...
0
votes
1answer
123 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? ...