On 24.11.2016 15:36, Kevin Wolf wrote:
Am 24.11.2016 um 11:58 hat Pavel Butsykin geschrieben:
On 23.11.2016 17:28, Kevin Wolf wrote:
Am 15.11.2016 um 07:36 hat Pavel Butsykin geschrieben:
It's just byte-based wrappers over bdrv_co_aio_prw_vector(), which provide
a byte-based interface for AI
On 23.11.2016 17:28, Kevin Wolf wrote:
Am 15.11.2016 um 07:36 hat Pavel Butsykin geschrieben:
It's just byte-based wrappers over bdrv_co_aio_prw_vector(), which provide
a byte-based interface for AIO read/write.
Signed-off-by: Pavel Butsykin
I'm in the process to phase out the last users o
Am 24.11.2016 um 11:58 hat Pavel Butsykin geschrieben:
> On 23.11.2016 17:28, Kevin Wolf wrote:
> >Am 15.11.2016 um 07:36 hat Pavel Butsykin geschrieben:
> >>It's just byte-based wrappers over bdrv_co_aio_prw_vector(), which provide
> >> a byte-based interface for AIO read/write.
> >>
> >>Signed-o
Am 15.11.2016 um 07:36 hat Pavel Butsykin geschrieben:
> It's just byte-based wrappers over bdrv_co_aio_prw_vector(), which provide
> a byte-based interface for AIO read/write.
>
> Signed-off-by: Pavel Butsykin
I'm in the process to phase out the last users of bdrv_aio_*() so that
this set of i
It's just byte-based wrappers over bdrv_co_aio_prw_vector(), which provide
a byte-based interface for AIO read/write.
Signed-off-by: Pavel Butsykin
---
block/io.c| 16
include/block/block.h | 7 +++
2 files changed, 23 insertions(+)
diff --git a/block/io.c b/b