commit | c088b691363070d151f80cc1fde4b7c151bdfe8f | [log] [tgz] |
---|---|---|
author | Zhang Shengju <zhangsju@gmail.com> | Tue Mar 13 22:38:13 2012 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Apr 05 14:54:40 2012 +0200 |
tree | 8f8d6031b7763fedea91e89a5007b5c4b0d00784 | |
parent | 95ebda85e09ed2b7f00deb2adbdafa5ccf5db948 [diff] |
block/vpc: write checksum back to footer after check After validation check, the 'checksum' is not written back to footer, which leave it with zero. This results in errors while loadding it under Microsoft's Hyper-V environment, and also errors from utilities like Citrix's vhd-util. Signed-off-by: Zhang Shengju <sean_zhang@trendmicro.com.cn> Signed-off-by: Kevin Wolf <kwolf@redhat.com>