I'd like to turn my Linux Mint desktop into Xen host.

Will I be able to use VirtualBox inside Dom0, just like without Xen? What the limitations would be (if any)?

I believe, that this might not be possible, since both VirtualBox and Xen utilizes CPU rings, and they might fall into conflict.

Note, that I need to run VirtualBox under Dom0, not DomU.

up vote 2 down vote accepted

According to this thread, titled: "VirtualBox Running on top of XEN kernel, possible?" it sounds like the answer is no it isn't possible.

ss 1

ss 2

ss 3

No, you can not for the reasons you stated.

BUT: You can run a Dom0 without hardware-VT within a VBox-VM. From there you can lauch DomUs in PV (not HVM) mode.

  • Will the XEN support VGA Passthrough then? – Adam Ryczkowski Feb 12 '14 at 10:12
  • @AdamRyczkowski I think so (on the Dom0), but this has changed - more recent xen-versions did a better support there. On the DomU I know that older (3.x) xen-versions did not support pass-through in PV-mode. – Nils Feb 12 '14 at 10:20

Your Answer

 

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Not the answer you're looking for? Browse other questions tagged or ask your own question.