Displaying 1 result from an estimated 1 matches for "archticture".
Did you mean:
archicture
2006 Dec 05
3
Question regarding VM_EXIT and VGA
Hi
I am working on a project using WINDOWS guest on XEN archticture. I
have a couple of questions.
As I understand when a VM exit occurs due to I/O like say a mouse
interrupt -- the XEN hypervisor gets a notification and it forwards
the I/O request to the qemu-dm in Domain-0 via an event channel. Now
during this VM exit , is the guest OS blocked ?
Specifically, w...