#
75bfd03c |
| 20-Jan-2015 |
Andre Przywara <andre.przywara@arm.com> |
kvmtool: Copy some bits from Linux' byteorder.h
Instead of moving the whole include file in, we just copy the needed definitions from byteorder/generic.h into the kvmtool headers. This avoids needle
kvmtool: Copy some bits from Linux' byteorder.h
Instead of moving the whole include file in, we just copy the needed definitions from byteorder/generic.h into the kvmtool headers. This avoids needless clutter of the include directory.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
show more ...
|
#
86835ced |
| 13-Apr-2011 |
Prasad Joshi <prasadjoshi124@gmail.com> |
kvm tools: Add QCOW version 1 read-only support
The patch only implements the basic read-only support for QCOW version 1 images. Many of the QCOW features are not implemented:
- write - image cr
kvm tools: Add QCOW version 1 read-only support
The patch only implements the basic read-only support for QCOW version 1 images. Many of the QCOW features are not implemented:
- write - image creation - snapshot - copy-on-write - encryption
The code is based on the following QCOW 1 image format specification:
http://people.gnome.org/~markmc/qcow-image-format-version-1.html
Cc: Asias He <asias.hejun@gmail.com> Cc: Cyrill Gorcunov <gorcunov@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Kevin Wolf <kwolf@redhat.com> Cc: Sasha Levin <levinsasha928@gmail.com> Cc: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Prasad Joshi <prasadjoshi124@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
show more ...
|