Juan Quintela <quint...@redhat.com> writes: > Remove the increase in qemu_file_fill_buffer() and add asserts to > qemu_file_transferred* functions.
Patch looks ok, but I would rewrite the whole commit message like this: Don't increment qemu_file_transferred at qemu_file_fill_buffer We only call qemu_file_transferred_* on the sending side. Remove the increment at qemu_file_fill_buffer() and add asserts to qemu_file_transferred* functions.