Re: [Qemu-devel] [PATCH 0/5] Remove bdrv_read() and bdrv_write()

2019-05-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1556562150.git.be...@igalia.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time make

Re: [Qemu-devel] [PATCH 0/5] Remove bdrv_read() and bdrv_write()

2019-05-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/cover.1556562150.git.be...@igalia.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bi

Re: [Qemu-devel] [PATCH 0/5] Remove bdrv_read() and bdrv_write()

2019-04-29 Thread Eric Blake
On 4/29/19 1:42 PM, Alberto Garcia wrote: > Hi, > > this API only had a few users left so it can be easily removed. Sounds very similar to my earlier attempt at the same: https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg02769.html > > Regards, > > Berto > > Alberto Garcia (5): > qc

[Qemu-devel] [PATCH 0/5] Remove bdrv_read() and bdrv_write()

2019-04-29 Thread Alberto Garcia
Hi, this API only had a few users left so it can be easily removed. Regards, Berto Alberto Garcia (5): qcow2: Replace bdrv_write() with bdrv_pwrite() vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}() vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}() block: Remove b