Home
last modified time | relevance | path

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

/qemu/migration/
H A Dqemu-file.cbaf51e77 Wed Apr 27 10:04:54 GMT 2016 Daniel P. Berrange <berrange@redhat.com> migration: ensure qemu_fflush() always writes full data amount

The QEMUFile writev_buffer / put_buffer functions are expected
to write out the full set of requested data, blocking until
complete. The qemu_fflush() caller does not expect to deal with
partial writes. Clarify the function comments and add a sanity
check to the code to catch mistaken implementations.

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-5-git-send-email-berrange@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>