commit | edfa1af52f4c69264c5a0c38da10eb372077fba3 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Mon Jul 23 02:13:23 2012 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Thu Dec 20 23:09:25 2012 +0100 |
tree | f3c770ea2f0c4cd060a3b1e6a85a2927fb8d2f3f | |
parent | c09f4cb2b3243085a86aee3c7ed4f31c77e4db87 [diff] |
migration: make qemu_fopen_ops_buffered() return void We want the file assignment to happen before the thread is created to avoid locking, so we just do it before creating the thread. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com>