]> git.proxmox.com Git - qemu.git/commit
migration: make qemu_fopen_ops_buffered() return void
authorJuan Quintela <quintela@redhat.com>
Mon, 23 Jul 2012 00:13:23 +0000 (02:13 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 20 Dec 2012 22:09:25 +0000 (23:09 +0100)
commitedfa1af52f4c69264c5a0c38da10eb372077fba3
treef3c770ea2f0c4cd060a3b1e6a85a2927fb8d2f3f
parentc09f4cb2b3243085a86aee3c7ed4f31c77e4db87
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>
buffered_file.c
buffered_file.h
include/migration/migration.h
migration.c