Re: [Qemu-devel] question about qemu migrate.

2012-07-23 Thread Sheldon
On 07/23/2012 06:26 AM, Amos Kong wrote: On Sun, Jul 22, 2012 at 10:59 PM, Sheldon wrote: (qemu) migrate -d exec:cat>/tmp/vm.out -incoming fd: Load the suspend vm.out by # qemu-kvm incoming fd/tmp/vm.out2 Is it satisfied for you? Thank for your patience. Load the suspend vm.out

Re: [Qemu-devel] question about qemu migrate.

2012-07-22 Thread Amos Kong
On Sun, Jul 22, 2012 at 10:59 PM, Sheldon wrote: > > > (qemu) migrate -d exec:cat>/tmp/vm.out > -incoming fd: > thank you. it can work now. > there are still some questions. > 1. the migration file vm.out is a QEMU suspend to disk image. > How can I reboot vm.out by QEMU? Load the suspend v

Re: [Qemu-devel] question about qemu migrate.

2012-07-22 Thread Sheldon
On 07/22/2012 12:49 PM, Amos Kong wrote: On Sun, Jul 22, 2012 at 12:30 PM, Sheldon > wrote: I find there are four kinds of uri for qmp_migrate "tcp:", "exec:", "unix:", and "fd:" now I want to migrate the vm to a local file with "exec:" uri by

Re: [Qemu-devel] question about qemu migrate.

2012-07-21 Thread Amos Kong
On Sun, Jul 22, 2012 at 12:30 PM, Sheldon wrote: > I find there are four kinds of uri for qmp_migrate > "tcp:", "exec:", "unix:", and "fd:" > > > now I want to migrate the vm to a local file with "exec:" uri by > hmp-command. > > How should I do the migration? > (qemu) migrate -d exec:cat>/tmp/vm

[Qemu-devel] question about qemu migrate.

2012-07-21 Thread Sheldon
I find there are four kinds of uri for qmp_migrate "tcp:", "exec:", "unix:", and "fd:" now I want to migrate the vm to a local file with "exec:" uri by hmp-command. How should I do the migration?