]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add QCOW write support
authorPrasad Joshi <prasadjoshi124@gmail.com>
Tue, 10 May 2011 14:43:30 +0000 (15:43 +0100)
committerPekka Enberg <penberg@kernel.org>
Wed, 11 May 2011 17:35:24 +0000 (20:35 +0300)
commit62f64b92f4516867df0c92ece75562871ced44a5
tree634035a81bb97d0f3d070fae7c8fe7317c8f1b59
parentad514dd4e1d2d021ca33d0e0c14a344a86e707a5
kvm tools: Add QCOW write support

The patch adds QCOW write support for both the versions of QCOW.

The code is based on the QCOW image format specifications which are available on:

  http://people.gnome.org/~markmc/qcow-image-format-version-1.html

  http://people.gnome.org/~markmc/qcow-image-format.html

Signed-off-by: Prasad Joshi <prasadjoshi124@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/qcow.c