]> Git Repo - qemu.git/commit
block: add bdrv_measure() API
authorStefan Hajnoczi <[email protected]>
Wed, 5 Jul 2017 12:57:30 +0000 (13:57 +0100)
committerMax Reitz <[email protected]>
Tue, 11 Jul 2017 15:45:00 +0000 (17:45 +0200)
commit90880ff107ecaada2a06a823dc5fa652f6e37a62
treef63e4447193bad024626ead37492cddbd246e2e5
parentb43671f80cda8d0f11dcb929ed76fbd680c29cec
block: add bdrv_measure() API

bdrv_measure() provides a conservative maximum for the size of a new
image.  This information is handy if storage needs to be allocated (e.g.
a SAN or an LVM volume) ahead of time.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Alberto Garcia <[email protected]>
Message-id: 20170705125738[email protected]
Signed-off-by: Max Reitz <[email protected]>
block.c
include/block/block.h
include/block/block_int.h
qapi/block-core.json
This page took 0.026192 seconds and 4 git commands to generate.