Re: [Qemu-devel] [PATCH 10/10] TCP based live migration

2008-09-10 Thread Anthony Liguori
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

Re: [Qemu-devel] [PATCH 10/10] TCP based live migration

2008-09-10 Thread Blue Swirl
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