Re: [Libvir] [PATCH] Add migration support to QEMU startup.

2007-08-13 Thread Daniel P. Berrange
On Mon, Aug 13, 2007 at 02:17:06PM -0400, Jim Paris wrote: > Adds new fields in qemu_vm structure. vm->migrateFrom specifies the > argument to "-incoming". vm->stdin specifies the file descriptor to > pass to virExec as stdin, which will be used for the "-incoming stdio" > case. Committed to CVS

[Libvir] [PATCH] Add migration support to QEMU startup.

2007-08-13 Thread Jim Paris
Adds new fields in qemu_vm structure. vm->migrateFrom specifies the argument to "-incoming". vm->stdin specifies the file descriptor to pass to virExec as stdin, which will be used for the "-incoming stdio" case. Signed-off-by: Jim Paris <[EMAIL PROTECTED]> --- src/qemu_conf.c | 13