Kevin Wolf 78a07294d5 block: Introduce bdrv_driver_pwritev()
This is a function that simply calls into the block driver for doing a
write, providing the byte granularity interface we want to eventually
have everywhere, and using whatever interface that driver supports.

This one is a bit more interesting than the version for reads: It adds
support for .bdrv_co_writev_flags() everywhere, so that drivers
implementing this function can drop .bdrv_co_writev() now.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
2016-05-12 15:22:07 +02:00
..
2016-04-05 17:23:21 +02:00
2016-05-12 15:22:07 +02:00
2016-05-12 15:22:07 +02:00
2016-05-12 15:22:07 +02:00
2016-05-12 15:22:07 +02:00
2016-05-12 15:22:07 +02:00
2016-05-12 15:22:07 +02:00
2016-04-29 11:14:13 +02:00