qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC V3 15/24] block: Add dedup image create option.


From: Benoît Canet
Subject: [Qemu-devel] [RFC V3 15/24] block: Add dedup image create option.
Date: Mon, 26 Nov 2012 14:05:14 +0100

Signed-off-by: Benoit Canet <address@hidden>
---
 block_int.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/block_int.h b/block_int.h
index f4bae04..6419513 100644
--- a/block_int.h
+++ b/block_int.h
@@ -55,6 +55,7 @@
 #define BLOCK_OPT_SUBFMT            "subformat"
 #define BLOCK_OPT_COMPAT_LEVEL      "compat"
 #define BLOCK_OPT_LAZY_REFCOUNTS    "lazy_refcounts"
+#define BLOCK_OPT_DEDUP             "dedup"
 
 typedef struct BdrvTrackedRequest BdrvTrackedRequest;
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]