2

Possible Duplicate:
Virtualization: Guest in guest?

Is it possible to run a virtual machine under a virtual machine ?

5 Answers5

2

Possibly, but not with ahrdware acceleration - the processor only has one ring 0. For the hyper-visor.

The sense of it is academic, though - it makes NO sense from an admin perspective.

TomTom
  • 50,857
  • 7
  • 52
  • 134
2

esxi 4.1 can virtualize itself.

tony roth
  • 3,844
  • 17
  • 14
  • As can Linux's KVM. http://avikivity.blogspot.com/2008/09/nested-svm-virtualization-for-kvm.html – sciurus Sep 29 '11 at 18:01
2

Yes it is known a nested virtualization. Here is a paper on same http://www.xen.org/files/xensummit_intel09/xensummit-nested-virt.pdf relative to Xen from Intel.

zedman9991
  • 166
  • 1
  • 7
1

Yes, it is possible with bare-metal hypervizors, and is very common for virtualization lab environments. Not generally recommended for production though.

http://www.vcritical.com/2009/05/vmware-esx-4-can-even-virtualize-itself/

JakeRobinson
  • 2,886
  • 17
  • 26
0

Sure. For some reason not long ago I was running QEMU as an ARM emulator inside Fedora inside VMWare Server on a Windows XP desktop.

It worked well enough.

John
  • 41
  • 1