Windows – Is it possible to run windows under Paravirtualized Xen

virtualizationwindowsxen

Is it possible to run windows under paravirtualized xen? Linux is possible because you can modify it. If you cannot run windows then what are the other alternatives to improve I/O performance?

Best Answer

No, you cannot run Windows as a PV guest, but you can use PV drivers from within the HVM environment to increase performance.

"Windows falls into the category of an unmodified operating system (in other words an operating system that has not been altered specifically to run on the Xen hypervisor). Thus, paravirtualization is not an option. " -- http://wiki.xen.org/wiki/DomU_Support_for_Xen

Related Question