]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/block/block.h
block: Image file option amendment
[mirror_qemu.git] / include / block / block.h
index 728ec1aebf186bf0b9e97bceb47677cb93636b0c..1c5f939d04c1fb1c88c470127698384824bb0635 100644 (file)
@@ -241,6 +241,8 @@ typedef enum {
 
 int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res, BdrvCheckMode fix);
 
+int bdrv_amend_options(BlockDriverState *bs_new, QEMUOptionParameter *options);
+
 /* async block I/O */
 typedef void BlockDriverDirtyHandler(BlockDriverState *bs, int64_t sector,
                                      int sector_num);