Re: [Qemu-devel] [PATCH v1 22/22] migration: remove qemu_get_fd method from QEMUFile

2016-02-12 Thread Dr. David Alan Gilbert
* Daniel P. Berrange (berra...@redhat.com) wrote: > Now that there is a set_blocking callback in QEMUFileOps, > and all users needing non-blocking support have been > converted to QIOChannel, there is no longer any codepath > requiring the qemu_get_fd() method for QEMUFile. Remove it > to avoid fur

[Qemu-devel] [PATCH v1 22/22] migration: remove qemu_get_fd method from QEMUFile

2016-01-12 Thread Daniel P. Berrange
Now that there is a set_blocking callback in QEMUFileOps, and all users needing non-blocking support have been converted to QIOChannel, there is no longer any codepath requiring the qemu_get_fd() method for QEMUFile. Remove it to avoid further code being introduced with an expectation of direct fil