summaryrefslogtreecommitdiff
path: root/block/trace-events
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2016-11-18 16:47:54 +0100
committerKevin Wolf <kwolf@redhat.com>2017-06-26 14:51:15 +0200
commitc5f1ad429cdf26023cf331075a7d327708e3db6d (patch)
treefb9c6e27e1a70da6e0bfbf1e47fc5e4121df6263 /block/trace-events
parent0f714ec70673e734b4b0d5c99f7851c8d9e6fafe (diff)
downloadqemu-c5f1ad429cdf26023cf331075a7d327708e3db6d.tar.gz
block: Remove bdrv_aio_readv/writev/flush()
These functions are unused now. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block/trace-events')
-rw-r--r--block/trace-events3
1 files changed, 0 insertions, 3 deletions
diff --git a/block/trace-events b/block/trace-events
index 9a71c7fb04..752de6a054 100644
--- a/block/trace-events
+++ b/block/trace-events
@@ -9,9 +9,6 @@ blk_co_preadv(void *blk, void *bs, int64_t offset, unsigned int bytes, int flags
blk_co_pwritev(void *blk, void *bs, int64_t offset, unsigned int bytes, int flags) "blk %p bs %p offset %"PRId64" bytes %u flags %x"
# block/io.c
-bdrv_aio_flush(void *bs, void *opaque) "bs %p opaque %p"
-bdrv_aio_readv(void *bs, int64_t sector_num, int nb_sectors, void *opaque) "bs %p sector_num %"PRId64" nb_sectors %d opaque %p"
-bdrv_aio_writev(void *bs, int64_t sector_num, int nb_sectors, void *opaque) "bs %p sector_num %"PRId64" nb_sectors %d opaque %p"
bdrv_co_readv(void *bs, int64_t sector_num, int nb_sector) "bs %p sector_num %"PRId64" nb_sectors %d"
bdrv_co_writev(void *bs, int64_t sector_num, int nb_sector) "bs %p sector_num %"PRId64" nb_sectors %d"
bdrv_co_pwrite_zeroes(void *bs, int64_t offset, int count, int flags) "bs %p offset %"PRId64" count %d flags %#x"