X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fblock%2Fblock.h;h=b4a24da3e9db9b7d0cfb7b9efc610ba4df83817d;hb=f382d43a9180ed20c671dc058d5452c2df7d3c61;hp=94d84b409d23e4ad3422ccdefecfc5b4365b5bf7;hpb=b35b2bba5b372ff912c5fe7e5ad6c5a9d883464f;p=qemu.git diff --git a/include/block/block.h b/include/block/block.h index 94d84b409..b4a24da3e 100644 --- a/include/block/block.h +++ b/include/block/block.h @@ -353,7 +353,8 @@ int bdrv_load_vmstate(BlockDriverState *bs, uint8_t *buf, void bdrv_img_create(const char *filename, const char *fmt, const char *base_filename, const char *base_fmt, - char *options, uint64_t img_size, int flags, Error **errp); + char *options, uint64_t img_size, int flags, + Error **errp, bool quiet); void bdrv_set_buffer_alignment(BlockDriverState *bs, int align); void *qemu_blockalign(BlockDriverState *bs, size_t size);