mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-28 09:55:57 +00:00
86835ced6d
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>
8 lines
123 B
C
8 lines
123 B
C
#ifndef __BYTE_ORDER_H__
|
|
#define __BYTE_ORDER_H__
|
|
|
|
#include <asm/byteorder.h>
|
|
#include <linux/byteorder/generic.h>
|
|
|
|
#endif
|