I have a fairly old debian machine that I need to migrate to KVM-Qemu.
What I started is to make a tarball of the root filesystem:
tar -cpf rootfs.tar --exclude='dev/*' --exclude='proc/*' --exclude='sys/*' --exclude='home/*' /
scp
tar file to a running kvm machine, make small changes, then hope it works.
Anybody knows a better solution than this?