From ec36ba14748e140dda237ba22ad3135e360b0d9f Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 16 Sep 2007 21:59:02 +0000 Subject: vmdk compatibility level 6 images, by Soren Hansen. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3175 c046a42c-6fe2-441c-8c8c-71466251a162 --- block_int.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'block_int.h') diff --git a/block_int.h b/block_int.h index e8fff77a01..3565941458 100644 --- a/block_int.h +++ b/block_int.h @@ -24,6 +24,10 @@ #ifndef BLOCK_INT_H #define BLOCK_INT_H +#define BLOCK_FLAG_ENCRYPT 1 +#define BLOCK_FLAG_COMPRESS 2 +#define BLOCK_FLAG_COMPAT6 4 + struct BlockDriver { const char *format_name; int instance_size; -- cgit v1.2.1