-
Wangting (Kathy) authored
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 <zhangmin6@huawei.com>
Signed-off-by:
Juan Quintela <quintela@redhat.com>Wangting (Kathy) authoredIn qemu_put_buffer(), bytes_xfer += size is wrong, it will be more than expected, and should be bytes_xfer += l. Signed-off-by:
zhangmin <zhangmin6@huawei.com>
Signed-off-by:
Juan Quintela <quintela@redhat.com>
Loading