commit | c336500df5bf08492f4e7796b2193cd4976f3548 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Apr 16 19:28:14 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon May 03 10:07:31 2010 +0200 |
tree | 2ea0013567e432c50f27ea0f7231c61a20a0b9e7 | |
parent | f2feebbd93c251ec0098a9ccf808f7cb1da7f67c [diff] |
vmdk: Fix COW When trying to do COW, VMDK wrote the data back to the backing file. This problem was revealed by the patch that made backing files read-only. This patch does not only fix the problem, but also simplifies the VMDK code a bit. This fixes the backing file qemu-iotests cases for VMDK. Signed-off-by: Kevin Wolf <kwolf@redhat.com>