Steve Sistare <steven.sist...@oracle.com> writes: > Extend the migration URI to support file:<filename>. This can be used for > any migration scenario that does not require a reverse path. It can be used > as an alternative to 'exec:cat > file' in minimized containers that do not > contain /bin/sh, and it is easier to use than the fd:<fdname> URI. It can > be used in HMP commands, and as a qemu command-line parameter. > > Signed-off-by: Steve Sistare <steven.sist...@oracle.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de> I'm ok with using this version over mine. I based my series on top of this and it works fine. I'm preparing a couple of patches with the test case. We'll need a fix to common migration code before it can work due to the latest migration-test.c changes.