Home
last modified time | relevance | path

Searched hist:a800cd5c (Results 1 – 1 of 1) sorted by relevance

/qemu/migration/
H A Dqemu-file.ca800cd5c Thu Nov 05 18:10:36 GMT 2015 Dr. David Alan Gilbert <dgilbert@redhat.com> 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>