up vote 1 down vote favorite
share [g+] share [fb]

What is the parallel of VMWare Player in the Xen line of products?

I.e. what do I need to run a virtual machine inside my laptop or desktop computer?

link|improve this question

33% accept rate
How can this possibly belong to superuser? Do regular uses use virtualization solutions? – flybywire Oct 31 '09 at 18:23
feedback

migrated from stackoverflow.com Oct 31 '09 at 18:35

This question came from our site for professional and enthusiast programmers.

3 Answers

There isn't one, unfortunately. You'll need a fully-configured Xen hypervisor on any machine that you want to run your Xen VMs on.

If you're looking for a management UI, you'll have to use what Citrix provides. For the opensource Xen, you can use virt-manager, for example.

The suggestion to migrate your Xen VMs to QEMU/KVM isn't a bad one, especially if you need a desktop-like solution. For that matter, you can migrate to VMware as well and use VMware Player.

link|improve this answer
feedback

Use KVM and qemu, if you your laptop or desktop's CPU supports it: http://www.linux-kvm.org/page/Main%5FPage

link|improve this answer
feedback

I would also suggest moving to kvm from Xen, but if you are talking because you need to run a Xen VM temporarily, or one that was given to you, there is a utility called xenner which lets you run Xen VMs using kvm.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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