commit | 69b4d86d9f7feb6083cedb0c5fb65fdc30daf623 | [log] [tgz] |
---|---|---|
author | Fam Zheng <famcool@gmail.com> | Tue Jul 12 19:56:34 2011 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jul 19 15:39:07 2011 +0200 |
tree | 85100afb6dd546be93011d828e637282ea486752 | |
parent | 333c574d054f95912beef4f020f4128868463fd4 [diff] |
VMDK: move 'static' cid_update flag to bs field Cid_update is the flag for updating CID on first write after opening the image. This should be per image open rather than per program life cycle, so change it from static var of vmdk_write to a field in BDRVVmdkState. Signed-off-by: Fam Zheng <famcool@gmail.com> Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>