X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=block.h;h=b73050556abe3761c68e852d9bf425ba8e977de9;hb=985a03b0ce38275c2ea355bf29b6d6b5779dbb56;hp=b52ee920b7e5708dbe4d1996216189ef990f8153;hpb=1b0889958e875df85c7b2353498ed2cac16415ce;p=mirror_qemu.git diff --git a/block.h b/block.h index b52ee920b7..b73050556a 100644 --- a/block.h +++ b/block.h @@ -119,6 +119,7 @@ int bdrv_get_type_hint(BlockDriverState *bs); int bdrv_get_translation_hint(BlockDriverState *bs); int bdrv_is_removable(BlockDriverState *bs); int bdrv_is_read_only(BlockDriverState *bs); +int bdrv_is_sg(BlockDriverState *bs); int bdrv_is_inserted(BlockDriverState *bs); int bdrv_media_changed(BlockDriverState *bs); int bdrv_is_locked(BlockDriverState *bs); @@ -148,6 +149,7 @@ int bdrv_snapshot_delete(BlockDriverState *bs, const char *snapshot_id); int bdrv_snapshot_list(BlockDriverState *bs, QEMUSnapshotInfo **psn_info); char *bdrv_snapshot_dump(char *buf, int buf_size, QEMUSnapshotInfo *sn); +int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf); char *get_human_readable_size(char *buf, int buf_size, int64_t size); int path_is_absolute(const char *path);