]> Git Repo - qemu.git/blobdiff - block/vhdx.h
vhdx.c: replace QEMUOptionParameter with QemuOpts
[qemu.git] / block / vhdx.h
index 8103d4c446145b29ed5cf2dac9f3d4bdb0a83873..5370010c59c5adda9657bb79c8c531cd3055cda7 100644 (file)
@@ -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,
This page took 0.024667 seconds and 4 git commands to generate.