[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH 15/18] qmp: add block-dirty-bitmap-load
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-block] [PATCH 15/18] qmp: add block-dirty-bitmap-load |
Date: |
Wed, 15 Feb 2017 17:57:24 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
On 03/02/2017 16:47, Vladimir Sementsov-Ogievskiy wrote:
> ##
> +# @block-dirty-bitmap-load:
> +#
> +# Load a dirty bitmap from the storage (qcow2 file or nbd export)
NBD export only in upstream QEMU?
Paolo
> +# Returns: nothing on success
> +# If @node is not a valid block device, DeviceNotFound
> +# If @name is not found, GenericError with an explanation
> +#
- Re: [Qemu-block] [PATCH 12/18] nbd: BLOCK_STATUS for bitmap export: client part, (continued)