summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-bluetooth.c
diff options
context:
space:
mode:
authorPaolo Bonzini2016-04-07 16:52:34 +0200
committerKevin Wolf2016-04-12 18:06:51 +0200
commit40a99aace3f9ffd65af07a89c381db3550b22316 (patch)
treee2a235bc1d95ac54913fac51dcd32d892d53c7ea /hw/usb/dev-bluetooth.c
parentiotests: Make 150 use qemu-img map instead of du (diff)
downloadqemu-40a99aace3f9ffd65af07a89c381db3550b22316.tar.gz
qemu-40a99aace3f9ffd65af07a89c381db3550b22316.tar.xz
qemu-40a99aace3f9ffd65af07a89c381db3550b22316.zip
vpc: fix return value check for blk_pwrite
bdrv_pwrite_sync used to return zero or negative error, while blk_pwrite returns the number of written bytes when successful. This caused VPC image creation to fail spectacularly: it wrote the first 512 bytes, and then exited immediately because of the non-zero answer from blk_pwrite. But the truly spectacular part is that it returns a positive value (the 512 that blk_pwrite returned) causing everyone to believe that it succeeded. This fixes qemu-iotests with vpc format. Fixes: b8f45cdf7827e39f9a1e6cc446f5972cc6144237 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/usb/dev-bluetooth.c')
0 files changed, 0 insertions, 0 deletions