Orit Wasserman <[email protected]> wrote: > Update qemu_fflush and stdio_close to use writev ops if they are available > Use the buffers stored in the iovec. > > Signed-off-by: Orit Wasserman <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> I think that qemu_fflush() should only be called for QEMUFiles opened in write mode, but that is independent of this series.
