Tagged Questions

2
votes
0answers
172 views

How to get started on implementing a virtual machine?

I have recently become interested in implementing a basic x86 virtual machine. I think that it would be one the best ways to completely understand the way the x86 architecture works. Other than the ...
2
votes
1answer
3k views

Compile Android image

I want to start playing around with Android. Downloaded the sources and followed the instructions from the download page Made a plain generic build: ============================================ ...
1
vote
2answers
219 views

Migration of virtual machines

Are there tools for migrating from one virtual machine type to another? E.g let's say I have some Xen virtual machine and like to make it run under KVM. I know that qeumu has tools which can be used ...