diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2015-11-05 18:10:36 +0000 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2015-11-10 14:51:48 +0100 |
commit | a800cd5c38ba4ac20fe9ca68a6dee408f2d5b11f (patch) | |
tree | b11e567f4168669fe033e672b9b00854dd654497 /util | |
parent | 9504fb510c87c3dd6fe2e9a25e84c1426672f226 (diff) | |
download | qemu-a800cd5c38ba4ac20fe9ca68a6dee408f2d5b11f.zip qemu-a800cd5c38ba4ac20fe9ca68a6dee408f2d5b11f.tar.gz qemu-a800cd5c38ba4ac20fe9ca68a6dee408f2d5b11f.tar.bz2 |
Add wrapper for setting blocking status on a QEMUFile
Add a wrapper to change the blocking status on a QEMUFile
rather than having to use qemu_set_block(qemu_get_fd(f));
it seems best to avoid exposing the fd since not all QEMUFile's
really have one. With this wrapper we could move the implementation
down to be different on different transports.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions