summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-16 21:59:02 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-16 21:59:02 +0000
commitec36ba14748e140dda237ba22ad3135e360b0d9f (patch)
treebcaa0fe4961882998a3acb19f225be006ab92a57 /block_int.h
parentAdd some missing checks for host syscalls. (diff)
downloadqemu-kvm-ec36ba14748e140dda237ba22ad3135e360b0d9f.tar.gz
qemu-kvm-ec36ba14748e140dda237ba22ad3135e360b0d9f.tar.bz2
qemu-kvm-ec36ba14748e140dda237ba22ad3135e360b0d9f.zip
vmdk compatibility level 6 images, by Soren Hansen.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3175 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'block_int.h')
-rw-r--r--block_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/block_int.h b/block_int.h
index e8fff77a0..356594145 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;