vmdk compatibility level 6 images, by Soren Hansen.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3175 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths
2007-09-16 21:59:02 +00:00
parent 3ae4320275
commit ec36ba1474
6 changed files with 43 additions and 26 deletions

View File

@@ -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;