]> Git Repo - qemu.git/commit - migration/block.c
qapi: Add optional field "name" to block dirty bitmap
authorFam Zheng <[email protected]>
Fri, 17 Apr 2015 23:49:50 +0000 (19:49 -0400)
committerKevin Wolf <[email protected]>
Tue, 28 Apr 2015 13:36:10 +0000 (15:36 +0200)
commit0db6e54a8a2c6e16780356422da671b71f862341
treef8258d30dbe8a8868b2998517e750ff0b0e6a5c2
parentefcfa278dca27f1c9db8b8283eac54f5e19074e7
qapi: Add optional field "name" to block dirty bitmap

This field will be set for user created dirty bitmap. Also pass in an
error pointer to bdrv_create_dirty_bitmap, so when a name is already
taken on this BDS, it can report an error message. This is not global
check, two BDSes can have dirty bitmap with a common name.

Implemented bdrv_find_dirty_bitmap to find a dirty bitmap by name, will
be used later when other QMP commands want to reference dirty bitmap by
name.

Add bdrv_dirty_bitmap_make_anon. This unsets the name of dirty bitmap.

Signed-off-by: Fam Zheng <[email protected]>
Signed-off-by: John Snow <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 1429314609[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
block/mirror.c
include/block/block.h
migration/block.c
qapi/block-core.json
This page took 0.027941 seconds and 4 git commands to generate.