Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The calculation of bytes_xfer in qemu_put_buffer() is wrong
In qemu_put_buffer(), bytes_xfer += size is wrong, it will be more than expected, and should be bytes_xfer += l. Signed-off-by: zhangmin <[email protected]> Signed-off-by: Juan Quintela <[email protected]>
- Loading branch information