]> git.proxmox.com Git - mirror_qemu.git/commit
migration: introduce set_blocking function in QEMUFileOps
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 27 Apr 2016 10:04:56 +0000 (11:04 +0100)
committerAmit Shah <amit.shah@redhat.com>
Thu, 26 May 2016 06:01:19 +0000 (11:31 +0530)
commit06ad513532b1a6085abf4a5dab15d1a4719f715c
treed61b4d6126e2f980e27eaf04bbdc395f4d5459c4
parent0436e09f9654dfa6f7439531bf443b1f78870ed6
migration: introduce set_blocking function in QEMUFileOps

Remove the assumption that every QEMUFile implementation has
a file descriptor available by introducing a new function
in QEMUFileOps to change the blocking state of a QEMUFile.

If not set, it will fallback to the original code using
the get_fd method.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Message-Id: <1461751518-12128-7-git-send-email-berrange@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
include/migration/qemu-file.h
migration/migration.c
migration/qemu-file.c