Il 09/10/2012 16:36, Grzegorz Dwornicki ha scritto:
> 
> I have a question to you guys. Is it possible to use code from live
> migration of KVM VMs to migrate other process?

No, because this is hardware migration.  It migrates the whole machine
including the hardware state (e.g. the video card, or the USB controller).

> I wish to create a tool to convert systems on physical servers to KVM
> virtual machines. I wish to make some tests/experiments with this part of
> the code to migrate working system to newly created VMs in running state.

Something like that is done by OpenVZ containers.

For offline migration of physical servers to KVM virtual machines, look
at virt-p2v (http://libguestfs.org/virt-v2v/).

Paolo

> My goal is to create something similar to VMWare Converter but this one will
> be opensource :). I am at the begining of this project. I'm reading parts of
> the kernel code. But only thosse that could be usefull in this hard task.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to