Blue Swirl wrote:
On 9/9/08, Anthony Liguori <[EMAIL PROTECTED]> wrote:
This patch introduces a tcp protocol for live migration. It can be used as
follows:
qemu-system-x86_64 -hda ~/images/linux-test.img -monitor stdio
(qemu) migrate tcp:localhost:1025
On the same system:
qemu-sys
On 9/9/08, Anthony Liguori <[EMAIL PROTECTED]> wrote:
> This patch introduces a tcp protocol for live migration. It can be used as
> follows:
>
> qemu-system-x86_64 -hda ~/images/linux-test.img -monitor stdio
>
> (qemu) migrate tcp:localhost:1025
>
> On the same system:
>
> qemu-system-x86