Tagged Questions

2
votes
0answers
173 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 ...
1
vote
2answers
802 views

Some issue with simulating mini2440 on Qemu

I have compiled qemu for mini2440, I got the source code from here. http://gnufiish.org/trac/wiki/Qemu I am able to run the arm image provided on the wiki site of Qemu, no issues here. I compiled ...
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 ...
0
votes
2answers
433 views

qemu-kvm command not found

I have installed kvm in my computer using command sudo apt-get install qemu-kvm but when I try the command qemu-kvm -m 384 -cdrom guestos.iso -hda image.img -boot d to boot an ISO image from ...