diff options
author | Chunyan Liu <cyliu@suse.com> | 2014-06-05 17:21:08 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-06-16 17:23:21 +0800 |
commit | 5366092c7acae8d7d5a8188c06933deffdca6e44 (patch) | |
tree | d989e5dd017bc0b95a5f9491893a92663db384dc /block/vhdx.h | |
parent | 004b7f2522368a8cb64bfb18b904acee99e12838 (diff) |
vhdx.c: replace QEMUOptionParameter with QemuOpts
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Chunyan Liu <cyliu@suse.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'block/vhdx.h')
-rw-r--r-- | block/vhdx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/vhdx.h b/block/vhdx.h index 8103d4c446..5370010c59 100644 --- a/block/vhdx.h +++ b/block/vhdx.h @@ -23,6 +23,7 @@ #define GiB (MiB * 1024) #define TiB ((uint64_t) GiB * 1024) +#define DEFAULT_LOG_SIZE 1048576 /* 1MiB */ /* Structures and fields present in the VHDX file */ /* The header section has the following blocks, |