Re: [Qemu-devel] [PATCH V2 0/2] migration/qemu-file: cleanup and refine qemu-file

2019-09-12 Thread Dr. David Alan Gilbert
* Wei Yang (richard.weiy...@gmail.com) wrote: > Two cleanup: > > Patch #1 make code consistent on calling add_to_iovec > Patch #2 refine the code to handle the case when buf already flushed Queued > v2: > * wrap common steps into add_buf_to_iovec() > > Wei Yang (2): > migration/qemu-file: r

[Qemu-devel] [PATCH V2 0/2] migration/qemu-file: cleanup and refine qemu-file

2019-09-11 Thread Wei Yang
Two cleanup: Patch #1 make code consistent on calling add_to_iovec Patch #2 refine the code to handle the case when buf already flushed v2: * wrap common steps into add_buf_to_iovec() Wei Yang (2): migration/qemu-file: remove check on writev_buffer in qemu_put_compression_data migratio