On Sun, Jul 22, 2012 at 12:30 PM, Sheldon <shaohef@linux.vnet.ibm.com> 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.out.... -incoming fd:</tmp/vm.out