mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-17 23:22:12 -06:00
qemu-file: Rework old qemu_fflush comment
Commit 11808bb
removed the non-iovec based write support,
the comment hung on.
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20190823103946.7388-1-dgilbert@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
This commit is contained in:
parent
ce62df5378
commit
3b34870672
1 changed files with 2 additions and 3 deletions
|
@ -201,9 +201,8 @@ static void qemu_iovec_release_ram(QEMUFile *f)
|
||||||
/**
|
/**
|
||||||
* Flushes QEMUFile buffer
|
* Flushes QEMUFile buffer
|
||||||
*
|
*
|
||||||
* If there is writev_buffer QEMUFileOps it uses it otherwise uses
|
* This will flush all pending data. If data was only partially flushed, it
|
||||||
* put_buffer ops. This will flush all pending data. If data was
|
* will set an error state.
|
||||||
* only partially flushed, it will set an error state.
|
|
||||||
*/
|
*/
|
||||||
void qemu_fflush(QEMUFile *f)
|
void qemu_fflush(QEMUFile *f)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue