qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] follow-up path - " qcow2: add shrink image support"


From: Pavel Butsykin
Subject: [Qemu-devel] [PATCH] follow-up path - " qcow2: add shrink image support"
Date: Thu, 17 Aug 2017 15:59:04 +0300

Signed-off-by: Pavel Butsykin <address@hidden>
---
 qapi/block-core.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/qapi/block-core.json b/qapi/block-core.json
index d6172bfe15..c55cd0c8db 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -2479,6 +2479,11 @@
 #
 # Trigger events supported by blkdebug.
 #
+# @l1_shrink_write_table:      write zeros to the l1 table to shrink image.
+#                              (since 2.11)
+#
+# @l1_shrink_free_l2_clusters: discard the l2 tables. (since 2.11)
+#
 # Since: 2.9
 ##
 { 'enum': 'BlkdebugEvent', 'prefix': 'BLKDBG',
-- 
2.14.1




reply via email to

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